@aws-sdk/client-sagemaker 3.644.0 → 3.646.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +60 -27
- package/dist-es/commands/DescribeModelCardCommand.js +1 -1
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/models/models_1.js +0 -15
- package/dist-es/models/models_2.js +15 -0
- package/dist-es/models/models_3.js +0 -7
- package/dist-es/models/models_4.js +7 -0
- package/dist-es/protocols/Aws_json1_1.js +27 -0
- package/dist-types/commands/CreateArtifactCommand.d.ts +2 -1
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +1 -2
- package/dist-types/commands/CreateDomainCommand.d.ts +24 -0
- package/dist-types/commands/CreateSpaceCommand.d.ts +10 -0
- package/dist-types/commands/CreateUserProfileCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +24 -0
- package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelCardCommand.d.ts +1 -2
- package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpaceCommand.d.ts +10 -0
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +16 -0
- package/dist-types/commands/ListModelCardsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainCommand.d.ts +24 -0
- package/dist-types/commands/UpdateSpaceCommand.d.ts +10 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +16 -0
- package/dist-types/models/models_0.d.ts +55 -107
- package/dist-types/models/models_1.d.ts +113 -40
- package/dist-types/models/models_2.d.ts +73 -161
- package/dist-types/models/models_3.d.ts +162 -139
- package/dist-types/models/models_4.d.ts +137 -1
- package/dist-types/ts3.4/commands/CreateArtifactCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateAutoMLJobCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelCardCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelCardsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +16 -19
- package/dist-types/ts3.4/models/models_1.d.ts +24 -21
- package/dist-types/ts3.4/models/models_2.d.ts +29 -44
- package/dist-types/ts3.4/models/models_3.d.ts +41 -32
- package/dist-types/ts3.4/models/models_4.d.ts +33 -2
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sagemaker",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.646.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sagemaker",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.645.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.645.0",
|
|
25
25
|
"@aws-sdk/core": "3.635.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.645.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.620.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.609.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.620.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.645.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.614.0",
|
|
32
32
|
"@aws-sdk/types": "3.609.0",
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.645.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.609.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.614.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.5",
|