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

@aws-cdk/aws-sagemaker

Package Overview
Dependencies
Maintainers
4
Versions
285
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.10.0 to 0.11.0

82

lib/sagemaker.generated.d.ts

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

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

@@ -17,3 +17,3 @@ * ``AWS::SageMaker::Endpoint.EndpointName``

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

@@ -23,3 +23,3 @@ * ``AWS::SageMaker::Endpoint.Tags``

*/
tags?: Array<cdk.Tag | cdk.CloudFormationToken> | cdk.CloudFormationToken;
tags?: Array<cdk.Tag | cdk.Token> | cdk.Token;
}

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

*/
static readonly resourceTypeName: string;
static readonly resourceTypeName = "AWS::SageMaker::Endpoint";
/**

@@ -63,3 +63,3 @@ * @cloudformation_attribute EndpointName

*/
productionVariants: Array<EndpointConfigResource.ProductionVariantProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
productionVariants: Array<EndpointConfigResource.ProductionVariantProperty | cdk.Token> | cdk.Token;
/**

@@ -69,3 +69,3 @@ * ``AWS::SageMaker::EndpointConfig.EndpointConfigName``

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

@@ -75,3 +75,3 @@ * ``AWS::SageMaker::EndpointConfig.KmsKeyId``

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

@@ -81,3 +81,3 @@ * ``AWS::SageMaker::EndpointConfig.Tags``

*/
tags?: Array<cdk.Tag | cdk.CloudFormationToken> | cdk.CloudFormationToken;
tags?: Array<cdk.Tag | cdk.Token> | cdk.Token;
}

@@ -91,3 +91,3 @@ /**

*/
static readonly resourceTypeName: string;
static readonly resourceTypeName = "AWS::SageMaker::EndpointConfig";
/**

@@ -120,3 +120,3 @@ * @cloudformation_attribute EndpointConfigName

*/
initialInstanceCount: number | cdk.CloudFormationToken;
initialInstanceCount: number | cdk.Token;
/**

@@ -126,3 +126,3 @@ * ``EndpointConfigResource.ProductionVariantProperty.InitialVariantWeight``

*/
initialVariantWeight: number | cdk.CloudFormationToken;
initialVariantWeight: number | cdk.Token;
/**

@@ -132,3 +132,3 @@ * ``EndpointConfigResource.ProductionVariantProperty.InstanceType``

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

@@ -138,3 +138,3 @@ * ``EndpointConfigResource.ProductionVariantProperty.ModelName``

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

@@ -144,3 +144,3 @@ * ``EndpointConfigResource.ProductionVariantProperty.VariantName``

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

@@ -158,3 +158,3 @@ }

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

@@ -164,3 +164,3 @@ * ``AWS::SageMaker::Model.PrimaryContainer``

*/
primaryContainer: ModelResource.ContainerDefinitionProperty | cdk.CloudFormationToken;
primaryContainer: ModelResource.ContainerDefinitionProperty | cdk.Token;
/**

@@ -170,3 +170,3 @@ * ``AWS::SageMaker::Model.ModelName``

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

@@ -176,3 +176,3 @@ * ``AWS::SageMaker::Model.Tags``

*/
tags?: Array<cdk.Tag | cdk.CloudFormationToken> | cdk.CloudFormationToken;
tags?: Array<cdk.Tag | cdk.Token> | cdk.Token;
/**

@@ -182,3 +182,3 @@ * ``AWS::SageMaker::Model.VpcConfig``

*/
vpcConfig?: ModelResource.VpcConfigProperty | cdk.CloudFormationToken;
vpcConfig?: ModelResource.VpcConfigProperty | cdk.Token;
}

@@ -192,3 +192,3 @@ /**

*/
static readonly resourceTypeName: string;
static readonly resourceTypeName = "AWS::SageMaker::Model";
/**

@@ -221,3 +221,3 @@ * @cloudformation_attribute ModelName

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

@@ -227,3 +227,3 @@ * ``ModelResource.ContainerDefinitionProperty.Environment``

*/
environment?: object | cdk.CloudFormationToken;
environment?: object | cdk.Token;
/**

@@ -233,3 +233,3 @@ * ``ModelResource.ContainerDefinitionProperty.Image``

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

@@ -239,3 +239,3 @@ * ``ModelResource.ContainerDefinitionProperty.ModelDataUrl``

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

@@ -252,3 +252,3 @@ }

*/
securityGroupIds: Array<string | cdk.CloudFormationToken> | cdk.CloudFormationToken;
securityGroupIds: Array<string | cdk.Token> | cdk.Token;
/**

@@ -258,3 +258,3 @@ * ``ModelResource.VpcConfigProperty.Subnets``

*/
subnets: Array<string | cdk.CloudFormationToken> | cdk.CloudFormationToken;
subnets: Array<string | cdk.Token> | cdk.Token;
}

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

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

@@ -278,3 +278,3 @@ * ``AWS::SageMaker::NotebookInstance.RoleArn``

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

@@ -284,3 +284,3 @@ * ``AWS::SageMaker::NotebookInstance.DirectInternetAccess``

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

@@ -290,3 +290,3 @@ * ``AWS::SageMaker::NotebookInstance.KmsKeyId``

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

@@ -296,3 +296,3 @@ * ``AWS::SageMaker::NotebookInstance.LifecycleConfigName``

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

@@ -302,3 +302,3 @@ * ``AWS::SageMaker::NotebookInstance.NotebookInstanceName``

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

@@ -308,3 +308,3 @@ * ``AWS::SageMaker::NotebookInstance.SecurityGroupIds``

*/
securityGroupIds?: Array<string | cdk.CloudFormationToken> | cdk.CloudFormationToken;
securityGroupIds?: Array<string | cdk.Token> | cdk.Token;
/**

@@ -314,3 +314,3 @@ * ``AWS::SageMaker::NotebookInstance.SubnetId``

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

@@ -320,3 +320,3 @@ * ``AWS::SageMaker::NotebookInstance.Tags``

*/
tags?: Array<cdk.Tag | cdk.CloudFormationToken> | cdk.CloudFormationToken;
tags?: Array<cdk.Tag | cdk.Token> | cdk.Token;
}

@@ -330,3 +330,3 @@ /**

*/
static readonly resourceTypeName: string;
static readonly resourceTypeName = "AWS::SageMaker::NotebookInstance";
/**

@@ -360,3 +360,3 @@ * @cloudformation_attribute NotebookInstanceName

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

@@ -366,3 +366,3 @@ * ``AWS::SageMaker::NotebookInstanceLifecycleConfig.OnCreate``

*/
onCreate?: Array<NotebookInstanceLifecycleConfigResource.NotebookInstanceLifecycleHookProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
onCreate?: Array<NotebookInstanceLifecycleConfigResource.NotebookInstanceLifecycleHookProperty | cdk.Token> | cdk.Token;
/**

@@ -372,3 +372,3 @@ * ``AWS::SageMaker::NotebookInstanceLifecycleConfig.OnStart``

*/
onStart?: Array<NotebookInstanceLifecycleConfigResource.NotebookInstanceLifecycleHookProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
onStart?: Array<NotebookInstanceLifecycleConfigResource.NotebookInstanceLifecycleHookProperty | cdk.Token> | cdk.Token;
}

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

*/
static readonly resourceTypeName: string;
static readonly resourceTypeName = "AWS::SageMaker::NotebookInstanceLifecycleConfig";
/**

@@ -411,5 +411,5 @@ * @cloudformation_attribute NotebookInstanceLifecycleConfigName

*/
content?: string | cdk.CloudFormationToken;
content?: string | cdk.Token;
}
}
}
{
"name": "@aws-cdk/aws-sagemaker",
"version": "0.10.0",
"version": "0.11.0",
"description": "The CDK Construct Library for AWS::SageMaker",

@@ -56,10 +56,10 @@ "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"
}
}

@@ -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