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
5
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 1.18.0 to 1.19.0

test/sagemaker.test.d.ts

47

lib/sagemaker.generated.d.ts

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

inspect(inspector: cdk.TreeInspector): void;
protected readonly cfnProperties: {
protected get cfnProperties(): {
[key: string]: any;

@@ -113,2 +113,12 @@ };

/**
* `AWS::SageMaker::Endpoint.ExcludeRetainedVariantProperties`
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-excluderetainedvariantproperties
*/
readonly excludeRetainedVariantProperties?: Array<CfnEndpoint.VariantPropertyProperty | cdk.IResolvable> | cdk.IResolvable;
/**
* `AWS::SageMaker::Endpoint.RetainAllVariantProperties`
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-retainallvariantproperties
*/
readonly retainAllVariantProperties?: boolean | cdk.IResolvable;
/**
* `AWS::SageMaker::Endpoint.Tags`

@@ -146,2 +156,12 @@ * @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-tags

/**
* `AWS::SageMaker::Endpoint.ExcludeRetainedVariantProperties`
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-excluderetainedvariantproperties
*/
excludeRetainedVariantProperties: Array<CfnEndpoint.VariantPropertyProperty | cdk.IResolvable> | cdk.IResolvable | undefined;
/**
* `AWS::SageMaker::Endpoint.RetainAllVariantProperties`
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-retainallvariantproperties
*/
retainAllVariantProperties: boolean | cdk.IResolvable | undefined;
/**
* `AWS::SageMaker::Endpoint.Tags`

@@ -167,3 +187,3 @@ * @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-tags

inspect(inspector: cdk.TreeInspector): void;
protected readonly cfnProperties: {
protected get cfnProperties(): {
[key: string]: any;

@@ -177,2 +197,15 @@ };

}
export declare namespace CfnEndpoint {
/**
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpoint-variantproperty.html
*/
interface VariantPropertyProperty {
/**
* `CfnEndpoint.VariantPropertyProperty.VariantPropertyType`
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpoint-variantproperty.html#cfn-sagemaker-endpoint-variantproperty-variantpropertytype
*/
readonly variantPropertyType?: string;
}
}
/**

@@ -258,3 +291,3 @@ * Properties for defining a `AWS::SageMaker::EndpointConfig`

inspect(inspector: cdk.TreeInspector): void;
protected readonly cfnProperties: {
protected get cfnProperties(): {
[key: string]: any;

@@ -406,3 +439,3 @@ };

inspect(inspector: cdk.TreeInspector): void;
protected readonly cfnProperties: {
protected get cfnProperties(): {
[key: string]: any;

@@ -642,3 +675,3 @@ };

inspect(inspector: cdk.TreeInspector): void;
protected readonly cfnProperties: {
protected get cfnProperties(): {
[key: string]: any;

@@ -722,3 +755,3 @@ };

inspect(inspector: cdk.TreeInspector): void;
protected readonly cfnProperties: {
protected get cfnProperties(): {
[key: string]: any;

@@ -835,3 +868,3 @@ };

inspect(inspector: cdk.TreeInspector): void;
protected readonly cfnProperties: {
protected get cfnProperties(): {
[key: string]: any;

@@ -838,0 +871,0 @@ };

25

package.json
{
"name": "@aws-cdk/aws-sagemaker",
"version": "1.18.0",
"version": "1.19.0",
"description": "The CDK Construct Library for AWS::SageMaker",

@@ -64,14 +64,25 @@ "main": "lib/index.js",

},
"jest": {
"moduleFileExtensions": [
"js"
],
"coverageThreshold": {
"global": {
"branches": 60,
"statements": 80
}
}
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.18.0",
"cdk-build-tools": "1.18.0",
"cfn2ts": "1.18.0",
"pkglint": "1.18.0"
"@aws-cdk/assert": "1.19.0",
"cdk-build-tools": "1.19.0",
"cfn2ts": "1.19.0",
"pkglint": "1.19.0"
},
"dependencies": {
"@aws-cdk/core": "1.18.0"
"@aws-cdk/core": "1.19.0"
},
"peerDependencies": {
"@aws-cdk/core": "1.18.0"
"@aws-cdk/core": "1.19.0"
},

@@ -78,0 +89,0 @@ "engines": {

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