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

@aws-cdk/aws-servicecatalog

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-servicecatalog - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

90

lib/servicecatalog.generated.d.ts

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

static readonly resourceTypeName: string;
readonly ref: AcceptedPortfolioShareId;
readonly acceptedPortfolioShareId: string;
/**

@@ -41,5 +41,2 @@ * Creates a new ``AWS::ServiceCatalog::AcceptedPortfolioShare``.

}
export declare class AcceptedPortfolioShareId extends cdk.CloudFormationToken {
private readonly thisIsAAcceptedPortfolioShareId;
}
export declare namespace cloudformation {

@@ -112,12 +109,12 @@ /**

*/
readonly cloudFormationProductProductName: CloudFormationProductProductName;
readonly cloudFormationProductProductName: string;
/**
* @cloudformation_attribute ProvisioningArtifactIds
*/
readonly cloudFormationProductProvisioningArtifactIds: CloudFormationProductProvisioningArtifactIds;
readonly cloudFormationProductProvisioningArtifactIds: string;
/**
* @cloudformation_attribute ProvisioningArtifactNames
*/
readonly cloudFormationProductProvisioningArtifactNames: CloudFormationProductProvisioningArtifactNames;
readonly ref: CloudFormationProductId;
readonly cloudFormationProductProvisioningArtifactNames: string;
readonly cloudFormationProductId: string;
/**

@@ -158,14 +155,2 @@ * Creates a new ``AWS::ServiceCatalog::CloudFormationProduct``.

}
export declare class CloudFormationProductProductName extends cdk.CloudFormationToken {
private readonly thisIsACloudFormationProductProductName;
}
export declare class CloudFormationProductProvisioningArtifactIds extends cdk.CloudFormationToken {
private readonly thisIsACloudFormationProductProvisioningArtifactIds;
}
export declare class CloudFormationProductProvisioningArtifactNames extends cdk.CloudFormationToken {
private readonly thisIsACloudFormationProductProvisioningArtifactNames;
}
export declare class CloudFormationProductId extends cdk.CloudFormationToken {
private readonly thisIsACloudFormationProductId;
}
export declare namespace cloudformation {

@@ -238,8 +223,8 @@ /**

*/
readonly cloudFormationProvisionedProductCloudformationStackArn: CloudFormationProvisionedProductCloudformationStackArn;
readonly cloudFormationProvisionedProductCloudformationStackArn: string;
/**
* @cloudformation_attribute RecordId
*/
readonly cloudFormationProvisionedProductRecordId: CloudFormationProvisionedProductRecordId;
readonly ref: CloudFormationProvisionedProductId;
readonly cloudFormationProvisionedProductRecordId: string;
readonly cloudFormationProvisionedProductId: string;
/**

@@ -275,11 +260,2 @@ * Creates a new ``AWS::ServiceCatalog::CloudFormationProvisionedProduct``.

}
export declare class CloudFormationProvisionedProductCloudformationStackArn extends cdk.Arn {
private readonly thisIsACloudFormationProvisionedProductCloudformationStackArn;
}
export declare class CloudFormationProvisionedProductRecordId extends cdk.CloudFormationToken {
private readonly thisIsACloudFormationProvisionedProductRecordId;
}
export declare class CloudFormationProvisionedProductId extends cdk.CloudFormationToken {
private readonly thisIsACloudFormationProvisionedProductId;
}
export declare namespace cloudformation {

@@ -324,3 +300,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: LaunchNotificationConstraintId;
readonly launchNotificationConstraintId: string;
/**

@@ -339,5 +315,2 @@ * Creates a new ``AWS::ServiceCatalog::LaunchNotificationConstraint``.

}
export declare class LaunchNotificationConstraintId extends cdk.CloudFormationToken {
private readonly thisIsALaunchNotificationConstraintId;
}
export declare namespace cloudformation {

@@ -382,3 +355,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: LaunchRoleConstraintId;
readonly launchRoleConstraintId: string;
/**

@@ -397,5 +370,2 @@ * Creates a new ``AWS::ServiceCatalog::LaunchRoleConstraint``.

}
export declare class LaunchRoleConstraintId extends cdk.CloudFormationToken {
private readonly thisIsALaunchRoleConstraintId;
}
export declare namespace cloudformation {

@@ -440,3 +410,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: LaunchTemplateConstraintId;
readonly launchTemplateConstraintId: string;
/**

@@ -455,5 +425,2 @@ * Creates a new ``AWS::ServiceCatalog::LaunchTemplateConstraint``.

}
export declare class LaunchTemplateConstraintId extends cdk.CloudFormationToken {
private readonly thisIsALaunchTemplateConstraintId;
}
export declare namespace cloudformation {

@@ -501,4 +468,4 @@ /**

*/
readonly portfolioName: PortfolioName;
readonly ref: PortfolioId;
readonly portfolioName: string;
readonly portfolioId: string;
/**

@@ -517,8 +484,2 @@ * Creates a new ``AWS::ServiceCatalog::Portfolio``.

}
export declare class PortfolioName extends cdk.CloudFormationToken {
private readonly thisIsAPortfolioName;
}
export declare class PortfolioId extends cdk.CloudFormationToken {
private readonly thisIsAPortfolioId;
}
export declare namespace cloudformation {

@@ -558,3 +519,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: PortfolioPrincipalAssociationId;
readonly portfolioPrincipalAssociationId: string;
/**

@@ -573,5 +534,2 @@ * Creates a new ``AWS::ServiceCatalog::PortfolioPrincipalAssociation``.

}
export declare class PortfolioPrincipalAssociationId extends cdk.CloudFormationToken {
private readonly thisIsAPortfolioPrincipalAssociationId;
}
export declare namespace cloudformation {

@@ -611,3 +569,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: PortfolioProductAssociationId;
readonly portfolioProductAssociationId: string;
/**

@@ -626,5 +584,2 @@ * Creates a new ``AWS::ServiceCatalog::PortfolioProductAssociation``.

}
export declare class PortfolioProductAssociationId extends cdk.CloudFormationToken {
private readonly thisIsAPortfolioProductAssociationId;
}
export declare namespace cloudformation {

@@ -659,3 +614,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: PortfolioShareId;
readonly portfolioShareId: string;
/**

@@ -674,5 +629,2 @@ * Creates a new ``AWS::ServiceCatalog::PortfolioShare``.

}
export declare class PortfolioShareId extends cdk.CloudFormationToken {
private readonly thisIsAPortfolioShareId;
}
export declare namespace cloudformation {

@@ -707,3 +659,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: TagOptionId;
readonly tagOptionId: string;
/**

@@ -722,5 +674,2 @@ * Creates a new ``AWS::ServiceCatalog::TagOption``.

}
export declare class TagOptionId extends cdk.CloudFormationToken {
private readonly thisIsATagOptionId;
}
export declare namespace cloudformation {

@@ -750,3 +699,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: TagOptionAssociationId;
readonly tagOptionAssociationId: string;
/**

@@ -765,4 +714,1 @@ * Creates a new ``AWS::ServiceCatalog::TagOptionAssociation``.

}
export declare class TagOptionAssociationId extends cdk.CloudFormationToken {
private readonly thisIsATagOptionAssociationId;
}

12

package.json
{
"name": "@aws-cdk/aws-servicecatalog",
"version": "0.9.1",
"version": "0.9.2",
"description": "The CDK Construct Library for AWS::ServiceCatalog",

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

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

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