@aws-sdk/client-sagemaker 3.859.0 → 3.861.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.
Files changed (104) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +596 -125
  3. package/dist-es/SageMaker.js +10 -0
  4. package/dist-es/commands/AttachClusterNodeVolumeCommand.js +22 -0
  5. package/dist-es/commands/BatchAddClusterNodesCommand.js +22 -0
  6. package/dist-es/commands/CreateModelCardCommand.js +1 -1
  7. package/dist-es/commands/DescribeClusterEventCommand.js +22 -0
  8. package/dist-es/commands/DetachClusterNodeVolumeCommand.js +22 -0
  9. package/dist-es/commands/ListClusterEventsCommand.js +22 -0
  10. package/dist-es/commands/index.js +5 -0
  11. package/dist-es/models/models_0.js +45 -101
  12. package/dist-es/models/models_1.js +94 -15
  13. package/dist-es/models/models_2.js +14 -40
  14. package/dist-es/models/models_3.js +43 -40
  15. package/dist-es/models/models_4.js +40 -14
  16. package/dist-es/models/models_5.js +14 -2
  17. package/dist-es/pagination/ListClusterEventsPaginator.js +4 -0
  18. package/dist-es/pagination/index.js +1 -0
  19. package/dist-es/protocols/Aws_json1_1.js +339 -0
  20. package/dist-types/SageMaker.d.ts +35 -0
  21. package/dist-types/SageMakerClient.d.ts +7 -2
  22. package/dist-types/commands/AttachClusterNodeVolumeCommand.d.ts +82 -0
  23. package/dist-types/commands/BatchAddClusterNodesCommand.d.ts +99 -0
  24. package/dist-types/commands/BatchDeleteClusterNodesCommand.d.ts +13 -0
  25. package/dist-types/commands/CreateClusterCommand.d.ts +2 -0
  26. package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +2 -1
  27. package/dist-types/commands/CreateModelCardCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeClusterCommand.d.ts +3 -0
  31. package/dist-types/commands/DescribeClusterEventCommand.d.ts +129 -0
  32. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +5 -1
  33. package/dist-types/commands/DescribeContextCommand.d.ts +2 -1
  34. package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeDeviceCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeEndpointCommand.d.ts +1 -2
  41. package/dist-types/commands/DetachClusterNodeVolumeCommand.d.ts +82 -0
  42. package/dist-types/commands/ImportHubContentCommand.d.ts +1 -1
  43. package/dist-types/commands/ListActionsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListAlgorithmsCommand.d.ts +1 -1
  45. package/dist-types/commands/ListAliasesCommand.d.ts +1 -1
  46. package/dist-types/commands/ListClusterEventsCommand.d.ts +96 -0
  47. package/dist-types/commands/ListClusterNodesCommand.d.ts +3 -1
  48. package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
  49. package/dist-types/commands/QueryLineageCommand.d.ts +1 -1
  50. package/dist-types/commands/RegisterDevicesCommand.d.ts +1 -1
  51. package/dist-types/commands/RenderUiTemplateCommand.d.ts +1 -1
  52. package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +1 -1
  53. package/dist-types/commands/UpdateClusterCommand.d.ts +1 -0
  54. package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +1 -0
  55. package/dist-types/commands/UpdateWorkforceCommand.d.ts +1 -1
  56. package/dist-types/commands/index.d.ts +5 -0
  57. package/dist-types/models/models_0.d.ts +657 -531
  58. package/dist-types/models/models_1.d.ts +3755 -3694
  59. package/dist-types/models/models_2.d.ts +3169 -3559
  60. package/dist-types/models/models_3.d.ts +4492 -4376
  61. package/dist-types/models/models_4.d.ts +3841 -3859
  62. package/dist-types/models/models_5.d.ts +905 -5
  63. package/dist-types/pagination/ListClusterEventsPaginator.d.ts +7 -0
  64. package/dist-types/pagination/index.d.ts +1 -0
  65. package/dist-types/protocols/Aws_json1_1.d.ts +45 -0
  66. package/dist-types/ts3.4/SageMaker.d.ts +85 -0
  67. package/dist-types/ts3.4/SageMakerClient.d.ts +30 -0
  68. package/dist-types/ts3.4/commands/AttachClusterNodeVolumeCommand.d.ts +51 -0
  69. package/dist-types/ts3.4/commands/BatchAddClusterNodesCommand.d.ts +51 -0
  70. package/dist-types/ts3.4/commands/CreateModelBiasJobDefinitionCommand.d.ts +2 -4
  71. package/dist-types/ts3.4/commands/CreateModelCardCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/CreateModelCardExportJobCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/DescribeClusterEventCommand.d.ts +51 -0
  75. package/dist-types/ts3.4/commands/DescribeContextCommand.d.ts +2 -4
  76. package/dist-types/ts3.4/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/DescribeDeviceCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/DescribeDeviceFleetCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +4 -2
  83. package/dist-types/ts3.4/commands/DetachClusterNodeVolumeCommand.d.ts +51 -0
  84. package/dist-types/ts3.4/commands/ImportHubContentCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/ListAlgorithmsCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/ListClusterEventsCommand.d.ts +51 -0
  89. package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/RetryPipelineExecutionCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  95. package/dist-types/ts3.4/models/models_0.d.ts +208 -204
  96. package/dist-types/ts3.4/models/models_1.d.ts +194 -132
  97. package/dist-types/ts3.4/models/models_2.d.ts +135 -248
  98. package/dist-types/ts3.4/models/models_3.d.ts +262 -229
  99. package/dist-types/ts3.4/models/models_4.d.ts +257 -266
  100. package/dist-types/ts3.4/models/models_5.d.ts +242 -21
  101. package/dist-types/ts3.4/pagination/ListClusterEventsPaginator.d.ts +11 -0
  102. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  103. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +60 -0
  104. package/package.json +1 -1
@@ -1,7 +1,9 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeEndpointInput } from "../models/models_2";
4
- import { DescribeEndpointOutput } from "../models/models_3";
3
+ import {
4
+ DescribeEndpointInput,
5
+ DescribeEndpointOutput,
6
+ } from "../models/models_3";
5
7
  import {
6
8
  SageMakerClientResolvedConfig,
7
9
  ServiceInputTypes,
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DetachClusterNodeVolumeRequest,
5
+ DetachClusterNodeVolumeResponse,
6
+ } from "../models/models_3";
7
+ import {
8
+ SageMakerClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SageMakerClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DetachClusterNodeVolumeCommandInput
15
+ extends DetachClusterNodeVolumeRequest {}
16
+ export interface DetachClusterNodeVolumeCommandOutput
17
+ extends DetachClusterNodeVolumeResponse,
18
+ __MetadataBearer {}
19
+ declare const DetachClusterNodeVolumeCommand_base: {
20
+ new (
21
+ input: DetachClusterNodeVolumeCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DetachClusterNodeVolumeCommandInput,
24
+ DetachClusterNodeVolumeCommandOutput,
25
+ SageMakerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DetachClusterNodeVolumeCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DetachClusterNodeVolumeCommandInput,
33
+ DetachClusterNodeVolumeCommandOutput,
34
+ SageMakerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DetachClusterNodeVolumeCommand extends DetachClusterNodeVolumeCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DetachClusterNodeVolumeRequest;
44
+ output: DetachClusterNodeVolumeResponse;
45
+ };
46
+ sdk: {
47
+ input: DetachClusterNodeVolumeCommandInput;
48
+ output: DetachClusterNodeVolumeCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ImportHubContentRequest,
5
5
  ImportHubContentResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListActionsRequest, ListActionsResponse } from "../models/models_3";
3
+ import { ListActionsRequest, ListActionsResponse } from "../models/models_4";
4
4
  import {
5
5
  SageMakerClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListAlgorithmsInput, ListAlgorithmsOutput } from "../models/models_3";
3
+ import { ListAlgorithmsInput, ListAlgorithmsOutput } from "../models/models_4";
4
4
  import {
5
5
  SageMakerClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListAliasesRequest, ListAliasesResponse } from "../models/models_3";
3
+ import { ListAliasesRequest, ListAliasesResponse } from "../models/models_4";
4
4
  import {
5
5
  SageMakerClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ListClusterEventsRequest,
5
+ ListClusterEventsResponse,
6
+ } from "../models/models_4";
7
+ import {
8
+ SageMakerClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SageMakerClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListClusterEventsCommandInput
15
+ extends ListClusterEventsRequest {}
16
+ export interface ListClusterEventsCommandOutput
17
+ extends ListClusterEventsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListClusterEventsCommand_base: {
20
+ new (
21
+ input: ListClusterEventsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListClusterEventsCommandInput,
24
+ ListClusterEventsCommandOutput,
25
+ SageMakerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: ListClusterEventsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListClusterEventsCommandInput,
33
+ ListClusterEventsCommandOutput,
34
+ SageMakerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListClusterEventsCommand extends ListClusterEventsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListClusterEventsRequest;
44
+ output: ListClusterEventsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListClusterEventsCommandInput;
48
+ output: ListClusterEventsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  PutModelPackageGroupPolicyInput,
5
5
  PutModelPackageGroupPolicyOutput,
6
- } from "../models/models_4";
6
+ } from "../models/models_5";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { QueryLineageRequest, QueryLineageResponse } from "../models/models_4";
3
+ import { QueryLineageRequest, QueryLineageResponse } from "../models/models_5";
4
4
  import {
5
5
  SageMakerClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { RegisterDevicesRequest } from "../models/models_4";
3
+ import { RegisterDevicesRequest } from "../models/models_5";
4
4
  import {
5
5
  SageMakerClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  RenderUiTemplateRequest,
5
5
  RenderUiTemplateResponse,
6
- } from "../models/models_4";
6
+ } from "../models/models_5";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  RetryPipelineExecutionRequest,
5
5
  RetryPipelineExecutionResponse,
6
- } from "../models/models_4";
6
+ } from "../models/models_5";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1,6 +1,8 @@
1
1
  export * from "./AddAssociationCommand";
2
2
  export * from "./AddTagsCommand";
3
3
  export * from "./AssociateTrialComponentCommand";
4
+ export * from "./AttachClusterNodeVolumeCommand";
5
+ export * from "./BatchAddClusterNodesCommand";
4
6
  export * from "./BatchDeleteClusterNodesCommand";
5
7
  export * from "./BatchDescribeModelPackageCommand";
6
8
  export * from "./CreateActionCommand";
@@ -133,6 +135,7 @@ export * from "./DescribeArtifactCommand";
133
135
  export * from "./DescribeAutoMLJobCommand";
134
136
  export * from "./DescribeAutoMLJobV2Command";
135
137
  export * from "./DescribeClusterCommand";
138
+ export * from "./DescribeClusterEventCommand";
136
139
  export * from "./DescribeClusterNodeCommand";
137
140
  export * from "./DescribeClusterSchedulerConfigCommand";
138
141
  export * from "./DescribeCodeRepositoryCommand";
@@ -192,6 +195,7 @@ export * from "./DescribeTrialComponentCommand";
192
195
  export * from "./DescribeUserProfileCommand";
193
196
  export * from "./DescribeWorkforceCommand";
194
197
  export * from "./DescribeWorkteamCommand";
198
+ export * from "./DetachClusterNodeVolumeCommand";
195
199
  export * from "./DisableSagemakerServicecatalogPortfolioCommand";
196
200
  export * from "./DisassociateTrialComponentCommand";
197
201
  export * from "./EnableSagemakerServicecatalogPortfolioCommand";
@@ -211,6 +215,7 @@ export * from "./ListArtifactsCommand";
211
215
  export * from "./ListAssociationsCommand";
212
216
  export * from "./ListAutoMLJobsCommand";
213
217
  export * from "./ListCandidatesForAutoMLJobCommand";
218
+ export * from "./ListClusterEventsCommand";
214
219
  export * from "./ListClusterNodesCommand";
215
220
  export * from "./ListClusterSchedulerConfigsCommand";
216
221
  export * from "./ListClustersCommand";