github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/imagebuilder/2019-12-02/docs-2.json (about) 1 { 2 "version": "2.0", 3 "service": "<p>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.</p>", 4 "operations": { 5 "CancelImageCreation": "<p>CancelImageCreation cancels the creation of Image. This operation can only be used on images in a non-terminal state.</p>", 6 "CreateComponent": "<p>Creates a new component that can be used to build, validate, test, and assess your image.</p>", 7 "CreateContainerRecipe": "<p>Creates a new container recipe. Container recipes define how images are configured, tested, and assessed.</p>", 8 "CreateDistributionConfiguration": "<p>Creates a new distribution configuration. Distribution configurations define and configure the outputs of your pipeline.</p>", 9 "CreateImage": "<p> 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.</p>", 10 "CreateImagePipeline": "<p> Creates a new image pipeline. Image pipelines enable you to automate the creation and distribution of images.</p>", 11 "CreateImageRecipe": "<p> Creates a new image recipe. Image recipes define how images are configured, tested, and assessed.</p>", 12 "CreateInfrastructureConfiguration": "<p> Creates a new infrastructure configuration. An infrastructure configuration defines the environment in which your image will be built and tested.</p>", 13 "DeleteComponent": "<p> Deletes a component build version.</p>", 14 "DeleteContainerRecipe": "<p>Deletes a container recipe.</p>", 15 "DeleteDistributionConfiguration": "<p> Deletes a distribution configuration.</p>", 16 "DeleteImage": "<p>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.</p> <ul> <li> <p>To deregister an EC2 Linux AMI, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/deregister-ami.html\">Deregister your Linux AMI</a> in the <i> <i>Amazon EC2 User Guide</i> </i>.</p> </li> <li> <p>To deregister an EC2 Windows AMI, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/deregister-ami.html\">Deregister your Windows AMI</a> in the <i> <i>Amazon EC2 Windows Guide</i> </i>.</p> </li> <li> <p>To delete a container image from Amazon ECR, see <a href=\"https://docs.aws.amazon.com/https:/docs.aws.amazon.comAmazonECR/latest/userguide/delete_image.html\">Deleting an image</a> in the <i>Amazon ECR User Guide</i>.</p> </li> </ul>", 17 "DeleteImagePipeline": "<p> Deletes an image pipeline.</p>", 18 "DeleteImageRecipe": "<p> Deletes an image recipe.</p>", 19 "DeleteInfrastructureConfiguration": "<p> Deletes an infrastructure configuration.</p>", 20 "GetComponent": "<p> Gets a component object.</p>", 21 "GetComponentPolicy": "<p> Gets a component policy.</p>", 22 "GetContainerRecipe": "<p>Retrieves a container recipe.</p>", 23 "GetContainerRecipePolicy": "<p>Retrieves the policy for a container recipe.</p>", 24 "GetDistributionConfiguration": "<p> Gets a distribution configuration.</p>", 25 "GetImage": "<p> Gets an image.</p>", 26 "GetImagePipeline": "<p> Gets an image pipeline.</p>", 27 "GetImagePolicy": "<p> Gets an image policy.</p>", 28 "GetImageRecipe": "<p> Gets an image recipe.</p>", 29 "GetImageRecipePolicy": "<p> Gets an image recipe policy.</p>", 30 "GetInfrastructureConfiguration": "<p> Gets an infrastructure configuration.</p>", 31 "ImportComponent": "<p>Imports a component and transforms its data into a component document.</p>", 32 "ListComponentBuildVersions": "<p> Returns the list of component build versions for the specified semantic version.</p> <note> <p>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.</p> <p> <b>Filtering:</b> 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.</p> </note>", 33 "ListComponents": "<p>Returns the list of component build versions for the specified semantic version.</p> <note> <p>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.</p> <p> <b>Filtering:</b> 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.</p> </note>", 34 "ListContainerRecipes": "<p>Returns a list of container recipes.</p>", 35 "ListDistributionConfigurations": "<p>Returns a list of distribution configurations.</p>", 36 "ListImageBuildVersions": "<p> Returns a list of image build versions.</p>", 37 "ListImagePackages": "<p>List the Packages that are associated with an Image Build Version, as determined by Amazon Web Services Systems Manager Inventory at build time.</p>", 38 "ListImagePipelineImages": "<p> Returns a list of images created by the specified pipeline.</p>", 39 "ListImagePipelines": "<p>Returns a list of image pipelines.</p>", 40 "ListImageRecipes": "<p> Returns a list of image recipes.</p>", 41 "ListImages": "<p> Returns the list of images that you have access to.</p>", 42 "ListInfrastructureConfigurations": "<p> Returns a list of infrastructure configurations.</p>", 43 "ListTagsForResource": "<p> Returns the list of tags for the specified resource.</p>", 44 "PutComponentPolicy": "<p> Applies a policy to a component. We recommend that you call the RAM API <a href=\"https://docs.aws.amazon.com/ram/latest/APIReference/API_CreateResourceShare.html\">CreateResourceShare</a> to share resources. If you call the Image Builder API <code>PutComponentPolicy</code>, you must also call the RAM API <a href=\"https://docs.aws.amazon.com/ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html\">PromoteResourceShareCreatedFromPolicy</a> in order for the resource to be visible to all principals with whom the resource is shared.</p>", 45 "PutContainerRecipePolicy": "<p>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 <code>PutContainerImagePolicy</code>, 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.</p>", 46 "PutImagePolicy": "<p>Applies a policy to an image. We recommend that you call the RAM API <a href=\"https://docs.aws.amazon.com/ram/latest/APIReference/API_CreateResourceShare.html\">CreateResourceShare</a> to share resources. If you call the Image Builder API <code>PutImagePolicy</code>, you must also call the RAM API <a href=\"https://docs.aws.amazon.com/ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html\">PromoteResourceShareCreatedFromPolicy</a> in order for the resource to be visible to all principals with whom the resource is shared.</p>", 47 "PutImageRecipePolicy": "<p> Applies a policy to an image recipe. We recommend that you call the RAM API <a href=\"https://docs.aws.amazon.com/ram/latest/APIReference/API_CreateResourceShare.html\">CreateResourceShare</a> to share resources. If you call the Image Builder API <code>PutImageRecipePolicy</code>, you must also call the RAM API <a href=\"https://docs.aws.amazon.com/ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html\">PromoteResourceShareCreatedFromPolicy</a> in order for the resource to be visible to all principals with whom the resource is shared.</p>", 48 "StartImagePipelineExecution": "<p> Manually triggers a pipeline to create an image.</p>", 49 "TagResource": "<p> Adds a tag to a resource.</p>", 50 "UntagResource": "<p> Removes a tag from a resource.</p>", 51 "UpdateDistributionConfiguration": "<p> Updates a new distribution configuration. Distribution configurations define and configure the outputs of your pipeline.</p>", 52 "UpdateImagePipeline": "<p> Updates an image pipeline. Image pipelines enable you to automate the creation and distribution of images.</p> <note> <p>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.</p> </note>", 53 "UpdateInfrastructureConfiguration": "<p> Updates a new infrastructure configuration. An infrastructure configuration defines the environment in which your image will be built and tested.</p>" 54 }, 55 "shapes": { 56 "AccountId": { 57 "base": null, 58 "refs": { 59 "AccountList$member": null, 60 "LaunchTemplateConfiguration$accountId": "<p>The account ID that this configuration applies to.</p>" 61 } 62 }, 63 "AccountList": { 64 "base": null, 65 "refs": { 66 "AmiDistributionConfiguration$targetAccountIds": "<p>The ID of an account to which you want to distribute an image.</p>", 67 "LaunchPermissionConfiguration$userIds": "<p>The Amazon Web Services account ID.</p>" 68 } 69 }, 70 "AdditionalInstanceConfiguration": { 71 "base": "<p>In addition to your infrastruction configuration, these settings provide an extra layer of control over your build instances. For instances where Image Builder installs the Systems Manager agent, you can choose whether to keep it for the AMI that you create. You can also specify commands to run on launch for all of your build instances.</p>", 72 "refs": { 73 "CreateImageRecipeRequest$additionalInstanceConfiguration": "<p>Specify additional settings and launch scripts for your build instances.</p>", 74 "ImageRecipe$additionalInstanceConfiguration": "<p>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.</p>" 75 } 76 }, 77 "Ami": { 78 "base": "<p> Details of an Amazon EC2 AMI.</p>", 79 "refs": { 80 "AmiList$member": null 81 } 82 }, 83 "AmiDistributionConfiguration": { 84 "base": "<p> Define and configure the output AMIs of the pipeline.</p>", 85 "refs": { 86 "Distribution$amiDistributionConfiguration": "<p>The specific AMI settings; for example, launch permissions or AMI tags.</p>" 87 } 88 }, 89 "AmiList": { 90 "base": null, 91 "refs": { 92 "OutputResources$amis": "<p>The Amazon EC2 AMIs created by this image.</p>" 93 } 94 }, 95 "AmiNameString": { 96 "base": null, 97 "refs": { 98 "AmiDistributionConfiguration$name": "<p>The name of the output AMI.</p>" 99 } 100 }, 101 "Arn": { 102 "base": null, 103 "refs": { 104 "Image$sourcePipelineArn": "<p>The Amazon Resource Name (ARN) of the image pipeline that created this image.</p>", 105 "ImagePipeline$imageRecipeArn": "<p>The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.</p>", 106 "ImagePipeline$containerRecipeArn": "<p>The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.</p>", 107 "ImagePipeline$infrastructureConfigurationArn": "<p>The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.</p>", 108 "ImagePipeline$distributionConfigurationArn": "<p>The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.</p>" 109 } 110 }, 111 "Boolean": { 112 "base": null, 113 "refs": { 114 "LaunchTemplateConfiguration$setDefaultVersion": "<p>Set the specified Amazon EC2 launch template as the default launch template for the specified account.</p>", 115 "ListComponentsRequest$byName": "<p>Returns the list of component build versions for the specified name.</p>", 116 "ListImagesRequest$byName": "<p>Requests a list of images with a specific recipe name.</p>" 117 } 118 }, 119 "CallRateLimitExceededException": { 120 "base": "<p>You have exceeded the permitted request rate for the specific operation.</p>", 121 "refs": { 122 } 123 }, 124 "CancelImageCreationRequest": { 125 "base": null, 126 "refs": { 127 } 128 }, 129 "CancelImageCreationResponse": { 130 "base": null, 131 "refs": { 132 } 133 }, 134 "ClientException": { 135 "base": "<p>These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn't have permissions to use the action or resource, or specifying an invalid resource identifier.</p>", 136 "refs": { 137 } 138 }, 139 "ClientToken": { 140 "base": null, 141 "refs": { 142 "CancelImageCreationRequest$clientToken": "<p>The idempotency token used to make this request idempotent.</p>", 143 "CancelImageCreationResponse$clientToken": "<p>The idempotency token used to make this request idempotent.</p>", 144 "CreateComponentRequest$clientToken": "<p>The idempotency token of the component.</p>", 145 "CreateComponentResponse$clientToken": "<p>The idempotency token used to make this request idempotent.</p>", 146 "CreateContainerRecipeRequest$clientToken": "<p>The client token used to make this request idempotent.</p>", 147 "CreateContainerRecipeResponse$clientToken": "<p>The client token used to make this request idempotent.</p>", 148 "CreateDistributionConfigurationRequest$clientToken": "<p> The idempotency token of the distribution configuration.</p>", 149 "CreateDistributionConfigurationResponse$clientToken": "<p> The idempotency token used to make this request idempotent.</p>", 150 "CreateImagePipelineRequest$clientToken": "<p> The idempotency token used to make this request idempotent.</p>", 151 "CreateImagePipelineResponse$clientToken": "<p> The idempotency token used to make this request idempotent.</p>", 152 "CreateImageRecipeRequest$clientToken": "<p>The idempotency token used to make this request idempotent.</p>", 153 "CreateImageRecipeResponse$clientToken": "<p>The idempotency token used to make this request idempotent.</p>", 154 "CreateImageRequest$clientToken": "<p> The idempotency token used to make this request idempotent.</p>", 155 "CreateImageResponse$clientToken": "<p> The idempotency token used to make this request idempotent.</p>", 156 "CreateInfrastructureConfigurationRequest$clientToken": "<p>The idempotency token used to make this request idempotent.</p>", 157 "CreateInfrastructureConfigurationResponse$clientToken": "<p>The idempotency token used to make this request idempotent.</p>", 158 "ImportComponentRequest$clientToken": "<p>The idempotency token of the component.</p>", 159 "ImportComponentResponse$clientToken": "<p>The idempotency token used to make this request idempotent.</p>", 160 "StartImagePipelineExecutionRequest$clientToken": "<p>The idempotency token used to make this request idempotent.</p>", 161 "StartImagePipelineExecutionResponse$clientToken": "<p>The idempotency token used to make this request idempotent.</p>", 162 "UpdateDistributionConfigurationRequest$clientToken": "<p>The idempotency token of the distribution configuration.</p>", 163 "UpdateDistributionConfigurationResponse$clientToken": "<p>The idempotency token used to make this request idempotent.</p>", 164 "UpdateImagePipelineRequest$clientToken": "<p>The idempotency token used to make this request idempotent.</p>", 165 "UpdateImagePipelineResponse$clientToken": "<p>The idempotency token used to make this request idempotent.</p>", 166 "UpdateInfrastructureConfigurationRequest$clientToken": "<p>The idempotency token used to make this request idempotent.</p>", 167 "UpdateInfrastructureConfigurationResponse$clientToken": "<p>The idempotency token used to make this request idempotent.</p>" 168 } 169 }, 170 "Component": { 171 "base": "<p>A detailed view of a component.</p>", 172 "refs": { 173 "GetComponentResponse$component": "<p>The component object associated with the specified ARN.</p>" 174 } 175 }, 176 "ComponentBuildVersionArn": { 177 "base": null, 178 "refs": { 179 "CreateComponentResponse$componentBuildVersionArn": "<p>The Amazon Resource Name (ARN) of the component that was created by this request.</p>", 180 "DeleteComponentRequest$componentBuildVersionArn": "<p>The Amazon Resource Name (ARN) of the component build version to delete.</p>", 181 "DeleteComponentResponse$componentBuildVersionArn": "<p>The Amazon Resource Name (ARN) of the component build version that was deleted.</p>", 182 "GetComponentPolicyRequest$componentArn": "<p>The Amazon Resource Name (ARN) of the component whose policy you want to retrieve.</p>", 183 "ImportComponentResponse$componentBuildVersionArn": "<p>The Amazon Resource Name (ARN) of the imported component.</p>", 184 "PutComponentPolicyRequest$componentArn": "<p>The Amazon Resource Name (ARN) of the component that this policy should be applied to.</p>", 185 "PutComponentPolicyResponse$componentArn": "<p>The Amazon Resource Name (ARN) of the component that this policy was applied to.</p>" 186 } 187 }, 188 "ComponentConfiguration": { 189 "base": "<p> Configuration details of the component.</p>", 190 "refs": { 191 "ComponentConfigurationList$member": null 192 } 193 }, 194 "ComponentConfigurationList": { 195 "base": null, 196 "refs": { 197 "ContainerRecipe$components": "<p>Components for build and test that are included in the container recipe.</p>", 198 "CreateContainerRecipeRequest$components": "<p>Components for build and test that are included in the container recipe.</p>", 199 "CreateImageRecipeRequest$components": "<p>The components of the image recipe.</p>", 200 "ImageRecipe$components": "<p>The components of the image recipe.</p>" 201 } 202 }, 203 "ComponentData": { 204 "base": null, 205 "refs": { 206 "Component$data": "<p>The data of the component.</p>" 207 } 208 }, 209 "ComponentFormat": { 210 "base": null, 211 "refs": { 212 "ImportComponentRequest$format": "<p>The format of the resource that you want to import as a component.</p>" 213 } 214 }, 215 "ComponentParameter": { 216 "base": "<p>Contains a key/value pair that sets the named component parameter.</p>", 217 "refs": { 218 "ComponentParameterList$member": null 219 } 220 }, 221 "ComponentParameterDescription": { 222 "base": null, 223 "refs": { 224 "ComponentParameterDetail$description": "<p>Describes this parameter.</p>" 225 } 226 }, 227 "ComponentParameterDetail": { 228 "base": "<p>Defines a parameter that is used to provide configuration details for the component.</p>", 229 "refs": { 230 "ComponentParameterDetailList$member": null 231 } 232 }, 233 "ComponentParameterDetailList": { 234 "base": null, 235 "refs": { 236 "Component$parameters": "<p>Contains parameter details for each of the parameters that are defined for the component.</p>" 237 } 238 }, 239 "ComponentParameterList": { 240 "base": null, 241 "refs": { 242 "ComponentConfiguration$parameters": "<p>A group of parameter settings that are used to configure the component for a specific recipe.</p>" 243 } 244 }, 245 "ComponentParameterName": { 246 "base": null, 247 "refs": { 248 "ComponentParameter$name": "<p>The name of the component parameter to set.</p>", 249 "ComponentParameterDetail$name": "<p>The name of this input parameter.</p>" 250 } 251 }, 252 "ComponentParameterType": { 253 "base": null, 254 "refs": { 255 "ComponentParameterDetail$type": "<p>The type of input this parameter provides. The currently supported value is \"string\".</p>" 256 } 257 }, 258 "ComponentParameterValue": { 259 "base": null, 260 "refs": { 261 "ComponentParameterValueList$member": null 262 } 263 }, 264 "ComponentParameterValueList": { 265 "base": null, 266 "refs": { 267 "ComponentParameter$value": "<p>Sets the value for the named component parameter.</p>", 268 "ComponentParameterDetail$defaultValue": "<p>The default value of this parameter if no input is provided.</p>" 269 } 270 }, 271 "ComponentState": { 272 "base": "<p>A group of fields that describe the current status of components that are no longer active.</p>", 273 "refs": { 274 "Component$state": "<p>Describes the current status of the component. This is used for components that are no longer active.</p>", 275 "ComponentSummary$state": "<p>Describes the current status of the component.</p>" 276 } 277 }, 278 "ComponentStatus": { 279 "base": null, 280 "refs": { 281 "ComponentState$status": "<p>The current state of the component.</p>" 282 } 283 }, 284 "ComponentSummary": { 285 "base": "<p>A high-level summary of a component.</p>", 286 "refs": { 287 "ComponentSummaryList$member": null 288 } 289 }, 290 "ComponentSummaryList": { 291 "base": null, 292 "refs": { 293 "ListComponentBuildVersionsResponse$componentSummaryList": "<p>The list of component summaries for the specified semantic version.</p>" 294 } 295 }, 296 "ComponentType": { 297 "base": null, 298 "refs": { 299 "Component$type": "<p>The type of the component denotes whether the component is used to build the image or only to test it.</p>", 300 "ComponentSummary$type": "<p>The type of the component denotes whether the component is used to build the image or only to test it.</p>", 301 "ComponentVersion$type": "<p>The type of the component denotes whether the component is used to build the image or only to test it.</p>", 302 "ImportComponentRequest$type": "<p>The type of the component denotes whether the component is used to build the image, or only to test it.</p>" 303 } 304 }, 305 "ComponentVersion": { 306 "base": "<p>The defining characteristics of a specific version of an Amazon Web Services TOE component.</p>", 307 "refs": { 308 "ComponentVersionList$member": null 309 } 310 }, 311 "ComponentVersionArn": { 312 "base": null, 313 "refs": { 314 "ListComponentBuildVersionsRequest$componentVersionArn": "<p>The component version Amazon Resource Name (ARN) whose versions you want to list.</p>" 315 } 316 }, 317 "ComponentVersionArnOrBuildVersionArn": { 318 "base": null, 319 "refs": { 320 "ComponentConfiguration$componentArn": "<p>The Amazon Resource Name (ARN) of the component.</p>", 321 "GetComponentRequest$componentBuildVersionArn": "<p>The Amazon Resource Name (ARN) of the component that you want to retrieve. Regex requires \"/\\d+$\" suffix.</p>" 322 } 323 }, 324 "ComponentVersionList": { 325 "base": null, 326 "refs": { 327 "ListComponentsResponse$componentVersionList": "<p>The list of component semantic versions.</p> <note> <p>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.</p> </note>" 328 } 329 }, 330 "Container": { 331 "base": "<p>A container encapsulates the runtime environment for an application.</p>", 332 "refs": { 333 "ContainerList$member": null 334 } 335 }, 336 "ContainerDistributionConfiguration": { 337 "base": "<p>Container distribution settings for encryption, licensing, and sharing in a specific Region.</p>", 338 "refs": { 339 "Distribution$containerDistributionConfiguration": "<p>Container distribution settings for encryption, licensing, and sharing in a specific Region.</p>" 340 } 341 }, 342 "ContainerList": { 343 "base": null, 344 "refs": { 345 "OutputResources$containers": "<p>Container images that the pipeline has generated and stored in the output repository.</p>" 346 } 347 }, 348 "ContainerRecipe": { 349 "base": "<p>A container recipe.</p>", 350 "refs": { 351 "GetContainerRecipeResponse$containerRecipe": "<p>The container recipe object that is returned.</p>", 352 "Image$containerRecipe": "<p>The recipe that is used to create an Image Builder container image.</p>" 353 } 354 }, 355 "ContainerRecipeArn": { 356 "base": null, 357 "refs": { 358 "CreateContainerRecipeResponse$containerRecipeArn": "<p>Returns the Amazon Resource Name (ARN) of the container recipe that the request created.</p>", 359 "CreateImagePipelineRequest$containerRecipeArn": "<p>The Amazon Resource Name (ARN) of the container recipe that is used to configure images created by this container pipeline.</p>", 360 "CreateImageRequest$containerRecipeArn": "<p>The Amazon Resource Name (ARN) of the container recipe that defines how images are configured and tested.</p>", 361 "DeleteContainerRecipeRequest$containerRecipeArn": "<p>The Amazon Resource Name (ARN) of the container recipe to delete.</p>", 362 "DeleteContainerRecipeResponse$containerRecipeArn": "<p>The Amazon Resource Name (ARN) of the container recipe that was deleted.</p>", 363 "GetContainerRecipePolicyRequest$containerRecipeArn": "<p>The Amazon Resource Name (ARN) of the container recipe for the policy being requested.</p>", 364 "GetContainerRecipeRequest$containerRecipeArn": "<p>The Amazon Resource Name (ARN) of the container recipe to retrieve.</p>", 365 "PutContainerRecipePolicyRequest$containerRecipeArn": "<p>The Amazon Resource Name (ARN) of the container recipe that this policy should be applied to.</p>", 366 "PutContainerRecipePolicyResponse$containerRecipeArn": "<p>The Amazon Resource Name (ARN) of the container recipe that this policy was applied to.</p>", 367 "UpdateImagePipelineRequest$containerRecipeArn": "<p>The Amazon Resource Name (ARN) of the container pipeline to update.</p>" 368 } 369 }, 370 "ContainerRecipeSummary": { 371 "base": "<p>A summary of a container recipe</p>", 372 "refs": { 373 "ContainerRecipeSummaryList$member": null 374 } 375 }, 376 "ContainerRecipeSummaryList": { 377 "base": null, 378 "refs": { 379 "ListContainerRecipesResponse$containerRecipeSummaryList": "<p>The list of container recipes returned for the request.</p>" 380 } 381 }, 382 "ContainerRepositoryService": { 383 "base": null, 384 "refs": { 385 "TargetContainerRepository$service": "<p>Specifies the service in which this image was registered.</p>" 386 } 387 }, 388 "ContainerType": { 389 "base": null, 390 "refs": { 391 "ContainerRecipe$containerType": "<p>Specifies the type of container, such as Docker.</p>", 392 "ContainerRecipeSummary$containerType": "<p>Specifies the type of container, such as \"Docker\".</p>", 393 "CreateContainerRecipeRequest$containerType": "<p>The type of container to create.</p>" 394 } 395 }, 396 "CreateComponentRequest": { 397 "base": null, 398 "refs": { 399 } 400 }, 401 "CreateComponentResponse": { 402 "base": null, 403 "refs": { 404 } 405 }, 406 "CreateContainerRecipeRequest": { 407 "base": null, 408 "refs": { 409 } 410 }, 411 "CreateContainerRecipeResponse": { 412 "base": null, 413 "refs": { 414 } 415 }, 416 "CreateDistributionConfigurationRequest": { 417 "base": null, 418 "refs": { 419 } 420 }, 421 "CreateDistributionConfigurationResponse": { 422 "base": null, 423 "refs": { 424 } 425 }, 426 "CreateImagePipelineRequest": { 427 "base": null, 428 "refs": { 429 } 430 }, 431 "CreateImagePipelineResponse": { 432 "base": null, 433 "refs": { 434 } 435 }, 436 "CreateImageRecipeRequest": { 437 "base": null, 438 "refs": { 439 } 440 }, 441 "CreateImageRecipeResponse": { 442 "base": null, 443 "refs": { 444 } 445 }, 446 "CreateImageRequest": { 447 "base": null, 448 "refs": { 449 } 450 }, 451 "CreateImageResponse": { 452 "base": null, 453 "refs": { 454 } 455 }, 456 "CreateInfrastructureConfigurationRequest": { 457 "base": null, 458 "refs": { 459 } 460 }, 461 "CreateInfrastructureConfigurationResponse": { 462 "base": null, 463 "refs": { 464 } 465 }, 466 "DateTime": { 467 "base": null, 468 "refs": { 469 "Component$dateCreated": "<p>The date that the component was created.</p>", 470 "ComponentSummary$dateCreated": "<p>The date that the component was created.</p>", 471 "ComponentVersion$dateCreated": "<p>The date that the component was created.</p>", 472 "ContainerRecipe$dateCreated": "<p>The date when this container recipe was created.</p>", 473 "ContainerRecipeSummary$dateCreated": "<p>The date when this container recipe was created.</p>", 474 "DistributionConfiguration$dateCreated": "<p>The date on which this distribution configuration was created.</p>", 475 "DistributionConfiguration$dateUpdated": "<p>The date on which this distribution configuration was last updated.</p>", 476 "DistributionConfigurationSummary$dateCreated": "<p>The date on which the distribution configuration was created.</p>", 477 "DistributionConfigurationSummary$dateUpdated": "<p>The date on which the distribution configuration was updated.</p>", 478 "Image$dateCreated": "<p>The date on which this image was created.</p>", 479 "ImagePipeline$dateCreated": "<p>The date on which this image pipeline was created.</p>", 480 "ImagePipeline$dateUpdated": "<p>The date on which this image pipeline was last updated.</p>", 481 "ImagePipeline$dateLastRun": "<p>The date on which this image pipeline was last run.</p>", 482 "ImagePipeline$dateNextRun": "<p>The date on which this image pipeline will next be run.</p>", 483 "ImageRecipe$dateCreated": "<p>The date on which this image recipe was created.</p>", 484 "ImageRecipeSummary$dateCreated": "<p>The date on which this image recipe was created.</p>", 485 "ImageSummary$dateCreated": "<p>The date on which this image was created.</p>", 486 "ImageVersion$dateCreated": "<p>The date on which this specific version of the Image Builder image was created.</p>", 487 "InfrastructureConfiguration$dateCreated": "<p>The date on which the infrastructure configuration was created.</p>", 488 "InfrastructureConfiguration$dateUpdated": "<p>The date on which the infrastructure configuration was last updated.</p>", 489 "InfrastructureConfigurationSummary$dateCreated": "<p>The date on which the infrastructure configuration was created.</p>", 490 "InfrastructureConfigurationSummary$dateUpdated": "<p>The date on which the infrastructure configuration was last updated.</p>" 491 } 492 }, 493 "DeleteComponentRequest": { 494 "base": null, 495 "refs": { 496 } 497 }, 498 "DeleteComponentResponse": { 499 "base": null, 500 "refs": { 501 } 502 }, 503 "DeleteContainerRecipeRequest": { 504 "base": null, 505 "refs": { 506 } 507 }, 508 "DeleteContainerRecipeResponse": { 509 "base": null, 510 "refs": { 511 } 512 }, 513 "DeleteDistributionConfigurationRequest": { 514 "base": null, 515 "refs": { 516 } 517 }, 518 "DeleteDistributionConfigurationResponse": { 519 "base": null, 520 "refs": { 521 } 522 }, 523 "DeleteImagePipelineRequest": { 524 "base": null, 525 "refs": { 526 } 527 }, 528 "DeleteImagePipelineResponse": { 529 "base": null, 530 "refs": { 531 } 532 }, 533 "DeleteImageRecipeRequest": { 534 "base": null, 535 "refs": { 536 } 537 }, 538 "DeleteImageRecipeResponse": { 539 "base": null, 540 "refs": { 541 } 542 }, 543 "DeleteImageRequest": { 544 "base": null, 545 "refs": { 546 } 547 }, 548 "DeleteImageResponse": { 549 "base": null, 550 "refs": { 551 } 552 }, 553 "DeleteInfrastructureConfigurationRequest": { 554 "base": null, 555 "refs": { 556 } 557 }, 558 "DeleteInfrastructureConfigurationResponse": { 559 "base": null, 560 "refs": { 561 } 562 }, 563 "Distribution": { 564 "base": "<p> Defines the settings for a specific Region.</p>", 565 "refs": { 566 "DistributionList$member": null 567 } 568 }, 569 "DistributionConfiguration": { 570 "base": "<p>A distribution configuration.</p>", 571 "refs": { 572 "GetDistributionConfigurationResponse$distributionConfiguration": "<p>The distribution configuration object.</p>", 573 "Image$distributionConfiguration": "<p>The distribution configuration used when creating this image.</p>" 574 } 575 }, 576 "DistributionConfigurationArn": { 577 "base": null, 578 "refs": { 579 "CreateDistributionConfigurationResponse$distributionConfigurationArn": "<p> The Amazon Resource Name (ARN) of the distribution configuration that was created by this request.</p>", 580 "CreateImagePipelineRequest$distributionConfigurationArn": "<p> The Amazon Resource Name (ARN) of the distribution configuration that will be used to configure and distribute images created by this image pipeline.</p>", 581 "CreateImageRequest$distributionConfigurationArn": "<p> The Amazon Resource Name (ARN) of the distribution configuration that defines and configures the outputs of your pipeline.</p>", 582 "DeleteDistributionConfigurationRequest$distributionConfigurationArn": "<p>The Amazon Resource Name (ARN) of the distribution configuration to delete.</p>", 583 "DeleteDistributionConfigurationResponse$distributionConfigurationArn": "<p>The Amazon Resource Name (ARN) of the distribution configuration that was deleted.</p>", 584 "GetDistributionConfigurationRequest$distributionConfigurationArn": "<p>The Amazon Resource Name (ARN) of the distribution configuration that you want to retrieve.</p>", 585 "UpdateDistributionConfigurationRequest$distributionConfigurationArn": "<p>The Amazon Resource Name (ARN) of the distribution configuration that you want to update.</p>", 586 "UpdateDistributionConfigurationResponse$distributionConfigurationArn": "<p>The Amazon Resource Name (ARN) of the distribution configuration that was updated by this request.</p>", 587 "UpdateImagePipelineRequest$distributionConfigurationArn": "<p>The Amazon Resource Name (ARN) of the distribution configuration that will be used to configure and distribute images updated by this image pipeline.</p>" 588 } 589 }, 590 "DistributionConfigurationSummary": { 591 "base": "<p>A high-level overview of a distribution configuration.</p>", 592 "refs": { 593 "DistributionConfigurationSummaryList$member": null 594 } 595 }, 596 "DistributionConfigurationSummaryList": { 597 "base": null, 598 "refs": { 599 "ListDistributionConfigurationsResponse$distributionConfigurationSummaryList": "<p>The list of distributions.</p>" 600 } 601 }, 602 "DistributionList": { 603 "base": null, 604 "refs": { 605 "CreateDistributionConfigurationRequest$distributions": "<p> The distributions of the distribution configuration.</p>", 606 "DistributionConfiguration$distributions": "<p>The distribution objects that apply Region-specific settings for the deployment of the image to targeted Regions.</p>", 607 "UpdateDistributionConfigurationRequest$distributions": "<p>The distributions of the distribution configuration.</p>" 608 } 609 }, 610 "DistributionTimeoutMinutes": { 611 "base": null, 612 "refs": { 613 "DistributionConfiguration$timeoutMinutes": "<p>The maximum duration in minutes for this distribution configuration.</p>" 614 } 615 }, 616 "DockerFileTemplate": { 617 "base": null, 618 "refs": { 619 "ContainerRecipe$dockerfileTemplateData": "<p>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.</p>" 620 } 621 }, 622 "EbsInstanceBlockDeviceSpecification": { 623 "base": "<p>Amazon EBS-specific block device mapping specifications.</p>", 624 "refs": { 625 "InstanceBlockDeviceMapping$ebs": "<p>Use to manage Amazon EBS-specific configuration for this mapping.</p>" 626 } 627 }, 628 "EbsIopsInteger": { 629 "base": null, 630 "refs": { 631 "EbsInstanceBlockDeviceSpecification$iops": "<p>Use to configure device IOPS.</p>" 632 } 633 }, 634 "EbsVolumeSizeInteger": { 635 "base": null, 636 "refs": { 637 "EbsInstanceBlockDeviceSpecification$volumeSize": "<p>Use to override the device's volume size.</p>" 638 } 639 }, 640 "EbsVolumeThroughput": { 641 "base": null, 642 "refs": { 643 "EbsInstanceBlockDeviceSpecification$throughput": "<p> <b>For GP3 volumes only</b> – The throughput in MiB/s that the volume supports. </p>" 644 } 645 }, 646 "EbsVolumeType": { 647 "base": null, 648 "refs": { 649 "EbsInstanceBlockDeviceSpecification$volumeType": "<p>Use to override the device's volume type.</p>" 650 } 651 }, 652 "EmptyString": { 653 "base": null, 654 "refs": { 655 "InstanceBlockDeviceMapping$noDevice": "<p>Use to remove a mapping from the base image.</p>" 656 } 657 }, 658 "ErrorMessage": { 659 "base": null, 660 "refs": { 661 "CallRateLimitExceededException$message": null, 662 "ClientException$message": null, 663 "ForbiddenException$message": null, 664 "IdempotentParameterMismatchException$message": null, 665 "InvalidPaginationTokenException$message": null, 666 "InvalidParameterCombinationException$message": null, 667 "InvalidParameterException$message": null, 668 "InvalidParameterValueException$message": null, 669 "InvalidRequestException$message": null, 670 "InvalidVersionNumberException$message": null, 671 "ResourceAlreadyExistsException$message": null, 672 "ResourceDependencyException$message": null, 673 "ResourceInUseException$message": null, 674 "ResourceNotFoundException$message": null, 675 "ServiceException$message": null, 676 "ServiceQuotaExceededException$message": null, 677 "ServiceUnavailableException$message": null 678 } 679 }, 680 "Filter": { 681 "base": "<p>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.</p>", 682 "refs": { 683 "FilterList$member": null 684 } 685 }, 686 "FilterList": { 687 "base": null, 688 "refs": { 689 "ListComponentsRequest$filters": "<p>Use the following filters to streamline results:</p> <ul> <li> <p> <code>description</code> </p> </li> <li> <p> <code>name</code> </p> </li> <li> <p> <code>platform</code> </p> </li> <li> <p> <code>supportedOsVersion</code> </p> </li> <li> <p> <code>type</code> </p> </li> <li> <p> <code>version</code> </p> </li> </ul>", 690 "ListContainerRecipesRequest$filters": "<p>Use the following filters to streamline results:</p> <ul> <li> <p> <code>containerType</code> </p> </li> <li> <p> <code>name</code> </p> </li> <li> <p> <code>parentImage</code> </p> </li> <li> <p> <code>platform</code> </p> </li> </ul>", 691 "ListDistributionConfigurationsRequest$filters": "<p>You can filter on <code>name</code> to streamline results.</p>", 692 "ListImageBuildVersionsRequest$filters": "<p>Use the following filters to streamline results:</p> <ul> <li> <p> <code>name</code> </p> </li> <li> <p> <code>osVersion</code> </p> </li> <li> <p> <code>platform</code> </p> </li> <li> <p> <code>type</code> </p> </li> <li> <p> <code>version</code> </p> </li> </ul>", 693 "ListImagePipelineImagesRequest$filters": "<p>Use the following filters to streamline results:</p> <ul> <li> <p> <code>name</code> </p> </li> <li> <p> <code>version</code> </p> </li> </ul>", 694 "ListImagePipelinesRequest$filters": "<p>Use the following filters to streamline results:</p> <ul> <li> <p> <code>description</code> </p> </li> <li> <p> <code>distributionConfigurationArn</code> </p> </li> <li> <p> <code>imageRecipeArn</code> </p> </li> <li> <p> <code>infrastructureConfigurationArn</code> </p> </li> <li> <p> <code>name</code> </p> </li> <li> <p> <code>status</code> </p> </li> </ul>", 695 "ListImageRecipesRequest$filters": "<p>Use the following filters to streamline results:</p> <ul> <li> <p> <code>name</code> </p> </li> <li> <p> <code>parentImage</code> </p> </li> <li> <p> <code>platform</code> </p> </li> </ul>", 696 "ListImagesRequest$filters": "<p>Use the following filters to streamline results:</p> <ul> <li> <p> <code>name</code> </p> </li> <li> <p> <code>osVersion</code> </p> </li> <li> <p> <code>platform</code> </p> </li> <li> <p> <code>type</code> </p> </li> <li> <p> <code>version</code> </p> </li> </ul>", 697 "ListInfrastructureConfigurationsRequest$filters": "<p>You can filter on <code>name</code> to streamline results.</p>" 698 } 699 }, 700 "FilterName": { 701 "base": null, 702 "refs": { 703 "Filter$name": "<p>The name of the filter. Filter names are case-sensitive.</p>" 704 } 705 }, 706 "FilterValue": { 707 "base": null, 708 "refs": { 709 "FilterValues$member": null 710 } 711 }, 712 "FilterValues": { 713 "base": null, 714 "refs": { 715 "Filter$values": "<p>The filter values. Filter values are case-sensitive.</p>" 716 } 717 }, 718 "ForbiddenException": { 719 "base": "<p>You are not authorized to perform the requested operation.</p>", 720 "refs": { 721 } 722 }, 723 "GetComponentPolicyRequest": { 724 "base": null, 725 "refs": { 726 } 727 }, 728 "GetComponentPolicyResponse": { 729 "base": null, 730 "refs": { 731 } 732 }, 733 "GetComponentRequest": { 734 "base": null, 735 "refs": { 736 } 737 }, 738 "GetComponentResponse": { 739 "base": null, 740 "refs": { 741 } 742 }, 743 "GetContainerRecipePolicyRequest": { 744 "base": null, 745 "refs": { 746 } 747 }, 748 "GetContainerRecipePolicyResponse": { 749 "base": null, 750 "refs": { 751 } 752 }, 753 "GetContainerRecipeRequest": { 754 "base": null, 755 "refs": { 756 } 757 }, 758 "GetContainerRecipeResponse": { 759 "base": null, 760 "refs": { 761 } 762 }, 763 "GetDistributionConfigurationRequest": { 764 "base": null, 765 "refs": { 766 } 767 }, 768 "GetDistributionConfigurationResponse": { 769 "base": null, 770 "refs": { 771 } 772 }, 773 "GetImagePipelineRequest": { 774 "base": null, 775 "refs": { 776 } 777 }, 778 "GetImagePipelineResponse": { 779 "base": null, 780 "refs": { 781 } 782 }, 783 "GetImagePolicyRequest": { 784 "base": null, 785 "refs": { 786 } 787 }, 788 "GetImagePolicyResponse": { 789 "base": null, 790 "refs": { 791 } 792 }, 793 "GetImageRecipePolicyRequest": { 794 "base": null, 795 "refs": { 796 } 797 }, 798 "GetImageRecipePolicyResponse": { 799 "base": null, 800 "refs": { 801 } 802 }, 803 "GetImageRecipeRequest": { 804 "base": null, 805 "refs": { 806 } 807 }, 808 "GetImageRecipeResponse": { 809 "base": null, 810 "refs": { 811 } 812 }, 813 "GetImageRequest": { 814 "base": null, 815 "refs": { 816 } 817 }, 818 "GetImageResponse": { 819 "base": null, 820 "refs": { 821 } 822 }, 823 "GetInfrastructureConfigurationRequest": { 824 "base": "<p> GetInfrastructureConfiguration request object.</p>", 825 "refs": { 826 } 827 }, 828 "GetInfrastructureConfigurationResponse": { 829 "base": "<p>GetInfrastructureConfiguration response object.</p>", 830 "refs": { 831 } 832 }, 833 "HttpPutResponseHopLimit": { 834 "base": null, 835 "refs": { 836 "InstanceMetadataOptions$httpPutResponseHopLimit": "<p>Limit the number of hops that an instance metadata request can traverse to reach its destination.</p>" 837 } 838 }, 839 "HttpTokens": { 840 "base": null, 841 "refs": { 842 "InstanceMetadataOptions$httpTokens": "<p>Indicates whether a signed token header is required for instance metadata retrieval requests. The values affect the response as follows:</p> <ul> <li> <p> <b>required</b> – When you retrieve the IAM role credentials, version 2.0 credentials are returned in all cases.</p> </li> <li> <p> <b>optional</b> – You can include a signed token header in your request to retrieve instance metadata, or you can leave it out. If you include it, version 2.0 credentials are returned for the IAM role. Otherwise, version 1.0 credentials are returned.</p> </li> </ul> <p>The default setting is <b>optional</b>.</p>" 843 } 844 }, 845 "IdempotentParameterMismatchException": { 846 "base": "<p>You have specified a client token for an operation using parameter values that differ from a previous request that used the same client token.</p>", 847 "refs": { 848 } 849 }, 850 "Image": { 851 "base": "<p>An Image Builder image. You must specify exactly one recipe for the image – either a container recipe (<code>containerRecipe</code>), which creates a container image, or an image recipe (<code>imageRecipe</code>), which creates an AMI.</p>", 852 "refs": { 853 "GetImageResponse$image": "<p>The image object.</p>" 854 } 855 }, 856 "ImageBuildVersionArn": { 857 "base": null, 858 "refs": { 859 "CancelImageCreationRequest$imageBuildVersionArn": "<p>The Amazon Resource Name (ARN) of the image whose creation you want to cancel.</p>", 860 "CancelImageCreationResponse$imageBuildVersionArn": "<p>The Amazon Resource Name (ARN) of the image whose creation has been cancelled.</p>", 861 "CreateImageResponse$imageBuildVersionArn": "<p> The Amazon Resource Name (ARN) of the image that was created by this request.</p>", 862 "DeleteImageRequest$imageBuildVersionArn": "<p>The Amazon Resource Name (ARN) of the Image Builder image resource to delete.</p>", 863 "DeleteImageResponse$imageBuildVersionArn": "<p>The Amazon Resource Name (ARN) of the Image Builder image resource that was deleted.</p>", 864 "GetImagePolicyRequest$imageArn": "<p>The Amazon Resource Name (ARN) of the image whose policy you want to retrieve.</p>", 865 "ListImagePackagesRequest$imageBuildVersionArn": "<p>Filter results for the ListImagePackages request by the Image Build Version ARN</p>", 866 "PutImagePolicyRequest$imageArn": "<p>The Amazon Resource Name (ARN) of the image that this policy should be applied to.</p>", 867 "PutImagePolicyResponse$imageArn": "<p>The Amazon Resource Name (ARN) of the image that this policy was applied to.</p>", 868 "StartImagePipelineExecutionResponse$imageBuildVersionArn": "<p>The Amazon Resource Name (ARN) of the image that was created by this request.</p>" 869 } 870 }, 871 "ImageBuilderArn": { 872 "base": null, 873 "refs": { 874 "Component$arn": "<p>The Amazon Resource Name (ARN) of the component.</p>", 875 "ComponentSummary$arn": "<p>The Amazon Resource Name (ARN) of the component.</p>", 876 "ComponentVersion$arn": "<p>The Amazon Resource Name (ARN) of the component.</p> <note> <p>Semantic versioning is included in each object's Amazon Resource Name (ARN), at the level that applies to that object as follows:</p> <ol> <li> <p>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.</p> </li> <li> <p>Version ARNs have only the first three nodes: <major>.<minor>.<patch></p> </li> <li> <p>Build version ARNs have all four nodes, and point to a specific build for a specific version of an object.</p> </li> </ol> </note>", 877 "ContainerRecipe$arn": "<p>The Amazon Resource Name (ARN) of the container recipe.</p> <note> <p>Semantic versioning is included in each object's Amazon Resource Name (ARN), at the level that applies to that object as follows:</p> <ol> <li> <p>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.</p> </li> <li> <p>Version ARNs have only the first three nodes: <major>.<minor>.<patch></p> </li> <li> <p>Build version ARNs have all four nodes, and point to a specific build for a specific version of an object.</p> </li> </ol> </note>", 878 "ContainerRecipeSummary$arn": "<p>The Amazon Resource Name (ARN) of the container recipe.</p>", 879 "DistributionConfiguration$arn": "<p>The Amazon Resource Name (ARN) of the distribution configuration.</p>", 880 "DistributionConfigurationSummary$arn": "<p>The Amazon Resource Name (ARN) of the distribution configuration.</p>", 881 "Image$arn": "<p>The Amazon Resource Name (ARN) of the image.</p> <note> <p>Semantic versioning is included in each object's Amazon Resource Name (ARN), at the level that applies to that object as follows:</p> <ol> <li> <p>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.</p> </li> <li> <p>Version ARNs have only the first three nodes: <major>.<minor>.<patch></p> </li> <li> <p>Build version ARNs have all four nodes, and point to a specific build for a specific version of an object.</p> </li> </ol> </note>", 882 "ImagePipeline$arn": "<p>The Amazon Resource Name (ARN) of the image pipeline.</p>", 883 "ImageRecipe$arn": "<p>The Amazon Resource Name (ARN) of the image recipe.</p>", 884 "ImageRecipeSummary$arn": "<p>The Amazon Resource Name (ARN) of the image recipe.</p>", 885 "ImageSummary$arn": "<p>The Amazon Resource Name (ARN) of the image.</p>", 886 "ImageVersion$arn": "<p>The Amazon Resource Name (ARN) of a specific version of an Image Builder image.</p> <note> <p>Semantic versioning is included in each object's Amazon Resource Name (ARN), at the level that applies to that object as follows:</p> <ol> <li> <p>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.</p> </li> <li> <p>Version ARNs have only the first three nodes: <major>.<minor>.<patch></p> </li> <li> <p>Build version ARNs have all four nodes, and point to a specific build for a specific version of an object.</p> </li> </ol> </note>", 887 "InfrastructureConfiguration$arn": "<p>The Amazon Resource Name (ARN) of the infrastructure configuration.</p>", 888 "InfrastructureConfigurationSummary$arn": "<p>The Amazon Resource Name (ARN) of the infrastructure configuration.</p>", 889 "ListTagsForResourceRequest$resourceArn": "<p>The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.</p>", 890 "TagResourceRequest$resourceArn": "<p>The Amazon Resource Name (ARN) of the resource that you want to tag.</p>", 891 "UntagResourceRequest$resourceArn": "<p>The Amazon Resource Name (ARN) of the resource that you want to untag.</p>" 892 } 893 }, 894 "ImagePackage": { 895 "base": "<p>Represents a package installed on an Image Builder image.</p>", 896 "refs": { 897 "ImagePackageList$member": null 898 } 899 }, 900 "ImagePackageList": { 901 "base": null, 902 "refs": { 903 "ListImagePackagesResponse$imagePackageList": "<p>The list of Image Packages returned in the response.</p>" 904 } 905 }, 906 "ImagePipeline": { 907 "base": "<p>Details of an image pipeline.</p>", 908 "refs": { 909 "GetImagePipelineResponse$imagePipeline": "<p>The image pipeline object.</p>", 910 "ImagePipelineList$member": null 911 } 912 }, 913 "ImagePipelineArn": { 914 "base": null, 915 "refs": { 916 "CreateImagePipelineResponse$imagePipelineArn": "<p> The Amazon Resource Name (ARN) of the image pipeline that was created by this request.</p>", 917 "DeleteImagePipelineRequest$imagePipelineArn": "<p>The Amazon Resource Name (ARN) of the image pipeline to delete.</p>", 918 "DeleteImagePipelineResponse$imagePipelineArn": "<p>The Amazon Resource Name (ARN) of the image pipeline that was deleted.</p>", 919 "GetImagePipelineRequest$imagePipelineArn": "<p>The Amazon Resource Name (ARN) of the image pipeline that you want to retrieve.</p>", 920 "ListImagePipelineImagesRequest$imagePipelineArn": "<p>The Amazon Resource Name (ARN) of the image pipeline whose images you want to view.</p>", 921 "StartImagePipelineExecutionRequest$imagePipelineArn": "<p>The Amazon Resource Name (ARN) of the image pipeline that you want to manually invoke.</p>", 922 "UpdateImagePipelineRequest$imagePipelineArn": "<p>The Amazon Resource Name (ARN) of the image pipeline that you want to update.</p>", 923 "UpdateImagePipelineResponse$imagePipelineArn": "<p>The Amazon Resource Name (ARN) of the image pipeline that was updated by this request.</p>" 924 } 925 }, 926 "ImagePipelineList": { 927 "base": null, 928 "refs": { 929 "ListImagePipelinesResponse$imagePipelineList": "<p>The list of image pipelines.</p>" 930 } 931 }, 932 "ImageRecipe": { 933 "base": "<p>An image recipe.</p>", 934 "refs": { 935 "GetImageRecipeResponse$imageRecipe": "<p>The image recipe object.</p>", 936 "Image$imageRecipe": "<p>The image recipe used when creating the image.</p>" 937 } 938 }, 939 "ImageRecipeArn": { 940 "base": null, 941 "refs": { 942 "CreateImagePipelineRequest$imageRecipeArn": "<p> The Amazon Resource Name (ARN) of the image recipe that will be used to configure images created by this image pipeline.</p>", 943 "CreateImageRecipeResponse$imageRecipeArn": "<p>The Amazon Resource Name (ARN) of the image recipe that was created by this request.</p>", 944 "CreateImageRequest$imageRecipeArn": "<p> The Amazon Resource Name (ARN) of the image recipe that defines how images are configured, tested, and assessed.</p>", 945 "DeleteImageRecipeRequest$imageRecipeArn": "<p>The Amazon Resource Name (ARN) of the image recipe to delete.</p>", 946 "DeleteImageRecipeResponse$imageRecipeArn": "<p>The Amazon Resource Name (ARN) of the image recipe that was deleted.</p>", 947 "GetImageRecipePolicyRequest$imageRecipeArn": "<p>The Amazon Resource Name (ARN) of the image recipe whose policy you want to retrieve.</p>", 948 "GetImageRecipeRequest$imageRecipeArn": "<p>The Amazon Resource Name (ARN) of the image recipe that you want to retrieve.</p>", 949 "PutImageRecipePolicyRequest$imageRecipeArn": "<p>The Amazon Resource Name (ARN) of the image recipe that this policy should be applied to.</p>", 950 "PutImageRecipePolicyResponse$imageRecipeArn": "<p>The Amazon Resource Name (ARN) of the image recipe that this policy was applied to.</p>", 951 "UpdateImagePipelineRequest$imageRecipeArn": "<p>The Amazon Resource Name (ARN) of the image recipe that will be used to configure images updated by this image pipeline.</p>" 952 } 953 }, 954 "ImageRecipeSummary": { 955 "base": "<p>A summary of an image recipe.</p>", 956 "refs": { 957 "ImageRecipeSummaryList$member": null 958 } 959 }, 960 "ImageRecipeSummaryList": { 961 "base": null, 962 "refs": { 963 "ListImageRecipesResponse$imageRecipeSummaryList": "<p>The list of image pipelines.</p>" 964 } 965 }, 966 "ImageState": { 967 "base": "<p> Image state shows the image status and the reason for that status.</p>", 968 "refs": { 969 "Ami$state": null, 970 "Image$state": "<p>The state of the image.</p>", 971 "ImageSummary$state": "<p>The state of the image.</p>" 972 } 973 }, 974 "ImageStatus": { 975 "base": null, 976 "refs": { 977 "ImageState$status": "<p>The status of the image.</p>" 978 } 979 }, 980 "ImageSummary": { 981 "base": "<p>An image summary.</p>", 982 "refs": { 983 "ImageSummaryList$member": null 984 } 985 }, 986 "ImageSummaryList": { 987 "base": null, 988 "refs": { 989 "ListImageBuildVersionsResponse$imageSummaryList": "<p>The list of image build versions.</p>", 990 "ListImagePipelineImagesResponse$imageSummaryList": "<p>The list of images built by this pipeline.</p>" 991 } 992 }, 993 "ImageTestsConfiguration": { 994 "base": "<p>Image tests configuration.</p>", 995 "refs": { 996 "CreateImagePipelineRequest$imageTestsConfiguration": "<p> The image test configuration of the image pipeline.</p>", 997 "CreateImageRequest$imageTestsConfiguration": "<p> The image tests configuration of the image.</p>", 998 "Image$imageTestsConfiguration": "<p>The image tests configuration used when creating this image.</p>", 999 "ImagePipeline$imageTestsConfiguration": "<p>The image tests configuration of the image pipeline.</p>", 1000 "UpdateImagePipelineRequest$imageTestsConfiguration": "<p>The image test configuration of the image pipeline.</p>" 1001 } 1002 }, 1003 "ImageTestsTimeoutMinutes": { 1004 "base": null, 1005 "refs": { 1006 "ImageTestsConfiguration$timeoutMinutes": "<p>The maximum time in minutes that tests are permitted to run.</p>" 1007 } 1008 }, 1009 "ImageType": { 1010 "base": null, 1011 "refs": { 1012 "Image$type": "<p>Specifies whether this is an AMI or container image.</p>", 1013 "ImageRecipe$type": "<p>Specifies which type of image is created by the recipe - an AMI or a container image.</p>", 1014 "ImageSummary$type": "<p>Specifies whether this is an AMI or container image.</p>", 1015 "ImageVersion$type": "<p>Specifies whether this image is an AMI or a container image.</p>" 1016 } 1017 }, 1018 "ImageVersion": { 1019 "base": "<p>The defining characteristics of a specific version of an Image Builder image.</p>", 1020 "refs": { 1021 "ImageVersionList$member": null 1022 } 1023 }, 1024 "ImageVersionArn": { 1025 "base": null, 1026 "refs": { 1027 "ListImageBuildVersionsRequest$imageVersionArn": "<p>The Amazon Resource Name (ARN) of the image whose build versions you want to retrieve.</p>" 1028 } 1029 }, 1030 "ImageVersionArnOrBuildVersionArn": { 1031 "base": null, 1032 "refs": { 1033 "GetImageRequest$imageBuildVersionArn": "<p>The Amazon Resource Name (ARN) of the image that you want to retrieve.</p>" 1034 } 1035 }, 1036 "ImageVersionList": { 1037 "base": null, 1038 "refs": { 1039 "ListImagesResponse$imageVersionList": "<p>The list of image semantic versions.</p> <note> <p>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.</p> <p> <b>Filtering:</b> 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.</p> </note>" 1040 } 1041 }, 1042 "ImportComponentRequest": { 1043 "base": null, 1044 "refs": { 1045 } 1046 }, 1047 "ImportComponentResponse": { 1048 "base": null, 1049 "refs": { 1050 } 1051 }, 1052 "InfrastructureConfiguration": { 1053 "base": "<p>Details of the infrastructure configuration.</p>", 1054 "refs": { 1055 "GetInfrastructureConfigurationResponse$infrastructureConfiguration": "<p>The infrastructure configuration object.</p>", 1056 "Image$infrastructureConfiguration": "<p>The infrastructure used when creating this image.</p>" 1057 } 1058 }, 1059 "InfrastructureConfigurationArn": { 1060 "base": null, 1061 "refs": { 1062 "CreateImagePipelineRequest$infrastructureConfigurationArn": "<p> The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images created by this image pipeline.</p>", 1063 "CreateImageRequest$infrastructureConfigurationArn": "<p> The Amazon Resource Name (ARN) of the infrastructure configuration that defines the environment in which your image will be built and tested.</p>", 1064 "CreateInfrastructureConfigurationResponse$infrastructureConfigurationArn": "<p>The Amazon Resource Name (ARN) of the infrastructure configuration that was created by this request.</p>", 1065 "DeleteInfrastructureConfigurationRequest$infrastructureConfigurationArn": "<p>The Amazon Resource Name (ARN) of the infrastructure configuration to delete.</p>", 1066 "DeleteInfrastructureConfigurationResponse$infrastructureConfigurationArn": "<p>The Amazon Resource Name (ARN) of the infrastructure configuration that was deleted.</p>", 1067 "GetInfrastructureConfigurationRequest$infrastructureConfigurationArn": "<p>The Amazon Resource Name (ARN) of the infrastructure configuration that you want to retrieve.</p>", 1068 "UpdateImagePipelineRequest$infrastructureConfigurationArn": "<p>The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images updated by this image pipeline.</p>", 1069 "UpdateInfrastructureConfigurationRequest$infrastructureConfigurationArn": "<p>The Amazon Resource Name (ARN) of the infrastructure configuration that you want to update.</p>", 1070 "UpdateInfrastructureConfigurationResponse$infrastructureConfigurationArn": "<p>The Amazon Resource Name (ARN) of the infrastructure configuration that was updated by this request.</p>" 1071 } 1072 }, 1073 "InfrastructureConfigurationSummary": { 1074 "base": "<p>The infrastructure used when building Amazon EC2 AMIs.</p>", 1075 "refs": { 1076 "InfrastructureConfigurationSummaryList$member": null 1077 } 1078 }, 1079 "InfrastructureConfigurationSummaryList": { 1080 "base": null, 1081 "refs": { 1082 "ListInfrastructureConfigurationsResponse$infrastructureConfigurationSummaryList": "<p>The list of infrastructure configurations.</p>" 1083 } 1084 }, 1085 "InlineComponentData": { 1086 "base": null, 1087 "refs": { 1088 "CreateComponentRequest$data": "<p>The data of the component. Used to specify the data inline. Either <code>data</code> or <code>uri</code> can be used to specify the data within the component.</p>" 1089 } 1090 }, 1091 "InlineDockerFileTemplate": { 1092 "base": null, 1093 "refs": { 1094 "CreateContainerRecipeRequest$dockerfileTemplateData": "<p>The Dockerfile template used to build your image as an inline data blob.</p>" 1095 } 1096 }, 1097 "InstanceBlockDeviceMapping": { 1098 "base": "<p>Defines block device mappings for the instance used to configure your image.</p>", 1099 "refs": { 1100 "InstanceBlockDeviceMappings$member": null 1101 } 1102 }, 1103 "InstanceBlockDeviceMappings": { 1104 "base": null, 1105 "refs": { 1106 "CreateImageRecipeRequest$blockDeviceMappings": "<p>The block device mappings of the image recipe.</p>", 1107 "ImageRecipe$blockDeviceMappings": "<p>The block device mappings to apply when creating images from this recipe.</p>", 1108 "InstanceConfiguration$blockDeviceMappings": "<p>Defines the block devices to attach for building an instance from this Image Builder AMI.</p>" 1109 } 1110 }, 1111 "InstanceConfiguration": { 1112 "base": "<p>Defines a custom base AMI and block device mapping configurations of an instance used for building and testing container images.</p>", 1113 "refs": { 1114 "ContainerRecipe$instanceConfiguration": "<p>A group of options that can be used to configure an instance for building and testing container images.</p>", 1115 "CreateContainerRecipeRequest$instanceConfiguration": "<p>A group of options that can be used to configure an instance for building and testing container images.</p>" 1116 } 1117 }, 1118 "InstanceMetadataOptions": { 1119 "base": "<p>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 <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-options.html\">Configure the instance metadata options</a> in the <i> <i>Amazon EC2 User Guide</i> </i> for Linux instances, or <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/configuring-instance-metadata-options.html\">Configure the instance metadata options</a> in the <i> <i>Amazon EC2 Windows Guide</i> </i> for Windows instances.</p>", 1120 "refs": { 1121 "CreateInfrastructureConfigurationRequest$instanceMetadataOptions": "<p>The instance metadata options that you can set for the HTTP requests that pipeline builds use to launch EC2 build and test instances.</p>", 1122 "InfrastructureConfiguration$instanceMetadataOptions": "<p>The instance metadata option settings for the infrastructure configuration.</p>", 1123 "UpdateInfrastructureConfigurationRequest$instanceMetadataOptions": "<p>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:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-options.html\">Configure the instance metadata options</a> in the <i> <i>Amazon EC2 User Guide</i> </i> for Linux instances.</p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/configuring-instance-metadata-options.html\">Configure the instance metadata options</a> in the <i> <i>Amazon EC2 Windows Guide</i> </i> for Windows instances.</p> </li> </ul>" 1124 } 1125 }, 1126 "InstanceProfileNameType": { 1127 "base": null, 1128 "refs": { 1129 "CreateInfrastructureConfigurationRequest$instanceProfileName": "<p>The instance profile to associate with the instance used to customize your Amazon EC2 AMI.</p>", 1130 "InfrastructureConfiguration$instanceProfileName": "<p>The instance profile of the infrastructure configuration.</p>", 1131 "InfrastructureConfigurationSummary$instanceProfileName": "<p>The instance profile of the infrastructure configuration.</p>", 1132 "UpdateInfrastructureConfigurationRequest$instanceProfileName": "<p>The instance profile to associate with the instance used to customize your Amazon EC2 AMI.</p>" 1133 } 1134 }, 1135 "InstanceType": { 1136 "base": null, 1137 "refs": { 1138 "InstanceTypeList$member": null 1139 } 1140 }, 1141 "InstanceTypeList": { 1142 "base": null, 1143 "refs": { 1144 "CreateInfrastructureConfigurationRequest$instanceTypes": "<p>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.</p>", 1145 "InfrastructureConfiguration$instanceTypes": "<p>The instance types of the infrastructure configuration.</p>", 1146 "InfrastructureConfigurationSummary$instanceTypes": "<p>The instance types of the infrastructure configuration.</p>", 1147 "UpdateInfrastructureConfigurationRequest$instanceTypes": "<p>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.</p>" 1148 } 1149 }, 1150 "InvalidPaginationTokenException": { 1151 "base": "<p>You have provided an invalid pagination token in your request.</p>", 1152 "refs": { 1153 } 1154 }, 1155 "InvalidParameterCombinationException": { 1156 "base": "<p>You have specified two or more mutually exclusive parameters. Review the error message for details.</p>", 1157 "refs": { 1158 } 1159 }, 1160 "InvalidParameterException": { 1161 "base": "<p>The specified parameter is invalid. Review the available parameters for the API request.</p>", 1162 "refs": { 1163 } 1164 }, 1165 "InvalidParameterValueException": { 1166 "base": "<p>The value that you provided for the specified parameter is invalid.</p>", 1167 "refs": { 1168 } 1169 }, 1170 "InvalidRequestException": { 1171 "base": "<p>You have made a request for an action that is not supported by the service.</p>", 1172 "refs": { 1173 } 1174 }, 1175 "InvalidVersionNumberException": { 1176 "base": "<p>Your version number is out of bounds or does not follow the required syntax.</p>", 1177 "refs": { 1178 } 1179 }, 1180 "LaunchPermissionConfiguration": { 1181 "base": "<p>Describes the configuration for a launch permission. The launch permission modification request is sent to the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyImageAttribute.html\">Amazon EC2 ModifyImageAttribute</a> 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 <code>all</code>. See the examples for making an AMI public at <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyImageAttribute.html\">Amazon EC2 ModifyImageAttribute</a>.</p>", 1182 "refs": { 1183 "AmiDistributionConfiguration$launchPermission": "<p> Launch permissions can be used to configure which Amazon Web Services accounts can use the AMI to launch instances.</p>" 1184 } 1185 }, 1186 "LaunchTemplateConfiguration": { 1187 "base": "<p>Identifies an Amazon EC2 launch template to use for a specific account.</p>", 1188 "refs": { 1189 "LaunchTemplateConfigurationList$member": null 1190 } 1191 }, 1192 "LaunchTemplateConfigurationList": { 1193 "base": null, 1194 "refs": { 1195 "Distribution$launchTemplateConfigurations": "<p>A group of launchTemplateConfiguration settings that apply to image distribution for specified accounts.</p>" 1196 } 1197 }, 1198 "LaunchTemplateId": { 1199 "base": null, 1200 "refs": { 1201 "LaunchTemplateConfiguration$launchTemplateId": "<p>Identifies the Amazon EC2 launch template to use.</p>" 1202 } 1203 }, 1204 "LicenseConfigurationArn": { 1205 "base": null, 1206 "refs": { 1207 "LicenseConfigurationArnList$member": null 1208 } 1209 }, 1210 "LicenseConfigurationArnList": { 1211 "base": null, 1212 "refs": { 1213 "Distribution$licenseConfigurationArns": "<p>The License Manager Configuration to associate with the AMI in the specified Region.</p>" 1214 } 1215 }, 1216 "ListComponentBuildVersionsRequest": { 1217 "base": null, 1218 "refs": { 1219 } 1220 }, 1221 "ListComponentBuildVersionsResponse": { 1222 "base": null, 1223 "refs": { 1224 } 1225 }, 1226 "ListComponentsRequest": { 1227 "base": null, 1228 "refs": { 1229 } 1230 }, 1231 "ListComponentsResponse": { 1232 "base": null, 1233 "refs": { 1234 } 1235 }, 1236 "ListContainerRecipesRequest": { 1237 "base": null, 1238 "refs": { 1239 } 1240 }, 1241 "ListContainerRecipesResponse": { 1242 "base": null, 1243 "refs": { 1244 } 1245 }, 1246 "ListDistributionConfigurationsRequest": { 1247 "base": null, 1248 "refs": { 1249 } 1250 }, 1251 "ListDistributionConfigurationsResponse": { 1252 "base": null, 1253 "refs": { 1254 } 1255 }, 1256 "ListImageBuildVersionsRequest": { 1257 "base": null, 1258 "refs": { 1259 } 1260 }, 1261 "ListImageBuildVersionsResponse": { 1262 "base": null, 1263 "refs": { 1264 } 1265 }, 1266 "ListImagePackagesRequest": { 1267 "base": null, 1268 "refs": { 1269 } 1270 }, 1271 "ListImagePackagesResponse": { 1272 "base": null, 1273 "refs": { 1274 } 1275 }, 1276 "ListImagePipelineImagesRequest": { 1277 "base": null, 1278 "refs": { 1279 } 1280 }, 1281 "ListImagePipelineImagesResponse": { 1282 "base": null, 1283 "refs": { 1284 } 1285 }, 1286 "ListImagePipelinesRequest": { 1287 "base": null, 1288 "refs": { 1289 } 1290 }, 1291 "ListImagePipelinesResponse": { 1292 "base": null, 1293 "refs": { 1294 } 1295 }, 1296 "ListImageRecipesRequest": { 1297 "base": null, 1298 "refs": { 1299 } 1300 }, 1301 "ListImageRecipesResponse": { 1302 "base": null, 1303 "refs": { 1304 } 1305 }, 1306 "ListImagesRequest": { 1307 "base": null, 1308 "refs": { 1309 } 1310 }, 1311 "ListImagesResponse": { 1312 "base": null, 1313 "refs": { 1314 } 1315 }, 1316 "ListInfrastructureConfigurationsRequest": { 1317 "base": null, 1318 "refs": { 1319 } 1320 }, 1321 "ListInfrastructureConfigurationsResponse": { 1322 "base": null, 1323 "refs": { 1324 } 1325 }, 1326 "ListTagsForResourceRequest": { 1327 "base": null, 1328 "refs": { 1329 } 1330 }, 1331 "ListTagsForResourceResponse": { 1332 "base": null, 1333 "refs": { 1334 } 1335 }, 1336 "Logging": { 1337 "base": "<p>Logging configuration defines where Image Builder uploads your logs.</p>", 1338 "refs": { 1339 "CreateInfrastructureConfigurationRequest$logging": "<p>The logging configuration of the infrastructure configuration.</p>", 1340 "InfrastructureConfiguration$logging": "<p>The logging configuration of the infrastructure configuration.</p>", 1341 "UpdateInfrastructureConfigurationRequest$logging": "<p>The logging configuration of the infrastructure configuration.</p>" 1342 } 1343 }, 1344 "NonEmptyString": { 1345 "base": null, 1346 "refs": { 1347 "Ami$region": "<p>The Amazon Web Services Region of the Amazon EC2 AMI.</p>", 1348 "Ami$image": "<p>The AMI ID of the Amazon EC2 AMI.</p>", 1349 "Ami$name": "<p>The name of the Amazon EC2 AMI.</p>", 1350 "Ami$description": "<p>The description of the Amazon EC2 AMI. Minimum and maximum length are in characters.</p>", 1351 "Ami$accountId": "<p>The account ID of the owner of the AMI.</p>", 1352 "AmiDistributionConfiguration$description": "<p>The description of the distribution configuration. Minimum and maximum length are in characters.</p>", 1353 "AmiDistributionConfiguration$kmsKeyId": "<p>The KMS key identifier used to encrypt the distributed image.</p>", 1354 "CancelImageCreationResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1355 "Component$description": "<p>The description of the component.</p>", 1356 "Component$changeDescription": "<p>The change description of the component.</p>", 1357 "Component$owner": "<p>The owner of the component.</p>", 1358 "Component$kmsKeyId": "<p>The KMS key identifier used to encrypt the component.</p>", 1359 "ComponentState$reason": "<p>Describes how or why the component changed state.</p>", 1360 "ComponentSummary$owner": "<p>The owner of the component.</p>", 1361 "ComponentSummary$description": "<p>The description of the component.</p>", 1362 "ComponentSummary$changeDescription": "<p>The change description of the component.</p>", 1363 "ComponentVersion$description": "<p>The description of the component.</p>", 1364 "ComponentVersion$owner": "<p>The owner of the component.</p>", 1365 "Container$region": "<p>Containers and container images are Region-specific. This is the Region context for the container.</p>", 1366 "ContainerDistributionConfiguration$description": "<p>The description of the container distribution configuration.</p>", 1367 "ContainerRecipe$description": "<p>The description of the container recipe.</p>", 1368 "ContainerRecipe$owner": "<p>The owner of the container recipe.</p>", 1369 "ContainerRecipe$kmsKeyId": "<p>Identifies which KMS key is used to encrypt the container image for distribution to the target Region.</p>", 1370 "ContainerRecipe$parentImage": "<p>The base image for the container recipe.</p>", 1371 "ContainerRecipe$workingDirectory": "<p>The working directory for use during build and test workflows.</p>", 1372 "ContainerRecipeSummary$owner": "<p>The owner of the container recipe.</p>", 1373 "ContainerRecipeSummary$parentImage": "<p>The base image for the container recipe.</p>", 1374 "CreateComponentRequest$description": "<p>The description of the component. Describes the contents of the component.</p>", 1375 "CreateComponentRequest$changeDescription": "<p>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 this component.</p>", 1376 "CreateComponentRequest$kmsKeyId": "<p>The ID of the KMS key that should be used to encrypt this component.</p>", 1377 "CreateComponentResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1378 "CreateContainerRecipeRequest$description": "<p>The description of the container recipe.</p>", 1379 "CreateContainerRecipeRequest$imageOsVersionOverride": "<p>Specifies the operating system version for the base image.</p>", 1380 "CreateContainerRecipeRequest$parentImage": "<p>The base image for the container recipe.</p>", 1381 "CreateContainerRecipeRequest$workingDirectory": "<p>The working directory for use during build and test workflows.</p>", 1382 "CreateContainerRecipeRequest$kmsKeyId": "<p>Identifies which KMS key is used to encrypt the container image.</p>", 1383 "CreateContainerRecipeResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1384 "CreateDistributionConfigurationRequest$description": "<p> The description of the distribution configuration.</p>", 1385 "CreateDistributionConfigurationResponse$requestId": "<p> The request ID that uniquely identifies this request.</p>", 1386 "CreateImagePipelineRequest$description": "<p> The description of the image pipeline.</p>", 1387 "CreateImagePipelineResponse$requestId": "<p> The request ID that uniquely identifies this request.</p>", 1388 "CreateImageRecipeRequest$description": "<p> The description of the image recipe.</p>", 1389 "CreateImageRecipeRequest$parentImage": "<p>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: <code>arn:aws:imagebuilder:us-west-2:aws:image/windows-server-2016-english-full-base-x86/x.x.x</code>. 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.</p>", 1390 "CreateImageRecipeRequest$workingDirectory": "<p>The working directory used during build and test workflows.</p>", 1391 "CreateImageRecipeResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1392 "CreateImageResponse$requestId": "<p> The request ID that uniquely identifies this request.</p>", 1393 "CreateInfrastructureConfigurationRequest$description": "<p>The description of the infrastructure configuration.</p>", 1394 "CreateInfrastructureConfigurationRequest$subnetId": "<p>The subnet ID in which to place the instance used to customize your Amazon EC2 AMI.</p>", 1395 "CreateInfrastructureConfigurationRequest$keyPair": "<p>The key pair of the infrastructure configuration. You can use this to log on to and debug the instance used to create your image.</p>", 1396 "CreateInfrastructureConfigurationResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1397 "DeleteComponentResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1398 "DeleteContainerRecipeResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1399 "DeleteDistributionConfigurationResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1400 "DeleteImagePipelineResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1401 "DeleteImageRecipeResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1402 "DeleteImageResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1403 "DeleteInfrastructureConfigurationResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1404 "Distribution$region": "<p>The target Region.</p>", 1405 "DistributionConfiguration$description": "<p>The description of the distribution configuration.</p>", 1406 "DistributionConfigurationSummary$description": "<p>The description of the distribution configuration.</p>", 1407 "EbsInstanceBlockDeviceSpecification$kmsKeyId": "<p>Use to configure the KMS key to use when encrypting the device.</p>", 1408 "EbsInstanceBlockDeviceSpecification$snapshotId": "<p>The snapshot that defines the device contents.</p>", 1409 "GetComponentPolicyResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1410 "GetComponentResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1411 "GetContainerRecipePolicyResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1412 "GetContainerRecipeResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1413 "GetDistributionConfigurationResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1414 "GetImagePipelineResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1415 "GetImagePolicyResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1416 "GetImageRecipePolicyResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1417 "GetImageRecipeResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1418 "GetImageResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1419 "GetInfrastructureConfigurationResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1420 "ImagePackage$packageName": "<p>The name of the package as reported to the operating system package manager.</p>", 1421 "ImagePackage$packageVersion": "<p>The version of the package as reported to the operating system package manager.</p>", 1422 "ImagePipeline$description": "<p>The description of the image pipeline.</p>", 1423 "ImageRecipe$description": "<p>The description of the image recipe.</p>", 1424 "ImageRecipe$owner": "<p>The owner of the image recipe.</p>", 1425 "ImageRecipe$parentImage": "<p>The base image of the image recipe.</p>", 1426 "ImageRecipe$workingDirectory": "<p>The working directory to be used during build and test workflows.</p>", 1427 "ImageRecipeSummary$owner": "<p>The owner of the image recipe.</p>", 1428 "ImageRecipeSummary$parentImage": "<p>The base image of the image recipe.</p>", 1429 "ImageState$reason": "<p>The reason for the image's status.</p>", 1430 "ImageSummary$owner": "<p>The owner of the image.</p>", 1431 "ImageVersion$owner": "<p>The owner of the image version.</p>", 1432 "ImportComponentRequest$description": "<p>The description of the component. Describes the contents of the component.</p>", 1433 "ImportComponentRequest$changeDescription": "<p>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 this component.</p>", 1434 "ImportComponentRequest$data": "<p>The data of the component. Used to specify the data inline. Either <code>data</code> or <code>uri</code> can be used to specify the data within the component.</p>", 1435 "ImportComponentRequest$kmsKeyId": "<p>The ID of the KMS key that should be used to encrypt this component.</p>", 1436 "ImportComponentResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1437 "InfrastructureConfiguration$description": "<p>The description of the infrastructure configuration.</p>", 1438 "InfrastructureConfiguration$subnetId": "<p>The subnet ID of the infrastructure configuration.</p>", 1439 "InfrastructureConfiguration$keyPair": "<p>The Amazon EC2 key pair of the infrastructure configuration.</p>", 1440 "InfrastructureConfiguration$snsTopicArn": "<p>The SNS topic Amazon Resource Name (ARN) of the infrastructure configuration.</p>", 1441 "InfrastructureConfigurationSummary$description": "<p>The description of the infrastructure configuration.</p>", 1442 "InstanceBlockDeviceMapping$deviceName": "<p>The device to which these mappings apply.</p>", 1443 "InstanceBlockDeviceMapping$virtualName": "<p>Use to manage instance ephemeral devices.</p>", 1444 "InstanceConfiguration$image": "<p>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.</p>", 1445 "ListComponentBuildVersionsResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1446 "ListComponentsResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1447 "ListContainerRecipesRequest$nextToken": "<p>Provides a token for pagination, which determines where to begin the next set of results when the current set reaches the maximum for one request.</p>", 1448 "ListContainerRecipesResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1449 "ListContainerRecipesResponse$nextToken": "<p>The next token field is used for paginated responses. When this is not empty, there are additional container recipes that the service has not included in this response. Use this token with the next request to retrieve additional list items.</p>", 1450 "ListDistributionConfigurationsResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1451 "ListImageBuildVersionsResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1452 "ListImagePackagesResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1453 "ListImagePipelineImagesResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1454 "ListImagePipelinesResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1455 "ListImageRecipesResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1456 "ListImagesResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1457 "ListInfrastructureConfigurationsResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1458 "PutComponentPolicyResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1459 "PutContainerRecipePolicyResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1460 "PutImagePolicyResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1461 "PutImageRecipePolicyResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1462 "RegionList$member": null, 1463 "S3Logs$s3BucketName": "<p>The Amazon S3 bucket in which to store the logs.</p>", 1464 "S3Logs$s3KeyPrefix": "<p>The Amazon S3 path in which to store the logs.</p>", 1465 "Schedule$scheduleExpression": "<p>The cron expression determines how often EC2 Image Builder evaluates your <code>pipelineExecutionStartCondition</code>.</p> <p>For information on how to format a cron expression in Image Builder, see <a href=\"https://docs.aws.amazon.com/imagebuilder/latest/userguide/image-builder-cron.html\">Use cron expressions in EC2 Image Builder</a>.</p>", 1466 "SecurityGroupIds$member": null, 1467 "StartImagePipelineExecutionResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1468 "StringList$member": null, 1469 "TargetContainerRepository$repositoryName": "<p>The name of the container repository where the output container image is stored. This name is prefixed by the repository location.</p>", 1470 "UpdateDistributionConfigurationRequest$description": "<p>The description of the distribution configuration.</p>", 1471 "UpdateDistributionConfigurationResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1472 "UpdateImagePipelineRequest$description": "<p>The description of the image pipeline.</p>", 1473 "UpdateImagePipelineResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>", 1474 "UpdateInfrastructureConfigurationRequest$description": "<p>The description of the infrastructure configuration.</p>", 1475 "UpdateInfrastructureConfigurationRequest$subnetId": "<p>The subnet ID to place the instance used to customize your Amazon EC2 AMI in.</p>", 1476 "UpdateInfrastructureConfigurationRequest$keyPair": "<p>The key pair of the infrastructure configuration. You can use this to log on to and debug the instance used to create your image.</p>", 1477 "UpdateInfrastructureConfigurationResponse$requestId": "<p>The request ID that uniquely identifies this request.</p>" 1478 } 1479 }, 1480 "NullableBoolean": { 1481 "base": null, 1482 "refs": { 1483 "Component$encrypted": "<p>The encryption status of the component.</p>", 1484 "ContainerRecipe$encrypted": "<p>A flag that indicates if the target container is encrypted.</p>", 1485 "CreateImagePipelineRequest$enhancedImageMetadataEnabled": "<p> 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.</p>", 1486 "CreateImageRequest$enhancedImageMetadataEnabled": "<p> 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.</p>", 1487 "CreateInfrastructureConfigurationRequest$terminateInstanceOnFailure": "<p>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.</p>", 1488 "EbsInstanceBlockDeviceSpecification$encrypted": "<p>Use to configure device encryption.</p>", 1489 "EbsInstanceBlockDeviceSpecification$deleteOnTermination": "<p>Use to configure delete on termination of the associated device.</p>", 1490 "Image$enhancedImageMetadataEnabled": "<p> 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.</p>", 1491 "ImagePipeline$enhancedImageMetadataEnabled": "<p> 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.</p>", 1492 "ImageTestsConfiguration$imageTestsEnabled": "<p>Defines if tests should be executed when building this image.</p>", 1493 "InfrastructureConfiguration$terminateInstanceOnFailure": "<p>The terminate instance on failure configuration of the infrastructure configuration.</p>", 1494 "ListImagesRequest$includeDeprecated": "<p>Includes deprecated images in the response list.</p>", 1495 "SystemsManagerAgent$uninstallAfterBuild": "<p>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.</p>", 1496 "UpdateImagePipelineRequest$enhancedImageMetadataEnabled": "<p> 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.</p>", 1497 "UpdateInfrastructureConfigurationRequest$terminateInstanceOnFailure": "<p>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.</p>" 1498 } 1499 }, 1500 "OsVersion": { 1501 "base": null, 1502 "refs": { 1503 "Image$osVersion": "<p>The operating system version of the instance. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.</p>", 1504 "ImageSummary$osVersion": "<p>The operating system version of the instance. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.</p>", 1505 "ImageVersion$osVersion": "<p>The operating system version of the Amazon EC2 build instance. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.</p>", 1506 "OsVersionList$member": null 1507 } 1508 }, 1509 "OsVersionList": { 1510 "base": null, 1511 "refs": { 1512 "Component$supportedOsVersions": "<p>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.</p>", 1513 "ComponentSummary$supportedOsVersions": "<p>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.</p>", 1514 "ComponentVersion$supportedOsVersions": "<p>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.</p>", 1515 "CreateComponentRequest$supportedOsVersions": "<p> 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.</p>" 1516 } 1517 }, 1518 "OutputResources": { 1519 "base": "<p>The resources produced by this image.</p>", 1520 "refs": { 1521 "Image$outputResources": "<p>The output resources produced when creating this image.</p>", 1522 "ImageSummary$outputResources": "<p>The output resources produced when creating this image.</p>" 1523 } 1524 }, 1525 "Ownership": { 1526 "base": null, 1527 "refs": { 1528 "ListComponentsRequest$owner": "<p>The owner defines which components you want to list. By default, this request will only show components owned by your account. You can use this field to specify if you want to view components owned by yourself, by Amazon, or those components that have been shared with you by other customers.</p>", 1529 "ListContainerRecipesRequest$owner": "<p>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.</p>", 1530 "ListImageRecipesRequest$owner": "<p>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.</p>", 1531 "ListImagesRequest$owner": "<p>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.</p>" 1532 } 1533 }, 1534 "PaginationToken": { 1535 "base": null, 1536 "refs": { 1537 "ListComponentBuildVersionsRequest$nextToken": "<p>A token to specify where to start paginating. This is the NextToken from a previously truncated response.</p>", 1538 "ListComponentBuildVersionsResponse$nextToken": "<p>The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.</p>", 1539 "ListComponentsRequest$nextToken": "<p>A token to specify where to start paginating. This is the NextToken from a previously truncated response.</p>", 1540 "ListComponentsResponse$nextToken": "<p>The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.</p>", 1541 "ListDistributionConfigurationsRequest$nextToken": "<p>A token to specify where to start paginating. This is the NextToken from a previously truncated response.</p>", 1542 "ListDistributionConfigurationsResponse$nextToken": "<p>The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.</p>", 1543 "ListImageBuildVersionsRequest$nextToken": "<p>A token to specify where to start paginating. This is the NextToken from a previously truncated response.</p>", 1544 "ListImageBuildVersionsResponse$nextToken": "<p>The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.</p>", 1545 "ListImagePackagesRequest$nextToken": "<p>A token to specify where to start paginating. This is the NextToken from a previously truncated response.</p>", 1546 "ListImagePackagesResponse$nextToken": "<p>A token to specify where to start paginating. This is the NextToken from a previously truncated response.</p>", 1547 "ListImagePipelineImagesRequest$nextToken": "<p>A token to specify where to start paginating. This is the NextToken from a previously truncated response.</p>", 1548 "ListImagePipelineImagesResponse$nextToken": "<p>The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.</p>", 1549 "ListImagePipelinesRequest$nextToken": "<p>A token to specify where to start paginating. This is the NextToken from a previously truncated response.</p>", 1550 "ListImagePipelinesResponse$nextToken": "<p>The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.</p>", 1551 "ListImageRecipesRequest$nextToken": "<p>A token to specify where to start paginating. This is the NextToken from a previously truncated response.</p>", 1552 "ListImageRecipesResponse$nextToken": "<p>The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.</p>", 1553 "ListImagesRequest$nextToken": "<p>A token to specify where to start paginating. This is the NextToken from a previously truncated response.</p>", 1554 "ListImagesResponse$nextToken": "<p>The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.</p>", 1555 "ListInfrastructureConfigurationsRequest$nextToken": "<p>A token to specify where to start paginating. This is the NextToken from a previously truncated response.</p>", 1556 "ListInfrastructureConfigurationsResponse$nextToken": "<p>The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.</p>" 1557 } 1558 }, 1559 "PipelineExecutionStartCondition": { 1560 "base": null, 1561 "refs": { 1562 "Schedule$pipelineExecutionStartCondition": "<p>The condition configures when the pipeline should trigger a new image build. When the <code>pipelineExecutionStartCondition</code> is set to <code>EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE</code>, 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 <code>EXPRESSION_MATCH_ONLY</code>, it will build a new image every time the CRON expression matches the current time. For semantic version syntax, see <a href=\"https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_CreateComponent.html\">CreateComponent</a> in the <i> EC2 Image Builder API Reference</i>.</p>" 1563 } 1564 }, 1565 "PipelineStatus": { 1566 "base": null, 1567 "refs": { 1568 "CreateImagePipelineRequest$status": "<p> The status of the image pipeline.</p>", 1569 "ImagePipeline$status": "<p>The status of the image pipeline.</p>", 1570 "UpdateImagePipelineRequest$status": "<p>The status of the image pipeline.</p>" 1571 } 1572 }, 1573 "Platform": { 1574 "base": null, 1575 "refs": { 1576 "Component$platform": "<p>The platform of the component.</p>", 1577 "ComponentSummary$platform": "<p>The platform of the component.</p>", 1578 "ComponentVersion$platform": "<p>The platform of the component.</p>", 1579 "ContainerRecipe$platform": "<p>The system platform for the container, such as Windows or Linux.</p>", 1580 "ContainerRecipeSummary$platform": "<p>The system platform for the container, such as Windows or Linux.</p>", 1581 "CreateComponentRequest$platform": "<p>The platform of the component.</p>", 1582 "CreateContainerRecipeRequest$platformOverride": "<p>Specifies the operating system platform when you use a custom base image.</p>", 1583 "Image$platform": "<p>The platform of the image.</p>", 1584 "ImagePipeline$platform": "<p>The platform of the image pipeline.</p>", 1585 "ImageRecipe$platform": "<p>The platform of the image recipe.</p>", 1586 "ImageRecipeSummary$platform": "<p>The platform of the image recipe.</p>", 1587 "ImageSummary$platform": "<p>The platform of the image.</p>", 1588 "ImageVersion$platform": "<p>The platform of the image version, for example \"Windows\" or \"Linux\".</p>", 1589 "ImportComponentRequest$platform": "<p>The platform of the component.</p>" 1590 } 1591 }, 1592 "PutComponentPolicyRequest": { 1593 "base": null, 1594 "refs": { 1595 } 1596 }, 1597 "PutComponentPolicyResponse": { 1598 "base": null, 1599 "refs": { 1600 } 1601 }, 1602 "PutContainerRecipePolicyRequest": { 1603 "base": null, 1604 "refs": { 1605 } 1606 }, 1607 "PutContainerRecipePolicyResponse": { 1608 "base": null, 1609 "refs": { 1610 } 1611 }, 1612 "PutImagePolicyRequest": { 1613 "base": null, 1614 "refs": { 1615 } 1616 }, 1617 "PutImagePolicyResponse": { 1618 "base": null, 1619 "refs": { 1620 } 1621 }, 1622 "PutImageRecipePolicyRequest": { 1623 "base": null, 1624 "refs": { 1625 } 1626 }, 1627 "PutImageRecipePolicyResponse": { 1628 "base": null, 1629 "refs": { 1630 } 1631 }, 1632 "RegionList": { 1633 "base": null, 1634 "refs": { 1635 "DistributionConfigurationSummary$regions": "<p>A list of Regions where the container image is distributed to.</p>" 1636 } 1637 }, 1638 "ResourceAlreadyExistsException": { 1639 "base": "<p>The resource that you are trying to create already exists.</p>", 1640 "refs": { 1641 } 1642 }, 1643 "ResourceDependencyException": { 1644 "base": "<p>You have attempted to mutate or delete a resource with a dependency that prohibits this action. See the error message for more details.</p>", 1645 "refs": { 1646 } 1647 }, 1648 "ResourceInUseException": { 1649 "base": "<p>The resource that you are trying to operate on is currently in use. Review the message details and retry later.</p>", 1650 "refs": { 1651 } 1652 }, 1653 "ResourceName": { 1654 "base": null, 1655 "refs": { 1656 "Component$name": "<p>The name of the component.</p>", 1657 "ComponentSummary$name": "<p>The name of the component.</p>", 1658 "ComponentVersion$name": "<p>The name of the component.</p>", 1659 "ContainerRecipe$name": "<p>The name of the container recipe.</p>", 1660 "ContainerRecipeSummary$name": "<p>The name of the container recipe.</p>", 1661 "CreateComponentRequest$name": "<p>The name of the component.</p>", 1662 "CreateContainerRecipeRequest$name": "<p>The name of the container recipe.</p>", 1663 "CreateDistributionConfigurationRequest$name": "<p> The name of the distribution configuration.</p>", 1664 "CreateImagePipelineRequest$name": "<p> The name of the image pipeline.</p>", 1665 "CreateImageRecipeRequest$name": "<p> The name of the image recipe.</p>", 1666 "CreateInfrastructureConfigurationRequest$name": "<p>The name of the infrastructure configuration.</p>", 1667 "DistributionConfiguration$name": "<p>The name of the distribution configuration.</p>", 1668 "DistributionConfigurationSummary$name": "<p>The name of the distribution configuration.</p>", 1669 "Image$name": "<p>The name of the image.</p>", 1670 "Image$sourcePipelineName": "<p>The name of the image pipeline that created this image.</p>", 1671 "ImagePipeline$name": "<p>The name of the image pipeline.</p>", 1672 "ImageRecipe$name": "<p>The name of the image recipe.</p>", 1673 "ImageRecipeSummary$name": "<p>The name of the image recipe.</p>", 1674 "ImageSummary$name": "<p>The name of the image.</p>", 1675 "ImageVersion$name": "<p>The name of this specific version of an Image Builder image.</p>", 1676 "ImportComponentRequest$name": "<p> The name of the component.</p>", 1677 "InfrastructureConfiguration$name": "<p>The name of the infrastructure configuration.</p>", 1678 "InfrastructureConfigurationSummary$name": "<p>The name of the infrastructure configuration.</p>" 1679 } 1680 }, 1681 "ResourceNotFoundException": { 1682 "base": "<p>At least one of the resources referenced by your request does not exist.</p>", 1683 "refs": { 1684 } 1685 }, 1686 "ResourcePolicyDocument": { 1687 "base": null, 1688 "refs": { 1689 "GetComponentPolicyResponse$policy": "<p>The component policy.</p>", 1690 "GetContainerRecipePolicyResponse$policy": "<p>The container recipe policy object that is returned.</p>", 1691 "GetImagePolicyResponse$policy": "<p>The image policy object.</p>", 1692 "GetImageRecipePolicyResponse$policy": "<p>The image recipe policy object.</p>", 1693 "PutComponentPolicyRequest$policy": "<p>The policy to apply.</p>", 1694 "PutContainerRecipePolicyRequest$policy": "<p>The policy to apply to the container recipe.</p>", 1695 "PutImagePolicyRequest$policy": "<p>The policy to apply.</p>", 1696 "PutImageRecipePolicyRequest$policy": "<p>The policy to apply.</p>" 1697 } 1698 }, 1699 "ResourceTagMap": { 1700 "base": null, 1701 "refs": { 1702 "CreateInfrastructureConfigurationRequest$resourceTags": "<p>The tags attached to the resource created by Image Builder.</p>", 1703 "InfrastructureConfiguration$resourceTags": "<p>The tags attached to the resource created by Image Builder.</p>", 1704 "InfrastructureConfigurationSummary$resourceTags": "<p>The tags attached to the image created by Image Builder.</p>", 1705 "UpdateInfrastructureConfigurationRequest$resourceTags": "<p>The tags attached to the resource created by Image Builder.</p>" 1706 } 1707 }, 1708 "RestrictedInteger": { 1709 "base": null, 1710 "refs": { 1711 "ListComponentBuildVersionsRequest$maxResults": "<p>The maximum items to return in a request.</p>", 1712 "ListComponentsRequest$maxResults": "<p>The maximum items to return in a request.</p>", 1713 "ListContainerRecipesRequest$maxResults": "<p>The maximum number of results to return in the list.</p>", 1714 "ListDistributionConfigurationsRequest$maxResults": "<p>The maximum items to return in a request.</p>", 1715 "ListImageBuildVersionsRequest$maxResults": "<p>The maximum items to return in a request.</p>", 1716 "ListImagePackagesRequest$maxResults": "<p>The maxiumum number of results to return from the ListImagePackages request.</p>", 1717 "ListImagePipelineImagesRequest$maxResults": "<p>The maximum items to return in a request.</p>", 1718 "ListImagePipelinesRequest$maxResults": "<p>The maximum items to return in a request.</p>", 1719 "ListImageRecipesRequest$maxResults": "<p>The maximum items to return in a request.</p>", 1720 "ListImagesRequest$maxResults": "<p>The maximum items to return in a request.</p>", 1721 "ListInfrastructureConfigurationsRequest$maxResults": "<p>The maximum items to return in a request.</p>" 1722 } 1723 }, 1724 "S3Logs": { 1725 "base": "<p>Amazon S3 logging configuration.</p>", 1726 "refs": { 1727 "Logging$s3Logs": "<p>The Amazon S3 logging configuration.</p>" 1728 } 1729 }, 1730 "Schedule": { 1731 "base": "<p>A schedule configures how often and when a pipeline will automatically create a new image.</p>", 1732 "refs": { 1733 "CreateImagePipelineRequest$schedule": "<p> The schedule of the image pipeline.</p>", 1734 "ImagePipeline$schedule": "<p>The schedule of the image pipeline.</p>", 1735 "UpdateImagePipelineRequest$schedule": "<p>The schedule of the image pipeline.</p>" 1736 } 1737 }, 1738 "SecurityGroupIds": { 1739 "base": null, 1740 "refs": { 1741 "CreateInfrastructureConfigurationRequest$securityGroupIds": "<p>The security group IDs to associate with the instance used to customize your Amazon EC2 AMI.</p>", 1742 "InfrastructureConfiguration$securityGroupIds": "<p>The security group IDs of the infrastructure configuration.</p>", 1743 "UpdateInfrastructureConfigurationRequest$securityGroupIds": "<p>The security group IDs to associate with the instance used to customize your Amazon EC2 AMI.</p>" 1744 } 1745 }, 1746 "ServiceException": { 1747 "base": "<p>This exception is thrown when the service encounters an unrecoverable exception.</p>", 1748 "refs": { 1749 } 1750 }, 1751 "ServiceQuotaExceededException": { 1752 "base": "<p>You have exceeded the number of permitted resources or operations for this service. For service quotas, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/imagebuilder.html#limits_imagebuilder\">EC2 Image Builder endpoints and quotas</a>.</p>", 1753 "refs": { 1754 } 1755 }, 1756 "ServiceUnavailableException": { 1757 "base": "<p>The service is unable to process your request at this time.</p>", 1758 "refs": { 1759 } 1760 }, 1761 "SnsTopicArn": { 1762 "base": null, 1763 "refs": { 1764 "CreateInfrastructureConfigurationRequest$snsTopicArn": "<p>The SNS topic on which to send image build events.</p>", 1765 "UpdateInfrastructureConfigurationRequest$snsTopicArn": "<p>The SNS topic on which to send image build events.</p>" 1766 } 1767 }, 1768 "StartImagePipelineExecutionRequest": { 1769 "base": null, 1770 "refs": { 1771 } 1772 }, 1773 "StartImagePipelineExecutionResponse": { 1774 "base": null, 1775 "refs": { 1776 } 1777 }, 1778 "StringList": { 1779 "base": null, 1780 "refs": { 1781 "Container$imageUris": "<p>A list of URIs for containers created in the context Region.</p>", 1782 "ContainerDistributionConfiguration$containerTags": "<p>Tags that are attached to the container distribution configuration.</p>", 1783 "LaunchPermissionConfiguration$userGroups": "<p>The name of the group.</p>" 1784 } 1785 }, 1786 "SystemsManagerAgent": { 1787 "base": "<p>Contains settings for the Systems Manager agent on your build instance.</p>", 1788 "refs": { 1789 "AdditionalInstanceConfiguration$systemsManagerAgent": "<p>Contains settings for the Systems Manager agent on your build instance.</p>" 1790 } 1791 }, 1792 "TagKey": { 1793 "base": null, 1794 "refs": { 1795 "ResourceTagMap$key": null, 1796 "TagKeyList$member": null, 1797 "TagMap$key": null 1798 } 1799 }, 1800 "TagKeyList": { 1801 "base": null, 1802 "refs": { 1803 "UntagResourceRequest$tagKeys": "<p>The tag keys to remove from the resource.</p>" 1804 } 1805 }, 1806 "TagMap": { 1807 "base": null, 1808 "refs": { 1809 "AmiDistributionConfiguration$amiTags": "<p>The tags to apply to AMIs distributed to this Region.</p>", 1810 "Component$tags": "<p>The tags associated with the component.</p>", 1811 "ComponentSummary$tags": "<p>The tags associated with the component.</p>", 1812 "ContainerRecipe$tags": "<p>Tags that are attached to the container recipe.</p>", 1813 "ContainerRecipeSummary$tags": "<p>Tags that are attached to the container recipe.</p>", 1814 "CreateComponentRequest$tags": "<p>The tags of the component.</p>", 1815 "CreateContainerRecipeRequest$tags": "<p>Tags that are attached to the container recipe.</p>", 1816 "CreateDistributionConfigurationRequest$tags": "<p> The tags of the distribution configuration.</p>", 1817 "CreateImagePipelineRequest$tags": "<p> The tags of the image pipeline.</p>", 1818 "CreateImageRecipeRequest$tags": "<p> The tags of the image recipe.</p>", 1819 "CreateImageRequest$tags": "<p> The tags of the image.</p>", 1820 "CreateInfrastructureConfigurationRequest$tags": "<p>The tags of the infrastructure configuration.</p>", 1821 "DistributionConfiguration$tags": "<p>The tags of the distribution configuration.</p>", 1822 "DistributionConfigurationSummary$tags": "<p>The tags associated with the distribution configuration.</p>", 1823 "Image$tags": "<p>The tags of the image.</p>", 1824 "ImagePipeline$tags": "<p>The tags of this image pipeline.</p>", 1825 "ImageRecipe$tags": "<p>The tags of the image recipe.</p>", 1826 "ImageRecipeSummary$tags": "<p>The tags of the image recipe.</p>", 1827 "ImageSummary$tags": "<p>The tags of the image.</p>", 1828 "ImportComponentRequest$tags": "<p>The tags of the component.</p>", 1829 "InfrastructureConfiguration$tags": "<p>The tags of the infrastructure configuration.</p>", 1830 "InfrastructureConfigurationSummary$tags": "<p>The tags of the infrastructure configuration.</p>", 1831 "ListTagsForResourceResponse$tags": "<p>The tags for the specified resource.</p>", 1832 "TagResourceRequest$tags": "<p>The tags to apply to the resource.</p>" 1833 } 1834 }, 1835 "TagResourceRequest": { 1836 "base": null, 1837 "refs": { 1838 } 1839 }, 1840 "TagResourceResponse": { 1841 "base": null, 1842 "refs": { 1843 } 1844 }, 1845 "TagValue": { 1846 "base": null, 1847 "refs": { 1848 "ResourceTagMap$value": null, 1849 "TagMap$value": null 1850 } 1851 }, 1852 "TargetContainerRepository": { 1853 "base": "<p>The container repository where the output container image is stored.</p>", 1854 "refs": { 1855 "ContainerDistributionConfiguration$targetRepository": "<p>The destination repository for the container distribution configuration.</p>", 1856 "ContainerRecipe$targetRepository": "<p>The destination repository for the container image.</p>", 1857 "CreateContainerRecipeRequest$targetRepository": "<p>The destination repository for the container image.</p>" 1858 } 1859 }, 1860 "Timezone": { 1861 "base": null, 1862 "refs": { 1863 "Schedule$timezone": "<p>The timezone that applies to the scheduling expression. For example, \"Etc/UTC\", \"America/Los_Angeles\" in the <a href=\"https://www.joda.org/joda-time/timezones.html\">IANA timezone format</a>. If not specified this defaults to UTC.</p>" 1864 } 1865 }, 1866 "UntagResourceRequest": { 1867 "base": null, 1868 "refs": { 1869 } 1870 }, 1871 "UntagResourceResponse": { 1872 "base": null, 1873 "refs": { 1874 } 1875 }, 1876 "UpdateDistributionConfigurationRequest": { 1877 "base": null, 1878 "refs": { 1879 } 1880 }, 1881 "UpdateDistributionConfigurationResponse": { 1882 "base": null, 1883 "refs": { 1884 } 1885 }, 1886 "UpdateImagePipelineRequest": { 1887 "base": null, 1888 "refs": { 1889 } 1890 }, 1891 "UpdateImagePipelineResponse": { 1892 "base": null, 1893 "refs": { 1894 } 1895 }, 1896 "UpdateInfrastructureConfigurationRequest": { 1897 "base": null, 1898 "refs": { 1899 } 1900 }, 1901 "UpdateInfrastructureConfigurationResponse": { 1902 "base": null, 1903 "refs": { 1904 } 1905 }, 1906 "Uri": { 1907 "base": null, 1908 "refs": { 1909 "CreateComponentRequest$uri": "<p>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 <code>data</code> or <code>uri</code> can be used to specify the data within the component.</p>", 1910 "CreateContainerRecipeRequest$dockerfileTemplateUri": "<p>The Amazon S3 URI for the Dockerfile that will be used to build your container image.</p>", 1911 "ImportComponentRequest$uri": "<p>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 <code>data</code> or <code>uri</code> can be used to specify the data within the component.</p>" 1912 } 1913 }, 1914 "UserDataOverride": { 1915 "base": null, 1916 "refs": { 1917 "AdditionalInstanceConfiguration$userDataOverride": "<p>Use this property to provide commands or a command script to run when you launch your build instance.</p> <note> <p>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.</p> </note>" 1918 } 1919 }, 1920 "VersionNumber": { 1921 "base": null, 1922 "refs": { 1923 "Component$version": "<p>The version of the component.</p>", 1924 "ComponentSummary$version": "<p>The version of the component.</p>", 1925 "ComponentVersion$version": "<p>The semantic version of the component.</p> <note> <p>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.</p> <p> <b>Assignment:</b> 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.</p> <p> <b>Patterns:</b> 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.</p> <p> <b>Filtering:</b> 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.</p> </note>", 1926 "ContainerRecipe$version": "<p>The semantic version of the container recipe.</p> <note> <p>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.</p> <p> <b>Assignment:</b> 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.</p> <p> <b>Patterns:</b> 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.</p> <p> <b>Filtering:</b> 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.</p> </note>", 1927 "CreateComponentRequest$semanticVersion": "<p>The semantic version of the component. This version follows the semantic version syntax.</p> <note> <p>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.</p> <p> <b>Assignment:</b> 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.</p> <p> <b>Patterns:</b> 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.</p> </note>", 1928 "CreateContainerRecipeRequest$semanticVersion": "<p>The semantic version of the container recipe. This version follows the semantic version syntax.</p> <note> <p>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.</p> <p> <b>Assignment:</b> 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.</p> <p> <b>Patterns:</b> 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.</p> </note>", 1929 "CreateImageRecipeRequest$semanticVersion": "<p>The semantic version of the image recipe. This version follows the semantic version syntax.</p> <note> <p>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.</p> <p> <b>Assignment:</b> 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.</p> <p> <b>Patterns:</b> 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.</p> </note>", 1930 "Image$version": "<p>The semantic version of the image.</p> <note> <p>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.</p> <p> <b>Assignment:</b> 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.</p> <p> <b>Patterns:</b> 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.</p> <p> <b>Filtering:</b> 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.</p> </note>", 1931 "ImageRecipe$version": "<p>The version of the image recipe.</p>", 1932 "ImageSummary$version": "<p>The version of the image.</p>", 1933 "ImageVersion$version": "<p>Details for a specific version of an Image Builder image. This version follows the semantic version syntax.</p> <note> <p>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.</p> <p> <b>Assignment:</b> 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.</p> <p> <b>Patterns:</b> 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.</p> <p> <b>Filtering:</b> 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.</p> </note>", 1934 "ImportComponentRequest$semanticVersion": "<p>The semantic version of the component. This version follows the semantic version syntax.</p> <note> <p>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.</p> <p> <b>Filtering:</b> 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.</p> </note>" 1935 } 1936 } 1937 } 1938 }