@aws-sdk/client-imagebuilder 3.478.0 → 3.481.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/dist-cjs/commands/CancelImageCreationCommand.js +18 -41
- package/dist-cjs/commands/CancelLifecycleExecutionCommand.js +18 -41
- package/dist-cjs/commands/CreateComponentCommand.js +18 -41
- package/dist-cjs/commands/CreateContainerRecipeCommand.js +18 -41
- package/dist-cjs/commands/CreateDistributionConfigurationCommand.js +18 -41
- package/dist-cjs/commands/CreateImageCommand.js +18 -41
- package/dist-cjs/commands/CreateImagePipelineCommand.js +18 -41
- package/dist-cjs/commands/CreateImageRecipeCommand.js +18 -41
- package/dist-cjs/commands/CreateInfrastructureConfigurationCommand.js +18 -41
- package/dist-cjs/commands/CreateLifecyclePolicyCommand.js +18 -41
- package/dist-cjs/commands/CreateWorkflowCommand.js +18 -41
- package/dist-cjs/commands/DeleteComponentCommand.js +18 -41
- package/dist-cjs/commands/DeleteContainerRecipeCommand.js +18 -41
- package/dist-cjs/commands/DeleteDistributionConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DeleteImageCommand.js +18 -41
- package/dist-cjs/commands/DeleteImagePipelineCommand.js +18 -41
- package/dist-cjs/commands/DeleteImageRecipeCommand.js +18 -41
- package/dist-cjs/commands/DeleteInfrastructureConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DeleteLifecyclePolicyCommand.js +18 -41
- package/dist-cjs/commands/DeleteWorkflowCommand.js +18 -41
- package/dist-cjs/commands/GetComponentCommand.js +18 -41
- package/dist-cjs/commands/GetComponentPolicyCommand.js +18 -41
- package/dist-cjs/commands/GetContainerRecipeCommand.js +18 -41
- package/dist-cjs/commands/GetContainerRecipePolicyCommand.js +18 -41
- package/dist-cjs/commands/GetDistributionConfigurationCommand.js +18 -41
- package/dist-cjs/commands/GetImageCommand.js +18 -41
- package/dist-cjs/commands/GetImagePipelineCommand.js +18 -41
- package/dist-cjs/commands/GetImagePolicyCommand.js +18 -41
- package/dist-cjs/commands/GetImageRecipeCommand.js +18 -41
- package/dist-cjs/commands/GetImageRecipePolicyCommand.js +18 -41
- package/dist-cjs/commands/GetInfrastructureConfigurationCommand.js +18 -41
- package/dist-cjs/commands/GetLifecycleExecutionCommand.js +18 -41
- package/dist-cjs/commands/GetLifecyclePolicyCommand.js +18 -41
- package/dist-cjs/commands/GetWorkflowCommand.js +18 -41
- package/dist-cjs/commands/GetWorkflowExecutionCommand.js +18 -41
- package/dist-cjs/commands/GetWorkflowStepExecutionCommand.js +18 -41
- package/dist-cjs/commands/ImportComponentCommand.js +18 -41
- package/dist-cjs/commands/ImportVmImageCommand.js +18 -41
- package/dist-cjs/commands/ListComponentBuildVersionsCommand.js +18 -41
- package/dist-cjs/commands/ListComponentsCommand.js +18 -41
- package/dist-cjs/commands/ListContainerRecipesCommand.js +18 -41
- package/dist-cjs/commands/ListDistributionConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/ListImageBuildVersionsCommand.js +18 -41
- package/dist-cjs/commands/ListImagePackagesCommand.js +18 -41
- package/dist-cjs/commands/ListImagePipelineImagesCommand.js +18 -41
- package/dist-cjs/commands/ListImagePipelinesCommand.js +18 -41
- package/dist-cjs/commands/ListImageRecipesCommand.js +18 -41
- package/dist-cjs/commands/ListImageScanFindingAggregationsCommand.js +18 -41
- package/dist-cjs/commands/ListImageScanFindingsCommand.js +18 -41
- package/dist-cjs/commands/ListImagesCommand.js +18 -41
- package/dist-cjs/commands/ListInfrastructureConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/ListLifecycleExecutionResourcesCommand.js +18 -41
- package/dist-cjs/commands/ListLifecycleExecutionsCommand.js +18 -41
- package/dist-cjs/commands/ListLifecyclePoliciesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListWaitingWorkflowStepsCommand.js +18 -41
- package/dist-cjs/commands/ListWorkflowBuildVersionsCommand.js +18 -41
- package/dist-cjs/commands/ListWorkflowExecutionsCommand.js +18 -41
- package/dist-cjs/commands/ListWorkflowStepExecutionsCommand.js +18 -41
- package/dist-cjs/commands/ListWorkflowsCommand.js +18 -41
- package/dist-cjs/commands/PutComponentPolicyCommand.js +18 -41
- package/dist-cjs/commands/PutContainerRecipePolicyCommand.js +18 -41
- package/dist-cjs/commands/PutImagePolicyCommand.js +18 -41
- package/dist-cjs/commands/PutImageRecipePolicyCommand.js +18 -41
- package/dist-cjs/commands/SendWorkflowStepActionCommand.js +18 -41
- package/dist-cjs/commands/StartImagePipelineExecutionCommand.js +18 -41
- package/dist-cjs/commands/StartResourceStateUpdateCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateDistributionConfigurationCommand.js +18 -41
- package/dist-cjs/commands/UpdateImagePipelineCommand.js +18 -41
- package/dist-cjs/commands/UpdateInfrastructureConfigurationCommand.js +18 -41
- package/dist-cjs/commands/UpdateLifecyclePolicyCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/CancelImageCreationCommand.js +18 -41
- package/dist-es/commands/CancelLifecycleExecutionCommand.js +18 -41
- package/dist-es/commands/CreateComponentCommand.js +18 -41
- package/dist-es/commands/CreateContainerRecipeCommand.js +18 -41
- package/dist-es/commands/CreateDistributionConfigurationCommand.js +18 -41
- package/dist-es/commands/CreateImageCommand.js +18 -41
- package/dist-es/commands/CreateImagePipelineCommand.js +18 -41
- package/dist-es/commands/CreateImageRecipeCommand.js +18 -41
- package/dist-es/commands/CreateInfrastructureConfigurationCommand.js +18 -41
- package/dist-es/commands/CreateLifecyclePolicyCommand.js +18 -41
- package/dist-es/commands/CreateWorkflowCommand.js +18 -41
- package/dist-es/commands/DeleteComponentCommand.js +18 -41
- package/dist-es/commands/DeleteContainerRecipeCommand.js +18 -41
- package/dist-es/commands/DeleteDistributionConfigurationCommand.js +18 -41
- package/dist-es/commands/DeleteImageCommand.js +18 -41
- package/dist-es/commands/DeleteImagePipelineCommand.js +18 -41
- package/dist-es/commands/DeleteImageRecipeCommand.js +18 -41
- package/dist-es/commands/DeleteInfrastructureConfigurationCommand.js +18 -41
- package/dist-es/commands/DeleteLifecyclePolicyCommand.js +18 -41
- package/dist-es/commands/DeleteWorkflowCommand.js +18 -41
- package/dist-es/commands/GetComponentCommand.js +18 -41
- package/dist-es/commands/GetComponentPolicyCommand.js +18 -41
- package/dist-es/commands/GetContainerRecipeCommand.js +18 -41
- package/dist-es/commands/GetContainerRecipePolicyCommand.js +18 -41
- package/dist-es/commands/GetDistributionConfigurationCommand.js +18 -41
- package/dist-es/commands/GetImageCommand.js +18 -41
- package/dist-es/commands/GetImagePipelineCommand.js +18 -41
- package/dist-es/commands/GetImagePolicyCommand.js +18 -41
- package/dist-es/commands/GetImageRecipeCommand.js +18 -41
- package/dist-es/commands/GetImageRecipePolicyCommand.js +18 -41
- package/dist-es/commands/GetInfrastructureConfigurationCommand.js +18 -41
- package/dist-es/commands/GetLifecycleExecutionCommand.js +18 -41
- package/dist-es/commands/GetLifecyclePolicyCommand.js +18 -41
- package/dist-es/commands/GetWorkflowCommand.js +18 -41
- package/dist-es/commands/GetWorkflowExecutionCommand.js +18 -41
- package/dist-es/commands/GetWorkflowStepExecutionCommand.js +18 -41
- package/dist-es/commands/ImportComponentCommand.js +18 -41
- package/dist-es/commands/ImportVmImageCommand.js +18 -41
- package/dist-es/commands/ListComponentBuildVersionsCommand.js +18 -41
- package/dist-es/commands/ListComponentsCommand.js +18 -41
- package/dist-es/commands/ListContainerRecipesCommand.js +18 -41
- package/dist-es/commands/ListDistributionConfigurationsCommand.js +18 -41
- package/dist-es/commands/ListImageBuildVersionsCommand.js +18 -41
- package/dist-es/commands/ListImagePackagesCommand.js +18 -41
- package/dist-es/commands/ListImagePipelineImagesCommand.js +18 -41
- package/dist-es/commands/ListImagePipelinesCommand.js +18 -41
- package/dist-es/commands/ListImageRecipesCommand.js +18 -41
- package/dist-es/commands/ListImageScanFindingAggregationsCommand.js +18 -41
- package/dist-es/commands/ListImageScanFindingsCommand.js +18 -41
- package/dist-es/commands/ListImagesCommand.js +18 -41
- package/dist-es/commands/ListInfrastructureConfigurationsCommand.js +18 -41
- package/dist-es/commands/ListLifecycleExecutionResourcesCommand.js +18 -41
- package/dist-es/commands/ListLifecycleExecutionsCommand.js +18 -41
- package/dist-es/commands/ListLifecyclePoliciesCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListWaitingWorkflowStepsCommand.js +18 -41
- package/dist-es/commands/ListWorkflowBuildVersionsCommand.js +18 -41
- package/dist-es/commands/ListWorkflowExecutionsCommand.js +18 -41
- package/dist-es/commands/ListWorkflowStepExecutionsCommand.js +18 -41
- package/dist-es/commands/ListWorkflowsCommand.js +18 -41
- package/dist-es/commands/PutComponentPolicyCommand.js +18 -41
- package/dist-es/commands/PutContainerRecipePolicyCommand.js +18 -41
- package/dist-es/commands/PutImagePolicyCommand.js +18 -41
- package/dist-es/commands/PutImageRecipePolicyCommand.js +18 -41
- package/dist-es/commands/SendWorkflowStepActionCommand.js +18 -41
- package/dist-es/commands/StartImagePipelineExecutionCommand.js +18 -41
- package/dist-es/commands/StartResourceStateUpdateCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateDistributionConfigurationCommand.js +18 -41
- package/dist-es/commands/UpdateImagePipelineCommand.js +18 -41
- package/dist-es/commands/UpdateInfrastructureConfigurationCommand.js +18 -41
- package/dist-es/commands/UpdateLifecyclePolicyCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/CancelImageCreationCommand.d.ts +6 -21
- package/dist-types/commands/CancelLifecycleExecutionCommand.d.ts +6 -21
- package/dist-types/commands/CreateComponentCommand.d.ts +6 -21
- package/dist-types/commands/CreateContainerRecipeCommand.d.ts +6 -21
- package/dist-types/commands/CreateDistributionConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/CreateImageCommand.d.ts +6 -21
- package/dist-types/commands/CreateImagePipelineCommand.d.ts +6 -21
- package/dist-types/commands/CreateImageRecipeCommand.d.ts +6 -21
- package/dist-types/commands/CreateInfrastructureConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/CreateLifecyclePolicyCommand.d.ts +6 -21
- package/dist-types/commands/CreateWorkflowCommand.d.ts +6 -21
- package/dist-types/commands/DeleteComponentCommand.d.ts +6 -21
- package/dist-types/commands/DeleteContainerRecipeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDistributionConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteImageCommand.d.ts +6 -21
- package/dist-types/commands/DeleteImagePipelineCommand.d.ts +6 -21
- package/dist-types/commands/DeleteImageRecipeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteInfrastructureConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteLifecyclePolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +6 -21
- package/dist-types/commands/GetComponentCommand.d.ts +6 -21
- package/dist-types/commands/GetComponentPolicyCommand.d.ts +6 -21
- package/dist-types/commands/GetContainerRecipeCommand.d.ts +6 -21
- package/dist-types/commands/GetContainerRecipePolicyCommand.d.ts +6 -21
- package/dist-types/commands/GetDistributionConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/GetImageCommand.d.ts +6 -21
- package/dist-types/commands/GetImagePipelineCommand.d.ts +6 -21
- package/dist-types/commands/GetImagePolicyCommand.d.ts +6 -21
- package/dist-types/commands/GetImageRecipeCommand.d.ts +6 -21
- package/dist-types/commands/GetImageRecipePolicyCommand.d.ts +6 -21
- package/dist-types/commands/GetInfrastructureConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/GetLifecycleExecutionCommand.d.ts +6 -21
- package/dist-types/commands/GetLifecyclePolicyCommand.d.ts +6 -21
- package/dist-types/commands/GetWorkflowCommand.d.ts +6 -21
- package/dist-types/commands/GetWorkflowExecutionCommand.d.ts +6 -21
- package/dist-types/commands/GetWorkflowStepExecutionCommand.d.ts +6 -21
- package/dist-types/commands/ImportComponentCommand.d.ts +6 -21
- package/dist-types/commands/ImportVmImageCommand.d.ts +6 -21
- package/dist-types/commands/ListComponentBuildVersionsCommand.d.ts +6 -21
- package/dist-types/commands/ListComponentsCommand.d.ts +6 -21
- package/dist-types/commands/ListContainerRecipesCommand.d.ts +6 -21
- package/dist-types/commands/ListDistributionConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/ListImageBuildVersionsCommand.d.ts +6 -21
- package/dist-types/commands/ListImagePackagesCommand.d.ts +6 -21
- package/dist-types/commands/ListImagePipelineImagesCommand.d.ts +6 -21
- package/dist-types/commands/ListImagePipelinesCommand.d.ts +6 -21
- package/dist-types/commands/ListImageRecipesCommand.d.ts +6 -21
- package/dist-types/commands/ListImageScanFindingAggregationsCommand.d.ts +6 -21
- package/dist-types/commands/ListImageScanFindingsCommand.d.ts +6 -21
- package/dist-types/commands/ListImagesCommand.d.ts +6 -21
- package/dist-types/commands/ListInfrastructureConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/ListLifecycleExecutionResourcesCommand.d.ts +6 -21
- package/dist-types/commands/ListLifecycleExecutionsCommand.d.ts +6 -21
- package/dist-types/commands/ListLifecyclePoliciesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListWaitingWorkflowStepsCommand.d.ts +6 -21
- package/dist-types/commands/ListWorkflowBuildVersionsCommand.d.ts +6 -21
- package/dist-types/commands/ListWorkflowExecutionsCommand.d.ts +6 -21
- package/dist-types/commands/ListWorkflowStepExecutionsCommand.d.ts +6 -21
- package/dist-types/commands/ListWorkflowsCommand.d.ts +6 -21
- package/dist-types/commands/PutComponentPolicyCommand.d.ts +6 -21
- package/dist-types/commands/PutContainerRecipePolicyCommand.d.ts +6 -21
- package/dist-types/commands/PutImagePolicyCommand.d.ts +6 -21
- package/dist-types/commands/PutImageRecipePolicyCommand.d.ts +6 -21
- package/dist-types/commands/SendWorkflowStepActionCommand.d.ts +6 -21
- package/dist-types/commands/StartImagePipelineExecutionCommand.d.ts +6 -21
- package/dist-types/commands/StartResourceStateUpdateCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDistributionConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateImagePipelineCommand.d.ts +6 -21
- package/dist-types/commands/UpdateInfrastructureConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateLifecyclePolicyCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/CancelImageCreationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CancelLifecycleExecutionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateContainerRecipeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateDistributionConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateImagePipelineCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateImageRecipeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateInfrastructureConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateLifecyclePolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteContainerRecipeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteDistributionConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteImagePipelineCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteImageRecipeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteInfrastructureConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetComponentPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetContainerRecipeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetContainerRecipePolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetDistributionConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetImageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetImagePipelineCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetImagePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetImageRecipeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetImageRecipePolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetInfrastructureConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetLifecycleExecutionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetWorkflowExecutionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetWorkflowStepExecutionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ImportComponentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ImportVmImageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListComponentBuildVersionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListContainerRecipesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDistributionConfigurationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListImageBuildVersionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListImagePackagesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListImagePipelineImagesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListImagePipelinesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListImageRecipesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListImageScanFindingAggregationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListImageScanFindingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListInfrastructureConfigurationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListLifecycleExecutionResourcesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListLifecycleExecutionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListLifecyclePoliciesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListWaitingWorkflowStepsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListWorkflowBuildVersionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListWorkflowExecutionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListWorkflowStepExecutionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutComponentPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutContainerRecipePolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutImagePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutImageRecipePolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SendWorkflowStepActionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartImagePipelineExecutionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartResourceStateUpdateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDistributionConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateImagePipelineCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateInfrastructureConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateLifecyclePolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetWorkflowStepExecutionCommand, se_GetWorkflowStepExecutionCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetWorkflowStepExecutionCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "ImagebuilderClient";
|
|
26
|
-
const commandName = "GetWorkflowStepExecutionCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "imagebuilder",
|
|
35
|
-
operation: "GetWorkflowStepExecution",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetWorkflowStepExecutionCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetWorkflowStepExecutionCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetWorkflowStepExecutionCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("imagebuilder", "GetWorkflowStepExecution", {})
|
|
19
|
+
.n("ImagebuilderClient", "GetWorkflowStepExecutionCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetWorkflowStepExecutionCommand)
|
|
22
|
+
.de(de_GetWorkflowStepExecutionCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_ImportComponentCommand, se_ImportComponentCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ImportComponentCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "ImagebuilderClient";
|
|
26
|
-
const commandName = "ImportComponentCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "imagebuilder",
|
|
35
|
-
operation: "ImportComponent",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_ImportComponentCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ImportComponentCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ImportComponentCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("imagebuilder", "ImportComponent", {})
|
|
19
|
+
.n("ImagebuilderClient", "ImportComponentCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ImportComponentCommand)
|
|
22
|
+
.de(de_ImportComponentCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_ImportVmImageCommand, se_ImportVmImageCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ImportVmImageCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "ImagebuilderClient";
|
|
26
|
-
const commandName = "ImportVmImageCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "imagebuilder",
|
|
35
|
-
operation: "ImportVmImage",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_ImportVmImageCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ImportVmImageCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ImportVmImageCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("imagebuilder", "ImportVmImage", {})
|
|
19
|
+
.n("ImagebuilderClient", "ImportVmImageCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ImportVmImageCommand)
|
|
22
|
+
.de(de_ImportVmImageCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_ListComponentBuildVersionsCommand, se_ListComponentBuildVersionsCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ListComponentBuildVersionsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "ImagebuilderClient";
|
|
26
|
-
const commandName = "ListComponentBuildVersionsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "imagebuilder",
|
|
35
|
-
operation: "ListComponentBuildVersions",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_ListComponentBuildVersionsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ListComponentBuildVersionsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ListComponentBuildVersionsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("imagebuilder", "ListComponentBuildVersions", {})
|
|
19
|
+
.n("ImagebuilderClient", "ListComponentBuildVersionsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListComponentBuildVersionsCommand)
|
|
22
|
+
.de(de_ListComponentBuildVersionsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_ListComponentsCommand, se_ListComponentsCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ListComponentsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "ImagebuilderClient";
|
|
26
|
-
const commandName = "ListComponentsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "imagebuilder",
|
|
35
|
-
operation: "ListComponents",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_ListComponentsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ListComponentsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ListComponentsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("imagebuilder", "ListComponents", {})
|
|
19
|
+
.n("ImagebuilderClient", "ListComponentsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListComponentsCommand)
|
|
22
|
+
.de(de_ListComponentsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_ListContainerRecipesCommand, se_ListContainerRecipesCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ListContainerRecipesCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "ImagebuilderClient";
|
|
26
|
-
const commandName = "ListContainerRecipesCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "imagebuilder",
|
|
35
|
-
operation: "ListContainerRecipes",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_ListContainerRecipesCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ListContainerRecipesCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ListContainerRecipesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("imagebuilder", "ListContainerRecipes", {})
|
|
19
|
+
.n("ImagebuilderClient", "ListContainerRecipesCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListContainerRecipesCommand)
|
|
22
|
+
.de(de_ListContainerRecipesCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_ListDistributionConfigurationsCommand, se_ListDistributionConfigurationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ListDistributionConfigurationsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "ImagebuilderClient";
|
|
26
|
-
const commandName = "ListDistributionConfigurationsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "imagebuilder",
|
|
35
|
-
operation: "ListDistributionConfigurations",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_ListDistributionConfigurationsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ListDistributionConfigurationsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ListDistributionConfigurationsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("imagebuilder", "ListDistributionConfigurations", {})
|
|
19
|
+
.n("ImagebuilderClient", "ListDistributionConfigurationsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListDistributionConfigurationsCommand)
|
|
22
|
+
.de(de_ListDistributionConfigurationsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_ListImageBuildVersionsCommand, se_ListImageBuildVersionsCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ListImageBuildVersionsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "ImagebuilderClient";
|
|
26
|
-
const commandName = "ListImageBuildVersionsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "imagebuilder",
|
|
35
|
-
operation: "ListImageBuildVersions",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_ListImageBuildVersionsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ListImageBuildVersionsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ListImageBuildVersionsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("imagebuilder", "ListImageBuildVersions", {})
|
|
19
|
+
.n("ImagebuilderClient", "ListImageBuildVersionsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListImageBuildVersionsCommand)
|
|
22
|
+
.de(de_ListImageBuildVersionsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_ListImagePackagesCommand, se_ListImagePackagesCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ListImagePackagesCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "ImagebuilderClient";
|
|
26
|
-
const commandName = "ListImagePackagesCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "imagebuilder",
|
|
35
|
-
operation: "ListImagePackages",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_ListImagePackagesCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ListImagePackagesCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ListImagePackagesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("imagebuilder", "ListImagePackages", {})
|
|
19
|
+
.n("ImagebuilderClient", "ListImagePackagesCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListImagePackagesCommand)
|
|
22
|
+
.de(de_ListImagePackagesCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|