@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,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 { ListComponentBuildVersionsRequest, ListComponentBuildVersionsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListComponentBuildVersionsCommandInput extends ListComponentBui
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListComponentBuildVersionsCommandOutput extends ListComponentBuildVersionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListComponentBuildVersionsCommand_base: {
|
|
24
|
+
new (input: ListComponentBuildVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListComponentBuildVersionsCommandInput, ListComponentBuildVersionsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the list of component build versions for the specified semantic
|
|
@@ -113,23 +116,5 @@ export interface ListComponentBuildVersionsCommandOutput extends ListComponentBu
|
|
|
113
116
|
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
114
117
|
*
|
|
115
118
|
*/
|
|
116
|
-
export declare class ListComponentBuildVersionsCommand extends
|
|
117
|
-
readonly input: ListComponentBuildVersionsCommandInput;
|
|
118
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
119
|
-
/**
|
|
120
|
-
* @public
|
|
121
|
-
*/
|
|
122
|
-
constructor(input: ListComponentBuildVersionsCommandInput);
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListComponentBuildVersionsCommandInput, ListComponentBuildVersionsCommandOutput>;
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
|
-
private serialize;
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
|
-
private deserialize;
|
|
119
|
+
export declare class ListComponentBuildVersionsCommand extends ListComponentBuildVersionsCommand_base {
|
|
135
120
|
}
|
|
@@ -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 { ListComponentsRequest, ListComponentsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListComponentsCommandInput extends ListComponentsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListComponentsCommandOutput extends ListComponentsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListComponentsCommand_base: {
|
|
24
|
+
new (input: ListComponentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListComponentsCommandInput, ListComponentsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the list of components that can be filtered by name, or by using the listed
|
|
@@ -113,23 +116,5 @@ export interface ListComponentsCommandOutput extends ListComponentsResponse, __M
|
|
|
113
116
|
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
114
117
|
*
|
|
115
118
|
*/
|
|
116
|
-
export declare class ListComponentsCommand extends
|
|
117
|
-
readonly input: ListComponentsCommandInput;
|
|
118
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
119
|
-
/**
|
|
120
|
-
* @public
|
|
121
|
-
*/
|
|
122
|
-
constructor(input: ListComponentsCommandInput);
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListComponentsCommandInput, ListComponentsCommandOutput>;
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
|
-
private serialize;
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
|
-
private deserialize;
|
|
119
|
+
export declare class ListComponentsCommand extends ListComponentsCommand_base {
|
|
135
120
|
}
|
|
@@ -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 { ListContainerRecipesRequest, ListContainerRecipesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListContainerRecipesCommandInput extends ListContainerRecipesRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListContainerRecipesCommandOutput extends ListContainerRecipesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListContainerRecipesCommand_base: {
|
|
24
|
+
new (input: ListContainerRecipesCommandInput): import("@smithy/smithy-client").CommandImpl<ListContainerRecipesCommandInput, ListContainerRecipesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of container recipes.</p>
|
|
@@ -100,23 +103,5 @@ export interface ListContainerRecipesCommandOutput extends ListContainerRecipesR
|
|
|
100
103
|
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
101
104
|
*
|
|
102
105
|
*/
|
|
103
|
-
export declare class ListContainerRecipesCommand extends
|
|
104
|
-
readonly input: ListContainerRecipesCommandInput;
|
|
105
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
106
|
-
/**
|
|
107
|
-
* @public
|
|
108
|
-
*/
|
|
109
|
-
constructor(input: ListContainerRecipesCommandInput);
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListContainerRecipesCommandInput, ListContainerRecipesCommandOutput>;
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
|
-
private serialize;
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
|
-
private deserialize;
|
|
106
|
+
export declare class ListContainerRecipesCommand extends ListContainerRecipesCommand_base {
|
|
122
107
|
}
|
|
@@ -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 { ListDistributionConfigurationsRequest, ListDistributionConfigurationsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListDistributionConfigurationsCommandInput extends ListDistribu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListDistributionConfigurationsCommandOutput extends ListDistributionConfigurationsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListDistributionConfigurationsCommand_base: {
|
|
24
|
+
new (input: ListDistributionConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDistributionConfigurationsCommandInput, ListDistributionConfigurationsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of distribution configurations.</p>
|
|
@@ -100,23 +103,5 @@ export interface ListDistributionConfigurationsCommandOutput extends ListDistrib
|
|
|
100
103
|
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
101
104
|
*
|
|
102
105
|
*/
|
|
103
|
-
export declare class ListDistributionConfigurationsCommand extends
|
|
104
|
-
readonly input: ListDistributionConfigurationsCommandInput;
|
|
105
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
106
|
-
/**
|
|
107
|
-
* @public
|
|
108
|
-
*/
|
|
109
|
-
constructor(input: ListDistributionConfigurationsCommandInput);
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDistributionConfigurationsCommandInput, ListDistributionConfigurationsCommandOutput>;
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
|
-
private serialize;
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
|
-
private deserialize;
|
|
106
|
+
export declare class ListDistributionConfigurationsCommand extends ListDistributionConfigurationsCommand_base {
|
|
122
107
|
}
|
|
@@ -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 { ListImageBuildVersionsRequest, ListImageBuildVersionsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListImageBuildVersionsCommandInput extends ListImageBuildVersio
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListImageBuildVersionsCommandOutput extends ListImageBuildVersionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListImageBuildVersionsCommand_base: {
|
|
24
|
+
new (input: ListImageBuildVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListImageBuildVersionsCommandInput, ListImageBuildVersionsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of image build versions.</p>
|
|
@@ -132,23 +135,5 @@ export interface ListImageBuildVersionsCommandOutput extends ListImageBuildVersi
|
|
|
132
135
|
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
133
136
|
*
|
|
134
137
|
*/
|
|
135
|
-
export declare class ListImageBuildVersionsCommand extends
|
|
136
|
-
readonly input: ListImageBuildVersionsCommandInput;
|
|
137
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
138
|
-
/**
|
|
139
|
-
* @public
|
|
140
|
-
*/
|
|
141
|
-
constructor(input: ListImageBuildVersionsCommandInput);
|
|
142
|
-
/**
|
|
143
|
-
* @internal
|
|
144
|
-
*/
|
|
145
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListImageBuildVersionsCommandInput, ListImageBuildVersionsCommandOutput>;
|
|
146
|
-
/**
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
149
|
-
private serialize;
|
|
150
|
-
/**
|
|
151
|
-
* @internal
|
|
152
|
-
*/
|
|
153
|
-
private deserialize;
|
|
138
|
+
export declare class ListImageBuildVersionsCommand extends ListImageBuildVersionsCommand_base {
|
|
154
139
|
}
|
|
@@ -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 { ListImagePackagesRequest, ListImagePackagesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListImagePackagesCommandInput extends ListImagePackagesRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListImagePackagesCommandOutput extends ListImagePackagesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListImagePackagesCommand_base: {
|
|
24
|
+
new (input: ListImagePackagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListImagePackagesCommandInput, ListImagePackagesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>List the Packages that are associated with an Image Build Version, as determined by
|
|
@@ -88,23 +91,5 @@ export interface ListImagePackagesCommandOutput extends ListImagePackagesRespons
|
|
|
88
91
|
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
89
92
|
*
|
|
90
93
|
*/
|
|
91
|
-
export declare class ListImagePackagesCommand extends
|
|
92
|
-
readonly input: ListImagePackagesCommandInput;
|
|
93
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
-
/**
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
constructor(input: ListImagePackagesCommandInput);
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListImagePackagesCommandInput, ListImagePackagesCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private serialize;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private deserialize;
|
|
94
|
+
export declare class ListImagePackagesCommand extends ListImagePackagesCommand_base {
|
|
110
95
|
}
|
|
@@ -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 { ListImagePipelineImagesRequest, ListImagePipelineImagesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListImagePipelineImagesCommandInput extends ListImagePipelineIm
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListImagePipelineImagesCommandOutput extends ListImagePipelineImagesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListImagePipelineImagesCommand_base: {
|
|
24
|
+
new (input: ListImagePipelineImagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListImagePipelineImagesCommandInput, ListImagePipelineImagesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of images created by the specified pipeline.</p>
|
|
@@ -135,23 +138,5 @@ export interface ListImagePipelineImagesCommandOutput extends ListImagePipelineI
|
|
|
135
138
|
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
136
139
|
*
|
|
137
140
|
*/
|
|
138
|
-
export declare class ListImagePipelineImagesCommand extends
|
|
139
|
-
readonly input: ListImagePipelineImagesCommandInput;
|
|
140
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
141
|
-
/**
|
|
142
|
-
* @public
|
|
143
|
-
*/
|
|
144
|
-
constructor(input: ListImagePipelineImagesCommandInput);
|
|
145
|
-
/**
|
|
146
|
-
* @internal
|
|
147
|
-
*/
|
|
148
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListImagePipelineImagesCommandInput, ListImagePipelineImagesCommandOutput>;
|
|
149
|
-
/**
|
|
150
|
-
* @internal
|
|
151
|
-
*/
|
|
152
|
-
private serialize;
|
|
153
|
-
/**
|
|
154
|
-
* @internal
|
|
155
|
-
*/
|
|
156
|
-
private deserialize;
|
|
141
|
+
export declare class ListImagePipelineImagesCommand extends ListImagePipelineImagesCommand_base {
|
|
157
142
|
}
|
|
@@ -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 { ListImagePipelinesRequest, ListImagePipelinesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListImagePipelinesCommandInput extends ListImagePipelinesReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListImagePipelinesCommandOutput extends ListImagePipelinesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListImagePipelinesCommand_base: {
|
|
24
|
+
new (input: ListImagePipelinesCommandInput): import("@smithy/smithy-client").CommandImpl<ListImagePipelinesCommandInput, ListImagePipelinesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of image pipelines.</p>
|
|
@@ -140,23 +143,5 @@ export interface ListImagePipelinesCommandOutput extends ListImagePipelinesRespo
|
|
|
140
143
|
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
141
144
|
*
|
|
142
145
|
*/
|
|
143
|
-
export declare class ListImagePipelinesCommand extends
|
|
144
|
-
readonly input: ListImagePipelinesCommandInput;
|
|
145
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
146
|
-
/**
|
|
147
|
-
* @public
|
|
148
|
-
*/
|
|
149
|
-
constructor(input: ListImagePipelinesCommandInput);
|
|
150
|
-
/**
|
|
151
|
-
* @internal
|
|
152
|
-
*/
|
|
153
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListImagePipelinesCommandInput, ListImagePipelinesCommandOutput>;
|
|
154
|
-
/**
|
|
155
|
-
* @internal
|
|
156
|
-
*/
|
|
157
|
-
private serialize;
|
|
158
|
-
/**
|
|
159
|
-
* @internal
|
|
160
|
-
*/
|
|
161
|
-
private deserialize;
|
|
146
|
+
export declare class ListImagePipelinesCommand extends ListImagePipelinesCommand_base {
|
|
162
147
|
}
|
|
@@ -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 { ListImageRecipesRequest, ListImageRecipesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListImageRecipesCommandInput extends ListImageRecipesRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListImageRecipesCommandOutput extends ListImageRecipesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListImageRecipesCommand_base: {
|
|
24
|
+
new (input: ListImageRecipesCommandInput): import("@smithy/smithy-client").CommandImpl<ListImageRecipesCommandInput, ListImageRecipesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of image recipes.</p>
|
|
@@ -99,23 +102,5 @@ export interface ListImageRecipesCommandOutput extends ListImageRecipesResponse,
|
|
|
99
102
|
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
100
103
|
*
|
|
101
104
|
*/
|
|
102
|
-
export declare class ListImageRecipesCommand extends
|
|
103
|
-
readonly input: ListImageRecipesCommandInput;
|
|
104
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
105
|
-
/**
|
|
106
|
-
* @public
|
|
107
|
-
*/
|
|
108
|
-
constructor(input: ListImageRecipesCommandInput);
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListImageRecipesCommandInput, ListImageRecipesCommandOutput>;
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
private serialize;
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
private deserialize;
|
|
105
|
+
export declare class ListImageRecipesCommand extends ListImageRecipesCommand_base {
|
|
121
106
|
}
|
|
@@ -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 { ListImageScanFindingAggregationsRequest, ListImageScanFindingAggregationsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListImageScanFindingAggregationsCommandInput extends ListImageS
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListImageScanFindingAggregationsCommandOutput extends ListImageScanFindingAggregationsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListImageScanFindingAggregationsCommand_base: {
|
|
24
|
+
new (input: ListImageScanFindingAggregationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListImageScanFindingAggregationsCommandInput, ListImageScanFindingAggregationsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of image scan aggregations for your account. You can filter by the type
|
|
@@ -150,23 +153,5 @@ export interface ListImageScanFindingAggregationsCommandOutput extends ListImage
|
|
|
150
153
|
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
151
154
|
*
|
|
152
155
|
*/
|
|
153
|
-
export declare class ListImageScanFindingAggregationsCommand extends
|
|
154
|
-
readonly input: ListImageScanFindingAggregationsCommandInput;
|
|
155
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
156
|
-
/**
|
|
157
|
-
* @public
|
|
158
|
-
*/
|
|
159
|
-
constructor(input: ListImageScanFindingAggregationsCommandInput);
|
|
160
|
-
/**
|
|
161
|
-
* @internal
|
|
162
|
-
*/
|
|
163
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListImageScanFindingAggregationsCommandInput, ListImageScanFindingAggregationsCommandOutput>;
|
|
164
|
-
/**
|
|
165
|
-
* @internal
|
|
166
|
-
*/
|
|
167
|
-
private serialize;
|
|
168
|
-
/**
|
|
169
|
-
* @internal
|
|
170
|
-
*/
|
|
171
|
-
private deserialize;
|
|
156
|
+
export declare class ListImageScanFindingAggregationsCommand extends ListImageScanFindingAggregationsCommand_base {
|
|
172
157
|
}
|
|
@@ -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 { ListImageScanFindingsRequest, ListImageScanFindingsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListImageScanFindingsCommandInput extends ListImageScanFindings
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListImageScanFindingsCommandOutput extends ListImageScanFindingsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListImageScanFindingsCommand_base: {
|
|
24
|
+
new (input: ListImageScanFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListImageScanFindingsCommandInput, ListImageScanFindingsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of image scan findings for your account.</p>
|
|
@@ -157,23 +160,5 @@ export interface ListImageScanFindingsCommandOutput extends ListImageScanFinding
|
|
|
157
160
|
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
158
161
|
*
|
|
159
162
|
*/
|
|
160
|
-
export declare class ListImageScanFindingsCommand extends
|
|
161
|
-
readonly input: ListImageScanFindingsCommandInput;
|
|
162
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
163
|
-
/**
|
|
164
|
-
* @public
|
|
165
|
-
*/
|
|
166
|
-
constructor(input: ListImageScanFindingsCommandInput);
|
|
167
|
-
/**
|
|
168
|
-
* @internal
|
|
169
|
-
*/
|
|
170
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListImageScanFindingsCommandInput, ListImageScanFindingsCommandOutput>;
|
|
171
|
-
/**
|
|
172
|
-
* @internal
|
|
173
|
-
*/
|
|
174
|
-
private serialize;
|
|
175
|
-
/**
|
|
176
|
-
* @internal
|
|
177
|
-
*/
|
|
178
|
-
private deserialize;
|
|
163
|
+
export declare class ListImageScanFindingsCommand extends ListImageScanFindingsCommand_base {
|
|
179
164
|
}
|
|
@@ -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 { ListImagesRequest, ListImagesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListImagesCommandInput extends ListImagesRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListImagesCommandOutput extends ListImagesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListImagesCommand_base: {
|
|
24
|
+
new (input: ListImagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListImagesCommandInput, ListImagesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the list of images that you have access to. Newly created images can take up
|
|
@@ -103,23 +106,5 @@ export interface ListImagesCommandOutput extends ListImagesResponse, __MetadataB
|
|
|
103
106
|
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
104
107
|
*
|
|
105
108
|
*/
|
|
106
|
-
export declare class ListImagesCommand extends
|
|
107
|
-
readonly input: ListImagesCommandInput;
|
|
108
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
109
|
-
/**
|
|
110
|
-
* @public
|
|
111
|
-
*/
|
|
112
|
-
constructor(input: ListImagesCommandInput);
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListImagesCommandInput, ListImagesCommandOutput>;
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
private serialize;
|
|
121
|
-
/**
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
124
|
-
private deserialize;
|
|
109
|
+
export declare class ListImagesCommand extends ListImagesCommand_base {
|
|
125
110
|
}
|
|
@@ -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 { ListInfrastructureConfigurationsRequest, ListInfrastructureConfigurationsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListInfrastructureConfigurationsCommandInput extends ListInfras
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListInfrastructureConfigurationsCommandOutput extends ListInfrastructureConfigurationsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListInfrastructureConfigurationsCommand_base: {
|
|
24
|
+
new (input: ListInfrastructureConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInfrastructureConfigurationsCommandInput, ListInfrastructureConfigurationsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of infrastructure configurations.</p>
|
|
@@ -104,23 +107,5 @@ export interface ListInfrastructureConfigurationsCommandOutput extends ListInfra
|
|
|
104
107
|
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
105
108
|
*
|
|
106
109
|
*/
|
|
107
|
-
export declare class ListInfrastructureConfigurationsCommand extends
|
|
108
|
-
readonly input: ListInfrastructureConfigurationsCommandInput;
|
|
109
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
110
|
-
/**
|
|
111
|
-
* @public
|
|
112
|
-
*/
|
|
113
|
-
constructor(input: ListInfrastructureConfigurationsCommandInput);
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInfrastructureConfigurationsCommandInput, ListInfrastructureConfigurationsCommandOutput>;
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
|
-
private serialize;
|
|
122
|
-
/**
|
|
123
|
-
* @internal
|
|
124
|
-
*/
|
|
125
|
-
private deserialize;
|
|
110
|
+
export declare class ListInfrastructureConfigurationsCommand extends ListInfrastructureConfigurationsCommand_base {
|
|
126
111
|
}
|
|
@@ -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 { ListLifecycleExecutionResourcesRequest, ListLifecycleExecutionResourcesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListLifecycleExecutionResourcesCommandInput extends ListLifecyc
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListLifecycleExecutionResourcesCommandOutput extends ListLifecycleExecutionResourcesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListLifecycleExecutionResourcesCommand_base: {
|
|
24
|
+
new (input: ListLifecycleExecutionResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListLifecycleExecutionResourcesCommandInput, ListLifecycleExecutionResourcesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>List resources that the runtime instance of the image lifecycle identified for lifecycle actions.</p>
|
|
@@ -110,23 +113,5 @@ export interface ListLifecycleExecutionResourcesCommandOutput extends ListLifecy
|
|
|
110
113
|
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
111
114
|
*
|
|
112
115
|
*/
|
|
113
|
-
export declare class ListLifecycleExecutionResourcesCommand extends
|
|
114
|
-
readonly input: ListLifecycleExecutionResourcesCommandInput;
|
|
115
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
116
|
-
/**
|
|
117
|
-
* @public
|
|
118
|
-
*/
|
|
119
|
-
constructor(input: ListLifecycleExecutionResourcesCommandInput);
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLifecycleExecutionResourcesCommandInput, ListLifecycleExecutionResourcesCommandOutput>;
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
|
-
private serialize;
|
|
128
|
-
/**
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
131
|
-
private deserialize;
|
|
116
|
+
export declare class ListLifecycleExecutionResourcesCommand extends ListLifecycleExecutionResourcesCommand_base {
|
|
132
117
|
}
|