@aws-sdk/client-imagebuilder 3.35.0 → 3.38.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/Imagebuilder.js +0 -7
- package/dist-cjs/ImagebuilderClient.js +0 -12
- package/dist-cjs/commands/CancelImageCreationCommand.js +0 -26
- package/dist-cjs/commands/CreateComponentCommand.js +0 -26
- package/dist-cjs/commands/CreateContainerRecipeCommand.js +0 -25
- package/dist-cjs/commands/CreateDistributionConfigurationCommand.js +0 -26
- package/dist-cjs/commands/CreateImageCommand.js +0 -27
- package/dist-cjs/commands/CreateImagePipelineCommand.js +0 -26
- package/dist-cjs/commands/CreateImageRecipeCommand.js +0 -26
- package/dist-cjs/commands/CreateInfrastructureConfigurationCommand.js +0 -26
- package/dist-cjs/commands/DeleteComponentCommand.js +0 -25
- package/dist-cjs/commands/DeleteContainerRecipeCommand.js +0 -25
- package/dist-cjs/commands/DeleteDistributionConfigurationCommand.js +0 -25
- package/dist-cjs/commands/DeleteImageCommand.js +0 -45
- package/dist-cjs/commands/DeleteImagePipelineCommand.js +0 -25
- package/dist-cjs/commands/DeleteImageRecipeCommand.js +0 -25
- package/dist-cjs/commands/DeleteInfrastructureConfigurationCommand.js +0 -25
- package/dist-cjs/commands/GetComponentCommand.js +0 -25
- package/dist-cjs/commands/GetComponentPolicyCommand.js +0 -25
- package/dist-cjs/commands/GetContainerRecipeCommand.js +0 -25
- package/dist-cjs/commands/GetContainerRecipePolicyCommand.js +0 -25
- package/dist-cjs/commands/GetDistributionConfigurationCommand.js +0 -25
- package/dist-cjs/commands/GetImageCommand.js +0 -25
- package/dist-cjs/commands/GetImagePipelineCommand.js +0 -25
- package/dist-cjs/commands/GetImagePolicyCommand.js +0 -25
- package/dist-cjs/commands/GetImageRecipeCommand.js +0 -25
- package/dist-cjs/commands/GetImageRecipePolicyCommand.js +0 -25
- package/dist-cjs/commands/GetInfrastructureConfigurationCommand.js +0 -25
- package/dist-cjs/commands/ImportComponentCommand.js +0 -25
- package/dist-cjs/commands/ListComponentBuildVersionsCommand.js +0 -34
- package/dist-cjs/commands/ListComponentsCommand.js +0 -34
- package/dist-cjs/commands/ListContainerRecipesCommand.js +0 -25
- package/dist-cjs/commands/ListDistributionConfigurationsCommand.js +0 -25
- package/dist-cjs/commands/ListImageBuildVersionsCommand.js +0 -25
- package/dist-cjs/commands/ListImagePackagesCommand.js +0 -25
- package/dist-cjs/commands/ListImagePipelineImagesCommand.js +0 -25
- package/dist-cjs/commands/ListImagePipelinesCommand.js +0 -25
- package/dist-cjs/commands/ListImageRecipesCommand.js +0 -25
- package/dist-cjs/commands/ListImagesCommand.js +0 -25
- package/dist-cjs/commands/ListInfrastructureConfigurationsCommand.js +0 -25
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/PutComponentPolicyCommand.js +0 -27
- package/dist-cjs/commands/PutContainerRecipePolicyCommand.js +0 -25
- package/dist-cjs/commands/PutImagePolicyCommand.js +0 -27
- package/dist-cjs/commands/PutImageRecipePolicyCommand.js +0 -27
- package/dist-cjs/commands/StartImagePipelineExecutionCommand.js +0 -25
- package/dist-cjs/commands/TagResourceCommand.js +0 -25
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateDistributionConfigurationCommand.js +0 -26
- package/dist-cjs/commands/UpdateImagePipelineCommand.js +0 -31
- package/dist-cjs/commands/UpdateInfrastructureConfigurationCommand.js +0 -26
- package/dist-cjs/commands/index.js +52 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -64
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -469
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListComponentBuildVersionsPaginator.js +0 -11
- package/dist-cjs/pagination/ListComponentsPaginator.js +0 -11
- package/dist-cjs/pagination/ListContainerRecipesPaginator.js +0 -11
- package/dist-cjs/pagination/ListDistributionConfigurationsPaginator.js +0 -11
- package/dist-cjs/pagination/ListImageBuildVersionsPaginator.js +0 -11
- package/dist-cjs/pagination/ListImagePackagesPaginator.js +0 -11
- package/dist-cjs/pagination/ListImagePipelineImagesPaginator.js +0 -11
- package/dist-cjs/pagination/ListImagePipelinesPaginator.js +0 -11
- package/dist-cjs/pagination/ListImageRecipesPaginator.js +0 -11
- package/dist-cjs/pagination/ListImagesPaginator.js +0 -11
- package/dist-cjs/pagination/ListInfrastructureConfigurationsPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +15 -0
- package/dist-cjs/protocols/Aws_restJson1.js +0 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/Imagebuilder.js +0 -1
- package/dist-es/ImagebuilderClient.js +0 -1
- package/dist-es/commands/CancelImageCreationCommand.js +0 -1
- package/dist-es/commands/CreateComponentCommand.js +0 -1
- package/dist-es/commands/CreateContainerRecipeCommand.js +0 -1
- package/dist-es/commands/CreateDistributionConfigurationCommand.js +0 -1
- package/dist-es/commands/CreateImageCommand.js +0 -1
- package/dist-es/commands/CreateImagePipelineCommand.js +0 -1
- package/dist-es/commands/CreateImageRecipeCommand.js +0 -1
- package/dist-es/commands/CreateInfrastructureConfigurationCommand.js +0 -1
- package/dist-es/commands/DeleteComponentCommand.js +0 -1
- package/dist-es/commands/DeleteContainerRecipeCommand.js +0 -1
- package/dist-es/commands/DeleteDistributionConfigurationCommand.js +0 -1
- package/dist-es/commands/DeleteImageCommand.js +0 -1
- package/dist-es/commands/DeleteImagePipelineCommand.js +0 -1
- package/dist-es/commands/DeleteImageRecipeCommand.js +0 -1
- package/dist-es/commands/DeleteInfrastructureConfigurationCommand.js +0 -1
- package/dist-es/commands/GetComponentCommand.js +0 -1
- package/dist-es/commands/GetComponentPolicyCommand.js +0 -1
- package/dist-es/commands/GetContainerRecipeCommand.js +0 -1
- package/dist-es/commands/GetContainerRecipePolicyCommand.js +0 -1
- package/dist-es/commands/GetDistributionConfigurationCommand.js +0 -1
- package/dist-es/commands/GetImageCommand.js +0 -1
- package/dist-es/commands/GetImagePipelineCommand.js +0 -1
- package/dist-es/commands/GetImagePolicyCommand.js +0 -1
- package/dist-es/commands/GetImageRecipeCommand.js +0 -1
- package/dist-es/commands/GetImageRecipePolicyCommand.js +0 -1
- package/dist-es/commands/GetInfrastructureConfigurationCommand.js +0 -1
- package/dist-es/commands/ImportComponentCommand.js +0 -1
- package/dist-es/commands/ListComponentBuildVersionsCommand.js +0 -1
- package/dist-es/commands/ListComponentsCommand.js +0 -1
- package/dist-es/commands/ListContainerRecipesCommand.js +0 -1
- package/dist-es/commands/ListDistributionConfigurationsCommand.js +0 -1
- package/dist-es/commands/ListImageBuildVersionsCommand.js +0 -1
- package/dist-es/commands/ListImagePackagesCommand.js +0 -1
- package/dist-es/commands/ListImagePipelineImagesCommand.js +0 -1
- package/dist-es/commands/ListImagePipelinesCommand.js +0 -1
- package/dist-es/commands/ListImageRecipesCommand.js +0 -1
- package/dist-es/commands/ListImagesCommand.js +0 -1
- package/dist-es/commands/ListInfrastructureConfigurationsCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/PutComponentPolicyCommand.js +0 -1
- package/dist-es/commands/PutContainerRecipePolicyCommand.js +0 -1
- package/dist-es/commands/PutImagePolicyCommand.js +0 -1
- package/dist-es/commands/PutImageRecipePolicyCommand.js +0 -1
- package/dist-es/commands/StartImagePipelineExecutionCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateDistributionConfigurationCommand.js +0 -1
- package/dist-es/commands/UpdateImagePipelineCommand.js +0 -1
- package/dist-es/commands/UpdateInfrastructureConfigurationCommand.js +0 -1
- package/dist-es/commands/index.js +49 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -64
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListComponentBuildVersionsPaginator.js +0 -1
- package/dist-es/pagination/ListComponentsPaginator.js +0 -1
- package/dist-es/pagination/ListContainerRecipesPaginator.js +0 -1
- package/dist-es/pagination/ListDistributionConfigurationsPaginator.js +0 -1
- package/dist-es/pagination/ListImageBuildVersionsPaginator.js +0 -1
- package/dist-es/pagination/ListImagePackagesPaginator.js +0 -1
- package/dist-es/pagination/ListImagePipelineImagesPaginator.js +0 -1
- package/dist-es/pagination/ListImagePipelinesPaginator.js +0 -1
- package/dist-es/pagination/ListImageRecipesPaginator.js +0 -1
- package/dist-es/pagination/ListImagesPaginator.js +0 -1
- package/dist-es/pagination/ListInfrastructureConfigurationsPaginator.js +0 -1
- package/dist-es/pagination/index.js +12 -0
- package/dist-es/protocols/Aws_restJson1.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +49 -0
- package/dist-types/index.d.ts +4 -63
- package/dist-types/pagination/index.d.ts +12 -0
- package/dist-types/ts3.4/Imagebuilder.d.ts +50 -213
- package/dist-types/ts3.4/ImagebuilderClient.d.ts +24 -92
- package/dist-types/ts3.4/commands/CancelImageCreationCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateContainerRecipeCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateDistributionConfigurationCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreateImagePipelineCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateImageRecipeCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateInfrastructureConfigurationCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteContainerRecipeCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteDistributionConfigurationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +2 -40
- package/dist-types/ts3.4/commands/DeleteImagePipelineCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteImageRecipeCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteInfrastructureConfigurationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetComponentPolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetContainerRecipeCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetContainerRecipePolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetDistributionConfigurationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetImageCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetImagePipelineCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetImagePolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetImageRecipeCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetImageRecipePolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetInfrastructureConfigurationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ImportComponentCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListComponentBuildVersionsCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/ListContainerRecipesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListDistributionConfigurationsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListImageBuildVersionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListImagePackagesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListImagePipelineImagesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListImagePipelinesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListImageRecipesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListInfrastructureConfigurationsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutComponentPolicyCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/PutContainerRecipePolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutImagePolicyCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/PutImageRecipePolicyCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/StartImagePipelineExecutionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateDistributionConfigurationCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UpdateImagePipelineCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/UpdateInfrastructureConfigurationCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/index.d.ts +49 -0
- package/dist-types/ts3.4/index.d.ts +4 -63
- package/dist-types/ts3.4/models/models_0.d.ts +777 -2901
- package/dist-types/ts3.4/pagination/index.d.ts +12 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- 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.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/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.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- 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/jest.config.js +0 -4
- package/src/Imagebuilder.ts +0 -1831
- package/src/ImagebuilderClient.ts +0 -464
- package/src/commands/CancelImageCreationCommand.ts +0 -96
- package/src/commands/CreateComponentCommand.ts +0 -96
- package/src/commands/CreateContainerRecipeCommand.ts +0 -95
- package/src/commands/CreateDistributionConfigurationCommand.ts +0 -104
- package/src/commands/CreateImageCommand.ts +0 -97
- package/src/commands/CreateImagePipelineCommand.ts +0 -96
- package/src/commands/CreateImageRecipeCommand.ts +0 -96
- package/src/commands/CreateInfrastructureConfigurationCommand.ts +0 -107
- package/src/commands/DeleteComponentCommand.ts +0 -95
- package/src/commands/DeleteContainerRecipeCommand.ts +0 -95
- package/src/commands/DeleteDistributionConfigurationCommand.ts +0 -103
- package/src/commands/DeleteImageCommand.ts +0 -115
- package/src/commands/DeleteImagePipelineCommand.ts +0 -95
- package/src/commands/DeleteImageRecipeCommand.ts +0 -95
- package/src/commands/DeleteInfrastructureConfigurationCommand.ts +0 -106
- package/src/commands/GetComponentCommand.ts +0 -95
- package/src/commands/GetComponentPolicyCommand.ts +0 -95
- package/src/commands/GetContainerRecipeCommand.ts +0 -95
- package/src/commands/GetContainerRecipePolicyCommand.ts +0 -95
- package/src/commands/GetDistributionConfigurationCommand.ts +0 -100
- package/src/commands/GetImageCommand.ts +0 -95
- package/src/commands/GetImagePipelineCommand.ts +0 -95
- package/src/commands/GetImagePolicyCommand.ts +0 -95
- package/src/commands/GetImageRecipeCommand.ts +0 -95
- package/src/commands/GetImageRecipePolicyCommand.ts +0 -95
- package/src/commands/GetInfrastructureConfigurationCommand.ts +0 -103
- package/src/commands/ImportComponentCommand.ts +0 -95
- package/src/commands/ListComponentBuildVersionsCommand.ts +0 -107
- package/src/commands/ListComponentsCommand.ts +0 -104
- package/src/commands/ListContainerRecipesCommand.ts +0 -95
- package/src/commands/ListDistributionConfigurationsCommand.ts +0 -103
- package/src/commands/ListImageBuildVersionsCommand.ts +0 -95
- package/src/commands/ListImagePackagesCommand.ts +0 -95
- package/src/commands/ListImagePipelineImagesCommand.ts +0 -95
- package/src/commands/ListImagePipelinesCommand.ts +0 -95
- package/src/commands/ListImageRecipesCommand.ts +0 -95
- package/src/commands/ListImagesCommand.ts +0 -95
- package/src/commands/ListInfrastructureConfigurationsCommand.ts +0 -103
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/PutComponentPolicyCommand.ts +0 -97
- package/src/commands/PutContainerRecipePolicyCommand.ts +0 -95
- package/src/commands/PutImagePolicyCommand.ts +0 -97
- package/src/commands/PutImageRecipePolicyCommand.ts +0 -97
- package/src/commands/StartImagePipelineExecutionCommand.ts +0 -100
- package/src/commands/TagResourceCommand.ts +0 -95
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/commands/UpdateDistributionConfigurationCommand.ts +0 -104
- package/src/commands/UpdateImagePipelineCommand.ts +0 -101
- package/src/commands/UpdateInfrastructureConfigurationCommand.ts +0 -107
- package/src/endpoints.ts +0 -57
- package/src/index.ts +0 -64
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -5411
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListComponentBuildVersionsPaginator.ts +0 -59
- package/src/pagination/ListComponentsPaginator.ts +0 -59
- package/src/pagination/ListContainerRecipesPaginator.ts +0 -59
- package/src/pagination/ListDistributionConfigurationsPaginator.ts +0 -59
- package/src/pagination/ListImageBuildVersionsPaginator.ts +0 -59
- package/src/pagination/ListImagePackagesPaginator.ts +0 -59
- package/src/pagination/ListImagePipelineImagesPaginator.ts +0 -59
- package/src/pagination/ListImagePipelinesPaginator.ts +0 -59
- package/src/pagination/ListImageRecipesPaginator.ts +0 -59
- package/src/pagination/ListImagesPaginator.ts +0 -55
- package/src/pagination/ListInfrastructureConfigurationsPaginator.ts +0 -59
- package/src/protocols/Aws_restJson1.ts +0 -8986
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -5,37 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p> Applies a policy to an image recipe. We recommend that you call the RAM API <a href="https://docs.aws.amazon.com/ram/latest/APIReference/API_CreateResourceShare.html">CreateResourceShare</a> to share resources. If you call the Image Builder API
|
|
10
|
-
* <code>PutImageRecipePolicy</code>, you must also call the RAM API <a href="https://docs.aws.amazon.com/ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html">PromoteResourceShareCreatedFromPolicy</a> in order for the resource to be visible to
|
|
11
|
-
* all principals with whom the resource is shared.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { ImagebuilderClient, PutImageRecipePolicyCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
|
|
16
|
-
* // const { ImagebuilderClient, PutImageRecipePolicyCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
|
|
17
|
-
* const client = new ImagebuilderClient(config);
|
|
18
|
-
* const command = new PutImageRecipePolicyCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link PutImageRecipePolicyCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link PutImageRecipePolicyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
8
|
class PutImageRecipePolicyCommand 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 PutImageRecipePolicyCommand extends smithy_client_1.Command {
|
|
|
60
34
|
}
|
|
61
35
|
}
|
|
62
36
|
exports.PutImageRecipePolicyCommand = PutImageRecipePolicyCommand;
|
|
63
|
-
//# sourceMappingURL=PutImageRecipePolicyCommand.js.map
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p> Manually triggers a pipeline to create an image.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { ImagebuilderClient, StartImagePipelineExecutionCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
|
|
14
|
-
* // const { ImagebuilderClient, StartImagePipelineExecutionCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
|
|
15
|
-
* const client = new ImagebuilderClient(config);
|
|
16
|
-
* const command = new StartImagePipelineExecutionCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link StartImagePipelineExecutionCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link StartImagePipelineExecutionCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class StartImagePipelineExecutionCommand 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 StartImagePipelineExecutionCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.StartImagePipelineExecutionCommand = StartImagePipelineExecutionCommand;
|
|
61
|
-
//# sourceMappingURL=StartImagePipelineExecutionCommand.js.map
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p> Adds a tag to a resource.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { ImagebuilderClient, TagResourceCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
|
|
14
|
-
* // const { ImagebuilderClient, TagResourceCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
|
|
15
|
-
* const client = new ImagebuilderClient(config);
|
|
16
|
-
* const command = new TagResourceCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class TagResourceCommand 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 TagResourceCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.TagResourceCommand = TagResourceCommand;
|
|
61
|
-
//# sourceMappingURL=TagResourceCommand.js.map
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p> Removes a tag from a resource.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { ImagebuilderClient, UntagResourceCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
|
|
14
|
-
* // const { ImagebuilderClient, UntagResourceCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
|
|
15
|
-
* const client = new ImagebuilderClient(config);
|
|
16
|
-
* const command = new UntagResourceCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class UntagResourceCommand 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 UntagResourceCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
61
|
-
//# sourceMappingURL=UntagResourceCommand.js.map
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p> Updates a new distribution configuration. Distribution configurations define and
|
|
10
|
-
* configure 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, UpdateDistributionConfigurationCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
|
|
15
|
-
* // const { ImagebuilderClient, UpdateDistributionConfigurationCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
|
|
16
|
-
* const client = new ImagebuilderClient(config);
|
|
17
|
-
* const command = new UpdateDistributionConfigurationCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link UpdateDistributionConfigurationCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link UpdateDistributionConfigurationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class UpdateDistributionConfigurationCommand 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 UpdateDistributionConfigurationCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.UpdateDistributionConfigurationCommand = UpdateDistributionConfigurationCommand;
|
|
62
|
-
//# sourceMappingURL=UpdateDistributionConfigurationCommand.js.map
|
|
@@ -5,41 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p> Updates an image pipeline. Image pipelines enable you to automate the creation and
|
|
10
|
-
* distribution of images.</p>
|
|
11
|
-
* <note>
|
|
12
|
-
* <p>UpdateImagePipeline does not support selective updates for the pipeline.
|
|
13
|
-
* You must specify all of the required properties in the update request, not just
|
|
14
|
-
* the properties that have changed.</p>
|
|
15
|
-
* </note>
|
|
16
|
-
* @example
|
|
17
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
-
* ```javascript
|
|
19
|
-
* import { ImagebuilderClient, UpdateImagePipelineCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
|
|
20
|
-
* // const { ImagebuilderClient, UpdateImagePipelineCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
|
|
21
|
-
* const client = new ImagebuilderClient(config);
|
|
22
|
-
* const command = new UpdateImagePipelineCommand(input);
|
|
23
|
-
* const response = await client.send(command);
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* @see {@link UpdateImagePipelineCommandInput} for command's `input` shape.
|
|
27
|
-
* @see {@link UpdateImagePipelineCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
-
*
|
|
30
|
-
*/
|
|
31
8
|
class UpdateImagePipelineCommand extends smithy_client_1.Command {
|
|
32
|
-
// Start section: command_properties
|
|
33
|
-
// End section: command_properties
|
|
34
9
|
constructor(input) {
|
|
35
|
-
// Start section: command_constructor
|
|
36
10
|
super();
|
|
37
11
|
this.input = input;
|
|
38
|
-
// End section: command_constructor
|
|
39
12
|
}
|
|
40
|
-
/**
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
43
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
44
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
45
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -64,4 +34,3 @@ class UpdateImagePipelineCommand extends smithy_client_1.Command {
|
|
|
64
34
|
}
|
|
65
35
|
}
|
|
66
36
|
exports.UpdateImagePipelineCommand = UpdateImagePipelineCommand;
|
|
67
|
-
//# sourceMappingURL=UpdateImagePipelineCommand.js.map
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p> Updates a new infrastructure configuration. An infrastructure configuration defines the
|
|
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, UpdateInfrastructureConfigurationCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
|
|
15
|
-
* // const { ImagebuilderClient, UpdateInfrastructureConfigurationCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
|
|
16
|
-
* const client = new ImagebuilderClient(config);
|
|
17
|
-
* const command = new UpdateInfrastructureConfigurationCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link UpdateInfrastructureConfigurationCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link UpdateInfrastructureConfigurationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class UpdateInfrastructureConfigurationCommand 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 UpdateInfrastructureConfigurationCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.UpdateInfrastructureConfigurationCommand = UpdateInfrastructureConfigurationCommand;
|
|
62
|
-
//# sourceMappingURL=UpdateInfrastructureConfigurationCommand.js.map
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./CancelImageCreationCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./CreateComponentCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./CreateContainerRecipeCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./CreateDistributionConfigurationCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./CreateImageCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./CreateImagePipelineCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./CreateImageRecipeCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./CreateInfrastructureConfigurationCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./DeleteComponentCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./DeleteContainerRecipeCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./DeleteDistributionConfigurationCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./DeleteImageCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./DeleteImagePipelineCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./DeleteImageRecipeCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./DeleteInfrastructureConfigurationCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./GetComponentCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./GetComponentPolicyCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./GetContainerRecipeCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./GetContainerRecipePolicyCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./GetDistributionConfigurationCommand"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./GetImageCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./GetImagePipelineCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./GetImagePolicyCommand"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./GetImageRecipeCommand"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./GetImageRecipePolicyCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./GetInfrastructureConfigurationCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./ImportComponentCommand"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./ListComponentBuildVersionsCommand"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./ListComponentsCommand"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./ListContainerRecipesCommand"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./ListDistributionConfigurationsCommand"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./ListImageBuildVersionsCommand"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./ListImagePackagesCommand"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./ListImagePipelineImagesCommand"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./ListImagePipelinesCommand"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./ListImageRecipesCommand"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./ListImagesCommand"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./ListInfrastructureConfigurationsCommand"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./PutComponentPolicyCommand"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./PutContainerRecipePolicyCommand"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./PutImagePolicyCommand"), exports);
|
|
46
|
+
tslib_1.__exportStar(require("./PutImageRecipePolicyCommand"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./StartImagePipelineExecutionCommand"), exports);
|
|
48
|
+
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
50
|
+
tslib_1.__exportStar(require("./UpdateDistributionConfigurationCommand"), exports);
|
|
51
|
+
tslib_1.__exportStar(require("./UpdateImagePipelineCommand"), exports);
|
|
52
|
+
tslib_1.__exportStar(require("./UpdateInfrastructureConfigurationCommand"), exports);
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -35,7 +35,7 @@ const partitionHash = {
|
|
|
35
35
|
hostname: "imagebuilder.{region}.amazonaws.com.cn",
|
|
36
36
|
},
|
|
37
37
|
"aws-iso": {
|
|
38
|
-
regions: ["us-iso-east-1"],
|
|
38
|
+
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
39
39
|
hostname: "imagebuilder.{region}.c2s.ic.gov",
|
|
40
40
|
},
|
|
41
41
|
"aws-iso-b": {
|
|
@@ -54,4 +54,3 @@ const defaultRegionInfoProvider = async (region, options) => config_resolver_1.g
|
|
|
54
54
|
partitionHash,
|
|
55
55
|
});
|
|
56
56
|
exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
|
|
57
|
-
//# sourceMappingURL=endpoints.js.map
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,68 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./ImagebuilderClient"), exports);
|
|
5
4
|
tslib_1.__exportStar(require("./Imagebuilder"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./commands
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
9
|
-
tslib_1.__exportStar(require("./
|
|
10
|
-
tslib_1.__exportStar(require("./commands/CreateImageCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./commands/CreateImagePipelineCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./commands/CreateImageRecipeCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./commands/CreateInfrastructureConfigurationCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./commands/DeleteComponentCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./commands/DeleteContainerRecipeCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./commands/DeleteDistributionConfigurationCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./commands/DeleteImageCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./commands/DeleteImagePipelineCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./commands/DeleteImageRecipeCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./commands/DeleteInfrastructureConfigurationCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./commands/GetComponentCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./commands/GetComponentPolicyCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./commands/GetContainerRecipeCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./commands/GetContainerRecipePolicyCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./commands/GetDistributionConfigurationCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./commands/GetImageCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./commands/GetImagePipelineCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./commands/GetImagePolicyCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./commands/GetImageRecipeCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./commands/GetImageRecipePolicyCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./commands/GetInfrastructureConfigurationCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./commands/ImportComponentCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./commands/ListComponentBuildVersionsCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./pagination/ListComponentBuildVersionsPaginator"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./commands/ListComponentsCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./pagination/ListComponentsPaginator"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./commands/ListContainerRecipesCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./pagination/ListContainerRecipesPaginator"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./commands/ListDistributionConfigurationsCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./pagination/ListDistributionConfigurationsPaginator"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./commands/ListImageBuildVersionsCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./pagination/ListImageBuildVersionsPaginator"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./commands/ListImagePackagesCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./pagination/ListImagePackagesPaginator"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./commands/ListImagePipelineImagesCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./pagination/ListImagePipelineImagesPaginator"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./commands/ListImagePipelinesCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./pagination/ListImagePipelinesPaginator"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./commands/ListImageRecipesCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./pagination/ListImageRecipesPaginator"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./commands/ListImagesCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./pagination/ListImagesPaginator"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./commands/ListInfrastructureConfigurationsCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./pagination/ListInfrastructureConfigurationsPaginator"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./commands/PutComponentPolicyCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./commands/PutContainerRecipePolicyCommand"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./commands/PutImagePolicyCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./commands/PutImageRecipePolicyCommand"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./commands/StartImagePipelineExecutionCommand"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
|
|
62
|
-
tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
|
|
63
|
-
tslib_1.__exportStar(require("./commands/UpdateDistributionConfigurationCommand"), exports);
|
|
64
|
-
tslib_1.__exportStar(require("./commands/UpdateImagePipelineCommand"), exports);
|
|
65
|
-
tslib_1.__exportStar(require("./commands/UpdateInfrastructureConfigurationCommand"), exports);
|
|
66
|
-
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
67
|
-
tslib_1.__exportStar(require("./models/index"), exports);
|
|
68
|
-
//# sourceMappingURL=index.js.map
|
|
5
|
+
tslib_1.__exportStar(require("./ImagebuilderClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./pagination"), exports);
|
package/dist-cjs/models/index.js
CHANGED