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
5
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 1.0.0 to 1.1.0

28

lib/servicediscovery.generated.d.ts

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

*
* @stable
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html

@@ -25,3 +25,3 @@ */

* @cloudformationResource AWS::ServiceDiscovery::HttpNamespace
* @stable
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html

@@ -72,3 +72,3 @@ */

*
* @stable
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html

@@ -97,3 +97,3 @@ */

* @cloudformationResource AWS::ServiceDiscovery::Instance
* @stable
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html

@@ -141,3 +141,3 @@ */

*
* @stable
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html

@@ -166,3 +166,3 @@ */

* @cloudformationResource AWS::ServiceDiscovery::PrivateDnsNamespace
* @stable
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-privatednsnamespace.html

@@ -218,3 +218,3 @@ */

*
* @stable
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html

@@ -238,3 +238,3 @@ */

* @cloudformationResource AWS::ServiceDiscovery::PublicDnsNamespace
* @stable
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-publicdnsnamespace.html

@@ -285,3 +285,3 @@ */

*
* @stable
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html

@@ -325,3 +325,3 @@ */

* @cloudformationResource AWS::ServiceDiscovery::Service
* @stable
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html

@@ -395,3 +395,3 @@ */

/**
* @stable
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html

@@ -419,3 +419,3 @@ */

/**
* @stable
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsrecord.html

@@ -438,3 +438,3 @@ */

/**
* @stable
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckconfig.html

@@ -462,3 +462,3 @@ */

/**
* @stable
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-healthcheckcustomconfig.html

@@ -465,0 +465,0 @@ */

{
"name": "@aws-cdk/aws-servicediscovery",
"version": "1.0.0",
"version": "1.1.0",
"description": "The CDK Construct Library for AWS::ServiceDiscovery",

@@ -36,3 +36,3 @@ "main": "lib/index.js",

"type": "git",
"url": "https://github.com/awslabs/aws-cdk.git",
"url": "https://github.com/aws/aws-cdk.git",
"directory": "packages/@aws-cdk/aws-servicediscovery"

@@ -69,20 +69,20 @@ },

"devDependencies": {
"@aws-cdk/assert": "^1.0.0",
"cdk-build-tools": "^1.0.0",
"cdk-integ-tools": "^1.0.0",
"cfn2ts": "^1.0.0",
"pkglint": "^1.0.0"
"@aws-cdk/assert": "^1.1.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cdk-integ-tools": "file:../../../tools/cdk-integ-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/aws-ec2": "^1.0.0",
"@aws-cdk/aws-elasticloadbalancingv2": "^1.0.0",
"@aws-cdk/aws-route53": "^1.0.0",
"@aws-cdk/core": "^1.0.0"
"@aws-cdk/aws-ec2": "^1.1.0",
"@aws-cdk/aws-elasticloadbalancingv2": "^1.1.0",
"@aws-cdk/aws-route53": "^1.1.0",
"@aws-cdk/core": "^1.1.0"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-ec2": "^1.0.0",
"@aws-cdk/aws-elasticloadbalancingv2": "^1.0.0",
"@aws-cdk/aws-route53": "^1.0.0",
"@aws-cdk/core": "^1.0.0"
"@aws-cdk/aws-ec2": "^1.1.0",
"@aws-cdk/aws-elasticloadbalancingv2": "^1.1.0",
"@aws-cdk/aws-route53": "^1.1.0",
"@aws-cdk/core": "^1.1.0"
},

@@ -105,2 +105,2 @@ "engines": {

"stability": "stable"
}
}

@@ -12,3 +12,3 @@ ## Amazon ECS Service Discovery Construct Library

This module is part of the [AWS Cloud Development Kit](https://github.com/awslabs/aws-cdk) project.
This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.

@@ -15,0 +15,0 @@ This package contains constructs for working with **AWS Cloud Map**

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