@aws-sdk/client-sagemaker 3.1019.0 → 3.1020.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 +15 -15
@@ -5,390 +5,390 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
- import { AddAssociationCommandInput, AddAssociationCommandOutput } from "./commands/AddAssociationCommand";
11
- import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
12
- import { AssociateTrialComponentCommandInput, AssociateTrialComponentCommandOutput } from "./commands/AssociateTrialComponentCommand";
13
- import { AttachClusterNodeVolumeCommandInput, AttachClusterNodeVolumeCommandOutput } from "./commands/AttachClusterNodeVolumeCommand";
14
- import { BatchAddClusterNodesCommandInput, BatchAddClusterNodesCommandOutput } from "./commands/BatchAddClusterNodesCommand";
15
- import { BatchDeleteClusterNodesCommandInput, BatchDeleteClusterNodesCommandOutput } from "./commands/BatchDeleteClusterNodesCommand";
16
- import { BatchDescribeModelPackageCommandInput, BatchDescribeModelPackageCommandOutput } from "./commands/BatchDescribeModelPackageCommand";
17
- import { BatchRebootClusterNodesCommandInput, BatchRebootClusterNodesCommandOutput } from "./commands/BatchRebootClusterNodesCommand";
18
- import { BatchReplaceClusterNodesCommandInput, BatchReplaceClusterNodesCommandOutput } from "./commands/BatchReplaceClusterNodesCommand";
19
- import { CreateActionCommandInput, CreateActionCommandOutput } from "./commands/CreateActionCommand";
20
- import { CreateAlgorithmCommandInput, CreateAlgorithmCommandOutput } from "./commands/CreateAlgorithmCommand";
21
- import { CreateAppCommandInput, CreateAppCommandOutput } from "./commands/CreateAppCommand";
22
- import { CreateAppImageConfigCommandInput, CreateAppImageConfigCommandOutput } from "./commands/CreateAppImageConfigCommand";
23
- import { CreateArtifactCommandInput, CreateArtifactCommandOutput } from "./commands/CreateArtifactCommand";
24
- import { CreateAutoMLJobCommandInput, CreateAutoMLJobCommandOutput } from "./commands/CreateAutoMLJobCommand";
25
- import { CreateAutoMLJobV2CommandInput, CreateAutoMLJobV2CommandOutput } from "./commands/CreateAutoMLJobV2Command";
26
- import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
27
- import { CreateClusterSchedulerConfigCommandInput, CreateClusterSchedulerConfigCommandOutput } from "./commands/CreateClusterSchedulerConfigCommand";
28
- import { CreateCodeRepositoryCommandInput, CreateCodeRepositoryCommandOutput } from "./commands/CreateCodeRepositoryCommand";
29
- import { CreateCompilationJobCommandInput, CreateCompilationJobCommandOutput } from "./commands/CreateCompilationJobCommand";
30
- import { CreateComputeQuotaCommandInput, CreateComputeQuotaCommandOutput } from "./commands/CreateComputeQuotaCommand";
31
- import { CreateContextCommandInput, CreateContextCommandOutput } from "./commands/CreateContextCommand";
32
- import { CreateDataQualityJobDefinitionCommandInput, CreateDataQualityJobDefinitionCommandOutput } from "./commands/CreateDataQualityJobDefinitionCommand";
33
- import { CreateDeviceFleetCommandInput, CreateDeviceFleetCommandOutput } from "./commands/CreateDeviceFleetCommand";
34
- import { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
35
- import { CreateEdgeDeploymentPlanCommandInput, CreateEdgeDeploymentPlanCommandOutput } from "./commands/CreateEdgeDeploymentPlanCommand";
36
- import { CreateEdgeDeploymentStageCommandInput, CreateEdgeDeploymentStageCommandOutput } from "./commands/CreateEdgeDeploymentStageCommand";
37
- import { CreateEdgePackagingJobCommandInput, CreateEdgePackagingJobCommandOutput } from "./commands/CreateEdgePackagingJobCommand";
38
- import { CreateEndpointCommandInput, CreateEndpointCommandOutput } from "./commands/CreateEndpointCommand";
39
- import { CreateEndpointConfigCommandInput, CreateEndpointConfigCommandOutput } from "./commands/CreateEndpointConfigCommand";
40
- import { CreateExperimentCommandInput, CreateExperimentCommandOutput } from "./commands/CreateExperimentCommand";
41
- import { CreateFeatureGroupCommandInput, CreateFeatureGroupCommandOutput } from "./commands/CreateFeatureGroupCommand";
42
- import { CreateFlowDefinitionCommandInput, CreateFlowDefinitionCommandOutput } from "./commands/CreateFlowDefinitionCommand";
43
- import { CreateHubCommandInput, CreateHubCommandOutput } from "./commands/CreateHubCommand";
44
- import { CreateHubContentPresignedUrlsCommandInput, CreateHubContentPresignedUrlsCommandOutput } from "./commands/CreateHubContentPresignedUrlsCommand";
45
- import { CreateHubContentReferenceCommandInput, CreateHubContentReferenceCommandOutput } from "./commands/CreateHubContentReferenceCommand";
46
- import { CreateHumanTaskUiCommandInput, CreateHumanTaskUiCommandOutput } from "./commands/CreateHumanTaskUiCommand";
47
- import { CreateHyperParameterTuningJobCommandInput, CreateHyperParameterTuningJobCommandOutput } from "./commands/CreateHyperParameterTuningJobCommand";
48
- import { CreateImageCommandInput, CreateImageCommandOutput } from "./commands/CreateImageCommand";
49
- import { CreateImageVersionCommandInput, CreateImageVersionCommandOutput } from "./commands/CreateImageVersionCommand";
50
- import { CreateInferenceComponentCommandInput, CreateInferenceComponentCommandOutput } from "./commands/CreateInferenceComponentCommand";
51
- import { CreateInferenceExperimentCommandInput, CreateInferenceExperimentCommandOutput } from "./commands/CreateInferenceExperimentCommand";
52
- import { CreateInferenceRecommendationsJobCommandInput, CreateInferenceRecommendationsJobCommandOutput } from "./commands/CreateInferenceRecommendationsJobCommand";
53
- import { CreateLabelingJobCommandInput, CreateLabelingJobCommandOutput } from "./commands/CreateLabelingJobCommand";
54
- import { CreateMlflowAppCommandInput, CreateMlflowAppCommandOutput } from "./commands/CreateMlflowAppCommand";
55
- import { CreateMlflowTrackingServerCommandInput, CreateMlflowTrackingServerCommandOutput } from "./commands/CreateMlflowTrackingServerCommand";
56
- import { CreateModelBiasJobDefinitionCommandInput, CreateModelBiasJobDefinitionCommandOutput } from "./commands/CreateModelBiasJobDefinitionCommand";
57
- import { CreateModelCardCommandInput, CreateModelCardCommandOutput } from "./commands/CreateModelCardCommand";
58
- import { CreateModelCardExportJobCommandInput, CreateModelCardExportJobCommandOutput } from "./commands/CreateModelCardExportJobCommand";
59
- import { CreateModelCommandInput, CreateModelCommandOutput } from "./commands/CreateModelCommand";
60
- import { CreateModelExplainabilityJobDefinitionCommandInput, CreateModelExplainabilityJobDefinitionCommandOutput } from "./commands/CreateModelExplainabilityJobDefinitionCommand";
61
- import { CreateModelPackageCommandInput, CreateModelPackageCommandOutput } from "./commands/CreateModelPackageCommand";
62
- import { CreateModelPackageGroupCommandInput, CreateModelPackageGroupCommandOutput } from "./commands/CreateModelPackageGroupCommand";
63
- import { CreateModelQualityJobDefinitionCommandInput, CreateModelQualityJobDefinitionCommandOutput } from "./commands/CreateModelQualityJobDefinitionCommand";
64
- import { CreateMonitoringScheduleCommandInput, CreateMonitoringScheduleCommandOutput } from "./commands/CreateMonitoringScheduleCommand";
65
- import { CreateNotebookInstanceCommandInput, CreateNotebookInstanceCommandOutput } from "./commands/CreateNotebookInstanceCommand";
66
- import { CreateNotebookInstanceLifecycleConfigCommandInput, CreateNotebookInstanceLifecycleConfigCommandOutput } from "./commands/CreateNotebookInstanceLifecycleConfigCommand";
67
- import { CreateOptimizationJobCommandInput, CreateOptimizationJobCommandOutput } from "./commands/CreateOptimizationJobCommand";
68
- import { CreatePartnerAppCommandInput, CreatePartnerAppCommandOutput } from "./commands/CreatePartnerAppCommand";
69
- import { CreatePartnerAppPresignedUrlCommandInput, CreatePartnerAppPresignedUrlCommandOutput } from "./commands/CreatePartnerAppPresignedUrlCommand";
70
- import { CreatePipelineCommandInput, CreatePipelineCommandOutput } from "./commands/CreatePipelineCommand";
71
- import { CreatePresignedDomainUrlCommandInput, CreatePresignedDomainUrlCommandOutput } from "./commands/CreatePresignedDomainUrlCommand";
72
- import { CreatePresignedMlflowAppUrlCommandInput, CreatePresignedMlflowAppUrlCommandOutput } from "./commands/CreatePresignedMlflowAppUrlCommand";
73
- import { CreatePresignedMlflowTrackingServerUrlCommandInput, CreatePresignedMlflowTrackingServerUrlCommandOutput } from "./commands/CreatePresignedMlflowTrackingServerUrlCommand";
74
- import { CreatePresignedNotebookInstanceUrlCommandInput, CreatePresignedNotebookInstanceUrlCommandOutput } from "./commands/CreatePresignedNotebookInstanceUrlCommand";
75
- import { CreateProcessingJobCommandInput, CreateProcessingJobCommandOutput } from "./commands/CreateProcessingJobCommand";
76
- import { CreateProjectCommandInput, CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
77
- import { CreateSpaceCommandInput, CreateSpaceCommandOutput } from "./commands/CreateSpaceCommand";
78
- import { CreateStudioLifecycleConfigCommandInput, CreateStudioLifecycleConfigCommandOutput } from "./commands/CreateStudioLifecycleConfigCommand";
79
- import { CreateTrainingJobCommandInput, CreateTrainingJobCommandOutput } from "./commands/CreateTrainingJobCommand";
80
- import { CreateTrainingPlanCommandInput, CreateTrainingPlanCommandOutput } from "./commands/CreateTrainingPlanCommand";
81
- import { CreateTransformJobCommandInput, CreateTransformJobCommandOutput } from "./commands/CreateTransformJobCommand";
82
- import { CreateTrialCommandInput, CreateTrialCommandOutput } from "./commands/CreateTrialCommand";
83
- import { CreateTrialComponentCommandInput, CreateTrialComponentCommandOutput } from "./commands/CreateTrialComponentCommand";
84
- import { CreateUserProfileCommandInput, CreateUserProfileCommandOutput } from "./commands/CreateUserProfileCommand";
85
- import { CreateWorkforceCommandInput, CreateWorkforceCommandOutput } from "./commands/CreateWorkforceCommand";
86
- import { CreateWorkteamCommandInput, CreateWorkteamCommandOutput } from "./commands/CreateWorkteamCommand";
87
- import { DeleteActionCommandInput, DeleteActionCommandOutput } from "./commands/DeleteActionCommand";
88
- import { DeleteAlgorithmCommandInput, DeleteAlgorithmCommandOutput } from "./commands/DeleteAlgorithmCommand";
89
- import { DeleteAppCommandInput, DeleteAppCommandOutput } from "./commands/DeleteAppCommand";
90
- import { DeleteAppImageConfigCommandInput, DeleteAppImageConfigCommandOutput } from "./commands/DeleteAppImageConfigCommand";
91
- import { DeleteArtifactCommandInput, DeleteArtifactCommandOutput } from "./commands/DeleteArtifactCommand";
92
- import { DeleteAssociationCommandInput, DeleteAssociationCommandOutput } from "./commands/DeleteAssociationCommand";
93
- import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "./commands/DeleteClusterCommand";
94
- import { DeleteClusterSchedulerConfigCommandInput, DeleteClusterSchedulerConfigCommandOutput } from "./commands/DeleteClusterSchedulerConfigCommand";
95
- import { DeleteCodeRepositoryCommandInput, DeleteCodeRepositoryCommandOutput } from "./commands/DeleteCodeRepositoryCommand";
96
- import { DeleteCompilationJobCommandInput, DeleteCompilationJobCommandOutput } from "./commands/DeleteCompilationJobCommand";
97
- import { DeleteComputeQuotaCommandInput, DeleteComputeQuotaCommandOutput } from "./commands/DeleteComputeQuotaCommand";
98
- import { DeleteContextCommandInput, DeleteContextCommandOutput } from "./commands/DeleteContextCommand";
99
- import { DeleteDataQualityJobDefinitionCommandInput, DeleteDataQualityJobDefinitionCommandOutput } from "./commands/DeleteDataQualityJobDefinitionCommand";
100
- import { DeleteDeviceFleetCommandInput, DeleteDeviceFleetCommandOutput } from "./commands/DeleteDeviceFleetCommand";
101
- import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
102
- import { DeleteEdgeDeploymentPlanCommandInput, DeleteEdgeDeploymentPlanCommandOutput } from "./commands/DeleteEdgeDeploymentPlanCommand";
103
- import { DeleteEdgeDeploymentStageCommandInput, DeleteEdgeDeploymentStageCommandOutput } from "./commands/DeleteEdgeDeploymentStageCommand";
104
- import { DeleteEndpointCommandInput, DeleteEndpointCommandOutput } from "./commands/DeleteEndpointCommand";
105
- import { DeleteEndpointConfigCommandInput, DeleteEndpointConfigCommandOutput } from "./commands/DeleteEndpointConfigCommand";
106
- import { DeleteExperimentCommandInput, DeleteExperimentCommandOutput } from "./commands/DeleteExperimentCommand";
107
- import { DeleteFeatureGroupCommandInput, DeleteFeatureGroupCommandOutput } from "./commands/DeleteFeatureGroupCommand";
108
- import { DeleteFlowDefinitionCommandInput, DeleteFlowDefinitionCommandOutput } from "./commands/DeleteFlowDefinitionCommand";
109
- import { DeleteHubCommandInput, DeleteHubCommandOutput } from "./commands/DeleteHubCommand";
110
- import { DeleteHubContentCommandInput, DeleteHubContentCommandOutput } from "./commands/DeleteHubContentCommand";
111
- import { DeleteHubContentReferenceCommandInput, DeleteHubContentReferenceCommandOutput } from "./commands/DeleteHubContentReferenceCommand";
112
- import { DeleteHumanTaskUiCommandInput, DeleteHumanTaskUiCommandOutput } from "./commands/DeleteHumanTaskUiCommand";
113
- import { DeleteHyperParameterTuningJobCommandInput, DeleteHyperParameterTuningJobCommandOutput } from "./commands/DeleteHyperParameterTuningJobCommand";
114
- import { DeleteImageCommandInput, DeleteImageCommandOutput } from "./commands/DeleteImageCommand";
115
- import { DeleteImageVersionCommandInput, DeleteImageVersionCommandOutput } from "./commands/DeleteImageVersionCommand";
116
- import { DeleteInferenceComponentCommandInput, DeleteInferenceComponentCommandOutput } from "./commands/DeleteInferenceComponentCommand";
117
- import { DeleteInferenceExperimentCommandInput, DeleteInferenceExperimentCommandOutput } from "./commands/DeleteInferenceExperimentCommand";
118
- import { DeleteMlflowAppCommandInput, DeleteMlflowAppCommandOutput } from "./commands/DeleteMlflowAppCommand";
119
- import { DeleteMlflowTrackingServerCommandInput, DeleteMlflowTrackingServerCommandOutput } from "./commands/DeleteMlflowTrackingServerCommand";
120
- import { DeleteModelBiasJobDefinitionCommandInput, DeleteModelBiasJobDefinitionCommandOutput } from "./commands/DeleteModelBiasJobDefinitionCommand";
121
- import { DeleteModelCardCommandInput, DeleteModelCardCommandOutput } from "./commands/DeleteModelCardCommand";
122
- import { DeleteModelCommandInput, DeleteModelCommandOutput } from "./commands/DeleteModelCommand";
123
- import { DeleteModelExplainabilityJobDefinitionCommandInput, DeleteModelExplainabilityJobDefinitionCommandOutput } from "./commands/DeleteModelExplainabilityJobDefinitionCommand";
124
- import { DeleteModelPackageCommandInput, DeleteModelPackageCommandOutput } from "./commands/DeleteModelPackageCommand";
125
- import { DeleteModelPackageGroupCommandInput, DeleteModelPackageGroupCommandOutput } from "./commands/DeleteModelPackageGroupCommand";
126
- import { DeleteModelPackageGroupPolicyCommandInput, DeleteModelPackageGroupPolicyCommandOutput } from "./commands/DeleteModelPackageGroupPolicyCommand";
127
- import { DeleteModelQualityJobDefinitionCommandInput, DeleteModelQualityJobDefinitionCommandOutput } from "./commands/DeleteModelQualityJobDefinitionCommand";
128
- import { DeleteMonitoringScheduleCommandInput, DeleteMonitoringScheduleCommandOutput } from "./commands/DeleteMonitoringScheduleCommand";
129
- import { DeleteNotebookInstanceCommandInput, DeleteNotebookInstanceCommandOutput } from "./commands/DeleteNotebookInstanceCommand";
130
- import { DeleteNotebookInstanceLifecycleConfigCommandInput, DeleteNotebookInstanceLifecycleConfigCommandOutput } from "./commands/DeleteNotebookInstanceLifecycleConfigCommand";
131
- import { DeleteOptimizationJobCommandInput, DeleteOptimizationJobCommandOutput } from "./commands/DeleteOptimizationJobCommand";
132
- import { DeletePartnerAppCommandInput, DeletePartnerAppCommandOutput } from "./commands/DeletePartnerAppCommand";
133
- import { DeletePipelineCommandInput, DeletePipelineCommandOutput } from "./commands/DeletePipelineCommand";
134
- import { DeleteProcessingJobCommandInput, DeleteProcessingJobCommandOutput } from "./commands/DeleteProcessingJobCommand";
135
- import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
136
- import { DeleteSpaceCommandInput, DeleteSpaceCommandOutput } from "./commands/DeleteSpaceCommand";
137
- import { DeleteStudioLifecycleConfigCommandInput, DeleteStudioLifecycleConfigCommandOutput } from "./commands/DeleteStudioLifecycleConfigCommand";
138
- import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
139
- import { DeleteTrainingJobCommandInput, DeleteTrainingJobCommandOutput } from "./commands/DeleteTrainingJobCommand";
140
- import { DeleteTrialCommandInput, DeleteTrialCommandOutput } from "./commands/DeleteTrialCommand";
141
- import { DeleteTrialComponentCommandInput, DeleteTrialComponentCommandOutput } from "./commands/DeleteTrialComponentCommand";
142
- import { DeleteUserProfileCommandInput, DeleteUserProfileCommandOutput } from "./commands/DeleteUserProfileCommand";
143
- import { DeleteWorkforceCommandInput, DeleteWorkforceCommandOutput } from "./commands/DeleteWorkforceCommand";
144
- import { DeleteWorkteamCommandInput, DeleteWorkteamCommandOutput } from "./commands/DeleteWorkteamCommand";
145
- import { DeregisterDevicesCommandInput, DeregisterDevicesCommandOutput } from "./commands/DeregisterDevicesCommand";
146
- import { DescribeActionCommandInput, DescribeActionCommandOutput } from "./commands/DescribeActionCommand";
147
- import { DescribeAlgorithmCommandInput, DescribeAlgorithmCommandOutput } from "./commands/DescribeAlgorithmCommand";
148
- import { DescribeAppCommandInput, DescribeAppCommandOutput } from "./commands/DescribeAppCommand";
149
- import { DescribeAppImageConfigCommandInput, DescribeAppImageConfigCommandOutput } from "./commands/DescribeAppImageConfigCommand";
150
- import { DescribeArtifactCommandInput, DescribeArtifactCommandOutput } from "./commands/DescribeArtifactCommand";
151
- import { DescribeAutoMLJobCommandInput, DescribeAutoMLJobCommandOutput } from "./commands/DescribeAutoMLJobCommand";
152
- import { DescribeAutoMLJobV2CommandInput, DescribeAutoMLJobV2CommandOutput } from "./commands/DescribeAutoMLJobV2Command";
153
- import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
154
- import { DescribeClusterEventCommandInput, DescribeClusterEventCommandOutput } from "./commands/DescribeClusterEventCommand";
155
- import { DescribeClusterNodeCommandInput, DescribeClusterNodeCommandOutput } from "./commands/DescribeClusterNodeCommand";
156
- import { DescribeClusterSchedulerConfigCommandInput, DescribeClusterSchedulerConfigCommandOutput } from "./commands/DescribeClusterSchedulerConfigCommand";
157
- import { DescribeCodeRepositoryCommandInput, DescribeCodeRepositoryCommandOutput } from "./commands/DescribeCodeRepositoryCommand";
158
- import { DescribeCompilationJobCommandInput, DescribeCompilationJobCommandOutput } from "./commands/DescribeCompilationJobCommand";
159
- import { DescribeComputeQuotaCommandInput, DescribeComputeQuotaCommandOutput } from "./commands/DescribeComputeQuotaCommand";
160
- import { DescribeContextCommandInput, DescribeContextCommandOutput } from "./commands/DescribeContextCommand";
161
- import { DescribeDataQualityJobDefinitionCommandInput, DescribeDataQualityJobDefinitionCommandOutput } from "./commands/DescribeDataQualityJobDefinitionCommand";
162
- import { DescribeDeviceCommandInput, DescribeDeviceCommandOutput } from "./commands/DescribeDeviceCommand";
163
- import { DescribeDeviceFleetCommandInput, DescribeDeviceFleetCommandOutput } from "./commands/DescribeDeviceFleetCommand";
164
- import { DescribeDomainCommandInput, DescribeDomainCommandOutput } from "./commands/DescribeDomainCommand";
165
- import { DescribeEdgeDeploymentPlanCommandInput, DescribeEdgeDeploymentPlanCommandOutput } from "./commands/DescribeEdgeDeploymentPlanCommand";
166
- import { DescribeEdgePackagingJobCommandInput, DescribeEdgePackagingJobCommandOutput } from "./commands/DescribeEdgePackagingJobCommand";
167
- import { DescribeEndpointCommandInput, DescribeEndpointCommandOutput } from "./commands/DescribeEndpointCommand";
168
- import { DescribeEndpointConfigCommandInput, DescribeEndpointConfigCommandOutput } from "./commands/DescribeEndpointConfigCommand";
169
- import { DescribeExperimentCommandInput, DescribeExperimentCommandOutput } from "./commands/DescribeExperimentCommand";
170
- import { DescribeFeatureGroupCommandInput, DescribeFeatureGroupCommandOutput } from "./commands/DescribeFeatureGroupCommand";
171
- import { DescribeFeatureMetadataCommandInput, DescribeFeatureMetadataCommandOutput } from "./commands/DescribeFeatureMetadataCommand";
172
- import { DescribeFlowDefinitionCommandInput, DescribeFlowDefinitionCommandOutput } from "./commands/DescribeFlowDefinitionCommand";
173
- import { DescribeHubCommandInput, DescribeHubCommandOutput } from "./commands/DescribeHubCommand";
174
- import { DescribeHubContentCommandInput, DescribeHubContentCommandOutput } from "./commands/DescribeHubContentCommand";
175
- import { DescribeHumanTaskUiCommandInput, DescribeHumanTaskUiCommandOutput } from "./commands/DescribeHumanTaskUiCommand";
176
- import { DescribeHyperParameterTuningJobCommandInput, DescribeHyperParameterTuningJobCommandOutput } from "./commands/DescribeHyperParameterTuningJobCommand";
177
- import { DescribeImageCommandInput, DescribeImageCommandOutput } from "./commands/DescribeImageCommand";
178
- import { DescribeImageVersionCommandInput, DescribeImageVersionCommandOutput } from "./commands/DescribeImageVersionCommand";
179
- import { DescribeInferenceComponentCommandInput, DescribeInferenceComponentCommandOutput } from "./commands/DescribeInferenceComponentCommand";
180
- import { DescribeInferenceExperimentCommandInput, DescribeInferenceExperimentCommandOutput } from "./commands/DescribeInferenceExperimentCommand";
181
- import { DescribeInferenceRecommendationsJobCommandInput, DescribeInferenceRecommendationsJobCommandOutput } from "./commands/DescribeInferenceRecommendationsJobCommand";
182
- import { DescribeLabelingJobCommandInput, DescribeLabelingJobCommandOutput } from "./commands/DescribeLabelingJobCommand";
183
- import { DescribeLineageGroupCommandInput, DescribeLineageGroupCommandOutput } from "./commands/DescribeLineageGroupCommand";
184
- import { DescribeMlflowAppCommandInput, DescribeMlflowAppCommandOutput } from "./commands/DescribeMlflowAppCommand";
185
- import { DescribeMlflowTrackingServerCommandInput, DescribeMlflowTrackingServerCommandOutput } from "./commands/DescribeMlflowTrackingServerCommand";
186
- import { DescribeModelBiasJobDefinitionCommandInput, DescribeModelBiasJobDefinitionCommandOutput } from "./commands/DescribeModelBiasJobDefinitionCommand";
187
- import { DescribeModelCardCommandInput, DescribeModelCardCommandOutput } from "./commands/DescribeModelCardCommand";
188
- import { DescribeModelCardExportJobCommandInput, DescribeModelCardExportJobCommandOutput } from "./commands/DescribeModelCardExportJobCommand";
189
- import { DescribeModelCommandInput, DescribeModelCommandOutput } from "./commands/DescribeModelCommand";
190
- import { DescribeModelExplainabilityJobDefinitionCommandInput, DescribeModelExplainabilityJobDefinitionCommandOutput } from "./commands/DescribeModelExplainabilityJobDefinitionCommand";
191
- import { DescribeModelPackageCommandInput, DescribeModelPackageCommandOutput } from "./commands/DescribeModelPackageCommand";
192
- import { DescribeModelPackageGroupCommandInput, DescribeModelPackageGroupCommandOutput } from "./commands/DescribeModelPackageGroupCommand";
193
- import { DescribeModelQualityJobDefinitionCommandInput, DescribeModelQualityJobDefinitionCommandOutput } from "./commands/DescribeModelQualityJobDefinitionCommand";
194
- import { DescribeMonitoringScheduleCommandInput, DescribeMonitoringScheduleCommandOutput } from "./commands/DescribeMonitoringScheduleCommand";
195
- import { DescribeNotebookInstanceCommandInput, DescribeNotebookInstanceCommandOutput } from "./commands/DescribeNotebookInstanceCommand";
196
- import { DescribeNotebookInstanceLifecycleConfigCommandInput, DescribeNotebookInstanceLifecycleConfigCommandOutput } from "./commands/DescribeNotebookInstanceLifecycleConfigCommand";
197
- import { DescribeOptimizationJobCommandInput, DescribeOptimizationJobCommandOutput } from "./commands/DescribeOptimizationJobCommand";
198
- import { DescribePartnerAppCommandInput, DescribePartnerAppCommandOutput } from "./commands/DescribePartnerAppCommand";
199
- import { DescribePipelineCommandInput, DescribePipelineCommandOutput } from "./commands/DescribePipelineCommand";
200
- import { DescribePipelineDefinitionForExecutionCommandInput, DescribePipelineDefinitionForExecutionCommandOutput } from "./commands/DescribePipelineDefinitionForExecutionCommand";
201
- import { DescribePipelineExecutionCommandInput, DescribePipelineExecutionCommandOutput } from "./commands/DescribePipelineExecutionCommand";
202
- import { DescribeProcessingJobCommandInput, DescribeProcessingJobCommandOutput } from "./commands/DescribeProcessingJobCommand";
203
- import { DescribeProjectCommandInput, DescribeProjectCommandOutput } from "./commands/DescribeProjectCommand";
204
- import { DescribeReservedCapacityCommandInput, DescribeReservedCapacityCommandOutput } from "./commands/DescribeReservedCapacityCommand";
205
- import { DescribeSpaceCommandInput, DescribeSpaceCommandOutput } from "./commands/DescribeSpaceCommand";
206
- import { DescribeStudioLifecycleConfigCommandInput, DescribeStudioLifecycleConfigCommandOutput } from "./commands/DescribeStudioLifecycleConfigCommand";
207
- import { DescribeSubscribedWorkteamCommandInput, DescribeSubscribedWorkteamCommandOutput } from "./commands/DescribeSubscribedWorkteamCommand";
208
- import { DescribeTrainingJobCommandInput, DescribeTrainingJobCommandOutput } from "./commands/DescribeTrainingJobCommand";
209
- import { DescribeTrainingPlanCommandInput, DescribeTrainingPlanCommandOutput } from "./commands/DescribeTrainingPlanCommand";
210
- import { DescribeTrainingPlanExtensionHistoryCommandInput, DescribeTrainingPlanExtensionHistoryCommandOutput } from "./commands/DescribeTrainingPlanExtensionHistoryCommand";
211
- import { DescribeTransformJobCommandInput, DescribeTransformJobCommandOutput } from "./commands/DescribeTransformJobCommand";
212
- import { DescribeTrialCommandInput, DescribeTrialCommandOutput } from "./commands/DescribeTrialCommand";
213
- import { DescribeTrialComponentCommandInput, DescribeTrialComponentCommandOutput } from "./commands/DescribeTrialComponentCommand";
214
- import { DescribeUserProfileCommandInput, DescribeUserProfileCommandOutput } from "./commands/DescribeUserProfileCommand";
215
- import { DescribeWorkforceCommandInput, DescribeWorkforceCommandOutput } from "./commands/DescribeWorkforceCommand";
216
- import { DescribeWorkteamCommandInput, DescribeWorkteamCommandOutput } from "./commands/DescribeWorkteamCommand";
217
- import { DetachClusterNodeVolumeCommandInput, DetachClusterNodeVolumeCommandOutput } from "./commands/DetachClusterNodeVolumeCommand";
218
- import { DisableSagemakerServicecatalogPortfolioCommandInput, DisableSagemakerServicecatalogPortfolioCommandOutput } from "./commands/DisableSagemakerServicecatalogPortfolioCommand";
219
- import { DisassociateTrialComponentCommandInput, DisassociateTrialComponentCommandOutput } from "./commands/DisassociateTrialComponentCommand";
220
- import { EnableSagemakerServicecatalogPortfolioCommandInput, EnableSagemakerServicecatalogPortfolioCommandOutput } from "./commands/EnableSagemakerServicecatalogPortfolioCommand";
221
- import { ExtendTrainingPlanCommandInput, ExtendTrainingPlanCommandOutput } from "./commands/ExtendTrainingPlanCommand";
222
- import { GetDeviceFleetReportCommandInput, GetDeviceFleetReportCommandOutput } from "./commands/GetDeviceFleetReportCommand";
223
- import { GetLineageGroupPolicyCommandInput, GetLineageGroupPolicyCommandOutput } from "./commands/GetLineageGroupPolicyCommand";
224
- import { GetModelPackageGroupPolicyCommandInput, GetModelPackageGroupPolicyCommandOutput } from "./commands/GetModelPackageGroupPolicyCommand";
225
- import { GetSagemakerServicecatalogPortfolioStatusCommandInput, GetSagemakerServicecatalogPortfolioStatusCommandOutput } from "./commands/GetSagemakerServicecatalogPortfolioStatusCommand";
226
- import { GetScalingConfigurationRecommendationCommandInput, GetScalingConfigurationRecommendationCommandOutput } from "./commands/GetScalingConfigurationRecommendationCommand";
227
- import { GetSearchSuggestionsCommandInput, GetSearchSuggestionsCommandOutput } from "./commands/GetSearchSuggestionsCommand";
228
- import { ImportHubContentCommandInput, ImportHubContentCommandOutput } from "./commands/ImportHubContentCommand";
229
- import { ListActionsCommandInput, ListActionsCommandOutput } from "./commands/ListActionsCommand";
230
- import { ListAlgorithmsCommandInput, ListAlgorithmsCommandOutput } from "./commands/ListAlgorithmsCommand";
231
- import { ListAliasesCommandInput, ListAliasesCommandOutput } from "./commands/ListAliasesCommand";
232
- import { ListAppImageConfigsCommandInput, ListAppImageConfigsCommandOutput } from "./commands/ListAppImageConfigsCommand";
233
- import { ListAppsCommandInput, ListAppsCommandOutput } from "./commands/ListAppsCommand";
234
- import { ListArtifactsCommandInput, ListArtifactsCommandOutput } from "./commands/ListArtifactsCommand";
235
- import { ListAssociationsCommandInput, ListAssociationsCommandOutput } from "./commands/ListAssociationsCommand";
236
- import { ListAutoMLJobsCommandInput, ListAutoMLJobsCommandOutput } from "./commands/ListAutoMLJobsCommand";
237
- import { ListCandidatesForAutoMLJobCommandInput, ListCandidatesForAutoMLJobCommandOutput } from "./commands/ListCandidatesForAutoMLJobCommand";
238
- import { ListClusterEventsCommandInput, ListClusterEventsCommandOutput } from "./commands/ListClusterEventsCommand";
239
- import { ListClusterNodesCommandInput, ListClusterNodesCommandOutput } from "./commands/ListClusterNodesCommand";
240
- import { ListClusterSchedulerConfigsCommandInput, ListClusterSchedulerConfigsCommandOutput } from "./commands/ListClusterSchedulerConfigsCommand";
241
- import { ListClustersCommandInput, ListClustersCommandOutput } from "./commands/ListClustersCommand";
242
- import { ListCodeRepositoriesCommandInput, ListCodeRepositoriesCommandOutput } from "./commands/ListCodeRepositoriesCommand";
243
- import { ListCompilationJobsCommandInput, ListCompilationJobsCommandOutput } from "./commands/ListCompilationJobsCommand";
244
- import { ListComputeQuotasCommandInput, ListComputeQuotasCommandOutput } from "./commands/ListComputeQuotasCommand";
245
- import { ListContextsCommandInput, ListContextsCommandOutput } from "./commands/ListContextsCommand";
246
- import { ListDataQualityJobDefinitionsCommandInput, ListDataQualityJobDefinitionsCommandOutput } from "./commands/ListDataQualityJobDefinitionsCommand";
247
- import { ListDeviceFleetsCommandInput, ListDeviceFleetsCommandOutput } from "./commands/ListDeviceFleetsCommand";
248
- import { ListDevicesCommandInput, ListDevicesCommandOutput } from "./commands/ListDevicesCommand";
249
- import { ListDomainsCommandInput, ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
250
- import { ListEdgeDeploymentPlansCommandInput, ListEdgeDeploymentPlansCommandOutput } from "./commands/ListEdgeDeploymentPlansCommand";
251
- import { ListEdgePackagingJobsCommandInput, ListEdgePackagingJobsCommandOutput } from "./commands/ListEdgePackagingJobsCommand";
252
- import { ListEndpointConfigsCommandInput, ListEndpointConfigsCommandOutput } from "./commands/ListEndpointConfigsCommand";
253
- import { ListEndpointsCommandInput, ListEndpointsCommandOutput } from "./commands/ListEndpointsCommand";
254
- import { ListExperimentsCommandInput, ListExperimentsCommandOutput } from "./commands/ListExperimentsCommand";
255
- import { ListFeatureGroupsCommandInput, ListFeatureGroupsCommandOutput } from "./commands/ListFeatureGroupsCommand";
256
- import { ListFlowDefinitionsCommandInput, ListFlowDefinitionsCommandOutput } from "./commands/ListFlowDefinitionsCommand";
257
- import { ListHubContentsCommandInput, ListHubContentsCommandOutput } from "./commands/ListHubContentsCommand";
258
- import { ListHubContentVersionsCommandInput, ListHubContentVersionsCommandOutput } from "./commands/ListHubContentVersionsCommand";
259
- import { ListHubsCommandInput, ListHubsCommandOutput } from "./commands/ListHubsCommand";
260
- import { ListHumanTaskUisCommandInput, ListHumanTaskUisCommandOutput } from "./commands/ListHumanTaskUisCommand";
261
- import { ListHyperParameterTuningJobsCommandInput, ListHyperParameterTuningJobsCommandOutput } from "./commands/ListHyperParameterTuningJobsCommand";
262
- import { ListImagesCommandInput, ListImagesCommandOutput } from "./commands/ListImagesCommand";
263
- import { ListImageVersionsCommandInput, ListImageVersionsCommandOutput } from "./commands/ListImageVersionsCommand";
264
- import { ListInferenceComponentsCommandInput, ListInferenceComponentsCommandOutput } from "./commands/ListInferenceComponentsCommand";
265
- import { ListInferenceExperimentsCommandInput, ListInferenceExperimentsCommandOutput } from "./commands/ListInferenceExperimentsCommand";
266
- import { ListInferenceRecommendationsJobsCommandInput, ListInferenceRecommendationsJobsCommandOutput } from "./commands/ListInferenceRecommendationsJobsCommand";
267
- import { ListInferenceRecommendationsJobStepsCommandInput, ListInferenceRecommendationsJobStepsCommandOutput } from "./commands/ListInferenceRecommendationsJobStepsCommand";
268
- import { ListLabelingJobsCommandInput, ListLabelingJobsCommandOutput } from "./commands/ListLabelingJobsCommand";
269
- import { ListLabelingJobsForWorkteamCommandInput, ListLabelingJobsForWorkteamCommandOutput } from "./commands/ListLabelingJobsForWorkteamCommand";
270
- import { ListLineageGroupsCommandInput, ListLineageGroupsCommandOutput } from "./commands/ListLineageGroupsCommand";
271
- import { ListMlflowAppsCommandInput, ListMlflowAppsCommandOutput } from "./commands/ListMlflowAppsCommand";
272
- import { ListMlflowTrackingServersCommandInput, ListMlflowTrackingServersCommandOutput } from "./commands/ListMlflowTrackingServersCommand";
273
- import { ListModelBiasJobDefinitionsCommandInput, ListModelBiasJobDefinitionsCommandOutput } from "./commands/ListModelBiasJobDefinitionsCommand";
274
- import { ListModelCardExportJobsCommandInput, ListModelCardExportJobsCommandOutput } from "./commands/ListModelCardExportJobsCommand";
275
- import { ListModelCardsCommandInput, ListModelCardsCommandOutput } from "./commands/ListModelCardsCommand";
276
- import { ListModelCardVersionsCommandInput, ListModelCardVersionsCommandOutput } from "./commands/ListModelCardVersionsCommand";
277
- import { ListModelExplainabilityJobDefinitionsCommandInput, ListModelExplainabilityJobDefinitionsCommandOutput } from "./commands/ListModelExplainabilityJobDefinitionsCommand";
278
- import { ListModelMetadataCommandInput, ListModelMetadataCommandOutput } from "./commands/ListModelMetadataCommand";
279
- import { ListModelPackageGroupsCommandInput, ListModelPackageGroupsCommandOutput } from "./commands/ListModelPackageGroupsCommand";
280
- import { ListModelPackagesCommandInput, ListModelPackagesCommandOutput } from "./commands/ListModelPackagesCommand";
281
- import { ListModelQualityJobDefinitionsCommandInput, ListModelQualityJobDefinitionsCommandOutput } from "./commands/ListModelQualityJobDefinitionsCommand";
282
- import { ListModelsCommandInput, ListModelsCommandOutput } from "./commands/ListModelsCommand";
283
- import { ListMonitoringAlertHistoryCommandInput, ListMonitoringAlertHistoryCommandOutput } from "./commands/ListMonitoringAlertHistoryCommand";
284
- import { ListMonitoringAlertsCommandInput, ListMonitoringAlertsCommandOutput } from "./commands/ListMonitoringAlertsCommand";
285
- import { ListMonitoringExecutionsCommandInput, ListMonitoringExecutionsCommandOutput } from "./commands/ListMonitoringExecutionsCommand";
286
- import { ListMonitoringSchedulesCommandInput, ListMonitoringSchedulesCommandOutput } from "./commands/ListMonitoringSchedulesCommand";
287
- import { ListNotebookInstanceLifecycleConfigsCommandInput, ListNotebookInstanceLifecycleConfigsCommandOutput } from "./commands/ListNotebookInstanceLifecycleConfigsCommand";
288
- import { ListNotebookInstancesCommandInput, ListNotebookInstancesCommandOutput } from "./commands/ListNotebookInstancesCommand";
289
- import { ListOptimizationJobsCommandInput, ListOptimizationJobsCommandOutput } from "./commands/ListOptimizationJobsCommand";
290
- import { ListPartnerAppsCommandInput, ListPartnerAppsCommandOutput } from "./commands/ListPartnerAppsCommand";
291
- import { ListPipelineExecutionsCommandInput, ListPipelineExecutionsCommandOutput } from "./commands/ListPipelineExecutionsCommand";
292
- import { ListPipelineExecutionStepsCommandInput, ListPipelineExecutionStepsCommandOutput } from "./commands/ListPipelineExecutionStepsCommand";
293
- import { ListPipelineParametersForExecutionCommandInput, ListPipelineParametersForExecutionCommandOutput } from "./commands/ListPipelineParametersForExecutionCommand";
294
- import { ListPipelinesCommandInput, ListPipelinesCommandOutput } from "./commands/ListPipelinesCommand";
295
- import { ListPipelineVersionsCommandInput, ListPipelineVersionsCommandOutput } from "./commands/ListPipelineVersionsCommand";
296
- import { ListProcessingJobsCommandInput, ListProcessingJobsCommandOutput } from "./commands/ListProcessingJobsCommand";
297
- import { ListProjectsCommandInput, ListProjectsCommandOutput } from "./commands/ListProjectsCommand";
298
- import { ListResourceCatalogsCommandInput, ListResourceCatalogsCommandOutput } from "./commands/ListResourceCatalogsCommand";
299
- import { ListSpacesCommandInput, ListSpacesCommandOutput } from "./commands/ListSpacesCommand";
300
- import { ListStageDevicesCommandInput, ListStageDevicesCommandOutput } from "./commands/ListStageDevicesCommand";
301
- import { ListStudioLifecycleConfigsCommandInput, ListStudioLifecycleConfigsCommandOutput } from "./commands/ListStudioLifecycleConfigsCommand";
302
- import { ListSubscribedWorkteamsCommandInput, ListSubscribedWorkteamsCommandOutput } from "./commands/ListSubscribedWorkteamsCommand";
303
- import { ListTagsCommandInput, ListTagsCommandOutput } from "./commands/ListTagsCommand";
304
- import { ListTrainingJobsCommandInput, ListTrainingJobsCommandOutput } from "./commands/ListTrainingJobsCommand";
305
- import { ListTrainingJobsForHyperParameterTuningJobCommandInput, ListTrainingJobsForHyperParameterTuningJobCommandOutput } from "./commands/ListTrainingJobsForHyperParameterTuningJobCommand";
306
- import { ListTrainingPlansCommandInput, ListTrainingPlansCommandOutput } from "./commands/ListTrainingPlansCommand";
307
- import { ListTransformJobsCommandInput, ListTransformJobsCommandOutput } from "./commands/ListTransformJobsCommand";
308
- import { ListTrialComponentsCommandInput, ListTrialComponentsCommandOutput } from "./commands/ListTrialComponentsCommand";
309
- import { ListTrialsCommandInput, ListTrialsCommandOutput } from "./commands/ListTrialsCommand";
310
- import { ListUltraServersByReservedCapacityCommandInput, ListUltraServersByReservedCapacityCommandOutput } from "./commands/ListUltraServersByReservedCapacityCommand";
311
- import { ListUserProfilesCommandInput, ListUserProfilesCommandOutput } from "./commands/ListUserProfilesCommand";
312
- import { ListWorkforcesCommandInput, ListWorkforcesCommandOutput } from "./commands/ListWorkforcesCommand";
313
- import { ListWorkteamsCommandInput, ListWorkteamsCommandOutput } from "./commands/ListWorkteamsCommand";
314
- import { PutModelPackageGroupPolicyCommandInput, PutModelPackageGroupPolicyCommandOutput } from "./commands/PutModelPackageGroupPolicyCommand";
315
- import { QueryLineageCommandInput, QueryLineageCommandOutput } from "./commands/QueryLineageCommand";
316
- import { RegisterDevicesCommandInput, RegisterDevicesCommandOutput } from "./commands/RegisterDevicesCommand";
317
- import { RenderUiTemplateCommandInput, RenderUiTemplateCommandOutput } from "./commands/RenderUiTemplateCommand";
318
- import { RetryPipelineExecutionCommandInput, RetryPipelineExecutionCommandOutput } from "./commands/RetryPipelineExecutionCommand";
319
- import { SearchCommandInput, SearchCommandOutput } from "./commands/SearchCommand";
320
- import { SearchTrainingPlanOfferingsCommandInput, SearchTrainingPlanOfferingsCommandOutput } from "./commands/SearchTrainingPlanOfferingsCommand";
321
- import { SendPipelineExecutionStepFailureCommandInput, SendPipelineExecutionStepFailureCommandOutput } from "./commands/SendPipelineExecutionStepFailureCommand";
322
- import { SendPipelineExecutionStepSuccessCommandInput, SendPipelineExecutionStepSuccessCommandOutput } from "./commands/SendPipelineExecutionStepSuccessCommand";
323
- import { StartEdgeDeploymentStageCommandInput, StartEdgeDeploymentStageCommandOutput } from "./commands/StartEdgeDeploymentStageCommand";
324
- import { StartInferenceExperimentCommandInput, StartInferenceExperimentCommandOutput } from "./commands/StartInferenceExperimentCommand";
325
- import { StartMlflowTrackingServerCommandInput, StartMlflowTrackingServerCommandOutput } from "./commands/StartMlflowTrackingServerCommand";
326
- import { StartMonitoringScheduleCommandInput, StartMonitoringScheduleCommandOutput } from "./commands/StartMonitoringScheduleCommand";
327
- import { StartNotebookInstanceCommandInput, StartNotebookInstanceCommandOutput } from "./commands/StartNotebookInstanceCommand";
328
- import { StartPipelineExecutionCommandInput, StartPipelineExecutionCommandOutput } from "./commands/StartPipelineExecutionCommand";
329
- import { StartSessionCommandInput, StartSessionCommandOutput } from "./commands/StartSessionCommand";
330
- import { StopAutoMLJobCommandInput, StopAutoMLJobCommandOutput } from "./commands/StopAutoMLJobCommand";
331
- import { StopCompilationJobCommandInput, StopCompilationJobCommandOutput } from "./commands/StopCompilationJobCommand";
332
- import { StopEdgeDeploymentStageCommandInput, StopEdgeDeploymentStageCommandOutput } from "./commands/StopEdgeDeploymentStageCommand";
333
- import { StopEdgePackagingJobCommandInput, StopEdgePackagingJobCommandOutput } from "./commands/StopEdgePackagingJobCommand";
334
- import { StopHyperParameterTuningJobCommandInput, StopHyperParameterTuningJobCommandOutput } from "./commands/StopHyperParameterTuningJobCommand";
335
- import { StopInferenceExperimentCommandInput, StopInferenceExperimentCommandOutput } from "./commands/StopInferenceExperimentCommand";
336
- import { StopInferenceRecommendationsJobCommandInput, StopInferenceRecommendationsJobCommandOutput } from "./commands/StopInferenceRecommendationsJobCommand";
337
- import { StopLabelingJobCommandInput, StopLabelingJobCommandOutput } from "./commands/StopLabelingJobCommand";
338
- import { StopMlflowTrackingServerCommandInput, StopMlflowTrackingServerCommandOutput } from "./commands/StopMlflowTrackingServerCommand";
339
- import { StopMonitoringScheduleCommandInput, StopMonitoringScheduleCommandOutput } from "./commands/StopMonitoringScheduleCommand";
340
- import { StopNotebookInstanceCommandInput, StopNotebookInstanceCommandOutput } from "./commands/StopNotebookInstanceCommand";
341
- import { StopOptimizationJobCommandInput, StopOptimizationJobCommandOutput } from "./commands/StopOptimizationJobCommand";
342
- import { StopPipelineExecutionCommandInput, StopPipelineExecutionCommandOutput } from "./commands/StopPipelineExecutionCommand";
343
- import { StopProcessingJobCommandInput, StopProcessingJobCommandOutput } from "./commands/StopProcessingJobCommand";
344
- import { StopTrainingJobCommandInput, StopTrainingJobCommandOutput } from "./commands/StopTrainingJobCommand";
345
- import { StopTransformJobCommandInput, StopTransformJobCommandOutput } from "./commands/StopTransformJobCommand";
346
- import { UpdateActionCommandInput, UpdateActionCommandOutput } from "./commands/UpdateActionCommand";
347
- import { UpdateAppImageConfigCommandInput, UpdateAppImageConfigCommandOutput } from "./commands/UpdateAppImageConfigCommand";
348
- import { UpdateArtifactCommandInput, UpdateArtifactCommandOutput } from "./commands/UpdateArtifactCommand";
349
- import { UpdateClusterCommandInput, UpdateClusterCommandOutput } from "./commands/UpdateClusterCommand";
350
- import { UpdateClusterSchedulerConfigCommandInput, UpdateClusterSchedulerConfigCommandOutput } from "./commands/UpdateClusterSchedulerConfigCommand";
351
- import { UpdateClusterSoftwareCommandInput, UpdateClusterSoftwareCommandOutput } from "./commands/UpdateClusterSoftwareCommand";
352
- import { UpdateCodeRepositoryCommandInput, UpdateCodeRepositoryCommandOutput } from "./commands/UpdateCodeRepositoryCommand";
353
- import { UpdateComputeQuotaCommandInput, UpdateComputeQuotaCommandOutput } from "./commands/UpdateComputeQuotaCommand";
354
- import { UpdateContextCommandInput, UpdateContextCommandOutput } from "./commands/UpdateContextCommand";
355
- import { UpdateDeviceFleetCommandInput, UpdateDeviceFleetCommandOutput } from "./commands/UpdateDeviceFleetCommand";
356
- import { UpdateDevicesCommandInput, UpdateDevicesCommandOutput } from "./commands/UpdateDevicesCommand";
357
- import { UpdateDomainCommandInput, UpdateDomainCommandOutput } from "./commands/UpdateDomainCommand";
358
- import { UpdateEndpointCommandInput, UpdateEndpointCommandOutput } from "./commands/UpdateEndpointCommand";
359
- import { UpdateEndpointWeightsAndCapacitiesCommandInput, UpdateEndpointWeightsAndCapacitiesCommandOutput } from "./commands/UpdateEndpointWeightsAndCapacitiesCommand";
360
- import { UpdateExperimentCommandInput, UpdateExperimentCommandOutput } from "./commands/UpdateExperimentCommand";
361
- import { UpdateFeatureGroupCommandInput, UpdateFeatureGroupCommandOutput } from "./commands/UpdateFeatureGroupCommand";
362
- import { UpdateFeatureMetadataCommandInput, UpdateFeatureMetadataCommandOutput } from "./commands/UpdateFeatureMetadataCommand";
363
- import { UpdateHubCommandInput, UpdateHubCommandOutput } from "./commands/UpdateHubCommand";
364
- import { UpdateHubContentCommandInput, UpdateHubContentCommandOutput } from "./commands/UpdateHubContentCommand";
365
- import { UpdateHubContentReferenceCommandInput, UpdateHubContentReferenceCommandOutput } from "./commands/UpdateHubContentReferenceCommand";
366
- import { UpdateImageCommandInput, UpdateImageCommandOutput } from "./commands/UpdateImageCommand";
367
- import { UpdateImageVersionCommandInput, UpdateImageVersionCommandOutput } from "./commands/UpdateImageVersionCommand";
368
- import { UpdateInferenceComponentCommandInput, UpdateInferenceComponentCommandOutput } from "./commands/UpdateInferenceComponentCommand";
369
- import { UpdateInferenceComponentRuntimeConfigCommandInput, UpdateInferenceComponentRuntimeConfigCommandOutput } from "./commands/UpdateInferenceComponentRuntimeConfigCommand";
370
- import { UpdateInferenceExperimentCommandInput, UpdateInferenceExperimentCommandOutput } from "./commands/UpdateInferenceExperimentCommand";
371
- import { UpdateMlflowAppCommandInput, UpdateMlflowAppCommandOutput } from "./commands/UpdateMlflowAppCommand";
372
- import { UpdateMlflowTrackingServerCommandInput, UpdateMlflowTrackingServerCommandOutput } from "./commands/UpdateMlflowTrackingServerCommand";
373
- import { UpdateModelCardCommandInput, UpdateModelCardCommandOutput } from "./commands/UpdateModelCardCommand";
374
- import { UpdateModelPackageCommandInput, UpdateModelPackageCommandOutput } from "./commands/UpdateModelPackageCommand";
375
- import { UpdateMonitoringAlertCommandInput, UpdateMonitoringAlertCommandOutput } from "./commands/UpdateMonitoringAlertCommand";
376
- import { UpdateMonitoringScheduleCommandInput, UpdateMonitoringScheduleCommandOutput } from "./commands/UpdateMonitoringScheduleCommand";
377
- import { UpdateNotebookInstanceCommandInput, UpdateNotebookInstanceCommandOutput } from "./commands/UpdateNotebookInstanceCommand";
378
- import { UpdateNotebookInstanceLifecycleConfigCommandInput, UpdateNotebookInstanceLifecycleConfigCommandOutput } from "./commands/UpdateNotebookInstanceLifecycleConfigCommand";
379
- import { UpdatePartnerAppCommandInput, UpdatePartnerAppCommandOutput } from "./commands/UpdatePartnerAppCommand";
380
- import { UpdatePipelineCommandInput, UpdatePipelineCommandOutput } from "./commands/UpdatePipelineCommand";
381
- import { UpdatePipelineExecutionCommandInput, UpdatePipelineExecutionCommandOutput } from "./commands/UpdatePipelineExecutionCommand";
382
- import { UpdatePipelineVersionCommandInput, UpdatePipelineVersionCommandOutput } from "./commands/UpdatePipelineVersionCommand";
383
- import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "./commands/UpdateProjectCommand";
384
- import { UpdateSpaceCommandInput, UpdateSpaceCommandOutput } from "./commands/UpdateSpaceCommand";
385
- import { UpdateTrainingJobCommandInput, UpdateTrainingJobCommandOutput } from "./commands/UpdateTrainingJobCommand";
386
- import { UpdateTrialCommandInput, UpdateTrialCommandOutput } from "./commands/UpdateTrialCommand";
387
- import { UpdateTrialComponentCommandInput, UpdateTrialComponentCommandOutput } from "./commands/UpdateTrialComponentCommand";
388
- import { UpdateUserProfileCommandInput, UpdateUserProfileCommandOutput } from "./commands/UpdateUserProfileCommand";
389
- import { UpdateWorkforceCommandInput, UpdateWorkforceCommandOutput } from "./commands/UpdateWorkforceCommand";
390
- import { UpdateWorkteamCommandInput, UpdateWorkteamCommandOutput } from "./commands/UpdateWorkteamCommand";
391
- import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
10
+ import type { AddAssociationCommandInput, AddAssociationCommandOutput } from "./commands/AddAssociationCommand";
11
+ import type { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
12
+ import type { AssociateTrialComponentCommandInput, AssociateTrialComponentCommandOutput } from "./commands/AssociateTrialComponentCommand";
13
+ import type { AttachClusterNodeVolumeCommandInput, AttachClusterNodeVolumeCommandOutput } from "./commands/AttachClusterNodeVolumeCommand";
14
+ import type { BatchAddClusterNodesCommandInput, BatchAddClusterNodesCommandOutput } from "./commands/BatchAddClusterNodesCommand";
15
+ import type { BatchDeleteClusterNodesCommandInput, BatchDeleteClusterNodesCommandOutput } from "./commands/BatchDeleteClusterNodesCommand";
16
+ import type { BatchDescribeModelPackageCommandInput, BatchDescribeModelPackageCommandOutput } from "./commands/BatchDescribeModelPackageCommand";
17
+ import type { BatchRebootClusterNodesCommandInput, BatchRebootClusterNodesCommandOutput } from "./commands/BatchRebootClusterNodesCommand";
18
+ import type { BatchReplaceClusterNodesCommandInput, BatchReplaceClusterNodesCommandOutput } from "./commands/BatchReplaceClusterNodesCommand";
19
+ import type { CreateActionCommandInput, CreateActionCommandOutput } from "./commands/CreateActionCommand";
20
+ import type { CreateAlgorithmCommandInput, CreateAlgorithmCommandOutput } from "./commands/CreateAlgorithmCommand";
21
+ import type { CreateAppCommandInput, CreateAppCommandOutput } from "./commands/CreateAppCommand";
22
+ import type { CreateAppImageConfigCommandInput, CreateAppImageConfigCommandOutput } from "./commands/CreateAppImageConfigCommand";
23
+ import type { CreateArtifactCommandInput, CreateArtifactCommandOutput } from "./commands/CreateArtifactCommand";
24
+ import type { CreateAutoMLJobCommandInput, CreateAutoMLJobCommandOutput } from "./commands/CreateAutoMLJobCommand";
25
+ import type { CreateAutoMLJobV2CommandInput, CreateAutoMLJobV2CommandOutput } from "./commands/CreateAutoMLJobV2Command";
26
+ import type { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
27
+ import type { CreateClusterSchedulerConfigCommandInput, CreateClusterSchedulerConfigCommandOutput } from "./commands/CreateClusterSchedulerConfigCommand";
28
+ import type { CreateCodeRepositoryCommandInput, CreateCodeRepositoryCommandOutput } from "./commands/CreateCodeRepositoryCommand";
29
+ import type { CreateCompilationJobCommandInput, CreateCompilationJobCommandOutput } from "./commands/CreateCompilationJobCommand";
30
+ import type { CreateComputeQuotaCommandInput, CreateComputeQuotaCommandOutput } from "./commands/CreateComputeQuotaCommand";
31
+ import type { CreateContextCommandInput, CreateContextCommandOutput } from "./commands/CreateContextCommand";
32
+ import type { CreateDataQualityJobDefinitionCommandInput, CreateDataQualityJobDefinitionCommandOutput } from "./commands/CreateDataQualityJobDefinitionCommand";
33
+ import type { CreateDeviceFleetCommandInput, CreateDeviceFleetCommandOutput } from "./commands/CreateDeviceFleetCommand";
34
+ import type { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
35
+ import type { CreateEdgeDeploymentPlanCommandInput, CreateEdgeDeploymentPlanCommandOutput } from "./commands/CreateEdgeDeploymentPlanCommand";
36
+ import type { CreateEdgeDeploymentStageCommandInput, CreateEdgeDeploymentStageCommandOutput } from "./commands/CreateEdgeDeploymentStageCommand";
37
+ import type { CreateEdgePackagingJobCommandInput, CreateEdgePackagingJobCommandOutput } from "./commands/CreateEdgePackagingJobCommand";
38
+ import type { CreateEndpointCommandInput, CreateEndpointCommandOutput } from "./commands/CreateEndpointCommand";
39
+ import type { CreateEndpointConfigCommandInput, CreateEndpointConfigCommandOutput } from "./commands/CreateEndpointConfigCommand";
40
+ import type { CreateExperimentCommandInput, CreateExperimentCommandOutput } from "./commands/CreateExperimentCommand";
41
+ import type { CreateFeatureGroupCommandInput, CreateFeatureGroupCommandOutput } from "./commands/CreateFeatureGroupCommand";
42
+ import type { CreateFlowDefinitionCommandInput, CreateFlowDefinitionCommandOutput } from "./commands/CreateFlowDefinitionCommand";
43
+ import type { CreateHubCommandInput, CreateHubCommandOutput } from "./commands/CreateHubCommand";
44
+ import type { CreateHubContentPresignedUrlsCommandInput, CreateHubContentPresignedUrlsCommandOutput } from "./commands/CreateHubContentPresignedUrlsCommand";
45
+ import type { CreateHubContentReferenceCommandInput, CreateHubContentReferenceCommandOutput } from "./commands/CreateHubContentReferenceCommand";
46
+ import type { CreateHumanTaskUiCommandInput, CreateHumanTaskUiCommandOutput } from "./commands/CreateHumanTaskUiCommand";
47
+ import type { CreateHyperParameterTuningJobCommandInput, CreateHyperParameterTuningJobCommandOutput } from "./commands/CreateHyperParameterTuningJobCommand";
48
+ import type { CreateImageCommandInput, CreateImageCommandOutput } from "./commands/CreateImageCommand";
49
+ import type { CreateImageVersionCommandInput, CreateImageVersionCommandOutput } from "./commands/CreateImageVersionCommand";
50
+ import type { CreateInferenceComponentCommandInput, CreateInferenceComponentCommandOutput } from "./commands/CreateInferenceComponentCommand";
51
+ import type { CreateInferenceExperimentCommandInput, CreateInferenceExperimentCommandOutput } from "./commands/CreateInferenceExperimentCommand";
52
+ import type { CreateInferenceRecommendationsJobCommandInput, CreateInferenceRecommendationsJobCommandOutput } from "./commands/CreateInferenceRecommendationsJobCommand";
53
+ import type { CreateLabelingJobCommandInput, CreateLabelingJobCommandOutput } from "./commands/CreateLabelingJobCommand";
54
+ import type { CreateMlflowAppCommandInput, CreateMlflowAppCommandOutput } from "./commands/CreateMlflowAppCommand";
55
+ import type { CreateMlflowTrackingServerCommandInput, CreateMlflowTrackingServerCommandOutput } from "./commands/CreateMlflowTrackingServerCommand";
56
+ import type { CreateModelBiasJobDefinitionCommandInput, CreateModelBiasJobDefinitionCommandOutput } from "./commands/CreateModelBiasJobDefinitionCommand";
57
+ import type { CreateModelCardCommandInput, CreateModelCardCommandOutput } from "./commands/CreateModelCardCommand";
58
+ import type { CreateModelCardExportJobCommandInput, CreateModelCardExportJobCommandOutput } from "./commands/CreateModelCardExportJobCommand";
59
+ import type { CreateModelCommandInput, CreateModelCommandOutput } from "./commands/CreateModelCommand";
60
+ import type { CreateModelExplainabilityJobDefinitionCommandInput, CreateModelExplainabilityJobDefinitionCommandOutput } from "./commands/CreateModelExplainabilityJobDefinitionCommand";
61
+ import type { CreateModelPackageCommandInput, CreateModelPackageCommandOutput } from "./commands/CreateModelPackageCommand";
62
+ import type { CreateModelPackageGroupCommandInput, CreateModelPackageGroupCommandOutput } from "./commands/CreateModelPackageGroupCommand";
63
+ import type { CreateModelQualityJobDefinitionCommandInput, CreateModelQualityJobDefinitionCommandOutput } from "./commands/CreateModelQualityJobDefinitionCommand";
64
+ import type { CreateMonitoringScheduleCommandInput, CreateMonitoringScheduleCommandOutput } from "./commands/CreateMonitoringScheduleCommand";
65
+ import type { CreateNotebookInstanceCommandInput, CreateNotebookInstanceCommandOutput } from "./commands/CreateNotebookInstanceCommand";
66
+ import type { CreateNotebookInstanceLifecycleConfigCommandInput, CreateNotebookInstanceLifecycleConfigCommandOutput } from "./commands/CreateNotebookInstanceLifecycleConfigCommand";
67
+ import type { CreateOptimizationJobCommandInput, CreateOptimizationJobCommandOutput } from "./commands/CreateOptimizationJobCommand";
68
+ import type { CreatePartnerAppCommandInput, CreatePartnerAppCommandOutput } from "./commands/CreatePartnerAppCommand";
69
+ import type { CreatePartnerAppPresignedUrlCommandInput, CreatePartnerAppPresignedUrlCommandOutput } from "./commands/CreatePartnerAppPresignedUrlCommand";
70
+ import type { CreatePipelineCommandInput, CreatePipelineCommandOutput } from "./commands/CreatePipelineCommand";
71
+ import type { CreatePresignedDomainUrlCommandInput, CreatePresignedDomainUrlCommandOutput } from "./commands/CreatePresignedDomainUrlCommand";
72
+ import type { CreatePresignedMlflowAppUrlCommandInput, CreatePresignedMlflowAppUrlCommandOutput } from "./commands/CreatePresignedMlflowAppUrlCommand";
73
+ import type { CreatePresignedMlflowTrackingServerUrlCommandInput, CreatePresignedMlflowTrackingServerUrlCommandOutput } from "./commands/CreatePresignedMlflowTrackingServerUrlCommand";
74
+ import type { CreatePresignedNotebookInstanceUrlCommandInput, CreatePresignedNotebookInstanceUrlCommandOutput } from "./commands/CreatePresignedNotebookInstanceUrlCommand";
75
+ import type { CreateProcessingJobCommandInput, CreateProcessingJobCommandOutput } from "./commands/CreateProcessingJobCommand";
76
+ import type { CreateProjectCommandInput, CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
77
+ import type { CreateSpaceCommandInput, CreateSpaceCommandOutput } from "./commands/CreateSpaceCommand";
78
+ import type { CreateStudioLifecycleConfigCommandInput, CreateStudioLifecycleConfigCommandOutput } from "./commands/CreateStudioLifecycleConfigCommand";
79
+ import type { CreateTrainingJobCommandInput, CreateTrainingJobCommandOutput } from "./commands/CreateTrainingJobCommand";
80
+ import type { CreateTrainingPlanCommandInput, CreateTrainingPlanCommandOutput } from "./commands/CreateTrainingPlanCommand";
81
+ import type { CreateTransformJobCommandInput, CreateTransformJobCommandOutput } from "./commands/CreateTransformJobCommand";
82
+ import type { CreateTrialCommandInput, CreateTrialCommandOutput } from "./commands/CreateTrialCommand";
83
+ import type { CreateTrialComponentCommandInput, CreateTrialComponentCommandOutput } from "./commands/CreateTrialComponentCommand";
84
+ import type { CreateUserProfileCommandInput, CreateUserProfileCommandOutput } from "./commands/CreateUserProfileCommand";
85
+ import type { CreateWorkforceCommandInput, CreateWorkforceCommandOutput } from "./commands/CreateWorkforceCommand";
86
+ import type { CreateWorkteamCommandInput, CreateWorkteamCommandOutput } from "./commands/CreateWorkteamCommand";
87
+ import type { DeleteActionCommandInput, DeleteActionCommandOutput } from "./commands/DeleteActionCommand";
88
+ import type { DeleteAlgorithmCommandInput, DeleteAlgorithmCommandOutput } from "./commands/DeleteAlgorithmCommand";
89
+ import type { DeleteAppCommandInput, DeleteAppCommandOutput } from "./commands/DeleteAppCommand";
90
+ import type { DeleteAppImageConfigCommandInput, DeleteAppImageConfigCommandOutput } from "./commands/DeleteAppImageConfigCommand";
91
+ import type { DeleteArtifactCommandInput, DeleteArtifactCommandOutput } from "./commands/DeleteArtifactCommand";
92
+ import type { DeleteAssociationCommandInput, DeleteAssociationCommandOutput } from "./commands/DeleteAssociationCommand";
93
+ import type { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "./commands/DeleteClusterCommand";
94
+ import type { DeleteClusterSchedulerConfigCommandInput, DeleteClusterSchedulerConfigCommandOutput } from "./commands/DeleteClusterSchedulerConfigCommand";
95
+ import type { DeleteCodeRepositoryCommandInput, DeleteCodeRepositoryCommandOutput } from "./commands/DeleteCodeRepositoryCommand";
96
+ import type { DeleteCompilationJobCommandInput, DeleteCompilationJobCommandOutput } from "./commands/DeleteCompilationJobCommand";
97
+ import type { DeleteComputeQuotaCommandInput, DeleteComputeQuotaCommandOutput } from "./commands/DeleteComputeQuotaCommand";
98
+ import type { DeleteContextCommandInput, DeleteContextCommandOutput } from "./commands/DeleteContextCommand";
99
+ import type { DeleteDataQualityJobDefinitionCommandInput, DeleteDataQualityJobDefinitionCommandOutput } from "./commands/DeleteDataQualityJobDefinitionCommand";
100
+ import type { DeleteDeviceFleetCommandInput, DeleteDeviceFleetCommandOutput } from "./commands/DeleteDeviceFleetCommand";
101
+ import type { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
102
+ import type { DeleteEdgeDeploymentPlanCommandInput, DeleteEdgeDeploymentPlanCommandOutput } from "./commands/DeleteEdgeDeploymentPlanCommand";
103
+ import type { DeleteEdgeDeploymentStageCommandInput, DeleteEdgeDeploymentStageCommandOutput } from "./commands/DeleteEdgeDeploymentStageCommand";
104
+ import type { DeleteEndpointCommandInput, DeleteEndpointCommandOutput } from "./commands/DeleteEndpointCommand";
105
+ import type { DeleteEndpointConfigCommandInput, DeleteEndpointConfigCommandOutput } from "./commands/DeleteEndpointConfigCommand";
106
+ import type { DeleteExperimentCommandInput, DeleteExperimentCommandOutput } from "./commands/DeleteExperimentCommand";
107
+ import type { DeleteFeatureGroupCommandInput, DeleteFeatureGroupCommandOutput } from "./commands/DeleteFeatureGroupCommand";
108
+ import type { DeleteFlowDefinitionCommandInput, DeleteFlowDefinitionCommandOutput } from "./commands/DeleteFlowDefinitionCommand";
109
+ import type { DeleteHubCommandInput, DeleteHubCommandOutput } from "./commands/DeleteHubCommand";
110
+ import type { DeleteHubContentCommandInput, DeleteHubContentCommandOutput } from "./commands/DeleteHubContentCommand";
111
+ import type { DeleteHubContentReferenceCommandInput, DeleteHubContentReferenceCommandOutput } from "./commands/DeleteHubContentReferenceCommand";
112
+ import type { DeleteHumanTaskUiCommandInput, DeleteHumanTaskUiCommandOutput } from "./commands/DeleteHumanTaskUiCommand";
113
+ import type { DeleteHyperParameterTuningJobCommandInput, DeleteHyperParameterTuningJobCommandOutput } from "./commands/DeleteHyperParameterTuningJobCommand";
114
+ import type { DeleteImageCommandInput, DeleteImageCommandOutput } from "./commands/DeleteImageCommand";
115
+ import type { DeleteImageVersionCommandInput, DeleteImageVersionCommandOutput } from "./commands/DeleteImageVersionCommand";
116
+ import type { DeleteInferenceComponentCommandInput, DeleteInferenceComponentCommandOutput } from "./commands/DeleteInferenceComponentCommand";
117
+ import type { DeleteInferenceExperimentCommandInput, DeleteInferenceExperimentCommandOutput } from "./commands/DeleteInferenceExperimentCommand";
118
+ import type { DeleteMlflowAppCommandInput, DeleteMlflowAppCommandOutput } from "./commands/DeleteMlflowAppCommand";
119
+ import type { DeleteMlflowTrackingServerCommandInput, DeleteMlflowTrackingServerCommandOutput } from "./commands/DeleteMlflowTrackingServerCommand";
120
+ import type { DeleteModelBiasJobDefinitionCommandInput, DeleteModelBiasJobDefinitionCommandOutput } from "./commands/DeleteModelBiasJobDefinitionCommand";
121
+ import type { DeleteModelCardCommandInput, DeleteModelCardCommandOutput } from "./commands/DeleteModelCardCommand";
122
+ import type { DeleteModelCommandInput, DeleteModelCommandOutput } from "./commands/DeleteModelCommand";
123
+ import type { DeleteModelExplainabilityJobDefinitionCommandInput, DeleteModelExplainabilityJobDefinitionCommandOutput } from "./commands/DeleteModelExplainabilityJobDefinitionCommand";
124
+ import type { DeleteModelPackageCommandInput, DeleteModelPackageCommandOutput } from "./commands/DeleteModelPackageCommand";
125
+ import type { DeleteModelPackageGroupCommandInput, DeleteModelPackageGroupCommandOutput } from "./commands/DeleteModelPackageGroupCommand";
126
+ import type { DeleteModelPackageGroupPolicyCommandInput, DeleteModelPackageGroupPolicyCommandOutput } from "./commands/DeleteModelPackageGroupPolicyCommand";
127
+ import type { DeleteModelQualityJobDefinitionCommandInput, DeleteModelQualityJobDefinitionCommandOutput } from "./commands/DeleteModelQualityJobDefinitionCommand";
128
+ import type { DeleteMonitoringScheduleCommandInput, DeleteMonitoringScheduleCommandOutput } from "./commands/DeleteMonitoringScheduleCommand";
129
+ import type { DeleteNotebookInstanceCommandInput, DeleteNotebookInstanceCommandOutput } from "./commands/DeleteNotebookInstanceCommand";
130
+ import type { DeleteNotebookInstanceLifecycleConfigCommandInput, DeleteNotebookInstanceLifecycleConfigCommandOutput } from "./commands/DeleteNotebookInstanceLifecycleConfigCommand";
131
+ import type { DeleteOptimizationJobCommandInput, DeleteOptimizationJobCommandOutput } from "./commands/DeleteOptimizationJobCommand";
132
+ import type { DeletePartnerAppCommandInput, DeletePartnerAppCommandOutput } from "./commands/DeletePartnerAppCommand";
133
+ import type { DeletePipelineCommandInput, DeletePipelineCommandOutput } from "./commands/DeletePipelineCommand";
134
+ import type { DeleteProcessingJobCommandInput, DeleteProcessingJobCommandOutput } from "./commands/DeleteProcessingJobCommand";
135
+ import type { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
136
+ import type { DeleteSpaceCommandInput, DeleteSpaceCommandOutput } from "./commands/DeleteSpaceCommand";
137
+ import type { DeleteStudioLifecycleConfigCommandInput, DeleteStudioLifecycleConfigCommandOutput } from "./commands/DeleteStudioLifecycleConfigCommand";
138
+ import type { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
139
+ import type { DeleteTrainingJobCommandInput, DeleteTrainingJobCommandOutput } from "./commands/DeleteTrainingJobCommand";
140
+ import type { DeleteTrialCommandInput, DeleteTrialCommandOutput } from "./commands/DeleteTrialCommand";
141
+ import type { DeleteTrialComponentCommandInput, DeleteTrialComponentCommandOutput } from "./commands/DeleteTrialComponentCommand";
142
+ import type { DeleteUserProfileCommandInput, DeleteUserProfileCommandOutput } from "./commands/DeleteUserProfileCommand";
143
+ import type { DeleteWorkforceCommandInput, DeleteWorkforceCommandOutput } from "./commands/DeleteWorkforceCommand";
144
+ import type { DeleteWorkteamCommandInput, DeleteWorkteamCommandOutput } from "./commands/DeleteWorkteamCommand";
145
+ import type { DeregisterDevicesCommandInput, DeregisterDevicesCommandOutput } from "./commands/DeregisterDevicesCommand";
146
+ import type { DescribeActionCommandInput, DescribeActionCommandOutput } from "./commands/DescribeActionCommand";
147
+ import type { DescribeAlgorithmCommandInput, DescribeAlgorithmCommandOutput } from "./commands/DescribeAlgorithmCommand";
148
+ import type { DescribeAppCommandInput, DescribeAppCommandOutput } from "./commands/DescribeAppCommand";
149
+ import type { DescribeAppImageConfigCommandInput, DescribeAppImageConfigCommandOutput } from "./commands/DescribeAppImageConfigCommand";
150
+ import type { DescribeArtifactCommandInput, DescribeArtifactCommandOutput } from "./commands/DescribeArtifactCommand";
151
+ import type { DescribeAutoMLJobCommandInput, DescribeAutoMLJobCommandOutput } from "./commands/DescribeAutoMLJobCommand";
152
+ import type { DescribeAutoMLJobV2CommandInput, DescribeAutoMLJobV2CommandOutput } from "./commands/DescribeAutoMLJobV2Command";
153
+ import type { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
154
+ import type { DescribeClusterEventCommandInput, DescribeClusterEventCommandOutput } from "./commands/DescribeClusterEventCommand";
155
+ import type { DescribeClusterNodeCommandInput, DescribeClusterNodeCommandOutput } from "./commands/DescribeClusterNodeCommand";
156
+ import type { DescribeClusterSchedulerConfigCommandInput, DescribeClusterSchedulerConfigCommandOutput } from "./commands/DescribeClusterSchedulerConfigCommand";
157
+ import type { DescribeCodeRepositoryCommandInput, DescribeCodeRepositoryCommandOutput } from "./commands/DescribeCodeRepositoryCommand";
158
+ import type { DescribeCompilationJobCommandInput, DescribeCompilationJobCommandOutput } from "./commands/DescribeCompilationJobCommand";
159
+ import type { DescribeComputeQuotaCommandInput, DescribeComputeQuotaCommandOutput } from "./commands/DescribeComputeQuotaCommand";
160
+ import type { DescribeContextCommandInput, DescribeContextCommandOutput } from "./commands/DescribeContextCommand";
161
+ import type { DescribeDataQualityJobDefinitionCommandInput, DescribeDataQualityJobDefinitionCommandOutput } from "./commands/DescribeDataQualityJobDefinitionCommand";
162
+ import type { DescribeDeviceCommandInput, DescribeDeviceCommandOutput } from "./commands/DescribeDeviceCommand";
163
+ import type { DescribeDeviceFleetCommandInput, DescribeDeviceFleetCommandOutput } from "./commands/DescribeDeviceFleetCommand";
164
+ import type { DescribeDomainCommandInput, DescribeDomainCommandOutput } from "./commands/DescribeDomainCommand";
165
+ import type { DescribeEdgeDeploymentPlanCommandInput, DescribeEdgeDeploymentPlanCommandOutput } from "./commands/DescribeEdgeDeploymentPlanCommand";
166
+ import type { DescribeEdgePackagingJobCommandInput, DescribeEdgePackagingJobCommandOutput } from "./commands/DescribeEdgePackagingJobCommand";
167
+ import type { DescribeEndpointCommandInput, DescribeEndpointCommandOutput } from "./commands/DescribeEndpointCommand";
168
+ import type { DescribeEndpointConfigCommandInput, DescribeEndpointConfigCommandOutput } from "./commands/DescribeEndpointConfigCommand";
169
+ import type { DescribeExperimentCommandInput, DescribeExperimentCommandOutput } from "./commands/DescribeExperimentCommand";
170
+ import type { DescribeFeatureGroupCommandInput, DescribeFeatureGroupCommandOutput } from "./commands/DescribeFeatureGroupCommand";
171
+ import type { DescribeFeatureMetadataCommandInput, DescribeFeatureMetadataCommandOutput } from "./commands/DescribeFeatureMetadataCommand";
172
+ import type { DescribeFlowDefinitionCommandInput, DescribeFlowDefinitionCommandOutput } from "./commands/DescribeFlowDefinitionCommand";
173
+ import type { DescribeHubCommandInput, DescribeHubCommandOutput } from "./commands/DescribeHubCommand";
174
+ import type { DescribeHubContentCommandInput, DescribeHubContentCommandOutput } from "./commands/DescribeHubContentCommand";
175
+ import type { DescribeHumanTaskUiCommandInput, DescribeHumanTaskUiCommandOutput } from "./commands/DescribeHumanTaskUiCommand";
176
+ import type { DescribeHyperParameterTuningJobCommandInput, DescribeHyperParameterTuningJobCommandOutput } from "./commands/DescribeHyperParameterTuningJobCommand";
177
+ import type { DescribeImageCommandInput, DescribeImageCommandOutput } from "./commands/DescribeImageCommand";
178
+ import type { DescribeImageVersionCommandInput, DescribeImageVersionCommandOutput } from "./commands/DescribeImageVersionCommand";
179
+ import type { DescribeInferenceComponentCommandInput, DescribeInferenceComponentCommandOutput } from "./commands/DescribeInferenceComponentCommand";
180
+ import type { DescribeInferenceExperimentCommandInput, DescribeInferenceExperimentCommandOutput } from "./commands/DescribeInferenceExperimentCommand";
181
+ import type { DescribeInferenceRecommendationsJobCommandInput, DescribeInferenceRecommendationsJobCommandOutput } from "./commands/DescribeInferenceRecommendationsJobCommand";
182
+ import type { DescribeLabelingJobCommandInput, DescribeLabelingJobCommandOutput } from "./commands/DescribeLabelingJobCommand";
183
+ import type { DescribeLineageGroupCommandInput, DescribeLineageGroupCommandOutput } from "./commands/DescribeLineageGroupCommand";
184
+ import type { DescribeMlflowAppCommandInput, DescribeMlflowAppCommandOutput } from "./commands/DescribeMlflowAppCommand";
185
+ import type { DescribeMlflowTrackingServerCommandInput, DescribeMlflowTrackingServerCommandOutput } from "./commands/DescribeMlflowTrackingServerCommand";
186
+ import type { DescribeModelBiasJobDefinitionCommandInput, DescribeModelBiasJobDefinitionCommandOutput } from "./commands/DescribeModelBiasJobDefinitionCommand";
187
+ import type { DescribeModelCardCommandInput, DescribeModelCardCommandOutput } from "./commands/DescribeModelCardCommand";
188
+ import type { DescribeModelCardExportJobCommandInput, DescribeModelCardExportJobCommandOutput } from "./commands/DescribeModelCardExportJobCommand";
189
+ import type { DescribeModelCommandInput, DescribeModelCommandOutput } from "./commands/DescribeModelCommand";
190
+ import type { DescribeModelExplainabilityJobDefinitionCommandInput, DescribeModelExplainabilityJobDefinitionCommandOutput } from "./commands/DescribeModelExplainabilityJobDefinitionCommand";
191
+ import type { DescribeModelPackageCommandInput, DescribeModelPackageCommandOutput } from "./commands/DescribeModelPackageCommand";
192
+ import type { DescribeModelPackageGroupCommandInput, DescribeModelPackageGroupCommandOutput } from "./commands/DescribeModelPackageGroupCommand";
193
+ import type { DescribeModelQualityJobDefinitionCommandInput, DescribeModelQualityJobDefinitionCommandOutput } from "./commands/DescribeModelQualityJobDefinitionCommand";
194
+ import type { DescribeMonitoringScheduleCommandInput, DescribeMonitoringScheduleCommandOutput } from "./commands/DescribeMonitoringScheduleCommand";
195
+ import type { DescribeNotebookInstanceCommandInput, DescribeNotebookInstanceCommandOutput } from "./commands/DescribeNotebookInstanceCommand";
196
+ import type { DescribeNotebookInstanceLifecycleConfigCommandInput, DescribeNotebookInstanceLifecycleConfigCommandOutput } from "./commands/DescribeNotebookInstanceLifecycleConfigCommand";
197
+ import type { DescribeOptimizationJobCommandInput, DescribeOptimizationJobCommandOutput } from "./commands/DescribeOptimizationJobCommand";
198
+ import type { DescribePartnerAppCommandInput, DescribePartnerAppCommandOutput } from "./commands/DescribePartnerAppCommand";
199
+ import type { DescribePipelineCommandInput, DescribePipelineCommandOutput } from "./commands/DescribePipelineCommand";
200
+ import type { DescribePipelineDefinitionForExecutionCommandInput, DescribePipelineDefinitionForExecutionCommandOutput } from "./commands/DescribePipelineDefinitionForExecutionCommand";
201
+ import type { DescribePipelineExecutionCommandInput, DescribePipelineExecutionCommandOutput } from "./commands/DescribePipelineExecutionCommand";
202
+ import type { DescribeProcessingJobCommandInput, DescribeProcessingJobCommandOutput } from "./commands/DescribeProcessingJobCommand";
203
+ import type { DescribeProjectCommandInput, DescribeProjectCommandOutput } from "./commands/DescribeProjectCommand";
204
+ import type { DescribeReservedCapacityCommandInput, DescribeReservedCapacityCommandOutput } from "./commands/DescribeReservedCapacityCommand";
205
+ import type { DescribeSpaceCommandInput, DescribeSpaceCommandOutput } from "./commands/DescribeSpaceCommand";
206
+ import type { DescribeStudioLifecycleConfigCommandInput, DescribeStudioLifecycleConfigCommandOutput } from "./commands/DescribeStudioLifecycleConfigCommand";
207
+ import type { DescribeSubscribedWorkteamCommandInput, DescribeSubscribedWorkteamCommandOutput } from "./commands/DescribeSubscribedWorkteamCommand";
208
+ import type { DescribeTrainingJobCommandInput, DescribeTrainingJobCommandOutput } from "./commands/DescribeTrainingJobCommand";
209
+ import type { DescribeTrainingPlanCommandInput, DescribeTrainingPlanCommandOutput } from "./commands/DescribeTrainingPlanCommand";
210
+ import type { DescribeTrainingPlanExtensionHistoryCommandInput, DescribeTrainingPlanExtensionHistoryCommandOutput } from "./commands/DescribeTrainingPlanExtensionHistoryCommand";
211
+ import type { DescribeTransformJobCommandInput, DescribeTransformJobCommandOutput } from "./commands/DescribeTransformJobCommand";
212
+ import type { DescribeTrialCommandInput, DescribeTrialCommandOutput } from "./commands/DescribeTrialCommand";
213
+ import type { DescribeTrialComponentCommandInput, DescribeTrialComponentCommandOutput } from "./commands/DescribeTrialComponentCommand";
214
+ import type { DescribeUserProfileCommandInput, DescribeUserProfileCommandOutput } from "./commands/DescribeUserProfileCommand";
215
+ import type { DescribeWorkforceCommandInput, DescribeWorkforceCommandOutput } from "./commands/DescribeWorkforceCommand";
216
+ import type { DescribeWorkteamCommandInput, DescribeWorkteamCommandOutput } from "./commands/DescribeWorkteamCommand";
217
+ import type { DetachClusterNodeVolumeCommandInput, DetachClusterNodeVolumeCommandOutput } from "./commands/DetachClusterNodeVolumeCommand";
218
+ import type { DisableSagemakerServicecatalogPortfolioCommandInput, DisableSagemakerServicecatalogPortfolioCommandOutput } from "./commands/DisableSagemakerServicecatalogPortfolioCommand";
219
+ import type { DisassociateTrialComponentCommandInput, DisassociateTrialComponentCommandOutput } from "./commands/DisassociateTrialComponentCommand";
220
+ import type { EnableSagemakerServicecatalogPortfolioCommandInput, EnableSagemakerServicecatalogPortfolioCommandOutput } from "./commands/EnableSagemakerServicecatalogPortfolioCommand";
221
+ import type { ExtendTrainingPlanCommandInput, ExtendTrainingPlanCommandOutput } from "./commands/ExtendTrainingPlanCommand";
222
+ import type { GetDeviceFleetReportCommandInput, GetDeviceFleetReportCommandOutput } from "./commands/GetDeviceFleetReportCommand";
223
+ import type { GetLineageGroupPolicyCommandInput, GetLineageGroupPolicyCommandOutput } from "./commands/GetLineageGroupPolicyCommand";
224
+ import type { GetModelPackageGroupPolicyCommandInput, GetModelPackageGroupPolicyCommandOutput } from "./commands/GetModelPackageGroupPolicyCommand";
225
+ import type { GetSagemakerServicecatalogPortfolioStatusCommandInput, GetSagemakerServicecatalogPortfolioStatusCommandOutput } from "./commands/GetSagemakerServicecatalogPortfolioStatusCommand";
226
+ import type { GetScalingConfigurationRecommendationCommandInput, GetScalingConfigurationRecommendationCommandOutput } from "./commands/GetScalingConfigurationRecommendationCommand";
227
+ import type { GetSearchSuggestionsCommandInput, GetSearchSuggestionsCommandOutput } from "./commands/GetSearchSuggestionsCommand";
228
+ import type { ImportHubContentCommandInput, ImportHubContentCommandOutput } from "./commands/ImportHubContentCommand";
229
+ import type { ListActionsCommandInput, ListActionsCommandOutput } from "./commands/ListActionsCommand";
230
+ import type { ListAlgorithmsCommandInput, ListAlgorithmsCommandOutput } from "./commands/ListAlgorithmsCommand";
231
+ import type { ListAliasesCommandInput, ListAliasesCommandOutput } from "./commands/ListAliasesCommand";
232
+ import type { ListAppImageConfigsCommandInput, ListAppImageConfigsCommandOutput } from "./commands/ListAppImageConfigsCommand";
233
+ import type { ListAppsCommandInput, ListAppsCommandOutput } from "./commands/ListAppsCommand";
234
+ import type { ListArtifactsCommandInput, ListArtifactsCommandOutput } from "./commands/ListArtifactsCommand";
235
+ import type { ListAssociationsCommandInput, ListAssociationsCommandOutput } from "./commands/ListAssociationsCommand";
236
+ import type { ListAutoMLJobsCommandInput, ListAutoMLJobsCommandOutput } from "./commands/ListAutoMLJobsCommand";
237
+ import type { ListCandidatesForAutoMLJobCommandInput, ListCandidatesForAutoMLJobCommandOutput } from "./commands/ListCandidatesForAutoMLJobCommand";
238
+ import type { ListClusterEventsCommandInput, ListClusterEventsCommandOutput } from "./commands/ListClusterEventsCommand";
239
+ import type { ListClusterNodesCommandInput, ListClusterNodesCommandOutput } from "./commands/ListClusterNodesCommand";
240
+ import type { ListClusterSchedulerConfigsCommandInput, ListClusterSchedulerConfigsCommandOutput } from "./commands/ListClusterSchedulerConfigsCommand";
241
+ import type { ListClustersCommandInput, ListClustersCommandOutput } from "./commands/ListClustersCommand";
242
+ import type { ListCodeRepositoriesCommandInput, ListCodeRepositoriesCommandOutput } from "./commands/ListCodeRepositoriesCommand";
243
+ import type { ListCompilationJobsCommandInput, ListCompilationJobsCommandOutput } from "./commands/ListCompilationJobsCommand";
244
+ import type { ListComputeQuotasCommandInput, ListComputeQuotasCommandOutput } from "./commands/ListComputeQuotasCommand";
245
+ import type { ListContextsCommandInput, ListContextsCommandOutput } from "./commands/ListContextsCommand";
246
+ import type { ListDataQualityJobDefinitionsCommandInput, ListDataQualityJobDefinitionsCommandOutput } from "./commands/ListDataQualityJobDefinitionsCommand";
247
+ import type { ListDeviceFleetsCommandInput, ListDeviceFleetsCommandOutput } from "./commands/ListDeviceFleetsCommand";
248
+ import type { ListDevicesCommandInput, ListDevicesCommandOutput } from "./commands/ListDevicesCommand";
249
+ import type { ListDomainsCommandInput, ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
250
+ import type { ListEdgeDeploymentPlansCommandInput, ListEdgeDeploymentPlansCommandOutput } from "./commands/ListEdgeDeploymentPlansCommand";
251
+ import type { ListEdgePackagingJobsCommandInput, ListEdgePackagingJobsCommandOutput } from "./commands/ListEdgePackagingJobsCommand";
252
+ import type { ListEndpointConfigsCommandInput, ListEndpointConfigsCommandOutput } from "./commands/ListEndpointConfigsCommand";
253
+ import type { ListEndpointsCommandInput, ListEndpointsCommandOutput } from "./commands/ListEndpointsCommand";
254
+ import type { ListExperimentsCommandInput, ListExperimentsCommandOutput } from "./commands/ListExperimentsCommand";
255
+ import type { ListFeatureGroupsCommandInput, ListFeatureGroupsCommandOutput } from "./commands/ListFeatureGroupsCommand";
256
+ import type { ListFlowDefinitionsCommandInput, ListFlowDefinitionsCommandOutput } from "./commands/ListFlowDefinitionsCommand";
257
+ import type { ListHubContentsCommandInput, ListHubContentsCommandOutput } from "./commands/ListHubContentsCommand";
258
+ import type { ListHubContentVersionsCommandInput, ListHubContentVersionsCommandOutput } from "./commands/ListHubContentVersionsCommand";
259
+ import type { ListHubsCommandInput, ListHubsCommandOutput } from "./commands/ListHubsCommand";
260
+ import type { ListHumanTaskUisCommandInput, ListHumanTaskUisCommandOutput } from "./commands/ListHumanTaskUisCommand";
261
+ import type { ListHyperParameterTuningJobsCommandInput, ListHyperParameterTuningJobsCommandOutput } from "./commands/ListHyperParameterTuningJobsCommand";
262
+ import type { ListImagesCommandInput, ListImagesCommandOutput } from "./commands/ListImagesCommand";
263
+ import type { ListImageVersionsCommandInput, ListImageVersionsCommandOutput } from "./commands/ListImageVersionsCommand";
264
+ import type { ListInferenceComponentsCommandInput, ListInferenceComponentsCommandOutput } from "./commands/ListInferenceComponentsCommand";
265
+ import type { ListInferenceExperimentsCommandInput, ListInferenceExperimentsCommandOutput } from "./commands/ListInferenceExperimentsCommand";
266
+ import type { ListInferenceRecommendationsJobsCommandInput, ListInferenceRecommendationsJobsCommandOutput } from "./commands/ListInferenceRecommendationsJobsCommand";
267
+ import type { ListInferenceRecommendationsJobStepsCommandInput, ListInferenceRecommendationsJobStepsCommandOutput } from "./commands/ListInferenceRecommendationsJobStepsCommand";
268
+ import type { ListLabelingJobsCommandInput, ListLabelingJobsCommandOutput } from "./commands/ListLabelingJobsCommand";
269
+ import type { ListLabelingJobsForWorkteamCommandInput, ListLabelingJobsForWorkteamCommandOutput } from "./commands/ListLabelingJobsForWorkteamCommand";
270
+ import type { ListLineageGroupsCommandInput, ListLineageGroupsCommandOutput } from "./commands/ListLineageGroupsCommand";
271
+ import type { ListMlflowAppsCommandInput, ListMlflowAppsCommandOutput } from "./commands/ListMlflowAppsCommand";
272
+ import type { ListMlflowTrackingServersCommandInput, ListMlflowTrackingServersCommandOutput } from "./commands/ListMlflowTrackingServersCommand";
273
+ import type { ListModelBiasJobDefinitionsCommandInput, ListModelBiasJobDefinitionsCommandOutput } from "./commands/ListModelBiasJobDefinitionsCommand";
274
+ import type { ListModelCardExportJobsCommandInput, ListModelCardExportJobsCommandOutput } from "./commands/ListModelCardExportJobsCommand";
275
+ import type { ListModelCardsCommandInput, ListModelCardsCommandOutput } from "./commands/ListModelCardsCommand";
276
+ import type { ListModelCardVersionsCommandInput, ListModelCardVersionsCommandOutput } from "./commands/ListModelCardVersionsCommand";
277
+ import type { ListModelExplainabilityJobDefinitionsCommandInput, ListModelExplainabilityJobDefinitionsCommandOutput } from "./commands/ListModelExplainabilityJobDefinitionsCommand";
278
+ import type { ListModelMetadataCommandInput, ListModelMetadataCommandOutput } from "./commands/ListModelMetadataCommand";
279
+ import type { ListModelPackageGroupsCommandInput, ListModelPackageGroupsCommandOutput } from "./commands/ListModelPackageGroupsCommand";
280
+ import type { ListModelPackagesCommandInput, ListModelPackagesCommandOutput } from "./commands/ListModelPackagesCommand";
281
+ import type { ListModelQualityJobDefinitionsCommandInput, ListModelQualityJobDefinitionsCommandOutput } from "./commands/ListModelQualityJobDefinitionsCommand";
282
+ import type { ListModelsCommandInput, ListModelsCommandOutput } from "./commands/ListModelsCommand";
283
+ import type { ListMonitoringAlertHistoryCommandInput, ListMonitoringAlertHistoryCommandOutput } from "./commands/ListMonitoringAlertHistoryCommand";
284
+ import type { ListMonitoringAlertsCommandInput, ListMonitoringAlertsCommandOutput } from "./commands/ListMonitoringAlertsCommand";
285
+ import type { ListMonitoringExecutionsCommandInput, ListMonitoringExecutionsCommandOutput } from "./commands/ListMonitoringExecutionsCommand";
286
+ import type { ListMonitoringSchedulesCommandInput, ListMonitoringSchedulesCommandOutput } from "./commands/ListMonitoringSchedulesCommand";
287
+ import type { ListNotebookInstanceLifecycleConfigsCommandInput, ListNotebookInstanceLifecycleConfigsCommandOutput } from "./commands/ListNotebookInstanceLifecycleConfigsCommand";
288
+ import type { ListNotebookInstancesCommandInput, ListNotebookInstancesCommandOutput } from "./commands/ListNotebookInstancesCommand";
289
+ import type { ListOptimizationJobsCommandInput, ListOptimizationJobsCommandOutput } from "./commands/ListOptimizationJobsCommand";
290
+ import type { ListPartnerAppsCommandInput, ListPartnerAppsCommandOutput } from "./commands/ListPartnerAppsCommand";
291
+ import type { ListPipelineExecutionsCommandInput, ListPipelineExecutionsCommandOutput } from "./commands/ListPipelineExecutionsCommand";
292
+ import type { ListPipelineExecutionStepsCommandInput, ListPipelineExecutionStepsCommandOutput } from "./commands/ListPipelineExecutionStepsCommand";
293
+ import type { ListPipelineParametersForExecutionCommandInput, ListPipelineParametersForExecutionCommandOutput } from "./commands/ListPipelineParametersForExecutionCommand";
294
+ import type { ListPipelinesCommandInput, ListPipelinesCommandOutput } from "./commands/ListPipelinesCommand";
295
+ import type { ListPipelineVersionsCommandInput, ListPipelineVersionsCommandOutput } from "./commands/ListPipelineVersionsCommand";
296
+ import type { ListProcessingJobsCommandInput, ListProcessingJobsCommandOutput } from "./commands/ListProcessingJobsCommand";
297
+ import type { ListProjectsCommandInput, ListProjectsCommandOutput } from "./commands/ListProjectsCommand";
298
+ import type { ListResourceCatalogsCommandInput, ListResourceCatalogsCommandOutput } from "./commands/ListResourceCatalogsCommand";
299
+ import type { ListSpacesCommandInput, ListSpacesCommandOutput } from "./commands/ListSpacesCommand";
300
+ import type { ListStageDevicesCommandInput, ListStageDevicesCommandOutput } from "./commands/ListStageDevicesCommand";
301
+ import type { ListStudioLifecycleConfigsCommandInput, ListStudioLifecycleConfigsCommandOutput } from "./commands/ListStudioLifecycleConfigsCommand";
302
+ import type { ListSubscribedWorkteamsCommandInput, ListSubscribedWorkteamsCommandOutput } from "./commands/ListSubscribedWorkteamsCommand";
303
+ import type { ListTagsCommandInput, ListTagsCommandOutput } from "./commands/ListTagsCommand";
304
+ import type { ListTrainingJobsCommandInput, ListTrainingJobsCommandOutput } from "./commands/ListTrainingJobsCommand";
305
+ import type { ListTrainingJobsForHyperParameterTuningJobCommandInput, ListTrainingJobsForHyperParameterTuningJobCommandOutput } from "./commands/ListTrainingJobsForHyperParameterTuningJobCommand";
306
+ import type { ListTrainingPlansCommandInput, ListTrainingPlansCommandOutput } from "./commands/ListTrainingPlansCommand";
307
+ import type { ListTransformJobsCommandInput, ListTransformJobsCommandOutput } from "./commands/ListTransformJobsCommand";
308
+ import type { ListTrialComponentsCommandInput, ListTrialComponentsCommandOutput } from "./commands/ListTrialComponentsCommand";
309
+ import type { ListTrialsCommandInput, ListTrialsCommandOutput } from "./commands/ListTrialsCommand";
310
+ import type { ListUltraServersByReservedCapacityCommandInput, ListUltraServersByReservedCapacityCommandOutput } from "./commands/ListUltraServersByReservedCapacityCommand";
311
+ import type { ListUserProfilesCommandInput, ListUserProfilesCommandOutput } from "./commands/ListUserProfilesCommand";
312
+ import type { ListWorkforcesCommandInput, ListWorkforcesCommandOutput } from "./commands/ListWorkforcesCommand";
313
+ import type { ListWorkteamsCommandInput, ListWorkteamsCommandOutput } from "./commands/ListWorkteamsCommand";
314
+ import type { PutModelPackageGroupPolicyCommandInput, PutModelPackageGroupPolicyCommandOutput } from "./commands/PutModelPackageGroupPolicyCommand";
315
+ import type { QueryLineageCommandInput, QueryLineageCommandOutput } from "./commands/QueryLineageCommand";
316
+ import type { RegisterDevicesCommandInput, RegisterDevicesCommandOutput } from "./commands/RegisterDevicesCommand";
317
+ import type { RenderUiTemplateCommandInput, RenderUiTemplateCommandOutput } from "./commands/RenderUiTemplateCommand";
318
+ import type { RetryPipelineExecutionCommandInput, RetryPipelineExecutionCommandOutput } from "./commands/RetryPipelineExecutionCommand";
319
+ import type { SearchCommandInput, SearchCommandOutput } from "./commands/SearchCommand";
320
+ import type { SearchTrainingPlanOfferingsCommandInput, SearchTrainingPlanOfferingsCommandOutput } from "./commands/SearchTrainingPlanOfferingsCommand";
321
+ import type { SendPipelineExecutionStepFailureCommandInput, SendPipelineExecutionStepFailureCommandOutput } from "./commands/SendPipelineExecutionStepFailureCommand";
322
+ import type { SendPipelineExecutionStepSuccessCommandInput, SendPipelineExecutionStepSuccessCommandOutput } from "./commands/SendPipelineExecutionStepSuccessCommand";
323
+ import type { StartEdgeDeploymentStageCommandInput, StartEdgeDeploymentStageCommandOutput } from "./commands/StartEdgeDeploymentStageCommand";
324
+ import type { StartInferenceExperimentCommandInput, StartInferenceExperimentCommandOutput } from "./commands/StartInferenceExperimentCommand";
325
+ import type { StartMlflowTrackingServerCommandInput, StartMlflowTrackingServerCommandOutput } from "./commands/StartMlflowTrackingServerCommand";
326
+ import type { StartMonitoringScheduleCommandInput, StartMonitoringScheduleCommandOutput } from "./commands/StartMonitoringScheduleCommand";
327
+ import type { StartNotebookInstanceCommandInput, StartNotebookInstanceCommandOutput } from "./commands/StartNotebookInstanceCommand";
328
+ import type { StartPipelineExecutionCommandInput, StartPipelineExecutionCommandOutput } from "./commands/StartPipelineExecutionCommand";
329
+ import type { StartSessionCommandInput, StartSessionCommandOutput } from "./commands/StartSessionCommand";
330
+ import type { StopAutoMLJobCommandInput, StopAutoMLJobCommandOutput } from "./commands/StopAutoMLJobCommand";
331
+ import type { StopCompilationJobCommandInput, StopCompilationJobCommandOutput } from "./commands/StopCompilationJobCommand";
332
+ import type { StopEdgeDeploymentStageCommandInput, StopEdgeDeploymentStageCommandOutput } from "./commands/StopEdgeDeploymentStageCommand";
333
+ import type { StopEdgePackagingJobCommandInput, StopEdgePackagingJobCommandOutput } from "./commands/StopEdgePackagingJobCommand";
334
+ import type { StopHyperParameterTuningJobCommandInput, StopHyperParameterTuningJobCommandOutput } from "./commands/StopHyperParameterTuningJobCommand";
335
+ import type { StopInferenceExperimentCommandInput, StopInferenceExperimentCommandOutput } from "./commands/StopInferenceExperimentCommand";
336
+ import type { StopInferenceRecommendationsJobCommandInput, StopInferenceRecommendationsJobCommandOutput } from "./commands/StopInferenceRecommendationsJobCommand";
337
+ import type { StopLabelingJobCommandInput, StopLabelingJobCommandOutput } from "./commands/StopLabelingJobCommand";
338
+ import type { StopMlflowTrackingServerCommandInput, StopMlflowTrackingServerCommandOutput } from "./commands/StopMlflowTrackingServerCommand";
339
+ import type { StopMonitoringScheduleCommandInput, StopMonitoringScheduleCommandOutput } from "./commands/StopMonitoringScheduleCommand";
340
+ import type { StopNotebookInstanceCommandInput, StopNotebookInstanceCommandOutput } from "./commands/StopNotebookInstanceCommand";
341
+ import type { StopOptimizationJobCommandInput, StopOptimizationJobCommandOutput } from "./commands/StopOptimizationJobCommand";
342
+ import type { StopPipelineExecutionCommandInput, StopPipelineExecutionCommandOutput } from "./commands/StopPipelineExecutionCommand";
343
+ import type { StopProcessingJobCommandInput, StopProcessingJobCommandOutput } from "./commands/StopProcessingJobCommand";
344
+ import type { StopTrainingJobCommandInput, StopTrainingJobCommandOutput } from "./commands/StopTrainingJobCommand";
345
+ import type { StopTransformJobCommandInput, StopTransformJobCommandOutput } from "./commands/StopTransformJobCommand";
346
+ import type { UpdateActionCommandInput, UpdateActionCommandOutput } from "./commands/UpdateActionCommand";
347
+ import type { UpdateAppImageConfigCommandInput, UpdateAppImageConfigCommandOutput } from "./commands/UpdateAppImageConfigCommand";
348
+ import type { UpdateArtifactCommandInput, UpdateArtifactCommandOutput } from "./commands/UpdateArtifactCommand";
349
+ import type { UpdateClusterCommandInput, UpdateClusterCommandOutput } from "./commands/UpdateClusterCommand";
350
+ import type { UpdateClusterSchedulerConfigCommandInput, UpdateClusterSchedulerConfigCommandOutput } from "./commands/UpdateClusterSchedulerConfigCommand";
351
+ import type { UpdateClusterSoftwareCommandInput, UpdateClusterSoftwareCommandOutput } from "./commands/UpdateClusterSoftwareCommand";
352
+ import type { UpdateCodeRepositoryCommandInput, UpdateCodeRepositoryCommandOutput } from "./commands/UpdateCodeRepositoryCommand";
353
+ import type { UpdateComputeQuotaCommandInput, UpdateComputeQuotaCommandOutput } from "./commands/UpdateComputeQuotaCommand";
354
+ import type { UpdateContextCommandInput, UpdateContextCommandOutput } from "./commands/UpdateContextCommand";
355
+ import type { UpdateDeviceFleetCommandInput, UpdateDeviceFleetCommandOutput } from "./commands/UpdateDeviceFleetCommand";
356
+ import type { UpdateDevicesCommandInput, UpdateDevicesCommandOutput } from "./commands/UpdateDevicesCommand";
357
+ import type { UpdateDomainCommandInput, UpdateDomainCommandOutput } from "./commands/UpdateDomainCommand";
358
+ import type { UpdateEndpointCommandInput, UpdateEndpointCommandOutput } from "./commands/UpdateEndpointCommand";
359
+ import type { UpdateEndpointWeightsAndCapacitiesCommandInput, UpdateEndpointWeightsAndCapacitiesCommandOutput } from "./commands/UpdateEndpointWeightsAndCapacitiesCommand";
360
+ import type { UpdateExperimentCommandInput, UpdateExperimentCommandOutput } from "./commands/UpdateExperimentCommand";
361
+ import type { UpdateFeatureGroupCommandInput, UpdateFeatureGroupCommandOutput } from "./commands/UpdateFeatureGroupCommand";
362
+ import type { UpdateFeatureMetadataCommandInput, UpdateFeatureMetadataCommandOutput } from "./commands/UpdateFeatureMetadataCommand";
363
+ import type { UpdateHubCommandInput, UpdateHubCommandOutput } from "./commands/UpdateHubCommand";
364
+ import type { UpdateHubContentCommandInput, UpdateHubContentCommandOutput } from "./commands/UpdateHubContentCommand";
365
+ import type { UpdateHubContentReferenceCommandInput, UpdateHubContentReferenceCommandOutput } from "./commands/UpdateHubContentReferenceCommand";
366
+ import type { UpdateImageCommandInput, UpdateImageCommandOutput } from "./commands/UpdateImageCommand";
367
+ import type { UpdateImageVersionCommandInput, UpdateImageVersionCommandOutput } from "./commands/UpdateImageVersionCommand";
368
+ import type { UpdateInferenceComponentCommandInput, UpdateInferenceComponentCommandOutput } from "./commands/UpdateInferenceComponentCommand";
369
+ import type { UpdateInferenceComponentRuntimeConfigCommandInput, UpdateInferenceComponentRuntimeConfigCommandOutput } from "./commands/UpdateInferenceComponentRuntimeConfigCommand";
370
+ import type { UpdateInferenceExperimentCommandInput, UpdateInferenceExperimentCommandOutput } from "./commands/UpdateInferenceExperimentCommand";
371
+ import type { UpdateMlflowAppCommandInput, UpdateMlflowAppCommandOutput } from "./commands/UpdateMlflowAppCommand";
372
+ import type { UpdateMlflowTrackingServerCommandInput, UpdateMlflowTrackingServerCommandOutput } from "./commands/UpdateMlflowTrackingServerCommand";
373
+ import type { UpdateModelCardCommandInput, UpdateModelCardCommandOutput } from "./commands/UpdateModelCardCommand";
374
+ import type { UpdateModelPackageCommandInput, UpdateModelPackageCommandOutput } from "./commands/UpdateModelPackageCommand";
375
+ import type { UpdateMonitoringAlertCommandInput, UpdateMonitoringAlertCommandOutput } from "./commands/UpdateMonitoringAlertCommand";
376
+ import type { UpdateMonitoringScheduleCommandInput, UpdateMonitoringScheduleCommandOutput } from "./commands/UpdateMonitoringScheduleCommand";
377
+ import type { UpdateNotebookInstanceCommandInput, UpdateNotebookInstanceCommandOutput } from "./commands/UpdateNotebookInstanceCommand";
378
+ import type { UpdateNotebookInstanceLifecycleConfigCommandInput, UpdateNotebookInstanceLifecycleConfigCommandOutput } from "./commands/UpdateNotebookInstanceLifecycleConfigCommand";
379
+ import type { UpdatePartnerAppCommandInput, UpdatePartnerAppCommandOutput } from "./commands/UpdatePartnerAppCommand";
380
+ import type { UpdatePipelineCommandInput, UpdatePipelineCommandOutput } from "./commands/UpdatePipelineCommand";
381
+ import type { UpdatePipelineExecutionCommandInput, UpdatePipelineExecutionCommandOutput } from "./commands/UpdatePipelineExecutionCommand";
382
+ import type { UpdatePipelineVersionCommandInput, UpdatePipelineVersionCommandOutput } from "./commands/UpdatePipelineVersionCommand";
383
+ import type { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "./commands/UpdateProjectCommand";
384
+ import type { UpdateSpaceCommandInput, UpdateSpaceCommandOutput } from "./commands/UpdateSpaceCommand";
385
+ import type { UpdateTrainingJobCommandInput, UpdateTrainingJobCommandOutput } from "./commands/UpdateTrainingJobCommand";
386
+ import type { UpdateTrialCommandInput, UpdateTrialCommandOutput } from "./commands/UpdateTrialCommand";
387
+ import type { UpdateTrialComponentCommandInput, UpdateTrialComponentCommandOutput } from "./commands/UpdateTrialComponentCommand";
388
+ import type { UpdateUserProfileCommandInput, UpdateUserProfileCommandOutput } from "./commands/UpdateUserProfileCommand";
389
+ import type { UpdateWorkforceCommandInput, UpdateWorkforceCommandOutput } from "./commands/UpdateWorkforceCommand";
390
+ import type { UpdateWorkteamCommandInput, UpdateWorkteamCommandOutput } from "./commands/UpdateWorkteamCommand";
391
+ import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
392
392
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
393
393
  export { __Client };
394
394
  /**
@@ -497,7 +497,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
497
497
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
498
498
  * @internal
499
499
  */
500
- defaultUserAgentProvider?: Provider<__UserAgent>;
500
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
501
501
  /**
502
502
  * Default credentials provider; Not available in browser runtime.
503
503
  * @deprecated