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.15.0 to 1.16.0

70

lib/sagemaker.generated.d.ts

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

*/
export declare class CfnCodeRepository extends cdk.CfnResource {
export declare class CfnCodeRepository extends cdk.CfnResource implements cdk.IInspectable {
/**

@@ -55,2 +55,10 @@ * The CloudFormation resource type name for this resource class.

constructor(scope: cdk.Construct, id: string, props: CfnCodeRepositoryProps);
/**
* Examines the CloudFormation resource and discloses attributes.
*
* @param inspector - tree inspector to collect and process attributes
*
* @stability experimental
*/
inspect(inspector: cdk.TreeInspector): void;
protected readonly cfnProperties: {

@@ -118,3 +126,3 @@ [key: string]: any;

*/
export declare class CfnEndpoint extends cdk.CfnResource {
export declare class CfnEndpoint extends cdk.CfnResource implements cdk.IInspectable {
/**

@@ -151,2 +159,10 @@ * The CloudFormation resource type name for this resource class.

constructor(scope: cdk.Construct, id: string, props: CfnEndpointProps);
/**
* Examines the CloudFormation resource and discloses attributes.
*
* @param inspector - tree inspector to collect and process attributes
*
* @stability experimental
*/
inspect(inspector: cdk.TreeInspector): void;
protected readonly cfnProperties: {

@@ -196,3 +212,3 @@ [key: string]: any;

*/
export declare class CfnEndpointConfig extends cdk.CfnResource {
export declare class CfnEndpointConfig extends cdk.CfnResource implements cdk.IInspectable {
/**

@@ -234,2 +250,10 @@ * The CloudFormation resource type name for this resource class.

constructor(scope: cdk.Construct, id: string, props: CfnEndpointConfigProps);
/**
* Examines the CloudFormation resource and discloses attributes.
*
* @param inspector - tree inspector to collect and process attributes
*
* @stability experimental
*/
inspect(inspector: cdk.TreeInspector): void;
protected readonly cfnProperties: {

@@ -327,3 +351,3 @@ [key: string]: any;

*/
export declare class CfnModel extends cdk.CfnResource {
export declare class CfnModel extends cdk.CfnResource implements cdk.IInspectable {
/**

@@ -375,2 +399,10 @@ * The CloudFormation resource type name for this resource class.

constructor(scope: cdk.Construct, id: string, props: CfnModelProps);
/**
* Examines the CloudFormation resource and discloses attributes.
*
* @param inspector - tree inspector to collect and process attributes
*
* @stability experimental
*/
inspect(inspector: cdk.TreeInspector): void;
protected readonly cfnProperties: {

@@ -516,3 +548,3 @@ [key: string]: any;

*/
export declare class CfnNotebookInstance extends cdk.CfnResource {
export declare class CfnNotebookInstance extends cdk.CfnResource implements cdk.IInspectable {
/**

@@ -604,2 +636,10 @@ * The CloudFormation resource type name for this resource class.

constructor(scope: cdk.Construct, id: string, props: CfnNotebookInstanceProps);
/**
* Examines the CloudFormation resource and discloses attributes.
*
* @param inspector - tree inspector to collect and process attributes
*
* @stability experimental
*/
inspect(inspector: cdk.TreeInspector): void;
protected readonly cfnProperties: {

@@ -644,3 +684,3 @@ [key: string]: any;

*/
export declare class CfnNotebookInstanceLifecycleConfig extends cdk.CfnResource {
export declare class CfnNotebookInstanceLifecycleConfig extends cdk.CfnResource implements cdk.IInspectable {
/**

@@ -677,2 +717,10 @@ * The CloudFormation resource type name for this resource class.

constructor(scope: cdk.Construct, id: string, props?: CfnNotebookInstanceLifecycleConfigProps);
/**
* Examines the CloudFormation resource and discloses attributes.
*
* @param inspector - tree inspector to collect and process attributes
*
* @stability experimental
*/
inspect(inspector: cdk.TreeInspector): void;
protected readonly cfnProperties: {

@@ -740,3 +788,3 @@ [key: string]: any;

*/
export declare class CfnWorkteam extends cdk.CfnResource {
export declare class CfnWorkteam extends cdk.CfnResource implements cdk.IInspectable {
/**

@@ -783,2 +831,10 @@ * The CloudFormation resource type name for this resource class.

constructor(scope: cdk.Construct, id: string, props?: CfnWorkteamProps);
/**
* Examines the CloudFormation resource and discloses attributes.
*
* @param inspector - tree inspector to collect and process attributes
*
* @stability experimental
*/
inspect(inspector: cdk.TreeInspector): void;
protected readonly cfnProperties: {

@@ -785,0 +841,0 @@ [key: string]: any;

19

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

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

"build+test+package": "npm run build+test && npm run package",
"build+test": "npm run build && npm test"
"build+test": "npm run build && npm test",
"compat": "cdk-compat"
},

@@ -68,12 +69,12 @@ "cdk-build": {

"devDependencies": {
"@aws-cdk/assert": "1.15.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
"@aws-cdk/assert": "1.16.0",
"cdk-build-tools": "1.16.0",
"cfn2ts": "1.16.0",
"pkglint": "1.16.0"
},
"dependencies": {
"@aws-cdk/core": "1.15.0"
"@aws-cdk/core": "1.16.0"
},
"peerDependencies": {
"@aws-cdk/core": "1.15.0"
"@aws-cdk/core": "1.16.0"
},

@@ -84,2 +85,2 @@ "engines": {

"stability": "experimental"
}
}

@@ -45,2 +45,5 @@ {

{
"path": "../../../tools/cfn2ts"
},
{
"path": "../../../tools/pkglint"

@@ -47,0 +50,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