@aws-sdk/client-imagebuilder 3.477.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-cjs/pagination/ListComponentBuildVersionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListComponentsPaginator.js +2 -24
- package/dist-cjs/pagination/ListContainerRecipesPaginator.js +2 -24
- package/dist-cjs/pagination/ListDistributionConfigurationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListImageBuildVersionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListImagePackagesPaginator.js +2 -24
- package/dist-cjs/pagination/ListImagePipelineImagesPaginator.js +2 -24
- package/dist-cjs/pagination/ListImagePipelinesPaginator.js +2 -24
- package/dist-cjs/pagination/ListImageRecipesPaginator.js +2 -24
- package/dist-cjs/pagination/ListImageScanFindingAggregationsPaginator.js +2 -23
- package/dist-cjs/pagination/ListImageScanFindingsPaginator.js +2 -24
- package/dist-cjs/pagination/ListImagesPaginator.js +2 -24
- package/dist-cjs/pagination/ListInfrastructureConfigurationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListLifecycleExecutionResourcesPaginator.js +2 -24
- package/dist-cjs/pagination/ListLifecycleExecutionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListLifecyclePoliciesPaginator.js +2 -24
- package/dist-cjs/pagination/ListWaitingWorkflowStepsPaginator.js +2 -24
- package/dist-cjs/pagination/ListWorkflowBuildVersionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListWorkflowExecutionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListWorkflowStepExecutionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListWorkflowsPaginator.js +2 -24
- 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-es/pagination/ListComponentBuildVersionsPaginator.js +2 -23
- package/dist-es/pagination/ListComponentsPaginator.js +2 -23
- package/dist-es/pagination/ListContainerRecipesPaginator.js +2 -23
- package/dist-es/pagination/ListDistributionConfigurationsPaginator.js +2 -23
- package/dist-es/pagination/ListImageBuildVersionsPaginator.js +2 -23
- package/dist-es/pagination/ListImagePackagesPaginator.js +2 -23
- package/dist-es/pagination/ListImagePipelineImagesPaginator.js +2 -23
- package/dist-es/pagination/ListImagePipelinesPaginator.js +2 -23
- package/dist-es/pagination/ListImageRecipesPaginator.js +2 -23
- package/dist-es/pagination/ListImageScanFindingAggregationsPaginator.js +2 -22
- package/dist-es/pagination/ListImageScanFindingsPaginator.js +2 -23
- package/dist-es/pagination/ListImagesPaginator.js +2 -23
- package/dist-es/pagination/ListInfrastructureConfigurationsPaginator.js +2 -23
- package/dist-es/pagination/ListLifecycleExecutionResourcesPaginator.js +2 -23
- package/dist-es/pagination/ListLifecycleExecutionsPaginator.js +2 -23
- package/dist-es/pagination/ListLifecyclePoliciesPaginator.js +2 -23
- package/dist-es/pagination/ListWaitingWorkflowStepsPaginator.js +2 -23
- package/dist-es/pagination/ListWorkflowBuildVersionsPaginator.js +2 -23
- package/dist-es/pagination/ListWorkflowExecutionsPaginator.js +2 -23
- package/dist-es/pagination/ListWorkflowStepExecutionsPaginator.js +2 -23
- package/dist-es/pagination/ListWorkflowsPaginator.js +2 -23
- 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/pagination/ListComponentBuildVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListComponentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListContainerRecipesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDistributionConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImageBuildVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImagePackagesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImagePipelineImagesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImagePipelinesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImageRecipesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImageScanFindingAggregationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImageScanFindingsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImagesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInfrastructureConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLifecycleExecutionResourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLifecycleExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLifecyclePoliciesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWaitingWorkflowStepsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkflowBuildVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkflowExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkflowStepExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkflowsPaginator.d.ts +1 -1
- 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/dist-types/ts3.4/pagination/ListComponentBuildVersionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListComponentsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListContainerRecipesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDistributionConfigurationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListImageBuildVersionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListImagePackagesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListImagePipelineImagesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListImagePipelinesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListImageRecipesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListImageScanFindingAggregationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListImageScanFindingsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListImagesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListInfrastructureConfigurationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListLifecycleExecutionResourcesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListLifecycleExecutionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListLifecyclePoliciesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListWaitingWorkflowStepsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListWorkflowBuildVersionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListWorkflowExecutionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListWorkflowStepExecutionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListWorkflowsPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListLifecyclePoliciesCommand, } from "../commands/ListLifecyclePoliciesCommand";
|
|
2
3
|
import { ImagebuilderClient } from "../ImagebuilderClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListLifecyclePoliciesCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListLifecyclePolicies(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.nextToken = token;
|
|
12
|
-
input["maxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof ImagebuilderClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected Imagebuilder | ImagebuilderClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.nextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListLifecyclePolicies = createPaginator(ImagebuilderClient, ListLifecyclePoliciesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListWaitingWorkflowStepsCommand, } from "../commands/ListWaitingWorkflowStepsCommand";
|
|
2
3
|
import { ImagebuilderClient } from "../ImagebuilderClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListWaitingWorkflowStepsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListWaitingWorkflowSteps(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.nextToken = token;
|
|
12
|
-
input["maxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof ImagebuilderClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected Imagebuilder | ImagebuilderClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.nextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListWaitingWorkflowSteps = createPaginator(ImagebuilderClient, ListWaitingWorkflowStepsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListWorkflowBuildVersionsCommand, } from "../commands/ListWorkflowBuildVersionsCommand";
|
|
2
3
|
import { ImagebuilderClient } from "../ImagebuilderClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListWorkflowBuildVersionsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListWorkflowBuildVersions(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.nextToken = token;
|
|
12
|
-
input["maxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof ImagebuilderClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected Imagebuilder | ImagebuilderClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.nextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListWorkflowBuildVersions = createPaginator(ImagebuilderClient, ListWorkflowBuildVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListWorkflowExecutionsCommand, } from "../commands/ListWorkflowExecutionsCommand";
|
|
2
3
|
import { ImagebuilderClient } from "../ImagebuilderClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListWorkflowExecutionsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListWorkflowExecutions(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.nextToken = token;
|
|
12
|
-
input["maxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof ImagebuilderClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected Imagebuilder | ImagebuilderClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.nextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListWorkflowExecutions = createPaginator(ImagebuilderClient, ListWorkflowExecutionsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListWorkflowStepExecutionsCommand, } from "../commands/ListWorkflowStepExecutionsCommand";
|
|
2
3
|
import { ImagebuilderClient } from "../ImagebuilderClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListWorkflowStepExecutionsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListWorkflowStepExecutions(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.nextToken = token;
|
|
12
|
-
input["maxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof ImagebuilderClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected Imagebuilder | ImagebuilderClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.nextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListWorkflowStepExecutions = createPaginator(ImagebuilderClient, ListWorkflowStepExecutionsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListWorkflowsCommand, } from "../commands/ListWorkflowsCommand";
|
|
2
3
|
import { ImagebuilderClient } from "../ImagebuilderClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListWorkflowsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListWorkflows(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.nextToken = token;
|
|
12
|
-
input["maxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof ImagebuilderClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected Imagebuilder | ImagebuilderClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.nextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListWorkflows = createPaginator(ImagebuilderClient, ListWorkflowsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
5
4
|
import { CancelImageCreationRequest, CancelImageCreationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CancelImageCreationCommandInput extends CancelImageCreationRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CancelImageCreationCommandOutput extends CancelImageCreationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CancelImageCreationCommand_base: {
|
|
24
|
+
new (input: CancelImageCreationCommandInput): import("@smithy/smithy-client").CommandImpl<CancelImageCreationCommandInput, CancelImageCreationCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>CancelImageCreation cancels the creation of Image. This operation can only be used on
|
|
@@ -84,23 +87,5 @@ export interface CancelImageCreationCommandOutput extends CancelImageCreationRes
|
|
|
84
87
|
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
85
88
|
*
|
|
86
89
|
*/
|
|
87
|
-
export declare class CancelImageCreationCommand extends
|
|
88
|
-
readonly input: CancelImageCreationCommandInput;
|
|
89
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
constructor(input: CancelImageCreationCommandInput);
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelImageCreationCommandInput, CancelImageCreationCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private serialize;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private deserialize;
|
|
90
|
+
export declare class CancelImageCreationCommand extends CancelImageCreationCommand_base {
|
|
106
91
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
5
4
|
import { CancelLifecycleExecutionRequest, CancelLifecycleExecutionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CancelLifecycleExecutionCommandInput extends CancelLifecycleExe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CancelLifecycleExecutionCommandOutput extends CancelLifecycleExecutionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CancelLifecycleExecutionCommand_base: {
|
|
24
|
+
new (input: CancelLifecycleExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<CancelLifecycleExecutionCommandInput, CancelLifecycleExecutionCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Cancel a specific image lifecycle policy runtime instance.</p>
|
|
@@ -81,23 +84,5 @@ export interface CancelLifecycleExecutionCommandOutput extends CancelLifecycleEx
|
|
|
81
84
|
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
82
85
|
*
|
|
83
86
|
*/
|
|
84
|
-
export declare class CancelLifecycleExecutionCommand extends
|
|
85
|
-
readonly input: CancelLifecycleExecutionCommandInput;
|
|
86
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
-
/**
|
|
88
|
-
* @public
|
|
89
|
-
*/
|
|
90
|
-
constructor(input: CancelLifecycleExecutionCommandInput);
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelLifecycleExecutionCommandInput, CancelLifecycleExecutionCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private serialize;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private deserialize;
|
|
87
|
+
export declare class CancelLifecycleExecutionCommand extends CancelLifecycleExecutionCommand_base {
|
|
103
88
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
5
4
|
import { CreateComponentRequest, CreateComponentResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateComponentCommandInput extends CreateComponentRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateComponentCommandOutput extends CreateComponentResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateComponentCommand_base: {
|
|
24
|
+
new (input: CreateComponentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateComponentCommandInput, CreateComponentCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a new component that can be used to build, validate, test, and assess your
|
|
@@ -119,23 +122,5 @@ export interface CreateComponentCommandOutput extends CreateComponentResponse, _
|
|
|
119
122
|
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
120
123
|
*
|
|
121
124
|
*/
|
|
122
|
-
export declare class CreateComponentCommand extends
|
|
123
|
-
readonly input: CreateComponentCommandInput;
|
|
124
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
125
|
-
/**
|
|
126
|
-
* @public
|
|
127
|
-
*/
|
|
128
|
-
constructor(input: CreateComponentCommandInput);
|
|
129
|
-
/**
|
|
130
|
-
* @internal
|
|
131
|
-
*/
|
|
132
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateComponentCommandInput, CreateComponentCommandOutput>;
|
|
133
|
-
/**
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
136
|
-
private serialize;
|
|
137
|
-
/**
|
|
138
|
-
* @internal
|
|
139
|
-
*/
|
|
140
|
-
private deserialize;
|
|
125
|
+
export declare class CreateComponentCommand extends CreateComponentCommand_base {
|
|
141
126
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
5
4
|
import { CreateContainerRecipeRequest, CreateContainerRecipeResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateContainerRecipeCommandInput extends CreateContainerRecipe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateContainerRecipeCommandOutput extends CreateContainerRecipeResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateContainerRecipeCommand_base: {
|
|
24
|
+
new (input: CreateContainerRecipeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateContainerRecipeCommandInput, CreateContainerRecipeCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a new container recipe. Container recipes define how images are configured,
|
|
@@ -145,23 +148,5 @@ export interface CreateContainerRecipeCommandOutput extends CreateContainerRecip
|
|
|
145
148
|
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
146
149
|
*
|
|
147
150
|
*/
|
|
148
|
-
export declare class CreateContainerRecipeCommand extends
|
|
149
|
-
readonly input: CreateContainerRecipeCommandInput;
|
|
150
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
151
|
-
/**
|
|
152
|
-
* @public
|
|
153
|
-
*/
|
|
154
|
-
constructor(input: CreateContainerRecipeCommandInput);
|
|
155
|
-
/**
|
|
156
|
-
* @internal
|
|
157
|
-
*/
|
|
158
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateContainerRecipeCommandInput, CreateContainerRecipeCommandOutput>;
|
|
159
|
-
/**
|
|
160
|
-
* @internal
|
|
161
|
-
*/
|
|
162
|
-
private serialize;
|
|
163
|
-
/**
|
|
164
|
-
* @internal
|
|
165
|
-
*/
|
|
166
|
-
private deserialize;
|
|
151
|
+
export declare class CreateContainerRecipeCommand extends CreateContainerRecipeCommand_base {
|
|
167
152
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
5
4
|
import { CreateDistributionConfigurationRequest, CreateDistributionConfigurationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateDistributionConfigurationCommandInput extends CreateDistr
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateDistributionConfigurationCommandOutput extends CreateDistributionConfigurationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateDistributionConfigurationCommand_base: {
|
|
24
|
+
new (input: CreateDistributionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDistributionConfigurationCommandInput, CreateDistributionConfigurationCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a new distribution configuration. Distribution configurations define and
|
|
@@ -171,23 +174,5 @@ export interface CreateDistributionConfigurationCommandOutput extends CreateDist
|
|
|
171
174
|
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
172
175
|
*
|
|
173
176
|
*/
|
|
174
|
-
export declare class CreateDistributionConfigurationCommand extends
|
|
175
|
-
readonly input: CreateDistributionConfigurationCommandInput;
|
|
176
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
177
|
-
/**
|
|
178
|
-
* @public
|
|
179
|
-
*/
|
|
180
|
-
constructor(input: CreateDistributionConfigurationCommandInput);
|
|
181
|
-
/**
|
|
182
|
-
* @internal
|
|
183
|
-
*/
|
|
184
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDistributionConfigurationCommandInput, CreateDistributionConfigurationCommandOutput>;
|
|
185
|
-
/**
|
|
186
|
-
* @internal
|
|
187
|
-
*/
|
|
188
|
-
private serialize;
|
|
189
|
-
/**
|
|
190
|
-
* @internal
|
|
191
|
-
*/
|
|
192
|
-
private deserialize;
|
|
177
|
+
export declare class CreateDistributionConfigurationCommand extends CreateDistributionConfigurationCommand_base {
|
|
193
178
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
5
4
|
import { CreateImageRequest, CreateImageResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateImageCommandInput extends CreateImageRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateImageCommandOutput extends CreateImageResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateImageCommand_base: {
|
|
24
|
+
new (input: CreateImageCommandInput): import("@smithy/smithy-client").CommandImpl<CreateImageCommandInput, CreateImageCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a new image. This request will create a new image along with all of the
|
|
@@ -127,23 +130,5 @@ export interface CreateImageCommandOutput extends CreateImageResponse, __Metadat
|
|
|
127
130
|
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
128
131
|
*
|
|
129
132
|
*/
|
|
130
|
-
export declare class CreateImageCommand extends
|
|
131
|
-
readonly input: CreateImageCommandInput;
|
|
132
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
133
|
-
/**
|
|
134
|
-
* @public
|
|
135
|
-
*/
|
|
136
|
-
constructor(input: CreateImageCommandInput);
|
|
137
|
-
/**
|
|
138
|
-
* @internal
|
|
139
|
-
*/
|
|
140
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateImageCommandInput, CreateImageCommandOutput>;
|
|
141
|
-
/**
|
|
142
|
-
* @internal
|
|
143
|
-
*/
|
|
144
|
-
private serialize;
|
|
145
|
-
/**
|
|
146
|
-
* @internal
|
|
147
|
-
*/
|
|
148
|
-
private deserialize;
|
|
133
|
+
export declare class CreateImageCommand extends CreateImageCommand_base {
|
|
149
134
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
5
4
|
import { CreateImagePipelineRequest, CreateImagePipelineResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateImagePipelineCommandInput extends CreateImagePipelineRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateImagePipelineCommandOutput extends CreateImagePipelineResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateImagePipelineCommand_base: {
|
|
24
|
+
new (input: CreateImagePipelineCommandInput): import("@smithy/smithy-client").CommandImpl<CreateImagePipelineCommandInput, CreateImagePipelineCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a new image pipeline. Image pipelines enable you to automate the creation and
|
|
@@ -136,23 +139,5 @@ export interface CreateImagePipelineCommandOutput extends CreateImagePipelineRes
|
|
|
136
139
|
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
137
140
|
*
|
|
138
141
|
*/
|
|
139
|
-
export declare class CreateImagePipelineCommand extends
|
|
140
|
-
readonly input: CreateImagePipelineCommandInput;
|
|
141
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
142
|
-
/**
|
|
143
|
-
* @public
|
|
144
|
-
*/
|
|
145
|
-
constructor(input: CreateImagePipelineCommandInput);
|
|
146
|
-
/**
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
149
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateImagePipelineCommandInput, CreateImagePipelineCommandOutput>;
|
|
150
|
-
/**
|
|
151
|
-
* @internal
|
|
152
|
-
*/
|
|
153
|
-
private serialize;
|
|
154
|
-
/**
|
|
155
|
-
* @internal
|
|
156
|
-
*/
|
|
157
|
-
private deserialize;
|
|
142
|
+
export declare class CreateImagePipelineCommand extends CreateImagePipelineCommand_base {
|
|
158
143
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
5
4
|
import { CreateImageRecipeRequest, CreateImageRecipeResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateImageRecipeCommandInput extends CreateImageRecipeRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateImageRecipeCommandOutput extends CreateImageRecipeResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateImageRecipeCommand_base: {
|
|
24
|
+
new (input: CreateImageRecipeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateImageRecipeCommandInput, CreateImageRecipeCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a new image recipe. Image recipes define how images are configured, tested,
|
|
@@ -138,23 +141,5 @@ export interface CreateImageRecipeCommandOutput extends CreateImageRecipeRespons
|
|
|
138
141
|
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
139
142
|
*
|
|
140
143
|
*/
|
|
141
|
-
export declare class CreateImageRecipeCommand extends
|
|
142
|
-
readonly input: CreateImageRecipeCommandInput;
|
|
143
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
144
|
-
/**
|
|
145
|
-
* @public
|
|
146
|
-
*/
|
|
147
|
-
constructor(input: CreateImageRecipeCommandInput);
|
|
148
|
-
/**
|
|
149
|
-
* @internal
|
|
150
|
-
*/
|
|
151
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateImageRecipeCommandInput, CreateImageRecipeCommandOutput>;
|
|
152
|
-
/**
|
|
153
|
-
* @internal
|
|
154
|
-
*/
|
|
155
|
-
private serialize;
|
|
156
|
-
/**
|
|
157
|
-
* @internal
|
|
158
|
-
*/
|
|
159
|
-
private deserialize;
|
|
144
|
+
export declare class CreateImageRecipeCommand extends CreateImageRecipeCommand_base {
|
|
160
145
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
5
4
|
import { CreateInfrastructureConfigurationRequest, CreateInfrastructureConfigurationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateInfrastructureConfigurationCommandInput extends CreateInf
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateInfrastructureConfigurationCommandOutput extends CreateInfrastructureConfigurationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateInfrastructureConfigurationCommand_base: {
|
|
24
|
+
new (input: CreateInfrastructureConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateInfrastructureConfigurationCommandInput, CreateInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a new infrastructure configuration. An infrastructure configuration defines
|
|
@@ -120,23 +123,5 @@ export interface CreateInfrastructureConfigurationCommandOutput extends CreateIn
|
|
|
120
123
|
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
121
124
|
*
|
|
122
125
|
*/
|
|
123
|
-
export declare class CreateInfrastructureConfigurationCommand extends
|
|
124
|
-
readonly input: CreateInfrastructureConfigurationCommandInput;
|
|
125
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
126
|
-
/**
|
|
127
|
-
* @public
|
|
128
|
-
*/
|
|
129
|
-
constructor(input: CreateInfrastructureConfigurationCommandInput);
|
|
130
|
-
/**
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
133
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateInfrastructureConfigurationCommandInput, CreateInfrastructureConfigurationCommandOutput>;
|
|
134
|
-
/**
|
|
135
|
-
* @internal
|
|
136
|
-
*/
|
|
137
|
-
private serialize;
|
|
138
|
-
/**
|
|
139
|
-
* @internal
|
|
140
|
-
*/
|
|
141
|
-
private deserialize;
|
|
126
|
+
export declare class CreateInfrastructureConfigurationCommand extends CreateInfrastructureConfigurationCommand_base {
|
|
142
127
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
5
4
|
import { CreateLifecyclePolicyRequest, CreateLifecyclePolicyResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateLifecyclePolicyCommandInput extends CreateLifecyclePolicy
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateLifecyclePolicyCommandOutput extends CreateLifecyclePolicyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateLifecyclePolicyCommand_base: {
|
|
24
|
+
new (input: CreateLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLifecyclePolicyCommandInput, CreateLifecyclePolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Create a lifecycle policy resource.</p>
|
|
@@ -143,23 +146,5 @@ export interface CreateLifecyclePolicyCommandOutput extends CreateLifecyclePolic
|
|
|
143
146
|
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
144
147
|
*
|
|
145
148
|
*/
|
|
146
|
-
export declare class CreateLifecyclePolicyCommand extends
|
|
147
|
-
readonly input: CreateLifecyclePolicyCommandInput;
|
|
148
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
149
|
-
/**
|
|
150
|
-
* @public
|
|
151
|
-
*/
|
|
152
|
-
constructor(input: CreateLifecyclePolicyCommandInput);
|
|
153
|
-
/**
|
|
154
|
-
* @internal
|
|
155
|
-
*/
|
|
156
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLifecyclePolicyCommandInput, CreateLifecyclePolicyCommandOutput>;
|
|
157
|
-
/**
|
|
158
|
-
* @internal
|
|
159
|
-
*/
|
|
160
|
-
private serialize;
|
|
161
|
-
/**
|
|
162
|
-
* @internal
|
|
163
|
-
*/
|
|
164
|
-
private deserialize;
|
|
149
|
+
export declare class CreateLifecyclePolicyCommand extends CreateLifecyclePolicyCommand_base {
|
|
165
150
|
}
|