@aws-sdk/client-sagemaker 3.460.0 → 3.462.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +104 -0
- package/dist-cjs/SageMaker.js +26 -0
- package/dist-cjs/commands/CreateClusterCommand.js +51 -0
- package/dist-cjs/commands/CreateInferenceComponentCommand.js +51 -0
- package/dist-cjs/commands/CreateWorkforceCommand.js +2 -2
- package/dist-cjs/commands/DeleteClusterCommand.js +51 -0
- package/dist-cjs/commands/DeleteInferenceComponentCommand.js +51 -0
- package/dist-cjs/commands/DescribeClusterCommand.js +51 -0
- package/dist-cjs/commands/DescribeClusterNodeCommand.js +51 -0
- package/dist-cjs/commands/DescribeInferenceComponentCommand.js +51 -0
- package/dist-cjs/commands/ListClusterNodesCommand.js +51 -0
- package/dist-cjs/commands/ListClustersCommand.js +51 -0
- package/dist-cjs/commands/ListInferenceComponentsCommand.js +51 -0
- package/dist-cjs/commands/UpdateClusterCommand.js +51 -0
- package/dist-cjs/commands/UpdateInferenceComponentCommand.js +51 -0
- package/dist-cjs/commands/UpdateInferenceComponentRuntimeConfigCommand.js +51 -0
- package/dist-cjs/commands/index.js +13 -0
- package/dist-cjs/models/models_0.js +62 -51
- package/dist-cjs/models/models_1.js +63 -30
- package/dist-cjs/models/models_2.js +37 -39
- package/dist-cjs/models/models_3.js +45 -44
- package/dist-cjs/models/models_4.js +45 -3
- package/dist-cjs/pagination/ListInferenceComponentsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +845 -13
- package/dist-es/SageMaker.js +26 -0
- package/dist-es/commands/CreateClusterCommand.js +47 -0
- package/dist-es/commands/CreateInferenceComponentCommand.js +47 -0
- package/dist-es/commands/CreateWorkforceCommand.js +1 -1
- package/dist-es/commands/DeleteClusterCommand.js +47 -0
- package/dist-es/commands/DeleteInferenceComponentCommand.js +47 -0
- package/dist-es/commands/DescribeClusterCommand.js +47 -0
- package/dist-es/commands/DescribeClusterNodeCommand.js +47 -0
- package/dist-es/commands/DescribeInferenceComponentCommand.js +47 -0
- package/dist-es/commands/ListClusterNodesCommand.js +47 -0
- package/dist-es/commands/ListClustersCommand.js +47 -0
- package/dist-es/commands/ListInferenceComponentsCommand.js +47 -0
- package/dist-es/commands/UpdateClusterCommand.js +47 -0
- package/dist-es/commands/UpdateInferenceComponentCommand.js +47 -0
- package/dist-es/commands/UpdateInferenceComponentRuntimeConfigCommand.js +47 -0
- package/dist-es/commands/index.js +13 -0
- package/dist-es/models/models_0.js +60 -50
- package/dist-es/models/models_1.js +62 -27
- package/dist-es/models/models_2.js +34 -38
- package/dist-es/models/models_3.js +43 -42
- package/dist-es/models/models_4.js +43 -1
- package/dist-es/pagination/ListInferenceComponentsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +807 -1
- package/dist-types/SageMaker.d.ts +91 -0
- package/dist-types/SageMakerClient.d.ts +15 -2
- package/dist-types/commands/AddTagsCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppCommand.d.ts +2 -1
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +3 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +109 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +15 -8
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +28 -2
- package/dist-types/commands/CreateInferenceComponentCommand.d.ts +115 -0
- package/dist-types/commands/CreateModelCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +3 -2
- package/dist-types/commands/CreateSpaceCommand.d.ts +2 -0
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +3 -0
- package/dist-types/commands/CreateUserProfileCommand.d.ts +9 -2
- package/dist-types/commands/CreateWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/CreateWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DeleteActionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAlgorithmCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteArtifactCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClusterCommand.d.ts +80 -0
- package/dist-types/commands/DeleteInferenceComponentCommand.d.ts +71 -0
- package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAppCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +3 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +102 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +92 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +7 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +32 -0
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +28 -2
- package/dist-types/commands/DescribeInferenceComponentCommand.d.ts +109 -0
- package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpaceCommand.d.ts +3 -0
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +8 -1
- package/dist-types/commands/DescribeWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterNodesCommand.d.ts +96 -0
- package/dist-types/commands/ListClustersCommand.d.ts +87 -0
- package/dist-types/commands/ListInferenceComponentsCommand.d.ts +96 -0
- package/dist-types/commands/ListResourceCatalogsCommand.d.ts +1 -1
- package/dist-types/commands/ListSpacesCommand.d.ts +1 -1
- package/dist-types/commands/ListStageDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -2
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/ListTransformJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrialsCommand.d.ts +1 -1
- package/dist-types/commands/ListUserProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +16 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +97 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +11 -0
- package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +100 -0
- package/dist-types/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +80 -0
- package/dist-types/commands/UpdateSpaceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +6 -0
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +409 -345
- package/dist-types/models/models_1.d.ts +708 -551
- package/dist-types/models/models_2.d.ts +5059 -5239
- package/dist-types/models/models_3.d.ts +4732 -4693
- package/dist-types/models/models_4.d.ts +1446 -4
- package/dist-types/pagination/ListInferenceComponentsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +117 -0
- package/dist-types/ts3.4/SageMaker.d.ts +227 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +78 -0
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateInferenceComponentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateWorkforceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateWorkteamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAlgorithmCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAppImageConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteArtifactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteInferenceComponentCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeClusterNodeCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeInferenceComponentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeUserProfileCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeWorkforceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeWorkteamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTrialComponentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListClusterNodesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListInferenceComponentsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListResourceCatalogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStageDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateInferenceComponentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/dist-types/ts3.4/models/models_0.d.ts +124 -111
- package/dist-types/ts3.4/models/models_1.d.ts +188 -151
- package/dist-types/ts3.4/models/models_2.d.ts +227 -288
- package/dist-types/ts3.4/models/models_3.d.ts +349 -344
- package/dist-types/ts3.4/models/models_4.d.ts +372 -15
- package/dist-types/ts3.4/pagination/ListInferenceComponentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +156 -0
- package/package.json +3 -3
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListInferenceComponentsCommandInput, ListInferenceComponentsCommandOutput } from "../commands/ListInferenceComponentsCommand";
|
|
3
|
+
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListInferenceComponents(config: SageMakerPaginationConfiguration, input: ListInferenceComponentsCommandInput, ...additionalArguments: any): Paginator<ListInferenceComponentsCommandOutput>;
|
|
@@ -25,6 +25,7 @@ export * from "./ListHumanTaskUisPaginator";
|
|
|
25
25
|
export * from "./ListHyperParameterTuningJobsPaginator";
|
|
26
26
|
export * from "./ListImageVersionsPaginator";
|
|
27
27
|
export * from "./ListImagesPaginator";
|
|
28
|
+
export * from "./ListInferenceComponentsPaginator";
|
|
28
29
|
export * from "./ListInferenceExperimentsPaginator";
|
|
29
30
|
export * from "./ListInferenceRecommendationsJobStepsPaginator";
|
|
30
31
|
export * from "./ListInferenceRecommendationsJobsPaginator";
|
|
@@ -11,6 +11,7 @@ import { CreateAppImageConfigCommandInput, CreateAppImageConfigCommandOutput } f
|
|
|
11
11
|
import { CreateArtifactCommandInput, CreateArtifactCommandOutput } from "../commands/CreateArtifactCommand";
|
|
12
12
|
import { CreateAutoMLJobCommandInput, CreateAutoMLJobCommandOutput } from "../commands/CreateAutoMLJobCommand";
|
|
13
13
|
import { CreateAutoMLJobV2CommandInput, CreateAutoMLJobV2CommandOutput } from "../commands/CreateAutoMLJobV2Command";
|
|
14
|
+
import { CreateClusterCommandInput, CreateClusterCommandOutput } from "../commands/CreateClusterCommand";
|
|
14
15
|
import { CreateCodeRepositoryCommandInput, CreateCodeRepositoryCommandOutput } from "../commands/CreateCodeRepositoryCommand";
|
|
15
16
|
import { CreateCompilationJobCommandInput, CreateCompilationJobCommandOutput } from "../commands/CreateCompilationJobCommand";
|
|
16
17
|
import { CreateContextCommandInput, CreateContextCommandOutput } from "../commands/CreateContextCommand";
|
|
@@ -30,6 +31,7 @@ import { CreateHumanTaskUiCommandInput, CreateHumanTaskUiCommandOutput } from ".
|
|
|
30
31
|
import { CreateHyperParameterTuningJobCommandInput, CreateHyperParameterTuningJobCommandOutput } from "../commands/CreateHyperParameterTuningJobCommand";
|
|
31
32
|
import { CreateImageCommandInput, CreateImageCommandOutput } from "../commands/CreateImageCommand";
|
|
32
33
|
import { CreateImageVersionCommandInput, CreateImageVersionCommandOutput } from "../commands/CreateImageVersionCommand";
|
|
34
|
+
import { CreateInferenceComponentCommandInput, CreateInferenceComponentCommandOutput } from "../commands/CreateInferenceComponentCommand";
|
|
33
35
|
import { CreateInferenceExperimentCommandInput, CreateInferenceExperimentCommandOutput } from "../commands/CreateInferenceExperimentCommand";
|
|
34
36
|
import { CreateInferenceRecommendationsJobCommandInput, CreateInferenceRecommendationsJobCommandOutput } from "../commands/CreateInferenceRecommendationsJobCommand";
|
|
35
37
|
import { CreateLabelingJobCommandInput, CreateLabelingJobCommandOutput } from "../commands/CreateLabelingJobCommand";
|
|
@@ -64,6 +66,7 @@ import { DeleteAppCommandInput, DeleteAppCommandOutput } from "../commands/Delet
|
|
|
64
66
|
import { DeleteAppImageConfigCommandInput, DeleteAppImageConfigCommandOutput } from "../commands/DeleteAppImageConfigCommand";
|
|
65
67
|
import { DeleteArtifactCommandInput, DeleteArtifactCommandOutput } from "../commands/DeleteArtifactCommand";
|
|
66
68
|
import { DeleteAssociationCommandInput, DeleteAssociationCommandOutput } from "../commands/DeleteAssociationCommand";
|
|
69
|
+
import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "../commands/DeleteClusterCommand";
|
|
67
70
|
import { DeleteCodeRepositoryCommandInput, DeleteCodeRepositoryCommandOutput } from "../commands/DeleteCodeRepositoryCommand";
|
|
68
71
|
import { DeleteContextCommandInput, DeleteContextCommandOutput } from "../commands/DeleteContextCommand";
|
|
69
72
|
import { DeleteDataQualityJobDefinitionCommandInput, DeleteDataQualityJobDefinitionCommandOutput } from "../commands/DeleteDataQualityJobDefinitionCommand";
|
|
@@ -81,6 +84,7 @@ import { DeleteHubContentCommandInput, DeleteHubContentCommandOutput } from "../
|
|
|
81
84
|
import { DeleteHumanTaskUiCommandInput, DeleteHumanTaskUiCommandOutput } from "../commands/DeleteHumanTaskUiCommand";
|
|
82
85
|
import { DeleteImageCommandInput, DeleteImageCommandOutput } from "../commands/DeleteImageCommand";
|
|
83
86
|
import { DeleteImageVersionCommandInput, DeleteImageVersionCommandOutput } from "../commands/DeleteImageVersionCommand";
|
|
87
|
+
import { DeleteInferenceComponentCommandInput, DeleteInferenceComponentCommandOutput } from "../commands/DeleteInferenceComponentCommand";
|
|
84
88
|
import { DeleteInferenceExperimentCommandInput, DeleteInferenceExperimentCommandOutput } from "../commands/DeleteInferenceExperimentCommand";
|
|
85
89
|
import { DeleteModelBiasJobDefinitionCommandInput, DeleteModelBiasJobDefinitionCommandOutput } from "../commands/DeleteModelBiasJobDefinitionCommand";
|
|
86
90
|
import { DeleteModelCardCommandInput, DeleteModelCardCommandOutput } from "../commands/DeleteModelCardCommand";
|
|
@@ -111,6 +115,8 @@ import { DescribeAppImageConfigCommandInput, DescribeAppImageConfigCommandOutput
|
|
|
111
115
|
import { DescribeArtifactCommandInput, DescribeArtifactCommandOutput } from "../commands/DescribeArtifactCommand";
|
|
112
116
|
import { DescribeAutoMLJobCommandInput, DescribeAutoMLJobCommandOutput } from "../commands/DescribeAutoMLJobCommand";
|
|
113
117
|
import { DescribeAutoMLJobV2CommandInput, DescribeAutoMLJobV2CommandOutput } from "../commands/DescribeAutoMLJobV2Command";
|
|
118
|
+
import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "../commands/DescribeClusterCommand";
|
|
119
|
+
import { DescribeClusterNodeCommandInput, DescribeClusterNodeCommandOutput } from "../commands/DescribeClusterNodeCommand";
|
|
114
120
|
import { DescribeCodeRepositoryCommandInput, DescribeCodeRepositoryCommandOutput } from "../commands/DescribeCodeRepositoryCommand";
|
|
115
121
|
import { DescribeCompilationJobCommandInput, DescribeCompilationJobCommandOutput } from "../commands/DescribeCompilationJobCommand";
|
|
116
122
|
import { DescribeContextCommandInput, DescribeContextCommandOutput } from "../commands/DescribeContextCommand";
|
|
@@ -132,6 +138,7 @@ import { DescribeHumanTaskUiCommandInput, DescribeHumanTaskUiCommandOutput } fro
|
|
|
132
138
|
import { DescribeHyperParameterTuningJobCommandInput, DescribeHyperParameterTuningJobCommandOutput } from "../commands/DescribeHyperParameterTuningJobCommand";
|
|
133
139
|
import { DescribeImageCommandInput, DescribeImageCommandOutput } from "../commands/DescribeImageCommand";
|
|
134
140
|
import { DescribeImageVersionCommandInput, DescribeImageVersionCommandOutput } from "../commands/DescribeImageVersionCommand";
|
|
141
|
+
import { DescribeInferenceComponentCommandInput, DescribeInferenceComponentCommandOutput } from "../commands/DescribeInferenceComponentCommand";
|
|
135
142
|
import { DescribeInferenceExperimentCommandInput, DescribeInferenceExperimentCommandOutput } from "../commands/DescribeInferenceExperimentCommand";
|
|
136
143
|
import { DescribeInferenceRecommendationsJobCommandInput, DescribeInferenceRecommendationsJobCommandOutput } from "../commands/DescribeInferenceRecommendationsJobCommand";
|
|
137
144
|
import { DescribeLabelingJobCommandInput, DescribeLabelingJobCommandOutput } from "../commands/DescribeLabelingJobCommand";
|
|
@@ -181,6 +188,8 @@ import { ListArtifactsCommandInput, ListArtifactsCommandOutput } from "../comman
|
|
|
181
188
|
import { ListAssociationsCommandInput, ListAssociationsCommandOutput } from "../commands/ListAssociationsCommand";
|
|
182
189
|
import { ListAutoMLJobsCommandInput, ListAutoMLJobsCommandOutput } from "../commands/ListAutoMLJobsCommand";
|
|
183
190
|
import { ListCandidatesForAutoMLJobCommandInput, ListCandidatesForAutoMLJobCommandOutput } from "../commands/ListCandidatesForAutoMLJobCommand";
|
|
191
|
+
import { ListClusterNodesCommandInput, ListClusterNodesCommandOutput } from "../commands/ListClusterNodesCommand";
|
|
192
|
+
import { ListClustersCommandInput, ListClustersCommandOutput } from "../commands/ListClustersCommand";
|
|
184
193
|
import { ListCodeRepositoriesCommandInput, ListCodeRepositoriesCommandOutput } from "../commands/ListCodeRepositoriesCommand";
|
|
185
194
|
import { ListCompilationJobsCommandInput, ListCompilationJobsCommandOutput } from "../commands/ListCompilationJobsCommand";
|
|
186
195
|
import { ListContextsCommandInput, ListContextsCommandOutput } from "../commands/ListContextsCommand";
|
|
@@ -202,6 +211,7 @@ import { ListHumanTaskUisCommandInput, ListHumanTaskUisCommandOutput } from "../
|
|
|
202
211
|
import { ListHyperParameterTuningJobsCommandInput, ListHyperParameterTuningJobsCommandOutput } from "../commands/ListHyperParameterTuningJobsCommand";
|
|
203
212
|
import { ListImagesCommandInput, ListImagesCommandOutput } from "../commands/ListImagesCommand";
|
|
204
213
|
import { ListImageVersionsCommandInput, ListImageVersionsCommandOutput } from "../commands/ListImageVersionsCommand";
|
|
214
|
+
import { ListInferenceComponentsCommandInput, ListInferenceComponentsCommandOutput } from "../commands/ListInferenceComponentsCommand";
|
|
205
215
|
import { ListInferenceExperimentsCommandInput, ListInferenceExperimentsCommandOutput } from "../commands/ListInferenceExperimentsCommand";
|
|
206
216
|
import { ListInferenceRecommendationsJobsCommandInput, ListInferenceRecommendationsJobsCommandOutput } from "../commands/ListInferenceRecommendationsJobsCommand";
|
|
207
217
|
import { ListInferenceRecommendationsJobStepsCommandInput, ListInferenceRecommendationsJobStepsCommandOutput } from "../commands/ListInferenceRecommendationsJobStepsCommand";
|
|
@@ -274,6 +284,7 @@ import { StopTransformJobCommandInput, StopTransformJobCommandOutput } from "../
|
|
|
274
284
|
import { UpdateActionCommandInput, UpdateActionCommandOutput } from "../commands/UpdateActionCommand";
|
|
275
285
|
import { UpdateAppImageConfigCommandInput, UpdateAppImageConfigCommandOutput } from "../commands/UpdateAppImageConfigCommand";
|
|
276
286
|
import { UpdateArtifactCommandInput, UpdateArtifactCommandOutput } from "../commands/UpdateArtifactCommand";
|
|
287
|
+
import { UpdateClusterCommandInput, UpdateClusterCommandOutput } from "../commands/UpdateClusterCommand";
|
|
277
288
|
import { UpdateCodeRepositoryCommandInput, UpdateCodeRepositoryCommandOutput } from "../commands/UpdateCodeRepositoryCommand";
|
|
278
289
|
import { UpdateContextCommandInput, UpdateContextCommandOutput } from "../commands/UpdateContextCommand";
|
|
279
290
|
import { UpdateDeviceFleetCommandInput, UpdateDeviceFleetCommandOutput } from "../commands/UpdateDeviceFleetCommand";
|
|
@@ -287,6 +298,8 @@ import { UpdateFeatureMetadataCommandInput, UpdateFeatureMetadataCommandOutput }
|
|
|
287
298
|
import { UpdateHubCommandInput, UpdateHubCommandOutput } from "../commands/UpdateHubCommand";
|
|
288
299
|
import { UpdateImageCommandInput, UpdateImageCommandOutput } from "../commands/UpdateImageCommand";
|
|
289
300
|
import { UpdateImageVersionCommandInput, UpdateImageVersionCommandOutput } from "../commands/UpdateImageVersionCommand";
|
|
301
|
+
import { UpdateInferenceComponentCommandInput, UpdateInferenceComponentCommandOutput } from "../commands/UpdateInferenceComponentCommand";
|
|
302
|
+
import { UpdateInferenceComponentRuntimeConfigCommandInput, UpdateInferenceComponentRuntimeConfigCommandOutput } from "../commands/UpdateInferenceComponentRuntimeConfigCommand";
|
|
290
303
|
import { UpdateInferenceExperimentCommandInput, UpdateInferenceExperimentCommandOutput } from "../commands/UpdateInferenceExperimentCommand";
|
|
291
304
|
import { UpdateModelCardCommandInput, UpdateModelCardCommandOutput } from "../commands/UpdateModelCardCommand";
|
|
292
305
|
import { UpdateModelPackageCommandInput, UpdateModelPackageCommandOutput } from "../commands/UpdateModelPackageCommand";
|
|
@@ -348,6 +361,10 @@ export declare const se_CreateAutoMLJobCommand: (input: CreateAutoMLJobCommandIn
|
|
|
348
361
|
* serializeAws_json1_1CreateAutoMLJobV2Command
|
|
349
362
|
*/
|
|
350
363
|
export declare const se_CreateAutoMLJobV2Command: (input: CreateAutoMLJobV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
364
|
+
/**
|
|
365
|
+
* serializeAws_json1_1CreateClusterCommand
|
|
366
|
+
*/
|
|
367
|
+
export declare const se_CreateClusterCommand: (input: CreateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
351
368
|
/**
|
|
352
369
|
* serializeAws_json1_1CreateCodeRepositoryCommand
|
|
353
370
|
*/
|
|
@@ -424,6 +441,10 @@ export declare const se_CreateImageCommand: (input: CreateImageCommandInput, con
|
|
|
424
441
|
* serializeAws_json1_1CreateImageVersionCommand
|
|
425
442
|
*/
|
|
426
443
|
export declare const se_CreateImageVersionCommand: (input: CreateImageVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
444
|
+
/**
|
|
445
|
+
* serializeAws_json1_1CreateInferenceComponentCommand
|
|
446
|
+
*/
|
|
447
|
+
export declare const se_CreateInferenceComponentCommand: (input: CreateInferenceComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
427
448
|
/**
|
|
428
449
|
* serializeAws_json1_1CreateInferenceExperimentCommand
|
|
429
450
|
*/
|
|
@@ -560,6 +581,10 @@ export declare const se_DeleteArtifactCommand: (input: DeleteArtifactCommandInpu
|
|
|
560
581
|
* serializeAws_json1_1DeleteAssociationCommand
|
|
561
582
|
*/
|
|
562
583
|
export declare const se_DeleteAssociationCommand: (input: DeleteAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
584
|
+
/**
|
|
585
|
+
* serializeAws_json1_1DeleteClusterCommand
|
|
586
|
+
*/
|
|
587
|
+
export declare const se_DeleteClusterCommand: (input: DeleteClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
563
588
|
/**
|
|
564
589
|
* serializeAws_json1_1DeleteCodeRepositoryCommand
|
|
565
590
|
*/
|
|
@@ -628,6 +653,10 @@ export declare const se_DeleteImageCommand: (input: DeleteImageCommandInput, con
|
|
|
628
653
|
* serializeAws_json1_1DeleteImageVersionCommand
|
|
629
654
|
*/
|
|
630
655
|
export declare const se_DeleteImageVersionCommand: (input: DeleteImageVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
656
|
+
/**
|
|
657
|
+
* serializeAws_json1_1DeleteInferenceComponentCommand
|
|
658
|
+
*/
|
|
659
|
+
export declare const se_DeleteInferenceComponentCommand: (input: DeleteInferenceComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
631
660
|
/**
|
|
632
661
|
* serializeAws_json1_1DeleteInferenceExperimentCommand
|
|
633
662
|
*/
|
|
@@ -748,6 +777,14 @@ export declare const se_DescribeAutoMLJobCommand: (input: DescribeAutoMLJobComma
|
|
|
748
777
|
* serializeAws_json1_1DescribeAutoMLJobV2Command
|
|
749
778
|
*/
|
|
750
779
|
export declare const se_DescribeAutoMLJobV2Command: (input: DescribeAutoMLJobV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
780
|
+
/**
|
|
781
|
+
* serializeAws_json1_1DescribeClusterCommand
|
|
782
|
+
*/
|
|
783
|
+
export declare const se_DescribeClusterCommand: (input: DescribeClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
784
|
+
/**
|
|
785
|
+
* serializeAws_json1_1DescribeClusterNodeCommand
|
|
786
|
+
*/
|
|
787
|
+
export declare const se_DescribeClusterNodeCommand: (input: DescribeClusterNodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
751
788
|
/**
|
|
752
789
|
* serializeAws_json1_1DescribeCodeRepositoryCommand
|
|
753
790
|
*/
|
|
@@ -832,6 +869,10 @@ export declare const se_DescribeImageCommand: (input: DescribeImageCommandInput,
|
|
|
832
869
|
* serializeAws_json1_1DescribeImageVersionCommand
|
|
833
870
|
*/
|
|
834
871
|
export declare const se_DescribeImageVersionCommand: (input: DescribeImageVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
872
|
+
/**
|
|
873
|
+
* serializeAws_json1_1DescribeInferenceComponentCommand
|
|
874
|
+
*/
|
|
875
|
+
export declare const se_DescribeInferenceComponentCommand: (input: DescribeInferenceComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
835
876
|
/**
|
|
836
877
|
* serializeAws_json1_1DescribeInferenceExperimentCommand
|
|
837
878
|
*/
|
|
@@ -1028,6 +1069,14 @@ export declare const se_ListAutoMLJobsCommand: (input: ListAutoMLJobsCommandInpu
|
|
|
1028
1069
|
* serializeAws_json1_1ListCandidatesForAutoMLJobCommand
|
|
1029
1070
|
*/
|
|
1030
1071
|
export declare const se_ListCandidatesForAutoMLJobCommand: (input: ListCandidatesForAutoMLJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1072
|
+
/**
|
|
1073
|
+
* serializeAws_json1_1ListClusterNodesCommand
|
|
1074
|
+
*/
|
|
1075
|
+
export declare const se_ListClusterNodesCommand: (input: ListClusterNodesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1076
|
+
/**
|
|
1077
|
+
* serializeAws_json1_1ListClustersCommand
|
|
1078
|
+
*/
|
|
1079
|
+
export declare const se_ListClustersCommand: (input: ListClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1031
1080
|
/**
|
|
1032
1081
|
* serializeAws_json1_1ListCodeRepositoriesCommand
|
|
1033
1082
|
*/
|
|
@@ -1112,6 +1161,10 @@ export declare const se_ListImagesCommand: (input: ListImagesCommandInput, conte
|
|
|
1112
1161
|
* serializeAws_json1_1ListImageVersionsCommand
|
|
1113
1162
|
*/
|
|
1114
1163
|
export declare const se_ListImageVersionsCommand: (input: ListImageVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1164
|
+
/**
|
|
1165
|
+
* serializeAws_json1_1ListInferenceComponentsCommand
|
|
1166
|
+
*/
|
|
1167
|
+
export declare const se_ListInferenceComponentsCommand: (input: ListInferenceComponentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1115
1168
|
/**
|
|
1116
1169
|
* serializeAws_json1_1ListInferenceExperimentsCommand
|
|
1117
1170
|
*/
|
|
@@ -1400,6 +1453,10 @@ export declare const se_UpdateAppImageConfigCommand: (input: UpdateAppImageConfi
|
|
|
1400
1453
|
* serializeAws_json1_1UpdateArtifactCommand
|
|
1401
1454
|
*/
|
|
1402
1455
|
export declare const se_UpdateArtifactCommand: (input: UpdateArtifactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1456
|
+
/**
|
|
1457
|
+
* serializeAws_json1_1UpdateClusterCommand
|
|
1458
|
+
*/
|
|
1459
|
+
export declare const se_UpdateClusterCommand: (input: UpdateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1403
1460
|
/**
|
|
1404
1461
|
* serializeAws_json1_1UpdateCodeRepositoryCommand
|
|
1405
1462
|
*/
|
|
@@ -1452,6 +1509,14 @@ export declare const se_UpdateImageCommand: (input: UpdateImageCommandInput, con
|
|
|
1452
1509
|
* serializeAws_json1_1UpdateImageVersionCommand
|
|
1453
1510
|
*/
|
|
1454
1511
|
export declare const se_UpdateImageVersionCommand: (input: UpdateImageVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1512
|
+
/**
|
|
1513
|
+
* serializeAws_json1_1UpdateInferenceComponentCommand
|
|
1514
|
+
*/
|
|
1515
|
+
export declare const se_UpdateInferenceComponentCommand: (input: UpdateInferenceComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1516
|
+
/**
|
|
1517
|
+
* serializeAws_json1_1UpdateInferenceComponentRuntimeConfigCommand
|
|
1518
|
+
*/
|
|
1519
|
+
export declare const se_UpdateInferenceComponentRuntimeConfigCommand: (input: UpdateInferenceComponentRuntimeConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1455
1520
|
/**
|
|
1456
1521
|
* serializeAws_json1_1UpdateInferenceExperimentCommand
|
|
1457
1522
|
*/
|
|
@@ -1564,6 +1629,10 @@ export declare const de_CreateAutoMLJobCommand: (output: __HttpResponse, context
|
|
|
1564
1629
|
* deserializeAws_json1_1CreateAutoMLJobV2Command
|
|
1565
1630
|
*/
|
|
1566
1631
|
export declare const de_CreateAutoMLJobV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAutoMLJobV2CommandOutput>;
|
|
1632
|
+
/**
|
|
1633
|
+
* deserializeAws_json1_1CreateClusterCommand
|
|
1634
|
+
*/
|
|
1635
|
+
export declare const de_CreateClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClusterCommandOutput>;
|
|
1567
1636
|
/**
|
|
1568
1637
|
* deserializeAws_json1_1CreateCodeRepositoryCommand
|
|
1569
1638
|
*/
|
|
@@ -1640,6 +1709,10 @@ export declare const de_CreateImageCommand: (output: __HttpResponse, context: __
|
|
|
1640
1709
|
* deserializeAws_json1_1CreateImageVersionCommand
|
|
1641
1710
|
*/
|
|
1642
1711
|
export declare const de_CreateImageVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateImageVersionCommandOutput>;
|
|
1712
|
+
/**
|
|
1713
|
+
* deserializeAws_json1_1CreateInferenceComponentCommand
|
|
1714
|
+
*/
|
|
1715
|
+
export declare const de_CreateInferenceComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInferenceComponentCommandOutput>;
|
|
1643
1716
|
/**
|
|
1644
1717
|
* deserializeAws_json1_1CreateInferenceExperimentCommand
|
|
1645
1718
|
*/
|
|
@@ -1776,6 +1849,10 @@ export declare const de_DeleteArtifactCommand: (output: __HttpResponse, context:
|
|
|
1776
1849
|
* deserializeAws_json1_1DeleteAssociationCommand
|
|
1777
1850
|
*/
|
|
1778
1851
|
export declare const de_DeleteAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAssociationCommandOutput>;
|
|
1852
|
+
/**
|
|
1853
|
+
* deserializeAws_json1_1DeleteClusterCommand
|
|
1854
|
+
*/
|
|
1855
|
+
export declare const de_DeleteClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClusterCommandOutput>;
|
|
1779
1856
|
/**
|
|
1780
1857
|
* deserializeAws_json1_1DeleteCodeRepositoryCommand
|
|
1781
1858
|
*/
|
|
@@ -1844,6 +1921,10 @@ export declare const de_DeleteImageCommand: (output: __HttpResponse, context: __
|
|
|
1844
1921
|
* deserializeAws_json1_1DeleteImageVersionCommand
|
|
1845
1922
|
*/
|
|
1846
1923
|
export declare const de_DeleteImageVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImageVersionCommandOutput>;
|
|
1924
|
+
/**
|
|
1925
|
+
* deserializeAws_json1_1DeleteInferenceComponentCommand
|
|
1926
|
+
*/
|
|
1927
|
+
export declare const de_DeleteInferenceComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInferenceComponentCommandOutput>;
|
|
1847
1928
|
/**
|
|
1848
1929
|
* deserializeAws_json1_1DeleteInferenceExperimentCommand
|
|
1849
1930
|
*/
|
|
@@ -1964,6 +2045,14 @@ export declare const de_DescribeAutoMLJobCommand: (output: __HttpResponse, conte
|
|
|
1964
2045
|
* deserializeAws_json1_1DescribeAutoMLJobV2Command
|
|
1965
2046
|
*/
|
|
1966
2047
|
export declare const de_DescribeAutoMLJobV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAutoMLJobV2CommandOutput>;
|
|
2048
|
+
/**
|
|
2049
|
+
* deserializeAws_json1_1DescribeClusterCommand
|
|
2050
|
+
*/
|
|
2051
|
+
export declare const de_DescribeClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterCommandOutput>;
|
|
2052
|
+
/**
|
|
2053
|
+
* deserializeAws_json1_1DescribeClusterNodeCommand
|
|
2054
|
+
*/
|
|
2055
|
+
export declare const de_DescribeClusterNodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterNodeCommandOutput>;
|
|
1967
2056
|
/**
|
|
1968
2057
|
* deserializeAws_json1_1DescribeCodeRepositoryCommand
|
|
1969
2058
|
*/
|
|
@@ -2048,6 +2137,10 @@ export declare const de_DescribeImageCommand: (output: __HttpResponse, context:
|
|
|
2048
2137
|
* deserializeAws_json1_1DescribeImageVersionCommand
|
|
2049
2138
|
*/
|
|
2050
2139
|
export declare const de_DescribeImageVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImageVersionCommandOutput>;
|
|
2140
|
+
/**
|
|
2141
|
+
* deserializeAws_json1_1DescribeInferenceComponentCommand
|
|
2142
|
+
*/
|
|
2143
|
+
export declare const de_DescribeInferenceComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInferenceComponentCommandOutput>;
|
|
2051
2144
|
/**
|
|
2052
2145
|
* deserializeAws_json1_1DescribeInferenceExperimentCommand
|
|
2053
2146
|
*/
|
|
@@ -2244,6 +2337,14 @@ export declare const de_ListAutoMLJobsCommand: (output: __HttpResponse, context:
|
|
|
2244
2337
|
* deserializeAws_json1_1ListCandidatesForAutoMLJobCommand
|
|
2245
2338
|
*/
|
|
2246
2339
|
export declare const de_ListCandidatesForAutoMLJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCandidatesForAutoMLJobCommandOutput>;
|
|
2340
|
+
/**
|
|
2341
|
+
* deserializeAws_json1_1ListClusterNodesCommand
|
|
2342
|
+
*/
|
|
2343
|
+
export declare const de_ListClusterNodesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClusterNodesCommandOutput>;
|
|
2344
|
+
/**
|
|
2345
|
+
* deserializeAws_json1_1ListClustersCommand
|
|
2346
|
+
*/
|
|
2347
|
+
export declare const de_ListClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClustersCommandOutput>;
|
|
2247
2348
|
/**
|
|
2248
2349
|
* deserializeAws_json1_1ListCodeRepositoriesCommand
|
|
2249
2350
|
*/
|
|
@@ -2328,6 +2429,10 @@ export declare const de_ListImagesCommand: (output: __HttpResponse, context: __S
|
|
|
2328
2429
|
* deserializeAws_json1_1ListImageVersionsCommand
|
|
2329
2430
|
*/
|
|
2330
2431
|
export declare const de_ListImageVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImageVersionsCommandOutput>;
|
|
2432
|
+
/**
|
|
2433
|
+
* deserializeAws_json1_1ListInferenceComponentsCommand
|
|
2434
|
+
*/
|
|
2435
|
+
export declare const de_ListInferenceComponentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInferenceComponentsCommandOutput>;
|
|
2331
2436
|
/**
|
|
2332
2437
|
* deserializeAws_json1_1ListInferenceExperimentsCommand
|
|
2333
2438
|
*/
|
|
@@ -2616,6 +2721,10 @@ export declare const de_UpdateAppImageConfigCommand: (output: __HttpResponse, co
|
|
|
2616
2721
|
* deserializeAws_json1_1UpdateArtifactCommand
|
|
2617
2722
|
*/
|
|
2618
2723
|
export declare const de_UpdateArtifactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateArtifactCommandOutput>;
|
|
2724
|
+
/**
|
|
2725
|
+
* deserializeAws_json1_1UpdateClusterCommand
|
|
2726
|
+
*/
|
|
2727
|
+
export declare const de_UpdateClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClusterCommandOutput>;
|
|
2619
2728
|
/**
|
|
2620
2729
|
* deserializeAws_json1_1UpdateCodeRepositoryCommand
|
|
2621
2730
|
*/
|
|
@@ -2668,6 +2777,14 @@ export declare const de_UpdateImageCommand: (output: __HttpResponse, context: __
|
|
|
2668
2777
|
* deserializeAws_json1_1UpdateImageVersionCommand
|
|
2669
2778
|
*/
|
|
2670
2779
|
export declare const de_UpdateImageVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateImageVersionCommandOutput>;
|
|
2780
|
+
/**
|
|
2781
|
+
* deserializeAws_json1_1UpdateInferenceComponentCommand
|
|
2782
|
+
*/
|
|
2783
|
+
export declare const de_UpdateInferenceComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInferenceComponentCommandOutput>;
|
|
2784
|
+
/**
|
|
2785
|
+
* deserializeAws_json1_1UpdateInferenceComponentRuntimeConfigCommand
|
|
2786
|
+
*/
|
|
2787
|
+
export declare const de_UpdateInferenceComponentRuntimeConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInferenceComponentRuntimeConfigCommandOutput>;
|
|
2671
2788
|
/**
|
|
2672
2789
|
* deserializeAws_json1_1UpdateInferenceExperimentCommand
|
|
2673
2790
|
*/
|