@aws-sdk/client-sagemaker 3.1002.0 → 3.1003.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/schemas/schemas_0.js +8 -6
- package/dist-es/schemas/schemas_0.js +8 -6
- package/dist-types/commands/CreateMlflowTrackingServerCommand.d.ts +2 -0
- package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +2 -0
- package/dist-types/commands/UpdateMlflowTrackingServerCommand.d.ts +2 -0
- package/dist-types/models/models_1.d.ts +10 -0
- package/dist-types/models/models_2.d.ts +10 -0
- package/dist-types/models/models_4.d.ts +10 -0
- package/dist-types/ts3.4/models/models_1.d.ts +2 -0
- package/dist-types/ts3.4/models/models_2.d.ts +2 -0
- package/dist-types/ts3.4/models/models_4.d.ts +2 -0
- package/package.json +39 -39
|
@@ -2807,6 +2807,8 @@ const _SAp = "SpaceArn";
|
|
|
2807
2807
|
const _SAt = "StartArns";
|
|
2808
2808
|
const _SB = "ShapBaseline";
|
|
2809
2809
|
const _SBC = "ShapBaselineConfig";
|
|
2810
|
+
const _SBOAI = "S3BucketOwnerAccountId";
|
|
2811
|
+
const _SBOV = "S3BucketOwnerVerification";
|
|
2810
2812
|
const _SBU = "ShapBaselineUri";
|
|
2811
2813
|
const _SBo = "SortBy";
|
|
2812
2814
|
const _SC = "SecurityConfig";
|
|
@@ -4768,8 +4770,8 @@ exports.CreateMlflowAppResponse$ = [3, n0, _CMARr,
|
|
|
4768
4770
|
];
|
|
4769
4771
|
exports.CreateMlflowTrackingServerRequest$ = [3, n0, _CMTSR,
|
|
4770
4772
|
0,
|
|
4771
|
-
[_TSN, _ASU, _RAo, _TSS, _MVl, _AMR, _WMWS, _Ta],
|
|
4772
|
-
[0, 0, 0, 0, 0, 2, 0, () => TagList], 3
|
|
4773
|
+
[_TSN, _ASU, _RAo, _TSS, _MVl, _AMR, _WMWS, _Ta, _SBOAI, _SBOV],
|
|
4774
|
+
[0, 0, 0, 0, 0, 2, 0, () => TagList, 0, 2], 3
|
|
4773
4775
|
];
|
|
4774
4776
|
exports.CreateMlflowTrackingServerResponse$ = [3, n0, _CMTSRr,
|
|
4775
4777
|
0,
|
|
@@ -6013,8 +6015,8 @@ exports.DescribeMlflowTrackingServerRequest$ = [3, n0, _DMTSRes,
|
|
|
6013
6015
|
];
|
|
6014
6016
|
exports.DescribeMlflowTrackingServerResponse$ = [3, n0, _DMTSResc,
|
|
6015
6017
|
0,
|
|
6016
|
-
[_TSA, _TSN, _ASU, _TSS, _MVl, _RAo, _TSSr, _TSMS, _IAs, _TSU, _WMWS, _AMR, _CT, _CB, _LMT, _LMB],
|
|
6017
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 4, () => exports.UserContext$, 4, () => exports.UserContext
|
|
6018
|
+
[_TSA, _TSN, _ASU, _TSS, _MVl, _RAo, _TSSr, _TSMS, _IAs, _TSU, _WMWS, _AMR, _CT, _CB, _LMT, _LMB, _SBOAI, _SBOV],
|
|
6019
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 4, () => exports.UserContext$, 4, () => exports.UserContext$, 0, 2]
|
|
6018
6020
|
];
|
|
6019
6021
|
exports.DescribeModelBiasJobDefinitionRequest$ = [3, n0, _DMBJDRe,
|
|
6020
6022
|
0,
|
|
@@ -10328,8 +10330,8 @@ exports.UpdateMlflowAppResponse$ = [3, n0, _UMARp,
|
|
|
10328
10330
|
];
|
|
10329
10331
|
exports.UpdateMlflowTrackingServerRequest$ = [3, n0, _UMTSR,
|
|
10330
10332
|
0,
|
|
10331
|
-
[_TSN, _ASU, _TSS, _AMR, _WMWS],
|
|
10332
|
-
[0, 0, 0, 2, 0], 1
|
|
10333
|
+
[_TSN, _ASU, _TSS, _AMR, _WMWS, _SBOAI, _SBOV],
|
|
10334
|
+
[0, 0, 0, 2, 0, 0, 2], 1
|
|
10333
10335
|
];
|
|
10334
10336
|
exports.UpdateMlflowTrackingServerResponse$ = [3, n0, _UMTSRp,
|
|
10335
10337
|
0,
|
|
@@ -2768,6 +2768,8 @@ const _SAp = "SpaceArn";
|
|
|
2768
2768
|
const _SAt = "StartArns";
|
|
2769
2769
|
const _SB = "ShapBaseline";
|
|
2770
2770
|
const _SBC = "ShapBaselineConfig";
|
|
2771
|
+
const _SBOAI = "S3BucketOwnerAccountId";
|
|
2772
|
+
const _SBOV = "S3BucketOwnerVerification";
|
|
2771
2773
|
const _SBU = "ShapBaselineUri";
|
|
2772
2774
|
const _SBo = "SortBy";
|
|
2773
2775
|
const _SC = "SecurityConfig";
|
|
@@ -4729,8 +4731,8 @@ export var CreateMlflowAppResponse$ = [3, n0, _CMARr,
|
|
|
4729
4731
|
];
|
|
4730
4732
|
export var CreateMlflowTrackingServerRequest$ = [3, n0, _CMTSR,
|
|
4731
4733
|
0,
|
|
4732
|
-
[_TSN, _ASU, _RAo, _TSS, _MVl, _AMR, _WMWS, _Ta],
|
|
4733
|
-
[0, 0, 0, 0, 0, 2, 0, () => TagList], 3
|
|
4734
|
+
[_TSN, _ASU, _RAo, _TSS, _MVl, _AMR, _WMWS, _Ta, _SBOAI, _SBOV],
|
|
4735
|
+
[0, 0, 0, 0, 0, 2, 0, () => TagList, 0, 2], 3
|
|
4734
4736
|
];
|
|
4735
4737
|
export var CreateMlflowTrackingServerResponse$ = [3, n0, _CMTSRr,
|
|
4736
4738
|
0,
|
|
@@ -5974,8 +5976,8 @@ export var DescribeMlflowTrackingServerRequest$ = [3, n0, _DMTSRes,
|
|
|
5974
5976
|
];
|
|
5975
5977
|
export var DescribeMlflowTrackingServerResponse$ = [3, n0, _DMTSResc,
|
|
5976
5978
|
0,
|
|
5977
|
-
[_TSA, _TSN, _ASU, _TSS, _MVl, _RAo, _TSSr, _TSMS, _IAs, _TSU, _WMWS, _AMR, _CT, _CB, _LMT, _LMB],
|
|
5978
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 4, () => UserContext$, 4, () => UserContext
|
|
5979
|
+
[_TSA, _TSN, _ASU, _TSS, _MVl, _RAo, _TSSr, _TSMS, _IAs, _TSU, _WMWS, _AMR, _CT, _CB, _LMT, _LMB, _SBOAI, _SBOV],
|
|
5980
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 4, () => UserContext$, 4, () => UserContext$, 0, 2]
|
|
5979
5981
|
];
|
|
5980
5982
|
export var DescribeModelBiasJobDefinitionRequest$ = [3, n0, _DMBJDRe,
|
|
5981
5983
|
0,
|
|
@@ -10289,8 +10291,8 @@ export var UpdateMlflowAppResponse$ = [3, n0, _UMARp,
|
|
|
10289
10291
|
];
|
|
10290
10292
|
export var UpdateMlflowTrackingServerRequest$ = [3, n0, _UMTSR,
|
|
10291
10293
|
0,
|
|
10292
|
-
[_TSN, _ASU, _TSS, _AMR, _WMWS],
|
|
10293
|
-
[0, 0, 0, 2, 0], 1
|
|
10294
|
+
[_TSN, _ASU, _TSS, _AMR, _WMWS, _SBOAI, _SBOV],
|
|
10295
|
+
[0, 0, 0, 2, 0, 0, 2], 1
|
|
10294
10296
|
];
|
|
10295
10297
|
export var UpdateMlflowTrackingServerResponse$ = [3, n0, _UMTSRp,
|
|
10296
10298
|
0,
|
|
@@ -50,6 +50,8 @@ declare const CreateMlflowTrackingServerCommand_base: {
|
|
|
50
50
|
* Value: "STRING_VALUE", // required
|
|
51
51
|
* },
|
|
52
52
|
* ],
|
|
53
|
+
* S3BucketOwnerAccountId: "STRING_VALUE",
|
|
54
|
+
* S3BucketOwnerVerification: true || false,
|
|
53
55
|
* };
|
|
54
56
|
* const command = new CreateMlflowTrackingServerCommand(input);
|
|
55
57
|
* const response = await client.send(command);
|
|
@@ -42,6 +42,8 @@ declare const UpdateMlflowTrackingServerCommand_base: {
|
|
|
42
42
|
* TrackingServerSize: "Small" || "Medium" || "Large",
|
|
43
43
|
* AutomaticModelRegistration: true || false,
|
|
44
44
|
* WeeklyMaintenanceWindowStart: "STRING_VALUE",
|
|
45
|
+
* S3BucketOwnerAccountId: "STRING_VALUE",
|
|
46
|
+
* S3BucketOwnerVerification: true || false,
|
|
45
47
|
* };
|
|
46
48
|
* const command = new UpdateMlflowTrackingServerCommand(input);
|
|
47
49
|
* const response = await client.send(command);
|
|
@@ -4246,6 +4246,16 @@ export interface CreateMlflowTrackingServerRequest {
|
|
|
4246
4246
|
* @public
|
|
4247
4247
|
*/
|
|
4248
4248
|
Tags?: Tag[] | undefined;
|
|
4249
|
+
/**
|
|
4250
|
+
* <p>Expected Amazon Web Services account ID that owns the Amazon S3 bucket for artifact storage. Defaults to caller's account ID if not provided.</p>
|
|
4251
|
+
* @public
|
|
4252
|
+
*/
|
|
4253
|
+
S3BucketOwnerAccountId?: string | undefined;
|
|
4254
|
+
/**
|
|
4255
|
+
* <p>Enable Amazon S3 Ownership checks when interacting with Amazon S3 buckets from a SageMaker Managed MLflow Tracking Server. Defaults to <code>True</code> if not provided. </p>
|
|
4256
|
+
* @public
|
|
4257
|
+
*/
|
|
4258
|
+
S3BucketOwnerVerification?: boolean | undefined;
|
|
4249
4259
|
}
|
|
4250
4260
|
/**
|
|
4251
4261
|
* @public
|
|
@@ -6622,6 +6622,16 @@ export interface DescribeMlflowTrackingServerResponse {
|
|
|
6622
6622
|
* @public
|
|
6623
6623
|
*/
|
|
6624
6624
|
LastModifiedBy?: UserContext | undefined;
|
|
6625
|
+
/**
|
|
6626
|
+
* <p>Expected Amazon Web Services account ID that owns the Amazon S3 bucket for artifact storage.</p>
|
|
6627
|
+
* @public
|
|
6628
|
+
*/
|
|
6629
|
+
S3BucketOwnerAccountId?: string | undefined;
|
|
6630
|
+
/**
|
|
6631
|
+
* <p>Whether Amazon S3 Bucket Ownership checks are enabled whenever the tracking server interacts with Amazon Amazon S3.</p>
|
|
6632
|
+
* @public
|
|
6633
|
+
*/
|
|
6634
|
+
S3BucketOwnerVerification?: boolean | undefined;
|
|
6625
6635
|
}
|
|
6626
6636
|
/**
|
|
6627
6637
|
* @public
|
|
@@ -5245,6 +5245,16 @@ export interface UpdateMlflowTrackingServerRequest {
|
|
|
5245
5245
|
* @public
|
|
5246
5246
|
*/
|
|
5247
5247
|
WeeklyMaintenanceWindowStart?: string | undefined;
|
|
5248
|
+
/**
|
|
5249
|
+
* <p>The new expected Amazon Web Services account ID that owns the Amazon S3 bucket for artifact storage.</p>
|
|
5250
|
+
* @public
|
|
5251
|
+
*/
|
|
5252
|
+
S3BucketOwnerAccountId?: string | undefined;
|
|
5253
|
+
/**
|
|
5254
|
+
* <p>Whether to enable or disable Amazon S3 Bucket Owenrship Verifaction whenever the MLflow Tracking Server interacts with Amazon Amazon S3.</p>
|
|
5255
|
+
* @public
|
|
5256
|
+
*/
|
|
5257
|
+
S3BucketOwnerVerification?: boolean | undefined;
|
|
5248
5258
|
}
|
|
5249
5259
|
/**
|
|
5250
5260
|
* @public
|
|
@@ -1175,6 +1175,8 @@ export interface CreateMlflowTrackingServerRequest {
|
|
|
1175
1175
|
AutomaticModelRegistration?: boolean | undefined;
|
|
1176
1176
|
WeeklyMaintenanceWindowStart?: string | undefined;
|
|
1177
1177
|
Tags?: Tag[] | undefined;
|
|
1178
|
+
S3BucketOwnerAccountId?: string | undefined;
|
|
1179
|
+
S3BucketOwnerVerification?: boolean | undefined;
|
|
1178
1180
|
}
|
|
1179
1181
|
export interface CreateMlflowTrackingServerResponse {
|
|
1180
1182
|
TrackingServerArn?: string | undefined;
|
|
@@ -1850,6 +1850,8 @@ export interface DescribeMlflowTrackingServerResponse {
|
|
|
1850
1850
|
CreatedBy?: UserContext | undefined;
|
|
1851
1851
|
LastModifiedTime?: Date | undefined;
|
|
1852
1852
|
LastModifiedBy?: UserContext | undefined;
|
|
1853
|
+
S3BucketOwnerAccountId?: string | undefined;
|
|
1854
|
+
S3BucketOwnerVerification?: boolean | undefined;
|
|
1853
1855
|
}
|
|
1854
1856
|
export interface DescribeModelInput {
|
|
1855
1857
|
ModelName: string | undefined;
|
|
@@ -1442,6 +1442,8 @@ export interface UpdateMlflowTrackingServerRequest {
|
|
|
1442
1442
|
TrackingServerSize?: TrackingServerSize | undefined;
|
|
1443
1443
|
AutomaticModelRegistration?: boolean | undefined;
|
|
1444
1444
|
WeeklyMaintenanceWindowStart?: string | undefined;
|
|
1445
|
+
S3BucketOwnerAccountId?: string | undefined;
|
|
1446
|
+
S3BucketOwnerVerification?: boolean | undefined;
|
|
1445
1447
|
}
|
|
1446
1448
|
export interface UpdateMlflowTrackingServerResponse {
|
|
1447
1449
|
TrackingServerArn?: string | undefined;
|
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.1003.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sagemaker",
|
|
@@ -27,47 +27,47 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
29
29
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
30
|
-
"@aws-sdk/core": "^3.973.
|
|
31
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
33
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
35
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
36
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
37
|
-
"@aws-sdk/types": "^3.973.
|
|
38
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
39
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
40
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
41
|
-
"@smithy/config-resolver": "^4.4.
|
|
42
|
-
"@smithy/core": "^3.23.
|
|
43
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
44
|
-
"@smithy/hash-node": "^4.2.
|
|
45
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
46
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
47
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
48
|
-
"@smithy/middleware-retry": "^4.4.
|
|
49
|
-
"@smithy/middleware-serde": "^4.2.
|
|
50
|
-
"@smithy/middleware-stack": "^4.2.
|
|
51
|
-
"@smithy/node-config-provider": "^4.3.
|
|
52
|
-
"@smithy/node-http-handler": "^4.4.
|
|
53
|
-
"@smithy/protocol-http": "^5.3.
|
|
54
|
-
"@smithy/smithy-client": "^4.12.
|
|
30
|
+
"@aws-sdk/core": "^3.973.18",
|
|
31
|
+
"@aws-sdk/credential-provider-node": "^3.972.17",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "^3.972.7",
|
|
33
|
+
"@aws-sdk/middleware-logger": "^3.972.7",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.7",
|
|
35
|
+
"@aws-sdk/middleware-user-agent": "^3.972.18",
|
|
36
|
+
"@aws-sdk/region-config-resolver": "^3.972.7",
|
|
37
|
+
"@aws-sdk/types": "^3.973.5",
|
|
38
|
+
"@aws-sdk/util-endpoints": "^3.996.4",
|
|
39
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.7",
|
|
40
|
+
"@aws-sdk/util-user-agent-node": "^3.973.3",
|
|
41
|
+
"@smithy/config-resolver": "^4.4.10",
|
|
42
|
+
"@smithy/core": "^3.23.8",
|
|
43
|
+
"@smithy/fetch-http-handler": "^5.3.13",
|
|
44
|
+
"@smithy/hash-node": "^4.2.11",
|
|
45
|
+
"@smithy/invalid-dependency": "^4.2.11",
|
|
46
|
+
"@smithy/middleware-content-length": "^4.2.11",
|
|
47
|
+
"@smithy/middleware-endpoint": "^4.4.22",
|
|
48
|
+
"@smithy/middleware-retry": "^4.4.39",
|
|
49
|
+
"@smithy/middleware-serde": "^4.2.12",
|
|
50
|
+
"@smithy/middleware-stack": "^4.2.11",
|
|
51
|
+
"@smithy/node-config-provider": "^4.3.11",
|
|
52
|
+
"@smithy/node-http-handler": "^4.4.14",
|
|
53
|
+
"@smithy/protocol-http": "^5.3.11",
|
|
54
|
+
"@smithy/smithy-client": "^4.12.2",
|
|
55
55
|
"@smithy/types": "^4.13.0",
|
|
56
|
-
"@smithy/url-parser": "^4.2.
|
|
57
|
-
"@smithy/util-base64": "^4.3.
|
|
58
|
-
"@smithy/util-body-length-browser": "^4.2.
|
|
59
|
-
"@smithy/util-body-length-node": "^4.2.
|
|
60
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
61
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
62
|
-
"@smithy/util-endpoints": "^3.3.
|
|
63
|
-
"@smithy/util-middleware": "^4.2.
|
|
64
|
-
"@smithy/util-retry": "^4.2.
|
|
65
|
-
"@smithy/util-utf8": "^4.2.
|
|
66
|
-
"@smithy/util-waiter": "^4.2.
|
|
56
|
+
"@smithy/url-parser": "^4.2.11",
|
|
57
|
+
"@smithy/util-base64": "^4.3.2",
|
|
58
|
+
"@smithy/util-body-length-browser": "^4.2.2",
|
|
59
|
+
"@smithy/util-body-length-node": "^4.2.3",
|
|
60
|
+
"@smithy/util-defaults-mode-browser": "^4.3.38",
|
|
61
|
+
"@smithy/util-defaults-mode-node": "^4.2.41",
|
|
62
|
+
"@smithy/util-endpoints": "^3.3.2",
|
|
63
|
+
"@smithy/util-middleware": "^4.2.11",
|
|
64
|
+
"@smithy/util-retry": "^4.2.11",
|
|
65
|
+
"@smithy/util-utf8": "^4.2.2",
|
|
66
|
+
"@smithy/util-waiter": "^4.2.11",
|
|
67
67
|
"tslib": "^2.6.2"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@smithy/snapshot-testing": "^1.0.
|
|
70
|
+
"@smithy/snapshot-testing": "^1.0.9",
|
|
71
71
|
"@tsconfig/node20": "20.1.8",
|
|
72
72
|
"@types/node": "^20.14.8",
|
|
73
73
|
"concurrently": "7.0.0",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"node": ">=20.0.0"
|
|
81
81
|
},
|
|
82
82
|
"typesVersions": {
|
|
83
|
-
"<4.
|
|
83
|
+
"<4.5": {
|
|
84
84
|
"dist-types/*": [
|
|
85
85
|
"dist-types/ts3.4/*"
|
|
86
86
|
]
|