@aws-sdk/client-imagebuilder 3.478.0 → 3.484.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 +11 -11
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ImagebuilderClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface PutImageRecipePolicyCommandInput
|
|
|
21
15
|
export interface PutImageRecipePolicyCommandOutput
|
|
22
16
|
extends PutImageRecipePolicyResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: PutImageRecipePolicyCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: PutImageRecipePolicyCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ImagebuilderClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const PutImageRecipePolicyCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: PutImageRecipePolicyCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
PutImageRecipePolicyCommandInput,
|
|
38
|
-
PutImageRecipePolicyCommandOutput
|
|
23
|
+
PutImageRecipePolicyCommandOutput,
|
|
24
|
+
ImagebuilderClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class PutImageRecipePolicyCommand extends PutImageRecipePolicyCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ImagebuilderClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface SendWorkflowStepActionCommandInput
|
|
|
21
15
|
export interface SendWorkflowStepActionCommandOutput
|
|
22
16
|
extends SendWorkflowStepActionResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: SendWorkflowStepActionCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: SendWorkflowStepActionCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ImagebuilderClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const SendWorkflowStepActionCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: SendWorkflowStepActionCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
SendWorkflowStepActionCommandInput,
|
|
38
|
-
SendWorkflowStepActionCommandOutput
|
|
23
|
+
SendWorkflowStepActionCommandOutput,
|
|
24
|
+
ImagebuilderClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class SendWorkflowStepActionCommand extends SendWorkflowStepActionCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ImagebuilderClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface StartImagePipelineExecutionCommandInput
|
|
|
21
15
|
export interface StartImagePipelineExecutionCommandOutput
|
|
22
16
|
extends StartImagePipelineExecutionResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: StartImagePipelineExecutionCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: StartImagePipelineExecutionCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ImagebuilderClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const StartImagePipelineExecutionCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: StartImagePipelineExecutionCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
StartImagePipelineExecutionCommandInput,
|
|
38
|
-
StartImagePipelineExecutionCommandOutput
|
|
23
|
+
StartImagePipelineExecutionCommandOutput,
|
|
24
|
+
ImagebuilderClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class StartImagePipelineExecutionCommand extends StartImagePipelineExecutionCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ImagebuilderClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface StartResourceStateUpdateCommandInput
|
|
|
21
15
|
export interface StartResourceStateUpdateCommandOutput
|
|
22
16
|
extends StartResourceStateUpdateResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: StartResourceStateUpdateCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: StartResourceStateUpdateCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ImagebuilderClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const StartResourceStateUpdateCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: StartResourceStateUpdateCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
StartResourceStateUpdateCommandInput,
|
|
38
|
-
StartResourceStateUpdateCommandOutput
|
|
23
|
+
StartResourceStateUpdateCommandOutput,
|
|
24
|
+
ImagebuilderClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class StartResourceStateUpdateCommand extends StartResourceStateUpdateCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ImagebuilderClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
17
11
|
export interface TagResourceCommandOutput
|
|
18
12
|
extends TagResourceResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const TagResourceCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: TagResourceCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
TagResourceCommandInput,
|
|
19
|
+
TagResourceCommandOutput,
|
|
20
|
+
ImagebuilderClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ImagebuilderClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
20
14
|
export interface UntagResourceCommandOutput
|
|
21
15
|
extends UntagResourceResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const UntagResourceCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: UntagResourceCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
UntagResourceCommandInput,
|
|
22
|
+
UntagResourceCommandOutput,
|
|
23
|
+
ImagebuilderClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ImagebuilderClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface UpdateDistributionConfigurationCommandInput
|
|
|
21
15
|
export interface UpdateDistributionConfigurationCommandOutput
|
|
22
16
|
extends UpdateDistributionConfigurationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: UpdateDistributionConfigurationCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: UpdateDistributionConfigurationCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ImagebuilderClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const UpdateDistributionConfigurationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UpdateDistributionConfigurationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
UpdateDistributionConfigurationCommandInput,
|
|
38
|
-
UpdateDistributionConfigurationCommandOutput
|
|
23
|
+
UpdateDistributionConfigurationCommandOutput,
|
|
24
|
+
ImagebuilderClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class UpdateDistributionConfigurationCommand extends UpdateDistributionConfigurationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ImagebuilderClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface UpdateImagePipelineCommandInput
|
|
|
21
15
|
export interface UpdateImagePipelineCommandOutput
|
|
22
16
|
extends UpdateImagePipelineResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const UpdateImagePipelineCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UpdateImagePipelineCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
UpdateImagePipelineCommandInput,
|
|
23
|
+
UpdateImagePipelineCommandOutput,
|
|
24
|
+
ImagebuilderClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class UpdateImagePipelineCommand extends UpdateImagePipelineCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ImagebuilderClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface UpdateInfrastructureConfigurationCommandInput
|
|
|
21
15
|
export interface UpdateInfrastructureConfigurationCommandOutput
|
|
22
16
|
extends UpdateInfrastructureConfigurationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: UpdateInfrastructureConfigurationCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: UpdateInfrastructureConfigurationCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ImagebuilderClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const UpdateInfrastructureConfigurationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UpdateInfrastructureConfigurationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
UpdateInfrastructureConfigurationCommandInput,
|
|
38
|
-
UpdateInfrastructureConfigurationCommandOutput
|
|
23
|
+
UpdateInfrastructureConfigurationCommandOutput,
|
|
24
|
+
ImagebuilderClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class UpdateInfrastructureConfigurationCommand extends UpdateInfrastructureConfigurationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ImagebuilderClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface UpdateLifecyclePolicyCommandInput
|
|
|
21
15
|
export interface UpdateLifecyclePolicyCommandOutput
|
|
22
16
|
extends UpdateLifecyclePolicyResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: UpdateLifecyclePolicyCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: UpdateLifecyclePolicyCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ImagebuilderClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const UpdateLifecyclePolicyCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UpdateLifecyclePolicyCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
UpdateLifecyclePolicyCommandInput,
|
|
38
|
-
UpdateLifecyclePolicyCommandOutput
|
|
23
|
+
UpdateLifecyclePolicyCommandOutput,
|
|
24
|
+
ImagebuilderClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class UpdateLifecyclePolicyCommand extends UpdateLifecyclePolicyCommand_base {}
|
|
@@ -25,6 +25,24 @@ export declare const resolveClientEndpointParameters: <T>(
|
|
|
25
25
|
ClientInputEndpointParameters & {
|
|
26
26
|
defaultSigningName: string;
|
|
27
27
|
};
|
|
28
|
+
export declare const commonParams: {
|
|
29
|
+
readonly UseFIPS: {
|
|
30
|
+
readonly type: "builtInParams";
|
|
31
|
+
readonly name: "useFipsEndpoint";
|
|
32
|
+
};
|
|
33
|
+
readonly Endpoint: {
|
|
34
|
+
readonly type: "builtInParams";
|
|
35
|
+
readonly name: "endpoint";
|
|
36
|
+
};
|
|
37
|
+
readonly Region: {
|
|
38
|
+
readonly type: "builtInParams";
|
|
39
|
+
readonly name: "region";
|
|
40
|
+
};
|
|
41
|
+
readonly UseDualStack: {
|
|
42
|
+
readonly type: "builtInParams";
|
|
43
|
+
readonly name: "useDualstackEndpoint";
|
|
44
|
+
};
|
|
45
|
+
};
|
|
28
46
|
export interface EndpointParameters extends __EndpointParameters {
|
|
29
47
|
Region?: string;
|
|
30
48
|
UseDualStack?: boolean;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-imagebuilder",
|
|
3
3
|
"description": "AWS SDK for JavaScript Imagebuilder Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.484.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,40 +20,40 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.484.0",
|
|
24
|
+
"@aws-sdk/core": "3.481.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.484.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.468.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.468.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.468.0",
|
|
29
29
|
"@aws-sdk/middleware-signing": "3.468.0",
|
|
30
30
|
"@aws-sdk/middleware-user-agent": "3.478.0",
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.484.0",
|
|
32
32
|
"@aws-sdk/types": "3.468.0",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.478.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.468.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.470.0",
|
|
36
|
-
"@smithy/config-resolver": "^2.0.
|
|
37
|
-
"@smithy/core": "^1.2.
|
|
36
|
+
"@smithy/config-resolver": "^2.0.22",
|
|
37
|
+
"@smithy/core": "^1.2.1",
|
|
38
38
|
"@smithy/fetch-http-handler": "^2.3.1",
|
|
39
39
|
"@smithy/hash-node": "^2.0.17",
|
|
40
40
|
"@smithy/invalid-dependency": "^2.0.15",
|
|
41
41
|
"@smithy/middleware-content-length": "^2.0.17",
|
|
42
42
|
"@smithy/middleware-endpoint": "^2.2.3",
|
|
43
|
-
"@smithy/middleware-retry": "^2.0.
|
|
43
|
+
"@smithy/middleware-retry": "^2.0.25",
|
|
44
44
|
"@smithy/middleware-serde": "^2.0.15",
|
|
45
45
|
"@smithy/middleware-stack": "^2.0.9",
|
|
46
46
|
"@smithy/node-config-provider": "^2.1.8",
|
|
47
47
|
"@smithy/node-http-handler": "^2.2.1",
|
|
48
48
|
"@smithy/protocol-http": "^3.0.11",
|
|
49
|
-
"@smithy/smithy-client": "^2.
|
|
49
|
+
"@smithy/smithy-client": "^2.2.0",
|
|
50
50
|
"@smithy/types": "^2.7.0",
|
|
51
51
|
"@smithy/url-parser": "^2.0.15",
|
|
52
52
|
"@smithy/util-base64": "^2.0.1",
|
|
53
53
|
"@smithy/util-body-length-browser": "^2.0.1",
|
|
54
54
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.0.23",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.0.31",
|
|
57
57
|
"@smithy/util-endpoints": "^1.0.7",
|
|
58
58
|
"@smithy/util-retry": "^2.0.8",
|
|
59
59
|
"@smithy/util-utf8": "^2.0.2",
|