@aws-sdk/client-imagebuilder 3.34.0 → 3.37.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/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/Imagebuilder.js +1 -8
- package/{dist/cjs → dist-cjs}/ImagebuilderClient.js +8 -20
- package/{dist/cjs → dist-cjs}/commands/CancelImageCreationCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/CreateComponentCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/CreateContainerRecipeCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateDistributionConfigurationCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/CreateImageCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/CreateImagePipelineCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/CreateImageRecipeCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/CreateInfrastructureConfigurationCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DeleteComponentCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteContainerRecipeCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteDistributionConfigurationCommand.js +2 -27
- package/dist-cjs/commands/DeleteImageCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteImagePipelineCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteImageRecipeCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteInfrastructureConfigurationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetComponentCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetComponentPolicyCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetContainerRecipeCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetContainerRecipePolicyCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetDistributionConfigurationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetImageCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetImagePipelineCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetImagePolicyCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetImageRecipeCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetImageRecipePolicyCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetInfrastructureConfigurationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ImportComponentCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListComponentBuildVersionsCommand.js +2 -36
- package/{dist/cjs → dist-cjs}/commands/ListComponentsCommand.js +2 -36
- package/{dist/cjs → dist-cjs}/commands/ListContainerRecipesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListDistributionConfigurationsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListImageBuildVersionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListImagePackagesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListImagePipelineImagesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListImagePipelinesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListImageRecipesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListImagesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListInfrastructureConfigurationsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/PutComponentPolicyCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/PutContainerRecipePolicyCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/PutImagePolicyCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/PutImageRecipePolicyCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/StartImagePipelineExecutionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateDistributionConfigurationCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/UpdateImagePipelineCommand.js +2 -33
- package/{dist/cjs → dist-cjs}/commands/UpdateInfrastructureConfigurationCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -469
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListComponentBuildVersionsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListComponentsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListContainerRecipesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListDistributionConfigurationsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListImageBuildVersionsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListImagePackagesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListImagePipelineImagesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListImagePipelinesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListImageRecipesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListImagesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListInfrastructureConfigurationsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +46 -52
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/Imagebuilder.js +1 -2
- package/{dist/es → dist-es}/ImagebuilderClient.js +1 -2
- package/{dist/es → dist-es}/commands/CancelImageCreationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateComponentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateContainerRecipeCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateDistributionConfigurationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateImageCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateImagePipelineCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateImageRecipeCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateInfrastructureConfigurationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteComponentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteContainerRecipeCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteDistributionConfigurationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteImageCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteImagePipelineCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteImageRecipeCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteInfrastructureConfigurationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetComponentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetComponentPolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetContainerRecipeCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetContainerRecipePolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetDistributionConfigurationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetImageCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetImagePipelineCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetImagePolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetImageRecipeCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetImageRecipePolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetInfrastructureConfigurationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ImportComponentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListComponentBuildVersionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListComponentsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListContainerRecipesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListDistributionConfigurationsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListImageBuildVersionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListImagePackagesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListImagePipelineImagesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListImagePipelinesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListImageRecipesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListImagesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListInfrastructureConfigurationsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutComponentPolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutContainerRecipePolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutImagePolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutImageRecipePolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartImagePipelineExecutionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateDistributionConfigurationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateImagePipelineCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateInfrastructureConfigurationCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListComponentBuildVersionsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListComponentsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListContainerRecipesPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListDistributionConfigurationsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListImageBuildVersionsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListImagePackagesPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListImagePipelineImagesPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListImagePipelinesPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListImageRecipesPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListImagesPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListInfrastructureConfigurationsPaginator.js +1 -2
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/types → dist-types}/Imagebuilder.d.ts +4 -4
- package/{dist/types → dist-types}/ImagebuilderClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/CancelImageCreationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateComponentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateContainerRecipeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateDistributionConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateImageCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateImagePipelineCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateImageRecipeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateInfrastructureConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteComponentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteContainerRecipeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteDistributionConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteImageCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteImagePipelineCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteImageRecipeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteInfrastructureConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetComponentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetComponentPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetContainerRecipeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetContainerRecipePolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetDistributionConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetImageCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetImagePipelineCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetImagePolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetImageRecipeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetImageRecipePolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetInfrastructureConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ImportComponentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListComponentBuildVersionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListComponentsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListContainerRecipesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListDistributionConfigurationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListImageBuildVersionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListImagePackagesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListImagePipelineImagesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListImagePipelinesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListImageRecipesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListImagesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListInfrastructureConfigurationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutComponentPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutContainerRecipePolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutImagePolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutImageRecipePolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartImagePipelineExecutionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateDistributionConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateImagePipelineCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateInfrastructureConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +26 -44
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListComponentBuildVersionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListComponentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListContainerRecipesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListDistributionConfigurationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListImageBuildVersionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListImagePackagesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListImagePipelineImagesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListImagePipelinesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListImageRecipesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListImagesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListInfrastructureConfigurationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/Imagebuilder.d.ts +52 -215
- package/{dist/types → dist-types}/ts3.4/ImagebuilderClient.d.ts +32 -100
- package/dist-types/ts3.4/commands/CancelImageCreationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateContainerRecipeCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/CreateDistributionConfigurationCommand.d.ts +4 -23
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateImagePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateImageRecipeCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/CreateInfrastructureConfigurationCommand.d.ts +4 -23
- package/{dist/types → dist-types}/ts3.4/commands/DeleteComponentCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DeleteContainerRecipeCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DeleteDistributionConfigurationCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DeleteImagePipelineCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DeleteImageRecipeCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DeleteInfrastructureConfigurationCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/GetComponentPolicyCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/GetContainerRecipeCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/GetContainerRecipePolicyCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/GetDistributionConfigurationCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/GetImageCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/GetImagePipelineCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/GetImagePolicyCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/GetImageRecipeCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/GetImageRecipePolicyCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/GetInfrastructureConfigurationCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ImportComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListComponentBuildVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListContainerRecipesCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListDistributionConfigurationsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListImageBuildVersionsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListImagePackagesCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListImagePipelineImagesCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListImagePipelinesCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListImageRecipesCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListInfrastructureConfigurationsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/PutComponentPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutContainerRecipePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutImagePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutImageRecipePolicyCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/StartImagePipelineExecutionCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/UpdateDistributionConfigurationCommand.d.ts +4 -23
- package/dist-types/ts3.4/commands/UpdateImagePipelineCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/UpdateInfrastructureConfigurationCommand.d.ts +4 -23
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2285 -0
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListComponentBuildVersionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListComponentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListContainerRecipesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListDistributionConfigurationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListImageBuildVersionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListImagePackagesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListImagePipelineImagesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListImagePipelinesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListImageRecipesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListImagesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListInfrastructureConfigurationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +45 -42
- package/Imagebuilder.ts +0 -1830
- package/ImagebuilderClient.ts +0 -463
- package/commands/CancelImageCreationCommand.ts +0 -95
- package/commands/CreateComponentCommand.ts +0 -95
- package/commands/CreateContainerRecipeCommand.ts +0 -94
- package/commands/CreateDistributionConfigurationCommand.ts +0 -103
- package/commands/CreateImageCommand.ts +0 -96
- package/commands/CreateImagePipelineCommand.ts +0 -95
- package/commands/CreateImageRecipeCommand.ts +0 -95
- package/commands/CreateInfrastructureConfigurationCommand.ts +0 -106
- package/commands/DeleteComponentCommand.ts +0 -94
- package/commands/DeleteContainerRecipeCommand.ts +0 -94
- package/commands/DeleteDistributionConfigurationCommand.ts +0 -102
- package/commands/DeleteImageCommand.ts +0 -114
- package/commands/DeleteImagePipelineCommand.ts +0 -94
- package/commands/DeleteImageRecipeCommand.ts +0 -94
- package/commands/DeleteInfrastructureConfigurationCommand.ts +0 -105
- package/commands/GetComponentCommand.ts +0 -94
- package/commands/GetComponentPolicyCommand.ts +0 -94
- package/commands/GetContainerRecipeCommand.ts +0 -94
- package/commands/GetContainerRecipePolicyCommand.ts +0 -94
- package/commands/GetDistributionConfigurationCommand.ts +0 -99
- package/commands/GetImageCommand.ts +0 -94
- package/commands/GetImagePipelineCommand.ts +0 -94
- package/commands/GetImagePolicyCommand.ts +0 -94
- package/commands/GetImageRecipeCommand.ts +0 -94
- package/commands/GetImageRecipePolicyCommand.ts +0 -94
- package/commands/GetInfrastructureConfigurationCommand.ts +0 -102
- package/commands/ImportComponentCommand.ts +0 -94
- package/commands/ListComponentBuildVersionsCommand.ts +0 -106
- package/commands/ListComponentsCommand.ts +0 -103
- package/commands/ListContainerRecipesCommand.ts +0 -94
- package/commands/ListDistributionConfigurationsCommand.ts +0 -102
- package/commands/ListImageBuildVersionsCommand.ts +0 -94
- package/commands/ListImagePackagesCommand.ts +0 -94
- package/commands/ListImagePipelineImagesCommand.ts +0 -94
- package/commands/ListImagePipelinesCommand.ts +0 -94
- package/commands/ListImageRecipesCommand.ts +0 -94
- package/commands/ListImagesCommand.ts +0 -94
- package/commands/ListInfrastructureConfigurationsCommand.ts +0 -102
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/PutComponentPolicyCommand.ts +0 -96
- package/commands/PutContainerRecipePolicyCommand.ts +0 -94
- package/commands/PutImagePolicyCommand.ts +0 -96
- package/commands/PutImageRecipePolicyCommand.ts +0 -96
- package/commands/StartImagePipelineExecutionCommand.ts +0 -99
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateDistributionConfigurationCommand.ts +0 -103
- package/commands/UpdateImagePipelineCommand.ts +0 -100
- package/commands/UpdateInfrastructureConfigurationCommand.ts +0 -106
- package/dist/cjs/Imagebuilder.js.map +0 -1
- package/dist/cjs/ImagebuilderClient.js.map +0 -1
- package/dist/cjs/commands/CancelImageCreationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateComponentCommand.js.map +0 -1
- package/dist/cjs/commands/CreateContainerRecipeCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDistributionConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateImageCommand.js.map +0 -1
- package/dist/cjs/commands/CreateImagePipelineCommand.js.map +0 -1
- package/dist/cjs/commands/CreateImageRecipeCommand.js.map +0 -1
- package/dist/cjs/commands/CreateInfrastructureConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteComponentCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteContainerRecipeCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDistributionConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteImageCommand.js +0 -81
- package/dist/cjs/commands/DeleteImageCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteImagePipelineCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteImageRecipeCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteInfrastructureConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/GetComponentCommand.js.map +0 -1
- package/dist/cjs/commands/GetComponentPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetContainerRecipeCommand.js.map +0 -1
- package/dist/cjs/commands/GetContainerRecipePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetDistributionConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/GetImageCommand.js.map +0 -1
- package/dist/cjs/commands/GetImagePipelineCommand.js.map +0 -1
- package/dist/cjs/commands/GetImagePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetImageRecipeCommand.js.map +0 -1
- package/dist/cjs/commands/GetImageRecipePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetInfrastructureConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/ImportComponentCommand.js.map +0 -1
- package/dist/cjs/commands/ListComponentBuildVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListComponentsCommand.js.map +0 -1
- package/dist/cjs/commands/ListContainerRecipesCommand.js.map +0 -1
- package/dist/cjs/commands/ListDistributionConfigurationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListImageBuildVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListImagePackagesCommand.js.map +0 -1
- package/dist/cjs/commands/ListImagePipelineImagesCommand.js.map +0 -1
- package/dist/cjs/commands/ListImagePipelinesCommand.js.map +0 -1
- package/dist/cjs/commands/ListImageRecipesCommand.js.map +0 -1
- package/dist/cjs/commands/ListImagesCommand.js.map +0 -1
- package/dist/cjs/commands/ListInfrastructureConfigurationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/PutComponentPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/PutContainerRecipePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/PutImagePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/PutImageRecipePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/StartImagePipelineExecutionCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDistributionConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateImagePipelineCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateInfrastructureConfigurationCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListComponentBuildVersionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListComponentsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListContainerRecipesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDistributionConfigurationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListImageBuildVersionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListImagePackagesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListImagePipelineImagesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListImagePipelinesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListImageRecipesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListImagesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInfrastructureConfigurationsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/Imagebuilder.js.map +0 -1
- package/dist/es/ImagebuilderClient.js.map +0 -1
- package/dist/es/commands/CancelImageCreationCommand.js.map +0 -1
- package/dist/es/commands/CreateComponentCommand.js.map +0 -1
- package/dist/es/commands/CreateContainerRecipeCommand.js.map +0 -1
- package/dist/es/commands/CreateDistributionConfigurationCommand.js.map +0 -1
- package/dist/es/commands/CreateImageCommand.js.map +0 -1
- package/dist/es/commands/CreateImagePipelineCommand.js.map +0 -1
- package/dist/es/commands/CreateImageRecipeCommand.js.map +0 -1
- package/dist/es/commands/CreateInfrastructureConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeleteComponentCommand.js.map +0 -1
- package/dist/es/commands/DeleteContainerRecipeCommand.js.map +0 -1
- package/dist/es/commands/DeleteDistributionConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeleteImageCommand.js.map +0 -1
- package/dist/es/commands/DeleteImagePipelineCommand.js.map +0 -1
- package/dist/es/commands/DeleteImageRecipeCommand.js.map +0 -1
- package/dist/es/commands/DeleteInfrastructureConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetComponentCommand.js.map +0 -1
- package/dist/es/commands/GetComponentPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetContainerRecipeCommand.js.map +0 -1
- package/dist/es/commands/GetContainerRecipePolicyCommand.js.map +0 -1
- package/dist/es/commands/GetDistributionConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetImageCommand.js.map +0 -1
- package/dist/es/commands/GetImagePipelineCommand.js.map +0 -1
- package/dist/es/commands/GetImagePolicyCommand.js.map +0 -1
- package/dist/es/commands/GetImageRecipeCommand.js.map +0 -1
- package/dist/es/commands/GetImageRecipePolicyCommand.js.map +0 -1
- package/dist/es/commands/GetInfrastructureConfigurationCommand.js.map +0 -1
- package/dist/es/commands/ImportComponentCommand.js.map +0 -1
- package/dist/es/commands/ListComponentBuildVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListComponentsCommand.js.map +0 -1
- package/dist/es/commands/ListContainerRecipesCommand.js.map +0 -1
- package/dist/es/commands/ListDistributionConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/ListImageBuildVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListImagePackagesCommand.js.map +0 -1
- package/dist/es/commands/ListImagePipelineImagesCommand.js.map +0 -1
- package/dist/es/commands/ListImagePipelinesCommand.js.map +0 -1
- package/dist/es/commands/ListImageRecipesCommand.js.map +0 -1
- package/dist/es/commands/ListImagesCommand.js.map +0 -1
- package/dist/es/commands/ListInfrastructureConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PutComponentPolicyCommand.js.map +0 -1
- package/dist/es/commands/PutContainerRecipePolicyCommand.js.map +0 -1
- package/dist/es/commands/PutImagePolicyCommand.js.map +0 -1
- package/dist/es/commands/PutImageRecipePolicyCommand.js.map +0 -1
- package/dist/es/commands/StartImagePipelineExecutionCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateDistributionConfigurationCommand.js.map +0 -1
- package/dist/es/commands/UpdateImagePipelineCommand.js.map +0 -1
- package/dist/es/commands/UpdateInfrastructureConfigurationCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -65
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListComponentBuildVersionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListComponentsPaginator.js.map +0 -1
- package/dist/es/pagination/ListContainerRecipesPaginator.js.map +0 -1
- package/dist/es/pagination/ListDistributionConfigurationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListImageBuildVersionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListImagePackagesPaginator.js.map +0 -1
- package/dist/es/pagination/ListImagePipelineImagesPaginator.js.map +0 -1
- package/dist/es/pagination/ListImagePipelinesPaginator.js.map +0 -1
- package/dist/es/pagination/ListImageRecipesPaginator.js.map +0 -1
- package/dist/es/pagination/ListImagesPaginator.js.map +0 -1
- package/dist/es/pagination/ListInfrastructureConfigurationsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/commands/CancelImageCreationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateComponentCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateContainerRecipeCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateImageCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateImagePipelineCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateImageRecipeCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteImageCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/GetComponentCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetImageCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ImportComponentCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListComponentBuildVersionsCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/ListComponentsCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/ListImagePackagesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListImagesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutComponentPolicyCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/PutContainerRecipePolicyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutImagePolicyCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/PutImageRecipePolicyCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateImagePipelineCommand.d.ts +0 -41
- package/dist/types/ts3.4/models/models_0.d.ts +0 -4427
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -5429
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListComponentBuildVersionsPaginator.ts +0 -58
- package/pagination/ListComponentsPaginator.ts +0 -58
- package/pagination/ListContainerRecipesPaginator.ts +0 -58
- package/pagination/ListDistributionConfigurationsPaginator.ts +0 -58
- package/pagination/ListImageBuildVersionsPaginator.ts +0 -58
- package/pagination/ListImagePackagesPaginator.ts +0 -58
- package/pagination/ListImagePipelineImagesPaginator.ts +0 -58
- package/pagination/ListImagePipelinesPaginator.ts +0 -58
- package/pagination/ListImageRecipesPaginator.ts +0 -58
- package/pagination/ListImagesPaginator.ts +0 -54
- package/pagination/ListInfrastructureConfigurationsPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -8983
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,53 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 10/15/2021 ([#2902](https://github.com/aws/aws-sdk-js-v3/issues/2902)) ([2730b54](https://github.com/aws/aws-sdk-js-v3/commit/2730b5424377944a5a2ad5e1ad7d3ca4135dae1c))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **clients:** emitDeclarationOnly in tsconfig.types.json ([#2893](https://github.com/aws/aws-sdk-js-v3/issues/2893)) ([6dc3d56](https://github.com/aws/aws-sdk-js-v3/commit/6dc3d56c20809c90cbdc4dd48627eeebc64af99d))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
|
|
34
|
+
* **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
|
|
35
|
+
* **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Features
|
|
45
|
+
|
|
46
|
+
* **clients:** eslint --fix using esprint ([#2849](https://github.com/aws/aws-sdk-js-v3/issues/2849)) ([94d0a2d](https://github.com/aws/aws-sdk-js-v3/commit/94d0a2d8a0579ee0a742337937ad05735cfbc1ba))
|
|
47
|
+
* **clients:** move source files to 'src' folder ([#2845](https://github.com/aws/aws-sdk-js-v3/issues/2845)) ([e0025cd](https://github.com/aws/aws-sdk-js-v3/commit/e0025cddbba244a41ddf1fd1adb761142e15c22d))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
6
53
|
# [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
|
|
7
54
|
|
|
8
55
|
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Imagebuilder = void 0;
|
|
4
|
-
const ImagebuilderClient_1 = require("./ImagebuilderClient");
|
|
5
4
|
const CancelImageCreationCommand_1 = require("./commands/CancelImageCreationCommand");
|
|
6
5
|
const CreateComponentCommand_1 = require("./commands/CreateComponentCommand");
|
|
7
6
|
const CreateContainerRecipeCommand_1 = require("./commands/CreateContainerRecipeCommand");
|
|
@@ -51,12 +50,7 @@ const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
|
51
50
|
const UpdateDistributionConfigurationCommand_1 = require("./commands/UpdateDistributionConfigurationCommand");
|
|
52
51
|
const UpdateImagePipelineCommand_1 = require("./commands/UpdateImagePipelineCommand");
|
|
53
52
|
const UpdateInfrastructureConfigurationCommand_1 = require("./commands/UpdateInfrastructureConfigurationCommand");
|
|
54
|
-
|
|
55
|
-
* <p>EC2 Image Builder is a fully managed Amazon Web Services service that makes it easier to automate the
|
|
56
|
-
* creation, management, and deployment of customized, secure, and up-to-date "golden" server
|
|
57
|
-
* images that are pre-installed and pre-configured with software and settings to meet specific
|
|
58
|
-
* IT standards.</p>
|
|
59
|
-
*/
|
|
53
|
+
const ImagebuilderClient_1 = require("./ImagebuilderClient");
|
|
60
54
|
class Imagebuilder extends ImagebuilderClient_1.ImagebuilderClient {
|
|
61
55
|
cancelImageCreation(args, optionsOrCb, cb) {
|
|
62
56
|
const command = new CancelImageCreationCommand_1.CancelImageCreationCommand(args);
|
|
@@ -746,4 +740,3 @@ class Imagebuilder extends ImagebuilderClient_1.ImagebuilderClient {
|
|
|
746
740
|
}
|
|
747
741
|
}
|
|
748
742
|
exports.Imagebuilder = Imagebuilder;
|
|
749
|
-
//# sourceMappingURL=Imagebuilder.js.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ImagebuilderClient = void 0;
|
|
4
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
5
4
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
6
5
|
const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
|
|
7
6
|
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
@@ -10,21 +9,16 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
|
10
9
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
11
10
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
12
11
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
13
|
-
|
|
14
|
-
* <p>EC2 Image Builder is a fully managed Amazon Web Services service that makes it easier to automate the
|
|
15
|
-
* creation, management, and deployment of customized, secure, and up-to-date "golden" server
|
|
16
|
-
* images that are pre-installed and pre-configured with software and settings to meet specific
|
|
17
|
-
* IT standards.</p>
|
|
18
|
-
*/
|
|
12
|
+
const runtimeConfig_1 = require("./runtimeConfig");
|
|
19
13
|
class ImagebuilderClient extends smithy_client_1.Client {
|
|
20
14
|
constructor(configuration) {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
15
|
+
const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
|
|
16
|
+
const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
|
|
17
|
+
const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
|
|
18
|
+
const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
|
|
19
|
+
const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
|
|
20
|
+
const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
|
|
21
|
+
const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
|
|
28
22
|
super(_config_6);
|
|
29
23
|
this.config = _config_6;
|
|
30
24
|
this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
|
|
@@ -34,14 +28,8 @@ class ImagebuilderClient extends smithy_client_1.Client {
|
|
|
34
28
|
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
|
|
35
29
|
this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
|
|
36
30
|
}
|
|
37
|
-
/**
|
|
38
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
39
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
40
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
41
|
-
*/
|
|
42
31
|
destroy() {
|
|
43
32
|
super.destroy();
|
|
44
33
|
}
|
|
45
34
|
}
|
|
46
35
|
exports.ImagebuilderClient = ImagebuilderClient;
|
|
47
|
-
//# sourceMappingURL=ImagebuilderClient.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CancelImageCreationCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* images in a non-terminal state.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ImagebuilderClient, CancelImageCreationCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
|
|
15
|
-
* // const { ImagebuilderClient, CancelImageCreationCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
|
|
16
|
-
* const client = new ImagebuilderClient(config);
|
|
17
|
-
* const command = new CancelImageCreationCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CancelImageCreationCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CancelImageCreationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
26
8
|
class CancelImageCreationCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class CancelImageCreationCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.CancelImageCreationCommand = CancelImageCreationCommand;
|
|
62
|
-
//# sourceMappingURL=CancelImageCreationCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateComponentCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* image.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ImagebuilderClient, CreateComponentCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
|
|
15
|
-
* // const { ImagebuilderClient, CreateComponentCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
|
|
16
|
-
* const client = new ImagebuilderClient(config);
|
|
17
|
-
* const command = new CreateComponentCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CreateComponentCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CreateComponentCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
26
8
|
class CreateComponentCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class CreateComponentCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.CreateComponentCommand = CreateComponentCommand;
|
|
62
|
-
//# sourceMappingURL=CreateComponentCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateContainerRecipeCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { ImagebuilderClient, CreateContainerRecipeCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
|
|
14
|
-
* // const { ImagebuilderClient, CreateContainerRecipeCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
|
|
15
|
-
* const client = new ImagebuilderClient(config);
|
|
16
|
-
* const command = new CreateContainerRecipeCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link CreateContainerRecipeCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link CreateContainerRecipeCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
25
8
|
class CreateContainerRecipeCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class CreateContainerRecipeCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.CreateContainerRecipeCommand = CreateContainerRecipeCommand;
|
|
61
|
-
//# sourceMappingURL=CreateContainerRecipeCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateDistributionConfigurationCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* the outputs of your pipeline.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ImagebuilderClient, CreateDistributionConfigurationCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
|
|
15
|
-
* // const { ImagebuilderClient, CreateDistributionConfigurationCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
|
|
16
|
-
* const client = new ImagebuilderClient(config);
|
|
17
|
-
* const command = new CreateDistributionConfigurationCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CreateDistributionConfigurationCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CreateDistributionConfigurationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
26
8
|
class CreateDistributionConfigurationCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class CreateDistributionConfigurationCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.CreateDistributionConfigurationCommand = CreateDistributionConfigurationCommand;
|
|
62
|
-
//# sourceMappingURL=CreateDistributionConfigurationCommand.js.map
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateImageCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* configured output resources defined in the distribution configuration. You must specify
|
|
11
|
-
* exactly one recipe for your image, using either a ContainerRecipeArn or an ImageRecipeArn.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { ImagebuilderClient, CreateImageCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
|
|
16
|
-
* // const { ImagebuilderClient, CreateImageCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
|
|
17
|
-
* const client = new ImagebuilderClient(config);
|
|
18
|
-
* const command = new CreateImageCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link CreateImageCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link CreateImageCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
27
8
|
class CreateImageCommand extends smithy_client_1.Command {
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
9
|
constructor(input) {
|
|
31
|
-
// Start section: command_constructor
|
|
32
10
|
super();
|
|
33
11
|
this.input = input;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -60,4 +34,3 @@ class CreateImageCommand extends smithy_client_1.Command {
|
|
|
60
34
|
}
|
|
61
35
|
}
|
|
62
36
|
exports.CreateImageCommand = CreateImageCommand;
|
|
63
|
-
//# sourceMappingURL=CreateImageCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateImagePipelineCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* distribution of images.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ImagebuilderClient, CreateImagePipelineCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
|
|
15
|
-
* // const { ImagebuilderClient, CreateImagePipelineCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
|
|
16
|
-
* const client = new ImagebuilderClient(config);
|
|
17
|
-
* const command = new CreateImagePipelineCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CreateImagePipelineCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CreateImagePipelineCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
26
8
|
class CreateImagePipelineCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class CreateImagePipelineCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.CreateImagePipelineCommand = CreateImagePipelineCommand;
|
|
62
|
-
//# sourceMappingURL=CreateImagePipelineCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateImageRecipeCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* assessed.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ImagebuilderClient, CreateImageRecipeCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
|
|
15
|
-
* // const { ImagebuilderClient, CreateImageRecipeCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
|
|
16
|
-
* const client = new ImagebuilderClient(config);
|
|
17
|
-
* const command = new CreateImageRecipeCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CreateImageRecipeCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CreateImageRecipeCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
26
8
|
class CreateImageRecipeCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class CreateImageRecipeCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.CreateImageRecipeCommand = CreateImageRecipeCommand;
|
|
62
|
-
//# sourceMappingURL=CreateImageRecipeCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateInfrastructureConfigurationCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* environment in which your image will be built and tested.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ImagebuilderClient, CreateInfrastructureConfigurationCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
|
|
15
|
-
* // const { ImagebuilderClient, CreateInfrastructureConfigurationCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
|
|
16
|
-
* const client = new ImagebuilderClient(config);
|
|
17
|
-
* const command = new CreateInfrastructureConfigurationCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CreateInfrastructureConfigurationCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CreateInfrastructureConfigurationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
26
8
|
class CreateInfrastructureConfigurationCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class CreateInfrastructureConfigurationCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.CreateInfrastructureConfigurationCommand = CreateInfrastructureConfigurationCommand;
|
|
62
|
-
//# sourceMappingURL=CreateInfrastructureConfigurationCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteComponentCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { ImagebuilderClient, DeleteComponentCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
|
|
14
|
-
* // const { ImagebuilderClient, DeleteComponentCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
|
|
15
|
-
* const client = new ImagebuilderClient(config);
|
|
16
|
-
* const command = new DeleteComponentCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DeleteComponentCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DeleteComponentCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
25
8
|
class DeleteComponentCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class DeleteComponentCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.DeleteComponentCommand = DeleteComponentCommand;
|
|
61
|
-
//# sourceMappingURL=DeleteComponentCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteContainerRecipeCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { ImagebuilderClient, DeleteContainerRecipeCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
|
|
14
|
-
* // const { ImagebuilderClient, DeleteContainerRecipeCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
|
|
15
|
-
* const client = new ImagebuilderClient(config);
|
|
16
|
-
* const command = new DeleteContainerRecipeCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DeleteContainerRecipeCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DeleteContainerRecipeCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
25
8
|
class DeleteContainerRecipeCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class DeleteContainerRecipeCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.DeleteContainerRecipeCommand = DeleteContainerRecipeCommand;
|
|
61
|
-
//# sourceMappingURL=DeleteContainerRecipeCommand.js.map
|