@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
@@ -2,6 +2,8 @@ import { createAggregatedClient } from "@smithy/smithy-client";
2
2
  import { AddAssociationCommand, } from "./commands/AddAssociationCommand";
3
3
  import { AddTagsCommand } from "./commands/AddTagsCommand";
4
4
  import { AssociateTrialComponentCommand, } from "./commands/AssociateTrialComponentCommand";
5
+ import { AttachClusterNodeVolumeCommand, } from "./commands/AttachClusterNodeVolumeCommand";
6
+ import { BatchAddClusterNodesCommand, } from "./commands/BatchAddClusterNodesCommand";
5
7
  import { BatchDeleteClusterNodesCommand, } from "./commands/BatchDeleteClusterNodesCommand";
6
8
  import { BatchDescribeModelPackageCommand, } from "./commands/BatchDescribeModelPackageCommand";
7
9
  import { CreateActionCommand, } from "./commands/CreateActionCommand";
@@ -134,6 +136,7 @@ import { DescribeArtifactCommand, } from "./commands/DescribeArtifactCommand";
134
136
  import { DescribeAutoMLJobCommand, } from "./commands/DescribeAutoMLJobCommand";
135
137
  import { DescribeAutoMLJobV2Command, } from "./commands/DescribeAutoMLJobV2Command";
136
138
  import { DescribeClusterCommand, } from "./commands/DescribeClusterCommand";
139
+ import { DescribeClusterEventCommand, } from "./commands/DescribeClusterEventCommand";
137
140
  import { DescribeClusterNodeCommand, } from "./commands/DescribeClusterNodeCommand";
138
141
  import { DescribeClusterSchedulerConfigCommand, } from "./commands/DescribeClusterSchedulerConfigCommand";
139
142
  import { DescribeCodeRepositoryCommand, } from "./commands/DescribeCodeRepositoryCommand";
@@ -193,6 +196,7 @@ import { DescribeTrialComponentCommand, } from "./commands/DescribeTrialComponen
193
196
  import { DescribeUserProfileCommand, } from "./commands/DescribeUserProfileCommand";
194
197
  import { DescribeWorkforceCommand, } from "./commands/DescribeWorkforceCommand";
195
198
  import { DescribeWorkteamCommand, } from "./commands/DescribeWorkteamCommand";
199
+ import { DetachClusterNodeVolumeCommand, } from "./commands/DetachClusterNodeVolumeCommand";
196
200
  import { DisableSagemakerServicecatalogPortfolioCommand, } from "./commands/DisableSagemakerServicecatalogPortfolioCommand";
197
201
  import { DisassociateTrialComponentCommand, } from "./commands/DisassociateTrialComponentCommand";
198
202
  import { EnableSagemakerServicecatalogPortfolioCommand, } from "./commands/EnableSagemakerServicecatalogPortfolioCommand";
@@ -212,6 +216,7 @@ import { ListArtifactsCommand, } from "./commands/ListArtifactsCommand";
212
216
  import { ListAssociationsCommand, } from "./commands/ListAssociationsCommand";
213
217
  import { ListAutoMLJobsCommand, } from "./commands/ListAutoMLJobsCommand";
214
218
  import { ListCandidatesForAutoMLJobCommand, } from "./commands/ListCandidatesForAutoMLJobCommand";
219
+ import { ListClusterEventsCommand, } from "./commands/ListClusterEventsCommand";
215
220
  import { ListClusterNodesCommand, } from "./commands/ListClusterNodesCommand";
216
221
  import { ListClusterSchedulerConfigsCommand, } from "./commands/ListClusterSchedulerConfigsCommand";
217
222
  import { ListClustersCommand, } from "./commands/ListClustersCommand";
@@ -366,6 +371,8 @@ const commands = {
366
371
  AddAssociationCommand,
367
372
  AddTagsCommand,
368
373
  AssociateTrialComponentCommand,
374
+ AttachClusterNodeVolumeCommand,
375
+ BatchAddClusterNodesCommand,
369
376
  BatchDeleteClusterNodesCommand,
370
377
  BatchDescribeModelPackageCommand,
371
378
  CreateActionCommand,
@@ -498,6 +505,7 @@ const commands = {
498
505
  DescribeAutoMLJobCommand,
499
506
  DescribeAutoMLJobV2Command,
500
507
  DescribeClusterCommand,
508
+ DescribeClusterEventCommand,
501
509
  DescribeClusterNodeCommand,
502
510
  DescribeClusterSchedulerConfigCommand,
503
511
  DescribeCodeRepositoryCommand,
@@ -557,6 +565,7 @@ const commands = {
557
565
  DescribeUserProfileCommand,
558
566
  DescribeWorkforceCommand,
559
567
  DescribeWorkteamCommand,
568
+ DetachClusterNodeVolumeCommand,
560
569
  DisableSagemakerServicecatalogPortfolioCommand,
561
570
  DisassociateTrialComponentCommand,
562
571
  EnableSagemakerServicecatalogPortfolioCommand,
@@ -576,6 +585,7 @@ const commands = {
576
585
  ListAssociationsCommand,
577
586
  ListAutoMLJobsCommand,
578
587
  ListCandidatesForAutoMLJobCommand,
588
+ ListClusterEventsCommand,
579
589
  ListClusterNodesCommand,
580
590
  ListClustersCommand,
581
591
  ListClusterSchedulerConfigsCommand,
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_AttachClusterNodeVolumeCommand, se_AttachClusterNodeVolumeCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class AttachClusterNodeVolumeCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("SageMaker", "AttachClusterNodeVolume", {})
17
+ .n("SageMakerClient", "AttachClusterNodeVolumeCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_AttachClusterNodeVolumeCommand)
20
+ .de(de_AttachClusterNodeVolumeCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_BatchAddClusterNodesCommand, se_BatchAddClusterNodesCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class BatchAddClusterNodesCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("SageMaker", "BatchAddClusterNodes", {})
17
+ .n("SageMakerClient", "BatchAddClusterNodesCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_BatchAddClusterNodesCommand)
20
+ .de(de_BatchAddClusterNodesCommand)
21
+ .build() {
22
+ }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateModelCardRequestFilterSensitiveLog, } from "../models/models_1";
5
+ import { CreateModelCardRequestFilterSensitiveLog, } from "../models/models_2";
6
6
  import { de_CreateModelCardCommand, se_CreateModelCardCommand } from "../protocols/Aws_json1_1";
7
7
  export { $Command };
8
8
  export class CreateModelCardCommand extends $Command
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DescribeClusterEventCommand, se_DescribeClusterEventCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class DescribeClusterEventCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("SageMaker", "DescribeClusterEvent", {})
17
+ .n("SageMakerClient", "DescribeClusterEventCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DescribeClusterEventCommand)
20
+ .de(de_DescribeClusterEventCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DetachClusterNodeVolumeCommand, se_DetachClusterNodeVolumeCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class DetachClusterNodeVolumeCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("SageMaker", "DetachClusterNodeVolume", {})
17
+ .n("SageMakerClient", "DetachClusterNodeVolumeCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DetachClusterNodeVolumeCommand)
20
+ .de(de_DetachClusterNodeVolumeCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_ListClusterEventsCommand, se_ListClusterEventsCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class ListClusterEventsCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("SageMaker", "ListClusterEvents", {})
17
+ .n("SageMakerClient", "ListClusterEventsCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_ListClusterEventsCommand)
20
+ .de(de_ListClusterEventsCommand)
21
+ .build() {
22
+ }
@@ -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";
@@ -868,6 +868,13 @@ export const AthenaResultFormat = {
868
868
  PARQUET: "PARQUET",
869
869
  TEXTFILE: "TEXTFILE",
870
870
  };
871
+ export const VolumeAttachmentStatus = {
872
+ ATTACHED: "attached",
873
+ ATTACHING: "attaching",
874
+ BUSY: "busy",
875
+ DETACHED: "detached",
876
+ DETACHING: "detaching",
877
+ };
871
878
  export const AuthMode = {
872
879
  IAM: "IAM",
873
880
  SSO: "SSO",
@@ -1077,6 +1084,19 @@ export const AwsManagedHumanLoopRequestSource = {
1077
1084
  REKOGNITION_DETECT_MODERATION_LABELS_IMAGE_V3: "AWS/Rekognition/DetectModerationLabels/Image/V3",
1078
1085
  TEXTRACT_ANALYZE_DOCUMENT_FORMS_V1: "AWS/Textract/AnalyzeDocument/Forms/V1",
1079
1086
  };
1087
+ export const BatchAddClusterNodesErrorCode = {
1088
+ INSTANCE_GROUP_NOT_FOUND: "InstanceGroupNotFound",
1089
+ INVALID_INSTANCE_GROUP_STATUS: "InvalidInstanceGroupStatus",
1090
+ };
1091
+ export const ClusterInstanceStatus = {
1092
+ DEEP_HEALTH_CHECK_IN_PROGRESS: "DeepHealthCheckInProgress",
1093
+ FAILURE: "Failure",
1094
+ NOT_FOUND: "NotFound",
1095
+ PENDING: "Pending",
1096
+ RUNNING: "Running",
1097
+ SHUTTING_DOWN: "ShuttingDown",
1098
+ SYSTEM_UPDATING: "SystemUpdating",
1099
+ };
1080
1100
  export const BatchDeleteClusterNodesErrorCode = {
1081
1101
  INVALID_NODE_STATUS: "InvalidNodeStatus",
1082
1102
  NODE_ID_IN_USE: "NodeIdInUse",
@@ -1124,6 +1144,10 @@ export const DataSourceName = {
1124
1144
  SalesforceGenie: "SalesforceGenie",
1125
1145
  Snowflake: "Snowflake",
1126
1146
  };
1147
+ export const CapacityReservationType = {
1148
+ CRG: "CRG",
1149
+ ODCR: "ODCR",
1150
+ };
1127
1151
  export const CapacityReservationPreference = {
1128
1152
  CAPACITY_RESERVATIONS_ONLY: "capacity-reservations-only",
1129
1153
  };
@@ -1212,6 +1236,25 @@ export const ClarifyTextLanguage = {
1212
1236
  URDU: "ur",
1213
1237
  YORUBA: "yo",
1214
1238
  };
1239
+ export var EventMetadata;
1240
+ (function (EventMetadata) {
1241
+ EventMetadata.visit = (value, visitor) => {
1242
+ if (value.Cluster !== undefined)
1243
+ return visitor.Cluster(value.Cluster);
1244
+ if (value.InstanceGroup !== undefined)
1245
+ return visitor.InstanceGroup(value.InstanceGroup);
1246
+ if (value.InstanceGroupScaling !== undefined)
1247
+ return visitor.InstanceGroupScaling(value.InstanceGroupScaling);
1248
+ if (value.Instance !== undefined)
1249
+ return visitor.Instance(value.Instance);
1250
+ return visitor._(value.$unknown[0], value.$unknown[1]);
1251
+ };
1252
+ })(EventMetadata || (EventMetadata = {}));
1253
+ export const ClusterEventResourceType = {
1254
+ CLUSTER: "Cluster",
1255
+ INSTANCE: "Instance",
1256
+ INSTANCE_GROUP: "InstanceGroup",
1257
+ };
1215
1258
  export var ClusterInstanceStorageConfig;
1216
1259
  (function (ClusterInstanceStorageConfig) {
1217
1260
  ClusterInstanceStorageConfig.visit = (value, visitor) => {
@@ -1347,13 +1390,8 @@ export const InstanceGroupStatus = {
1347
1390
  SYSTEMUPDATING: "SystemUpdating",
1348
1391
  UPDATING: "Updating",
1349
1392
  };
1350
- export const ClusterInstanceStatus = {
1351
- DEEP_HEALTH_CHECK_IN_PROGRESS: "DeepHealthCheckInProgress",
1352
- FAILURE: "Failure",
1353
- PENDING: "Pending",
1354
- RUNNING: "Running",
1355
- SHUTTING_DOWN: "ShuttingDown",
1356
- SYSTEM_UPDATING: "SystemUpdating",
1393
+ export const ClusterNodeProvisioningMode = {
1394
+ CONTINUOUS: "Continuous",
1357
1395
  };
1358
1396
  export const ClusterNodeRecovery = {
1359
1397
  AUTOMATIC: "Automatic",
@@ -1386,97 +1424,3 @@ export const ClusterStatus = {
1386
1424
  SYSTEMUPDATING: "SystemUpdating",
1387
1425
  UPDATING: "Updating",
1388
1426
  };
1389
- export const CodeRepositorySortBy = {
1390
- CREATION_TIME: "CreationTime",
1391
- LAST_MODIFIED_TIME: "LastModifiedTime",
1392
- NAME: "Name",
1393
- };
1394
- export const CodeRepositorySortOrder = {
1395
- ASCENDING: "Ascending",
1396
- DESCENDING: "Descending",
1397
- };
1398
- export var CollectionConfig;
1399
- (function (CollectionConfig) {
1400
- CollectionConfig.visit = (value, visitor) => {
1401
- if (value.VectorConfig !== undefined)
1402
- return visitor.VectorConfig(value.VectorConfig);
1403
- return visitor._(value.$unknown[0], value.$unknown[1]);
1404
- };
1405
- })(CollectionConfig || (CollectionConfig = {}));
1406
- export const CollectionType = {
1407
- LIST: "List",
1408
- SET: "Set",
1409
- VECTOR: "Vector",
1410
- };
1411
- export const CompilationJobStatus = {
1412
- COMPLETED: "COMPLETED",
1413
- FAILED: "FAILED",
1414
- INPROGRESS: "INPROGRESS",
1415
- STARTING: "STARTING",
1416
- STOPPED: "STOPPED",
1417
- STOPPING: "STOPPING",
1418
- };
1419
- export const TargetDevice = {
1420
- AISAGE: "aisage",
1421
- AMBA_CV2: "amba_cv2",
1422
- AMBA_CV22: "amba_cv22",
1423
- AMBA_CV25: "amba_cv25",
1424
- COREML: "coreml",
1425
- DEEPLENS: "deeplens",
1426
- IMX8MPLUS: "imx8mplus",
1427
- IMX8QM: "imx8qm",
1428
- JACINTO_TDA4VM: "jacinto_tda4vm",
1429
- JETSON_NANO: "jetson_nano",
1430
- JETSON_TX1: "jetson_tx1",
1431
- JETSON_TX2: "jetson_tx2",
1432
- JETSON_XAVIER: "jetson_xavier",
1433
- LAMBDA: "lambda",
1434
- ML_C4: "ml_c4",
1435
- ML_C5: "ml_c5",
1436
- ML_C6G: "ml_c6g",
1437
- ML_EIA2: "ml_eia2",
1438
- ML_G4DN: "ml_g4dn",
1439
- ML_INF1: "ml_inf1",
1440
- ML_INF2: "ml_inf2",
1441
- ML_M4: "ml_m4",
1442
- ML_M5: "ml_m5",
1443
- ML_M6G: "ml_m6g",
1444
- ML_P2: "ml_p2",
1445
- ML_P3: "ml_p3",
1446
- ML_TRN1: "ml_trn1",
1447
- QCS603: "qcs603",
1448
- QCS605: "qcs605",
1449
- RASP3B: "rasp3b",
1450
- RASP4B: "rasp4b",
1451
- RK3288: "rk3288",
1452
- RK3399: "rk3399",
1453
- SBE_C: "sbe_c",
1454
- SITARA_AM57X: "sitara_am57x",
1455
- X86_WIN32: "x86_win32",
1456
- X86_WIN64: "x86_win64",
1457
- };
1458
- export const TargetPlatformAccelerator = {
1459
- INTEL_GRAPHICS: "INTEL_GRAPHICS",
1460
- MALI: "MALI",
1461
- NNA: "NNA",
1462
- NVIDIA: "NVIDIA",
1463
- };
1464
- export const TargetPlatformArch = {
1465
- ARM64: "ARM64",
1466
- ARM_EABI: "ARM_EABI",
1467
- ARM_EABIHF: "ARM_EABIHF",
1468
- X86: "X86",
1469
- X86_64: "X86_64",
1470
- };
1471
- export const TargetPlatformOs = {
1472
- ANDROID: "ANDROID",
1473
- LINUX: "LINUX",
1474
- };
1475
- export const CompleteOnConvergence = {
1476
- DISABLED: "Disabled",
1477
- ENABLED: "Enabled",
1478
- };
1479
- export const PreemptTeamTasks = {
1480
- LOWERPRIORITY: "LowerPriority",
1481
- NEVER: "Never",
1482
- };
@@ -1,5 +1,98 @@
1
- import { SENSITIVE_STRING, } from "@smithy/smithy-client";
2
1
  import { SageMakerServiceException as __BaseException } from "./SageMakerServiceException";
2
+ export const CodeRepositorySortBy = {
3
+ CREATION_TIME: "CreationTime",
4
+ LAST_MODIFIED_TIME: "LastModifiedTime",
5
+ NAME: "Name",
6
+ };
7
+ export const CodeRepositorySortOrder = {
8
+ ASCENDING: "Ascending",
9
+ DESCENDING: "Descending",
10
+ };
11
+ export var CollectionConfig;
12
+ (function (CollectionConfig) {
13
+ CollectionConfig.visit = (value, visitor) => {
14
+ if (value.VectorConfig !== undefined)
15
+ return visitor.VectorConfig(value.VectorConfig);
16
+ return visitor._(value.$unknown[0], value.$unknown[1]);
17
+ };
18
+ })(CollectionConfig || (CollectionConfig = {}));
19
+ export const CollectionType = {
20
+ LIST: "List",
21
+ SET: "Set",
22
+ VECTOR: "Vector",
23
+ };
24
+ export const CompilationJobStatus = {
25
+ COMPLETED: "COMPLETED",
26
+ FAILED: "FAILED",
27
+ INPROGRESS: "INPROGRESS",
28
+ STARTING: "STARTING",
29
+ STOPPED: "STOPPED",
30
+ STOPPING: "STOPPING",
31
+ };
32
+ export const TargetDevice = {
33
+ AISAGE: "aisage",
34
+ AMBA_CV2: "amba_cv2",
35
+ AMBA_CV22: "amba_cv22",
36
+ AMBA_CV25: "amba_cv25",
37
+ COREML: "coreml",
38
+ DEEPLENS: "deeplens",
39
+ IMX8MPLUS: "imx8mplus",
40
+ IMX8QM: "imx8qm",
41
+ JACINTO_TDA4VM: "jacinto_tda4vm",
42
+ JETSON_NANO: "jetson_nano",
43
+ JETSON_TX1: "jetson_tx1",
44
+ JETSON_TX2: "jetson_tx2",
45
+ JETSON_XAVIER: "jetson_xavier",
46
+ LAMBDA: "lambda",
47
+ ML_C4: "ml_c4",
48
+ ML_C5: "ml_c5",
49
+ ML_C6G: "ml_c6g",
50
+ ML_EIA2: "ml_eia2",
51
+ ML_G4DN: "ml_g4dn",
52
+ ML_INF1: "ml_inf1",
53
+ ML_INF2: "ml_inf2",
54
+ ML_M4: "ml_m4",
55
+ ML_M5: "ml_m5",
56
+ ML_M6G: "ml_m6g",
57
+ ML_P2: "ml_p2",
58
+ ML_P3: "ml_p3",
59
+ ML_TRN1: "ml_trn1",
60
+ QCS603: "qcs603",
61
+ QCS605: "qcs605",
62
+ RASP3B: "rasp3b",
63
+ RASP4B: "rasp4b",
64
+ RK3288: "rk3288",
65
+ RK3399: "rk3399",
66
+ SBE_C: "sbe_c",
67
+ SITARA_AM57X: "sitara_am57x",
68
+ X86_WIN32: "x86_win32",
69
+ X86_WIN64: "x86_win64",
70
+ };
71
+ export const TargetPlatformAccelerator = {
72
+ INTEL_GRAPHICS: "INTEL_GRAPHICS",
73
+ MALI: "MALI",
74
+ NNA: "NNA",
75
+ NVIDIA: "NVIDIA",
76
+ };
77
+ export const TargetPlatformArch = {
78
+ ARM64: "ARM64",
79
+ ARM_EABI: "ARM_EABI",
80
+ ARM_EABIHF: "ARM_EABIHF",
81
+ X86: "X86",
82
+ X86_64: "X86_64",
83
+ };
84
+ export const TargetPlatformOs = {
85
+ ANDROID: "ANDROID",
86
+ LINUX: "LINUX",
87
+ };
88
+ export const CompleteOnConvergence = {
89
+ DISABLED: "Disabled",
90
+ ENABLED: "Enabled",
91
+ };
92
+ export const PreemptTeamTasks = {
93
+ LOWERPRIORITY: "LowerPriority",
94
+ NEVER: "Never",
95
+ };
3
96
  export const ResourceSharingStrategy = {
4
97
  DONTLEND: "DontLend",
5
98
  LEND: "Lend",
@@ -572,17 +665,3 @@ export const InferenceExecutionMode = {
572
665
  DIRECT: "Direct",
573
666
  SERIAL: "Serial",
574
667
  };
575
- export const ModelCardStatus = {
576
- APPROVED: "Approved",
577
- ARCHIVED: "Archived",
578
- DRAFT: "Draft",
579
- PENDINGREVIEW: "PendingReview",
580
- };
581
- export const CreateModelCardRequestFilterSensitiveLog = (obj) => ({
582
- ...obj,
583
- ...(obj.Content && { Content: SENSITIVE_STRING }),
584
- });
585
- export const ModelPackageModelCardFilterSensitiveLog = (obj) => ({
586
- ...obj,
587
- ...(obj.ModelCardContent && { ModelCardContent: SENSITIVE_STRING }),
588
- });
@@ -1,5 +1,10 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
- import { ModelPackageModelCardFilterSensitiveLog, } from "./models_1";
2
+ export const ModelCardStatus = {
3
+ APPROVED: "Approved",
4
+ ARCHIVED: "Archived",
5
+ DRAFT: "Draft",
6
+ PENDINGREVIEW: "PendingReview",
7
+ };
3
8
  export const SkipModelValidation = {
4
9
  ALL: "All",
5
10
  NONE: "None",
@@ -205,45 +210,14 @@ export const StageStatus = {
205
210
  Stopped: "STOPPED",
206
211
  Stopping: "STOPPING",
207
212
  };
208
- export const DomainStatus = {
209
- Delete_Failed: "Delete_Failed",
210
- Deleting: "Deleting",
211
- Failed: "Failed",
212
- InService: "InService",
213
- Pending: "Pending",
214
- Update_Failed: "Update_Failed",
215
- Updating: "Updating",
216
- };
217
- export const EdgePackagingJobStatus = {
218
- Completed: "COMPLETED",
219
- Failed: "FAILED",
220
- InProgress: "INPROGRESS",
221
- Starting: "STARTING",
222
- Stopped: "STOPPED",
223
- Stopping: "STOPPING",
224
- };
225
- export const EdgePresetDeploymentStatus = {
226
- Completed: "COMPLETED",
227
- Failed: "FAILED",
228
- };
229
- export const EndpointStatus = {
230
- CREATING: "Creating",
231
- DELETING: "Deleting",
232
- FAILED: "Failed",
233
- IN_SERVICE: "InService",
234
- OUT_OF_SERVICE: "OutOfService",
235
- ROLLING_BACK: "RollingBack",
236
- SYSTEM_UPDATING: "SystemUpdating",
237
- UPDATE_ROLLBACK_FAILED: "UpdateRollbackFailed",
238
- UPDATING: "Updating",
239
- };
240
- export const VariantStatus = {
241
- ACTIVATING_TRAFFIC: "ActivatingTraffic",
242
- BAKING: "Baking",
243
- CREATING: "Creating",
244
- DELETING: "Deleting",
245
- UPDATING: "Updating",
246
- };
213
+ export const CreateModelCardRequestFilterSensitiveLog = (obj) => ({
214
+ ...obj,
215
+ ...(obj.Content && { Content: SENSITIVE_STRING }),
216
+ });
217
+ export const ModelPackageModelCardFilterSensitiveLog = (obj) => ({
218
+ ...obj,
219
+ ...(obj.ModelCardContent && { ModelCardContent: SENSITIVE_STRING }),
220
+ });
247
221
  export const CreateModelPackageInputFilterSensitiveLog = (obj) => ({
248
222
  ...obj,
249
223
  ...(obj.ModelCard && { ModelCard: ModelPackageModelCardFilterSensitiveLog(obj.ModelCard) }),