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 0.35.0 to 0.36.0

33

lib/sagemaker.generated.d.ts

@@ -1,4 +0,6 @@

import cdk = require('@aws-cdk/cdk');
import cdk = require('@aws-cdk/core');
/**
* Properties for defining a `AWS::SageMaker::Endpoint`
*
* @stable
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html

@@ -27,2 +29,3 @@ */

* @cloudformationResource AWS::SageMaker::Endpoint
* @stable
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html

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

*/
static readonly cfnResourceTypeName = "AWS::SageMaker::Endpoint";
static readonly CFN_RESOURCE_TYPE_NAME = "AWS::SageMaker::Endpoint";
/**

@@ -74,2 +77,4 @@ * @cloudformationAttribute EndpointName

* Properties for defining a `AWS::SageMaker::EndpointConfig`
*
* @stable
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html

@@ -103,2 +108,3 @@ */

* @cloudformationResource AWS::SageMaker::EndpointConfig
* @stable
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html

@@ -110,3 +116,3 @@ */

*/
static readonly cfnResourceTypeName = "AWS::SageMaker::EndpointConfig";
static readonly CFN_RESOURCE_TYPE_NAME = "AWS::SageMaker::EndpointConfig";
/**

@@ -155,2 +161,3 @@ * @cloudformationAttribute EndpointConfigName

/**
* @stable
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-productionvariant.html

@@ -193,2 +200,4 @@ */

* Properties for defining a `AWS::SageMaker::Model`
*
* @stable
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html

@@ -232,2 +241,3 @@ */

* @cloudformationResource AWS::SageMaker::Model
* @stable
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html

@@ -239,3 +249,3 @@ */

*/
static readonly cfnResourceTypeName = "AWS::SageMaker::Model";
static readonly CFN_RESOURCE_TYPE_NAME = "AWS::SageMaker::Model";
/**

@@ -294,2 +304,3 @@ * @cloudformationAttribute ModelName

/**
* @stable
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html

@@ -307,3 +318,3 @@ */

*/
readonly environment?: object | cdk.IResolvable;
readonly environment?: any | cdk.IResolvable;
/**

@@ -323,2 +334,3 @@ * `CfnModel.ContainerDefinitionProperty.Image`

/**
* @stable
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-vpcconfig.html

@@ -341,2 +353,4 @@ */

* Properties for defining a `AWS::SageMaker::NotebookInstance`
*
* @stable
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html

@@ -420,2 +434,3 @@ */

* @cloudformationResource AWS::SageMaker::NotebookInstance
* @stable
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html

@@ -427,3 +442,3 @@ */

*/
static readonly cfnResourceTypeName = "AWS::SageMaker::NotebookInstance";
static readonly CFN_RESOURCE_TYPE_NAME = "AWS::SageMaker::NotebookInstance";
/**

@@ -522,2 +537,4 @@ * @cloudformationAttribute NotebookInstanceName

* Properties for defining a `AWS::SageMaker::NotebookInstanceLifecycleConfig`
*
* @stable
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html

@@ -546,2 +563,3 @@ */

* @cloudformationResource AWS::SageMaker::NotebookInstanceLifecycleConfig
* @stable
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html

@@ -553,3 +571,3 @@ */

*/
static readonly cfnResourceTypeName = "AWS::SageMaker::NotebookInstanceLifecycleConfig";
static readonly CFN_RESOURCE_TYPE_NAME = "AWS::SageMaker::NotebookInstanceLifecycleConfig";
/**

@@ -593,2 +611,3 @@ * @cloudformationAttribute NotebookInstanceLifecycleConfigName

/**
* @stable
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-notebookinstancelifecycleconfig-notebookinstancelifecyclehook.html

@@ -595,0 +614,0 @@ */

{
"name": "@aws-cdk/aws-sagemaker",
"version": "0.35.0",
"version": "0.36.0",
"description": "The CDK Construct Library for AWS::SageMaker",

@@ -67,12 +67,12 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "^0.35.0",
"cdk-build-tools": "^0.35.0",
"cfn2ts": "^0.35.0",
"pkglint": "^0.35.0"
"@aws-cdk/assert": "^0.36.0",
"cdk-build-tools": "^0.36.0",
"cfn2ts": "^0.36.0",
"pkglint": "^0.36.0"
},
"dependencies": {
"@aws-cdk/cdk": "^0.35.0"
"@aws-cdk/core": "^0.36.0"
},
"peerDependencies": {
"@aws-cdk/cdk": "^0.35.0"
"@aws-cdk/core": "^0.36.0"
},

@@ -79,0 +79,0 @@ "engines": {

@@ -38,3 +38,3 @@ {

{
"path": "../cdk"
"path": "../core"
},

@@ -41,0 +41,0 @@ {

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