@aws-sdk/client-sagemaker 3.461.0 → 3.462.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/README.md +104 -0
- package/dist-cjs/SageMaker.js +26 -0
- package/dist-cjs/commands/CreateClusterCommand.js +51 -0
- package/dist-cjs/commands/CreateInferenceComponentCommand.js +51 -0
- package/dist-cjs/commands/CreateWorkforceCommand.js +2 -2
- package/dist-cjs/commands/DeleteClusterCommand.js +51 -0
- package/dist-cjs/commands/DeleteInferenceComponentCommand.js +51 -0
- package/dist-cjs/commands/DescribeClusterCommand.js +51 -0
- package/dist-cjs/commands/DescribeClusterNodeCommand.js +51 -0
- package/dist-cjs/commands/DescribeInferenceComponentCommand.js +51 -0
- package/dist-cjs/commands/ListClusterNodesCommand.js +51 -0
- package/dist-cjs/commands/ListClustersCommand.js +51 -0
- package/dist-cjs/commands/ListInferenceComponentsCommand.js +51 -0
- package/dist-cjs/commands/UpdateClusterCommand.js +51 -0
- package/dist-cjs/commands/UpdateInferenceComponentCommand.js +51 -0
- package/dist-cjs/commands/UpdateInferenceComponentRuntimeConfigCommand.js +51 -0
- package/dist-cjs/commands/index.js +13 -0
- package/dist-cjs/models/models_0.js +62 -51
- package/dist-cjs/models/models_1.js +63 -30
- package/dist-cjs/models/models_2.js +37 -39
- package/dist-cjs/models/models_3.js +45 -44
- package/dist-cjs/models/models_4.js +45 -3
- package/dist-cjs/pagination/ListInferenceComponentsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +845 -13
- package/dist-es/SageMaker.js +26 -0
- package/dist-es/commands/CreateClusterCommand.js +47 -0
- package/dist-es/commands/CreateInferenceComponentCommand.js +47 -0
- package/dist-es/commands/CreateWorkforceCommand.js +1 -1
- package/dist-es/commands/DeleteClusterCommand.js +47 -0
- package/dist-es/commands/DeleteInferenceComponentCommand.js +47 -0
- package/dist-es/commands/DescribeClusterCommand.js +47 -0
- package/dist-es/commands/DescribeClusterNodeCommand.js +47 -0
- package/dist-es/commands/DescribeInferenceComponentCommand.js +47 -0
- package/dist-es/commands/ListClusterNodesCommand.js +47 -0
- package/dist-es/commands/ListClustersCommand.js +47 -0
- package/dist-es/commands/ListInferenceComponentsCommand.js +47 -0
- package/dist-es/commands/UpdateClusterCommand.js +47 -0
- package/dist-es/commands/UpdateInferenceComponentCommand.js +47 -0
- package/dist-es/commands/UpdateInferenceComponentRuntimeConfigCommand.js +47 -0
- package/dist-es/commands/index.js +13 -0
- package/dist-es/models/models_0.js +60 -50
- package/dist-es/models/models_1.js +62 -27
- package/dist-es/models/models_2.js +34 -38
- package/dist-es/models/models_3.js +43 -42
- package/dist-es/models/models_4.js +43 -1
- package/dist-es/pagination/ListInferenceComponentsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +807 -1
- package/dist-types/SageMaker.d.ts +91 -0
- package/dist-types/SageMakerClient.d.ts +15 -2
- package/dist-types/commands/AddTagsCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppCommand.d.ts +2 -1
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +3 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +109 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +15 -8
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +28 -2
- package/dist-types/commands/CreateInferenceComponentCommand.d.ts +115 -0
- package/dist-types/commands/CreateModelCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +3 -2
- package/dist-types/commands/CreateSpaceCommand.d.ts +2 -0
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +3 -0
- package/dist-types/commands/CreateUserProfileCommand.d.ts +9 -2
- package/dist-types/commands/CreateWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/CreateWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DeleteActionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAlgorithmCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteArtifactCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClusterCommand.d.ts +80 -0
- package/dist-types/commands/DeleteInferenceComponentCommand.d.ts +71 -0
- package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAppCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +3 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +102 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +92 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +7 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +32 -0
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +28 -2
- package/dist-types/commands/DescribeInferenceComponentCommand.d.ts +109 -0
- package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpaceCommand.d.ts +3 -0
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +8 -1
- package/dist-types/commands/DescribeWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterNodesCommand.d.ts +96 -0
- package/dist-types/commands/ListClustersCommand.d.ts +87 -0
- package/dist-types/commands/ListInferenceComponentsCommand.d.ts +96 -0
- package/dist-types/commands/ListResourceCatalogsCommand.d.ts +1 -1
- package/dist-types/commands/ListSpacesCommand.d.ts +1 -1
- package/dist-types/commands/ListStageDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -2
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/ListTransformJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrialsCommand.d.ts +1 -1
- package/dist-types/commands/ListUserProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +16 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +97 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +11 -0
- package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +100 -0
- package/dist-types/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +80 -0
- package/dist-types/commands/UpdateSpaceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +6 -0
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +409 -345
- package/dist-types/models/models_1.d.ts +708 -551
- package/dist-types/models/models_2.d.ts +5059 -5239
- package/dist-types/models/models_3.d.ts +4732 -4693
- package/dist-types/models/models_4.d.ts +1446 -4
- package/dist-types/pagination/ListInferenceComponentsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +117 -0
- package/dist-types/ts3.4/SageMaker.d.ts +227 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +78 -0
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateInferenceComponentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateWorkforceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateWorkteamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAlgorithmCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAppImageConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteArtifactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteInferenceComponentCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeClusterNodeCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeInferenceComponentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeUserProfileCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeWorkforceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeWorkteamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTrialComponentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListClusterNodesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListInferenceComponentsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListResourceCatalogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStageDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateInferenceComponentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/dist-types/ts3.4/models/models_0.d.ts +124 -111
- package/dist-types/ts3.4/models/models_1.d.ts +188 -151
- package/dist-types/ts3.4/models/models_2.d.ts +227 -288
- package/dist-types/ts3.4/models/models_3.d.ts +349 -344
- package/dist-types/ts3.4/models/models_4.d.ts +372 -15
- package/dist-types/ts3.4/pagination/ListInferenceComponentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +156 -0
- package/package.json +2 -2
|
@@ -47,6 +47,10 @@ import {
|
|
|
47
47
|
CreateAutoMLJobV2CommandInput,
|
|
48
48
|
CreateAutoMLJobV2CommandOutput,
|
|
49
49
|
} from "../commands/CreateAutoMLJobV2Command";
|
|
50
|
+
import {
|
|
51
|
+
CreateClusterCommandInput,
|
|
52
|
+
CreateClusterCommandOutput,
|
|
53
|
+
} from "../commands/CreateClusterCommand";
|
|
50
54
|
import {
|
|
51
55
|
CreateCodeRepositoryCommandInput,
|
|
52
56
|
CreateCodeRepositoryCommandOutput,
|
|
@@ -123,6 +127,10 @@ import {
|
|
|
123
127
|
CreateImageVersionCommandInput,
|
|
124
128
|
CreateImageVersionCommandOutput,
|
|
125
129
|
} from "../commands/CreateImageVersionCommand";
|
|
130
|
+
import {
|
|
131
|
+
CreateInferenceComponentCommandInput,
|
|
132
|
+
CreateInferenceComponentCommandOutput,
|
|
133
|
+
} from "../commands/CreateInferenceComponentCommand";
|
|
126
134
|
import {
|
|
127
135
|
CreateInferenceExperimentCommandInput,
|
|
128
136
|
CreateInferenceExperimentCommandOutput,
|
|
@@ -259,6 +267,10 @@ import {
|
|
|
259
267
|
DeleteAssociationCommandInput,
|
|
260
268
|
DeleteAssociationCommandOutput,
|
|
261
269
|
} from "../commands/DeleteAssociationCommand";
|
|
270
|
+
import {
|
|
271
|
+
DeleteClusterCommandInput,
|
|
272
|
+
DeleteClusterCommandOutput,
|
|
273
|
+
} from "../commands/DeleteClusterCommand";
|
|
262
274
|
import {
|
|
263
275
|
DeleteCodeRepositoryCommandInput,
|
|
264
276
|
DeleteCodeRepositoryCommandOutput,
|
|
@@ -327,6 +339,10 @@ import {
|
|
|
327
339
|
DeleteImageVersionCommandInput,
|
|
328
340
|
DeleteImageVersionCommandOutput,
|
|
329
341
|
} from "../commands/DeleteImageVersionCommand";
|
|
342
|
+
import {
|
|
343
|
+
DeleteInferenceComponentCommandInput,
|
|
344
|
+
DeleteInferenceComponentCommandOutput,
|
|
345
|
+
} from "../commands/DeleteInferenceComponentCommand";
|
|
330
346
|
import {
|
|
331
347
|
DeleteInferenceExperimentCommandInput,
|
|
332
348
|
DeleteInferenceExperimentCommandOutput,
|
|
@@ -447,6 +463,14 @@ import {
|
|
|
447
463
|
DescribeAutoMLJobV2CommandInput,
|
|
448
464
|
DescribeAutoMLJobV2CommandOutput,
|
|
449
465
|
} from "../commands/DescribeAutoMLJobV2Command";
|
|
466
|
+
import {
|
|
467
|
+
DescribeClusterCommandInput,
|
|
468
|
+
DescribeClusterCommandOutput,
|
|
469
|
+
} from "../commands/DescribeClusterCommand";
|
|
470
|
+
import {
|
|
471
|
+
DescribeClusterNodeCommandInput,
|
|
472
|
+
DescribeClusterNodeCommandOutput,
|
|
473
|
+
} from "../commands/DescribeClusterNodeCommand";
|
|
450
474
|
import {
|
|
451
475
|
DescribeCodeRepositoryCommandInput,
|
|
452
476
|
DescribeCodeRepositoryCommandOutput,
|
|
@@ -531,6 +555,10 @@ import {
|
|
|
531
555
|
DescribeImageVersionCommandInput,
|
|
532
556
|
DescribeImageVersionCommandOutput,
|
|
533
557
|
} from "../commands/DescribeImageVersionCommand";
|
|
558
|
+
import {
|
|
559
|
+
DescribeInferenceComponentCommandInput,
|
|
560
|
+
DescribeInferenceComponentCommandOutput,
|
|
561
|
+
} from "../commands/DescribeInferenceComponentCommand";
|
|
534
562
|
import {
|
|
535
563
|
DescribeInferenceExperimentCommandInput,
|
|
536
564
|
DescribeInferenceExperimentCommandOutput,
|
|
@@ -727,6 +755,14 @@ import {
|
|
|
727
755
|
ListCandidatesForAutoMLJobCommandInput,
|
|
728
756
|
ListCandidatesForAutoMLJobCommandOutput,
|
|
729
757
|
} from "../commands/ListCandidatesForAutoMLJobCommand";
|
|
758
|
+
import {
|
|
759
|
+
ListClusterNodesCommandInput,
|
|
760
|
+
ListClusterNodesCommandOutput,
|
|
761
|
+
} from "../commands/ListClusterNodesCommand";
|
|
762
|
+
import {
|
|
763
|
+
ListClustersCommandInput,
|
|
764
|
+
ListClustersCommandOutput,
|
|
765
|
+
} from "../commands/ListClustersCommand";
|
|
730
766
|
import {
|
|
731
767
|
ListCodeRepositoriesCommandInput,
|
|
732
768
|
ListCodeRepositoriesCommandOutput,
|
|
@@ -811,6 +847,10 @@ import {
|
|
|
811
847
|
ListImageVersionsCommandInput,
|
|
812
848
|
ListImageVersionsCommandOutput,
|
|
813
849
|
} from "../commands/ListImageVersionsCommand";
|
|
850
|
+
import {
|
|
851
|
+
ListInferenceComponentsCommandInput,
|
|
852
|
+
ListInferenceComponentsCommandOutput,
|
|
853
|
+
} from "../commands/ListInferenceComponentsCommand";
|
|
814
854
|
import {
|
|
815
855
|
ListInferenceExperimentsCommandInput,
|
|
816
856
|
ListInferenceExperimentsCommandOutput,
|
|
@@ -1099,6 +1139,10 @@ import {
|
|
|
1099
1139
|
UpdateArtifactCommandInput,
|
|
1100
1140
|
UpdateArtifactCommandOutput,
|
|
1101
1141
|
} from "../commands/UpdateArtifactCommand";
|
|
1142
|
+
import {
|
|
1143
|
+
UpdateClusterCommandInput,
|
|
1144
|
+
UpdateClusterCommandOutput,
|
|
1145
|
+
} from "../commands/UpdateClusterCommand";
|
|
1102
1146
|
import {
|
|
1103
1147
|
UpdateCodeRepositoryCommandInput,
|
|
1104
1148
|
UpdateCodeRepositoryCommandOutput,
|
|
@@ -1151,6 +1195,14 @@ import {
|
|
|
1151
1195
|
UpdateImageVersionCommandInput,
|
|
1152
1196
|
UpdateImageVersionCommandOutput,
|
|
1153
1197
|
} from "../commands/UpdateImageVersionCommand";
|
|
1198
|
+
import {
|
|
1199
|
+
UpdateInferenceComponentCommandInput,
|
|
1200
|
+
UpdateInferenceComponentCommandOutput,
|
|
1201
|
+
} from "../commands/UpdateInferenceComponentCommand";
|
|
1202
|
+
import {
|
|
1203
|
+
UpdateInferenceComponentRuntimeConfigCommandInput,
|
|
1204
|
+
UpdateInferenceComponentRuntimeConfigCommandOutput,
|
|
1205
|
+
} from "../commands/UpdateInferenceComponentRuntimeConfigCommand";
|
|
1154
1206
|
import {
|
|
1155
1207
|
UpdateInferenceExperimentCommandInput,
|
|
1156
1208
|
UpdateInferenceExperimentCommandOutput,
|
|
@@ -1263,6 +1315,10 @@ export declare const se_CreateAutoMLJobV2Command: (
|
|
|
1263
1315
|
input: CreateAutoMLJobV2CommandInput,
|
|
1264
1316
|
context: __SerdeContext
|
|
1265
1317
|
) => Promise<__HttpRequest>;
|
|
1318
|
+
export declare const se_CreateClusterCommand: (
|
|
1319
|
+
input: CreateClusterCommandInput,
|
|
1320
|
+
context: __SerdeContext
|
|
1321
|
+
) => Promise<__HttpRequest>;
|
|
1266
1322
|
export declare const se_CreateCodeRepositoryCommand: (
|
|
1267
1323
|
input: CreateCodeRepositoryCommandInput,
|
|
1268
1324
|
context: __SerdeContext
|
|
@@ -1339,6 +1395,10 @@ export declare const se_CreateImageVersionCommand: (
|
|
|
1339
1395
|
input: CreateImageVersionCommandInput,
|
|
1340
1396
|
context: __SerdeContext
|
|
1341
1397
|
) => Promise<__HttpRequest>;
|
|
1398
|
+
export declare const se_CreateInferenceComponentCommand: (
|
|
1399
|
+
input: CreateInferenceComponentCommandInput,
|
|
1400
|
+
context: __SerdeContext
|
|
1401
|
+
) => Promise<__HttpRequest>;
|
|
1342
1402
|
export declare const se_CreateInferenceExperimentCommand: (
|
|
1343
1403
|
input: CreateInferenceExperimentCommandInput,
|
|
1344
1404
|
context: __SerdeContext
|
|
@@ -1475,6 +1535,10 @@ export declare const se_DeleteAssociationCommand: (
|
|
|
1475
1535
|
input: DeleteAssociationCommandInput,
|
|
1476
1536
|
context: __SerdeContext
|
|
1477
1537
|
) => Promise<__HttpRequest>;
|
|
1538
|
+
export declare const se_DeleteClusterCommand: (
|
|
1539
|
+
input: DeleteClusterCommandInput,
|
|
1540
|
+
context: __SerdeContext
|
|
1541
|
+
) => Promise<__HttpRequest>;
|
|
1478
1542
|
export declare const se_DeleteCodeRepositoryCommand: (
|
|
1479
1543
|
input: DeleteCodeRepositoryCommandInput,
|
|
1480
1544
|
context: __SerdeContext
|
|
@@ -1543,6 +1607,10 @@ export declare const se_DeleteImageVersionCommand: (
|
|
|
1543
1607
|
input: DeleteImageVersionCommandInput,
|
|
1544
1608
|
context: __SerdeContext
|
|
1545
1609
|
) => Promise<__HttpRequest>;
|
|
1610
|
+
export declare const se_DeleteInferenceComponentCommand: (
|
|
1611
|
+
input: DeleteInferenceComponentCommandInput,
|
|
1612
|
+
context: __SerdeContext
|
|
1613
|
+
) => Promise<__HttpRequest>;
|
|
1546
1614
|
export declare const se_DeleteInferenceExperimentCommand: (
|
|
1547
1615
|
input: DeleteInferenceExperimentCommandInput,
|
|
1548
1616
|
context: __SerdeContext
|
|
@@ -1663,6 +1731,14 @@ export declare const se_DescribeAutoMLJobV2Command: (
|
|
|
1663
1731
|
input: DescribeAutoMLJobV2CommandInput,
|
|
1664
1732
|
context: __SerdeContext
|
|
1665
1733
|
) => Promise<__HttpRequest>;
|
|
1734
|
+
export declare const se_DescribeClusterCommand: (
|
|
1735
|
+
input: DescribeClusterCommandInput,
|
|
1736
|
+
context: __SerdeContext
|
|
1737
|
+
) => Promise<__HttpRequest>;
|
|
1738
|
+
export declare const se_DescribeClusterNodeCommand: (
|
|
1739
|
+
input: DescribeClusterNodeCommandInput,
|
|
1740
|
+
context: __SerdeContext
|
|
1741
|
+
) => Promise<__HttpRequest>;
|
|
1666
1742
|
export declare const se_DescribeCodeRepositoryCommand: (
|
|
1667
1743
|
input: DescribeCodeRepositoryCommandInput,
|
|
1668
1744
|
context: __SerdeContext
|
|
@@ -1747,6 +1823,10 @@ export declare const se_DescribeImageVersionCommand: (
|
|
|
1747
1823
|
input: DescribeImageVersionCommandInput,
|
|
1748
1824
|
context: __SerdeContext
|
|
1749
1825
|
) => Promise<__HttpRequest>;
|
|
1826
|
+
export declare const se_DescribeInferenceComponentCommand: (
|
|
1827
|
+
input: DescribeInferenceComponentCommandInput,
|
|
1828
|
+
context: __SerdeContext
|
|
1829
|
+
) => Promise<__HttpRequest>;
|
|
1750
1830
|
export declare const se_DescribeInferenceExperimentCommand: (
|
|
1751
1831
|
input: DescribeInferenceExperimentCommandInput,
|
|
1752
1832
|
context: __SerdeContext
|
|
@@ -1943,6 +2023,14 @@ export declare const se_ListCandidatesForAutoMLJobCommand: (
|
|
|
1943
2023
|
input: ListCandidatesForAutoMLJobCommandInput,
|
|
1944
2024
|
context: __SerdeContext
|
|
1945
2025
|
) => Promise<__HttpRequest>;
|
|
2026
|
+
export declare const se_ListClusterNodesCommand: (
|
|
2027
|
+
input: ListClusterNodesCommandInput,
|
|
2028
|
+
context: __SerdeContext
|
|
2029
|
+
) => Promise<__HttpRequest>;
|
|
2030
|
+
export declare const se_ListClustersCommand: (
|
|
2031
|
+
input: ListClustersCommandInput,
|
|
2032
|
+
context: __SerdeContext
|
|
2033
|
+
) => Promise<__HttpRequest>;
|
|
1946
2034
|
export declare const se_ListCodeRepositoriesCommand: (
|
|
1947
2035
|
input: ListCodeRepositoriesCommandInput,
|
|
1948
2036
|
context: __SerdeContext
|
|
@@ -2027,6 +2115,10 @@ export declare const se_ListImageVersionsCommand: (
|
|
|
2027
2115
|
input: ListImageVersionsCommandInput,
|
|
2028
2116
|
context: __SerdeContext
|
|
2029
2117
|
) => Promise<__HttpRequest>;
|
|
2118
|
+
export declare const se_ListInferenceComponentsCommand: (
|
|
2119
|
+
input: ListInferenceComponentsCommandInput,
|
|
2120
|
+
context: __SerdeContext
|
|
2121
|
+
) => Promise<__HttpRequest>;
|
|
2030
2122
|
export declare const se_ListInferenceExperimentsCommand: (
|
|
2031
2123
|
input: ListInferenceExperimentsCommandInput,
|
|
2032
2124
|
context: __SerdeContext
|
|
@@ -2315,6 +2407,10 @@ export declare const se_UpdateArtifactCommand: (
|
|
|
2315
2407
|
input: UpdateArtifactCommandInput,
|
|
2316
2408
|
context: __SerdeContext
|
|
2317
2409
|
) => Promise<__HttpRequest>;
|
|
2410
|
+
export declare const se_UpdateClusterCommand: (
|
|
2411
|
+
input: UpdateClusterCommandInput,
|
|
2412
|
+
context: __SerdeContext
|
|
2413
|
+
) => Promise<__HttpRequest>;
|
|
2318
2414
|
export declare const se_UpdateCodeRepositoryCommand: (
|
|
2319
2415
|
input: UpdateCodeRepositoryCommandInput,
|
|
2320
2416
|
context: __SerdeContext
|
|
@@ -2367,6 +2463,14 @@ export declare const se_UpdateImageVersionCommand: (
|
|
|
2367
2463
|
input: UpdateImageVersionCommandInput,
|
|
2368
2464
|
context: __SerdeContext
|
|
2369
2465
|
) => Promise<__HttpRequest>;
|
|
2466
|
+
export declare const se_UpdateInferenceComponentCommand: (
|
|
2467
|
+
input: UpdateInferenceComponentCommandInput,
|
|
2468
|
+
context: __SerdeContext
|
|
2469
|
+
) => Promise<__HttpRequest>;
|
|
2470
|
+
export declare const se_UpdateInferenceComponentRuntimeConfigCommand: (
|
|
2471
|
+
input: UpdateInferenceComponentRuntimeConfigCommandInput,
|
|
2472
|
+
context: __SerdeContext
|
|
2473
|
+
) => Promise<__HttpRequest>;
|
|
2370
2474
|
export declare const se_UpdateInferenceExperimentCommand: (
|
|
2371
2475
|
input: UpdateInferenceExperimentCommandInput,
|
|
2372
2476
|
context: __SerdeContext
|
|
@@ -2479,6 +2583,10 @@ export declare const de_CreateAutoMLJobV2Command: (
|
|
|
2479
2583
|
output: __HttpResponse,
|
|
2480
2584
|
context: __SerdeContext
|
|
2481
2585
|
) => Promise<CreateAutoMLJobV2CommandOutput>;
|
|
2586
|
+
export declare const de_CreateClusterCommand: (
|
|
2587
|
+
output: __HttpResponse,
|
|
2588
|
+
context: __SerdeContext
|
|
2589
|
+
) => Promise<CreateClusterCommandOutput>;
|
|
2482
2590
|
export declare const de_CreateCodeRepositoryCommand: (
|
|
2483
2591
|
output: __HttpResponse,
|
|
2484
2592
|
context: __SerdeContext
|
|
@@ -2555,6 +2663,10 @@ export declare const de_CreateImageVersionCommand: (
|
|
|
2555
2663
|
output: __HttpResponse,
|
|
2556
2664
|
context: __SerdeContext
|
|
2557
2665
|
) => Promise<CreateImageVersionCommandOutput>;
|
|
2666
|
+
export declare const de_CreateInferenceComponentCommand: (
|
|
2667
|
+
output: __HttpResponse,
|
|
2668
|
+
context: __SerdeContext
|
|
2669
|
+
) => Promise<CreateInferenceComponentCommandOutput>;
|
|
2558
2670
|
export declare const de_CreateInferenceExperimentCommand: (
|
|
2559
2671
|
output: __HttpResponse,
|
|
2560
2672
|
context: __SerdeContext
|
|
@@ -2691,6 +2803,10 @@ export declare const de_DeleteAssociationCommand: (
|
|
|
2691
2803
|
output: __HttpResponse,
|
|
2692
2804
|
context: __SerdeContext
|
|
2693
2805
|
) => Promise<DeleteAssociationCommandOutput>;
|
|
2806
|
+
export declare const de_DeleteClusterCommand: (
|
|
2807
|
+
output: __HttpResponse,
|
|
2808
|
+
context: __SerdeContext
|
|
2809
|
+
) => Promise<DeleteClusterCommandOutput>;
|
|
2694
2810
|
export declare const de_DeleteCodeRepositoryCommand: (
|
|
2695
2811
|
output: __HttpResponse,
|
|
2696
2812
|
context: __SerdeContext
|
|
@@ -2759,6 +2875,10 @@ export declare const de_DeleteImageVersionCommand: (
|
|
|
2759
2875
|
output: __HttpResponse,
|
|
2760
2876
|
context: __SerdeContext
|
|
2761
2877
|
) => Promise<DeleteImageVersionCommandOutput>;
|
|
2878
|
+
export declare const de_DeleteInferenceComponentCommand: (
|
|
2879
|
+
output: __HttpResponse,
|
|
2880
|
+
context: __SerdeContext
|
|
2881
|
+
) => Promise<DeleteInferenceComponentCommandOutput>;
|
|
2762
2882
|
export declare const de_DeleteInferenceExperimentCommand: (
|
|
2763
2883
|
output: __HttpResponse,
|
|
2764
2884
|
context: __SerdeContext
|
|
@@ -2879,6 +2999,14 @@ export declare const de_DescribeAutoMLJobV2Command: (
|
|
|
2879
2999
|
output: __HttpResponse,
|
|
2880
3000
|
context: __SerdeContext
|
|
2881
3001
|
) => Promise<DescribeAutoMLJobV2CommandOutput>;
|
|
3002
|
+
export declare const de_DescribeClusterCommand: (
|
|
3003
|
+
output: __HttpResponse,
|
|
3004
|
+
context: __SerdeContext
|
|
3005
|
+
) => Promise<DescribeClusterCommandOutput>;
|
|
3006
|
+
export declare const de_DescribeClusterNodeCommand: (
|
|
3007
|
+
output: __HttpResponse,
|
|
3008
|
+
context: __SerdeContext
|
|
3009
|
+
) => Promise<DescribeClusterNodeCommandOutput>;
|
|
2882
3010
|
export declare const de_DescribeCodeRepositoryCommand: (
|
|
2883
3011
|
output: __HttpResponse,
|
|
2884
3012
|
context: __SerdeContext
|
|
@@ -2963,6 +3091,10 @@ export declare const de_DescribeImageVersionCommand: (
|
|
|
2963
3091
|
output: __HttpResponse,
|
|
2964
3092
|
context: __SerdeContext
|
|
2965
3093
|
) => Promise<DescribeImageVersionCommandOutput>;
|
|
3094
|
+
export declare const de_DescribeInferenceComponentCommand: (
|
|
3095
|
+
output: __HttpResponse,
|
|
3096
|
+
context: __SerdeContext
|
|
3097
|
+
) => Promise<DescribeInferenceComponentCommandOutput>;
|
|
2966
3098
|
export declare const de_DescribeInferenceExperimentCommand: (
|
|
2967
3099
|
output: __HttpResponse,
|
|
2968
3100
|
context: __SerdeContext
|
|
@@ -3159,6 +3291,14 @@ export declare const de_ListCandidatesForAutoMLJobCommand: (
|
|
|
3159
3291
|
output: __HttpResponse,
|
|
3160
3292
|
context: __SerdeContext
|
|
3161
3293
|
) => Promise<ListCandidatesForAutoMLJobCommandOutput>;
|
|
3294
|
+
export declare const de_ListClusterNodesCommand: (
|
|
3295
|
+
output: __HttpResponse,
|
|
3296
|
+
context: __SerdeContext
|
|
3297
|
+
) => Promise<ListClusterNodesCommandOutput>;
|
|
3298
|
+
export declare const de_ListClustersCommand: (
|
|
3299
|
+
output: __HttpResponse,
|
|
3300
|
+
context: __SerdeContext
|
|
3301
|
+
) => Promise<ListClustersCommandOutput>;
|
|
3162
3302
|
export declare const de_ListCodeRepositoriesCommand: (
|
|
3163
3303
|
output: __HttpResponse,
|
|
3164
3304
|
context: __SerdeContext
|
|
@@ -3243,6 +3383,10 @@ export declare const de_ListImageVersionsCommand: (
|
|
|
3243
3383
|
output: __HttpResponse,
|
|
3244
3384
|
context: __SerdeContext
|
|
3245
3385
|
) => Promise<ListImageVersionsCommandOutput>;
|
|
3386
|
+
export declare const de_ListInferenceComponentsCommand: (
|
|
3387
|
+
output: __HttpResponse,
|
|
3388
|
+
context: __SerdeContext
|
|
3389
|
+
) => Promise<ListInferenceComponentsCommandOutput>;
|
|
3246
3390
|
export declare const de_ListInferenceExperimentsCommand: (
|
|
3247
3391
|
output: __HttpResponse,
|
|
3248
3392
|
context: __SerdeContext
|
|
@@ -3531,6 +3675,10 @@ export declare const de_UpdateArtifactCommand: (
|
|
|
3531
3675
|
output: __HttpResponse,
|
|
3532
3676
|
context: __SerdeContext
|
|
3533
3677
|
) => Promise<UpdateArtifactCommandOutput>;
|
|
3678
|
+
export declare const de_UpdateClusterCommand: (
|
|
3679
|
+
output: __HttpResponse,
|
|
3680
|
+
context: __SerdeContext
|
|
3681
|
+
) => Promise<UpdateClusterCommandOutput>;
|
|
3534
3682
|
export declare const de_UpdateCodeRepositoryCommand: (
|
|
3535
3683
|
output: __HttpResponse,
|
|
3536
3684
|
context: __SerdeContext
|
|
@@ -3583,6 +3731,14 @@ export declare const de_UpdateImageVersionCommand: (
|
|
|
3583
3731
|
output: __HttpResponse,
|
|
3584
3732
|
context: __SerdeContext
|
|
3585
3733
|
) => Promise<UpdateImageVersionCommandOutput>;
|
|
3734
|
+
export declare const de_UpdateInferenceComponentCommand: (
|
|
3735
|
+
output: __HttpResponse,
|
|
3736
|
+
context: __SerdeContext
|
|
3737
|
+
) => Promise<UpdateInferenceComponentCommandOutput>;
|
|
3738
|
+
export declare const de_UpdateInferenceComponentRuntimeConfigCommand: (
|
|
3739
|
+
output: __HttpResponse,
|
|
3740
|
+
context: __SerdeContext
|
|
3741
|
+
) => Promise<UpdateInferenceComponentRuntimeConfigCommandOutput>;
|
|
3586
3742
|
export declare const de_UpdateInferenceExperimentCommand: (
|
|
3587
3743
|
output: __HttpResponse,
|
|
3588
3744
|
context: __SerdeContext
|
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.462.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.462.0",
|
|
25
25
|
"@aws-sdk/core": "3.451.0",
|
|
26
26
|
"@aws-sdk/credential-provider-node": "3.460.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.460.0",
|