{ "version": "2.0", "metadata": { "apiVersion": "2019-12-02", "endpointPrefix": "imagebuilder", "jsonVersion": "1.1", "protocol": "rest-json", "protocols": [ "rest-json" ], "serviceAbbreviation": "imagebuilder", "serviceFullName": "EC2 Image Builder", "serviceId": "imagebuilder", "signatureVersion": "v4", "signingName": "imagebuilder", "uid": "imagebuilder-2019-12-02" }, "operations": { "CancelImageCreation": { "name": "CancelImageCreation", "http": { "method": "PUT", "requestUri": "/CancelImageCreation" }, "input": { "shape": "CancelImageCreationRequest" }, "output": { "shape": "CancelImageCreationResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "IdempotentParameterMismatchException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" }, { "shape": "ResourceInUseException" } ], "documentation": "

CancelImageCreation cancels the creation of Image. This operation can only be used on images in a non-terminal state.

" }, "CancelLifecycleExecution": { "name": "CancelLifecycleExecution", "http": { "method": "PUT", "requestUri": "/CancelLifecycleExecution" }, "input": { "shape": "CancelLifecycleExecutionRequest" }, "output": { "shape": "CancelLifecycleExecutionResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "IdempotentParameterMismatchException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" }, { "shape": "ResourceInUseException" } ], "documentation": "

Cancel a specific image lifecycle policy runtime instance.

" }, "CreateComponent": { "name": "CreateComponent", "http": { "method": "PUT", "requestUri": "/CreateComponent" }, "input": { "shape": "CreateComponentRequest" }, "output": { "shape": "CreateComponentResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "IdempotentParameterMismatchException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" }, { "shape": "InvalidVersionNumberException" }, { "shape": "ResourceInUseException" }, { "shape": "InvalidParameterCombinationException" }, { "shape": "ServiceQuotaExceededException" } ], "documentation": "

Creates a new component that can be used to build, validate, test, and assess your image. The component is based on a YAML document that you specify using exactly one of the following methods:

" }, "CreateContainerRecipe": { "name": "CreateContainerRecipe", "http": { "method": "PUT", "requestUri": "/CreateContainerRecipe" }, "input": { "shape": "CreateContainerRecipeRequest" }, "output": { "shape": "CreateContainerRecipeResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "IdempotentParameterMismatchException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" }, { "shape": "InvalidVersionNumberException" }, { "shape": "ResourceInUseException" }, { "shape": "ResourceAlreadyExistsException" }, { "shape": "ServiceQuotaExceededException" } ], "documentation": "

Creates a new container recipe. Container recipes define how images are configured, tested, and assessed.

" }, "CreateDistributionConfiguration": { "name": "CreateDistributionConfiguration", "http": { "method": "PUT", "requestUri": "/CreateDistributionConfiguration" }, "input": { "shape": "CreateDistributionConfigurationRequest" }, "output": { "shape": "CreateDistributionConfigurationResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "IdempotentParameterMismatchException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" }, { "shape": "ResourceInUseException" }, { "shape": "ResourceAlreadyExistsException" }, { "shape": "InvalidParameterCombinationException" }, { "shape": "ServiceQuotaExceededException" } ], "documentation": "

Creates a new distribution configuration. Distribution configurations define and configure the outputs of your pipeline.

" }, "CreateImage": { "name": "CreateImage", "http": { "method": "PUT", "requestUri": "/CreateImage" }, "input": { "shape": "CreateImageRequest" }, "output": { "shape": "CreateImageResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "IdempotentParameterMismatchException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" }, { "shape": "ResourceInUseException" }, { "shape": "ServiceQuotaExceededException" } ], "documentation": "

Creates a new image. This request will create a new image along with all of the configured output resources defined in the distribution configuration. You must specify exactly one recipe for your image, using either a ContainerRecipeArn or an ImageRecipeArn.

" }, "CreateImagePipeline": { "name": "CreateImagePipeline", "http": { "method": "PUT", "requestUri": "/CreateImagePipeline" }, "input": { "shape": "CreateImagePipelineRequest" }, "output": { "shape": "CreateImagePipelineResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "IdempotentParameterMismatchException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" }, { "shape": "ResourceInUseException" }, { "shape": "ResourceAlreadyExistsException" }, { "shape": "ServiceQuotaExceededException" } ], "documentation": "

Creates a new image pipeline. Image pipelines enable you to automate the creation and distribution of images.

" }, "CreateImageRecipe": { "name": "CreateImageRecipe", "http": { "method": "PUT", "requestUri": "/CreateImageRecipe" }, "input": { "shape": "CreateImageRecipeRequest" }, "output": { "shape": "CreateImageRecipeResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "IdempotentParameterMismatchException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" }, { "shape": "InvalidVersionNumberException" }, { "shape": "ResourceInUseException" }, { "shape": "ResourceAlreadyExistsException" }, { "shape": "ServiceQuotaExceededException" } ], "documentation": "

Creates a new image recipe. Image recipes define how images are configured, tested, and assessed.

" }, "CreateInfrastructureConfiguration": { "name": "CreateInfrastructureConfiguration", "http": { "method": "PUT", "requestUri": "/CreateInfrastructureConfiguration" }, "input": { "shape": "CreateInfrastructureConfigurationRequest" }, "output": { "shape": "CreateInfrastructureConfigurationResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "IdempotentParameterMismatchException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" }, { "shape": "ResourceInUseException" }, { "shape": "ResourceAlreadyExistsException" }, { "shape": "ServiceQuotaExceededException" } ], "documentation": "

Creates a new infrastructure configuration. An infrastructure configuration defines the environment in which your image will be built and tested.

" }, "CreateLifecyclePolicy": { "name": "CreateLifecyclePolicy", "http": { "method": "PUT", "requestUri": "/CreateLifecyclePolicy" }, "input": { "shape": "CreateLifecyclePolicyRequest" }, "output": { "shape": "CreateLifecyclePolicyResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "IdempotentParameterMismatchException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" }, { "shape": "ResourceInUseException" }, { "shape": "ResourceAlreadyExistsException" }, { "shape": "ServiceQuotaExceededException" } ], "documentation": "

Create a lifecycle policy resource.

" }, "CreateWorkflow": { "name": "CreateWorkflow", "http": { "method": "PUT", "requestUri": "/CreateWorkflow" }, "input": { "shape": "CreateWorkflowRequest" }, "output": { "shape": "CreateWorkflowResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "IdempotentParameterMismatchException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" }, { "shape": "InvalidVersionNumberException" }, { "shape": "ResourceInUseException" }, { "shape": "InvalidParameterCombinationException" }, { "shape": "ServiceQuotaExceededException" } ], "documentation": "

Create a new workflow or a new version of an existing workflow.

" }, "DeleteComponent": { "name": "DeleteComponent", "http": { "method": "DELETE", "requestUri": "/DeleteComponent" }, "input": { "shape": "DeleteComponentRequest" }, "output": { "shape": "DeleteComponentResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" }, { "shape": "ResourceDependencyException" } ], "documentation": "

Deletes a component build version.

" }, "DeleteContainerRecipe": { "name": "DeleteContainerRecipe", "http": { "method": "DELETE", "requestUri": "/DeleteContainerRecipe" }, "input": { "shape": "DeleteContainerRecipeRequest" }, "output": { "shape": "DeleteContainerRecipeResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" }, { "shape": "ResourceDependencyException" } ], "documentation": "

Deletes a container recipe.

" }, "DeleteDistributionConfiguration": { "name": "DeleteDistributionConfiguration", "http": { "method": "DELETE", "requestUri": "/DeleteDistributionConfiguration" }, "input": { "shape": "DeleteDistributionConfigurationRequest" }, "output": { "shape": "DeleteDistributionConfigurationResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "InvalidRequestException" }, { "shape": "ServiceUnavailableException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" }, { "shape": "ResourceDependencyException" } ], "documentation": "

Deletes a distribution configuration.

" }, "DeleteImage": { "name": "DeleteImage", "http": { "method": "DELETE", "requestUri": "/DeleteImage" }, "input": { "shape": "DeleteImageRequest" }, "output": { "shape": "DeleteImageResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "InvalidRequestException" }, { "shape": "ServiceUnavailableException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" }, { "shape": "ResourceDependencyException" } ], "documentation": "

Deletes an Image Builder image resource. This does not delete any EC2 AMIs or ECR container images that are created during the image build process. You must clean those up separately, using the appropriate Amazon EC2 or Amazon ECR console actions, or API or CLI commands.

" }, "DeleteImagePipeline": { "name": "DeleteImagePipeline", "http": { "method": "DELETE", "requestUri": "/DeleteImagePipeline" }, "input": { "shape": "DeleteImagePipelineRequest" }, "output": { "shape": "DeleteImagePipelineResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" }, { "shape": "ResourceDependencyException" } ], "documentation": "

Deletes an image pipeline.

" }, "DeleteImageRecipe": { "name": "DeleteImageRecipe", "http": { "method": "DELETE", "requestUri": "/DeleteImageRecipe" }, "input": { "shape": "DeleteImageRecipeRequest" }, "output": { "shape": "DeleteImageRecipeResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" }, { "shape": "ResourceDependencyException" } ], "documentation": "

Deletes an image recipe.

" }, "DeleteInfrastructureConfiguration": { "name": "DeleteInfrastructureConfiguration", "http": { "method": "DELETE", "requestUri": "/DeleteInfrastructureConfiguration" }, "input": { "shape": "DeleteInfrastructureConfigurationRequest" }, "output": { "shape": "DeleteInfrastructureConfigurationResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" }, { "shape": "ResourceDependencyException" } ], "documentation": "

Deletes an infrastructure configuration.

" }, "DeleteLifecyclePolicy": { "name": "DeleteLifecyclePolicy", "http": { "method": "DELETE", "requestUri": "/DeleteLifecyclePolicy" }, "input": { "shape": "DeleteLifecyclePolicyRequest" }, "output": { "shape": "DeleteLifecyclePolicyResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "InvalidRequestException" }, { "shape": "ServiceUnavailableException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" }, { "shape": "ResourceDependencyException" } ], "documentation": "

Delete the specified lifecycle policy resource.

" }, "DeleteWorkflow": { "name": "DeleteWorkflow", "http": { "method": "DELETE", "requestUri": "/DeleteWorkflow" }, "input": { "shape": "DeleteWorkflowRequest" }, "output": { "shape": "DeleteWorkflowResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" }, { "shape": "ResourceDependencyException" } ], "documentation": "

Deletes a specific workflow resource.

" }, "GetComponent": { "name": "GetComponent", "http": { "method": "GET", "requestUri": "/GetComponent" }, "input": { "shape": "GetComponentRequest" }, "output": { "shape": "GetComponentResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Gets a component object.

" }, "GetComponentPolicy": { "name": "GetComponentPolicy", "http": { "method": "GET", "requestUri": "/GetComponentPolicy" }, "input": { "shape": "GetComponentPolicyRequest" }, "output": { "shape": "GetComponentPolicyResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ServiceUnavailableException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidRequestException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Gets a component policy.

" }, "GetContainerRecipe": { "name": "GetContainerRecipe", "http": { "method": "GET", "requestUri": "/GetContainerRecipe" }, "input": { "shape": "GetContainerRecipeRequest" }, "output": { "shape": "GetContainerRecipeResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Retrieves a container recipe.

" }, "GetContainerRecipePolicy": { "name": "GetContainerRecipePolicy", "http": { "method": "GET", "requestUri": "/GetContainerRecipePolicy" }, "input": { "shape": "GetContainerRecipePolicyRequest" }, "output": { "shape": "GetContainerRecipePolicyResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Retrieves the policy for a container recipe.

" }, "GetDistributionConfiguration": { "name": "GetDistributionConfiguration", "http": { "method": "GET", "requestUri": "/GetDistributionConfiguration" }, "input": { "shape": "GetDistributionConfigurationRequest" }, "output": { "shape": "GetDistributionConfigurationResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Gets a distribution configuration.

" }, "GetImage": { "name": "GetImage", "http": { "method": "GET", "requestUri": "/GetImage" }, "input": { "shape": "GetImageRequest" }, "output": { "shape": "GetImageResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Gets an image.

" }, "GetImagePipeline": { "name": "GetImagePipeline", "http": { "method": "GET", "requestUri": "/GetImagePipeline" }, "input": { "shape": "GetImagePipelineRequest" }, "output": { "shape": "GetImagePipelineResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Gets an image pipeline.

" }, "GetImagePolicy": { "name": "GetImagePolicy", "http": { "method": "GET", "requestUri": "/GetImagePolicy" }, "input": { "shape": "GetImagePolicyRequest" }, "output": { "shape": "GetImagePolicyResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ServiceUnavailableException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidRequestException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Gets an image policy.

" }, "GetImageRecipe": { "name": "GetImageRecipe", "http": { "method": "GET", "requestUri": "/GetImageRecipe" }, "input": { "shape": "GetImageRecipeRequest" }, "output": { "shape": "GetImageRecipeResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Gets an image recipe.

" }, "GetImageRecipePolicy": { "name": "GetImageRecipePolicy", "http": { "method": "GET", "requestUri": "/GetImageRecipePolicy" }, "input": { "shape": "GetImageRecipePolicyRequest" }, "output": { "shape": "GetImageRecipePolicyResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Gets an image recipe policy.

" }, "GetInfrastructureConfiguration": { "name": "GetInfrastructureConfiguration", "http": { "method": "GET", "requestUri": "/GetInfrastructureConfiguration" }, "input": { "shape": "GetInfrastructureConfigurationRequest" }, "output": { "shape": "GetInfrastructureConfigurationResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Gets an infrastructure configuration.

" }, "GetLifecycleExecution": { "name": "GetLifecycleExecution", "http": { "method": "GET", "requestUri": "/GetLifecycleExecution" }, "input": { "shape": "GetLifecycleExecutionRequest" }, "output": { "shape": "GetLifecycleExecutionResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Get the runtime information that was logged for a specific runtime instance of the lifecycle policy.

" }, "GetLifecyclePolicy": { "name": "GetLifecyclePolicy", "http": { "method": "GET", "requestUri": "/GetLifecyclePolicy" }, "input": { "shape": "GetLifecyclePolicyRequest" }, "output": { "shape": "GetLifecyclePolicyResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Get details for the specified image lifecycle policy.

" }, "GetWorkflow": { "name": "GetWorkflow", "http": { "method": "GET", "requestUri": "/GetWorkflow" }, "input": { "shape": "GetWorkflowRequest" }, "output": { "shape": "GetWorkflowResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Get a workflow resource object.

" }, "GetWorkflowExecution": { "name": "GetWorkflowExecution", "http": { "method": "GET", "requestUri": "/GetWorkflowExecution" }, "input": { "shape": "GetWorkflowExecutionRequest" }, "output": { "shape": "GetWorkflowExecutionResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Get the runtime information that was logged for a specific runtime instance of the workflow.

" }, "GetWorkflowStepExecution": { "name": "GetWorkflowStepExecution", "http": { "method": "GET", "requestUri": "/GetWorkflowStepExecution" }, "input": { "shape": "GetWorkflowStepExecutionRequest" }, "output": { "shape": "GetWorkflowStepExecutionResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Get the runtime information that was logged for a specific runtime instance of the workflow step.

" }, "ImportComponent": { "name": "ImportComponent", "http": { "method": "PUT", "requestUri": "/ImportComponent" }, "input": { "shape": "ImportComponentRequest" }, "output": { "shape": "ImportComponentResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "IdempotentParameterMismatchException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" }, { "shape": "InvalidVersionNumberException" }, { "shape": "ResourceInUseException" }, { "shape": "InvalidParameterCombinationException" } ], "documentation": "

Imports a component and transforms its data into a component document.

" }, "ImportVmImage": { "name": "ImportVmImage", "http": { "method": "PUT", "requestUri": "/ImportVmImage" }, "input": { "shape": "ImportVmImageRequest" }, "output": { "shape": "ImportVmImageResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" } ], "documentation": "

When you export your virtual machine (VM) from its virtualization environment, that process creates a set of one or more disk container files that act as snapshots of your VM’s environment, settings, and data. The Amazon EC2 API ImportImage action uses those files to import your VM and create an AMI. To import using the CLI command, see import-image

You can reference the task ID from the VM import to pull in the AMI that the import created as the base image for your Image Builder recipe.

" }, "ListComponentBuildVersions": { "name": "ListComponentBuildVersions", "http": { "method": "POST", "requestUri": "/ListComponentBuildVersions" }, "input": { "shape": "ListComponentBuildVersionsRequest" }, "output": { "shape": "ListComponentBuildVersionsResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidPaginationTokenException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Returns the list of component build versions for the specified semantic version.

The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.

Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the base image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.

" }, "ListComponents": { "name": "ListComponents", "http": { "method": "POST", "requestUri": "/ListComponents" }, "input": { "shape": "ListComponentsRequest" }, "output": { "shape": "ListComponentsResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidPaginationTokenException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Returns the list of components that can be filtered by name, or by using the listed filters to streamline results. Newly created components can take up to two minutes to appear in the ListComponents API Results.

The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.

Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the base image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.

" }, "ListContainerRecipes": { "name": "ListContainerRecipes", "http": { "method": "POST", "requestUri": "/ListContainerRecipes" }, "input": { "shape": "ListContainerRecipesRequest" }, "output": { "shape": "ListContainerRecipesResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidPaginationTokenException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Returns a list of container recipes.

" }, "ListDistributionConfigurations": { "name": "ListDistributionConfigurations", "http": { "method": "POST", "requestUri": "/ListDistributionConfigurations" }, "input": { "shape": "ListDistributionConfigurationsRequest" }, "output": { "shape": "ListDistributionConfigurationsResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidPaginationTokenException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Returns a list of distribution configurations.

" }, "ListImageBuildVersions": { "name": "ListImageBuildVersions", "http": { "method": "POST", "requestUri": "/ListImageBuildVersions" }, "input": { "shape": "ListImageBuildVersionsRequest" }, "output": { "shape": "ListImageBuildVersionsResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidPaginationTokenException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Returns a list of image build versions.

" }, "ListImagePackages": { "name": "ListImagePackages", "http": { "method": "POST", "requestUri": "/ListImagePackages" }, "input": { "shape": "ListImagePackagesRequest" }, "output": { "shape": "ListImagePackagesResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidPaginationTokenException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

List the Packages that are associated with an Image Build Version, as determined by Amazon Web Services Systems Manager Inventory at build time.

" }, "ListImagePipelineImages": { "name": "ListImagePipelineImages", "http": { "method": "POST", "requestUri": "/ListImagePipelineImages" }, "input": { "shape": "ListImagePipelineImagesRequest" }, "output": { "shape": "ListImagePipelineImagesResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidPaginationTokenException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Returns a list of images created by the specified pipeline.

" }, "ListImagePipelines": { "name": "ListImagePipelines", "http": { "method": "POST", "requestUri": "/ListImagePipelines" }, "input": { "shape": "ListImagePipelinesRequest" }, "output": { "shape": "ListImagePipelinesResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidPaginationTokenException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Returns a list of image pipelines.

" }, "ListImageRecipes": { "name": "ListImageRecipes", "http": { "method": "POST", "requestUri": "/ListImageRecipes" }, "input": { "shape": "ListImageRecipesRequest" }, "output": { "shape": "ListImageRecipesResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidPaginationTokenException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Returns a list of image recipes.

" }, "ListImageScanFindingAggregations": { "name": "ListImageScanFindingAggregations", "http": { "method": "POST", "requestUri": "/ListImageScanFindingAggregations" }, "input": { "shape": "ListImageScanFindingAggregationsRequest" }, "output": { "shape": "ListImageScanFindingAggregationsResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidPaginationTokenException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Returns a list of image scan aggregations for your account. You can filter by the type of key that Image Builder uses to group results. For example, if you want to get a list of findings by severity level for one of your pipelines, you might specify your pipeline with the imagePipelineArn filter. If you don't specify a filter, Image Builder returns an aggregation for your account.

To streamline results, you can use the following filters in your request:

" }, "ListImageScanFindings": { "name": "ListImageScanFindings", "http": { "method": "POST", "requestUri": "/ListImageScanFindings" }, "input": { "shape": "ListImageScanFindingsRequest" }, "output": { "shape": "ListImageScanFindingsResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidPaginationTokenException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Returns a list of image scan findings for your account.

" }, "ListImages": { "name": "ListImages", "http": { "method": "POST", "requestUri": "/ListImages" }, "input": { "shape": "ListImagesRequest" }, "output": { "shape": "ListImagesResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidPaginationTokenException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Returns the list of images that you have access to. Newly created images can take up to two minutes to appear in the ListImages API Results.

" }, "ListInfrastructureConfigurations": { "name": "ListInfrastructureConfigurations", "http": { "method": "POST", "requestUri": "/ListInfrastructureConfigurations" }, "input": { "shape": "ListInfrastructureConfigurationsRequest" }, "output": { "shape": "ListInfrastructureConfigurationsResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidPaginationTokenException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Returns a list of infrastructure configurations.

" }, "ListLifecycleExecutionResources": { "name": "ListLifecycleExecutionResources", "http": { "method": "POST", "requestUri": "/ListLifecycleExecutionResources" }, "input": { "shape": "ListLifecycleExecutionResourcesRequest" }, "output": { "shape": "ListLifecycleExecutionResourcesResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidPaginationTokenException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

List resources that the runtime instance of the image lifecycle identified for lifecycle actions.

" }, "ListLifecycleExecutions": { "name": "ListLifecycleExecutions", "http": { "method": "POST", "requestUri": "/ListLifecycleExecutions" }, "input": { "shape": "ListLifecycleExecutionsRequest" }, "output": { "shape": "ListLifecycleExecutionsResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidPaginationTokenException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Get the lifecycle runtime history for the specified resource.

" }, "ListLifecyclePolicies": { "name": "ListLifecyclePolicies", "http": { "method": "POST", "requestUri": "/ListLifecyclePolicies" }, "input": { "shape": "ListLifecyclePoliciesRequest" }, "output": { "shape": "ListLifecyclePoliciesResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidPaginationTokenException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Get a list of lifecycle policies in your Amazon Web Services account.

" }, "ListTagsForResource": { "name": "ListTagsForResource", "http": { "method": "GET", "requestUri": "/tags/{resourceArn}" }, "input": { "shape": "ListTagsForResourceRequest" }, "output": { "shape": "ListTagsForResourceResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "InvalidParameterException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Returns the list of tags for the specified resource.

" }, "ListWaitingWorkflowSteps": { "name": "ListWaitingWorkflowSteps", "http": { "method": "POST", "requestUri": "/ListWaitingWorkflowSteps" }, "input": { "shape": "ListWaitingWorkflowStepsRequest" }, "output": { "shape": "ListWaitingWorkflowStepsResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidPaginationTokenException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Get a list of workflow steps that are waiting for action for workflows in your Amazon Web Services account.

" }, "ListWorkflowBuildVersions": { "name": "ListWorkflowBuildVersions", "http": { "method": "POST", "requestUri": "/ListWorkflowBuildVersions" }, "input": { "shape": "ListWorkflowBuildVersionsRequest" }, "output": { "shape": "ListWorkflowBuildVersionsResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidPaginationTokenException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Returns a list of build versions for a specific workflow resource.

" }, "ListWorkflowExecutions": { "name": "ListWorkflowExecutions", "http": { "method": "POST", "requestUri": "/ListWorkflowExecutions" }, "input": { "shape": "ListWorkflowExecutionsRequest" }, "output": { "shape": "ListWorkflowExecutionsResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidPaginationTokenException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Returns a list of workflow runtime instance metadata objects for a specific image build version.

" }, "ListWorkflowStepExecutions": { "name": "ListWorkflowStepExecutions", "http": { "method": "POST", "requestUri": "/ListWorkflowStepExecutions" }, "input": { "shape": "ListWorkflowStepExecutionsRequest" }, "output": { "shape": "ListWorkflowStepExecutionsResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidPaginationTokenException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Returns runtime data for each step in a runtime instance of the workflow that you specify in the request.

" }, "ListWorkflows": { "name": "ListWorkflows", "http": { "method": "POST", "requestUri": "/ListWorkflows" }, "input": { "shape": "ListWorkflowsRequest" }, "output": { "shape": "ListWorkflowsResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidPaginationTokenException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Lists workflow build versions based on filtering parameters.

" }, "PutComponentPolicy": { "name": "PutComponentPolicy", "http": { "method": "PUT", "requestUri": "/PutComponentPolicy" }, "input": { "shape": "PutComponentPolicyRequest" }, "output": { "shape": "PutComponentPolicyResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidParameterValueException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Applies a policy to a component. We recommend that you call the RAM API CreateResourceShare to share resources. If you call the Image Builder API PutComponentPolicy, you must also call the RAM API PromoteResourceShareCreatedFromPolicy in order for the resource to be visible to all principals with whom the resource is shared.

" }, "PutContainerRecipePolicy": { "name": "PutContainerRecipePolicy", "http": { "method": "PUT", "requestUri": "/PutContainerRecipePolicy" }, "input": { "shape": "PutContainerRecipePolicyRequest" }, "output": { "shape": "PutContainerRecipePolicyResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidParameterValueException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Applies a policy to a container image. We recommend that you call the RAM API CreateResourceShare (https://docs.aws.amazon.com//ram/latest/APIReference/API_CreateResourceShare.html) to share resources. If you call the Image Builder API PutContainerImagePolicy, you must also call the RAM API PromoteResourceShareCreatedFromPolicy (https://docs.aws.amazon.com//ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html) in order for the resource to be visible to all principals with whom the resource is shared.

" }, "PutImagePolicy": { "name": "PutImagePolicy", "http": { "method": "PUT", "requestUri": "/PutImagePolicy" }, "input": { "shape": "PutImagePolicyRequest" }, "output": { "shape": "PutImagePolicyResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidParameterValueException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Applies a policy to an image. We recommend that you call the RAM API CreateResourceShare to share resources. If you call the Image Builder API PutImagePolicy, you must also call the RAM API PromoteResourceShareCreatedFromPolicy in order for the resource to be visible to all principals with whom the resource is shared.

" }, "PutImageRecipePolicy": { "name": "PutImageRecipePolicy", "http": { "method": "PUT", "requestUri": "/PutImageRecipePolicy" }, "input": { "shape": "PutImageRecipePolicyRequest" }, "output": { "shape": "PutImageRecipePolicyResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidParameterValueException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" } ], "documentation": "

Applies a policy to an image recipe. We recommend that you call the RAM API CreateResourceShare to share resources. If you call the Image Builder API PutImageRecipePolicy, you must also call the RAM API PromoteResourceShareCreatedFromPolicy in order for the resource to be visible to all principals with whom the resource is shared.

" }, "SendWorkflowStepAction": { "name": "SendWorkflowStepAction", "http": { "method": "PUT", "requestUri": "/SendWorkflowStepAction" }, "input": { "shape": "SendWorkflowStepActionRequest" }, "output": { "shape": "SendWorkflowStepActionResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidParameterValueException" }, { "shape": "ServiceUnavailableException" }, { "shape": "IdempotentParameterMismatchException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" }, { "shape": "ResourceInUseException" } ], "documentation": "

Pauses or resumes image creation when the associated workflow runs a WaitForAction step.

" }, "StartImagePipelineExecution": { "name": "StartImagePipelineExecution", "http": { "method": "PUT", "requestUri": "/StartImagePipelineExecution" }, "input": { "shape": "StartImagePipelineExecutionRequest" }, "output": { "shape": "StartImagePipelineExecutionResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "IdempotentParameterMismatchException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" }, { "shape": "ResourceInUseException" } ], "documentation": "

Manually triggers a pipeline to create an image.

" }, "StartResourceStateUpdate": { "name": "StartResourceStateUpdate", "http": { "method": "PUT", "requestUri": "/StartResourceStateUpdate" }, "input": { "shape": "StartResourceStateUpdateRequest" }, "output": { "shape": "StartResourceStateUpdateResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "IdempotentParameterMismatchException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" }, { "shape": "ResourceInUseException" } ], "documentation": "

Begin asynchronous resource state update for lifecycle changes to the specified image resources.

" }, "TagResource": { "name": "TagResource", "http": { "method": "POST", "requestUri": "/tags/{resourceArn}" }, "input": { "shape": "TagResourceRequest" }, "output": { "shape": "TagResourceResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "InvalidParameterException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Adds a tag to a resource.

" }, "UntagResource": { "name": "UntagResource", "http": { "method": "DELETE", "requestUri": "/tags/{resourceArn}" }, "input": { "shape": "UntagResourceRequest" }, "output": { "shape": "UntagResourceResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "InvalidParameterException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Removes a tag from a resource.

" }, "UpdateDistributionConfiguration": { "name": "UpdateDistributionConfiguration", "http": { "method": "PUT", "requestUri": "/UpdateDistributionConfiguration" }, "input": { "shape": "UpdateDistributionConfigurationRequest" }, "output": { "shape": "UpdateDistributionConfigurationResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "IdempotentParameterMismatchException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" }, { "shape": "ResourceInUseException" }, { "shape": "InvalidParameterCombinationException" } ], "documentation": "

Updates a new distribution configuration. Distribution configurations define and configure the outputs of your pipeline.

" }, "UpdateImagePipeline": { "name": "UpdateImagePipeline", "http": { "method": "PUT", "requestUri": "/UpdateImagePipeline" }, "input": { "shape": "UpdateImagePipelineRequest" }, "output": { "shape": "UpdateImagePipelineResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "IdempotentParameterMismatchException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" }, { "shape": "ResourceInUseException" } ], "documentation": "

Updates an image pipeline. Image pipelines enable you to automate the creation and distribution of images. You must specify exactly one recipe for your image, using either a containerRecipeArn or an imageRecipeArn.

UpdateImagePipeline does not support selective updates for the pipeline. You must specify all of the required properties in the update request, not just the properties that have changed.

" }, "UpdateInfrastructureConfiguration": { "name": "UpdateInfrastructureConfiguration", "http": { "method": "PUT", "requestUri": "/UpdateInfrastructureConfiguration" }, "input": { "shape": "UpdateInfrastructureConfigurationRequest" }, "output": { "shape": "UpdateInfrastructureConfigurationResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "IdempotentParameterMismatchException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" }, { "shape": "ResourceInUseException" } ], "documentation": "

Updates a new infrastructure configuration. An infrastructure configuration defines the environment in which your image will be built and tested.

" }, "UpdateLifecyclePolicy": { "name": "UpdateLifecyclePolicy", "http": { "method": "PUT", "requestUri": "/UpdateLifecyclePolicy" }, "input": { "shape": "UpdateLifecyclePolicyRequest" }, "output": { "shape": "UpdateLifecyclePolicyResponse" }, "errors": [ { "shape": "ServiceException" }, { "shape": "ClientException" }, { "shape": "ServiceUnavailableException" }, { "shape": "InvalidRequestException" }, { "shape": "IdempotentParameterMismatchException" }, { "shape": "ForbiddenException" }, { "shape": "CallRateLimitExceededException" }, { "shape": "ResourceInUseException" }, { "shape": "InvalidParameterCombinationException" } ], "documentation": "

Update the specified lifecycle policy.

" } }, "shapes": { "AccountAggregation": { "type": "structure", "members": { "accountId": { "shape": "NonEmptyString", "documentation": "

Identifies the account that owns the aggregated resource findings.

" }, "severityCounts": { "shape": "SeverityCounts", "documentation": "

Counts by severity level for medium severity and higher level findings, plus a total for all of the findings.

" } }, "documentation": "

Contains counts of vulnerability findings from image scans that run when you create new Image Builder images, or build new versions of existing images. The vulnerability counts are grouped by severity level. The counts are aggregated across resources to create the final tally for the account that owns them.

" }, "AccountId": { "type": "string", "pattern": "^[0-9]{12}$" }, "AccountList": { "type": "list", "member": { "shape": "AccountId" }, "max": 1536, "min": 1 }, "AdditionalInstanceConfiguration": { "type": "structure", "members": { "systemsManagerAgent": { "shape": "SystemsManagerAgent", "documentation": "

Contains settings for the Systems Manager agent on your build instance.

" }, "userDataOverride": { "shape": "UserDataOverride", "documentation": "

Use this property to provide commands or a command script to run when you launch your build instance.

The userDataOverride property replaces any commands that Image Builder might have added to ensure that Systems Manager is installed on your Linux build instance. If you override the user data, make sure that you add commands to install Systems Manager, if it is not pre-installed on your base image.

The user data is always base 64 encoded. For example, the following commands are encoded as IyEvYmluL2Jhc2gKbWtkaXIgLXAgL3Zhci9iYi8KdG91Y2ggL3Zhci$:

#!/bin/bash

mkdir -p /var/bb/

touch /var

" } }, "documentation": "

In addition to your infrastructure configuration, these settings provide an extra layer of control over your build instances. You can also specify commands to run on launch for all of your build instances.

Image Builder does not automatically install the Systems Manager agent on Windows instances. If your base image includes the Systems Manager agent, then the AMI that you create will also include the agent. For Linux instances, if the base image does not already include the Systems Manager agent, Image Builder installs it. For Linux instances where Image Builder installs the Systems Manager agent, you can choose whether to keep it for the AMI that you create.

" }, "Ami": { "type": "structure", "members": { "region": { "shape": "NonEmptyString", "documentation": "

The Amazon Web Services Region of the Amazon EC2 AMI.

" }, "image": { "shape": "NonEmptyString", "documentation": "

The AMI ID of the Amazon EC2 AMI.

" }, "name": { "shape": "NonEmptyString", "documentation": "

The name of the Amazon EC2 AMI.

" }, "description": { "shape": "NonEmptyString", "documentation": "

The description of the Amazon EC2 AMI. Minimum and maximum length are in characters.

" }, "state": { "shape": "ImageState" }, "accountId": { "shape": "NonEmptyString", "documentation": "

The account ID of the owner of the AMI.

" } }, "documentation": "

Details of an Amazon EC2 AMI.

" }, "AmiDistributionConfiguration": { "type": "structure", "members": { "name": { "shape": "AmiNameString", "documentation": "

The name of the output AMI.

" }, "description": { "shape": "NonEmptyString", "documentation": "

The description of the AMI distribution configuration. Minimum and maximum length are in characters.

" }, "targetAccountIds": { "shape": "AccountList", "documentation": "

The ID of an account to which you want to distribute an image.

" }, "amiTags": { "shape": "TagMap", "documentation": "

The tags to apply to AMIs distributed to this Region.

" }, "kmsKeyId": { "shape": "NonEmptyString", "documentation": "

The KMS key identifier used to encrypt the distributed image.

" }, "launchPermission": { "shape": "LaunchPermissionConfiguration", "documentation": "

Launch permissions can be used to configure which Amazon Web Services accounts can use the AMI to launch instances.

" } }, "documentation": "

Define and configure the output AMIs of the pipeline.

" }, "AmiList": { "type": "list", "member": { "shape": "Ami" } }, "AmiNameString": { "type": "string", "max": 127, "min": 1, "pattern": "^[-_A-Za-z0-9{][-_A-Za-z0-9\\s:{}\\.]+[-_A-Za-z0-9}]$" }, "Arn": { "type": "string" }, "Boolean": { "type": "boolean" }, "BuildType": { "type": "string", "enum": [ "USER_INITIATED", "SCHEDULED", "IMPORT" ] }, "CancelImageCreationRequest": { "type": "structure", "required": [ "imageBuildVersionArn", "clientToken" ], "members": { "imageBuildVersionArn": { "shape": "ImageBuildVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the image that you want to cancel creation for.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

", "idempotencyToken": true } } }, "CancelImageCreationResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

The client token that uniquely identifies the request.

" }, "imageBuildVersionArn": { "shape": "ImageBuildVersionArn", "documentation": "

The ARN of the image whose creation this request canceled.

" } } }, "CancelLifecycleExecutionRequest": { "type": "structure", "required": [ "lifecycleExecutionId", "clientToken" ], "members": { "lifecycleExecutionId": { "shape": "LifecycleExecutionId", "documentation": "

Identifies the specific runtime instance of the image lifecycle to cancel.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

", "idempotencyToken": true } } }, "CancelLifecycleExecutionResponse": { "type": "structure", "members": { "lifecycleExecutionId": { "shape": "LifecycleExecutionId", "documentation": "

The unique identifier for the image lifecycle runtime instance that was canceled.

" } } }, "ClientToken": { "type": "string", "max": 36, "min": 1 }, "Component": { "type": "structure", "members": { "arn": { "shape": "ImageBuilderArn", "documentation": "

The Amazon Resource Name (ARN) of the component.

" }, "name": { "shape": "ResourceName", "documentation": "

The name of the component.

" }, "version": { "shape": "VersionNumber", "documentation": "

The version of the component.

" }, "description": { "shape": "NonEmptyString", "documentation": "

The description of the component.

" }, "changeDescription": { "shape": "NonEmptyString", "documentation": "

Describes what change has been made in this version of the component, or what makes this version different from other versions of the component.

" }, "type": { "shape": "ComponentType", "documentation": "

The component type specifies whether Image Builder uses the component to build the image or only to test it.

" }, "platform": { "shape": "Platform", "documentation": "

The operating system platform of the component.

" }, "supportedOsVersions": { "shape": "OsVersionList", "documentation": "

The operating system (OS) version supported by the component. If the OS information is available, Image Builder performs a prefix match against the base image OS version during image recipe creation.

" }, "state": { "shape": "ComponentState", "documentation": "

Describes the current status of the component. This is used for components that are no longer active.

" }, "parameters": { "shape": "ComponentParameterDetailList", "documentation": "

Contains parameter details for each of the parameters that the component document defined for the component.

" }, "owner": { "shape": "NonEmptyString", "documentation": "

The owner of the component.

" }, "data": { "shape": "ComponentData", "documentation": "

Component data contains the YAML document content for the component.

" }, "kmsKeyId": { "shape": "NonEmptyString", "documentation": "

The KMS key identifier used to encrypt the component.

" }, "encrypted": { "shape": "NullableBoolean", "documentation": "

The encryption status of the component.

" }, "dateCreated": { "shape": "DateTime", "documentation": "

The date that Image Builder created the component.

" }, "tags": { "shape": "TagMap", "documentation": "

The tags that apply to the component.

" }, "publisher": { "shape": "NonEmptyString", "documentation": "

Contains the name of the publisher if this is a third-party component. Otherwise, this property is empty.

" }, "obfuscate": { "shape": "Boolean", "documentation": "

Indicates whether component source is hidden from view in the console, and from component detail results for API, CLI, or SDK operations.

" } }, "documentation": "

A detailed view of a component.

" }, "ComponentBuildVersionArn": { "type": "string", "pattern": "^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws(?:-[a-z-]+)?):component/[a-z0-9-_]+/[0-9]+\\.[0-9]+\\.[0-9]+/[0-9]+$" }, "ComponentConfiguration": { "type": "structure", "required": [ "componentArn" ], "members": { "componentArn": { "shape": "ComponentVersionArnOrBuildVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the component.

" }, "parameters": { "shape": "ComponentParameterList", "documentation": "

A group of parameter settings that Image Builder uses to configure the component for a specific recipe.

" } }, "documentation": "

Configuration details of the component.

" }, "ComponentConfigurationList": { "type": "list", "member": { "shape": "ComponentConfiguration" }, "min": 1 }, "ComponentData": { "type": "string" }, "ComponentFormat": { "type": "string", "enum": [ "SHELL" ] }, "ComponentParameter": { "type": "structure", "required": [ "name", "value" ], "members": { "name": { "shape": "ComponentParameterName", "documentation": "

The name of the component parameter to set.

" }, "value": { "shape": "ComponentParameterValueList", "documentation": "

Sets the value for the named component parameter.

" } }, "documentation": "

Contains a key/value pair that sets the named component parameter.

" }, "ComponentParameterDescription": { "type": "string", "max": 1024, "min": 1, "pattern": "[^\\x00]+" }, "ComponentParameterDetail": { "type": "structure", "required": [ "name", "type" ], "members": { "name": { "shape": "ComponentParameterName", "documentation": "

The name of this input parameter.

" }, "type": { "shape": "ComponentParameterType", "documentation": "

The type of input this parameter provides. The currently supported value is \"string\".

" }, "defaultValue": { "shape": "ComponentParameterValueList", "documentation": "

The default value of this parameter if no input is provided.

" }, "description": { "shape": "ComponentParameterDescription", "documentation": "

Describes this parameter.

" } }, "documentation": "

Defines a parameter that is used to provide configuration details for the component.

" }, "ComponentParameterDetailList": { "type": "list", "member": { "shape": "ComponentParameterDetail" } }, "ComponentParameterList": { "type": "list", "member": { "shape": "ComponentParameter" }, "min": 1 }, "ComponentParameterName": { "type": "string", "max": 256, "min": 1, "pattern": "[^\\x00]+" }, "ComponentParameterType": { "type": "string", "max": 20, "min": 1, "pattern": "^String|Integer|Boolean|StringList$" }, "ComponentParameterValue": { "type": "string", "min": 0, "pattern": "[^\\x00]*" }, "ComponentParameterValueList": { "type": "list", "member": { "shape": "ComponentParameterValue" } }, "ComponentState": { "type": "structure", "members": { "status": { "shape": "ComponentStatus", "documentation": "

The current state of the component.

" }, "reason": { "shape": "NonEmptyString", "documentation": "

Describes how or why the component changed state.

" } }, "documentation": "

A group of fields that describe the current status of components.

" }, "ComponentStatus": { "type": "string", "enum": [ "DEPRECATED" ] }, "ComponentSummary": { "type": "structure", "members": { "arn": { "shape": "ImageBuilderArn", "documentation": "

The Amazon Resource Name (ARN) of the component.

" }, "name": { "shape": "ResourceName", "documentation": "

The name of the component.

" }, "version": { "shape": "VersionNumber", "documentation": "

The version of the component.

" }, "platform": { "shape": "Platform", "documentation": "

The operating system platform of the component.

" }, "supportedOsVersions": { "shape": "OsVersionList", "documentation": "

The operating system (OS) version that the component supports. If the OS information is available, Image Builder performs a prefix match against the base image OS version during image recipe creation.

" }, "state": { "shape": "ComponentState", "documentation": "

Describes the current status of the component.

" }, "type": { "shape": "ComponentType", "documentation": "

The component type specifies whether Image Builder uses the component to build the image or only to test it.

" }, "owner": { "shape": "NonEmptyString", "documentation": "

The owner of the component.

" }, "description": { "shape": "NonEmptyString", "documentation": "

The description of the component.

" }, "changeDescription": { "shape": "NonEmptyString", "documentation": "

The change description for the current version of the component.

" }, "dateCreated": { "shape": "DateTime", "documentation": "

The original creation date of the component.

" }, "tags": { "shape": "TagMap", "documentation": "

The tags that apply to the component.

" }, "publisher": { "shape": "NonEmptyString", "documentation": "

Contains the name of the publisher if this is a third-party component. Otherwise, this property is empty.

" }, "obfuscate": { "shape": "Boolean", "documentation": "

Indicates whether component source is hidden from view in the console, and from component detail results for API, CLI, or SDK operations.

" } }, "documentation": "

A high-level summary of a component.

" }, "ComponentSummaryList": { "type": "list", "member": { "shape": "ComponentSummary" } }, "ComponentType": { "type": "string", "enum": [ "BUILD", "TEST" ] }, "ComponentVersion": { "type": "structure", "members": { "arn": { "shape": "ImageBuilderArn", "documentation": "

The Amazon Resource Name (ARN) of the component.

Semantic versioning is included in each object's Amazon Resource Name (ARN), at the level that applies to that object as follows:

  1. Versionless ARNs and Name ARNs do not include specific values in any of the nodes. The nodes are either left off entirely, or they are specified as wildcards, for example: x.x.x.

  2. Version ARNs have only the first three nodes: <major>.<minor>.<patch>

  3. Build version ARNs have all four nodes, and point to a specific build for a specific version of an object.

" }, "name": { "shape": "ResourceName", "documentation": "

The name of the component.

" }, "version": { "shape": "VersionNumber", "documentation": "

The semantic version of the component.

The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.

Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node.

Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.

Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the base image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.

" }, "description": { "shape": "NonEmptyString", "documentation": "

The description of the component.

" }, "platform": { "shape": "Platform", "documentation": "

The platform of the component.

" }, "supportedOsVersions": { "shape": "OsVersionList", "documentation": "

he operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the base image OS version during image recipe creation.

" }, "type": { "shape": "ComponentType", "documentation": "

The type of the component denotes whether the component is used to build the image or only to test it.

" }, "owner": { "shape": "NonEmptyString", "documentation": "

The owner of the component.

" }, "dateCreated": { "shape": "DateTime", "documentation": "

The date that the component was created.

" } }, "documentation": "

The defining characteristics of a specific version of an Amazon Web Services TOE component.

" }, "ComponentVersionArn": { "type": "string", "pattern": "^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws(?:-[a-z-]+)?):component/[a-z0-9-_]+/[0-9]+\\.[0-9]+\\.[0-9]+$" }, "ComponentVersionArnOrBuildVersionArn": { "type": "string", "pattern": "^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws(?:-[a-z-]+)?):component/[a-z0-9-_]+/(?:(?:([0-9]+|x)\\.([0-9]+|x)\\.([0-9]+|x))|(?:[0-9]+\\.[0-9]+\\.[0-9]+/[0-9]+))$" }, "ComponentVersionList": { "type": "list", "member": { "shape": "ComponentVersion" } }, "Container": { "type": "structure", "members": { "region": { "shape": "NonEmptyString", "documentation": "

Containers and container images are Region-specific. This is the Region context for the container.

" }, "imageUris": { "shape": "StringList", "documentation": "

A list of URIs for containers created in the context Region.

" } }, "documentation": "

A container encapsulates the runtime environment for an application.

" }, "ContainerDistributionConfiguration": { "type": "structure", "required": [ "targetRepository" ], "members": { "description": { "shape": "NonEmptyString", "documentation": "

The description of the container distribution configuration.

" }, "containerTags": { "shape": "StringList", "documentation": "

Tags that are attached to the container distribution configuration.

" }, "targetRepository": { "shape": "TargetContainerRepository", "documentation": "

The destination repository for the container distribution configuration.

" } }, "documentation": "

Container distribution settings for encryption, licensing, and sharing in a specific Region.

" }, "ContainerList": { "type": "list", "member": { "shape": "Container" } }, "ContainerRecipe": { "type": "structure", "members": { "arn": { "shape": "ImageBuilderArn", "documentation": "

The Amazon Resource Name (ARN) of the container recipe.

Semantic versioning is included in each object's Amazon Resource Name (ARN), at the level that applies to that object as follows:

  1. Versionless ARNs and Name ARNs do not include specific values in any of the nodes. The nodes are either left off entirely, or they are specified as wildcards, for example: x.x.x.

  2. Version ARNs have only the first three nodes: <major>.<minor>.<patch>

  3. Build version ARNs have all four nodes, and point to a specific build for a specific version of an object.

" }, "containerType": { "shape": "ContainerType", "documentation": "

Specifies the type of container, such as Docker.

" }, "name": { "shape": "ResourceName", "documentation": "

The name of the container recipe.

" }, "description": { "shape": "NonEmptyString", "documentation": "

The description of the container recipe.

" }, "platform": { "shape": "Platform", "documentation": "

The system platform for the container, such as Windows or Linux.

" }, "owner": { "shape": "NonEmptyString", "documentation": "

The owner of the container recipe.

" }, "version": { "shape": "VersionNumber", "documentation": "

The semantic version of the container recipe.

The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.

Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node.

Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.

Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the base image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.

" }, "components": { "shape": "ComponentConfigurationList", "documentation": "

Build and test components that are included in the container recipe. Recipes require a minimum of one build component, and can have a maximum of 20 build and test components in any combination.

" }, "instanceConfiguration": { "shape": "InstanceConfiguration", "documentation": "

A group of options that can be used to configure an instance for building and testing container images.

" }, "dockerfileTemplateData": { "shape": "DockerFileTemplate", "documentation": "

Dockerfiles are text documents that are used to build Docker containers, and ensure that they contain all of the elements required by the application running inside. The template data consists of contextual variables where Image Builder places build information or scripts, based on your container image recipe.

" }, "kmsKeyId": { "shape": "NonEmptyString", "documentation": "

Identifies which KMS key is used to encrypt the container image for distribution to the target Region.

" }, "encrypted": { "shape": "NullableBoolean", "documentation": "

A flag that indicates if the target container is encrypted.

" }, "parentImage": { "shape": "NonEmptyString", "documentation": "

The base image for the container recipe.

" }, "dateCreated": { "shape": "DateTime", "documentation": "

The date when this container recipe was created.

" }, "tags": { "shape": "TagMap", "documentation": "

Tags that are attached to the container recipe.

" }, "workingDirectory": { "shape": "NonEmptyString", "documentation": "

The working directory for use during build and test workflows.

" }, "targetRepository": { "shape": "TargetContainerRepository", "documentation": "

The destination repository for the container image.

" } }, "documentation": "

A container recipe.

" }, "ContainerRecipeArn": { "type": "string", "pattern": "^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws):container-recipe/[a-z0-9-_]+/[0-9]+\\.[0-9]+\\.[0-9]+$" }, "ContainerRecipeSummary": { "type": "structure", "members": { "arn": { "shape": "ImageBuilderArn", "documentation": "

The Amazon Resource Name (ARN) of the container recipe.

" }, "containerType": { "shape": "ContainerType", "documentation": "

Specifies the type of container, such as \"Docker\".

" }, "name": { "shape": "ResourceName", "documentation": "

The name of the container recipe.

" }, "platform": { "shape": "Platform", "documentation": "

The system platform for the container, such as Windows or Linux.

" }, "owner": { "shape": "NonEmptyString", "documentation": "

The owner of the container recipe.

" }, "parentImage": { "shape": "NonEmptyString", "documentation": "

The base image for the container recipe.

" }, "dateCreated": { "shape": "DateTime", "documentation": "

The date when this container recipe was created.

" }, "tags": { "shape": "TagMap", "documentation": "

Tags that are attached to the container recipe.

" } }, "documentation": "

A summary of a container recipe

" }, "ContainerRecipeSummaryList": { "type": "list", "member": { "shape": "ContainerRecipeSummary" } }, "ContainerRepositoryService": { "type": "string", "enum": [ "ECR" ] }, "ContainerType": { "type": "string", "enum": [ "DOCKER" ] }, "CreateComponentRequest": { "type": "structure", "required": [ "name", "semanticVersion", "platform", "clientToken" ], "members": { "name": { "shape": "ResourceName", "documentation": "

The name of the component.

" }, "semanticVersion": { "shape": "VersionNumber", "documentation": "

The semantic version of the component. This version follows the semantic version syntax.

The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.

Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node.

Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.

" }, "description": { "shape": "NonEmptyString", "documentation": "

Describes the contents of the component.

" }, "changeDescription": { "shape": "NonEmptyString", "documentation": "

The change description of the component. Describes what change has been made in this version, or what makes this version different from other versions of the component.

" }, "platform": { "shape": "Platform", "documentation": "

The operating system platform of the component.

" }, "supportedOsVersions": { "shape": "OsVersionList", "documentation": "

The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the base image OS version during image recipe creation.

" }, "data": { "shape": "InlineComponentData", "documentation": "

Component data contains inline YAML document content for the component. Alternatively, you can specify the uri of a YAML document file stored in Amazon S3. However, you cannot specify both properties.

" }, "uri": { "shape": "Uri", "documentation": "

The uri of a YAML component document file. This must be an S3 URL (s3://bucket/key), and the requester must have permission to access the S3 bucket it points to. If you use Amazon S3, you can specify component content up to your service quota.

Alternatively, you can specify the YAML document inline, using the component data property. You cannot specify both properties.

" }, "kmsKeyId": { "shape": "NonEmptyString", "documentation": "

The ID of the KMS key that is used to encrypt this component.

" }, "tags": { "shape": "TagMap", "documentation": "

The tags that apply to the component.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

", "idempotencyToken": true } } }, "CreateComponentResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

The client token that uniquely identifies the request.

" }, "componentBuildVersionArn": { "shape": "ComponentBuildVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the component that the request created.

" } } }, "CreateContainerRecipeRequest": { "type": "structure", "required": [ "containerType", "name", "semanticVersion", "components", "parentImage", "targetRepository", "clientToken" ], "members": { "containerType": { "shape": "ContainerType", "documentation": "

The type of container to create.

" }, "name": { "shape": "ResourceName", "documentation": "

The name of the container recipe.

" }, "description": { "shape": "NonEmptyString", "documentation": "

The description of the container recipe.

" }, "semanticVersion": { "shape": "VersionNumber", "documentation": "

The semantic version of the container recipe. This version follows the semantic version syntax.

The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.

Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node.

Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.

" }, "components": { "shape": "ComponentConfigurationList", "documentation": "

Components for build and test that are included in the container recipe. Recipes require a minimum of one build component, and can have a maximum of 20 build and test components in any combination.

" }, "instanceConfiguration": { "shape": "InstanceConfiguration", "documentation": "

A group of options that can be used to configure an instance for building and testing container images.

" }, "dockerfileTemplateData": { "shape": "InlineDockerFileTemplate", "documentation": "

The Dockerfile template used to build your image as an inline data blob.

" }, "dockerfileTemplateUri": { "shape": "Uri", "documentation": "

The Amazon S3 URI for the Dockerfile that will be used to build your container image.

" }, "platformOverride": { "shape": "Platform", "documentation": "

Specifies the operating system platform when you use a custom base image.

" }, "imageOsVersionOverride": { "shape": "NonEmptyString", "documentation": "

Specifies the operating system version for the base image.

" }, "parentImage": { "shape": "NonEmptyString", "documentation": "

The base image for the container recipe.

" }, "tags": { "shape": "TagMap", "documentation": "

Tags that are attached to the container recipe.

" }, "workingDirectory": { "shape": "NonEmptyString", "documentation": "

The working directory for use during build and test workflows.

" }, "targetRepository": { "shape": "TargetContainerRepository", "documentation": "

The destination repository for the container image.

" }, "kmsKeyId": { "shape": "NonEmptyString", "documentation": "

Identifies which KMS key is used to encrypt the container image.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

", "idempotencyToken": true } } }, "CreateContainerRecipeResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

The client token that uniquely identifies the request.

" }, "containerRecipeArn": { "shape": "ContainerRecipeArn", "documentation": "

Returns the Amazon Resource Name (ARN) of the container recipe that the request created.

" } } }, "CreateDistributionConfigurationRequest": { "type": "structure", "required": [ "name", "distributions", "clientToken" ], "members": { "name": { "shape": "ResourceName", "documentation": "

The name of the distribution configuration.

" }, "description": { "shape": "NonEmptyString", "documentation": "

The description of the distribution configuration.

" }, "distributions": { "shape": "DistributionList", "documentation": "

The distributions of the distribution configuration.

" }, "tags": { "shape": "TagMap", "documentation": "

The tags of the distribution configuration.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

", "idempotencyToken": true } } }, "CreateDistributionConfigurationResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

The client token that uniquely identifies the request.

" }, "distributionConfigurationArn": { "shape": "DistributionConfigurationArn", "documentation": "

The Amazon Resource Name (ARN) of the distribution configuration that was created by this request.

" } } }, "CreateImagePipelineRequest": { "type": "structure", "required": [ "name", "infrastructureConfigurationArn", "clientToken" ], "members": { "name": { "shape": "ResourceName", "documentation": "

The name of the image pipeline.

" }, "description": { "shape": "NonEmptyString", "documentation": "

The description of the image pipeline.

" }, "imageRecipeArn": { "shape": "ImageRecipeArn", "documentation": "

The Amazon Resource Name (ARN) of the image recipe that will be used to configure images created by this image pipeline.

" }, "containerRecipeArn": { "shape": "ContainerRecipeArn", "documentation": "

The Amazon Resource Name (ARN) of the container recipe that is used to configure images created by this container pipeline.

" }, "infrastructureConfigurationArn": { "shape": "InfrastructureConfigurationArn", "documentation": "

The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images created by this image pipeline.

" }, "distributionConfigurationArn": { "shape": "DistributionConfigurationArn", "documentation": "

The Amazon Resource Name (ARN) of the distribution configuration that will be used to configure and distribute images created by this image pipeline.

" }, "imageTestsConfiguration": { "shape": "ImageTestsConfiguration", "documentation": "

The image test configuration of the image pipeline.

" }, "enhancedImageMetadataEnabled": { "shape": "NullableBoolean", "documentation": "

Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.

" }, "schedule": { "shape": "Schedule", "documentation": "

The schedule of the image pipeline.

" }, "status": { "shape": "PipelineStatus", "documentation": "

The status of the image pipeline.

" }, "tags": { "shape": "TagMap", "documentation": "

The tags of the image pipeline.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

", "idempotencyToken": true }, "imageScanningConfiguration": { "shape": "ImageScanningConfiguration", "documentation": "

Contains settings for vulnerability scans.

" }, "workflows": { "shape": "WorkflowConfigurationList", "documentation": "

Contains an array of workflow configuration objects.

" }, "executionRole": { "shape": "RoleNameOrArn", "documentation": "

The name or Amazon Resource Name (ARN) for the IAM role you create that grants Image Builder access to perform workflow actions.

" } } }, "CreateImagePipelineResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

The client token that uniquely identifies the request.

" }, "imagePipelineArn": { "shape": "ImagePipelineArn", "documentation": "

The Amazon Resource Name (ARN) of the image pipeline that was created by this request.

" } } }, "CreateImageRecipeRequest": { "type": "structure", "required": [ "name", "semanticVersion", "components", "parentImage", "clientToken" ], "members": { "name": { "shape": "ResourceName", "documentation": "

The name of the image recipe.

" }, "description": { "shape": "NonEmptyString", "documentation": "

The description of the image recipe.

" }, "semanticVersion": { "shape": "VersionNumber", "documentation": "

The semantic version of the image recipe. This version follows the semantic version syntax.

The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.

Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node.

Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.

" }, "components": { "shape": "ComponentConfigurationList", "documentation": "

The components included in the image recipe.

" }, "parentImage": { "shape": "NonEmptyString", "documentation": "

The base image of the image recipe. The value of the string can be the ARN of the base image or an AMI ID. The format for the ARN follows this example: arn:aws:imagebuilder:us-west-2:aws:image/windows-server-2016-english-full-base-x86/x.x.x. You can provide the specific version that you want to use, or you can use a wildcard in all of the fields. If you enter an AMI ID for the string value, you must have access to the AMI, and the AMI must be in the same Region in which you are using Image Builder.

" }, "blockDeviceMappings": { "shape": "InstanceBlockDeviceMappings", "documentation": "

The block device mappings of the image recipe.

" }, "tags": { "shape": "TagMap", "documentation": "

The tags of the image recipe.

" }, "workingDirectory": { "shape": "NonEmptyString", "documentation": "

The working directory used during build and test workflows.

" }, "additionalInstanceConfiguration": { "shape": "AdditionalInstanceConfiguration", "documentation": "

Specify additional settings and launch scripts for your build instances.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

", "idempotencyToken": true } } }, "CreateImageRecipeResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

The client token that uniquely identifies the request.

" }, "imageRecipeArn": { "shape": "ImageRecipeArn", "documentation": "

The Amazon Resource Name (ARN) of the image recipe that was created by this request.

" } } }, "CreateImageRequest": { "type": "structure", "required": [ "infrastructureConfigurationArn", "clientToken" ], "members": { "imageRecipeArn": { "shape": "ImageRecipeArn", "documentation": "

The Amazon Resource Name (ARN) of the image recipe that defines how images are configured, tested, and assessed.

" }, "containerRecipeArn": { "shape": "ContainerRecipeArn", "documentation": "

The Amazon Resource Name (ARN) of the container recipe that defines how images are configured and tested.

" }, "distributionConfigurationArn": { "shape": "DistributionConfigurationArn", "documentation": "

The Amazon Resource Name (ARN) of the distribution configuration that defines and configures the outputs of your pipeline.

" }, "infrastructureConfigurationArn": { "shape": "InfrastructureConfigurationArn", "documentation": "

The Amazon Resource Name (ARN) of the infrastructure configuration that defines the environment in which your image will be built and tested.

" }, "imageTestsConfiguration": { "shape": "ImageTestsConfiguration", "documentation": "

The image tests configuration of the image.

" }, "enhancedImageMetadataEnabled": { "shape": "NullableBoolean", "documentation": "

Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.

" }, "tags": { "shape": "TagMap", "documentation": "

The tags of the image.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

", "idempotencyToken": true }, "imageScanningConfiguration": { "shape": "ImageScanningConfiguration", "documentation": "

Contains settings for vulnerability scans.

" }, "workflows": { "shape": "WorkflowConfigurationList", "documentation": "

Contains an array of workflow configuration objects.

" }, "executionRole": { "shape": "RoleNameOrArn", "documentation": "

The name or Amazon Resource Name (ARN) for the IAM role you create that grants Image Builder access to perform workflow actions.

" } } }, "CreateImageResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

The client token that uniquely identifies the request.

" }, "imageBuildVersionArn": { "shape": "ImageBuildVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the image that the request created.

" } } }, "CreateInfrastructureConfigurationRequest": { "type": "structure", "required": [ "name", "instanceProfileName", "clientToken" ], "members": { "name": { "shape": "ResourceName", "documentation": "

The name of the infrastructure configuration.

" }, "description": { "shape": "NonEmptyString", "documentation": "

The description of the infrastructure configuration.

" }, "instanceTypes": { "shape": "InstanceTypeList", "documentation": "

The instance types of the infrastructure configuration. You can specify one or more instance types to use for this build. The service will pick one of these instance types based on availability.

" }, "instanceProfileName": { "shape": "InstanceProfileNameType", "documentation": "

The instance profile to associate with the instance used to customize your Amazon EC2 AMI.

" }, "securityGroupIds": { "shape": "SecurityGroupIds", "documentation": "

The security group IDs to associate with the instance used to customize your Amazon EC2 AMI.

" }, "subnetId": { "shape": "NonEmptyString", "documentation": "

The subnet ID in which to place the instance used to customize your Amazon EC2 AMI.

" }, "logging": { "shape": "Logging", "documentation": "

The logging configuration of the infrastructure configuration.

" }, "keyPair": { "shape": "NonEmptyString", "documentation": "

The key pair of the infrastructure configuration. You can use this to log on to and debug the instance used to create your image.

" }, "terminateInstanceOnFailure": { "shape": "NullableBoolean", "documentation": "

The terminate instance on failure setting of the infrastructure configuration. Set to false if you want Image Builder to retain the instance used to configure your AMI if the build or test phase of your workflow fails.

" }, "snsTopicArn": { "shape": "SnsTopicArn", "documentation": "

The Amazon Resource Name (ARN) for the SNS topic to which we send image build event notifications.

EC2 Image Builder is unable to send notifications to SNS topics that are encrypted using keys from other accounts. The key that is used to encrypt the SNS topic must reside in the account that the Image Builder service runs under.

" }, "resourceTags": { "shape": "ResourceTagMap", "documentation": "

The tags attached to the resource created by Image Builder.

" }, "instanceMetadataOptions": { "shape": "InstanceMetadataOptions", "documentation": "

The instance metadata options that you can set for the HTTP requests that pipeline builds use to launch EC2 build and test instances.

" }, "tags": { "shape": "TagMap", "documentation": "

The tags of the infrastructure configuration.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

", "idempotencyToken": true } } }, "CreateInfrastructureConfigurationResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

The client token that uniquely identifies the request.

" }, "infrastructureConfigurationArn": { "shape": "InfrastructureConfigurationArn", "documentation": "

The Amazon Resource Name (ARN) of the infrastructure configuration that was created by this request.

" } } }, "CreateLifecyclePolicyRequest": { "type": "structure", "required": [ "name", "executionRole", "resourceType", "policyDetails", "resourceSelection", "clientToken" ], "members": { "name": { "shape": "ResourceName", "documentation": "

The name of the lifecycle policy to create.

" }, "description": { "shape": "NonEmptyString", "documentation": "

Optional description for the lifecycle policy.

" }, "status": { "shape": "LifecyclePolicyStatus", "documentation": "

Indicates whether the lifecycle policy resource is enabled.

" }, "executionRole": { "shape": "RoleNameOrArn", "documentation": "

The name or Amazon Resource Name (ARN) for the IAM role you create that grants Image Builder access to run lifecycle actions.

" }, "resourceType": { "shape": "LifecyclePolicyResourceType", "documentation": "

The type of Image Builder resource that the lifecycle policy applies to.

" }, "policyDetails": { "shape": "LifecyclePolicyDetails", "documentation": "

Configuration details for the lifecycle policy rules.

" }, "resourceSelection": { "shape": "LifecyclePolicyResourceSelection", "documentation": "

Selection criteria for the resources that the lifecycle policy applies to.

" }, "tags": { "shape": "TagMap", "documentation": "

Tags to apply to the lifecycle policy resource.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

", "idempotencyToken": true } } }, "CreateLifecyclePolicyResponse": { "type": "structure", "members": { "clientToken": { "shape": "ClientToken", "documentation": "

The client token that uniquely identifies the request.

" }, "lifecyclePolicyArn": { "shape": "LifecyclePolicyArn", "documentation": "

The Amazon Resource Name (ARN) of the lifecycle policy that the request created.

" } } }, "CreateWorkflowRequest": { "type": "structure", "required": [ "name", "semanticVersion", "clientToken", "type" ], "members": { "name": { "shape": "ResourceName", "documentation": "

The name of the workflow to create.

" }, "semanticVersion": { "shape": "VersionNumber", "documentation": "

The semantic version of this workflow resource. The semantic version syntax adheres to the following rules.

The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.

Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node.

Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.

" }, "description": { "shape": "NonEmptyString", "documentation": "

Describes the workflow.

" }, "changeDescription": { "shape": "NonEmptyString", "documentation": "

Describes what change has been made in this version of the workflow, or what makes this version different from other versions of the workflow.

" }, "data": { "shape": "InlineWorkflowData", "documentation": "

Contains the UTF-8 encoded YAML document content for the workflow. Alternatively, you can specify the uri of a YAML document file stored in Amazon S3. However, you cannot specify both properties.

" }, "uri": { "shape": "Uri", "documentation": "

The uri of a YAML component document file. This must be an S3 URL (s3://bucket/key), and the requester must have permission to access the S3 bucket it points to. If you use Amazon S3, you can specify component content up to your service quota.

Alternatively, you can specify the YAML document inline, using the component data property. You cannot specify both properties.

" }, "kmsKeyId": { "shape": "NonEmptyString", "documentation": "

The ID of the KMS key that is used to encrypt this workflow resource.

" }, "tags": { "shape": "TagMap", "documentation": "

Tags that apply to the workflow resource.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

", "idempotencyToken": true }, "type": { "shape": "WorkflowType", "documentation": "

The phase in the image build process for which the workflow resource is responsible.

" } } }, "CreateWorkflowResponse": { "type": "structure", "members": { "clientToken": { "shape": "ClientToken", "documentation": "

The client token that uniquely identifies the request.

" }, "workflowBuildVersionArn": { "shape": "WorkflowBuildVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the workflow resource that the request created.

" } } }, "CvssScore": { "type": "structure", "members": { "baseScore": { "shape": "NonNegativeDouble", "documentation": "

The CVSS base score.

" }, "scoringVector": { "shape": "NonEmptyString", "documentation": "

The vector string of the CVSS score.

" }, "version": { "shape": "NonEmptyString", "documentation": "

The CVSS version that generated the score.

" }, "source": { "shape": "NonEmptyString", "documentation": "

The source of the CVSS score.

" } }, "documentation": "

Amazon Inspector generates a risk score for each finding. This score helps you to prioritize findings, to focus on the most critical findings and the most vulnerable resources. The score uses the Common Vulnerability Scoring System (CVSS) format. This format is a modification of the base CVSS score that the National Vulnerability Database (NVD) provides. For more information about severity levels, see Severity levels for Amazon Inspector findings in the Amazon Inspector User Guide.

" }, "CvssScoreAdjustment": { "type": "structure", "members": { "metric": { "shape": "NonEmptyString", "documentation": "

The metric that Amazon Inspector used to adjust the CVSS score.

" }, "reason": { "shape": "NonEmptyString", "documentation": "

The reason for the CVSS score adjustment.

" } }, "documentation": "

Details about an adjustment that Amazon Inspector made to the CVSS score for a finding.

" }, "CvssScoreAdjustmentList": { "type": "list", "member": { "shape": "CvssScoreAdjustment" } }, "CvssScoreDetails": { "type": "structure", "members": { "scoreSource": { "shape": "NonEmptyString", "documentation": "

The source for the CVSS score.

" }, "cvssSource": { "shape": "NonEmptyString", "documentation": "

The source of the finding.

" }, "version": { "shape": "NonEmptyString", "documentation": "

The CVSS version that generated the score.

" }, "score": { "shape": "NonNegativeDouble", "documentation": "

The CVSS score.

" }, "scoringVector": { "shape": "NonEmptyString", "documentation": "

A vector that measures the severity of the vulnerability.

" }, "adjustments": { "shape": "CvssScoreAdjustmentList", "documentation": "

An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the finding.

" } }, "documentation": "

Details about the source of the score, and the factors that determined the adjustments to create the final score.

" }, "CvssScoreList": { "type": "list", "member": { "shape": "CvssScore" } }, "DateTime": { "type": "string" }, "DateTimeTimestamp": { "type": "timestamp" }, "DeleteComponentRequest": { "type": "structure", "required": [ "componentBuildVersionArn" ], "members": { "componentBuildVersionArn": { "shape": "ComponentBuildVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the component build version to delete.

", "location": "querystring", "locationName": "componentBuildVersionArn" } } }, "DeleteComponentResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "componentBuildVersionArn": { "shape": "ComponentBuildVersionArn", "documentation": "

The ARN of the component build version that this request deleted.

" } } }, "DeleteContainerRecipeRequest": { "type": "structure", "required": [ "containerRecipeArn" ], "members": { "containerRecipeArn": { "shape": "ContainerRecipeArn", "documentation": "

The Amazon Resource Name (ARN) of the container recipe to delete.

", "location": "querystring", "locationName": "containerRecipeArn" } } }, "DeleteContainerRecipeResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "containerRecipeArn": { "shape": "ContainerRecipeArn", "documentation": "

The Amazon Resource Name (ARN) of the container recipe that was deleted.

" } } }, "DeleteDistributionConfigurationRequest": { "type": "structure", "required": [ "distributionConfigurationArn" ], "members": { "distributionConfigurationArn": { "shape": "DistributionConfigurationArn", "documentation": "

The Amazon Resource Name (ARN) of the distribution configuration to delete.

", "location": "querystring", "locationName": "distributionConfigurationArn" } } }, "DeleteDistributionConfigurationResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "distributionConfigurationArn": { "shape": "DistributionConfigurationArn", "documentation": "

The Amazon Resource Name (ARN) of the distribution configuration that was deleted.

" } } }, "DeleteImagePipelineRequest": { "type": "structure", "required": [ "imagePipelineArn" ], "members": { "imagePipelineArn": { "shape": "ImagePipelineArn", "documentation": "

The Amazon Resource Name (ARN) of the image pipeline to delete.

", "location": "querystring", "locationName": "imagePipelineArn" } } }, "DeleteImagePipelineResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "imagePipelineArn": { "shape": "ImagePipelineArn", "documentation": "

The Amazon Resource Name (ARN) of the image pipeline that was deleted.

" } } }, "DeleteImageRecipeRequest": { "type": "structure", "required": [ "imageRecipeArn" ], "members": { "imageRecipeArn": { "shape": "ImageRecipeArn", "documentation": "

The Amazon Resource Name (ARN) of the image recipe to delete.

", "location": "querystring", "locationName": "imageRecipeArn" } } }, "DeleteImageRecipeResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "imageRecipeArn": { "shape": "ImageRecipeArn", "documentation": "

The Amazon Resource Name (ARN) of the image recipe that was deleted.

" } } }, "DeleteImageRequest": { "type": "structure", "required": [ "imageBuildVersionArn" ], "members": { "imageBuildVersionArn": { "shape": "ImageBuildVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the Image Builder image resource to delete.

", "location": "querystring", "locationName": "imageBuildVersionArn" } } }, "DeleteImageResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "imageBuildVersionArn": { "shape": "ImageBuildVersionArn", "documentation": "

The ARN of the Image Builder image resource that this request deleted.

" } } }, "DeleteInfrastructureConfigurationRequest": { "type": "structure", "required": [ "infrastructureConfigurationArn" ], "members": { "infrastructureConfigurationArn": { "shape": "InfrastructureConfigurationArn", "documentation": "

The Amazon Resource Name (ARN) of the infrastructure configuration to delete.

", "location": "querystring", "locationName": "infrastructureConfigurationArn" } } }, "DeleteInfrastructureConfigurationResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "infrastructureConfigurationArn": { "shape": "InfrastructureConfigurationArn", "documentation": "

The Amazon Resource Name (ARN) of the infrastructure configuration that was deleted.

" } } }, "DeleteLifecyclePolicyRequest": { "type": "structure", "required": [ "lifecyclePolicyArn" ], "members": { "lifecyclePolicyArn": { "shape": "LifecyclePolicyArn", "documentation": "

The Amazon Resource Name (ARN) of the lifecycle policy resource to delete.

", "location": "querystring", "locationName": "lifecyclePolicyArn" } } }, "DeleteLifecyclePolicyResponse": { "type": "structure", "members": { "lifecyclePolicyArn": { "shape": "LifecyclePolicyArn", "documentation": "

The ARN of the lifecycle policy that was deleted.

" } } }, "DeleteWorkflowRequest": { "type": "structure", "required": [ "workflowBuildVersionArn" ], "members": { "workflowBuildVersionArn": { "shape": "WorkflowBuildVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the workflow resource to delete.

", "location": "querystring", "locationName": "workflowBuildVersionArn" } } }, "DeleteWorkflowResponse": { "type": "structure", "members": { "workflowBuildVersionArn": { "shape": "WorkflowBuildVersionArn", "documentation": "

The ARN of the workflow resource that this request deleted.

" } } }, "DiskImageFormat": { "type": "string", "enum": [ "VMDK", "RAW", "VHD" ] }, "Distribution": { "type": "structure", "required": [ "region" ], "members": { "region": { "shape": "NonEmptyString", "documentation": "

The target Region.

" }, "amiDistributionConfiguration": { "shape": "AmiDistributionConfiguration", "documentation": "

The specific AMI settings; for example, launch permissions or AMI tags.

" }, "containerDistributionConfiguration": { "shape": "ContainerDistributionConfiguration", "documentation": "

Container distribution settings for encryption, licensing, and sharing in a specific Region.

" }, "licenseConfigurationArns": { "shape": "LicenseConfigurationArnList", "documentation": "

The License Manager Configuration to associate with the AMI in the specified Region.

" }, "launchTemplateConfigurations": { "shape": "LaunchTemplateConfigurationList", "documentation": "

A group of launchTemplateConfiguration settings that apply to image distribution for specified accounts.

" }, "s3ExportConfiguration": { "shape": "S3ExportConfiguration", "documentation": "

Configure export settings to deliver disk images created from your image build, using a file format that is compatible with your VMs in that Region.

" }, "fastLaunchConfigurations": { "shape": "FastLaunchConfigurationList", "documentation": "

The Windows faster-launching configurations to use for AMI distribution.

" } }, "documentation": "

Defines the settings for a specific Region.

" }, "DistributionConfiguration": { "type": "structure", "required": [ "timeoutMinutes" ], "members": { "arn": { "shape": "ImageBuilderArn", "documentation": "

The Amazon Resource Name (ARN) of the distribution configuration.

" }, "name": { "shape": "ResourceName", "documentation": "

The name of the distribution configuration.

" }, "description": { "shape": "NonEmptyString", "documentation": "

The description of the distribution configuration.

" }, "distributions": { "shape": "DistributionList", "documentation": "

The distribution objects that apply Region-specific settings for the deployment of the image to targeted Regions.

" }, "timeoutMinutes": { "shape": "DistributionTimeoutMinutes", "documentation": "

The maximum duration in minutes for this distribution configuration.

" }, "dateCreated": { "shape": "DateTime", "documentation": "

The date on which this distribution configuration was created.

" }, "dateUpdated": { "shape": "DateTime", "documentation": "

The date on which this distribution configuration was last updated.

" }, "tags": { "shape": "TagMap", "documentation": "

The tags of the distribution configuration.

" } }, "documentation": "

A distribution configuration.

" }, "DistributionConfigurationArn": { "type": "string", "pattern": "^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws):distribution-configuration/[a-z0-9-_]+$" }, "DistributionConfigurationSummary": { "type": "structure", "members": { "arn": { "shape": "ImageBuilderArn", "documentation": "

The Amazon Resource Name (ARN) of the distribution configuration.

" }, "name": { "shape": "ResourceName", "documentation": "

The name of the distribution configuration.

" }, "description": { "shape": "NonEmptyString", "documentation": "

The description of the distribution configuration.

" }, "dateCreated": { "shape": "DateTime", "documentation": "

The date on which the distribution configuration was created.

" }, "dateUpdated": { "shape": "DateTime", "documentation": "

The date on which the distribution configuration was updated.

" }, "tags": { "shape": "TagMap", "documentation": "

The tags associated with the distribution configuration.

" }, "regions": { "shape": "RegionList", "documentation": "

A list of Regions where the container image is distributed to.

" } }, "documentation": "

A high-level overview of a distribution configuration.

" }, "DistributionConfigurationSummaryList": { "type": "list", "member": { "shape": "DistributionConfigurationSummary" } }, "DistributionList": { "type": "list", "member": { "shape": "Distribution" } }, "DistributionTimeoutMinutes": { "type": "integer", "max": 720, "min": 30 }, "DockerFileTemplate": { "type": "string" }, "EbsInstanceBlockDeviceSpecification": { "type": "structure", "members": { "encrypted": { "shape": "NullableBoolean", "documentation": "

Use to configure device encryption.

" }, "deleteOnTermination": { "shape": "NullableBoolean", "documentation": "

Use to configure delete on termination of the associated device.

" }, "iops": { "shape": "EbsIopsInteger", "documentation": "

Use to configure device IOPS.

" }, "kmsKeyId": { "shape": "NonEmptyString", "documentation": "

Use to configure the KMS key to use when encrypting the device.

" }, "snapshotId": { "shape": "NonEmptyString", "documentation": "

The snapshot that defines the device contents.

" }, "volumeSize": { "shape": "EbsVolumeSizeInteger", "documentation": "

Use to override the device's volume size.

" }, "volumeType": { "shape": "EbsVolumeType", "documentation": "

Use to override the device's volume type.

" }, "throughput": { "shape": "EbsVolumeThroughput", "documentation": "

For GP3 volumes only – The throughput in MiB/s that the volume supports.

" } }, "documentation": "

Amazon EBS-specific block device mapping specifications.

" }, "EbsIopsInteger": { "type": "integer", "max": 64000, "min": 100 }, "EbsVolumeSizeInteger": { "type": "integer", "max": 16000, "min": 1 }, "EbsVolumeThroughput": { "type": "integer", "max": 1000, "min": 125 }, "EbsVolumeType": { "type": "string", "enum": [ "standard", "io1", "io2", "gp2", "gp3", "sc1", "st1" ] }, "EcrConfiguration": { "type": "structure", "members": { "repositoryName": { "shape": "NonEmptyString", "documentation": "

The name of the container repository that Amazon Inspector scans to identify findings for your container images. The name includes the path for the repository location. If you don’t provide this information, Image Builder creates a repository in your account named image-builder-image-scanning-repository for vulnerability scans of your output container images.

" }, "containerTags": { "shape": "StringList", "documentation": "

Tags for Image Builder to apply to the output container image that &INS; scans. Tags can help you identify and manage your scanned images.

" } }, "documentation": "

Settings that Image Builder uses to configure the ECR repository and the output container images that Amazon Inspector scans.

" }, "EmptyString": { "type": "string", "max": 0, "min": 0 }, "FastLaunchConfiguration": { "type": "structure", "required": [ "enabled" ], "members": { "enabled": { "shape": "Boolean", "documentation": "

A Boolean that represents the current state of faster launching for the Windows AMI. Set to true to start using Windows faster launching, or false to stop using it.

" }, "snapshotConfiguration": { "shape": "FastLaunchSnapshotConfiguration", "documentation": "

Configuration settings for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.

" }, "maxParallelLaunches": { "shape": "MaxParallelLaunches", "documentation": "

The maximum number of parallel instances that are launched for creating resources.

" }, "launchTemplate": { "shape": "FastLaunchLaunchTemplateSpecification", "documentation": "

The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots.

" }, "accountId": { "shape": "AccountId", "documentation": "

The owner account ID for the fast-launch enabled Windows AMI.

" } }, "documentation": "

Define and configure faster launching for output Windows AMIs.

" }, "FastLaunchConfigurationList": { "type": "list", "member": { "shape": "FastLaunchConfiguration" }, "max": 1000, "min": 1 }, "FastLaunchLaunchTemplateSpecification": { "type": "structure", "members": { "launchTemplateId": { "shape": "LaunchTemplateId", "documentation": "

The ID of the launch template to use for faster launching for a Windows AMI.

" }, "launchTemplateName": { "shape": "NonEmptyString", "documentation": "

The name of the launch template to use for faster launching for a Windows AMI.

" }, "launchTemplateVersion": { "shape": "NonEmptyString", "documentation": "

The version of the launch template to use for faster launching for a Windows AMI.

" } }, "documentation": "

Identifies the launch template that the associated Windows AMI uses for launching an instance when faster launching is enabled.

You can specify either the launchTemplateName or the launchTemplateId, but not both.

" }, "FastLaunchSnapshotConfiguration": { "type": "structure", "members": { "targetResourceCount": { "shape": "TargetResourceCount", "documentation": "

The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.

" } }, "documentation": "

Configuration settings for creating and managing pre-provisioned snapshots for a fast-launch enabled Windows AMI.

" }, "Filter": { "type": "structure", "members": { "name": { "shape": "FilterName", "documentation": "

The name of the filter. Filter names are case-sensitive.

" }, "values": { "shape": "FilterValues", "documentation": "

The filter values. Filter values are case-sensitive.

" } }, "documentation": "

A filter name and value pair that is used to return a more specific list of results from a list operation. Filters can be used to match a set of resources by specific criteria, such as tags, attributes, or IDs.

" }, "FilterList": { "type": "list", "member": { "shape": "Filter" }, "max": 10, "min": 1 }, "FilterName": { "type": "string", "pattern": "^[a-zA-Z]{1,1024}$" }, "FilterValue": { "type": "string", "pattern": "^[0-9a-zA-Z./_ :-]{1,1024}$" }, "FilterValues": { "type": "list", "member": { "shape": "FilterValue" }, "max": 10, "min": 1 }, "GetComponentPolicyRequest": { "type": "structure", "required": [ "componentArn" ], "members": { "componentArn": { "shape": "ComponentBuildVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the component whose policy you want to retrieve.

", "location": "querystring", "locationName": "componentArn" } } }, "GetComponentPolicyResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "policy": { "shape": "ResourcePolicyDocument", "documentation": "

The component policy.

" } } }, "GetComponentRequest": { "type": "structure", "required": [ "componentBuildVersionArn" ], "members": { "componentBuildVersionArn": { "shape": "ComponentVersionArnOrBuildVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the component that you want to get. Regex requires the suffix /\\d+$.

", "location": "querystring", "locationName": "componentBuildVersionArn" } } }, "GetComponentResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "component": { "shape": "Component", "documentation": "

The component object specified in the request.

" } } }, "GetContainerRecipePolicyRequest": { "type": "structure", "required": [ "containerRecipeArn" ], "members": { "containerRecipeArn": { "shape": "ContainerRecipeArn", "documentation": "

The Amazon Resource Name (ARN) of the container recipe for the policy being requested.

", "location": "querystring", "locationName": "containerRecipeArn" } } }, "GetContainerRecipePolicyResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "policy": { "shape": "ResourcePolicyDocument", "documentation": "

The container recipe policy object that is returned.

" } } }, "GetContainerRecipeRequest": { "type": "structure", "required": [ "containerRecipeArn" ], "members": { "containerRecipeArn": { "shape": "ContainerRecipeArn", "documentation": "

The Amazon Resource Name (ARN) of the container recipe to retrieve.

", "location": "querystring", "locationName": "containerRecipeArn" } } }, "GetContainerRecipeResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "containerRecipe": { "shape": "ContainerRecipe", "documentation": "

The container recipe object that is returned.

" } } }, "GetDistributionConfigurationRequest": { "type": "structure", "required": [ "distributionConfigurationArn" ], "members": { "distributionConfigurationArn": { "shape": "DistributionConfigurationArn", "documentation": "

The Amazon Resource Name (ARN) of the distribution configuration that you want to retrieve.

", "location": "querystring", "locationName": "distributionConfigurationArn" } } }, "GetDistributionConfigurationResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "distributionConfiguration": { "shape": "DistributionConfiguration", "documentation": "

The distribution configuration object.

" } } }, "GetImagePipelineRequest": { "type": "structure", "required": [ "imagePipelineArn" ], "members": { "imagePipelineArn": { "shape": "ImagePipelineArn", "documentation": "

The Amazon Resource Name (ARN) of the image pipeline that you want to retrieve.

", "location": "querystring", "locationName": "imagePipelineArn" } } }, "GetImagePipelineResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "imagePipeline": { "shape": "ImagePipeline", "documentation": "

The image pipeline object.

" } } }, "GetImagePolicyRequest": { "type": "structure", "required": [ "imageArn" ], "members": { "imageArn": { "shape": "ImageBuildVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the image whose policy you want to retrieve.

", "location": "querystring", "locationName": "imageArn" } } }, "GetImagePolicyResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "policy": { "shape": "ResourcePolicyDocument", "documentation": "

The image policy object.

" } } }, "GetImageRecipePolicyRequest": { "type": "structure", "required": [ "imageRecipeArn" ], "members": { "imageRecipeArn": { "shape": "ImageRecipeArn", "documentation": "

The Amazon Resource Name (ARN) of the image recipe whose policy you want to retrieve.

", "location": "querystring", "locationName": "imageRecipeArn" } } }, "GetImageRecipePolicyResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "policy": { "shape": "ResourcePolicyDocument", "documentation": "

The image recipe policy object.

" } } }, "GetImageRecipeRequest": { "type": "structure", "required": [ "imageRecipeArn" ], "members": { "imageRecipeArn": { "shape": "ImageRecipeArn", "documentation": "

The Amazon Resource Name (ARN) of the image recipe that you want to retrieve.

", "location": "querystring", "locationName": "imageRecipeArn" } } }, "GetImageRecipeResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "imageRecipe": { "shape": "ImageRecipe", "documentation": "

The image recipe object.

" } } }, "GetImageRequest": { "type": "structure", "required": [ "imageBuildVersionArn" ], "members": { "imageBuildVersionArn": { "shape": "ImageVersionArnOrBuildVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the image that you want to get.

", "location": "querystring", "locationName": "imageBuildVersionArn" } } }, "GetImageResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "image": { "shape": "Image", "documentation": "

The image object.

" } } }, "GetInfrastructureConfigurationRequest": { "type": "structure", "required": [ "infrastructureConfigurationArn" ], "members": { "infrastructureConfigurationArn": { "shape": "InfrastructureConfigurationArn", "documentation": "

The Amazon Resource Name (ARN) of the infrastructure configuration that you want to retrieve.

", "location": "querystring", "locationName": "infrastructureConfigurationArn" } }, "documentation": "

GetInfrastructureConfiguration request object.

" }, "GetInfrastructureConfigurationResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "infrastructureConfiguration": { "shape": "InfrastructureConfiguration", "documentation": "

The infrastructure configuration object.

" } }, "documentation": "

GetInfrastructureConfiguration response object.

" }, "GetLifecycleExecutionRequest": { "type": "structure", "required": [ "lifecycleExecutionId" ], "members": { "lifecycleExecutionId": { "shape": "LifecycleExecutionId", "documentation": "

Use the unique identifier for a runtime instance of the lifecycle policy to get runtime details.

", "location": "querystring", "locationName": "lifecycleExecutionId" } } }, "GetLifecycleExecutionResponse": { "type": "structure", "members": { "lifecycleExecution": { "shape": "LifecycleExecution", "documentation": "

Runtime details for the specified runtime instance of the lifecycle policy.

" } } }, "GetLifecyclePolicyRequest": { "type": "structure", "required": [ "lifecyclePolicyArn" ], "members": { "lifecyclePolicyArn": { "shape": "LifecyclePolicyArn", "documentation": "

Specifies the Amazon Resource Name (ARN) of the image lifecycle policy resource to get.

", "location": "querystring", "locationName": "lifecyclePolicyArn" } } }, "GetLifecyclePolicyResponse": { "type": "structure", "members": { "lifecyclePolicy": { "shape": "LifecyclePolicy", "documentation": "

The ARN of the image lifecycle policy resource that was returned.

" } } }, "GetWorkflowExecutionRequest": { "type": "structure", "required": [ "workflowExecutionId" ], "members": { "workflowExecutionId": { "shape": "WorkflowExecutionId", "documentation": "

Use the unique identifier for a runtime instance of the workflow to get runtime details.

", "location": "querystring", "locationName": "workflowExecutionId" } } }, "GetWorkflowExecutionResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "workflowBuildVersionArn": { "shape": "WorkflowBuildVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the build version for the Image Builder workflow resource that defines the specified runtime instance of the workflow.

" }, "workflowExecutionId": { "shape": "WorkflowExecutionId", "documentation": "

The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.

" }, "imageBuildVersionArn": { "shape": "ImageBuildVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the image resource build version that the specified runtime instance of the workflow created.

" }, "type": { "shape": "WorkflowType", "documentation": "

The type of workflow that Image Builder ran for the specified runtime instance of the workflow.

" }, "status": { "shape": "WorkflowExecutionStatus", "documentation": "

The current runtime status for the specified runtime instance of the workflow.

" }, "message": { "shape": "WorkflowExecutionMessage", "documentation": "

The output message from the specified runtime instance of the workflow, if applicable.

" }, "totalStepCount": { "shape": "WorkflowStepCount", "documentation": "

The total number of steps in the specified runtime instance of the workflow that ran. This number should equal the sum of the step counts for steps that succeeded, were skipped, and failed.

" }, "totalStepsSucceeded": { "shape": "WorkflowStepCount", "documentation": "

A runtime count for the number of steps that ran successfully in the specified runtime instance of the workflow.

" }, "totalStepsFailed": { "shape": "WorkflowStepCount", "documentation": "

A runtime count for the number of steps that failed in the specified runtime instance of the workflow.

" }, "totalStepsSkipped": { "shape": "WorkflowStepCount", "documentation": "

A runtime count for the number of steps that were skipped in the specified runtime instance of the workflow.

" }, "startTime": { "shape": "DateTime", "documentation": "

The timestamp when the specified runtime instance of the workflow started.

" }, "endTime": { "shape": "DateTime", "documentation": "

The timestamp when the specified runtime instance of the workflow finished.

" }, "parallelGroup": { "shape": "ParallelGroup", "documentation": "

Test workflows are defined within named runtime groups. The parallel group is a named group that contains one or more test workflows.

" } } }, "GetWorkflowRequest": { "type": "structure", "required": [ "workflowBuildVersionArn" ], "members": { "workflowBuildVersionArn": { "shape": "WorkflowVersionArnOrBuildVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the workflow resource that you want to get.

", "location": "querystring", "locationName": "workflowBuildVersionArn" } } }, "GetWorkflowResponse": { "type": "structure", "members": { "workflow": { "shape": "Workflow", "documentation": "

The workflow resource specified in the request.

" } } }, "GetWorkflowStepExecutionRequest": { "type": "structure", "required": [ "stepExecutionId" ], "members": { "stepExecutionId": { "shape": "WorkflowStepExecutionId", "documentation": "

Use the unique identifier for a specific runtime instance of the workflow step to get runtime details for that step.

", "location": "querystring", "locationName": "stepExecutionId" } } }, "GetWorkflowStepExecutionResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "stepExecutionId": { "shape": "WorkflowStepExecutionId", "documentation": "

The unique identifier for the runtime version of the workflow step that you specified in the request.

" }, "workflowBuildVersionArn": { "shape": "WorkflowBuildVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the build version for the Image Builder workflow resource that defines this workflow step.

" }, "workflowExecutionId": { "shape": "WorkflowExecutionId", "documentation": "

The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.

" }, "imageBuildVersionArn": { "shape": "ImageBuildVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the image resource build version that the specified runtime instance of the workflow step creates.

" }, "name": { "shape": "WorkflowStepName", "documentation": "

The name of the specified runtime instance of the workflow step.

" }, "description": { "shape": "WorkflowStepDescription", "documentation": "

Describes the specified workflow step.

" }, "action": { "shape": "WorkflowStepAction", "documentation": "

The name of the action that the specified step performs.

" }, "status": { "shape": "WorkflowStepExecutionStatus", "documentation": "

The current status for the specified runtime version of the workflow step.

" }, "rollbackStatus": { "shape": "WorkflowStepExecutionRollbackStatus", "documentation": "

Reports on the rollback status of the specified runtime version of the workflow step, if applicable.

" }, "message": { "shape": "WorkflowStepMessage", "documentation": "

The output message from the specified runtime instance of the workflow step, if applicable.

" }, "inputs": { "shape": "WorkflowStepInputs", "documentation": "

Input parameters that Image Builder provided for the specified runtime instance of the workflow step.

" }, "outputs": { "shape": "WorkflowStepOutputs", "documentation": "

The file names that the specified runtime version of the workflow step created as output.

" }, "startTime": { "shape": "DateTime", "documentation": "

The timestamp when the specified runtime version of the workflow step started.

" }, "endTime": { "shape": "DateTime", "documentation": "

The timestamp when the specified runtime instance of the workflow step finished.

" }, "onFailure": { "shape": "NonEmptyString", "documentation": "

The action to perform if the workflow step fails.

" }, "timeoutSeconds": { "shape": "WorkflowStepTimeoutSecondsInteger", "documentation": "

The maximum duration in seconds for this step to complete its action.

" } } }, "HttpPutResponseHopLimit": { "type": "integer", "max": 64, "min": 1 }, "HttpTokens": { "type": "string", "pattern": "optional|required" }, "Image": { "type": "structure", "members": { "arn": { "shape": "ImageBuilderArn", "documentation": "

The Amazon Resource Name (ARN) of the image.

Semantic versioning is included in each object's Amazon Resource Name (ARN), at the level that applies to that object as follows:

  1. Versionless ARNs and Name ARNs do not include specific values in any of the nodes. The nodes are either left off entirely, or they are specified as wildcards, for example: x.x.x.

  2. Version ARNs have only the first three nodes: <major>.<minor>.<patch>

  3. Build version ARNs have all four nodes, and point to a specific build for a specific version of an object.

" }, "type": { "shape": "ImageType", "documentation": "

Specifies whether this image produces an AMI or a container image.

" }, "name": { "shape": "ResourceName", "documentation": "

The name of the image.

" }, "version": { "shape": "VersionNumber", "documentation": "

The semantic version of the image.

The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.

Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node.

Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.

Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the base image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.

" }, "platform": { "shape": "Platform", "documentation": "

The image operating system platform, such as Linux or Windows.

" }, "enhancedImageMetadataEnabled": { "shape": "NullableBoolean", "documentation": "

Indicates whether Image Builder collects additional information about the image, such as the operating system (OS) version and package list.

" }, "osVersion": { "shape": "OsVersion", "documentation": "

The operating system version for instances that launch from this image. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.

" }, "state": { "shape": "ImageState", "documentation": "

The state of the image.

" }, "imageRecipe": { "shape": "ImageRecipe", "documentation": "

For images that distribute an AMI, this is the image recipe that Image Builder used to create the image. For container images, this is empty.

" }, "containerRecipe": { "shape": "ContainerRecipe", "documentation": "

For container images, this is the container recipe that Image Builder used to create the image. For images that distribute an AMI, this is empty.

" }, "sourcePipelineName": { "shape": "ResourceName", "documentation": "

The name of the image pipeline that created this image.

" }, "sourcePipelineArn": { "shape": "Arn", "documentation": "

The Amazon Resource Name (ARN) of the image pipeline that created this image.

" }, "infrastructureConfiguration": { "shape": "InfrastructureConfiguration", "documentation": "

The infrastructure that Image Builder used to create this image.

" }, "distributionConfiguration": { "shape": "DistributionConfiguration", "documentation": "

The distribution configuration that Image Builder used to create this image.

" }, "imageTestsConfiguration": { "shape": "ImageTestsConfiguration", "documentation": "

The image tests that ran when that Image Builder created this image.

" }, "dateCreated": { "shape": "DateTime", "documentation": "

The date on which Image Builder created this image.

" }, "outputResources": { "shape": "OutputResources", "documentation": "

The output resources that Image Builder produces for this image.

" }, "tags": { "shape": "TagMap", "documentation": "

The tags that apply to this image.

" }, "buildType": { "shape": "BuildType", "documentation": "

Indicates the type of build that created this image. The build can be initiated in the following ways:

" }, "imageSource": { "shape": "ImageSource", "documentation": "

The origin of the base image that Image Builder used to build this image.

" }, "scanState": { "shape": "ImageScanState", "documentation": "

Contains information about the current state of scans for this image.

" }, "imageScanningConfiguration": { "shape": "ImageScanningConfiguration", "documentation": "

Contains settings for vulnerability scans.

" }, "deprecationTime": { "shape": "DateTimeTimestamp", "documentation": "

The time when deprecation occurs for an image resource. This can be a past or future date.

" }, "lifecycleExecutionId": { "shape": "LifecycleExecutionId", "documentation": "

Identifies the last runtime instance of the lifecycle policy to take action on the image.

" }, "executionRole": { "shape": "RoleNameOrArn", "documentation": "

The name or Amazon Resource Name (ARN) for the IAM role you create that grants Image Builder access to perform workflow actions.

" }, "workflows": { "shape": "WorkflowConfigurationList", "documentation": "

Contains the build and test workflows that are associated with the image.

" } }, "documentation": "

An Image Builder image. You must specify exactly one recipe for the image – either a container recipe (containerRecipe), which creates a container image, or an image recipe (imageRecipe), which creates an AMI.

" }, "ImageAggregation": { "type": "structure", "members": { "imageBuildVersionArn": { "shape": "ImageBuildVersionArn", "documentation": "

The Amazon Resource Name (ARN) that identifies the image for this aggregation.

" }, "severityCounts": { "shape": "SeverityCounts", "documentation": "

Counts by severity level for medium severity and higher level findings, plus a total for all of the findings for the specified image.

" } }, "documentation": "

Contains vulnerability counts for a specific image.

" }, "ImageBuildMessage": { "type": "string", "max": 500, "min": 0 }, "ImageBuildVersionArn": { "type": "string", "pattern": "^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws(?:-[a-z-]+)?):image/[a-z0-9-_]+/[0-9]+\\.[0-9]+\\.[0-9]+/[0-9]+$" }, "ImageBuilderArn": { "type": "string", "pattern": "^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws(?:-[a-z-]+)?):(?:image-recipe|container-recipe|infrastructure-configuration|distribution-configuration|component|image|image-pipeline|lifecycle-policy|workflow\\/(?:build|test|distribution))/[a-z0-9-_]+(?:/(?:(?:x|[0-9]+)\\.(?:x|[0-9]+)\\.(?:x|[0-9]+))(?:/[0-9]+)?)?$" }, "ImagePackage": { "type": "structure", "members": { "packageName": { "shape": "NonEmptyString", "documentation": "

The name of the package as reported to the operating system package manager.

" }, "packageVersion": { "shape": "NonEmptyString", "documentation": "

The version of the package as reported to the operating system package manager.

" } }, "documentation": "

Represents a package installed on an Image Builder image.

" }, "ImagePackageList": { "type": "list", "member": { "shape": "ImagePackage" } }, "ImagePipeline": { "type": "structure", "members": { "arn": { "shape": "ImageBuilderArn", "documentation": "

The Amazon Resource Name (ARN) of the image pipeline.

" }, "name": { "shape": "ResourceName", "documentation": "

The name of the image pipeline.

" }, "description": { "shape": "NonEmptyString", "documentation": "

The description of the image pipeline.

" }, "platform": { "shape": "Platform", "documentation": "

The platform of the image pipeline.

" }, "enhancedImageMetadataEnabled": { "shape": "NullableBoolean", "documentation": "

Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.

" }, "imageRecipeArn": { "shape": "Arn", "documentation": "

The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.

" }, "containerRecipeArn": { "shape": "Arn", "documentation": "

The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.

" }, "infrastructureConfigurationArn": { "shape": "Arn", "documentation": "

The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.

" }, "distributionConfigurationArn": { "shape": "Arn", "documentation": "

The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.

" }, "imageTestsConfiguration": { "shape": "ImageTestsConfiguration", "documentation": "

The image tests configuration of the image pipeline.

" }, "schedule": { "shape": "Schedule", "documentation": "

The schedule of the image pipeline.

" }, "status": { "shape": "PipelineStatus", "documentation": "

The status of the image pipeline.

" }, "dateCreated": { "shape": "DateTime", "documentation": "

The date on which this image pipeline was created.

" }, "dateUpdated": { "shape": "DateTime", "documentation": "

The date on which this image pipeline was last updated.

" }, "dateLastRun": { "shape": "DateTime", "documentation": "

This is no longer supported, and does not return a value.

" }, "dateNextRun": { "shape": "DateTime", "documentation": "

The next date when the pipeline is scheduled to run.

" }, "tags": { "shape": "TagMap", "documentation": "

The tags of this image pipeline.

" }, "imageScanningConfiguration": { "shape": "ImageScanningConfiguration", "documentation": "

Contains settings for vulnerability scans.

" }, "executionRole": { "shape": "RoleNameOrArn", "documentation": "

The name or Amazon Resource Name (ARN) for the IAM role you create that grants Image Builder access to perform workflow actions.

" }, "workflows": { "shape": "WorkflowConfigurationList", "documentation": "

Contains the workflows that run for the image pipeline.

" } }, "documentation": "

Details of an image pipeline.

" }, "ImagePipelineAggregation": { "type": "structure", "members": { "imagePipelineArn": { "shape": "ImagePipelineArn", "documentation": "

The Amazon Resource Name (ARN) that identifies the image pipeline for this aggregation.

" }, "severityCounts": { "shape": "SeverityCounts", "documentation": "

Counts by severity level for medium severity and higher level findings, plus a total for all of the findings for the specified image pipeline.

" } }, "documentation": "

Contains vulnerability counts for a specific image pipeline.

" }, "ImagePipelineArn": { "type": "string", "pattern": "^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws):image-pipeline/[a-z0-9-_]+$" }, "ImagePipelineList": { "type": "list", "member": { "shape": "ImagePipeline" } }, "ImageRecipe": { "type": "structure", "members": { "arn": { "shape": "ImageBuilderArn", "documentation": "

The Amazon Resource Name (ARN) of the image recipe.

" }, "type": { "shape": "ImageType", "documentation": "

Specifies which type of image is created by the recipe - an AMI or a container image.

" }, "name": { "shape": "ResourceName", "documentation": "

The name of the image recipe.

" }, "description": { "shape": "NonEmptyString", "documentation": "

The description of the image recipe.

" }, "platform": { "shape": "Platform", "documentation": "

The platform of the image recipe.

" }, "owner": { "shape": "NonEmptyString", "documentation": "

The owner of the image recipe.

" }, "version": { "shape": "VersionNumber", "documentation": "

The version of the image recipe.

" }, "components": { "shape": "ComponentConfigurationList", "documentation": "

The components that are included in the image recipe. Recipes require a minimum of one build component, and can have a maximum of 20 build and test components in any combination.

" }, "parentImage": { "shape": "NonEmptyString", "documentation": "

The base image of the image recipe.

" }, "blockDeviceMappings": { "shape": "InstanceBlockDeviceMappings", "documentation": "

The block device mappings to apply when creating images from this recipe.

" }, "dateCreated": { "shape": "DateTime", "documentation": "

The date on which this image recipe was created.

" }, "tags": { "shape": "TagMap", "documentation": "

The tags of the image recipe.

" }, "workingDirectory": { "shape": "NonEmptyString", "documentation": "

The working directory to be used during build and test workflows.

" }, "additionalInstanceConfiguration": { "shape": "AdditionalInstanceConfiguration", "documentation": "

Before you create a new AMI, Image Builder launches temporary Amazon EC2 instances to build and test your image configuration. Instance configuration adds a layer of control over those instances. You can define settings and add scripts to run when an instance is launched from your AMI.

" } }, "documentation": "

An image recipe.

" }, "ImageRecipeArn": { "type": "string", "pattern": "^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws):image-recipe/[a-z0-9-_]+/[0-9]+\\.[0-9]+\\.[0-9]+$" }, "ImageRecipeSummary": { "type": "structure", "members": { "arn": { "shape": "ImageBuilderArn", "documentation": "

The Amazon Resource Name (ARN) of the image recipe.

" }, "name": { "shape": "ResourceName", "documentation": "

The name of the image recipe.

" }, "platform": { "shape": "Platform", "documentation": "

The platform of the image recipe.

" }, "owner": { "shape": "NonEmptyString", "documentation": "

The owner of the image recipe.

" }, "parentImage": { "shape": "NonEmptyString", "documentation": "

The base image of the image recipe.

" }, "dateCreated": { "shape": "DateTime", "documentation": "

The date on which this image recipe was created.

" }, "tags": { "shape": "TagMap", "documentation": "

The tags of the image recipe.

" } }, "documentation": "

A summary of an image recipe.

" }, "ImageRecipeSummaryList": { "type": "list", "member": { "shape": "ImageRecipeSummary" } }, "ImageScanFinding": { "type": "structure", "members": { "awsAccountId": { "shape": "NonEmptyString", "documentation": "

The Amazon Web Services account ID that's associated with the finding.

" }, "imageBuildVersionArn": { "shape": "ImageBuildVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the image build version that's associated with the finding.

" }, "imagePipelineArn": { "shape": "ImagePipelineArn", "documentation": "

The Amazon Resource Name (ARN) of the image pipeline that's associated with the finding.

" }, "type": { "shape": "NonEmptyString", "documentation": "

The type of the finding. Image Builder looks for findings of the type PACKAGE_VULNERABILITY that apply to output images, and excludes other types.

" }, "description": { "shape": "NonEmptyString", "documentation": "

The description of the finding.

" }, "title": { "shape": "NonEmptyString", "documentation": "

The title of the finding.

" }, "remediation": { "shape": "Remediation", "documentation": "

An object that contains the details about how to remediate the finding.

" }, "severity": { "shape": "NonEmptyString", "documentation": "

The severity of the finding.

" }, "firstObservedAt": { "shape": "DateTimeTimestamp", "documentation": "

The date and time when the finding was first observed.

" }, "updatedAt": { "shape": "DateTimeTimestamp", "documentation": "

The timestamp when the finding was last updated.

" }, "inspectorScore": { "shape": "NonNegativeDouble", "documentation": "

The score that Amazon Inspector assigned for the finding.

" }, "inspectorScoreDetails": { "shape": "InspectorScoreDetails", "documentation": "

An object that contains details of the Amazon Inspector score.

" }, "packageVulnerabilityDetails": { "shape": "PackageVulnerabilityDetails", "documentation": "

An object that contains the details of a package vulnerability finding.

" }, "fixAvailable": { "shape": "NonEmptyString", "documentation": "

Details about whether a fix is available for any of the packages that are identified in the finding through a version update.

" } }, "documentation": "

Contains details about a vulnerability scan finding.

" }, "ImageScanFindingAggregation": { "type": "structure", "members": { "accountAggregation": { "shape": "AccountAggregation", "documentation": "

Returns an object that contains severity counts based on an account ID.

" }, "imageAggregation": { "shape": "ImageAggregation", "documentation": "

Returns an object that contains severity counts based on the Amazon Resource Name (ARN) for a specific image.

" }, "imagePipelineAggregation": { "shape": "ImagePipelineAggregation", "documentation": "

Returns an object that contains severity counts based on an image pipeline ARN.

" }, "vulnerabilityIdAggregation": { "shape": "VulnerabilityIdAggregation", "documentation": "

Returns an object that contains severity counts based on vulnerability ID.

" } }, "documentation": "

This returns exactly one type of aggregation, based on the filter that Image Builder applies in its API action.

" }, "ImageScanFindingAggregationsList": { "type": "list", "member": { "shape": "ImageScanFindingAggregation" } }, "ImageScanFindingsFilter": { "type": "structure", "members": { "name": { "shape": "FilterName", "documentation": "

The name of the image scan finding filter. Filter names are case-sensitive.

" }, "values": { "shape": "ImageScanFindingsFilterValues", "documentation": "

The filter values. Filter values are case-sensitive.

" } }, "documentation": "

A name value pair that Image Builder applies to streamline results from the vulnerability scan findings list action.

" }, "ImageScanFindingsFilterList": { "type": "list", "member": { "shape": "ImageScanFindingsFilter" }, "max": 1, "min": 1 }, "ImageScanFindingsFilterValues": { "type": "list", "member": { "shape": "FilterValue" }, "max": 1, "min": 1 }, "ImageScanFindingsList": { "type": "list", "member": { "shape": "ImageScanFinding" }, "max": 25 }, "ImageScanState": { "type": "structure", "members": { "status": { "shape": "ImageScanStatus", "documentation": "

The current state of vulnerability scans for the image.

" }, "reason": { "shape": "NonEmptyString", "documentation": "

The reason for the scan status for the image.

" } }, "documentation": "

Shows the vulnerability scan status for a specific image, and the reason for that status.

" }, "ImageScanStatus": { "type": "string", "enum": [ "PENDING", "SCANNING", "COLLECTING", "COMPLETED", "ABANDONED", "FAILED", "TIMED_OUT" ] }, "ImageScanningConfiguration": { "type": "structure", "members": { "imageScanningEnabled": { "shape": "NullableBoolean", "documentation": "

A setting that indicates whether Image Builder keeps a snapshot of the vulnerability scans that Amazon Inspector runs against the build instance when you create a new image.

" }, "ecrConfiguration": { "shape": "EcrConfiguration", "documentation": "

Contains Amazon ECR settings for vulnerability scans.

" } }, "documentation": "

Contains settings for Image Builder image resource and container image scans.

" }, "ImageSource": { "type": "string", "enum": [ "AMAZON_MANAGED", "AWS_MARKETPLACE", "IMPORTED", "CUSTOM" ] }, "ImageState": { "type": "structure", "members": { "status": { "shape": "ImageStatus", "documentation": "

The status of the image.

" }, "reason": { "shape": "NonEmptyString", "documentation": "

The reason for the status of the image.

" } }, "documentation": "

Image status and the reason for that status.

" }, "ImageStatus": { "type": "string", "enum": [ "PENDING", "CREATING", "BUILDING", "TESTING", "DISTRIBUTING", "INTEGRATING", "AVAILABLE", "CANCELLED", "FAILED", "DEPRECATED", "DELETED", "DISABLED" ] }, "ImageSummary": { "type": "structure", "members": { "arn": { "shape": "ImageBuilderArn", "documentation": "

The Amazon Resource Name (ARN) of the image.

" }, "name": { "shape": "ResourceName", "documentation": "

The name of the image.

" }, "type": { "shape": "ImageType", "documentation": "

Specifies whether this image produces an AMI or a container image.

" }, "version": { "shape": "VersionNumber", "documentation": "

The version of the image.

" }, "platform": { "shape": "Platform", "documentation": "

The image operating system platform, such as Linux or Windows.

" }, "osVersion": { "shape": "OsVersion", "documentation": "

The operating system version of the instances that launch from this image. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.

" }, "state": { "shape": "ImageState", "documentation": "

The state of the image.

" }, "owner": { "shape": "NonEmptyString", "documentation": "

The owner of the image.

" }, "dateCreated": { "shape": "DateTime", "documentation": "

The date on which Image Builder created this image.

" }, "outputResources": { "shape": "OutputResources", "documentation": "

The output resources that Image Builder produced when it created this image.

" }, "tags": { "shape": "TagMap", "documentation": "

The tags that apply to this image.

" }, "buildType": { "shape": "BuildType", "documentation": "

Indicates the type of build that created this image. The build can be initiated in the following ways:

" }, "imageSource": { "shape": "ImageSource", "documentation": "

The origin of the base image that Image Builder used to build this image.

" }, "deprecationTime": { "shape": "DateTimeTimestamp", "documentation": "

The time when deprecation occurs for an image resource. This can be a past or future date.

" }, "lifecycleExecutionId": { "shape": "LifecycleExecutionId", "documentation": "

Identifies the last runtime instance of the lifecycle policy to take action on the image.

" } }, "documentation": "

An image summary.

" }, "ImageSummaryList": { "type": "list", "member": { "shape": "ImageSummary" } }, "ImageTestsConfiguration": { "type": "structure", "members": { "imageTestsEnabled": { "shape": "NullableBoolean", "documentation": "

Determines if tests should run after building the image. Image Builder defaults to enable tests to run following the image build, before image distribution.

" }, "timeoutMinutes": { "shape": "ImageTestsTimeoutMinutes", "documentation": "

The maximum time in minutes that tests are permitted to run.

The timeoutMinutes attribute is not currently active. This value is ignored.

" } }, "documentation": "

Configure image tests for your pipeline build. Tests run after building the image, to verify that the AMI or container image is valid before distributing it.

" }, "ImageTestsTimeoutMinutes": { "type": "integer", "max": 1440, "min": 60 }, "ImageType": { "type": "string", "enum": [ "AMI", "DOCKER" ] }, "ImageVersion": { "type": "structure", "members": { "arn": { "shape": "ImageBuilderArn", "documentation": "

The Amazon Resource Name (ARN) of a specific version of an Image Builder image.

Semantic versioning is included in each object's Amazon Resource Name (ARN), at the level that applies to that object as follows:

  1. Versionless ARNs and Name ARNs do not include specific values in any of the nodes. The nodes are either left off entirely, or they are specified as wildcards, for example: x.x.x.

  2. Version ARNs have only the first three nodes: <major>.<minor>.<patch>

  3. Build version ARNs have all four nodes, and point to a specific build for a specific version of an object.

" }, "name": { "shape": "ResourceName", "documentation": "

The name of this specific version of an Image Builder image.

" }, "type": { "shape": "ImageType", "documentation": "

Specifies whether this image produces an AMI or a container image.

" }, "version": { "shape": "VersionNumber", "documentation": "

Details for a specific version of an Image Builder image. This version follows the semantic version syntax.

The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.

Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node.

Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.

Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the base image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.

" }, "platform": { "shape": "Platform", "documentation": "

The operating system platform of the image version, for example \"Windows\" or \"Linux\".

" }, "osVersion": { "shape": "OsVersion", "documentation": "

The operating system version of the Amazon EC2 build instance. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.

" }, "owner": { "shape": "NonEmptyString", "documentation": "

The owner of the image version.

" }, "dateCreated": { "shape": "DateTime", "documentation": "

The date on which this specific version of the Image Builder image was created.

" }, "buildType": { "shape": "BuildType", "documentation": "

Indicates the type of build that created this image. The build can be initiated in the following ways:

" }, "imageSource": { "shape": "ImageSource", "documentation": "

The origin of the base image that Image Builder used to build this image.

" } }, "documentation": "

The defining characteristics of a specific version of an Image Builder image.

" }, "ImageVersionArn": { "type": "string", "pattern": "^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws(?:-[a-z-]+)?):image/[a-z0-9-_]+/[0-9]+\\.[0-9]+\\.[0-9]+$" }, "ImageVersionArnOrBuildVersionArn": { "type": "string", "pattern": "^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws(?:-[a-z-]+)?):image/[a-z0-9-_]+/(?:(?:([0-9]+|x)\\.([0-9]+|x)\\.([0-9]+|x))|(?:[0-9]+\\.[0-9]+\\.[0-9]+/[0-9]+))$" }, "ImageVersionList": { "type": "list", "member": { "shape": "ImageVersion" } }, "ImportComponentRequest": { "type": "structure", "required": [ "name", "semanticVersion", "type", "format", "platform", "clientToken" ], "members": { "name": { "shape": "ResourceName", "documentation": "

The name of the component.

" }, "semanticVersion": { "shape": "VersionNumber", "documentation": "

The semantic version of the component. This version follows the semantic version syntax.

The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.

Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the base image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.

" }, "description": { "shape": "NonEmptyString", "documentation": "

The description of the component. Describes the contents of the component.

" }, "changeDescription": { "shape": "NonEmptyString", "documentation": "

The change description of the component. This description indicates the change that has been made in this version, or what makes this version different from other versions of the component.

" }, "type": { "shape": "ComponentType", "documentation": "

The type of the component denotes whether the component is used to build the image, or only to test it.

" }, "format": { "shape": "ComponentFormat", "documentation": "

The format of the resource that you want to import as a component.

" }, "platform": { "shape": "Platform", "documentation": "

The platform of the component.

" }, "data": { "shape": "NonEmptyString", "documentation": "

The data of the component. Used to specify the data inline. Either data or uri can be used to specify the data within the component.

" }, "uri": { "shape": "Uri", "documentation": "

The uri of the component. Must be an Amazon S3 URL and the requester must have permission to access the Amazon S3 bucket. If you use Amazon S3, you can specify component content up to your service quota. Either data or uri can be used to specify the data within the component.

" }, "kmsKeyId": { "shape": "NonEmptyString", "documentation": "

The ID of the KMS key that should be used to encrypt this component.

" }, "tags": { "shape": "TagMap", "documentation": "

The tags of the component.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

", "idempotencyToken": true } } }, "ImportComponentResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

The client token that uniquely identifies the request.

" }, "componentBuildVersionArn": { "shape": "ComponentBuildVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the imported component.

" } } }, "ImportVmImageRequest": { "type": "structure", "required": [ "name", "semanticVersion", "platform", "vmImportTaskId", "clientToken" ], "members": { "name": { "shape": "NonEmptyString", "documentation": "

The name of the base image that is created by the import process.

" }, "semanticVersion": { "shape": "VersionNumber", "documentation": "

The semantic version to attach to the base image that was created during the import process. This version follows the semantic version syntax.

The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.

Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node.

Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.

" }, "description": { "shape": "NonEmptyString", "documentation": "

The description for the base image that is created by the import process.

" }, "platform": { "shape": "Platform", "documentation": "

The operating system platform for the imported VM.

" }, "osVersion": { "shape": "OsVersion", "documentation": "

The operating system version for the imported VM.

" }, "vmImportTaskId": { "shape": "NonEmptyString", "documentation": "

The importTaskId (API) or ImportTaskId (CLI) from the Amazon EC2 VM import process. Image Builder retrieves information from the import process to pull in the AMI that is created from the VM source as the base image for your recipe.

" }, "tags": { "shape": "TagMap", "documentation": "

Tags that are attached to the import resources.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

", "idempotencyToken": true } } }, "ImportVmImageResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "imageArn": { "shape": "Arn", "documentation": "

The Amazon Resource Name (ARN) of the AMI that was created during the VM import process. This AMI is used as the base image for the recipe that imported the VM.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

The client token that uniquely identifies the request.

" } } }, "InfrastructureConfiguration": { "type": "structure", "members": { "arn": { "shape": "ImageBuilderArn", "documentation": "

The Amazon Resource Name (ARN) of the infrastructure configuration.

" }, "name": { "shape": "ResourceName", "documentation": "

The name of the infrastructure configuration.

" }, "description": { "shape": "NonEmptyString", "documentation": "

The description of the infrastructure configuration.

" }, "instanceTypes": { "shape": "InstanceTypeList", "documentation": "

The instance types of the infrastructure configuration.

" }, "instanceProfileName": { "shape": "InstanceProfileNameType", "documentation": "

The instance profile of the infrastructure configuration.

" }, "securityGroupIds": { "shape": "SecurityGroupIds", "documentation": "

The security group IDs of the infrastructure configuration.

" }, "subnetId": { "shape": "NonEmptyString", "documentation": "

The subnet ID of the infrastructure configuration.

" }, "logging": { "shape": "Logging", "documentation": "

The logging configuration of the infrastructure configuration.

" }, "keyPair": { "shape": "NonEmptyString", "documentation": "

The Amazon EC2 key pair of the infrastructure configuration.

" }, "terminateInstanceOnFailure": { "shape": "NullableBoolean", "documentation": "

The terminate instance on failure configuration of the infrastructure configuration.

" }, "snsTopicArn": { "shape": "NonEmptyString", "documentation": "

The Amazon Resource Name (ARN) for the SNS topic to which we send image build event notifications.

EC2 Image Builder is unable to send notifications to SNS topics that are encrypted using keys from other accounts. The key that is used to encrypt the SNS topic must reside in the account that the Image Builder service runs under.

" }, "dateCreated": { "shape": "DateTime", "documentation": "

The date on which the infrastructure configuration was created.

" }, "dateUpdated": { "shape": "DateTime", "documentation": "

The date on which the infrastructure configuration was last updated.

" }, "resourceTags": { "shape": "ResourceTagMap", "documentation": "

The tags attached to the resource created by Image Builder.

" }, "instanceMetadataOptions": { "shape": "InstanceMetadataOptions", "documentation": "

The instance metadata option settings for the infrastructure configuration.

" }, "tags": { "shape": "TagMap", "documentation": "

The tags of the infrastructure configuration.

" } }, "documentation": "

Details of the infrastructure configuration.

" }, "InfrastructureConfigurationArn": { "type": "string", "pattern": "^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws):infrastructure-configuration/[a-z0-9-_]+$" }, "InfrastructureConfigurationSummary": { "type": "structure", "members": { "arn": { "shape": "ImageBuilderArn", "documentation": "

The Amazon Resource Name (ARN) of the infrastructure configuration.

" }, "name": { "shape": "ResourceName", "documentation": "

The name of the infrastructure configuration.

" }, "description": { "shape": "NonEmptyString", "documentation": "

The description of the infrastructure configuration.

" }, "dateCreated": { "shape": "DateTime", "documentation": "

The date on which the infrastructure configuration was created.

" }, "dateUpdated": { "shape": "DateTime", "documentation": "

The date on which the infrastructure configuration was last updated.

" }, "resourceTags": { "shape": "ResourceTagMap", "documentation": "

The tags attached to the image created by Image Builder.

" }, "tags": { "shape": "TagMap", "documentation": "

The tags of the infrastructure configuration.

" }, "instanceTypes": { "shape": "InstanceTypeList", "documentation": "

The instance types of the infrastructure configuration.

" }, "instanceProfileName": { "shape": "InstanceProfileNameType", "documentation": "

The instance profile of the infrastructure configuration.

" } }, "documentation": "

The infrastructure used when building Amazon EC2 AMIs.

" }, "InfrastructureConfigurationSummaryList": { "type": "list", "member": { "shape": "InfrastructureConfigurationSummary" } }, "InlineComponentData": { "type": "string", "max": 16000, "min": 1, "pattern": "[^\\x00]+" }, "InlineDockerFileTemplate": { "type": "string", "max": 16000, "min": 1, "pattern": "[^\\x00]+" }, "InlineWorkflowData": { "type": "string", "max": 16000, "min": 1, "pattern": "[^\\x00]+" }, "InspectorScoreDetails": { "type": "structure", "members": { "adjustedCvss": { "shape": "CvssScoreDetails", "documentation": "

An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the finding.

" } }, "documentation": "

Information about the factors that influenced the score that Amazon Inspector assigned for a finding.

" }, "InstanceBlockDeviceMapping": { "type": "structure", "members": { "deviceName": { "shape": "NonEmptyString", "documentation": "

The device to which these mappings apply.

" }, "ebs": { "shape": "EbsInstanceBlockDeviceSpecification", "documentation": "

Use to manage Amazon EBS-specific configuration for this mapping.

" }, "virtualName": { "shape": "NonEmptyString", "documentation": "

Use to manage instance ephemeral devices.

" }, "noDevice": { "shape": "EmptyString", "documentation": "

Use to remove a mapping from the base image.

" } }, "documentation": "

Defines block device mappings for the instance used to configure your image.

" }, "InstanceBlockDeviceMappings": { "type": "list", "member": { "shape": "InstanceBlockDeviceMapping" } }, "InstanceConfiguration": { "type": "structure", "members": { "image": { "shape": "NonEmptyString", "documentation": "

The AMI ID to use as the base image for a container build and test instance. If not specified, Image Builder will use the appropriate ECS-optimized AMI as a base image.

" }, "blockDeviceMappings": { "shape": "InstanceBlockDeviceMappings", "documentation": "

Defines the block devices to attach for building an instance from this Image Builder AMI.

" } }, "documentation": "

Defines a custom base AMI and block device mapping configurations of an instance used for building and testing container images.

" }, "InstanceMetadataOptions": { "type": "structure", "members": { "httpTokens": { "shape": "HttpTokens", "documentation": "

Indicates whether a signed token header is required for instance metadata retrieval requests. The values affect the response as follows:

The default setting is optional.

" }, "httpPutResponseHopLimit": { "shape": "HttpPutResponseHopLimit", "documentation": "

Limit the number of hops that an instance metadata request can traverse to reach its destination. The default is one hop. However, if HTTP tokens are required, container image builds need a minimum of two hops.

" } }, "documentation": "

The instance metadata options that apply to the HTTP requests that pipeline builds use to launch EC2 build and test instances. For more information about instance metadata options, see Configure the instance metadata options in the Amazon EC2 User Guide for Linux instances, or Configure the instance metadata options in the Amazon EC2 Windows Guide for Windows instances.

" }, "InstanceProfileNameType": { "type": "string", "max": 256, "min": 1, "pattern": "^[\\w+=,.@-]+$" }, "InstanceType": { "type": "string" }, "InstanceTypeList": { "type": "list", "member": { "shape": "InstanceType" } }, "LaunchPermissionConfiguration": { "type": "structure", "members": { "userIds": { "shape": "AccountList", "documentation": "

The Amazon Web Services account ID.

" }, "userGroups": { "shape": "StringList", "documentation": "

The name of the group.

" }, "organizationArns": { "shape": "OrganizationArnList", "documentation": "

The ARN for an Amazon Web Services Organization that you want to share your AMI with. For more information, see What is Organizations?.

" }, "organizationalUnitArns": { "shape": "OrganizationalUnitArnList", "documentation": "

The ARN for an Organizations organizational unit (OU) that you want to share your AMI with. For more information about key concepts for Organizations, see Organizations terminology and concepts.

" } }, "documentation": "

Describes the configuration for a launch permission. The launch permission modification request is sent to the Amazon EC2 ModifyImageAttribute API on behalf of the user for each Region they have selected to distribute the AMI. To make an AMI public, set the launch permission authorized accounts to all. See the examples for making an AMI public at Amazon EC2 ModifyImageAttribute.

" }, "LaunchTemplateConfiguration": { "type": "structure", "required": [ "launchTemplateId" ], "members": { "launchTemplateId": { "shape": "LaunchTemplateId", "documentation": "

Identifies the Amazon EC2 launch template to use.

" }, "accountId": { "shape": "AccountId", "documentation": "

The account ID that this configuration applies to.

" }, "setDefaultVersion": { "shape": "Boolean", "documentation": "

Set the specified Amazon EC2 launch template as the default launch template for the specified account.

" } }, "documentation": "

Identifies an Amazon EC2 launch template to use for a specific account.

" }, "LaunchTemplateConfigurationList": { "type": "list", "member": { "shape": "LaunchTemplateConfiguration" }, "max": 100, "min": 1 }, "LaunchTemplateId": { "type": "string", "pattern": "^lt-[a-z0-9-_]{17}$" }, "LicenseConfigurationArn": { "type": "string", "pattern": "^arn:aws[^:]*:license-manager:[^:]+:[0-9]{12}:license-configuration:lic-[a-z0-9-_]{32}$" }, "LicenseConfigurationArnList": { "type": "list", "member": { "shape": "LicenseConfigurationArn" }, "max": 50, "min": 1 }, "LifecycleExecution": { "type": "structure", "members": { "lifecycleExecutionId": { "shape": "LifecycleExecutionId", "documentation": "

Identifies the lifecycle policy runtime instance.

" }, "lifecyclePolicyArn": { "shape": "LifecyclePolicyArn", "documentation": "

The Amazon Resource Name (ARN) of the lifecycle policy that ran.

" }, "resourcesImpactedSummary": { "shape": "LifecycleExecutionResourcesImpactedSummary", "documentation": "

Contains information about associated resources that are identified for action by the runtime instance of the lifecycle policy.

" }, "state": { "shape": "LifecycleExecutionState", "documentation": "

Runtime state that reports if the policy action ran successfully, failed, or was skipped.

" }, "startTime": { "shape": "DateTimeTimestamp", "documentation": "

The timestamp when the lifecycle runtime instance started.

" }, "endTime": { "shape": "DateTimeTimestamp", "documentation": "

The timestamp when the lifecycle runtime instance completed.

" } }, "documentation": "

Contains metadata from a runtime instance of a lifecycle policy.

" }, "LifecycleExecutionId": { "type": "string", "pattern": "^lce-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$" }, "LifecycleExecutionResource": { "type": "structure", "members": { "accountId": { "shape": "NonEmptyString", "documentation": "

The account that owns the impacted resource.

" }, "resourceId": { "shape": "NonEmptyString", "documentation": "

Identifies the impacted resource. The resource ID depends on the type of resource, as follows.

" }, "state": { "shape": "LifecycleExecutionResourceState", "documentation": "

The runtime state for the lifecycle execution.

" }, "action": { "shape": "LifecycleExecutionResourceAction", "documentation": "

The action to take for the identified resource.

" }, "region": { "shape": "NonEmptyString", "documentation": "

The Amazon Web Services Region where the lifecycle execution resource is stored.

" }, "snapshots": { "shape": "LifecycleExecutionSnapshotResourceList", "documentation": "

A list of associated resource snapshots for the impacted resource if it’s an AMI.

" }, "imageUris": { "shape": "StringList", "documentation": "

For an impacted container image, this identifies a list of URIs for associated container images distributed to ECR repositories.

" }, "startTime": { "shape": "DateTimeTimestamp", "documentation": "

The starting timestamp from the lifecycle action that was applied to the resource.

" }, "endTime": { "shape": "DateTimeTimestamp", "documentation": "

The ending timestamp from the lifecycle action that was applied to the resource.

" } }, "documentation": "

Contains details for a resource that the runtime instance of the lifecycle policy identified for action.

" }, "LifecycleExecutionResourceAction": { "type": "structure", "members": { "name": { "shape": "LifecycleExecutionResourceActionName", "documentation": "

The name of the resource that was identified for a lifecycle policy action.

" }, "reason": { "shape": "NonEmptyString", "documentation": "

The reason why the lifecycle policy action is taken.

" } }, "documentation": "

The lifecycle policy action that was identified for the impacted resource.

" }, "LifecycleExecutionResourceActionName": { "type": "string", "enum": [ "AVAILABLE", "DELETE", "DEPRECATE", "DISABLE" ] }, "LifecycleExecutionResourceList": { "type": "list", "member": { "shape": "LifecycleExecutionResource" } }, "LifecycleExecutionResourceState": { "type": "structure", "members": { "status": { "shape": "LifecycleExecutionResourceStatus", "documentation": "

The runtime status of the lifecycle action taken for the impacted resource.

" }, "reason": { "shape": "NonEmptyString", "documentation": "

Messaging that clarifies the reason for the assigned status.

" } }, "documentation": "

Contains the state of an impacted resource that the runtime instance of the lifecycle policy identified for action.

" }, "LifecycleExecutionResourceStatus": { "type": "string", "enum": [ "FAILED", "IN_PROGRESS", "SKIPPED", "SUCCESS" ] }, "LifecycleExecutionResourcesImpactedSummary": { "type": "structure", "members": { "hasImpactedResources": { "shape": "Boolean", "documentation": "

Indicates whether an image resource that was identified for a lifecycle action has associated resources that are also impacted.

" } }, "documentation": "

Contains details for an image resource that was identified for a lifecycle action.

" }, "LifecycleExecutionSnapshotResource": { "type": "structure", "members": { "snapshotId": { "shape": "NonEmptyString", "documentation": "

Identifies the impacted snapshot resource.

" }, "state": { "shape": "LifecycleExecutionResourceState", "documentation": "

The runtime status of the lifecycle action taken for the snapshot.

" } }, "documentation": "

Contains the state of an impacted snapshot resource that the runtime instance of the lifecycle policy identified for action.

" }, "LifecycleExecutionSnapshotResourceList": { "type": "list", "member": { "shape": "LifecycleExecutionSnapshotResource" } }, "LifecycleExecutionState": { "type": "structure", "members": { "status": { "shape": "LifecycleExecutionStatus", "documentation": "

The runtime status of the lifecycle execution.

" }, "reason": { "shape": "NonEmptyString", "documentation": "

The reason for the current status.

" } }, "documentation": "

The current state of the runtime instance of the lifecycle policy.

" }, "LifecycleExecutionStatus": { "type": "string", "enum": [ "IN_PROGRESS", "CANCELLED", "CANCELLING", "FAILED", "SUCCESS", "PENDING" ] }, "LifecycleExecutionsList": { "type": "list", "member": { "shape": "LifecycleExecution" } }, "LifecyclePolicy": { "type": "structure", "members": { "arn": { "shape": "LifecyclePolicyArn", "documentation": "

The Amazon Resource Name (ARN) of the lifecycle policy resource.

" }, "name": { "shape": "ResourceName", "documentation": "

The name of the lifecycle policy.

" }, "description": { "shape": "NonEmptyString", "documentation": "

Optional description for the lifecycle policy.

" }, "status": { "shape": "LifecyclePolicyStatus", "documentation": "

Indicates whether the lifecycle policy resource is enabled.

" }, "executionRole": { "shape": "RoleNameOrArn", "documentation": "

The name or Amazon Resource Name (ARN) of the IAM role that Image Builder uses to run the lifecycle policy. This is a custom role that you create.

" }, "resourceType": { "shape": "LifecyclePolicyResourceType", "documentation": "

The type of resources the lifecycle policy targets.

" }, "policyDetails": { "shape": "LifecyclePolicyDetails", "documentation": "

The configuration details for a lifecycle policy resource.

" }, "resourceSelection": { "shape": "LifecyclePolicyResourceSelection", "documentation": "

Resource selection criteria used to run the lifecycle policy.

" }, "dateCreated": { "shape": "DateTimeTimestamp", "documentation": "

The timestamp when Image Builder created the lifecycle policy resource.

" }, "dateUpdated": { "shape": "DateTimeTimestamp", "documentation": "

The timestamp when Image Builder updated the lifecycle policy resource.

" }, "dateLastRun": { "shape": "DateTimeTimestamp", "documentation": "

The timestamp for the last time Image Builder ran the lifecycle policy.

" }, "tags": { "shape": "TagMap", "documentation": "

To help manage your lifecycle policy resources, you can assign your own metadata to each resource in the form of tags. Each tag consists of a key and an optional value, both of which you define.

" } }, "documentation": "

The configuration details for a lifecycle policy resource.

" }, "LifecyclePolicyArn": { "type": "string", "max": 1024, "pattern": "^arn:aws(?:-[a-z]+)*:imagebuilder:[a-z]{2,}(?:-[a-z]+)+-[0-9]+:(?:[0-9]{12}|aws):lifecycle-policy/[a-z0-9-_]+$" }, "LifecyclePolicyDetail": { "type": "structure", "required": [ "action", "filter" ], "members": { "action": { "shape": "LifecyclePolicyDetailAction", "documentation": "

Configuration details for the policy action.

" }, "filter": { "shape": "LifecyclePolicyDetailFilter", "documentation": "

Specifies the resources that the lifecycle policy applies to.

" }, "exclusionRules": { "shape": "LifecyclePolicyDetailExclusionRules", "documentation": "

Additional rules to specify resources that should be exempt from policy actions.

" } }, "documentation": "

The configuration details for a lifecycle policy resource.

" }, "LifecyclePolicyDetailAction": { "type": "structure", "required": [ "type" ], "members": { "type": { "shape": "LifecyclePolicyDetailActionType", "documentation": "

Specifies the lifecycle action to take.

" }, "includeResources": { "shape": "LifecyclePolicyDetailActionIncludeResources", "documentation": "

Specifies the resources that the lifecycle policy applies to.

" } }, "documentation": "

Contains selection criteria for the lifecycle policy.

" }, "LifecyclePolicyDetailActionIncludeResources": { "type": "structure", "members": { "amis": { "shape": "Boolean", "documentation": "

Specifies whether the lifecycle action should apply to distributed AMIs.

" }, "snapshots": { "shape": "Boolean", "documentation": "

Specifies whether the lifecycle action should apply to snapshots associated with distributed AMIs.

" }, "containers": { "shape": "Boolean", "documentation": "

Specifies whether the lifecycle action should apply to distributed containers.

" } }, "documentation": "

Specifies how the lifecycle policy should apply actions to selected resources.

" }, "LifecyclePolicyDetailActionType": { "type": "string", "enum": [ "DELETE", "DEPRECATE", "DISABLE" ] }, "LifecyclePolicyDetailExclusionRules": { "type": "structure", "members": { "tagMap": { "shape": "TagMap", "documentation": "

Contains a list of tags that Image Builder uses to skip lifecycle actions for Image Builder image resources that have them.

" }, "amis": { "shape": "LifecyclePolicyDetailExclusionRulesAmis", "documentation": "

Lists configuration values that apply to AMIs that Image Builder should exclude from the lifecycle action.

" } }, "documentation": "

Specifies resources that lifecycle policy actions should not apply to.

" }, "LifecyclePolicyDetailExclusionRulesAmis": { "type": "structure", "members": { "isPublic": { "shape": "Boolean", "documentation": "

Configures whether public AMIs are excluded from the lifecycle action.

" }, "regions": { "shape": "StringList", "documentation": "

Configures Amazon Web Services Regions that are excluded from the lifecycle action.

" }, "sharedAccounts": { "shape": "AccountList", "documentation": "

Specifies Amazon Web Services accounts whose resources are excluded from the lifecycle action.

" }, "lastLaunched": { "shape": "LifecyclePolicyDetailExclusionRulesAmisLastLaunched", "documentation": "

Specifies configuration details for Image Builder to exclude the most recent resources from lifecycle actions.

" }, "tagMap": { "shape": "TagMap", "documentation": "

Lists tags that should be excluded from lifecycle actions for the AMIs that have them.

" } }, "documentation": "

Defines criteria for AMIs that are excluded from lifecycle actions.

" }, "LifecyclePolicyDetailExclusionRulesAmisLastLaunched": { "type": "structure", "required": [ "value", "unit" ], "members": { "value": { "shape": "LifecyclePolicyDetailExclusionRulesAmisLastLaunchedValue", "documentation": "

The integer number of units for the time period. For example 6 (months).

" }, "unit": { "shape": "LifecyclePolicyTimeUnit", "documentation": "

Defines the unit of time that the lifecycle policy uses to calculate elapsed time since the last instance launched from the AMI. For example: days, weeks, months, or years.

" } }, "documentation": "

Defines criteria to exclude AMIs from lifecycle actions based on the last time they were used to launch an instance.

" }, "LifecyclePolicyDetailExclusionRulesAmisLastLaunchedValue": { "type": "integer", "max": 365, "min": 1 }, "LifecyclePolicyDetailFilter": { "type": "structure", "required": [ "type", "value" ], "members": { "type": { "shape": "LifecyclePolicyDetailFilterType", "documentation": "

Filter resources based on either age or count.

" }, "value": { "shape": "LifecyclePolicyDetailFilterValue", "documentation": "

The number of units for the time period or for the count. For example, a value of 6 might refer to six months or six AMIs.

For count-based filters, this value represents the minimum number of resources to keep on hand. If you have fewer resources than this number, the resource is excluded from lifecycle actions.

" }, "unit": { "shape": "LifecyclePolicyTimeUnit", "documentation": "

Defines the unit of time that the lifecycle policy uses to determine impacted resources. This is required for age-based rules.

" }, "retainAtLeast": { "shape": "LifecyclePolicyDetailFilterRetainAtLeast", "documentation": "

For age-based filters, this is the number of resources to keep on hand after the lifecycle DELETE action is applied. Impacted resources are only deleted if you have more than this number of resources. If you have fewer resources than this number, the impacted resource is not deleted.

" } }, "documentation": "

Defines filters that the lifecycle policy uses to determine impacted resource.

" }, "LifecyclePolicyDetailFilterRetainAtLeast": { "type": "integer", "max": 10, "min": 1 }, "LifecyclePolicyDetailFilterType": { "type": "string", "enum": [ "AGE", "COUNT" ] }, "LifecyclePolicyDetailFilterValue": { "type": "integer", "max": 1000, "min": 1 }, "LifecyclePolicyDetails": { "type": "list", "member": { "shape": "LifecyclePolicyDetail" }, "max": 3, "min": 1 }, "LifecyclePolicyResourceSelection": { "type": "structure", "members": { "recipes": { "shape": "LifecyclePolicyResourceSelectionRecipes", "documentation": "

A list of recipes that are used as selection criteria for the output images that the lifecycle policy applies to.

" }, "tagMap": { "shape": "TagMap", "documentation": "

A list of tags that are used as selection criteria for the Image Builder image resources that the lifecycle policy applies to.

" } }, "documentation": "

Resource selection criteria for the lifecycle policy.

" }, "LifecyclePolicyResourceSelectionRecipe": { "type": "structure", "required": [ "name", "semanticVersion" ], "members": { "name": { "shape": "ResourceName", "documentation": "

The name of an Image Builder recipe that the lifecycle policy uses for resource selection.

" }, "semanticVersion": { "shape": "VersionNumber", "documentation": "

The version of the Image Builder recipe specified by the name field.

" } }, "documentation": "

Specifies an Image Builder recipe that the lifecycle policy uses for resource selection.

" }, "LifecyclePolicyResourceSelectionRecipes": { "type": "list", "member": { "shape": "LifecyclePolicyResourceSelectionRecipe" }, "max": 50, "min": 1 }, "LifecyclePolicyResourceType": { "type": "string", "enum": [ "AMI_IMAGE", "CONTAINER_IMAGE" ] }, "LifecyclePolicyStatus": { "type": "string", "enum": [ "DISABLED", "ENABLED" ] }, "LifecyclePolicySummary": { "type": "structure", "members": { "arn": { "shape": "LifecyclePolicyArn", "documentation": "

The Amazon Resource Name (ARN) of the lifecycle policy summary resource.

" }, "name": { "shape": "ResourceName", "documentation": "

The name of the lifecycle policy.

" }, "description": { "shape": "NonEmptyString", "documentation": "

Optional description for the lifecycle policy.

" }, "status": { "shape": "LifecyclePolicyStatus", "documentation": "

The lifecycle policy resource status.

" }, "executionRole": { "shape": "RoleNameOrArn", "documentation": "

The name or Amazon Resource Name (ARN) of the IAM role that Image Builder uses to run the lifecycle policy.

" }, "resourceType": { "shape": "LifecyclePolicyResourceType", "documentation": "

The type of resources the lifecycle policy targets.

" }, "dateCreated": { "shape": "DateTimeTimestamp", "documentation": "

The timestamp when Image Builder created the lifecycle policy resource.

" }, "dateUpdated": { "shape": "DateTimeTimestamp", "documentation": "

The timestamp when Image Builder updated the lifecycle policy resource.

" }, "dateLastRun": { "shape": "DateTimeTimestamp", "documentation": "

The timestamp for the last time Image Builder ran the lifecycle policy.

" }, "tags": { "shape": "TagMap", "documentation": "

To help manage your lifecycle policy resources, you can assign your own metadata to each resource in the form of tags. Each tag consists of a key and an optional value, both of which you define.

" } }, "documentation": "

Contains a summary of lifecycle policy resources.

" }, "LifecyclePolicySummaryList": { "type": "list", "member": { "shape": "LifecyclePolicySummary" } }, "LifecyclePolicyTimeUnit": { "type": "string", "enum": [ "DAYS", "WEEKS", "MONTHS", "YEARS" ] }, "ListComponentBuildVersionsRequest": { "type": "structure", "required": [ "componentVersionArn" ], "members": { "componentVersionArn": { "shape": "ComponentVersionArn", "documentation": "

The component version Amazon Resource Name (ARN) whose versions you want to list.

" }, "maxResults": { "shape": "RestrictedInteger", "documentation": "

The maximum items to return in a request.

", "box": true }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token to specify where to start paginating. This is the nextToken from a previously truncated response.

" } } }, "ListComponentBuildVersionsResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "componentSummaryList": { "shape": "ComponentSummaryList", "documentation": "

The list of component summaries for the specified semantic version.

" }, "nextToken": { "shape": "PaginationToken", "documentation": "

The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.

" } } }, "ListComponentsRequest": { "type": "structure", "members": { "owner": { "shape": "Ownership", "documentation": "

Filters results based on the type of owner for the component. By default, this request returns a list of components that your account owns. To see results for other types of owners, you can specify components that Amazon manages, third party components, or components that other accounts have shared with you.

" }, "filters": { "shape": "FilterList", "documentation": "

Use the following filters to streamline results:

" }, "byName": { "shape": "Boolean", "documentation": "

Returns the list of components for the specified name.

" }, "maxResults": { "shape": "RestrictedInteger", "documentation": "

The maximum items to return in a request.

", "box": true }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token to specify where to start paginating. This is the nextToken from a previously truncated response.

" } } }, "ListComponentsResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "componentVersionList": { "shape": "ComponentVersionList", "documentation": "

The list of component semantic versions.

The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.

" }, "nextToken": { "shape": "PaginationToken", "documentation": "

The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.

" } } }, "ListContainerRecipesRequest": { "type": "structure", "members": { "owner": { "shape": "Ownership", "documentation": "

Returns container recipes belonging to the specified owner, that have been shared with you. You can omit this field to return container recipes belonging to your account.

" }, "filters": { "shape": "FilterList", "documentation": "

Use the following filters to streamline results:

" }, "maxResults": { "shape": "RestrictedInteger", "documentation": "

The maximum items to return in a request.

", "box": true }, "nextToken": { "shape": "NonEmptyString", "documentation": "

A token to specify where to start paginating. This is the nextToken from a previously truncated response.

" } } }, "ListContainerRecipesResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "containerRecipeSummaryList": { "shape": "ContainerRecipeSummaryList", "documentation": "

The list of container recipes returned for the request.

" }, "nextToken": { "shape": "NonEmptyString", "documentation": "

The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.

" } } }, "ListDistributionConfigurationsRequest": { "type": "structure", "members": { "filters": { "shape": "FilterList", "documentation": "

You can filter on name to streamline results.

" }, "maxResults": { "shape": "RestrictedInteger", "documentation": "

The maximum items to return in a request.

", "box": true }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token to specify where to start paginating. This is the nextToken from a previously truncated response.

" } } }, "ListDistributionConfigurationsResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "distributionConfigurationSummaryList": { "shape": "DistributionConfigurationSummaryList", "documentation": "

The list of distributions.

" }, "nextToken": { "shape": "PaginationToken", "documentation": "

The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.

" } } }, "ListImageBuildVersionsRequest": { "type": "structure", "required": [ "imageVersionArn" ], "members": { "imageVersionArn": { "shape": "ImageVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the image whose build versions you want to retrieve.

" }, "filters": { "shape": "FilterList", "documentation": "

Use the following filters to streamline results:

" }, "maxResults": { "shape": "RestrictedInteger", "documentation": "

The maximum items to return in a request.

", "box": true }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token to specify where to start paginating. This is the nextToken from a previously truncated response.

" } } }, "ListImageBuildVersionsResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "imageSummaryList": { "shape": "ImageSummaryList", "documentation": "

The list of image build versions.

" }, "nextToken": { "shape": "PaginationToken", "documentation": "

The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.

" } } }, "ListImagePackagesRequest": { "type": "structure", "required": [ "imageBuildVersionArn" ], "members": { "imageBuildVersionArn": { "shape": "ImageBuildVersionArn", "documentation": "

Filter results for the ListImagePackages request by the Image Build Version ARN

" }, "maxResults": { "shape": "RestrictedInteger", "documentation": "

The maximum items to return in a request.

", "box": true }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token to specify where to start paginating. This is the nextToken from a previously truncated response.

" } } }, "ListImagePackagesResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "imagePackageList": { "shape": "ImagePackageList", "documentation": "

The list of Image Packages returned in the response.

" }, "nextToken": { "shape": "PaginationToken", "documentation": "

The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.

" } } }, "ListImagePipelineImagesRequest": { "type": "structure", "required": [ "imagePipelineArn" ], "members": { "imagePipelineArn": { "shape": "ImagePipelineArn", "documentation": "

The Amazon Resource Name (ARN) of the image pipeline whose images you want to view.

" }, "filters": { "shape": "FilterList", "documentation": "

Use the following filters to streamline results:

" }, "maxResults": { "shape": "RestrictedInteger", "documentation": "

The maximum items to return in a request.

", "box": true }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token to specify where to start paginating. This is the nextToken from a previously truncated response.

" } } }, "ListImagePipelineImagesResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "imageSummaryList": { "shape": "ImageSummaryList", "documentation": "

The list of images built by this pipeline.

" }, "nextToken": { "shape": "PaginationToken", "documentation": "

The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.

" } } }, "ListImagePipelinesRequest": { "type": "structure", "members": { "filters": { "shape": "FilterList", "documentation": "

Use the following filters to streamline results:

" }, "maxResults": { "shape": "RestrictedInteger", "documentation": "

The maximum items to return in a request.

", "box": true }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token to specify where to start paginating. This is the nextToken from a previously truncated response.

" } } }, "ListImagePipelinesResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "imagePipelineList": { "shape": "ImagePipelineList", "documentation": "

The list of image pipelines.

" }, "nextToken": { "shape": "PaginationToken", "documentation": "

The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.

" } } }, "ListImageRecipesRequest": { "type": "structure", "members": { "owner": { "shape": "Ownership", "documentation": "

The owner defines which image recipes you want to list. By default, this request will only show image recipes owned by your account. You can use this field to specify if you want to view image recipes owned by yourself, by Amazon, or those image recipes that have been shared with you by other customers.

" }, "filters": { "shape": "FilterList", "documentation": "

Use the following filters to streamline results:

" }, "maxResults": { "shape": "RestrictedInteger", "documentation": "

The maximum items to return in a request.

", "box": true }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token to specify where to start paginating. This is the nextToken from a previously truncated response.

" } } }, "ListImageRecipesResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "imageRecipeSummaryList": { "shape": "ImageRecipeSummaryList", "documentation": "

The list of image pipelines.

" }, "nextToken": { "shape": "PaginationToken", "documentation": "

The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.

" } } }, "ListImageScanFindingAggregationsRequest": { "type": "structure", "members": { "filter": { "shape": "Filter" }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token to specify where to start paginating. This is the nextToken from a previously truncated response.

" } } }, "ListImageScanFindingAggregationsResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "aggregationType": { "shape": "NonEmptyString", "documentation": "

The aggregation type specifies what type of key is used to group the image scan findings. Image Builder returns results based on the request filter. If you didn't specify a filter in the request, the type defaults to accountId.

Aggregation types

Each aggregation includes counts by severity level for medium severity and higher level findings, plus a total for all of the findings for each key value.

" }, "responses": { "shape": "ImageScanFindingAggregationsList", "documentation": "

An array of image scan finding aggregations that match the filter criteria.

" }, "nextToken": { "shape": "PaginationToken", "documentation": "

The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.

" } } }, "ListImageScanFindingsRequest": { "type": "structure", "members": { "filters": { "shape": "ImageScanFindingsFilterList", "documentation": "

An array of name value pairs that you can use to filter your results. You can use the following filters to streamline results:

If you don't request a filter, then all findings in your account are listed.

" }, "maxResults": { "shape": "RestrictedInteger", "documentation": "

The maximum items to return in a request.

", "box": true }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token to specify where to start paginating. This is the nextToken from a previously truncated response.

" } } }, "ListImageScanFindingsResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "findings": { "shape": "ImageScanFindingsList", "documentation": "

The image scan findings for your account that meet your request filter criteria.

" }, "nextToken": { "shape": "PaginationToken", "documentation": "

The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.

" } } }, "ListImagesRequest": { "type": "structure", "members": { "owner": { "shape": "Ownership", "documentation": "

The owner defines which images you want to list. By default, this request will only show images owned by your account. You can use this field to specify if you want to view images owned by yourself, by Amazon, or those images that have been shared with you by other customers.

" }, "filters": { "shape": "FilterList", "documentation": "

Use the following filters to streamline results:

" }, "byName": { "shape": "Boolean", "documentation": "

Requests a list of images with a specific recipe name.

" }, "maxResults": { "shape": "RestrictedInteger", "documentation": "

The maximum items to return in a request.

", "box": true }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token to specify where to start paginating. This is the nextToken from a previously truncated response.

" }, "includeDeprecated": { "shape": "NullableBoolean", "documentation": "

Includes deprecated images in the response list.

" } } }, "ListImagesResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "imageVersionList": { "shape": "ImageVersionList", "documentation": "

The list of image semantic versions.

The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.

Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the base image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.

" }, "nextToken": { "shape": "PaginationToken", "documentation": "

The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.

" } } }, "ListInfrastructureConfigurationsRequest": { "type": "structure", "members": { "filters": { "shape": "FilterList", "documentation": "

You can filter on name to streamline results.

" }, "maxResults": { "shape": "RestrictedInteger", "documentation": "

The maximum items to return in a request.

", "box": true }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token to specify where to start paginating. This is the nextToken from a previously truncated response.

" } } }, "ListInfrastructureConfigurationsResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "infrastructureConfigurationSummaryList": { "shape": "InfrastructureConfigurationSummaryList", "documentation": "

The list of infrastructure configurations.

" }, "nextToken": { "shape": "PaginationToken", "documentation": "

The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.

" } } }, "ListLifecycleExecutionResourcesRequest": { "type": "structure", "required": [ "lifecycleExecutionId" ], "members": { "lifecycleExecutionId": { "shape": "LifecycleExecutionId", "documentation": "

Use the unique identifier for a runtime instance of the lifecycle policy to get runtime details.

" }, "parentResourceId": { "shape": "NonEmptyString", "documentation": "

You can leave this empty to get a list of Image Builder resources that were identified for lifecycle actions.

To get a list of associated resources that are impacted for an individual resource (the parent), specify its Amazon Resource Name (ARN). Associated resources are produced from your image and distributed when you run a build, such as AMIs or container images stored in ECR repositories.

" }, "maxResults": { "shape": "RestrictedInteger", "documentation": "

The maximum items to return in a request.

", "box": true }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token to specify where to start paginating. This is the nextToken from a previously truncated response.

" } } }, "ListLifecycleExecutionResourcesResponse": { "type": "structure", "members": { "lifecycleExecutionId": { "shape": "LifecycleExecutionId", "documentation": "

Runtime details for the specified runtime instance of the lifecycle policy.

" }, "lifecycleExecutionState": { "shape": "LifecycleExecutionState", "documentation": "

The current state of the lifecycle runtime instance.

" }, "resources": { "shape": "LifecycleExecutionResourceList", "documentation": "

A list of resources that were identified for lifecycle actions.

" }, "nextToken": { "shape": "PaginationToken", "documentation": "

The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.

" } } }, "ListLifecycleExecutionsRequest": { "type": "structure", "required": [ "resourceArn" ], "members": { "maxResults": { "shape": "RestrictedInteger", "documentation": "

The maximum items to return in a request.

", "box": true }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token to specify where to start paginating. This is the nextToken from a previously truncated response.

" }, "resourceArn": { "shape": "ImageBuilderArn", "documentation": "

The Amazon Resource Name (ARN) of the resource for which to get a list of lifecycle runtime instances.

" } } }, "ListLifecycleExecutionsResponse": { "type": "structure", "members": { "lifecycleExecutions": { "shape": "LifecycleExecutionsList", "documentation": "

A list of lifecycle runtime instances for the specified resource.

" }, "nextToken": { "shape": "PaginationToken", "documentation": "

The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.

" } } }, "ListLifecyclePoliciesRequest": { "type": "structure", "members": { "filters": { "shape": "FilterList", "documentation": "

Streamline results based on one of the following values: Name, Status.

" }, "maxResults": { "shape": "RestrictedInteger", "documentation": "

The maximum items to return in a request.

", "box": true }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token to specify where to start paginating. This is the nextToken from a previously truncated response.

" } } }, "ListLifecyclePoliciesResponse": { "type": "structure", "members": { "lifecyclePolicySummaryList": { "shape": "LifecyclePolicySummaryList", "documentation": "

A list of lifecycle policies in your Amazon Web Services account that meet the criteria specified in the request.

" }, "nextToken": { "shape": "PaginationToken", "documentation": "

The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.

" } } }, "ListTagsForResourceRequest": { "type": "structure", "required": [ "resourceArn" ], "members": { "resourceArn": { "shape": "ImageBuilderArn", "documentation": "

The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.

", "location": "uri", "locationName": "resourceArn" } } }, "ListTagsForResourceResponse": { "type": "structure", "members": { "tags": { "shape": "TagMap", "documentation": "

The tags for the specified resource.

" } } }, "ListWaitingWorkflowStepsRequest": { "type": "structure", "members": { "maxResults": { "shape": "RestrictedInteger", "documentation": "

The maximum items to return in a request.

", "box": true }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token to specify where to start paginating. This is the nextToken from a previously truncated response.

" } } }, "ListWaitingWorkflowStepsResponse": { "type": "structure", "members": { "steps": { "shape": "WorkflowStepExecutionList", "documentation": "

An array of the workflow steps that are waiting for action in your Amazon Web Services account.

" }, "nextToken": { "shape": "PaginationToken", "documentation": "

The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.

" } } }, "ListWorkflowBuildVersionsRequest": { "type": "structure", "required": [ "workflowVersionArn" ], "members": { "workflowVersionArn": { "shape": "WorkflowWildcardVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the workflow resource for which to get a list of build versions.

" }, "maxResults": { "shape": "RestrictedInteger", "documentation": "

The maximum items to return in a request.

", "box": true }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token to specify where to start paginating. This is the nextToken from a previously truncated response.

" } } }, "ListWorkflowBuildVersionsResponse": { "type": "structure", "members": { "workflowSummaryList": { "shape": "WorkflowSummaryList", "documentation": "

A list that contains metadata for the workflow builds that have run for the workflow resource specified in the request.

" }, "nextToken": { "shape": "PaginationToken", "documentation": "

The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.

" } } }, "ListWorkflowExecutionsRequest": { "type": "structure", "required": [ "imageBuildVersionArn" ], "members": { "maxResults": { "shape": "RestrictedInteger", "documentation": "

The maximum items to return in a request.

", "box": true }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token to specify where to start paginating. This is the nextToken from a previously truncated response.

" }, "imageBuildVersionArn": { "shape": "ImageBuildVersionArn", "documentation": "

List all workflow runtime instances for the specified image build version resource ARN.

" } } }, "ListWorkflowExecutionsResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "workflowExecutions": { "shape": "WorkflowExecutionsList", "documentation": "

Contains an array of runtime details that represents each time a workflow ran for the requested image build version.

" }, "imageBuildVersionArn": { "shape": "ImageBuildVersionArn", "documentation": "

The resource ARN of the image build version for which you requested a list of workflow runtime details.

" }, "message": { "shape": "ImageBuildMessage", "documentation": "

The output message from the list action, if applicable.

" }, "nextToken": { "shape": "PaginationToken", "documentation": "

The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.

" } } }, "ListWorkflowStepExecutionsRequest": { "type": "structure", "required": [ "workflowExecutionId" ], "members": { "maxResults": { "shape": "RestrictedInteger", "documentation": "

The maximum items to return in a request.

", "box": true }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token to specify where to start paginating. This is the nextToken from a previously truncated response.

" }, "workflowExecutionId": { "shape": "WorkflowExecutionId", "documentation": "

The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.

" } } }, "ListWorkflowStepExecutionsResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "steps": { "shape": "WorkflowStepExecutionsList", "documentation": "

Contains an array of runtime details that represents each step in this runtime instance of the workflow.

" }, "workflowBuildVersionArn": { "shape": "WorkflowBuildVersionArn", "documentation": "

The build version ARN for the Image Builder workflow resource that defines the steps for this runtime instance of the workflow.

" }, "workflowExecutionId": { "shape": "WorkflowExecutionId", "documentation": "

The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.

" }, "imageBuildVersionArn": { "shape": "ImageBuildVersionArn", "documentation": "

The image build version resource ARN that's associated with the specified runtime instance of the workflow.

" }, "message": { "shape": "ImageBuildMessage", "documentation": "

The output message from the list action, if applicable.

" }, "nextToken": { "shape": "PaginationToken", "documentation": "

The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.

" } } }, "ListWorkflowsRequest": { "type": "structure", "members": { "owner": { "shape": "Ownership", "documentation": "

Used to get a list of workflow build version filtered by the identity of the creator.

" }, "filters": { "shape": "FilterList", "documentation": "

Used to streamline search results.

" }, "byName": { "shape": "Boolean", "documentation": "

Specify all or part of the workflow name to streamline results.

" }, "maxResults": { "shape": "RestrictedInteger", "documentation": "

The maximum items to return in a request.

", "box": true }, "nextToken": { "shape": "PaginationToken", "documentation": "

A token to specify where to start paginating. This is the nextToken from a previously truncated response.

" } } }, "ListWorkflowsResponse": { "type": "structure", "members": { "workflowVersionList": { "shape": "WorkflowVersionList", "documentation": "

A list of workflow build versions that match the request criteria.

" }, "nextToken": { "shape": "PaginationToken", "documentation": "

The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.

" } } }, "Logging": { "type": "structure", "members": { "s3Logs": { "shape": "S3Logs", "documentation": "

The Amazon S3 logging configuration.

" } }, "documentation": "

Logging configuration defines where Image Builder uploads your logs.

" }, "MaxParallelLaunches": { "type": "integer", "min": 1 }, "NonEmptyString": { "type": "string", "max": 1024, "min": 1 }, "NonEmptyStringList": { "type": "list", "member": { "shape": "NonEmptyString" }, "min": 1 }, "NonNegativeDouble": { "type": "double", "min": 0 }, "NullableBoolean": { "type": "boolean" }, "OnWorkflowFailure": { "type": "string", "enum": [ "CONTINUE", "ABORT" ] }, "OrganizationArn": { "type": "string", "pattern": "^arn:aws[^:]*:organizations::[0-9]{12}:organization/o-[a-z0-9]{10,32}$" }, "OrganizationArnList": { "type": "list", "member": { "shape": "OrganizationArn" }, "max": 25, "min": 1 }, "OrganizationalUnitArn": { "type": "string", "pattern": "^arn:aws[^:]*:organizations::[0-9]{12}:ou/o-[a-z0-9]{10,32}/ou-[0-9a-z]{4,32}-[0-9a-z]{8,32}" }, "OrganizationalUnitArnList": { "type": "list", "member": { "shape": "OrganizationalUnitArn" }, "max": 25, "min": 1 }, "OsVersion": { "type": "string", "min": 1 }, "OsVersionList": { "type": "list", "member": { "shape": "OsVersion" }, "max": 25, "min": 1 }, "OutputResources": { "type": "structure", "members": { "amis": { "shape": "AmiList", "documentation": "

The Amazon EC2 AMIs created by this image.

" }, "containers": { "shape": "ContainerList", "documentation": "

Container images that the pipeline has generated and stored in the output repository.

" } }, "documentation": "

The resources produced by this image.

" }, "Ownership": { "type": "string", "enum": [ "Self", "Shared", "Amazon", "ThirdParty" ] }, "PackageArchitecture": { "type": "string" }, "PackageEpoch": { "type": "integer" }, "PackageVulnerabilityDetails": { "type": "structure", "required": [ "vulnerabilityId" ], "members": { "vulnerabilityId": { "shape": "VulnerabilityId", "documentation": "

A unique identifier for this vulnerability.

" }, "vulnerablePackages": { "shape": "VulnerablePackageList", "documentation": "

The packages that this vulnerability impacts.

" }, "source": { "shape": "NonEmptyString", "documentation": "

The source of the vulnerability information.

" }, "cvss": { "shape": "CvssScoreList", "documentation": "

CVSS scores for one or more vulnerabilities that Amazon Inspector identified for a package.

" }, "relatedVulnerabilities": { "shape": "VulnerabilityIdList", "documentation": "

Vulnerabilities that are often related to the findings for the package.

" }, "sourceUrl": { "shape": "NonEmptyString", "documentation": "

A link to the source of the vulnerability information.

" }, "vendorSeverity": { "shape": "NonEmptyString", "documentation": "

The severity that the vendor assigned to this vulnerability type.

" }, "vendorCreatedAt": { "shape": "DateTimeTimestamp", "documentation": "

The date and time when this vulnerability was first added to the vendor's database.

" }, "vendorUpdatedAt": { "shape": "DateTimeTimestamp", "documentation": "

The date and time when the vendor last updated this vulnerability in their database.

" }, "referenceUrls": { "shape": "NonEmptyStringList", "documentation": "

Links to web pages that contain details about the vulnerabilities that Amazon Inspector identified for the package.

" } }, "documentation": "

Information about package vulnerability findings.

" }, "PaginationToken": { "type": "string", "max": 65535, "min": 1 }, "ParallelGroup": { "type": "string", "max": 100, "min": 1, "pattern": "^[A-Za-z0-9][A-Za-z0-9-_+#]{0,99}$" }, "PipelineExecutionStartCondition": { "type": "string", "enum": [ "EXPRESSION_MATCH_ONLY", "EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE" ] }, "PipelineStatus": { "type": "string", "enum": [ "DISABLED", "ENABLED" ] }, "Platform": { "type": "string", "enum": [ "Windows", "Linux" ] }, "PutComponentPolicyRequest": { "type": "structure", "required": [ "componentArn", "policy" ], "members": { "componentArn": { "shape": "ComponentBuildVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the component that this policy should be applied to.

" }, "policy": { "shape": "ResourcePolicyDocument", "documentation": "

The policy to apply.

" } } }, "PutComponentPolicyResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "componentArn": { "shape": "ComponentBuildVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the component that this policy was applied to.

" } } }, "PutContainerRecipePolicyRequest": { "type": "structure", "required": [ "containerRecipeArn", "policy" ], "members": { "containerRecipeArn": { "shape": "ContainerRecipeArn", "documentation": "

The Amazon Resource Name (ARN) of the container recipe that this policy should be applied to.

" }, "policy": { "shape": "ResourcePolicyDocument", "documentation": "

The policy to apply to the container recipe.

" } } }, "PutContainerRecipePolicyResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "containerRecipeArn": { "shape": "ContainerRecipeArn", "documentation": "

The Amazon Resource Name (ARN) of the container recipe that this policy was applied to.

" } } }, "PutImagePolicyRequest": { "type": "structure", "required": [ "imageArn", "policy" ], "members": { "imageArn": { "shape": "ImageBuildVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the image that this policy should be applied to.

" }, "policy": { "shape": "ResourcePolicyDocument", "documentation": "

The policy to apply.

" } } }, "PutImagePolicyResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "imageArn": { "shape": "ImageBuildVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the image that this policy was applied to.

" } } }, "PutImageRecipePolicyRequest": { "type": "structure", "required": [ "imageRecipeArn", "policy" ], "members": { "imageRecipeArn": { "shape": "ImageRecipeArn", "documentation": "

The Amazon Resource Name (ARN) of the image recipe that this policy should be applied to.

" }, "policy": { "shape": "ResourcePolicyDocument", "documentation": "

The policy to apply.

" } } }, "PutImageRecipePolicyResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "imageRecipeArn": { "shape": "ImageRecipeArn", "documentation": "

The Amazon Resource Name (ARN) of the image recipe that this policy was applied to.

" } } }, "RegionList": { "type": "list", "member": { "shape": "NonEmptyString" } }, "Remediation": { "type": "structure", "members": { "recommendation": { "shape": "RemediationRecommendation", "documentation": "

An object that contains information about the recommended course of action to remediate the finding.

" } }, "documentation": "

Information about how to remediate a finding.

" }, "RemediationRecommendation": { "type": "structure", "members": { "text": { "shape": "NonEmptyString", "documentation": "

The recommended course of action to remediate the finding.

" }, "url": { "shape": "NonEmptyString", "documentation": "

A link to more information about the recommended remediation for this vulnerability.

" } }, "documentation": "

Details about the recommended course of action to remediate the finding.

" }, "ResourceName": { "type": "string", "pattern": "^[-_A-Za-z-0-9][-_A-Za-z0-9 ]{1,126}[-_A-Za-z-0-9]$" }, "ResourcePolicyDocument": { "type": "string", "max": 30000, "min": 1 }, "ResourceState": { "type": "structure", "members": { "status": { "shape": "ResourceStatus", "documentation": "

Shows the current lifecycle policy action that was applied to an impacted resource.

" } }, "documentation": "

The current state of an impacted resource.

" }, "ResourceStateUpdateExclusionRules": { "type": "structure", "members": { "amis": { "shape": "LifecyclePolicyDetailExclusionRulesAmis" } }, "documentation": "

Additional rules to specify resources that should be exempt from ad-hoc lifecycle actions.

" }, "ResourceStateUpdateIncludeResources": { "type": "structure", "members": { "amis": { "shape": "Boolean", "documentation": "

Specifies whether the lifecycle action should apply to distributed AMIs

" }, "snapshots": { "shape": "Boolean", "documentation": "

Specifies whether the lifecycle action should apply to snapshots associated with distributed AMIs.

" }, "containers": { "shape": "Boolean", "documentation": "

Specifies whether the lifecycle action should apply to distributed containers.

" } }, "documentation": "

Specifies if the lifecycle policy should apply actions to selected resources.

" }, "ResourceStatus": { "type": "string", "enum": [ "AVAILABLE", "DELETED", "DEPRECATED", "DISABLED" ] }, "ResourceTagMap": { "type": "map", "key": { "shape": "TagKey" }, "value": { "shape": "TagValue" }, "max": 30, "min": 1 }, "RestrictedInteger": { "type": "integer", "max": 25, "min": 1 }, "RoleNameOrArn": { "type": "string", "max": 2048, "min": 1, "pattern": "^(?:arn:aws(?:-[a-z]+)*:iam::[0-9]{12}:role/)?[a-zA-Z_0-9+=,.@\\-_/]+$" }, "S3ExportConfiguration": { "type": "structure", "required": [ "roleName", "diskImageFormat", "s3Bucket" ], "members": { "roleName": { "shape": "NonEmptyString", "documentation": "

The name of the role that grants VM Import/Export permission to export images to your S3 bucket.

" }, "diskImageFormat": { "shape": "DiskImageFormat", "documentation": "

Export the updated image to one of the following supported disk image formats:

" }, "s3Bucket": { "shape": "NonEmptyString", "documentation": "

The S3 bucket in which to store the output disk images for your VM.

" }, "s3Prefix": { "shape": "NonEmptyString", "documentation": "

The Amazon S3 path for the bucket where the output disk images for your VM are stored.

" } }, "documentation": "

Properties that configure export from your build instance to a compatible file format for your VM.

" }, "S3Logs": { "type": "structure", "members": { "s3BucketName": { "shape": "NonEmptyString", "documentation": "

The S3 bucket in which to store the logs.

" }, "s3KeyPrefix": { "shape": "NonEmptyString", "documentation": "

The Amazon S3 path to the bucket where the logs are stored.

" } }, "documentation": "

Amazon S3 logging configuration.

" }, "Schedule": { "type": "structure", "members": { "scheduleExpression": { "shape": "NonEmptyString", "documentation": "

The cron expression determines how often EC2 Image Builder evaluates your pipelineExecutionStartCondition.

For information on how to format a cron expression in Image Builder, see Use cron expressions in EC2 Image Builder.

" }, "timezone": { "shape": "Timezone", "documentation": "

The timezone that applies to the scheduling expression. For example, \"Etc/UTC\", \"America/Los_Angeles\" in the IANA timezone format. If not specified this defaults to UTC.

" }, "pipelineExecutionStartCondition": { "shape": "PipelineExecutionStartCondition", "documentation": "

The condition configures when the pipeline should trigger a new image build. When the pipelineExecutionStartCondition is set to EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE, and you use semantic version filters on the base image or components in your image recipe, EC2 Image Builder will build a new image only when there are new versions of the image or components in your recipe that match the semantic version filter. When it is set to EXPRESSION_MATCH_ONLY, it will build a new image every time the CRON expression matches the current time. For semantic version syntax, see CreateComponent in the EC2 Image Builder API Reference.

" } }, "documentation": "

A schedule configures when and how often a pipeline will automatically create a new image.

" }, "SecurityGroupIds": { "type": "list", "member": { "shape": "NonEmptyString" } }, "SendWorkflowStepActionRequest": { "type": "structure", "required": [ "stepExecutionId", "imageBuildVersionArn", "action", "clientToken" ], "members": { "stepExecutionId": { "shape": "WorkflowStepExecutionId", "documentation": "

Uniquely identifies the workflow step that sent the step action.

" }, "imageBuildVersionArn": { "shape": "ImageBuildVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the image build version to send action for.

" }, "action": { "shape": "WorkflowStepActionType", "documentation": "

The action for the image creation process to take while a workflow WaitForAction step waits for an asynchronous action to complete.

" }, "reason": { "shape": "NonEmptyString", "documentation": "

The reason why this action is sent.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

", "idempotencyToken": true } } }, "SendWorkflowStepActionResponse": { "type": "structure", "members": { "stepExecutionId": { "shape": "WorkflowStepExecutionId", "documentation": "

The workflow step that sent the step action.

" }, "imageBuildVersionArn": { "shape": "ImageBuildVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the image build version that received the action request.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

The client token that uniquely identifies the request.

" } } }, "SeverityCountNumber": { "type": "long" }, "SeverityCounts": { "type": "structure", "members": { "all": { "shape": "SeverityCountNumber", "documentation": "

The total number of findings across all severity levels for the specified filter.

" }, "critical": { "shape": "SeverityCountNumber", "documentation": "

The number of critical severity findings for the specified filter.

" }, "high": { "shape": "SeverityCountNumber", "documentation": "

The number of high severity findings for the specified filter.

" }, "medium": { "shape": "SeverityCountNumber", "documentation": "

The number of medium severity findings for the specified filter.

" } }, "documentation": "

Includes counts by severity level for medium severity and higher level findings, plus a total for all of the findings for the specified filter.

" }, "SnsTopicArn": { "type": "string", "pattern": "^arn:aws[^:]*:sns:[^:]+:[0-9]{12}:[a-zA-Z0-9-_]{1,256}$" }, "SourceLayerHash": { "type": "string" }, "StartImagePipelineExecutionRequest": { "type": "structure", "required": [ "imagePipelineArn", "clientToken" ], "members": { "imagePipelineArn": { "shape": "ImagePipelineArn", "documentation": "

The Amazon Resource Name (ARN) of the image pipeline that you want to manually invoke.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

", "idempotencyToken": true } } }, "StartImagePipelineExecutionResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

The client token that uniquely identifies the request.

" }, "imageBuildVersionArn": { "shape": "ImageBuildVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the image that the request created.

" } } }, "StartResourceStateUpdateRequest": { "type": "structure", "required": [ "resourceArn", "state", "clientToken" ], "members": { "resourceArn": { "shape": "ImageBuildVersionArn", "documentation": "

The ARN of the Image Builder resource that is updated. The state update might also impact associated resources.

" }, "state": { "shape": "ResourceState", "documentation": "

Indicates the lifecycle action to take for this request.

" }, "executionRole": { "shape": "RoleNameOrArn", "documentation": "

The name or Amazon Resource Name (ARN) of the IAM role that’s used to update image state.

" }, "includeResources": { "shape": "ResourceStateUpdateIncludeResources", "documentation": "

A list of image resources to update state for.

" }, "exclusionRules": { "shape": "ResourceStateUpdateExclusionRules", "documentation": "

Skip action on the image resource and associated resources if specified exclusion rules are met.

" }, "updateAt": { "shape": "DateTimeTimestamp", "documentation": "

The timestamp that indicates when resources are updated by a lifecycle action.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

", "idempotencyToken": true } } }, "StartResourceStateUpdateResponse": { "type": "structure", "members": { "lifecycleExecutionId": { "shape": "LifecycleExecutionId", "documentation": "

Identifies the lifecycle runtime instance that started the resource state update.

" }, "resourceArn": { "shape": "ImageBuildVersionArn", "documentation": "

The requested ARN of the Image Builder resource for the asynchronous update.

" } } }, "StringList": { "type": "list", "member": { "shape": "NonEmptyString" } }, "SystemsManagerAgent": { "type": "structure", "members": { "uninstallAfterBuild": { "shape": "NullableBoolean", "documentation": "

Controls whether the Systems Manager agent is removed from your final build image, prior to creating the new AMI. If this is set to true, then the agent is removed from the final image. If it's set to false, then the agent is left in, so that it is included in the new AMI. The default value is false.

" } }, "documentation": "

Contains settings for the Systems Manager agent on your build instance.

" }, "TagKey": { "type": "string", "max": 128, "min": 1, "pattern": "^(?!aws:)[a-zA-Z+-=._:/]+$" }, "TagKeyList": { "type": "list", "member": { "shape": "TagKey" }, "max": 50, "min": 1 }, "TagMap": { "type": "map", "key": { "shape": "TagKey" }, "value": { "shape": "TagValue" }, "max": 50, "min": 1 }, "TagResourceRequest": { "type": "structure", "required": [ "resourceArn", "tags" ], "members": { "resourceArn": { "shape": "ImageBuilderArn", "documentation": "

The Amazon Resource Name (ARN) of the resource that you want to tag.

", "location": "uri", "locationName": "resourceArn" }, "tags": { "shape": "TagMap", "documentation": "

The tags to apply to the resource.

" } } }, "TagResourceResponse": { "type": "structure", "members": {} }, "TagValue": { "type": "string", "max": 256 }, "TargetContainerRepository": { "type": "structure", "required": [ "service", "repositoryName" ], "members": { "service": { "shape": "ContainerRepositoryService", "documentation": "

Specifies the service in which this image was registered.

" }, "repositoryName": { "shape": "NonEmptyString", "documentation": "

The name of the container repository where the output container image is stored. This name is prefixed by the repository location.

" } }, "documentation": "

The container repository where the output container image is stored.

" }, "TargetResourceCount": { "type": "integer", "max": 10000, "min": 1 }, "Timezone": { "type": "string", "max": 100, "min": 3, "pattern": "[a-zA-Z0-9]{2,}(?:\\/[a-zA-z0-9-_+]+)*" }, "UntagResourceRequest": { "type": "structure", "required": [ "resourceArn", "tagKeys" ], "members": { "resourceArn": { "shape": "ImageBuilderArn", "documentation": "

The Amazon Resource Name (ARN) of the resource that you want to untag.

", "location": "uri", "locationName": "resourceArn" }, "tagKeys": { "shape": "TagKeyList", "documentation": "

The tag keys to remove from the resource.

", "location": "querystring", "locationName": "tagKeys" } } }, "UntagResourceResponse": { "type": "structure", "members": {} }, "UpdateDistributionConfigurationRequest": { "type": "structure", "required": [ "distributionConfigurationArn", "distributions", "clientToken" ], "members": { "distributionConfigurationArn": { "shape": "DistributionConfigurationArn", "documentation": "

The Amazon Resource Name (ARN) of the distribution configuration that you want to update.

" }, "description": { "shape": "NonEmptyString", "documentation": "

The description of the distribution configuration.

" }, "distributions": { "shape": "DistributionList", "documentation": "

The distributions of the distribution configuration.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

", "idempotencyToken": true } } }, "UpdateDistributionConfigurationResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

The client token that uniquely identifies the request.

" }, "distributionConfigurationArn": { "shape": "DistributionConfigurationArn", "documentation": "

The Amazon Resource Name (ARN) of the distribution configuration that was updated by this request.

" } } }, "UpdateImagePipelineRequest": { "type": "structure", "required": [ "imagePipelineArn", "infrastructureConfigurationArn", "clientToken" ], "members": { "imagePipelineArn": { "shape": "ImagePipelineArn", "documentation": "

The Amazon Resource Name (ARN) of the image pipeline that you want to update.

" }, "description": { "shape": "NonEmptyString", "documentation": "

The description of the image pipeline.

" }, "imageRecipeArn": { "shape": "ImageRecipeArn", "documentation": "

The Amazon Resource Name (ARN) of the image recipe that will be used to configure images updated by this image pipeline.

" }, "containerRecipeArn": { "shape": "ContainerRecipeArn", "documentation": "

The Amazon Resource Name (ARN) of the container pipeline to update.

" }, "infrastructureConfigurationArn": { "shape": "InfrastructureConfigurationArn", "documentation": "

The Amazon Resource Name (ARN) of the infrastructure configuration that Image Builder uses to build images that this image pipeline has updated.

" }, "distributionConfigurationArn": { "shape": "DistributionConfigurationArn", "documentation": "

The Amazon Resource Name (ARN) of the distribution configuration that Image Builder uses to configure and distribute images that this image pipeline has updated.

" }, "imageTestsConfiguration": { "shape": "ImageTestsConfiguration", "documentation": "

The image test configuration of the image pipeline.

" }, "enhancedImageMetadataEnabled": { "shape": "NullableBoolean", "documentation": "

Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.

" }, "schedule": { "shape": "Schedule", "documentation": "

The schedule of the image pipeline.

" }, "status": { "shape": "PipelineStatus", "documentation": "

The status of the image pipeline.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

", "idempotencyToken": true }, "imageScanningConfiguration": { "shape": "ImageScanningConfiguration", "documentation": "

Contains settings for vulnerability scans.

" }, "workflows": { "shape": "WorkflowConfigurationList", "documentation": "

Contains the workflows to run for the pipeline.

" }, "executionRole": { "shape": "RoleNameOrArn", "documentation": "

The name or Amazon Resource Name (ARN) for the IAM role you create that grants Image Builder access to perform workflow actions.

" } } }, "UpdateImagePipelineResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

The client token that uniquely identifies the request.

" }, "imagePipelineArn": { "shape": "ImagePipelineArn", "documentation": "

The Amazon Resource Name (ARN) of the image pipeline that was updated by this request.

" } } }, "UpdateInfrastructureConfigurationRequest": { "type": "structure", "required": [ "infrastructureConfigurationArn", "instanceProfileName", "clientToken" ], "members": { "infrastructureConfigurationArn": { "shape": "InfrastructureConfigurationArn", "documentation": "

The Amazon Resource Name (ARN) of the infrastructure configuration that you want to update.

" }, "description": { "shape": "NonEmptyString", "documentation": "

The description of the infrastructure configuration.

" }, "instanceTypes": { "shape": "InstanceTypeList", "documentation": "

The instance types of the infrastructure configuration. You can specify one or more instance types to use for this build. The service will pick one of these instance types based on availability.

" }, "instanceProfileName": { "shape": "InstanceProfileNameType", "documentation": "

The instance profile to associate with the instance used to customize your Amazon EC2 AMI.

" }, "securityGroupIds": { "shape": "SecurityGroupIds", "documentation": "

The security group IDs to associate with the instance used to customize your Amazon EC2 AMI.

" }, "subnetId": { "shape": "NonEmptyString", "documentation": "

The subnet ID to place the instance used to customize your Amazon EC2 AMI in.

" }, "logging": { "shape": "Logging", "documentation": "

The logging configuration of the infrastructure configuration.

" }, "keyPair": { "shape": "NonEmptyString", "documentation": "

The key pair of the infrastructure configuration. You can use this to log on to and debug the instance used to create your image.

" }, "terminateInstanceOnFailure": { "shape": "NullableBoolean", "documentation": "

The terminate instance on failure setting of the infrastructure configuration. Set to false if you want Image Builder to retain the instance used to configure your AMI if the build or test phase of your workflow fails.

" }, "snsTopicArn": { "shape": "SnsTopicArn", "documentation": "

The Amazon Resource Name (ARN) for the SNS topic to which we send image build event notifications.

EC2 Image Builder is unable to send notifications to SNS topics that are encrypted using keys from other accounts. The key that is used to encrypt the SNS topic must reside in the account that the Image Builder service runs under.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

", "idempotencyToken": true }, "resourceTags": { "shape": "ResourceTagMap", "documentation": "

The tags attached to the resource created by Image Builder.

" }, "instanceMetadataOptions": { "shape": "InstanceMetadataOptions", "documentation": "

The instance metadata options that you can set for the HTTP requests that pipeline builds use to launch EC2 build and test instances. For more information about instance metadata options, see one of the following links:

" } } }, "UpdateInfrastructureConfigurationResponse": { "type": "structure", "members": { "requestId": { "shape": "NonEmptyString", "documentation": "

The request ID that uniquely identifies this request.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

The client token that uniquely identifies the request.

" }, "infrastructureConfigurationArn": { "shape": "InfrastructureConfigurationArn", "documentation": "

The Amazon Resource Name (ARN) of the infrastructure configuration that was updated by this request.

" } } }, "UpdateLifecyclePolicyRequest": { "type": "structure", "required": [ "lifecyclePolicyArn", "executionRole", "resourceType", "policyDetails", "resourceSelection", "clientToken" ], "members": { "lifecyclePolicyArn": { "shape": "LifecyclePolicyArn", "documentation": "

The Amazon Resource Name (ARN) of the lifecycle policy resource.

" }, "description": { "shape": "NonEmptyString", "documentation": "

Optional description for the lifecycle policy.

" }, "status": { "shape": "LifecyclePolicyStatus", "documentation": "

Indicates whether the lifecycle policy resource is enabled.

" }, "executionRole": { "shape": "RoleNameOrArn", "documentation": "

The name or Amazon Resource Name (ARN) of the IAM role that Image Builder uses to update the lifecycle policy.

" }, "resourceType": { "shape": "LifecyclePolicyResourceType", "documentation": "

The type of image resource that the lifecycle policy applies to.

" }, "policyDetails": { "shape": "LifecyclePolicyDetails", "documentation": "

The configuration details for a lifecycle policy resource.

" }, "resourceSelection": { "shape": "LifecyclePolicyResourceSelection", "documentation": "

Selection criteria for resources that the lifecycle policy applies to.

" }, "clientToken": { "shape": "ClientToken", "documentation": "

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

", "idempotencyToken": true } } }, "UpdateLifecyclePolicyResponse": { "type": "structure", "members": { "lifecyclePolicyArn": { "shape": "LifecyclePolicyArn", "documentation": "

The ARN of the image lifecycle policy resource that was updated.

" } } }, "Uri": { "type": "string" }, "UserDataOverride": { "type": "string", "max": 21847, "min": 1, "pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$" }, "VersionNumber": { "type": "string", "pattern": "^[0-9]+\\.[0-9]+\\.[0-9]+$" }, "VulnerabilityId": { "type": "string" }, "VulnerabilityIdAggregation": { "type": "structure", "members": { "vulnerabilityId": { "shape": "NonEmptyString", "documentation": "

The vulnerability Id for this set of counts.

" }, "severityCounts": { "shape": "SeverityCounts", "documentation": "

Counts by severity level for medium severity and higher level findings, plus a total for all of the findings for the specified vulnerability.

" } }, "documentation": "

Includes counts of image and pipeline resource findings by vulnerability.

" }, "VulnerabilityIdList": { "type": "list", "member": { "shape": "VulnerabilityId" } }, "VulnerablePackage": { "type": "structure", "members": { "name": { "shape": "NonEmptyString", "documentation": "

The name of the vulnerable package.

" }, "version": { "shape": "NonEmptyString", "documentation": "

The version of the vulnerable package.

" }, "sourceLayerHash": { "shape": "SourceLayerHash", "documentation": "

The source layer hash of the vulnerable package.

" }, "epoch": { "shape": "PackageEpoch", "documentation": "

The epoch of the vulnerable package.

" }, "release": { "shape": "NonEmptyString", "documentation": "

The release of the vulnerable package.

" }, "arch": { "shape": "PackageArchitecture", "documentation": "

The architecture of the vulnerable package.

" }, "packageManager": { "shape": "NonEmptyString", "documentation": "

The package manager of the vulnerable package.

" }, "filePath": { "shape": "NonEmptyString", "documentation": "

The file path of the vulnerable package.

" }, "fixedInVersion": { "shape": "NonEmptyString", "documentation": "

The version of the package that contains the vulnerability fix.

" }, "remediation": { "shape": "NonEmptyString", "documentation": "

The code to run in your environment to update packages with a fix available.

" } }, "documentation": "

Information about a vulnerable package that Amazon Inspector identifies in a finding.

" }, "VulnerablePackageList": { "type": "list", "member": { "shape": "VulnerablePackage" } }, "Workflow": { "type": "structure", "members": { "arn": { "shape": "WorkflowBuildVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the workflow resource.

" }, "name": { "shape": "ResourceName", "documentation": "

The name of the workflow resource.

" }, "version": { "shape": "VersionNumber", "documentation": "

The workflow resource version. Workflow resources are immutable. To make a change, you can clone a workflow or create a new version.

" }, "description": { "shape": "NonEmptyString", "documentation": "

The description of the workflow.

" }, "changeDescription": { "shape": "NonEmptyString", "documentation": "

Describes what change has been made in this version of the workflow, or what makes this version different from other versions of the workflow.

" }, "type": { "shape": "WorkflowType", "documentation": "

Specifies the image creation stage that the workflow applies to. Image Builder currently supports build and test workflows.

" }, "state": { "shape": "WorkflowState", "documentation": "

Describes the current status of the workflow and the reason for that status.

" }, "owner": { "shape": "NonEmptyString", "documentation": "

The owner of the workflow resource.

" }, "data": { "shape": "WorkflowData", "documentation": "

Contains the YAML document content for the workflow.

" }, "kmsKeyId": { "shape": "NonEmptyString", "documentation": "

The KMS key identifier used to encrypt the workflow resource.

" }, "dateCreated": { "shape": "DateTime", "documentation": "

The timestamp when Image Builder created the workflow resource.

" }, "tags": { "shape": "TagMap", "documentation": "

The tags that apply to the workflow resource

" }, "parameters": { "shape": "WorkflowParameterDetailList", "documentation": "

An array of input parameters that that the image workflow uses to control actions or configure settings.

" } }, "documentation": "

Defines a process that Image Builder uses to build and test images during the image creation process.

" }, "WorkflowBuildVersionArn": { "type": "string", "max": 1024, "pattern": "^arn:aws(?:-[a-z]+)*:imagebuilder:[a-z]{2,}(?:-[a-z]+)+-[0-9]+:(?:[0-9]{12}|aws(?:-[a-z-]+)?):workflow/(build|test|distribution)/[a-z0-9-_]+/[0-9]+\\.[0-9]+\\.[0-9]+/[0-9]+$" }, "WorkflowConfiguration": { "type": "structure", "required": [ "workflowArn" ], "members": { "workflowArn": { "shape": "WorkflowVersionArnOrBuildVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the workflow resource.

" }, "parameters": { "shape": "WorkflowParameterList", "documentation": "

Contains parameter values for each of the parameters that the workflow document defined for the workflow resource.

" }, "parallelGroup": { "shape": "ParallelGroup", "documentation": "

Test workflows are defined within named runtime groups called parallel groups. The parallel group is the named group that contains this test workflow. Test workflows within a parallel group can run at the same time. Image Builder starts up to five test workflows in the group at the same time, and starts additional workflows as others complete, until all workflows in the group have completed. This field only applies for test workflows.

" }, "onFailure": { "shape": "OnWorkflowFailure", "documentation": "

The action to take if the workflow fails.

" } }, "documentation": "

Contains control settings and configurable inputs for a workflow resource.

" }, "WorkflowConfigurationList": { "type": "list", "member": { "shape": "WorkflowConfiguration" } }, "WorkflowData": { "type": "string" }, "WorkflowExecutionId": { "type": "string", "pattern": "^wf-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$" }, "WorkflowExecutionMessage": { "type": "string", "max": 500, "min": 0 }, "WorkflowExecutionMetadata": { "type": "structure", "members": { "workflowBuildVersionArn": { "shape": "WorkflowBuildVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the workflow resource build version that ran.

" }, "workflowExecutionId": { "shape": "WorkflowExecutionId", "documentation": "

Unique identifier that Image Builder assigns to keep track of runtime resources each time it runs a workflow.

" }, "type": { "shape": "WorkflowType", "documentation": "

Indicates what type of workflow that Image Builder ran for this runtime instance of the workflow.

" }, "status": { "shape": "WorkflowExecutionStatus", "documentation": "

The current runtime status for this workflow.

" }, "message": { "shape": "WorkflowExecutionMessage", "documentation": "

The runtime output message from the workflow, if applicable.

" }, "totalStepCount": { "shape": "WorkflowStepCount", "documentation": "

The total number of steps in the workflow. This should equal the sum of the step counts for steps that succeeded, were skipped, and failed.

" }, "totalStepsSucceeded": { "shape": "WorkflowStepCount", "documentation": "

A runtime count for the number of steps in the workflow that ran successfully.

" }, "totalStepsFailed": { "shape": "WorkflowStepCount", "documentation": "

A runtime count for the number of steps in the workflow that failed.

" }, "totalStepsSkipped": { "shape": "WorkflowStepCount", "documentation": "

A runtime count for the number of steps in the workflow that were skipped.

" }, "startTime": { "shape": "DateTime", "documentation": "

The timestamp when the runtime instance of this workflow started.

" }, "endTime": { "shape": "DateTime", "documentation": "

The timestamp when this runtime instance of the workflow finished.

" }, "parallelGroup": { "shape": "ParallelGroup", "documentation": "

The name of the test group that included the test workflow resource at runtime.

" } }, "documentation": "

Metadata that includes details and status from this runtime instance of the workflow.

" }, "WorkflowExecutionStatus": { "type": "string", "enum": [ "PENDING", "SKIPPED", "RUNNING", "COMPLETED", "FAILED", "ROLLBACK_IN_PROGRESS", "ROLLBACK_COMPLETED", "CANCELLED" ] }, "WorkflowExecutionsList": { "type": "list", "member": { "shape": "WorkflowExecutionMetadata" } }, "WorkflowNameArn": { "type": "string", "pattern": "^arn:aws(?:-[a-z]+)*:imagebuilder:[a-z]{2,}(?:-[a-z]+)+-[0-9]+:(?:[0-9]{12}|aws(?:-[a-z-]+)?):workflow/(build|test|distribution)/[a-z0-9-_]+/x\\.x\\.x$" }, "WorkflowParameter": { "type": "structure", "required": [ "name", "value" ], "members": { "name": { "shape": "WorkflowParameterName", "documentation": "

The name of the workflow parameter to set.

" }, "value": { "shape": "WorkflowParameterValueList", "documentation": "

Sets the value for the named workflow parameter.

" } }, "documentation": "

Contains a key/value pair that sets the named workflow parameter.

" }, "WorkflowParameterDescription": { "type": "string", "max": 1024, "min": 0, "pattern": "[^\\x00]+" }, "WorkflowParameterDetail": { "type": "structure", "required": [ "name", "type" ], "members": { "name": { "shape": "WorkflowParameterName", "documentation": "

The name of this input parameter.

" }, "type": { "shape": "WorkflowParameterType", "documentation": "

The type of input this parameter provides. The currently supported value is \"string\".

" }, "defaultValue": { "shape": "WorkflowParameterValueList", "documentation": "

The default value of this parameter if no input is provided.

" }, "description": { "shape": "WorkflowParameterDescription", "documentation": "

Describes this parameter.

" } }, "documentation": "

Defines a parameter that's used to provide configuration details for the workflow.

" }, "WorkflowParameterDetailList": { "type": "list", "member": { "shape": "WorkflowParameterDetail" } }, "WorkflowParameterList": { "type": "list", "member": { "shape": "WorkflowParameter" }, "min": 1 }, "WorkflowParameterName": { "type": "string", "max": 128, "min": 1, "pattern": "[^\\x00]+" }, "WorkflowParameterType": { "type": "string", "max": 20, "min": 1, "pattern": "^string|integer|boolean|stringList$" }, "WorkflowParameterValue": { "type": "string", "min": 0, "pattern": "[^\\x00]*" }, "WorkflowParameterValueList": { "type": "list", "member": { "shape": "WorkflowParameterValue" } }, "WorkflowState": { "type": "structure", "members": { "status": { "shape": "WorkflowStatus", "documentation": "

The current state of the workflow.

" }, "reason": { "shape": "NonEmptyString", "documentation": "

Describes how or why the workflow changed state.

" } }, "documentation": "

A group of fields that describe the current status of workflow.

" }, "WorkflowStatus": { "type": "string", "enum": [ "DEPRECATED" ] }, "WorkflowStepAction": { "type": "string", "pattern": "^[A-Za-z][A-Za-z0-9-_]{1,99}$" }, "WorkflowStepActionType": { "type": "string", "enum": [ "RESUME", "STOP" ] }, "WorkflowStepCount": { "type": "integer" }, "WorkflowStepDescription": { "type": "string", "max": 500, "min": 0 }, "WorkflowStepExecution": { "type": "structure", "members": { "stepExecutionId": { "shape": "WorkflowStepExecutionId", "documentation": "

Uniquely identifies the workflow step that ran for the associated image build version.

" }, "imageBuildVersionArn": { "shape": "ImageBuildVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the image build version that ran the workflow.

" }, "workflowExecutionId": { "shape": "WorkflowExecutionId", "documentation": "

Uniquely identifies the runtime instance of the workflow that contains the workflow step that ran for the associated image build version.

" }, "workflowBuildVersionArn": { "shape": "WorkflowBuildVersionArn", "documentation": "

The ARN of the workflow resource that ran.

" }, "name": { "shape": "WorkflowStepName", "documentation": "

The name of the workflow step.

" }, "action": { "shape": "WorkflowStepAction", "documentation": "

The name of the step action.

" }, "startTime": { "shape": "DateTime", "documentation": "

The timestamp when the workflow step started.

" } }, "documentation": "

Contains runtime details for an instance of a workflow that ran for the associated image build version.

" }, "WorkflowStepExecutionId": { "type": "string", "pattern": "^step-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$" }, "WorkflowStepExecutionList": { "type": "list", "member": { "shape": "WorkflowStepExecution" } }, "WorkflowStepExecutionRollbackStatus": { "type": "string", "enum": [ "RUNNING", "COMPLETED", "SKIPPED", "FAILED" ] }, "WorkflowStepExecutionStatus": { "type": "string", "enum": [ "PENDING", "SKIPPED", "RUNNING", "COMPLETED", "FAILED", "CANCELLED" ] }, "WorkflowStepExecutionsList": { "type": "list", "member": { "shape": "WorkflowStepMetadata" } }, "WorkflowStepInputs": { "type": "string" }, "WorkflowStepMessage": { "type": "string", "max": 500, "min": 0 }, "WorkflowStepMetadata": { "type": "structure", "members": { "stepExecutionId": { "shape": "WorkflowStepExecutionId", "documentation": "

A unique identifier for the workflow step, assigned at runtime.

" }, "name": { "shape": "WorkflowStepName", "documentation": "

The name of the workflow step.

" }, "description": { "shape": "WorkflowStepDescription", "documentation": "

Description of the workflow step.

" }, "action": { "shape": "WorkflowStepAction", "documentation": "

The step action name.

" }, "status": { "shape": "WorkflowStepExecutionStatus", "documentation": "

Runtime status for the workflow step.

" }, "rollbackStatus": { "shape": "WorkflowStepExecutionRollbackStatus", "documentation": "

Reports on the rollback status of the step, if applicable.

" }, "message": { "shape": "WorkflowStepMessage", "documentation": "

Detailed output message that the workflow step provides at runtime.

" }, "inputs": { "shape": "WorkflowStepInputs", "documentation": "

Input parameters that Image Builder provides for the workflow step.

" }, "outputs": { "shape": "WorkflowStepOutputs", "documentation": "

The file names that the workflow step created as output for this runtime instance of the workflow.

" }, "startTime": { "shape": "DateTime", "documentation": "

The timestamp when the workflow step started.

" }, "endTime": { "shape": "DateTime", "documentation": "

The timestamp when the workflow step finished.

" } }, "documentation": "

Runtime details and status for the workflow step.

" }, "WorkflowStepName": { "type": "string", "pattern": "^[A-Za-z][A-Za-z0-9-_]{1,99}$" }, "WorkflowStepOutputs": { "type": "string" }, "WorkflowStepTimeoutSecondsInteger": { "type": "integer", "max": 43200, "min": 0 }, "WorkflowSummary": { "type": "structure", "members": { "arn": { "shape": "WorkflowNameArn", "documentation": "

The Amazon Resource Name (ARN) of the workflow resource.

" }, "name": { "shape": "ResourceName", "documentation": "

The name of the workflow.

" }, "version": { "shape": "VersionNumber", "documentation": "

The version of the workflow.

" }, "description": { "shape": "NonEmptyString", "documentation": "

Describes the workflow.

" }, "changeDescription": { "shape": "NonEmptyString", "documentation": "

The change description for the current version of the workflow resource.

" }, "type": { "shape": "WorkflowType", "documentation": "

The image creation stage that this workflow applies to. Image Builder currently supports build and test stage workflows.

" }, "owner": { "shape": "NonEmptyString", "documentation": "

The owner of the workflow resource.

" }, "state": { "shape": "WorkflowState", "documentation": "

Describes the current state of the workflow resource.

" }, "dateCreated": { "shape": "DateTime", "documentation": "

The original creation date of the workflow resource.

" }, "tags": { "shape": "TagMap", "documentation": "

Contains a list of tags that are defined for the workflow.

" } }, "documentation": "

Contains metadata about the workflow resource.

" }, "WorkflowSummaryList": { "type": "list", "member": { "shape": "WorkflowSummary" } }, "WorkflowType": { "type": "string", "enum": [ "BUILD", "TEST", "DISTRIBUTION" ] }, "WorkflowVersion": { "type": "structure", "members": { "arn": { "shape": "WorkflowVersionArn", "documentation": "

The Amazon Resource Name (ARN) of the workflow resource.

" }, "name": { "shape": "ResourceName", "documentation": "

The name of the workflow.

" }, "version": { "shape": "VersionNumber", "documentation": "

The semantic version of the workflow resource. The format includes three nodes: <major>.<minor>.<patch>.

" }, "description": { "shape": "NonEmptyString", "documentation": "

Describes the workflow.

" }, "type": { "shape": "WorkflowType", "documentation": "

The image creation stage that this workflow applies to. Image Builder currently supports build and test stage workflows.

" }, "owner": { "shape": "NonEmptyString", "documentation": "

The owner of the workflow resource.

" }, "dateCreated": { "shape": "DateTime", "documentation": "

The timestamp when Image Builder created the workflow version.

" } }, "documentation": "

Contains details about this version of the workflow.

" }, "WorkflowVersionArn": { "type": "string", "pattern": "^arn:aws(?:-[a-z]+)*:imagebuilder:[a-z]{2,}(?:-[a-z]+)+-[0-9]+:(?:[0-9]{12}|aws(?:-[a-z-]+)?):workflow/(build|test|distribution)/[a-z0-9-_]+/[0-9]+\\.[0-9]+\\.[0-9]+$" }, "WorkflowVersionArnOrBuildVersionArn": { "type": "string", "pattern": "^arn:aws(?:-[a-z]+)*:imagebuilder:[a-z]{2,}(?:-[a-z]+)+-[0-9]+:(?:[0-9]{12}|aws(?:-[a-z-]+)?):workflow/(build|test|distribution)/[a-z0-9-_]+/(?:(?:([0-9]+|x)\\.([0-9]+|x)\\.([0-9]+|x))|(?:[0-9]+\\.[0-9]+\\.[0-9]+/[0-9]+))$" }, "WorkflowVersionList": { "type": "list", "member": { "shape": "WorkflowVersion" } }, "WorkflowWildcardVersionArn": { "type": "string", "pattern": "^arn:aws(?:-[a-z]+)*:imagebuilder:[a-z]{2,}(?:-[a-z]+)+-[0-9]+:(?:[0-9]{12}|aws(?:-[a-z-]+)?):workflow/(build|test|distribution)/[a-z0-9-_]+/(?:[0-9]+|x)\\.(?:[0-9]+|x)\\.(?:[0-9]+|x)$" } }, "documentation": "

EC2 Image Builder is a fully managed Amazon Web Services service that makes it easier to automate the creation, management, and deployment of customized, secure, and up-to-date \"golden\" server images that are pre-installed and pre-configured with software and settings to meet specific IT standards.

" }