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.8.2 to 0.9.0

key.snk

2

lib/index.js

@@ -8,2 +8,2 @@ "use strict";

__export(require("./servicediscovery.generated"));
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLGtEQUFrRDtBQUNsRCxrREFBNkMifQ==
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLGtEQUFrRDtBQUNsRCxrREFBNkMiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBBV1M6OlNlcnZpY2VEaXNjb3ZlcnkgQ2xvdWRGb3JtYXRpb24gUmVzb3VyY2VzOlxuZXhwb3J0ICogZnJvbSAnLi9zZXJ2aWNlZGlzY292ZXJ5LmdlbmVyYXRlZCc7XG4iXX0=

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

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

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

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

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

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

@@ -34,2 +34,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: InstanceId;
/**

@@ -48,2 +49,5 @@ * Creates a new ``AWS::ServiceDiscovery::Instance``.

}
export declare class InstanceId extends cdk.CloudFormationToken {
private readonly thisIsAInstanceId;
}
export declare namespace cloudformation {

@@ -58,3 +62,3 @@ /**

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

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

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

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

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

@@ -89,2 +93,3 @@ /**

readonly privateDnsNamespaceId: PrivateDnsNamespaceId;
readonly ref: PrivateDnsNamespaceId;
/**

@@ -104,4 +109,6 @@ * Creates a new ``AWS::ServiceDiscovery::PrivateDnsNamespace``.

export declare class PrivateDnsNamespaceArn extends cdk.Arn {
private readonly thisIsAPrivateDnsNamespaceArn;
}
export declare class PrivateDnsNamespaceId extends cdk.Token {
export declare class PrivateDnsNamespaceId extends cdk.CloudFormationToken {
private readonly thisIsAPrivateDnsNamespaceId;
}

@@ -117,3 +124,3 @@ export declare namespace cloudformation {

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

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

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

@@ -142,2 +149,3 @@ /**

readonly publicDnsNamespaceId: PublicDnsNamespaceId;
readonly ref: PublicDnsNamespaceId;
/**

@@ -157,4 +165,6 @@ * Creates a new ``AWS::ServiceDiscovery::PublicDnsNamespace``.

export declare class PublicDnsNamespaceArn extends cdk.Arn {
private readonly thisIsAPublicDnsNamespaceArn;
}
export declare class PublicDnsNamespaceId extends cdk.Token {
export declare class PublicDnsNamespaceId extends cdk.CloudFormationToken {
private readonly thisIsAPublicDnsNamespaceId;
}

@@ -170,3 +180,3 @@ export declare namespace cloudformation {

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

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

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

@@ -182,8 +192,13 @@ * ``AWS::ServiceDiscovery::Service.HealthCheckConfig``

*/
healthCheckConfig?: ServiceResource.HealthCheckConfigProperty | cdk.Token;
healthCheckConfig?: ServiceResource.HealthCheckConfigProperty | cdk.CloudFormationToken;
/**
* ``AWS::ServiceDiscovery::Service.HealthCheckCustomConfig``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-healthcheckcustomconfig
*/
healthCheckCustomConfig?: ServiceResource.HealthCheckCustomConfigProperty | cdk.CloudFormationToken;
/**
* ``AWS::ServiceDiscovery::Service.Name``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-name
*/
serviceName?: string | cdk.Token;
serviceName?: string | cdk.CloudFormationToken;
}

@@ -210,2 +225,3 @@ /**

readonly serviceName: ServiceName;
readonly ref: ServiceId;
/**

@@ -232,3 +248,3 @@ * Creates a new ``AWS::ServiceDiscovery::Service``.

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

@@ -238,3 +254,8 @@ * ``ServiceResource.DnsConfigProperty.NamespaceId``

*/
namespaceId: string | cdk.Token;
namespaceId: string | cdk.CloudFormationToken;
/**
* ``ServiceResource.DnsConfigProperty.RoutingPolicy``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-routingpolicy
*/
routingPolicy?: string | cdk.CloudFormationToken;
}

@@ -251,3 +272,3 @@ }

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

@@ -257,3 +278,3 @@ * ``ServiceResource.DnsRecordProperty.Type``

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

@@ -270,3 +291,3 @@ }

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

@@ -276,3 +297,3 @@ * ``ServiceResource.HealthCheckConfigProperty.ResourcePath``

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

@@ -282,11 +303,26 @@ * ``ServiceResource.HealthCheckConfigProperty.Type``

*/
type: string | cdk.Token;
type: string | cdk.CloudFormationToken;
}
}
namespace ServiceResource {
/**
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckcustomconfig.html
*/
interface HealthCheckCustomConfigProperty {
/**
* ``ServiceResource.HealthCheckCustomConfigProperty.FailureThreshold``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckcustomconfig.html#cfn-servicediscovery-service-healthcheckcustomconfig-failurethreshold
*/
failureThreshold?: number | cdk.CloudFormationToken;
}
}
}
export declare class ServiceArn extends cdk.Arn {
private readonly thisIsAServiceArn;
}
export declare class ServiceId extends cdk.Token {
export declare class ServiceId extends cdk.CloudFormationToken {
private readonly thisIsAServiceId;
}
export declare class ServiceName extends cdk.Token {
export declare class ServiceName extends cdk.CloudFormationToken {
private readonly thisIsAServiceName;
}
{
"name": "@aws-cdk/aws-servicediscovery",
"version": "0.8.2",
"version": "0.9.0",
"description": "The CDK Construct Library for AWS::ServiceDiscovery",

@@ -17,2 +17,8 @@ "main": "lib/index.js",

},
"dotnet": {
"namespace": "Amazon.CDK.AWS.ServiceDiscovery",
"packageId": "Amazon.CDK.AWS.ServiceDiscovery",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}

@@ -50,11 +56,11 @@ }

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

@@ -10,2 +10,2 @@ "use strict";

});
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdC5zZXJ2aWNlZGlzY292ZXJ5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsidGVzdC5zZXJ2aWNlZGlzY292ZXJ5LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7O0FBQUEsdUNBQTBDO0FBRTFDLE9BQU8sR0FBRyxtQkFBUSxDQUFDO0lBQ2YsU0FBUyxDQUFDLElBQVU7UUFDaEIsSUFBSSxDQUFDLEVBQUUsQ0FBQyxJQUFJLEVBQUUsMENBQTBDLENBQUMsQ0FBQztRQUMxRCxJQUFJLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDaEIsQ0FBQztDQUNKLENBQUMsQ0FBQyJ9
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdC5zZXJ2aWNlZGlzY292ZXJ5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsidGVzdC5zZXJ2aWNlZGlzY292ZXJ5LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7O0FBQUEsdUNBQTBDO0FBRTFDLE9BQU8sR0FBRyxtQkFBUSxDQUFDO0lBQ2YsU0FBUyxDQUFDLElBQVU7UUFDaEIsSUFBSSxDQUFDLEVBQUUsQ0FBQyxJQUFJLEVBQUUsMENBQTBDLENBQUMsQ0FBQztRQUMxRCxJQUFJLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDaEIsQ0FBQztDQUNKLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFRlc3QsIHRlc3RDYXNlIH0gZnJvbSAnbm9kZXVuaXQnO1xuXG5leHBvcnRzID0gdGVzdENhc2Uoe1xuICAgIG5vdFRlc3RlZCh0ZXN0OiBUZXN0KSB7XG4gICAgICAgIHRlc3Qub2sodHJ1ZSwgJ05vIHRlc3RzIGFyZSBzcGVjaWZpZWQgZm9yIHRoaXMgcGFja2FnZS4nKTtcbiAgICAgICAgdGVzdC5kb25lKCk7XG4gICAgfVxufSk7XG4iXX0=
{
"compilerOptions": {
"target": "es2018",
"lib": [
"es2016",
"es2017.object",
"es2017.string"
],
"module": "commonjs",
"declaration": true,
"strict": true,
"strictPropertyInitialization": true,
"noImplicitAny": true,
"strictNullChecks": true,
"noImplicitThis": true,
"alwaysStrict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"inlineSourceMap": true,
"experimentalDecorators": true,
"jsx": "react",
"jsxFactory": "jsx.create"
},
"_generated_by_jsii_": "generated by jsii - you can delete, and ideally add to your .gitignore"
"compilerOptions": {
"alwaysStrict": true,
"charset": "utf8",
"declaration": true,
"experimentalDecorators": true,
"inlineSourceMap": true,
"inlineSources": true,
"jsx": "react",
"jsxFactory": "jsx.create",
"lib": [
"es2016",
"es2017.object",
"es2017.string"
],
"module": "CommonJS",
"noEmitOnError": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"resolveJsonModule": true,
"strict": true,
"strictNullChecks": true,
"target": "ES2018"
},
"_generated_by_jsii_": "Generated by jsii - safe to delete, and ideally should be in .gitignore"
}

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