@aws-sdk/client-sagemaker 3.662.0 → 3.664.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 +3 -0
- package/dist-cjs/runtimeConfig.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +3 -0
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +3 -0
- package/dist-types/commands/CreateUserProfileCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAppCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +3 -0
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +3 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +6 -0
- package/dist-types/models/models_1.d.ts +6 -0
- package/dist-types/models/models_2.d.ts +5 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/dist-types/runtimeConfig.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +1 -0
- package/dist-types/ts3.4/models/models_2.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +7 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +7 -3
- package/package.json +14 -14
package/dist-cjs/index.js
CHANGED
|
@@ -11686,6 +11686,7 @@ var de_CodeEditorAppImageConfig = /* @__PURE__ */ __name((output, context) => {
|
|
|
11686
11686
|
var de_CodeEditorAppSettings = /* @__PURE__ */ __name((output, context) => {
|
|
11687
11687
|
return (0, import_smithy_client.take)(output, {
|
|
11688
11688
|
AppLifecycleManagement: (_) => de_AppLifecycleManagement(_, context),
|
|
11689
|
+
BuiltInLifecycleConfigArn: import_smithy_client.expectString,
|
|
11689
11690
|
CustomImages: (_) => de_CustomImages(_, context),
|
|
11690
11691
|
DefaultResourceSpec: (_) => de_ResourceSpec(_, context),
|
|
11691
11692
|
LifecycleConfigArns: (_) => de_LifecycleConfigArns(_, context)
|
|
@@ -12575,6 +12576,7 @@ var de_DescribeAppResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
12575
12576
|
AppArn: import_smithy_client.expectString,
|
|
12576
12577
|
AppName: import_smithy_client.expectString,
|
|
12577
12578
|
AppType: import_smithy_client.expectString,
|
|
12579
|
+
BuiltInLifecycleConfigArn: import_smithy_client.expectString,
|
|
12578
12580
|
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
12579
12581
|
DomainId: import_smithy_client.expectString,
|
|
12580
12582
|
FailureReason: import_smithy_client.expectString,
|
|
@@ -15089,6 +15091,7 @@ var de_JupyterLabAppImageConfig = /* @__PURE__ */ __name((output, context) => {
|
|
|
15089
15091
|
var de_JupyterLabAppSettings = /* @__PURE__ */ __name((output, context) => {
|
|
15090
15092
|
return (0, import_smithy_client.take)(output, {
|
|
15091
15093
|
AppLifecycleManagement: (_) => de_AppLifecycleManagement(_, context),
|
|
15094
|
+
BuiltInLifecycleConfigArn: import_smithy_client.expectString,
|
|
15092
15095
|
CodeRepositories: (_) => de_CodeRepositories(_, context),
|
|
15093
15096
|
CustomImages: (_) => de_CustomImages(_, context),
|
|
15094
15097
|
DefaultResourceSpec: (_) => de_ResourceSpec(_, context),
|
|
@@ -44,6 +44,7 @@ const getRuntimeConfig = (config) => {
|
|
|
44
44
|
streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
|
|
45
45
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
|
46
46
|
useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
|
|
47
|
+
userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS),
|
|
47
48
|
};
|
|
48
49
|
};
|
|
49
50
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
@@ -8728,6 +8728,7 @@ const de_CodeEditorAppImageConfig = (output, context) => {
|
|
|
8728
8728
|
const de_CodeEditorAppSettings = (output, context) => {
|
|
8729
8729
|
return take(output, {
|
|
8730
8730
|
AppLifecycleManagement: (_) => de_AppLifecycleManagement(_, context),
|
|
8731
|
+
BuiltInLifecycleConfigArn: __expectString,
|
|
8731
8732
|
CustomImages: (_) => de_CustomImages(_, context),
|
|
8732
8733
|
DefaultResourceSpec: (_) => de_ResourceSpec(_, context),
|
|
8733
8734
|
LifecycleConfigArns: (_) => de_LifecycleConfigArns(_, context),
|
|
@@ -9666,6 +9667,7 @@ const de_DescribeAppResponse = (output, context) => {
|
|
|
9666
9667
|
AppArn: __expectString,
|
|
9667
9668
|
AppName: __expectString,
|
|
9668
9669
|
AppType: __expectString,
|
|
9670
|
+
BuiltInLifecycleConfigArn: __expectString,
|
|
9669
9671
|
CreationTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
9670
9672
|
DomainId: __expectString,
|
|
9671
9673
|
FailureReason: __expectString,
|
|
@@ -12299,6 +12301,7 @@ const de_JupyterLabAppImageConfig = (output, context) => {
|
|
|
12299
12301
|
const de_JupyterLabAppSettings = (output, context) => {
|
|
12300
12302
|
return take(output, {
|
|
12301
12303
|
AppLifecycleManagement: (_) => de_AppLifecycleManagement(_, context),
|
|
12304
|
+
BuiltInLifecycleConfigArn: __expectString,
|
|
12302
12305
|
CodeRepositories: (_) => de_CodeRepositories(_, context),
|
|
12303
12306
|
CustomImages: (_) => de_CustomImages(_, context),
|
|
12304
12307
|
DefaultResourceSpec: (_) => de_ResourceSpec(_, context),
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
2
|
import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core";
|
|
3
3
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
4
|
-
import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
|
|
4
|
+
import { NODE_APP_ID_CONFIG_OPTIONS, defaultUserAgent } from "@aws-sdk/util-user-agent-node";
|
|
5
5
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
|
|
6
6
|
import { Hash } from "@smithy/hash-node";
|
|
7
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
|
|
@@ -40,5 +40,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
40
40
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
41
41
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
|
42
42
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
|
|
43
|
+
userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS),
|
|
43
44
|
};
|
|
44
45
|
};
|
|
@@ -215,6 +215,7 @@ declare const CreateDomainCommand_base: {
|
|
|
215
215
|
* MaxIdleTimeoutInMinutes: Number("int"),
|
|
216
216
|
* },
|
|
217
217
|
* },
|
|
218
|
+
* BuiltInLifecycleConfigArn: "STRING_VALUE",
|
|
218
219
|
* },
|
|
219
220
|
* JupyterLabAppSettings: { // JupyterLabAppSettings
|
|
220
221
|
* DefaultResourceSpec: "<ResourceSpec>",
|
|
@@ -249,6 +250,7 @@ declare const CreateDomainCommand_base: {
|
|
|
249
250
|
* "STRING_VALUE",
|
|
250
251
|
* ],
|
|
251
252
|
* },
|
|
253
|
+
* BuiltInLifecycleConfigArn: "STRING_VALUE",
|
|
252
254
|
* },
|
|
253
255
|
* SpaceStorageSettings: { // DefaultSpaceStorageSettings
|
|
254
256
|
* DefaultEbsStorageSettings: { // DefaultEbsStorageSettings
|
|
@@ -380,6 +382,7 @@ declare const CreateDomainCommand_base: {
|
|
|
380
382
|
* "STRING_VALUE",
|
|
381
383
|
* ],
|
|
382
384
|
* },
|
|
385
|
+
* BuiltInLifecycleConfigArn: "STRING_VALUE",
|
|
383
386
|
* },
|
|
384
387
|
* SpaceStorageSettings: {
|
|
385
388
|
* DefaultEbsStorageSettings: {
|
|
@@ -186,6 +186,7 @@ declare const CreateUserProfileCommand_base: {
|
|
|
186
186
|
* MaxIdleTimeoutInMinutes: Number("int"),
|
|
187
187
|
* },
|
|
188
188
|
* },
|
|
189
|
+
* BuiltInLifecycleConfigArn: "STRING_VALUE",
|
|
189
190
|
* },
|
|
190
191
|
* JupyterLabAppSettings: { // JupyterLabAppSettings
|
|
191
192
|
* DefaultResourceSpec: "<ResourceSpec>",
|
|
@@ -220,6 +221,7 @@ declare const CreateUserProfileCommand_base: {
|
|
|
220
221
|
* "STRING_VALUE",
|
|
221
222
|
* ],
|
|
222
223
|
* },
|
|
224
|
+
* BuiltInLifecycleConfigArn: "STRING_VALUE",
|
|
223
225
|
* },
|
|
224
226
|
* SpaceStorageSettings: { // DefaultSpaceStorageSettings
|
|
225
227
|
* DefaultEbsStorageSettings: { // DefaultEbsStorageSettings
|
|
@@ -62,6 +62,7 @@ declare const DescribeAppCommand_base: {
|
|
|
62
62
|
* // InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.12xlarge" || "ml.g6.16xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.12xlarge" || "ml.g6e.16xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.geospatial.interactive" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge" || "ml.p5.48xlarge" || "ml.m6i.large" || "ml.m6i.xlarge" || "ml.m6i.2xlarge" || "ml.m6i.4xlarge" || "ml.m6i.8xlarge" || "ml.m6i.12xlarge" || "ml.m6i.16xlarge" || "ml.m6i.24xlarge" || "ml.m6i.32xlarge" || "ml.m7i.large" || "ml.m7i.xlarge" || "ml.m7i.2xlarge" || "ml.m7i.4xlarge" || "ml.m7i.8xlarge" || "ml.m7i.12xlarge" || "ml.m7i.16xlarge" || "ml.m7i.24xlarge" || "ml.m7i.48xlarge" || "ml.c6i.large" || "ml.c6i.xlarge" || "ml.c6i.2xlarge" || "ml.c6i.4xlarge" || "ml.c6i.8xlarge" || "ml.c6i.12xlarge" || "ml.c6i.16xlarge" || "ml.c6i.24xlarge" || "ml.c6i.32xlarge" || "ml.c7i.large" || "ml.c7i.xlarge" || "ml.c7i.2xlarge" || "ml.c7i.4xlarge" || "ml.c7i.8xlarge" || "ml.c7i.12xlarge" || "ml.c7i.16xlarge" || "ml.c7i.24xlarge" || "ml.c7i.48xlarge" || "ml.r6i.large" || "ml.r6i.xlarge" || "ml.r6i.2xlarge" || "ml.r6i.4xlarge" || "ml.r6i.8xlarge" || "ml.r6i.12xlarge" || "ml.r6i.16xlarge" || "ml.r6i.24xlarge" || "ml.r6i.32xlarge" || "ml.r7i.large" || "ml.r7i.xlarge" || "ml.r7i.2xlarge" || "ml.r7i.4xlarge" || "ml.r7i.8xlarge" || "ml.r7i.12xlarge" || "ml.r7i.16xlarge" || "ml.r7i.24xlarge" || "ml.r7i.48xlarge" || "ml.m6id.large" || "ml.m6id.xlarge" || "ml.m6id.2xlarge" || "ml.m6id.4xlarge" || "ml.m6id.8xlarge" || "ml.m6id.12xlarge" || "ml.m6id.16xlarge" || "ml.m6id.24xlarge" || "ml.m6id.32xlarge" || "ml.c6id.large" || "ml.c6id.xlarge" || "ml.c6id.2xlarge" || "ml.c6id.4xlarge" || "ml.c6id.8xlarge" || "ml.c6id.12xlarge" || "ml.c6id.16xlarge" || "ml.c6id.24xlarge" || "ml.c6id.32xlarge" || "ml.r6id.large" || "ml.r6id.xlarge" || "ml.r6id.2xlarge" || "ml.r6id.4xlarge" || "ml.r6id.8xlarge" || "ml.r6id.12xlarge" || "ml.r6id.16xlarge" || "ml.r6id.24xlarge" || "ml.r6id.32xlarge",
|
|
63
63
|
* // LifecycleConfigArn: "STRING_VALUE",
|
|
64
64
|
* // },
|
|
65
|
+
* // BuiltInLifecycleConfigArn: "STRING_VALUE",
|
|
65
66
|
* // };
|
|
66
67
|
*
|
|
67
68
|
* ```
|
|
@@ -187,6 +187,7 @@ declare const DescribeDomainCommand_base: {
|
|
|
187
187
|
* // MaxIdleTimeoutInMinutes: Number("int"),
|
|
188
188
|
* // },
|
|
189
189
|
* // },
|
|
190
|
+
* // BuiltInLifecycleConfigArn: "STRING_VALUE",
|
|
190
191
|
* // },
|
|
191
192
|
* // JupyterLabAppSettings: { // JupyterLabAppSettings
|
|
192
193
|
* // DefaultResourceSpec: "<ResourceSpec>",
|
|
@@ -221,6 +222,7 @@ declare const DescribeDomainCommand_base: {
|
|
|
221
222
|
* // "STRING_VALUE",
|
|
222
223
|
* // ],
|
|
223
224
|
* // },
|
|
225
|
+
* // BuiltInLifecycleConfigArn: "STRING_VALUE",
|
|
224
226
|
* // },
|
|
225
227
|
* // SpaceStorageSettings: { // DefaultSpaceStorageSettings
|
|
226
228
|
* // DefaultEbsStorageSettings: { // DefaultEbsStorageSettings
|
|
@@ -347,6 +349,7 @@ declare const DescribeDomainCommand_base: {
|
|
|
347
349
|
* // "STRING_VALUE",
|
|
348
350
|
* // ],
|
|
349
351
|
* // },
|
|
352
|
+
* // BuiltInLifecycleConfigArn: "STRING_VALUE",
|
|
350
353
|
* // },
|
|
351
354
|
* // SpaceStorageSettings: {
|
|
352
355
|
* // DefaultEbsStorageSettings: {
|
|
@@ -186,6 +186,7 @@ declare const DescribeUserProfileCommand_base: {
|
|
|
186
186
|
* // MaxIdleTimeoutInMinutes: Number("int"),
|
|
187
187
|
* // },
|
|
188
188
|
* // },
|
|
189
|
+
* // BuiltInLifecycleConfigArn: "STRING_VALUE",
|
|
189
190
|
* // },
|
|
190
191
|
* // JupyterLabAppSettings: { // JupyterLabAppSettings
|
|
191
192
|
* // DefaultResourceSpec: "<ResourceSpec>",
|
|
@@ -220,6 +221,7 @@ declare const DescribeUserProfileCommand_base: {
|
|
|
220
221
|
* // "STRING_VALUE",
|
|
221
222
|
* // ],
|
|
222
223
|
* // },
|
|
224
|
+
* // BuiltInLifecycleConfigArn: "STRING_VALUE",
|
|
223
225
|
* // },
|
|
224
226
|
* // SpaceStorageSettings: { // DefaultSpaceStorageSettings
|
|
225
227
|
* // DefaultEbsStorageSettings: { // DefaultEbsStorageSettings
|
|
@@ -171,6 +171,7 @@ declare const UpdateDomainCommand_base: {
|
|
|
171
171
|
* MaxIdleTimeoutInMinutes: Number("int"),
|
|
172
172
|
* },
|
|
173
173
|
* },
|
|
174
|
+
* BuiltInLifecycleConfigArn: "STRING_VALUE",
|
|
174
175
|
* },
|
|
175
176
|
* JupyterLabAppSettings: { // JupyterLabAppSettings
|
|
176
177
|
* DefaultResourceSpec: "<ResourceSpec>",
|
|
@@ -205,6 +206,7 @@ declare const UpdateDomainCommand_base: {
|
|
|
205
206
|
* "STRING_VALUE",
|
|
206
207
|
* ],
|
|
207
208
|
* },
|
|
209
|
+
* BuiltInLifecycleConfigArn: "STRING_VALUE",
|
|
208
210
|
* },
|
|
209
211
|
* SpaceStorageSettings: { // DefaultSpaceStorageSettings
|
|
210
212
|
* DefaultEbsStorageSettings: { // DefaultEbsStorageSettings
|
|
@@ -322,6 +324,7 @@ declare const UpdateDomainCommand_base: {
|
|
|
322
324
|
* "STRING_VALUE",
|
|
323
325
|
* ],
|
|
324
326
|
* },
|
|
327
|
+
* BuiltInLifecycleConfigArn: "STRING_VALUE",
|
|
325
328
|
* },
|
|
326
329
|
* SpaceStorageSettings: {
|
|
327
330
|
* DefaultEbsStorageSettings: {
|
|
@@ -172,6 +172,7 @@ declare const UpdateUserProfileCommand_base: {
|
|
|
172
172
|
* MaxIdleTimeoutInMinutes: Number("int"),
|
|
173
173
|
* },
|
|
174
174
|
* },
|
|
175
|
+
* BuiltInLifecycleConfigArn: "STRING_VALUE",
|
|
175
176
|
* },
|
|
176
177
|
* JupyterLabAppSettings: { // JupyterLabAppSettings
|
|
177
178
|
* DefaultResourceSpec: "<ResourceSpec>",
|
|
@@ -206,6 +207,7 @@ declare const UpdateUserProfileCommand_base: {
|
|
|
206
207
|
* "STRING_VALUE",
|
|
207
208
|
* ],
|
|
208
209
|
* },
|
|
210
|
+
* BuiltInLifecycleConfigArn: "STRING_VALUE",
|
|
209
211
|
* },
|
|
210
212
|
* SpaceStorageSettings: { // DefaultSpaceStorageSettings
|
|
211
213
|
* DefaultEbsStorageSettings: { // DefaultEbsStorageSettings
|
|
@@ -8984,6 +8984,12 @@ export interface CodeEditorAppSettings {
|
|
|
8984
8984
|
* @public
|
|
8985
8985
|
*/
|
|
8986
8986
|
AppLifecycleManagement?: AppLifecycleManagement;
|
|
8987
|
+
/**
|
|
8988
|
+
* <p>The lifecycle configuration that runs before the default lifecycle configuration. It can override changes made in the default
|
|
8989
|
+
* lifecycle configuration.</p>
|
|
8990
|
+
* @public
|
|
8991
|
+
*/
|
|
8992
|
+
BuiltInLifecycleConfigArn?: string;
|
|
8987
8993
|
}
|
|
8988
8994
|
/**
|
|
8989
8995
|
* <p>A Git repository that SageMaker automatically displays to users for cloning in the
|
|
@@ -2047,6 +2047,12 @@ export interface JupyterLabAppSettings {
|
|
|
2047
2047
|
* @public
|
|
2048
2048
|
*/
|
|
2049
2049
|
EmrSettings?: EmrSettings;
|
|
2050
|
+
/**
|
|
2051
|
+
* <p>The lifecycle configuration that runs before the default lifecycle configuration. It can override changes made in the default
|
|
2052
|
+
* lifecycle configuration.</p>
|
|
2053
|
+
* @public
|
|
2054
|
+
*/
|
|
2055
|
+
BuiltInLifecycleConfigArn?: string;
|
|
2050
2056
|
}
|
|
2051
2057
|
/**
|
|
2052
2058
|
* <p>The JupyterServer app settings.</p>
|
|
@@ -3778,6 +3778,11 @@ export interface DescribeAppResponse {
|
|
|
3778
3778
|
* @public
|
|
3779
3779
|
*/
|
|
3780
3780
|
ResourceSpec?: ResourceSpec;
|
|
3781
|
+
/**
|
|
3782
|
+
* <p>The lifecycle configuration that runs before the default lifecycle configuration</p>
|
|
3783
|
+
* @public
|
|
3784
|
+
*/
|
|
3785
|
+
BuiltInLifecycleConfigArn?: string;
|
|
3781
3786
|
}
|
|
3782
3787
|
/**
|
|
3783
3788
|
* @public
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: SageMakerClientConfig) => {
|
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
11
|
-
defaultUserAgentProvider: import("@
|
|
11
|
+
defaultUserAgentProvider: (config: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
14
|
requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: SageMakerClientConfig) => {
|
|
|
29
29
|
logger: import("@smithy/types").Logger;
|
|
30
30
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
31
31
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
32
|
+
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
|
32
33
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
33
34
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
34
35
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: SageMakerClientConfig) => {
|
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>;
|
|
11
|
-
defaultUserAgentProvider: import("@
|
|
11
|
+
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<string>;
|
|
14
14
|
requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
|
|
@@ -17,6 +17,7 @@ export declare const getRuntimeConfig: (config: SageMakerClientConfig) => {
|
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
18
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
19
19
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
|
+
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
20
21
|
apiVersion: string;
|
|
21
22
|
cacheMiddleware?: boolean | undefined;
|
|
22
23
|
urlParser: import("@smithy/types").UrlParser;
|
|
@@ -20,7 +20,7 @@ export declare const getRuntimeConfig: (config: SageMakerClientConfig) => {
|
|
|
20
20
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
22
|
region: string | import("@smithy/types").Provider<any>;
|
|
23
|
-
defaultUserAgentProvider: import("@
|
|
23
|
+
defaultUserAgentProvider: (config: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
24
24
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
25
25
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
26
26
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -28,6 +28,7 @@ export declare const getRuntimeConfig: (config: SageMakerClientConfig) => {
|
|
|
28
28
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
29
29
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
30
30
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
31
|
+
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
|
31
32
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
32
33
|
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
|
|
33
34
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
@@ -2232,6 +2232,7 @@ export interface CodeEditorAppSettings {
|
|
|
2232
2232
|
CustomImages?: CustomImage[];
|
|
2233
2233
|
LifecycleConfigArns?: string[];
|
|
2234
2234
|
AppLifecycleManagement?: AppLifecycleManagement;
|
|
2235
|
+
BuiltInLifecycleConfigArn?: string;
|
|
2235
2236
|
}
|
|
2236
2237
|
export interface CodeRepository {
|
|
2237
2238
|
RepositoryUrl: string | undefined;
|
|
@@ -431,6 +431,7 @@ export interface JupyterLabAppSettings {
|
|
|
431
431
|
CodeRepositories?: CodeRepository[];
|
|
432
432
|
AppLifecycleManagement?: AppLifecycleManagement;
|
|
433
433
|
EmrSettings?: EmrSettings;
|
|
434
|
+
BuiltInLifecycleConfigArn?: string;
|
|
434
435
|
}
|
|
435
436
|
export interface JupyterServerAppSettings {
|
|
436
437
|
DefaultResourceSpec?: ResourceSpec;
|
|
@@ -1038,6 +1038,7 @@ export interface DescribeAppResponse {
|
|
|
1038
1038
|
CreationTime?: Date;
|
|
1039
1039
|
FailureReason?: string;
|
|
1040
1040
|
ResourceSpec?: ResourceSpec;
|
|
1041
|
+
BuiltInLifecycleConfigArn?: string;
|
|
1041
1042
|
}
|
|
1042
1043
|
export interface DescribeAppImageConfigRequest {
|
|
1043
1044
|
AppImageConfigName: string | undefined;
|
|
@@ -9,9 +9,9 @@ export declare const getRuntimeConfig: (config: SageMakerClientConfig) => {
|
|
|
9
9
|
credentialDefaultProvider: (
|
|
10
10
|
input: any
|
|
11
11
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
12
|
-
defaultUserAgentProvider:
|
|
13
|
-
import("@
|
|
14
|
-
>;
|
|
12
|
+
defaultUserAgentProvider: (
|
|
13
|
+
config: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
14
|
+
) => Promise<import("@smithy/types").UserAgent>;
|
|
15
15
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
16
16
|
region: string | import("@smithy/types").Provider<any>;
|
|
17
17
|
requestHandler:
|
|
@@ -34,6 +34,10 @@ export declare const getRuntimeConfig: (config: SageMakerClientConfig) => {
|
|
|
34
34
|
logger: import("@smithy/types").Logger;
|
|
35
35
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
37
|
+
userAgentAppId?:
|
|
38
|
+
| string
|
|
39
|
+
| import("@smithy/types").Provider<string | undefined>
|
|
40
|
+
| undefined;
|
|
37
41
|
retryStrategy?:
|
|
38
42
|
| import("@smithy/types").RetryStrategy
|
|
39
43
|
| import("@smithy/types").RetryStrategyV2
|
|
@@ -13,9 +13,11 @@ export declare const getRuntimeConfig: (config: SageMakerClientConfig) => {
|
|
|
13
13
|
) => import("@smithy/types").MemoizedProvider<
|
|
14
14
|
import("@smithy/types").AwsCredentialIdentity
|
|
15
15
|
>;
|
|
16
|
-
defaultUserAgentProvider:
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
defaultUserAgentProvider: (
|
|
17
|
+
config?:
|
|
18
|
+
| import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
|
19
|
+
| undefined
|
|
20
|
+
) => Promise<import("@smithy/types").UserAgent>;
|
|
19
21
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
20
22
|
region: string | import("@smithy/types").Provider<string>;
|
|
21
23
|
requestHandler:
|
|
@@ -26,6 +28,7 @@ export declare const getRuntimeConfig: (config: SageMakerClientConfig) => {
|
|
|
26
28
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
27
29
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
28
30
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
31
|
+
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
29
32
|
apiVersion: string;
|
|
30
33
|
cacheMiddleware?: boolean | undefined;
|
|
31
34
|
urlParser: import("@smithy/types").UrlParser;
|
|
@@ -22,9 +22,9 @@ export declare const getRuntimeConfig: (config: SageMakerClientConfig) => {
|
|
|
22
22
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
23
23
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
24
24
|
region: string | import("@smithy/types").Provider<any>;
|
|
25
|
-
defaultUserAgentProvider:
|
|
26
|
-
import("@
|
|
27
|
-
>;
|
|
25
|
+
defaultUserAgentProvider: (
|
|
26
|
+
config: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
27
|
+
) => Promise<import("@smithy/types").UserAgent>;
|
|
28
28
|
credentialDefaultProvider: (
|
|
29
29
|
input: any
|
|
30
30
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: SageMakerClientConfig) => {
|
|
|
38
38
|
import("@smithy/smithy-client").DefaultsMode
|
|
39
39
|
>;
|
|
40
40
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
41
|
+
userAgentAppId?:
|
|
42
|
+
| string
|
|
43
|
+
| import("@smithy/types").Provider<string | undefined>
|
|
44
|
+
| undefined;
|
|
41
45
|
retryStrategy?:
|
|
42
46
|
| import("@smithy/types").RetryStrategy
|
|
43
47
|
| import("@smithy/types").RetryStrategyV2
|
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.664.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,19 +20,19 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.664.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.664.0",
|
|
25
|
+
"@aws-sdk/core": "3.664.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.664.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.664.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.664.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.664.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.664.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.664.0",
|
|
32
|
+
"@aws-sdk/types": "3.664.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.664.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.664.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.664.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.9",
|
|
37
37
|
"@smithy/core": "^2.4.7",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.2.9",
|