@aws-sdk/client-sagemaker 3.1019.0 → 3.1021.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 (148) hide show
  1. package/dist-cjs/index.js +14 -0
  2. package/dist-cjs/schemas/schemas_0.js +69 -43
  3. package/dist-es/SageMaker.js +22 -22
  4. package/dist-es/models/enums.js +11 -0
  5. package/dist-es/schemas/schemas_0.js +46 -20
  6. package/dist-es/waiters/waitForEndpointDeleted.js +1 -1
  7. package/dist-es/waiters/waitForEndpointInService.js +1 -1
  8. package/dist-es/waiters/waitForImageCreated.js +1 -1
  9. package/dist-es/waiters/waitForImageDeleted.js +1 -1
  10. package/dist-es/waiters/waitForImageUpdated.js +1 -1
  11. package/dist-es/waiters/waitForImageVersionCreated.js +2 -2
  12. package/dist-es/waiters/waitForImageVersionDeleted.js +2 -2
  13. package/dist-es/waiters/waitForNotebookInstanceDeleted.js +1 -1
  14. package/dist-es/waiters/waitForNotebookInstanceInService.js +1 -1
  15. package/dist-es/waiters/waitForNotebookInstanceStopped.js +1 -1
  16. package/dist-es/waiters/waitForProcessingJobCompletedOrStopped.js +1 -1
  17. package/dist-es/waiters/waitForTrainingJobCompletedOrStopped.js +2 -2
  18. package/dist-es/waiters/waitForTransformJobCompletedOrStopped.js +2 -2
  19. package/dist-types/SageMaker.d.ts +381 -381
  20. package/dist-types/SageMakerClient.d.ts +384 -384
  21. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  22. package/dist-types/commands/CreateEndpointConfigCommand.d.ts +10 -0
  23. package/dist-types/commands/CreateInferenceComponentCommand.d.ts +7 -0
  24. package/dist-types/commands/DescribeEndpointCommand.d.ts +20 -0
  25. package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +10 -0
  26. package/dist-types/commands/DescribeInferenceComponentCommand.d.ts +7 -0
  27. package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +2 -1
  28. package/dist-types/commands/ListPipelinesCommand.d.ts +1 -2
  29. package/dist-types/commands/SearchCommand.d.ts +10 -0
  30. package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +7 -0
  31. package/dist-types/index.d.ts +1 -1
  32. package/dist-types/models/enums.d.ts +35 -0
  33. package/dist-types/models/models_0.d.ts +1 -1
  34. package/dist-types/models/models_1.d.ts +65 -93
  35. package/dist-types/models/models_2.d.ts +99 -46
  36. package/dist-types/models/models_3.d.ts +47 -105
  37. package/dist-types/models/models_4.d.ts +106 -5
  38. package/dist-types/pagination/CreateHubContentPresignedUrlsPaginator.d.ts +1 -1
  39. package/dist-types/pagination/DescribeTrainingPlanExtensionHistoryPaginator.d.ts +1 -1
  40. package/dist-types/pagination/ListActionsPaginator.d.ts +1 -1
  41. package/dist-types/pagination/ListAlgorithmsPaginator.d.ts +1 -1
  42. package/dist-types/pagination/ListAliasesPaginator.d.ts +1 -1
  43. package/dist-types/pagination/ListAppImageConfigsPaginator.d.ts +1 -1
  44. package/dist-types/pagination/ListAppsPaginator.d.ts +1 -1
  45. package/dist-types/pagination/ListArtifactsPaginator.d.ts +1 -1
  46. package/dist-types/pagination/ListAssociationsPaginator.d.ts +1 -1
  47. package/dist-types/pagination/ListAutoMLJobsPaginator.d.ts +1 -1
  48. package/dist-types/pagination/ListCandidatesForAutoMLJobPaginator.d.ts +1 -1
  49. package/dist-types/pagination/ListClusterEventsPaginator.d.ts +1 -1
  50. package/dist-types/pagination/ListClusterNodesPaginator.d.ts +1 -1
  51. package/dist-types/pagination/ListClusterSchedulerConfigsPaginator.d.ts +1 -1
  52. package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
  53. package/dist-types/pagination/ListCodeRepositoriesPaginator.d.ts +1 -1
  54. package/dist-types/pagination/ListCompilationJobsPaginator.d.ts +1 -1
  55. package/dist-types/pagination/ListComputeQuotasPaginator.d.ts +1 -1
  56. package/dist-types/pagination/ListContextsPaginator.d.ts +1 -1
  57. package/dist-types/pagination/ListDataQualityJobDefinitionsPaginator.d.ts +1 -1
  58. package/dist-types/pagination/ListDeviceFleetsPaginator.d.ts +1 -1
  59. package/dist-types/pagination/ListDevicesPaginator.d.ts +1 -1
  60. package/dist-types/pagination/ListDomainsPaginator.d.ts +1 -1
  61. package/dist-types/pagination/ListEdgeDeploymentPlansPaginator.d.ts +1 -1
  62. package/dist-types/pagination/ListEdgePackagingJobsPaginator.d.ts +1 -1
  63. package/dist-types/pagination/ListEndpointConfigsPaginator.d.ts +1 -1
  64. package/dist-types/pagination/ListEndpointsPaginator.d.ts +1 -1
  65. package/dist-types/pagination/ListExperimentsPaginator.d.ts +1 -1
  66. package/dist-types/pagination/ListFeatureGroupsPaginator.d.ts +1 -1
  67. package/dist-types/pagination/ListFlowDefinitionsPaginator.d.ts +1 -1
  68. package/dist-types/pagination/ListHumanTaskUisPaginator.d.ts +1 -1
  69. package/dist-types/pagination/ListHyperParameterTuningJobsPaginator.d.ts +1 -1
  70. package/dist-types/pagination/ListImageVersionsPaginator.d.ts +1 -1
  71. package/dist-types/pagination/ListImagesPaginator.d.ts +1 -1
  72. package/dist-types/pagination/ListInferenceComponentsPaginator.d.ts +1 -1
  73. package/dist-types/pagination/ListInferenceExperimentsPaginator.d.ts +1 -1
  74. package/dist-types/pagination/ListInferenceRecommendationsJobStepsPaginator.d.ts +1 -1
  75. package/dist-types/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +1 -1
  76. package/dist-types/pagination/ListLabelingJobsForWorkteamPaginator.d.ts +1 -1
  77. package/dist-types/pagination/ListLabelingJobsPaginator.d.ts +1 -1
  78. package/dist-types/pagination/ListLineageGroupsPaginator.d.ts +1 -1
  79. package/dist-types/pagination/ListMlflowAppsPaginator.d.ts +1 -1
  80. package/dist-types/pagination/ListMlflowTrackingServersPaginator.d.ts +1 -1
  81. package/dist-types/pagination/ListModelBiasJobDefinitionsPaginator.d.ts +1 -1
  82. package/dist-types/pagination/ListModelCardExportJobsPaginator.d.ts +1 -1
  83. package/dist-types/pagination/ListModelCardVersionsPaginator.d.ts +1 -1
  84. package/dist-types/pagination/ListModelCardsPaginator.d.ts +1 -1
  85. package/dist-types/pagination/ListModelExplainabilityJobDefinitionsPaginator.d.ts +1 -1
  86. package/dist-types/pagination/ListModelMetadataPaginator.d.ts +1 -1
  87. package/dist-types/pagination/ListModelPackageGroupsPaginator.d.ts +1 -1
  88. package/dist-types/pagination/ListModelPackagesPaginator.d.ts +1 -1
  89. package/dist-types/pagination/ListModelQualityJobDefinitionsPaginator.d.ts +1 -1
  90. package/dist-types/pagination/ListModelsPaginator.d.ts +1 -1
  91. package/dist-types/pagination/ListMonitoringAlertHistoryPaginator.d.ts +1 -1
  92. package/dist-types/pagination/ListMonitoringAlertsPaginator.d.ts +1 -1
  93. package/dist-types/pagination/ListMonitoringExecutionsPaginator.d.ts +1 -1
  94. package/dist-types/pagination/ListMonitoringSchedulesPaginator.d.ts +1 -1
  95. package/dist-types/pagination/ListNotebookInstanceLifecycleConfigsPaginator.d.ts +1 -1
  96. package/dist-types/pagination/ListNotebookInstancesPaginator.d.ts +1 -1
  97. package/dist-types/pagination/ListOptimizationJobsPaginator.d.ts +1 -1
  98. package/dist-types/pagination/ListPartnerAppsPaginator.d.ts +1 -1
  99. package/dist-types/pagination/ListPipelineExecutionStepsPaginator.d.ts +1 -1
  100. package/dist-types/pagination/ListPipelineExecutionsPaginator.d.ts +1 -1
  101. package/dist-types/pagination/ListPipelineParametersForExecutionPaginator.d.ts +1 -1
  102. package/dist-types/pagination/ListPipelineVersionsPaginator.d.ts +1 -1
  103. package/dist-types/pagination/ListPipelinesPaginator.d.ts +1 -1
  104. package/dist-types/pagination/ListProcessingJobsPaginator.d.ts +1 -1
  105. package/dist-types/pagination/ListProjectsPaginator.d.ts +1 -1
  106. package/dist-types/pagination/ListResourceCatalogsPaginator.d.ts +1 -1
  107. package/dist-types/pagination/ListSpacesPaginator.d.ts +1 -1
  108. package/dist-types/pagination/ListStageDevicesPaginator.d.ts +1 -1
  109. package/dist-types/pagination/ListStudioLifecycleConfigsPaginator.d.ts +1 -1
  110. package/dist-types/pagination/ListSubscribedWorkteamsPaginator.d.ts +1 -1
  111. package/dist-types/pagination/ListTagsPaginator.d.ts +1 -1
  112. package/dist-types/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.d.ts +1 -1
  113. package/dist-types/pagination/ListTrainingJobsPaginator.d.ts +1 -1
  114. package/dist-types/pagination/ListTrainingPlansPaginator.d.ts +1 -1
  115. package/dist-types/pagination/ListTransformJobsPaginator.d.ts +1 -1
  116. package/dist-types/pagination/ListTrialComponentsPaginator.d.ts +1 -1
  117. package/dist-types/pagination/ListTrialsPaginator.d.ts +1 -1
  118. package/dist-types/pagination/ListUltraServersByReservedCapacityPaginator.d.ts +1 -1
  119. package/dist-types/pagination/ListUserProfilesPaginator.d.ts +1 -1
  120. package/dist-types/pagination/ListWorkforcesPaginator.d.ts +1 -1
  121. package/dist-types/pagination/ListWorkteamsPaginator.d.ts +1 -1
  122. package/dist-types/pagination/QueryLineagePaginator.d.ts +1 -1
  123. package/dist-types/pagination/SearchPaginator.d.ts +1 -1
  124. package/dist-types/schemas/schemas_0.d.ts +3 -0
  125. package/dist-types/ts3.4/SageMakerClient.d.ts +2 -3
  126. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/ListPipelineParametersForExecutionCommand.d.ts +2 -4
  128. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +4 -2
  129. package/dist-types/ts3.4/models/enums.d.ts +17 -0
  130. package/dist-types/ts3.4/models/models_1.d.ts +35 -58
  131. package/dist-types/ts3.4/models/models_2.d.ts +68 -30
  132. package/dist-types/ts3.4/models/models_3.d.ts +45 -61
  133. package/dist-types/ts3.4/models/models_4.d.ts +55 -32
  134. package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
  135. package/dist-types/waiters/waitForEndpointDeleted.d.ts +3 -3
  136. package/dist-types/waiters/waitForEndpointInService.d.ts +3 -3
  137. package/dist-types/waiters/waitForImageCreated.d.ts +3 -3
  138. package/dist-types/waiters/waitForImageDeleted.d.ts +3 -3
  139. package/dist-types/waiters/waitForImageUpdated.d.ts +3 -3
  140. package/dist-types/waiters/waitForImageVersionCreated.d.ts +3 -3
  141. package/dist-types/waiters/waitForImageVersionDeleted.d.ts +3 -3
  142. package/dist-types/waiters/waitForNotebookInstanceDeleted.d.ts +3 -3
  143. package/dist-types/waiters/waitForNotebookInstanceInService.d.ts +3 -3
  144. package/dist-types/waiters/waitForNotebookInstanceStopped.d.ts +3 -3
  145. package/dist-types/waiters/waitForProcessingJobCompletedOrStopped.d.ts +3 -3
  146. package/dist-types/waiters/waitForTrainingJobCompletedOrStopped.d.ts +3 -3
  147. package/dist-types/waiters/waitForTransformJobCompletedOrStopped.d.ts +3 -3
  148. package/package.json +16 -16
@@ -37,7 +37,7 @@ import { CreateHubContentPresignedUrlsCommand, } from "./commands/CreateHubConte
37
37
  import { CreateHubContentReferenceCommand, } from "./commands/CreateHubContentReferenceCommand";
38
38
  import { CreateHumanTaskUiCommand, } from "./commands/CreateHumanTaskUiCommand";
39
39
  import { CreateHyperParameterTuningJobCommand, } from "./commands/CreateHyperParameterTuningJobCommand";
40
- import { CreateImageCommand } from "./commands/CreateImageCommand";
40
+ import { CreateImageCommand, } from "./commands/CreateImageCommand";
41
41
  import { CreateImageVersionCommand, } from "./commands/CreateImageVersionCommand";
42
42
  import { CreateInferenceComponentCommand, } from "./commands/CreateInferenceComponentCommand";
43
43
  import { CreateInferenceExperimentCommand, } from "./commands/CreateInferenceExperimentCommand";
@@ -48,7 +48,7 @@ import { CreateMlflowTrackingServerCommand, } from "./commands/CreateMlflowTrack
48
48
  import { CreateModelBiasJobDefinitionCommand, } from "./commands/CreateModelBiasJobDefinitionCommand";
49
49
  import { CreateModelCardCommand, } from "./commands/CreateModelCardCommand";
50
50
  import { CreateModelCardExportJobCommand, } from "./commands/CreateModelCardExportJobCommand";
51
- import { CreateModelCommand } from "./commands/CreateModelCommand";
51
+ import { CreateModelCommand, } from "./commands/CreateModelCommand";
52
52
  import { CreateModelExplainabilityJobDefinitionCommand, } from "./commands/CreateModelExplainabilityJobDefinitionCommand";
53
53
  import { CreateModelPackageCommand, } from "./commands/CreateModelPackageCommand";
54
54
  import { CreateModelPackageGroupCommand, } from "./commands/CreateModelPackageGroupCommand";
@@ -66,12 +66,12 @@ import { CreatePresignedMlflowTrackingServerUrlCommand, } from "./commands/Creat
66
66
  import { CreatePresignedNotebookInstanceUrlCommand, } from "./commands/CreatePresignedNotebookInstanceUrlCommand";
67
67
  import { CreateProcessingJobCommand, } from "./commands/CreateProcessingJobCommand";
68
68
  import { CreateProjectCommand, } from "./commands/CreateProjectCommand";
69
- import { CreateSpaceCommand } from "./commands/CreateSpaceCommand";
69
+ import { CreateSpaceCommand, } from "./commands/CreateSpaceCommand";
70
70
  import { CreateStudioLifecycleConfigCommand, } from "./commands/CreateStudioLifecycleConfigCommand";
71
71
  import { CreateTrainingJobCommand, } from "./commands/CreateTrainingJobCommand";
72
72
  import { CreateTrainingPlanCommand, } from "./commands/CreateTrainingPlanCommand";
73
73
  import { CreateTransformJobCommand, } from "./commands/CreateTransformJobCommand";
74
- import { CreateTrialCommand } from "./commands/CreateTrialCommand";
74
+ import { CreateTrialCommand, } from "./commands/CreateTrialCommand";
75
75
  import { CreateTrialComponentCommand, } from "./commands/CreateTrialComponentCommand";
76
76
  import { CreateUserProfileCommand, } from "./commands/CreateUserProfileCommand";
77
77
  import { CreateWorkforceCommand, } from "./commands/CreateWorkforceCommand";
@@ -103,7 +103,7 @@ import { DeleteHubContentCommand, } from "./commands/DeleteHubContentCommand";
103
103
  import { DeleteHubContentReferenceCommand, } from "./commands/DeleteHubContentReferenceCommand";
104
104
  import { DeleteHumanTaskUiCommand, } from "./commands/DeleteHumanTaskUiCommand";
105
105
  import { DeleteHyperParameterTuningJobCommand, } from "./commands/DeleteHyperParameterTuningJobCommand";
106
- import { DeleteImageCommand } from "./commands/DeleteImageCommand";
106
+ import { DeleteImageCommand, } from "./commands/DeleteImageCommand";
107
107
  import { DeleteImageVersionCommand, } from "./commands/DeleteImageVersionCommand";
108
108
  import { DeleteInferenceComponentCommand, } from "./commands/DeleteInferenceComponentCommand";
109
109
  import { DeleteInferenceExperimentCommand, } from "./commands/DeleteInferenceExperimentCommand";
@@ -111,7 +111,7 @@ import { DeleteMlflowAppCommand, } from "./commands/DeleteMlflowAppCommand";
111
111
  import { DeleteMlflowTrackingServerCommand, } from "./commands/DeleteMlflowTrackingServerCommand";
112
112
  import { DeleteModelBiasJobDefinitionCommand, } from "./commands/DeleteModelBiasJobDefinitionCommand";
113
113
  import { DeleteModelCardCommand, } from "./commands/DeleteModelCardCommand";
114
- import { DeleteModelCommand } from "./commands/DeleteModelCommand";
114
+ import { DeleteModelCommand, } from "./commands/DeleteModelCommand";
115
115
  import { DeleteModelExplainabilityJobDefinitionCommand, } from "./commands/DeleteModelExplainabilityJobDefinitionCommand";
116
116
  import { DeleteModelPackageCommand, } from "./commands/DeleteModelPackageCommand";
117
117
  import { DeleteModelPackageGroupCommand, } from "./commands/DeleteModelPackageGroupCommand";
@@ -125,11 +125,11 @@ import { DeletePartnerAppCommand, } from "./commands/DeletePartnerAppCommand";
125
125
  import { DeletePipelineCommand, } from "./commands/DeletePipelineCommand";
126
126
  import { DeleteProcessingJobCommand, } from "./commands/DeleteProcessingJobCommand";
127
127
  import { DeleteProjectCommand, } from "./commands/DeleteProjectCommand";
128
- import { DeleteSpaceCommand } from "./commands/DeleteSpaceCommand";
128
+ import { DeleteSpaceCommand, } from "./commands/DeleteSpaceCommand";
129
129
  import { DeleteStudioLifecycleConfigCommand, } from "./commands/DeleteStudioLifecycleConfigCommand";
130
- import { DeleteTagsCommand } from "./commands/DeleteTagsCommand";
130
+ import { DeleteTagsCommand, } from "./commands/DeleteTagsCommand";
131
131
  import { DeleteTrainingJobCommand, } from "./commands/DeleteTrainingJobCommand";
132
- import { DeleteTrialCommand } from "./commands/DeleteTrialCommand";
132
+ import { DeleteTrialCommand, } from "./commands/DeleteTrialCommand";
133
133
  import { DeleteTrialComponentCommand, } from "./commands/DeleteTrialComponentCommand";
134
134
  import { DeleteUserProfileCommand, } from "./commands/DeleteUserProfileCommand";
135
135
  import { DeleteWorkforceCommand, } from "./commands/DeleteWorkforceCommand";
@@ -137,7 +137,7 @@ import { DeleteWorkteamCommand, } from "./commands/DeleteWorkteamCommand";
137
137
  import { DeregisterDevicesCommand, } from "./commands/DeregisterDevicesCommand";
138
138
  import { DescribeActionCommand, } from "./commands/DescribeActionCommand";
139
139
  import { DescribeAlgorithmCommand, } from "./commands/DescribeAlgorithmCommand";
140
- import { DescribeAppCommand } from "./commands/DescribeAppCommand";
140
+ import { DescribeAppCommand, } from "./commands/DescribeAppCommand";
141
141
  import { DescribeAppImageConfigCommand, } from "./commands/DescribeAppImageConfigCommand";
142
142
  import { DescribeArtifactCommand, } from "./commands/DescribeArtifactCommand";
143
143
  import { DescribeAutoMLJobCommand, } from "./commands/DescribeAutoMLJobCommand";
@@ -162,7 +162,7 @@ import { DescribeExperimentCommand, } from "./commands/DescribeExperimentCommand
162
162
  import { DescribeFeatureGroupCommand, } from "./commands/DescribeFeatureGroupCommand";
163
163
  import { DescribeFeatureMetadataCommand, } from "./commands/DescribeFeatureMetadataCommand";
164
164
  import { DescribeFlowDefinitionCommand, } from "./commands/DescribeFlowDefinitionCommand";
165
- import { DescribeHubCommand } from "./commands/DescribeHubCommand";
165
+ import { DescribeHubCommand, } from "./commands/DescribeHubCommand";
166
166
  import { DescribeHubContentCommand, } from "./commands/DescribeHubContentCommand";
167
167
  import { DescribeHumanTaskUiCommand, } from "./commands/DescribeHumanTaskUiCommand";
168
168
  import { DescribeHyperParameterTuningJobCommand, } from "./commands/DescribeHyperParameterTuningJobCommand";
@@ -218,9 +218,9 @@ import { GetSagemakerServicecatalogPortfolioStatusCommand, } from "./commands/Ge
218
218
  import { GetScalingConfigurationRecommendationCommand, } from "./commands/GetScalingConfigurationRecommendationCommand";
219
219
  import { GetSearchSuggestionsCommand, } from "./commands/GetSearchSuggestionsCommand";
220
220
  import { ImportHubContentCommand, } from "./commands/ImportHubContentCommand";
221
- import { ListActionsCommand } from "./commands/ListActionsCommand";
221
+ import { ListActionsCommand, } from "./commands/ListActionsCommand";
222
222
  import { ListAlgorithmsCommand, } from "./commands/ListAlgorithmsCommand";
223
- import { ListAliasesCommand } from "./commands/ListAliasesCommand";
223
+ import { ListAliasesCommand, } from "./commands/ListAliasesCommand";
224
224
  import { ListAppImageConfigsCommand, } from "./commands/ListAppImageConfigsCommand";
225
225
  import { ListAppsCommand } from "./commands/ListAppsCommand";
226
226
  import { ListArtifactsCommand, } from "./commands/ListArtifactsCommand";
@@ -237,8 +237,8 @@ import { ListComputeQuotasCommand, } from "./commands/ListComputeQuotasCommand";
237
237
  import { ListContextsCommand, } from "./commands/ListContextsCommand";
238
238
  import { ListDataQualityJobDefinitionsCommand, } from "./commands/ListDataQualityJobDefinitionsCommand";
239
239
  import { ListDeviceFleetsCommand, } from "./commands/ListDeviceFleetsCommand";
240
- import { ListDevicesCommand } from "./commands/ListDevicesCommand";
241
- import { ListDomainsCommand } from "./commands/ListDomainsCommand";
240
+ import { ListDevicesCommand, } from "./commands/ListDevicesCommand";
241
+ import { ListDomainsCommand, } from "./commands/ListDomainsCommand";
242
242
  import { ListEdgeDeploymentPlansCommand, } from "./commands/ListEdgeDeploymentPlansCommand";
243
243
  import { ListEdgePackagingJobsCommand, } from "./commands/ListEdgePackagingJobsCommand";
244
244
  import { ListEndpointConfigsCommand, } from "./commands/ListEndpointConfigsCommand";
@@ -251,7 +251,7 @@ import { ListHubContentVersionsCommand, } from "./commands/ListHubContentVersion
251
251
  import { ListHubsCommand } from "./commands/ListHubsCommand";
252
252
  import { ListHumanTaskUisCommand, } from "./commands/ListHumanTaskUisCommand";
253
253
  import { ListHyperParameterTuningJobsCommand, } from "./commands/ListHyperParameterTuningJobsCommand";
254
- import { ListImagesCommand } from "./commands/ListImagesCommand";
254
+ import { ListImagesCommand, } from "./commands/ListImagesCommand";
255
255
  import { ListImageVersionsCommand, } from "./commands/ListImageVersionsCommand";
256
256
  import { ListInferenceComponentsCommand, } from "./commands/ListInferenceComponentsCommand";
257
257
  import { ListInferenceExperimentsCommand, } from "./commands/ListInferenceExperimentsCommand";
@@ -271,7 +271,7 @@ import { ListModelMetadataCommand, } from "./commands/ListModelMetadataCommand";
271
271
  import { ListModelPackageGroupsCommand, } from "./commands/ListModelPackageGroupsCommand";
272
272
  import { ListModelPackagesCommand, } from "./commands/ListModelPackagesCommand";
273
273
  import { ListModelQualityJobDefinitionsCommand, } from "./commands/ListModelQualityJobDefinitionsCommand";
274
- import { ListModelsCommand } from "./commands/ListModelsCommand";
274
+ import { ListModelsCommand, } from "./commands/ListModelsCommand";
275
275
  import { ListMonitoringAlertHistoryCommand, } from "./commands/ListMonitoringAlertHistoryCommand";
276
276
  import { ListMonitoringAlertsCommand, } from "./commands/ListMonitoringAlertsCommand";
277
277
  import { ListMonitoringExecutionsCommand, } from "./commands/ListMonitoringExecutionsCommand";
@@ -288,7 +288,7 @@ import { ListPipelineVersionsCommand, } from "./commands/ListPipelineVersionsCom
288
288
  import { ListProcessingJobsCommand, } from "./commands/ListProcessingJobsCommand";
289
289
  import { ListProjectsCommand, } from "./commands/ListProjectsCommand";
290
290
  import { ListResourceCatalogsCommand, } from "./commands/ListResourceCatalogsCommand";
291
- import { ListSpacesCommand } from "./commands/ListSpacesCommand";
291
+ import { ListSpacesCommand, } from "./commands/ListSpacesCommand";
292
292
  import { ListStageDevicesCommand, } from "./commands/ListStageDevicesCommand";
293
293
  import { ListStudioLifecycleConfigsCommand, } from "./commands/ListStudioLifecycleConfigsCommand";
294
294
  import { ListSubscribedWorkteamsCommand, } from "./commands/ListSubscribedWorkteamsCommand";
@@ -298,7 +298,7 @@ import { ListTrainingJobsForHyperParameterTuningJobCommand, } from "./commands/L
298
298
  import { ListTrainingPlansCommand, } from "./commands/ListTrainingPlansCommand";
299
299
  import { ListTransformJobsCommand, } from "./commands/ListTransformJobsCommand";
300
300
  import { ListTrialComponentsCommand, } from "./commands/ListTrialComponentsCommand";
301
- import { ListTrialsCommand } from "./commands/ListTrialsCommand";
301
+ import { ListTrialsCommand, } from "./commands/ListTrialsCommand";
302
302
  import { ListUltraServersByReservedCapacityCommand, } from "./commands/ListUltraServersByReservedCapacityCommand";
303
303
  import { ListUserProfilesCommand, } from "./commands/ListUserProfilesCommand";
304
304
  import { ListWorkforcesCommand, } from "./commands/ListWorkforcesCommand";
@@ -355,7 +355,7 @@ import { UpdateFeatureMetadataCommand, } from "./commands/UpdateFeatureMetadataC
355
355
  import { UpdateHubCommand } from "./commands/UpdateHubCommand";
356
356
  import { UpdateHubContentCommand, } from "./commands/UpdateHubContentCommand";
357
357
  import { UpdateHubContentReferenceCommand, } from "./commands/UpdateHubContentReferenceCommand";
358
- import { UpdateImageCommand } from "./commands/UpdateImageCommand";
358
+ import { UpdateImageCommand, } from "./commands/UpdateImageCommand";
359
359
  import { UpdateImageVersionCommand, } from "./commands/UpdateImageVersionCommand";
360
360
  import { UpdateInferenceComponentCommand, } from "./commands/UpdateInferenceComponentCommand";
361
361
  import { UpdateInferenceComponentRuntimeConfigCommand, } from "./commands/UpdateInferenceComponentRuntimeConfigCommand";
@@ -373,9 +373,9 @@ import { UpdatePipelineCommand, } from "./commands/UpdatePipelineCommand";
373
373
  import { UpdatePipelineExecutionCommand, } from "./commands/UpdatePipelineExecutionCommand";
374
374
  import { UpdatePipelineVersionCommand, } from "./commands/UpdatePipelineVersionCommand";
375
375
  import { UpdateProjectCommand, } from "./commands/UpdateProjectCommand";
376
- import { UpdateSpaceCommand } from "./commands/UpdateSpaceCommand";
376
+ import { UpdateSpaceCommand, } from "./commands/UpdateSpaceCommand";
377
377
  import { UpdateTrainingJobCommand, } from "./commands/UpdateTrainingJobCommand";
378
- import { UpdateTrialCommand } from "./commands/UpdateTrialCommand";
378
+ import { UpdateTrialCommand, } from "./commands/UpdateTrialCommand";
379
379
  import { UpdateTrialComponentCommand, } from "./commands/UpdateTrialComponentCommand";
380
380
  import { UpdateUserProfileCommand, } from "./commands/UpdateUserProfileCommand";
381
381
  import { UpdateWorkforceCommand, } from "./commands/UpdateWorkforceCommand";
@@ -1207,6 +1207,9 @@ export const AutoMountHomeEFS = {
1207
1207
  export const AutotuneMode = {
1208
1208
  ENABLED: "Enabled",
1209
1209
  };
1210
+ export const AvailabilityZoneBalanceEnforcementMode = {
1211
+ PERMISSIVE: "PERMISSIVE",
1212
+ };
1210
1213
  export const AwsManagedHumanLoopRequestSource = {
1211
1214
  REKOGNITION_DETECT_MODERATION_LABELS_IMAGE_V3: "AWS/Rekognition/DetectModerationLabels/Image/V3",
1212
1215
  TEXTRACT_ANALYZE_DOCUMENT_FORMS_V1: "AWS/Textract/AnalyzeDocument/Forms/V1",
@@ -1847,6 +1850,10 @@ export const ProductionVariantInferenceAmiVersion = {
1847
1850
  AL2_GPU_3_1: "al2-ami-sagemaker-inference-gpu-3-1",
1848
1851
  AL2_NEURON_2: "al2-ami-sagemaker-inference-neuron-2",
1849
1852
  };
1853
+ export const ManagedInstanceScalingScaleInStrategy = {
1854
+ CONSOLIDATION: "CONSOLIDATION",
1855
+ IDLE_RELEASE: "IDLE_RELEASE",
1856
+ };
1850
1857
  export const ManagedInstanceScalingStatus = {
1851
1858
  DISABLED: "DISABLED",
1852
1859
  ENABLED: "ENABLED",
@@ -1919,6 +1926,10 @@ export const VendorGuidance = {
1919
1926
  STABLE: "STABLE",
1920
1927
  TO_BE_ARCHIVED: "TO_BE_ARCHIVED",
1921
1928
  };
1929
+ export const InferenceComponentPlacementStrategy = {
1930
+ BINPACK: "BINPACK",
1931
+ SPREAD: "SPREAD",
1932
+ };
1922
1933
  export const ModelInfrastructureType = {
1923
1934
  REAL_TIME_INFERENCE: "RealTimeInference",
1924
1935
  };
@@ -181,6 +181,7 @@ const _AVg = "AgentVersions";
181
181
  const _AVp = "AppVersion";
182
182
  const _AW = "AssembleWith";
183
183
  const _AZ = "AvailabilityZone";
184
+ const _AZB = "AvailabilityZoneBalance";
184
185
  const _AZI = "AvailabilityZoneId";
185
186
  const _Ac = "Accelerators";
186
187
  const _Acc = "Accelerator";
@@ -434,6 +435,7 @@ const _CIGDL = "ClusterInstanceGroupDetailsList";
434
435
  const _CIGS = "ClusterInstanceGroupSpecification";
435
436
  const _CIGSl = "ClusterInstanceGroupSpecifications";
436
437
  const _CII = "CurrentImageId";
438
+ const _CIM = "CooldownInMinutes";
437
439
  const _CIP = "ClusterInstancePlacement";
438
440
  const _CIR = "CreateImageRequest";
439
441
  const _CIRJ = "CreateInferenceRecommendationsJob";
@@ -1308,7 +1310,8 @@ const _EMSdg = "EdgeModelStats";
1308
1310
  const _EMSdge = "EdgeModelSummaries";
1309
1311
  const _EMd = "EdgeModel";
1310
1312
  const _EMdg = "EdgeModels";
1311
- const _EMn = "EndpointMetrics";
1313
+ const _EMn = "EnforcementMode";
1314
+ const _EMnd = "EndpointMetrics";
1312
1315
  const _EMr = "ErrorMessage";
1313
1316
  const _EMv = "EventMetadata";
1314
1317
  const _EMx = "ExitMessage";
@@ -1579,6 +1582,7 @@ const _IAs = "IsActive";
1579
1582
  const _IB = "InferenceBenchmark";
1580
1583
  const _IC = "InferenceContainers";
1581
1584
  const _ICA = "InferenceComponentArn";
1585
+ const _ICAZB = "InferenceComponentAvailabilityZoneBalance";
1582
1586
  const _ICC = "InfraCheckConfig";
1583
1587
  const _ICCRR = "InferenceComponentComputeResourceRequirements";
1584
1588
  const _ICCS = "InferenceComponentCapacitySize";
@@ -1595,6 +1599,7 @@ const _ICRC = "InferenceComponentRuntimeConfig";
1595
1599
  const _ICRCS = "InferenceComponentRuntimeConfigSummary";
1596
1600
  const _ICRUP = "InferenceComponentRollingUpdatePolicy";
1597
1601
  const _ICS = "InferenceComponentStatus";
1602
+ const _ICSC = "InferenceComponentSchedulingConfig";
1598
1603
  const _ICSL = "InferenceComponentSummaryList";
1599
1604
  const _ICSP = "InferenceComponentStartupParameters";
1600
1605
  const _ICSS = "InferenceComponentSpecificationSummary";
@@ -2179,7 +2184,8 @@ const _MIPMa = "MaxInvocationsPerMinute";
2179
2184
  const _MIS = "ManagedInstanceScaling";
2180
2185
  const _MITIM = "MinIdleTimeoutInMinutes";
2181
2186
  const _MITIMa = "MaxIdleTimeoutInMinutes";
2182
- const _MIa = "MaxInvocations";
2187
+ const _MIa = "MaxImbalance";
2188
+ const _MIax = "MaxInvocations";
2183
2189
  const _MIo = "ModelId";
2184
2190
  const _MIod = "ModelInput";
2185
2191
  const _MIon = "MonitoringInput";
@@ -2298,6 +2304,7 @@ const _MSO = "MonitoringS3Output";
2298
2304
  const _MSR = "MonitoringStatisticsResource";
2299
2305
  const _MSS = "MonitoringScheduleStatus";
2300
2306
  const _MSSL = "MonitoringScheduleSummaryList";
2307
+ const _MSSa = "MaximumStepSize";
2301
2308
  const _MSSo = "MonitoringScheduleSummaries";
2302
2309
  const _MSSon = "MonitoringScheduleSummary";
2303
2310
  const _MST = "ModelSetupTime";
@@ -2573,8 +2580,9 @@ const _PST = "ProcessingStartTime";
2573
2580
  const _PSa = "PaymentStatus";
2574
2581
  const _PSi = "PipelineSummaries";
2575
2582
  const _PSip = "PipelineSummary";
2576
- const _PSl = "PlacementSpecifications";
2577
- const _PSla = "PlacementSpecification";
2583
+ const _PSl = "PlacementStrategy";
2584
+ const _PSla = "PlacementSpecifications";
2585
+ const _PSlac = "PlacementSpecification";
2578
2586
  const _PSr = "ProjectStatus";
2579
2587
  const _PSri = "PrimaryStatus";
2580
2588
  const _PSro = "ProfilingStatus";
@@ -2599,6 +2607,7 @@ const _PVDN = "PipelineVersionDisplayName";
2599
2607
  const _PVI = "PipelineVersionId";
2600
2608
  const _PVL = "ProductionVariantList";
2601
2609
  const _PVMIS = "ProductionVariantManagedInstanceScaling";
2610
+ const _PVMISSIP = "ProductionVariantManagedInstanceScalingScaleInPolicy";
2602
2611
  const _PVRC = "ProductionVariantRoutingConfig";
2603
2612
  const _PVS = "PipelineVersionSummaries";
2604
2613
  const _PVSC = "ProductionVariantServerlessConfig";
@@ -2796,7 +2805,8 @@ const _SCT = "SupportedContentTypes";
2796
2805
  const _SCTo = "S3CompressionType";
2797
2806
  const _SCTu = "SupportedCompressionTypes";
2798
2807
  const _SCc = "SchedulerConfig";
2799
- const _SCch = "ScheduleConfig";
2808
+ const _SCch = "SchedulingConfig";
2809
+ const _SCche = "ScheduleConfig";
2800
2810
  const _SCe = "ServerlessConfig";
2801
2811
  const _SCh = "ShuffleConfig";
2802
2812
  const _SCha = "ShapConfig";
@@ -2861,6 +2871,7 @@ const _SIEt = "StopInferenceExperiment";
2861
2871
  const _SIGB = "SizeInGiB";
2862
2872
  const _SIM = "S3InputMode";
2863
2873
  const _SIMu = "SupportedInputModes";
2874
+ const _SIP = "ScaleInPolicy";
2864
2875
  const _SIRJ = "StopInferenceRecommendationsJob";
2865
2876
  const _SIRJR = "StopInferenceRecommendationsJobRequest";
2866
2877
  const _SIS = "SpaceIdleSettings";
@@ -7006,6 +7017,11 @@ export var ImportHubContentResponse$ = [3, n0, _IHCRm,
7006
7017
  [_HA, _HCA],
7007
7018
  [0, 0], 2
7008
7019
  ];
7020
+ export var InferenceComponentAvailabilityZoneBalance$ = [3, n0, _ICAZB,
7021
+ 0,
7022
+ [_EMn, _MIa],
7023
+ [0, 1], 1
7024
+ ];
7009
7025
  export var InferenceComponentCapacitySize$ = [3, n0, _ICCS,
7010
7026
  0,
7011
7027
  [_T, _Va],
@@ -7061,15 +7077,20 @@ export var InferenceComponentRuntimeConfigSummary$ = [3, n0, _ICRCS,
7061
7077
  [_DCCe, _CCC],
7062
7078
  [1, 1]
7063
7079
  ];
7080
+ export var InferenceComponentSchedulingConfig$ = [3, n0, _ICSC,
7081
+ 0,
7082
+ [_PSl, _AZB],
7083
+ [0, () => InferenceComponentAvailabilityZoneBalance$], 1
7084
+ ];
7064
7085
  export var InferenceComponentSpecification$ = [3, n0, _ICSn,
7065
7086
  0,
7066
- [_MNod, _Cont, _SPt, _CRR, _BICN, _DCCat],
7067
- [0, () => InferenceComponentContainerSpecification$, () => InferenceComponentStartupParameters$, () => InferenceComponentComputeResourceRequirements$, 0, () => InferenceComponentDataCacheConfig$]
7087
+ [_MNod, _Cont, _SPt, _CRR, _BICN, _DCCat, _SCch],
7088
+ [0, () => InferenceComponentContainerSpecification$, () => InferenceComponentStartupParameters$, () => InferenceComponentComputeResourceRequirements$, 0, () => InferenceComponentDataCacheConfig$, () => InferenceComponentSchedulingConfig$]
7068
7089
  ];
7069
7090
  export var InferenceComponentSpecificationSummary$ = [3, n0, _ICSS,
7070
7091
  0,
7071
- [_MNod, _Cont, _SPt, _CRR, _BICN, _DCCat],
7072
- [0, () => InferenceComponentContainerSpecificationSummary$, () => InferenceComponentStartupParameters$, () => InferenceComponentComputeResourceRequirements$, 0, () => InferenceComponentDataCacheConfigSummary$]
7092
+ [_MNod, _Cont, _SPt, _CRR, _BICN, _DCCat, _SCch],
7093
+ [0, () => InferenceComponentContainerSpecificationSummary$, () => InferenceComponentStartupParameters$, () => InferenceComponentComputeResourceRequirements$, 0, () => InferenceComponentDataCacheConfigSummary$, () => InferenceComponentSchedulingConfig$]
7073
7094
  ];
7074
7095
  export var InferenceComponentStartupParameters$ = [3, n0, _ICSP,
7075
7096
  0,
@@ -7108,7 +7129,7 @@ export var InferenceHubAccessConfig$ = [3, n0, _IHAC,
7108
7129
  ];
7109
7130
  export var InferenceMetrics$ = [3, n0, _IMn,
7110
7131
  0,
7111
- [_MIa, _ML],
7132
+ [_MIax, _ML],
7112
7133
  [1, 1], 2
7113
7134
  ];
7114
7135
  export var InferenceRecommendation$ = [3, n0, _IRnf,
@@ -7168,7 +7189,7 @@ export var InstanceMetadataServiceConfiguration$ = [3, n0, _IMSC,
7168
7189
  ];
7169
7190
  export var InstancePlacementConfig$ = [3, n0, _IPCn,
7170
7191
  0,
7171
- [_EMJ, _PSl],
7192
+ [_EMJ, _PSla],
7172
7193
  [2, () => PlacementSpecifications]
7173
7194
  ];
7174
7195
  export var IntegerParameterRange$ = [3, n0, _IPR,
@@ -8633,7 +8654,7 @@ export var MonitoringSchedule$ = [3, n0, _MSoni,
8633
8654
  ];
8634
8655
  export var MonitoringScheduleConfig$ = [3, n0, _MSC,
8635
8656
  0,
8636
- [_SCch, _MJD, _MJDN, _MTo],
8657
+ [_SCche, _MJD, _MJDN, _MTo],
8637
8658
  [() => ScheduleConfig$, () => MonitoringJobDefinition$, 0, 0]
8638
8659
  ];
8639
8660
  export var MonitoringScheduleSummary$ = [3, n0, _MSSon,
@@ -8916,7 +8937,7 @@ export var PipelineVersionSummary$ = [3, n0, _PVSi,
8916
8937
  [_PAi, _PVI, _CT, _PVD, _PVDN, _LEPEAa],
8917
8938
  [0, 1, 4, 0, 0, 0]
8918
8939
  ];
8919
- export var PlacementSpecification$ = [3, n0, _PSla,
8940
+ export var PlacementSpecification$ = [3, n0, _PSlac,
8920
8941
  0,
8921
8942
  [_ICns, _USIl],
8922
8943
  [1, 0], 1
@@ -9018,8 +9039,13 @@ export var ProductionVariantCoreDumpConfig$ = [3, n0, _PVCDC,
9018
9039
  ];
9019
9040
  export var ProductionVariantManagedInstanceScaling$ = [3, n0, _PVMIS,
9020
9041
  0,
9021
- [_St, _MIC, _MICa],
9022
- [0, 1, 1]
9042
+ [_St, _MIC, _MICa, _SIP],
9043
+ [0, 1, 1, () => ProductionVariantManagedInstanceScalingScaleInPolicy$]
9044
+ ];
9045
+ export var ProductionVariantManagedInstanceScalingScaleInPolicy$ = [3, n0, _PVMISSIP,
9046
+ 0,
9047
+ [_Str, _MSSa, _CIM],
9048
+ [0, 1, 1], 1
9023
9049
  ];
9024
9050
  export var ProductionVariantRoutingConfig$ = [3, n0, _PVRC,
9025
9051
  0,
@@ -9148,7 +9174,7 @@ export var RecommendationJobContainerConfig$ = [3, n0, _RJCC,
9148
9174
  ];
9149
9175
  export var RecommendationJobInferenceBenchmark$ = [3, n0, _RJIB,
9150
9176
  0,
9151
- [_MCode, _Me, _EMn, _ECnd, _FR, _IET, _IST],
9177
+ [_MCode, _Me, _EMnd, _ECnd, _FR, _IET, _IST],
9152
9178
  [() => ModelConfiguration$, () => RecommendationMetrics$, () => InferenceMetrics$, () => EndpointOutputConfiguration$, 0, 4, 4], 1
9153
9179
  ];
9154
9180
  export var RecommendationJobInputConfig$ = [3, n0, _RJIC,
@@ -9173,7 +9199,7 @@ export var RecommendationJobResourceLimit$ = [3, n0, _RJRL,
9173
9199
  ];
9174
9200
  export var RecommendationJobStoppingConditions$ = [3, n0, _RJSC,
9175
9201
  0,
9176
- [_MIa, _MLTo, _FI],
9202
+ [_MIax, _MLTo, _FI],
9177
9203
  [1, () => ModelLatencyThresholds, 0]
9178
9204
  ];
9179
9205
  export var RecommendationJobVpcConfig$ = [3, n0, _RJVC,
@@ -9183,7 +9209,7 @@ export var RecommendationJobVpcConfig$ = [3, n0, _RJVC,
9183
9209
  ];
9184
9210
  export var RecommendationMetrics$ = [3, n0, _RMec,
9185
9211
  0,
9186
- [_CPH, _CPIo, _MIa, _ML, _CUp, _MU, _MST],
9212
+ [_CPH, _CPIo, _MIax, _ML, _CUp, _MU, _MST],
9187
9213
  [1, 1, 1, 1, 1, 1, 1]
9188
9214
  ];
9189
9215
  export var RedshiftDatasetDefinition$ = [3, n0, _RDD,
@@ -9376,7 +9402,7 @@ export var ScalingPolicyObjective$ = [3, n0, _SPO,
9376
9402
  [_MIPM, _MIPMa],
9377
9403
  [1, 1]
9378
9404
  ];
9379
- export var ScheduleConfig$ = [3, n0, _SCch,
9405
+ export var ScheduleConfig$ = [3, n0, _SCche,
9380
9406
  0,
9381
9407
  [_SEc, _DAST, _DAET],
9382
9408
  [0, 0, 0], 1
@@ -11184,7 +11210,7 @@ var PipelineSummaryList = [1, n0, _PSLi,
11184
11210
  var PipelineVersionSummaryList = [1, n0, _PVSL,
11185
11211
  0, () => PipelineVersionSummary$
11186
11212
  ];
11187
- var PlacementSpecifications = [1, n0, _PSl,
11213
+ var PlacementSpecifications = [1, n0, _PSla,
11188
11214
  0, () => PlacementSpecification$
11189
11215
  ];
11190
11216
  var PriorityClassList = [1, n0, _PCL,
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeEndpointCommand } from "../commands/DescribeEndpointCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeEndpointCommand } from "../commands/DescribeEndpointCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeImageCommand } from "../commands/DescribeImageCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeImageCommand } from "../commands/DescribeImageCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeImageCommand } from "../commands/DescribeImageCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,5 +1,5 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
2
- import { DescribeImageVersionCommand } from "../commands/DescribeImageVersionCommand";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
+ import { DescribeImageVersionCommand, } from "../commands/DescribeImageVersionCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
@@ -1,5 +1,5 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
2
- import { DescribeImageVersionCommand } from "../commands/DescribeImageVersionCommand";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
+ import { DescribeImageVersionCommand, } from "../commands/DescribeImageVersionCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeNotebookInstanceCommand, } from "../commands/DescribeNotebookInstanceCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeNotebookInstanceCommand, } from "../commands/DescribeNotebookInstanceCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeNotebookInstanceCommand, } from "../commands/DescribeNotebookInstanceCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeProcessingJobCommand, } from "../commands/DescribeProcessingJobCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,5 +1,5 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
2
- import { DescribeTrainingJobCommand } from "../commands/DescribeTrainingJobCommand";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
+ import { DescribeTrainingJobCommand, } from "../commands/DescribeTrainingJobCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
@@ -1,5 +1,5 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
2
- import { DescribeTransformJobCommand } from "../commands/DescribeTransformJobCommand";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
+ import { DescribeTransformJobCommand, } from "../commands/DescribeTransformJobCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {