Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-cdk/aws-servicediscovery

Package Overview
Dependencies
Maintainers
4
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/aws-servicediscovery - npm Package Compare versions

Comparing version 0.10.0 to 0.11.0

52

lib/servicediscovery.generated.d.ts

@@ -11,3 +11,3 @@ import cdk = require('@aws-cdk/cdk');

*/
instanceAttributes: object | cdk.CloudFormationToken;
instanceAttributes: object | cdk.Token;
/**

@@ -17,3 +17,3 @@ * ``AWS::ServiceDiscovery::Instance.ServiceId``

*/
serviceId: string | cdk.CloudFormationToken;
serviceId: string | cdk.Token;
/**

@@ -23,3 +23,3 @@ * ``AWS::ServiceDiscovery::Instance.InstanceId``

*/
instanceId?: string | cdk.CloudFormationToken;
instanceId?: string | cdk.Token;
}

@@ -33,3 +33,3 @@ /**

*/
static readonly resourceTypeName: string;
static readonly resourceTypeName = "AWS::ServiceDiscovery::Instance";
readonly instanceId: string;

@@ -59,3 +59,3 @@ /**

*/
privateDnsNamespaceName: string | cdk.CloudFormationToken;
privateDnsNamespaceName: string | cdk.Token;
/**

@@ -65,3 +65,3 @@ * ``AWS::ServiceDiscovery::PrivateDnsNamespace.Vpc``

*/
vpc: string | cdk.CloudFormationToken;
vpc: string | cdk.Token;
/**

@@ -71,3 +71,3 @@ * ``AWS::ServiceDiscovery::PrivateDnsNamespace.Description``

*/
description?: string | cdk.CloudFormationToken;
description?: string | cdk.Token;
}

@@ -81,3 +81,3 @@ /**

*/
static readonly resourceTypeName: string;
static readonly resourceTypeName = "AWS::ServiceDiscovery::PrivateDnsNamespace";
/**

@@ -114,3 +114,3 @@ * @cloudformation_attribute Arn

*/
publicDnsNamespaceName: string | cdk.CloudFormationToken;
publicDnsNamespaceName: string | cdk.Token;
/**

@@ -120,3 +120,3 @@ * ``AWS::ServiceDiscovery::PublicDnsNamespace.Description``

*/
description?: string | cdk.CloudFormationToken;
description?: string | cdk.Token;
}

@@ -130,3 +130,3 @@ /**

*/
static readonly resourceTypeName: string;
static readonly resourceTypeName = "AWS::ServiceDiscovery::PublicDnsNamespace";
/**

@@ -163,3 +163,3 @@ * @cloudformation_attribute Arn

*/
dnsConfig: ServiceResource.DnsConfigProperty | cdk.CloudFormationToken;
dnsConfig: ServiceResource.DnsConfigProperty | cdk.Token;
/**

@@ -169,3 +169,3 @@ * ``AWS::ServiceDiscovery::Service.Description``

*/
description?: string | cdk.CloudFormationToken;
description?: string | cdk.Token;
/**

@@ -175,3 +175,3 @@ * ``AWS::ServiceDiscovery::Service.HealthCheckConfig``

*/
healthCheckConfig?: ServiceResource.HealthCheckConfigProperty | cdk.CloudFormationToken;
healthCheckConfig?: ServiceResource.HealthCheckConfigProperty | cdk.Token;
/**

@@ -181,3 +181,3 @@ * ``AWS::ServiceDiscovery::Service.HealthCheckCustomConfig``

*/
healthCheckCustomConfig?: ServiceResource.HealthCheckCustomConfigProperty | cdk.CloudFormationToken;
healthCheckCustomConfig?: ServiceResource.HealthCheckCustomConfigProperty | cdk.Token;
/**

@@ -187,3 +187,3 @@ * ``AWS::ServiceDiscovery::Service.Name``

*/
serviceName?: string | cdk.CloudFormationToken;
serviceName?: string | cdk.Token;
}

@@ -197,3 +197,3 @@ /**

*/
static readonly resourceTypeName: string;
static readonly resourceTypeName = "AWS::ServiceDiscovery::Service";
/**

@@ -233,3 +233,3 @@ * @cloudformation_attribute Arn

*/
dnsRecords: Array<DnsRecordProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
dnsRecords: Array<DnsRecordProperty | cdk.Token> | cdk.Token;
/**

@@ -239,3 +239,3 @@ * ``ServiceResource.DnsConfigProperty.NamespaceId``

*/
namespaceId: string | cdk.CloudFormationToken;
namespaceId: string | cdk.Token;
/**

@@ -245,3 +245,3 @@ * ``ServiceResource.DnsConfigProperty.RoutingPolicy``

*/
routingPolicy?: string | cdk.CloudFormationToken;
routingPolicy?: string | cdk.Token;
}

@@ -258,3 +258,3 @@ }

*/
ttl: string | cdk.CloudFormationToken;
ttl: string | cdk.Token;
/**

@@ -264,3 +264,3 @@ * ``ServiceResource.DnsRecordProperty.Type``

*/
type: string | cdk.CloudFormationToken;
type: string | cdk.Token;
}

@@ -277,3 +277,3 @@ }

*/
failureThreshold?: number | cdk.CloudFormationToken;
failureThreshold?: number | cdk.Token;
/**

@@ -283,3 +283,3 @@ * ``ServiceResource.HealthCheckConfigProperty.ResourcePath``

*/
resourcePath?: string | cdk.CloudFormationToken;
resourcePath?: string | cdk.Token;
/**

@@ -289,3 +289,3 @@ * ``ServiceResource.HealthCheckConfigProperty.Type``

*/
type: string | cdk.CloudFormationToken;
type: string | cdk.Token;
}

@@ -302,5 +302,5 @@ }

*/
failureThreshold?: number | cdk.CloudFormationToken;
failureThreshold?: number | cdk.Token;
}
}
}
{
"name": "@aws-cdk/aws-servicediscovery",
"version": "0.10.0",
"version": "0.11.0",
"description": "The CDK Construct Library for AWS::ServiceDiscovery",

@@ -55,11 +55,11 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "^0.10.0",
"cdk-build-tools": "^0.10.0",
"cfn2ts": "^0.10.0",
"pkglint": "^0.10.0"
"@aws-cdk/assert": "^0.11.0",
"cdk-build-tools": "^0.11.0",
"cfn2ts": "^0.11.0",
"pkglint": "^0.11.0"
},
"dependencies": {
"@aws-cdk/cdk": "^0.10.0"
"@aws-cdk/cdk": "^0.11.0"
},
"homepage": "https://github.com/awslabs/aws-cdk"
}

@@ -9,4 +9,2 @@ {

"inlineSources": true,
"jsx": "react",
"jsxFactory": "jsx.create",
"lib": [

@@ -13,0 +11,0 @@ "es2016",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc