diff --git a/CHANGELOG.md b/CHANGELOG.md index f23b5692020..9449b6d1188 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +Release v1.38.12 (2021-04-02) +=== + +### Service Client Updates +* `service/imagebuilder`: Updates service API and documentation +* `service/mediapackage`: Updates service API and documentation + * SPEKE v2 is an upgrade to the existing SPEKE API to support multiple encryption keys, based on an encryption contract selected by the customer. + Release v1.38.11 (2021-04-01) === diff --git a/aws/endpoints/defaults.go b/aws/endpoints/defaults.go index 9899cfe9c48..6da1da7368c 100644 --- a/aws/endpoints/defaults.go +++ b/aws/endpoints/defaults.go @@ -4473,6 +4473,7 @@ var awsPartition = partition{ "ap-east-1": endpoint{}, "ap-northeast-1": endpoint{}, "ap-northeast-2": endpoint{}, + "ap-northeast-3": endpoint{}, "ap-south-1": endpoint{}, "ap-southeast-1": endpoint{}, "ap-southeast-2": endpoint{}, @@ -9674,6 +9675,18 @@ var awsusgovPartition = partition{ Protocols: []string{"https"}, }, Endpoints: endpoints{ + "fips-us-gov-east-1": endpoint{ + Hostname: "servicequotas.us-gov-east-1.amazonaws.com", + CredentialScope: credentialScope{ + Region: "us-gov-east-1", + }, + }, + "fips-us-gov-west-1": endpoint{ + Hostname: "servicequotas.us-gov-west-1.amazonaws.com", + CredentialScope: credentialScope{ + Region: "us-gov-west-1", + }, + }, "us-gov-east-1": endpoint{}, "us-gov-west-1": endpoint{}, }, diff --git a/aws/version.go b/aws/version.go index dabd1d47ec7..c0aa3c2d2f8 100644 --- a/aws/version.go +++ b/aws/version.go @@ -5,4 +5,4 @@ package aws const SDKName = "aws-sdk-go" // SDKVersion is the version of this SDK -const SDKVersion = "1.38.11" +const SDKVersion = "1.38.12" diff --git a/models/apis/imagebuilder/2019-12-02/api-2.json b/models/apis/imagebuilder/2019-12-02/api-2.json index cfea2076701..590d49bf61c 100644 --- a/models/apis/imagebuilder/2019-12-02/api-2.json +++ b/models/apis/imagebuilder/2019-12-02/api-2.json @@ -916,7 +916,7 @@ "shapes":{ "AccountId":{ "type":"string", - "pattern":"^\\d{12}$" + "pattern":"^[0-9]{12}$" }, "AccountList":{ "type":"list", @@ -1022,7 +1022,7 @@ }, "ComponentBuildVersionArn":{ "type":"string", - "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):component/[a-z0-9-_]+/\\d+\\.\\d+\\.\\d+/\\d+$" + "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws):component/[a-z0-9-_]+/[0-9]+\\.[0-9]+\\.[0-9]+/[0-9]+$" }, "ComponentConfiguration":{ "type":"structure", @@ -1084,11 +1084,11 @@ }, "ComponentVersionArn":{ "type":"string", - "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):component/[a-z0-9-_]+/\\d+\\.\\d+\\.\\d+$" + "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws):component/[a-z0-9-_]+/[0-9]+\\.[0-9]+\\.[0-9]+$" }, "ComponentVersionArnOrBuildVersionArn":{ "type":"string", - "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):component/[a-z0-9-_]+/(?:(?:(\\d+|x)\\.(\\d+|x)\\.(\\d+|x))|(?:\\d+\\.\\d+\\.\\d+/\\d+))$" + "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws):component/[a-z0-9-_]+/(?:(?:([0-9]+|x)\\.([0-9]+|x)\\.([0-9]+|x))|(?:[0-9]+\\.[0-9]+\\.[0-9]+/[0-9]+))$" }, "ComponentVersionList":{ "type":"list", @@ -1125,6 +1125,7 @@ "owner":{"shape":"NonEmptyString"}, "version":{"shape":"VersionNumber"}, "components":{"shape":"ComponentConfigurationList"}, + "instanceConfiguration":{"shape":"InstanceConfiguration"}, "dockerfileTemplateData":{"shape":"DockerFileTemplate"}, "kmsKeyId":{"shape":"NonEmptyString"}, "encrypted":{"shape":"NullableBoolean"}, @@ -1137,7 +1138,7 @@ }, "ContainerRecipeArn":{ "type":"string", - "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):container-recipe/[a-z0-9-_]+/\\d+\\.\\d+\\.\\d+$" + "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws):container-recipe/[a-z0-9-_]+/[0-9]+\\.[0-9]+\\.[0-9]+$" }, "ContainerRecipeSummary":{ "type":"structure", @@ -1204,7 +1205,6 @@ "name", "semanticVersion", "components", - "dockerfileTemplateData", "parentImage", "targetRepository", "clientToken" @@ -1215,6 +1215,7 @@ "description":{"shape":"NonEmptyString"}, "semanticVersion":{"shape":"VersionNumber"}, "components":{"shape":"ComponentConfigurationList"}, + "instanceConfiguration":{"shape":"InstanceConfiguration"}, "dockerfileTemplateData":{"shape":"InlineDockerFileTemplate"}, "dockerfileTemplateUri":{"shape":"Uri"}, "platformOverride":{"shape":"Platform"}, @@ -1368,7 +1369,7 @@ "name":{"shape":"ResourceName"}, "description":{"shape":"NonEmptyString"}, "instanceTypes":{"shape":"InstanceTypeList"}, - "instanceProfileName":{"shape":"NonEmptyString"}, + "instanceProfileName":{"shape":"InstanceProfileNameType"}, "securityGroupIds":{"shape":"SecurityGroupIds"}, "subnetId":{"shape":"NonEmptyString"}, "logging":{"shape":"Logging"}, @@ -1525,7 +1526,8 @@ "region":{"shape":"NonEmptyString"}, "amiDistributionConfiguration":{"shape":"AmiDistributionConfiguration"}, "containerDistributionConfiguration":{"shape":"ContainerDistributionConfiguration"}, - "licenseConfigurationArns":{"shape":"LicenseConfigurationArnList"} + "licenseConfigurationArns":{"shape":"LicenseConfigurationArnList"}, + "launchTemplateConfigurations":{"shape":"LaunchTemplateConfigurationList"} } }, "DistributionConfiguration":{ @@ -1544,7 +1546,7 @@ }, "DistributionConfigurationArn":{ "type":"string", - "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):distribution-configuration/[a-z0-9-_]+$" + "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws):distribution-configuration/[a-z0-9-_]+$" }, "DistributionConfigurationSummary":{ "type":"structure", @@ -1878,11 +1880,11 @@ }, "ImageBuildVersionArn":{ "type":"string", - "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):image/[a-z0-9-_]+/\\d+\\.\\d+\\.\\d+/\\d+$" + "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws):image/[a-z0-9-_]+/[0-9]+\\.[0-9]+\\.[0-9]+/[0-9]+$" }, "ImageBuilderArn":{ "type":"string", - "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):(?:image-recipe|container-recipe|infrastructure-configuration|distribution-configuration|component|image|image-pipeline)/[a-z0-9-_]+(?:/(?:(?:x|\\d+)\\.(?:x|\\d+)\\.(?:x|\\d+))(?:/\\d+)?)?$" + "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws):(?:image-recipe|container-recipe|infrastructure-configuration|distribution-configuration|component|image|image-pipeline)/[a-z0-9-_]+(?:/(?:(?:x|[0-9]+)\\.(?:x|[0-9]+)\\.(?:x|[0-9]+))(?:/[0-9]+)?)?$" }, "ImagePackage":{ "type":"structure", @@ -1919,7 +1921,7 @@ }, "ImagePipelineArn":{ "type":"string", - "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):image-pipeline/[a-z0-9-_]+$" + "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws):image-pipeline/[a-z0-9-_]+$" }, "ImagePipelineList":{ "type":"list", @@ -1945,7 +1947,7 @@ }, "ImageRecipeArn":{ "type":"string", - "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):image-recipe/[a-z0-9-_]+/\\d+\\.\\d+\\.\\d+$" + "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws):image-recipe/[a-z0-9-_]+/[0-9]+\\.[0-9]+\\.[0-9]+$" }, "ImageRecipeSummary":{ "type":"structure", @@ -2040,11 +2042,11 @@ }, "ImageVersionArn":{ "type":"string", - "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):image/[a-z0-9-_]+/\\d+\\.\\d+\\.\\d+$" + "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws):image/[a-z0-9-_]+/[0-9]+\\.[0-9]+\\.[0-9]+$" }, "ImageVersionArnOrBuildVersionArn":{ "type":"string", - "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):image/[a-z0-9-_]+/(?:(?:(\\d+|x)\\.(\\d+|x)\\.(\\d+|x))|(?:\\d+\\.\\d+\\.\\d+/\\d+))$" + "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws):image/[a-z0-9-_]+/(?:(?:([0-9]+|x)\\.([0-9]+|x)\\.([0-9]+|x))|(?:[0-9]+\\.[0-9]+\\.[0-9]+/[0-9]+))$" }, "ImageVersionList":{ "type":"list", @@ -2108,7 +2110,7 @@ }, "InfrastructureConfigurationArn":{ "type":"string", - "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):infrastructure-configuration/[a-z0-9-_]+$" + "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws):infrastructure-configuration/[a-z0-9-_]+$" }, "InfrastructureConfigurationSummary":{ "type":"structure", @@ -2153,6 +2155,13 @@ "type":"list", "member":{"shape":"InstanceBlockDeviceMapping"} }, + "InstanceConfiguration":{ + "type":"structure", + "members":{ + "image":{"shape":"NonEmptyString"}, + "blockDeviceMappings":{"shape":"InstanceBlockDeviceMappings"} + } + }, "InstanceProfileNameType":{ "type":"string", "max":256, @@ -2219,9 +2228,28 @@ "userGroups":{"shape":"StringList"} } }, + "LaunchTemplateConfiguration":{ + "type":"structure", + "required":["launchTemplateId"], + "members":{ + "launchTemplateId":{"shape":"LaunchTemplateId"}, + "accountId":{"shape":"AccountId"}, + "setDefaultVersion":{"shape":"Boolean"} + } + }, + "LaunchTemplateConfigurationList":{ + "type":"list", + "member":{"shape":"LaunchTemplateConfiguration"}, + "max":100, + "min":1 + }, + "LaunchTemplateId":{ + "type":"string", + "pattern":"^lt-[a-z0-9-_]{17}$" + }, "LicenseConfigurationArn":{ "type":"string", - "pattern":"^arn:aws[^:]*:license-manager:[^:]+:\\d{12}:license-configuration:lic-[a-z0-9-_]{32}$" + "pattern":"^arn:aws[^:]*:license-manager:[^:]+:[0-9]{12}:license-configuration:lic-[a-z0-9-_]{32}$" }, "LicenseConfigurationArnList":{ "type":"list", @@ -2705,7 +2733,7 @@ }, "SnsTopicArn":{ "type":"string", - "pattern":"^arn:aws[^:]*:sns:[^:]+:\\d{12}:[a-zA-Z0-9-_]{1,256}$" + "pattern":"^arn:aws[^:]*:sns:[^:]+:[0-9]{12}:[a-zA-Z0-9-_]{1,256}$" }, "StartImagePipelineExecutionRequest":{ "type":"structure", @@ -2885,7 +2913,7 @@ "infrastructureConfigurationArn":{"shape":"InfrastructureConfigurationArn"}, "description":{"shape":"NonEmptyString"}, "instanceTypes":{"shape":"InstanceTypeList"}, - "instanceProfileName":{"shape":"NonEmptyString"}, + "instanceProfileName":{"shape":"InstanceProfileNameType"}, "securityGroupIds":{"shape":"SecurityGroupIds"}, "subnetId":{"shape":"NonEmptyString"}, "logging":{"shape":"Logging"}, diff --git a/models/apis/imagebuilder/2019-12-02/docs-2.json b/models/apis/imagebuilder/2019-12-02/docs-2.json index 8e37171b50c..7105cd3fa5a 100644 --- a/models/apis/imagebuilder/2019-12-02/docs-2.json +++ b/models/apis/imagebuilder/2019-12-02/docs-2.json @@ -5,89 +5,90 @@ "CancelImageCreation": "
CancelImageCreation cancels the creation of Image. This operation can only be used on images in a non-terminal state.
", "CreateComponent": "Creates a new component that can be used to build, validate, test, and assess your image.
", "CreateContainerRecipe": "Creates a new container recipe. Container recipes define how images are configured, tested, and assessed.
", - "CreateDistributionConfiguration": "Creates a new distribution configuration. Distribution configurations define and configure the outputs of your pipeline.
", - "CreateImage": "Creates a new image. This request will create a new image along with all of the configured output resources defined in the distribution configuration.
", - "CreateImagePipeline": "Creates a new image pipeline. Image pipelines enable you to automate the creation and distribution of images.
", - "CreateImageRecipe": "Creates a new image recipe. Image recipes define how images are configured, tested, and assessed.
", - "CreateInfrastructureConfiguration": "Creates a new infrastructure configuration. An infrastructure configuration defines the environment in which your image will be built and tested.
", - "DeleteComponent": "Deletes a component build version.
", + "CreateDistributionConfiguration": "Creates a new distribution configuration. Distribution configurations define and configure the outputs of your pipeline.
", + "CreateImage": "Creates a new image. This request will create a new image along with all of the configured output resources defined in the distribution configuration.
", + "CreateImagePipeline": "Creates a new image pipeline. Image pipelines enable you to automate the creation and distribution of images.
", + "CreateImageRecipe": "Creates a new image recipe. Image recipes define how images are configured, tested, and assessed.
", + "CreateInfrastructureConfiguration": "Creates a new infrastructure configuration. An infrastructure configuration defines the environment in which your image will be built and tested.
", + "DeleteComponent": "Deletes a component build version.
", "DeleteContainerRecipe": "Deletes a container recipe.
", - "DeleteDistributionConfiguration": "Deletes a distribution configuration.
", - "DeleteImage": "Deletes an image.
", - "DeleteImagePipeline": "Deletes an image pipeline.
", - "DeleteImageRecipe": "Deletes an image recipe.
", - "DeleteInfrastructureConfiguration": "Deletes an infrastructure configuration.
", - "GetComponent": "Gets a component object.
", - "GetComponentPolicy": "Gets a component policy.
", + "DeleteDistributionConfiguration": "Deletes a distribution configuration.
", + "DeleteImage": "Deletes an image.
", + "DeleteImagePipeline": "Deletes an image pipeline.
", + "DeleteImageRecipe": "Deletes an image recipe.
", + "DeleteInfrastructureConfiguration": "Deletes an infrastructure configuration.
", + "GetComponent": "Gets a component object.
", + "GetComponentPolicy": "Gets a component policy.
", "GetContainerRecipe": "Retrieves a container recipe.
", "GetContainerRecipePolicy": "Retrieves the policy for a container recipe.
", - "GetDistributionConfiguration": "Gets a distribution configuration.
", - "GetImage": "Gets an image.
", - "GetImagePipeline": "Gets an image pipeline.
", - "GetImagePolicy": "Gets an image policy.
", - "GetImageRecipe": "Gets an image recipe.
", - "GetImageRecipePolicy": "Gets an image recipe policy.
", - "GetInfrastructureConfiguration": "Gets an infrastructure configuration.
", - "ImportComponent": "Imports a component and transforms its data into a component document.
", - "ListComponentBuildVersions": "Returns the list of component build versions for the specified semantic version.
", - "ListComponents": "Returns the list of component build versions for the specified semantic version.
", + "GetDistributionConfiguration": "Gets a distribution configuration.
", + "GetImage": "Gets an image.
", + "GetImagePipeline": "Gets an image pipeline.
", + "GetImagePolicy": "Gets an image policy.
", + "GetImageRecipe": "Gets an image recipe.
", + "GetImageRecipePolicy": "Gets an image recipe policy.
", + "GetInfrastructureConfiguration": "Gets an infrastructure configuration.
", + "ImportComponent": "Imports a component and transforms its data into a component document.
", + "ListComponentBuildVersions": "Returns the list of component build versions for the specified semantic version.
", + "ListComponents": "Returns the list of component build versions for the specified semantic version.
", "ListContainerRecipes": "Returns a list of container recipes.
", - "ListDistributionConfigurations": "Returns a list of distribution configurations.
", - "ListImageBuildVersions": "Returns a list of image build versions.
", + "ListDistributionConfigurations": "Returns a list of distribution configurations.
", + "ListImageBuildVersions": "Returns a list of image build versions.
", "ListImagePackages": "List the Packages that are associated with an Image Build Version, as determined by AWS Systems Manager Inventory at build time.
", - "ListImagePipelineImages": "Returns a list of images created by the specified pipeline.
", - "ListImagePipelines": "Returns a list of image pipelines.
", - "ListImageRecipes": "Returns a list of image recipes.
", - "ListImages": "Returns the list of images that you have access to.
", - "ListInfrastructureConfigurations": "Returns a list of infrastructure configurations.
", - "ListTagsForResource": "Returns the list of tags for the specified resource.
", - "PutComponentPolicy": " Applies a policy to a component. We recommend that you call the RAM API CreateResourceShare to share resources. If you call the Image Builder API PutComponentPolicy
, you must also call the RAM API PromoteResourceShareCreatedFromPolicy in order for the resource to be visible to all principals with whom the resource is shared.
Returns a list of images created by the specified pipeline.
", + "ListImagePipelines": "Returns a list of image pipelines.
", + "ListImageRecipes": "Returns a list of image recipes.
", + "ListImages": "Returns the list of images that you have access to.
", + "ListInfrastructureConfigurations": "Returns a list of infrastructure configurations.
", + "ListTagsForResource": "Returns the list of tags for the specified resource.
", + "PutComponentPolicy": " Applies a policy to a component. We recommend that you call the RAM API CreateResourceShare to share resources. If you call the Image Builder API PutComponentPolicy
, you must also call the RAM API PromoteResourceShareCreatedFromPolicy in order for the resource to be visible to all principals with whom the resource is shared.
Applies a policy to a container image. We recommend that you call the RAM API CreateResourceShare (https://docs.aws.amazon.com/ram/latest/APIReference/API_CreateResourceShare.html) to share resources. If you call the Image Builder API PutContainerImagePolicy
, you must also call the RAM API PromoteResourceShareCreatedFromPolicy (https://docs.aws.amazon.com/ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html) in order for the resource to be visible to all principals with whom the resource is shared.
Applies a policy to an image. We recommend that you call the RAM API CreateResourceShare to share resources. If you call the Image Builder API PutImagePolicy
, you must also call the RAM API PromoteResourceShareCreatedFromPolicy in order for the resource to be visible to all principals with whom the resource is shared.
Applies a policy to an image recipe. We recommend that you call the RAM API CreateResourceShare to share resources. If you call the Image Builder API PutImageRecipePolicy
, you must also call the RAM API PromoteResourceShareCreatedFromPolicy in order for the resource to be visible to all principals with whom the resource is shared.
Manually triggers a pipeline to create an image.
", - "TagResource": "Adds a tag to a resource.
", - "UntagResource": "Removes a tag from a resource.
", - "UpdateDistributionConfiguration": "Updates a new distribution configuration. Distribution configurations define and configure the outputs of your pipeline.
", - "UpdateImagePipeline": "Updates a new image pipeline. Image pipelines enable you to automate the creation and distribution of images.
", - "UpdateInfrastructureConfiguration": "Updates a new infrastructure configuration. An infrastructure configuration defines the environment in which your image will be built and tested.
" + "PutImagePolicy": "Applies a policy to an image. We recommend that you call the RAM API CreateResourceShare to share resources. If you call the Image Builder API PutImagePolicy
, you must also call the RAM API PromoteResourceShareCreatedFromPolicy in order for the resource to be visible to all principals with whom the resource is shared.
Applies a policy to an image recipe. We recommend that you call the RAM API CreateResourceShare to share resources. If you call the Image Builder API PutImageRecipePolicy
, you must also call the RAM API PromoteResourceShareCreatedFromPolicy in order for the resource to be visible to all principals with whom the resource is shared.
Manually triggers a pipeline to create an image.
", + "TagResource": "Adds a tag to a resource.
", + "UntagResource": "Removes a tag from a resource.
", + "UpdateDistributionConfiguration": "Updates a new distribution configuration. Distribution configurations define and configure the outputs of your pipeline.
", + "UpdateImagePipeline": "Updates a new image pipeline. Image pipelines enable you to automate the creation and distribution of images.
", + "UpdateInfrastructureConfiguration": "Updates a new infrastructure configuration. An infrastructure configuration defines the environment in which your image will be built and tested.
" }, "shapes": { "AccountId": { "base": null, "refs": { - "AccountList$member": null + "AccountList$member": null, + "LaunchTemplateConfiguration$accountId": "The account ID that this configuration applies to.
" } }, "AccountList": { "base": null, "refs": { - "AmiDistributionConfiguration$targetAccountIds": "The ID of an account to which you want to distribute an image.
", - "LaunchPermissionConfiguration$userIds": "The AWS account ID.
" + "AmiDistributionConfiguration$targetAccountIds": "The ID of an account to which you want to distribute an image.
", + "LaunchPermissionConfiguration$userIds": "The AWS account ID.
" } }, "Ami": { - "base": "Details of an EC2 AMI.
", + "base": "Details of an EC2 AMI.
", "refs": { "AmiList$member": null } }, "AmiDistributionConfiguration": { - "base": "Define and configure the output AMIs of the pipeline.
", + "base": "Define and configure the output AMIs of the pipeline.
", "refs": { - "Distribution$amiDistributionConfiguration": "The specific AMI settings (for example, launch permissions, AMI tags).
" + "Distribution$amiDistributionConfiguration": "The specific AMI settings; for example, launch permissions or AMI tags.
" } }, "AmiList": { "base": null, "refs": { - "OutputResources$amis": "The EC2 AMIs created by this image.
" + "OutputResources$amis": "The EC2 AMIs created by this image.
" } }, "AmiNameString": { "base": null, "refs": { - "AmiDistributionConfiguration$name": "The name of the distribution configuration.
" + "AmiDistributionConfiguration$name": "The name of the distribution configuration.
" } }, "Arn": { @@ -103,6 +104,7 @@ "Boolean": { "base": null, "refs": { + "LaunchTemplateConfiguration$setDefaultVersion": "Set the specified EC2 launch template as the default launch template for the specified account.
", "ListComponentsRequest$byName": "Returns the list of component build versions for the specified semantic version.
", "ListImagesRequest$byName": "Requests a list of images with a specific recipe name.
" } @@ -136,48 +138,48 @@ "CreateComponentResponse$clientToken": "The idempotency token used to make this request idempotent.
", "CreateContainerRecipeRequest$clientToken": "The client token used to make this request idempotent.
", "CreateContainerRecipeResponse$clientToken": "The client token used to make this request idempotent.
", - "CreateDistributionConfigurationRequest$clientToken": "The idempotency token of the distribution configuration.
", - "CreateDistributionConfigurationResponse$clientToken": "The idempotency token used to make this request idempotent.
", - "CreateImagePipelineRequest$clientToken": "The idempotency token used to make this request idempotent.
", - "CreateImagePipelineResponse$clientToken": "The idempotency token used to make this request idempotent.
", - "CreateImageRecipeRequest$clientToken": "The idempotency token used to make this request idempotent.
", - "CreateImageRecipeResponse$clientToken": "The idempotency token used to make this request idempotent.
", - "CreateImageRequest$clientToken": "The idempotency token used to make this request idempotent.
", - "CreateImageResponse$clientToken": "The idempotency token used to make this request idempotent.
", - "CreateInfrastructureConfigurationRequest$clientToken": "The idempotency token used to make this request idempotent.
", - "CreateInfrastructureConfigurationResponse$clientToken": "The idempotency token used to make this request idempotent.
", - "ImportComponentRequest$clientToken": "The idempotency token of the component.
", - "ImportComponentResponse$clientToken": "The idempotency token used to make this request idempotent.
", - "StartImagePipelineExecutionRequest$clientToken": "The idempotency token used to make this request idempotent.
", + "CreateDistributionConfigurationRequest$clientToken": "The idempotency token of the distribution configuration.
", + "CreateDistributionConfigurationResponse$clientToken": "The idempotency token used to make this request idempotent.
", + "CreateImagePipelineRequest$clientToken": "The idempotency token used to make this request idempotent.
", + "CreateImagePipelineResponse$clientToken": "The idempotency token used to make this request idempotent.
", + "CreateImageRecipeRequest$clientToken": "The idempotency token used to make this request idempotent.
", + "CreateImageRecipeResponse$clientToken": "The idempotency token used to make this request idempotent.
", + "CreateImageRequest$clientToken": "The idempotency token used to make this request idempotent.
", + "CreateImageResponse$clientToken": "The idempotency token used to make this request idempotent.
", + "CreateInfrastructureConfigurationRequest$clientToken": "The idempotency token used to make this request idempotent.
", + "CreateInfrastructureConfigurationResponse$clientToken": "The idempotency token used to make this request idempotent.
", + "ImportComponentRequest$clientToken": "The idempotency token of the component.
", + "ImportComponentResponse$clientToken": "The idempotency token used to make this request idempotent.
", + "StartImagePipelineExecutionRequest$clientToken": "The idempotency token used to make this request idempotent.
", "StartImagePipelineExecutionResponse$clientToken": "The idempotency token used to make this request idempotent.
", - "UpdateDistributionConfigurationRequest$clientToken": "The idempotency token of the distribution configuration.
", - "UpdateDistributionConfigurationResponse$clientToken": "The idempotency token used to make this request idempotent.
", - "UpdateImagePipelineRequest$clientToken": "The idempotency token used to make this request idempotent.
", - "UpdateImagePipelineResponse$clientToken": "The idempotency token used to make this request idempotent.
", - "UpdateInfrastructureConfigurationRequest$clientToken": "The idempotency token used to make this request idempotent.
", - "UpdateInfrastructureConfigurationResponse$clientToken": "The idempotency token used to make this request idempotent.
" + "UpdateDistributionConfigurationRequest$clientToken": "The idempotency token of the distribution configuration.
", + "UpdateDistributionConfigurationResponse$clientToken": "The idempotency token used to make this request idempotent.
", + "UpdateImagePipelineRequest$clientToken": "The idempotency token used to make this request idempotent.
", + "UpdateImagePipelineResponse$clientToken": "The idempotency token used to make this request idempotent.
", + "UpdateInfrastructureConfigurationRequest$clientToken": "The idempotency token used to make this request idempotent.
", + "UpdateInfrastructureConfigurationResponse$clientToken": "The idempotency token used to make this request idempotent.
" } }, "Component": { "base": "A detailed view of a component.
", "refs": { - "GetComponentResponse$component": "The component object associated with the specified ARN.
" + "GetComponentResponse$component": "The component object associated with the specified ARN.
" } }, "ComponentBuildVersionArn": { "base": null, "refs": { "CreateComponentResponse$componentBuildVersionArn": "The Amazon Resource Name (ARN) of the component that was created by this request.
", - "DeleteComponentRequest$componentBuildVersionArn": "The Amazon Resource Name (ARN) of the component build version to delete.
", - "DeleteComponentResponse$componentBuildVersionArn": "The Amazon Resource Name (ARN) of the component build version that was deleted.
", - "GetComponentPolicyRequest$componentArn": "The Amazon Resource Name (ARN) of the component whose policy you want to retrieve.
", - "ImportComponentResponse$componentBuildVersionArn": "The Amazon Resource Name (ARN) of the imported component.
", - "PutComponentPolicyRequest$componentArn": "The Amazon Resource Name (ARN) of the component that this policy should be applied to.
", - "PutComponentPolicyResponse$componentArn": "The Amazon Resource Name (ARN) of the component that this policy was applied to.
" + "DeleteComponentRequest$componentBuildVersionArn": "The Amazon Resource Name (ARN) of the component build version to delete.
", + "DeleteComponentResponse$componentBuildVersionArn": "The Amazon Resource Name (ARN) of the component build version that was deleted.
", + "GetComponentPolicyRequest$componentArn": "The Amazon Resource Name (ARN) of the component whose policy you want to retrieve.
", + "ImportComponentResponse$componentBuildVersionArn": "The Amazon Resource Name (ARN) of the imported component.
", + "PutComponentPolicyRequest$componentArn": "The Amazon Resource Name (ARN) of the component that this policy should be applied to.
", + "PutComponentPolicyResponse$componentArn": "The Amazon Resource Name (ARN) of the component that this policy was applied to.
" } }, "ComponentConfiguration": { - "base": "Configuration details of the component.
", + "base": "Configuration details of the component.
", "refs": { "ComponentConfigurationList$member": null } @@ -187,7 +189,7 @@ "refs": { "ContainerRecipe$components": "Components for build and test that are included in the container recipe.
", "CreateContainerRecipeRequest$components": "Components for build and test that are included in the container recipe.
", - "CreateImageRecipeRequest$components": "The components of the image recipe.
", + "CreateImageRecipeRequest$components": "The components of the image recipe.
", "ImageRecipe$components": "The components of the image recipe.
" } }, @@ -200,7 +202,7 @@ "ComponentFormat": { "base": null, "refs": { - "ImportComponentRequest$format": "The format of the resource that you want to import as a component.
" + "ImportComponentRequest$format": "The format of the resource that you want to import as a component.
" } }, "ComponentSummary": { @@ -212,7 +214,7 @@ "ComponentSummaryList": { "base": null, "refs": { - "ListComponentBuildVersionsResponse$componentSummaryList": "The list of component summaries for the specified semantic version.
" + "ListComponentBuildVersionsResponse$componentSummaryList": "The list of component summaries for the specified semantic version.
" } }, "ComponentType": { @@ -221,7 +223,7 @@ "Component$type": "The type of the component denotes whether the component is used to build the image or only to test it.
", "ComponentSummary$type": "The type of the component denotes whether the component is used to build the image or only to test it.
", "ComponentVersion$type": "The type of the component denotes whether the component is used to build the image or only to test it.
", - "ImportComponentRequest$type": "The type of the component denotes whether the component is used to build the image or only to test it.
" + "ImportComponentRequest$type": "The type of the component denotes whether the component is used to build the image or only to test it.
" } }, "ComponentVersion": { @@ -233,20 +235,20 @@ "ComponentVersionArn": { "base": null, "refs": { - "ListComponentBuildVersionsRequest$componentVersionArn": "The component version Amazon Resource Name (ARN) whose versions you want to list.
" + "ListComponentBuildVersionsRequest$componentVersionArn": "The component version Amazon Resource Name (ARN) whose versions you want to list.
" } }, "ComponentVersionArnOrBuildVersionArn": { "base": null, "refs": { - "ComponentConfiguration$componentArn": "The Amazon Resource Name (ARN) of the component.
", + "ComponentConfiguration$componentArn": "The Amazon Resource Name (ARN) of the component.
", "GetComponentRequest$componentBuildVersionArn": "The Amazon Resource Name (ARN) of the component that you want to retrieve. Regex requires \"/\\d+$\" suffix.
" } }, "ComponentVersionList": { "base": null, "refs": { - "ListComponentsResponse$componentVersionList": "The list of component semantic versions.
" + "ListComponentsResponse$componentVersionList": "The list of component semantic versions.
" } }, "Container": { @@ -483,7 +485,7 @@ } }, "Distribution": { - "base": "Defines the settings for a specific Region.
", + "base": "Defines the settings for a specific Region.
", "refs": { "DistributionList$member": null } @@ -491,22 +493,22 @@ "DistributionConfiguration": { "base": "A distribution configuration.
", "refs": { - "GetDistributionConfigurationResponse$distributionConfiguration": "The distribution configuration object.
", + "GetDistributionConfigurationResponse$distributionConfiguration": "The distribution configuration object.
", "Image$distributionConfiguration": "The distribution configuration used when creating this image.
" } }, "DistributionConfigurationArn": { "base": null, "refs": { - "CreateDistributionConfigurationResponse$distributionConfigurationArn": "The Amazon Resource Name (ARN) of the distribution configuration that was created by this request.
", - "CreateImagePipelineRequest$distributionConfigurationArn": "The Amazon Resource Name (ARN) of the distribution configuration that will be used to configure and distribute images created by this image pipeline.
", - "CreateImageRequest$distributionConfigurationArn": "The Amazon Resource Name (ARN) of the distribution configuration that defines and configures the outputs of your pipeline.
", - "DeleteDistributionConfigurationRequest$distributionConfigurationArn": "The Amazon Resource Name (ARN) of the distribution configuration to delete.
", - "DeleteDistributionConfigurationResponse$distributionConfigurationArn": "The Amazon Resource Name (ARN) of the distribution configuration that was deleted.
", - "GetDistributionConfigurationRequest$distributionConfigurationArn": "The Amazon Resource Name (ARN) of the distribution configuration that you want to retrieve.
", - "UpdateDistributionConfigurationRequest$distributionConfigurationArn": "The Amazon Resource Name (ARN) of the distribution configuration that you want to update.
", - "UpdateDistributionConfigurationResponse$distributionConfigurationArn": "The Amazon Resource Name (ARN) of the distribution configuration that was updated by this request.
", - "UpdateImagePipelineRequest$distributionConfigurationArn": "The Amazon Resource Name (ARN) of the distribution configuration that will be used to configure and distribute images updated by this image pipeline.
" + "CreateDistributionConfigurationResponse$distributionConfigurationArn": "The Amazon Resource Name (ARN) of the distribution configuration that was created by this request.
", + "CreateImagePipelineRequest$distributionConfigurationArn": "The Amazon Resource Name (ARN) of the distribution configuration that will be used to configure and distribute images created by this image pipeline.
", + "CreateImageRequest$distributionConfigurationArn": "The Amazon Resource Name (ARN) of the distribution configuration that defines and configures the outputs of your pipeline.
", + "DeleteDistributionConfigurationRequest$distributionConfigurationArn": "The Amazon Resource Name (ARN) of the distribution configuration to delete.
", + "DeleteDistributionConfigurationResponse$distributionConfigurationArn": "The Amazon Resource Name (ARN) of the distribution configuration that was deleted.
", + "GetDistributionConfigurationRequest$distributionConfigurationArn": "The Amazon Resource Name (ARN) of the distribution configuration that you want to retrieve.
", + "UpdateDistributionConfigurationRequest$distributionConfigurationArn": "The Amazon Resource Name (ARN) of the distribution configuration that you want to update.
", + "UpdateDistributionConfigurationResponse$distributionConfigurationArn": "The Amazon Resource Name (ARN) of the distribution configuration that was updated by this request.
", + "UpdateImagePipelineRequest$distributionConfigurationArn": "The Amazon Resource Name (ARN) of the distribution configuration that will be used to configure and distribute images updated by this image pipeline.
" } }, "DistributionConfigurationSummary": { @@ -518,15 +520,15 @@ "DistributionConfigurationSummaryList": { "base": null, "refs": { - "ListDistributionConfigurationsResponse$distributionConfigurationSummaryList": "The list of distributions.
" + "ListDistributionConfigurationsResponse$distributionConfigurationSummaryList": "The list of distributions.
" } }, "DistributionList": { "base": null, "refs": { - "CreateDistributionConfigurationRequest$distributions": "The distributions of the distribution configuration.
", - "DistributionConfiguration$distributions": "The distributions of the distribution configuration.
", - "UpdateDistributionConfigurationRequest$distributions": "The distributions of the distribution configuration.
" + "CreateDistributionConfigurationRequest$distributions": "The distributions of the distribution configuration.
", + "DistributionConfiguration$distributions": "The distribution objects that apply Region-specific settings for the deployment of the image to targeted Regions.
", + "UpdateDistributionConfigurationRequest$distributions": "The distributions of the distribution configuration.
" } }, "DistributionTimeoutMinutes": { @@ -594,7 +596,7 @@ } }, "Filter": { - "base": "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.
", + "base": "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.
", "refs": { "FilterList$member": null } @@ -602,21 +604,21 @@ "FilterList": { "base": null, "refs": { - "ListComponentsRequest$filters": "The filters.
", + "ListComponentsRequest$filters": "The filters.
", "ListContainerRecipesRequest$filters": "Request filters that are used to narrow the list of container images that are returned.
", - "ListDistributionConfigurationsRequest$filters": "The filters.
name
- The name of this distribution configuration.
The filters.
", - "ListImagePipelineImagesRequest$filters": "The filters.
", - "ListImagePipelinesRequest$filters": "The filters.
", - "ListImageRecipesRequest$filters": "The filters.
", - "ListImagesRequest$filters": "The filters.
", - "ListInfrastructureConfigurationsRequest$filters": "The filters.
" + "ListDistributionConfigurationsRequest$filters": "The filters.
name
- The name of this distribution configuration.
The filters.
", + "ListImagePipelineImagesRequest$filters": "The filters.
", + "ListImagePipelinesRequest$filters": "The filters.
", + "ListImageRecipesRequest$filters": "The filters.
", + "ListImagesRequest$filters": "The filters.
", + "ListInfrastructureConfigurationsRequest$filters": "The filters.
" } }, "FilterName": { "base": null, "refs": { - "Filter$name": "The name of the filter. Filter names are case-sensitive.
" + "Filter$name": "The name of the filter. Filter names are case-sensitive.
" } }, "FilterValue": { @@ -628,7 +630,7 @@ "FilterValues": { "base": null, "refs": { - "Filter$values": "The filter values. Filter values are case-sensitive.
" + "Filter$values": "The filter values. Filter values are case-sensitive.
" } }, "ForbiddenException": { @@ -737,12 +739,12 @@ } }, "GetInfrastructureConfigurationRequest": { - "base": "GetInfrastructureConfiguration request object.
", + "base": "GetInfrastructureConfiguration request object.
", "refs": { } }, "GetInfrastructureConfigurationResponse": { - "base": "GetInfrastructureConfiguration response object.
", + "base": "GetInfrastructureConfiguration response object.
", "refs": { } }, @@ -754,7 +756,7 @@ "Image": { "base": "An image build version.
", "refs": { - "GetImageResponse$image": "The image object.
" + "GetImageResponse$image": "The image object.
" } }, "ImageBuildVersionArn": { @@ -762,13 +764,13 @@ "refs": { "CancelImageCreationRequest$imageBuildVersionArn": "The Amazon Resource Name (ARN) of the image whose creation you want to cancel.
", "CancelImageCreationResponse$imageBuildVersionArn": "The Amazon Resource Name (ARN) of the image whose creation has been cancelled.
", - "CreateImageResponse$imageBuildVersionArn": "The Amazon Resource Name (ARN) of the image that was created by this request.
", - "DeleteImageRequest$imageBuildVersionArn": "The Amazon Resource Name (ARN) of the image to delete.
", - "DeleteImageResponse$imageBuildVersionArn": "The Amazon Resource Name (ARN) of the image that was deleted.
", - "GetImagePolicyRequest$imageArn": "The Amazon Resource Name (ARN) of the image whose policy you want to retrieve.
", + "CreateImageResponse$imageBuildVersionArn": "The Amazon Resource Name (ARN) of the image that was created by this request.
", + "DeleteImageRequest$imageBuildVersionArn": "The Amazon Resource Name (ARN) of the image to delete.
", + "DeleteImageResponse$imageBuildVersionArn": "The Amazon Resource Name (ARN) of the image that was deleted.
", + "GetImagePolicyRequest$imageArn": "The Amazon Resource Name (ARN) of the image whose policy you want to retrieve.
", "ListImagePackagesRequest$imageBuildVersionArn": "Filter results for the ListImagePackages request by the Image Build Version ARN
", - "PutImagePolicyRequest$imageArn": "The Amazon Resource Name (ARN) of the image that this policy should be applied to.
", - "PutImagePolicyResponse$imageArn": "The Amazon Resource Name (ARN) of the image that this policy was applied to.
", + "PutImagePolicyRequest$imageArn": "The Amazon Resource Name (ARN) of the image that this policy should be applied to.
", + "PutImagePolicyResponse$imageArn": "The Amazon Resource Name (ARN) of the image that this policy was applied to.
", "StartImagePipelineExecutionResponse$imageBuildVersionArn": "The Amazon Resource Name (ARN) of the image that was created by this request.
" } }, @@ -790,9 +792,9 @@ "ImageVersion$arn": "The Amazon Resource Name (ARN) of the image semantic version.
", "InfrastructureConfiguration$arn": "The Amazon Resource Name (ARN) of the infrastructure configuration.
", "InfrastructureConfigurationSummary$arn": "The Amazon Resource Name (ARN) of the infrastructure configuration.
", - "ListTagsForResourceRequest$resourceArn": "The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.
", - "TagResourceRequest$resourceArn": "The Amazon Resource Name (ARN) of the resource that you want to tag.
", - "UntagResourceRequest$resourceArn": "The Amazon Resource Name (ARN) of the resource that you want to untag.
" + "ListTagsForResourceRequest$resourceArn": "The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.
", + "TagResourceRequest$resourceArn": "The Amazon Resource Name (ARN) of the resource that you want to tag.
", + "UntagResourceRequest$resourceArn": "The Amazon Resource Name (ARN) of the resource that you want to untag.
" } }, "ImagePackage": { @@ -810,49 +812,49 @@ "ImagePipeline": { "base": "Details of an image pipeline.
", "refs": { - "GetImagePipelineResponse$imagePipeline": "The image pipeline object.
", + "GetImagePipelineResponse$imagePipeline": "The image pipeline object.
", "ImagePipelineList$member": null } }, "ImagePipelineArn": { "base": null, "refs": { - "CreateImagePipelineResponse$imagePipelineArn": "The Amazon Resource Name (ARN) of the image pipeline that was created by this request.
", - "DeleteImagePipelineRequest$imagePipelineArn": "The Amazon Resource Name (ARN) of the image pipeline to delete.
", - "DeleteImagePipelineResponse$imagePipelineArn": "The Amazon Resource Name (ARN) of the image pipeline that was deleted.
", - "GetImagePipelineRequest$imagePipelineArn": "The Amazon Resource Name (ARN) of the image pipeline that you want to retrieve.
", - "ListImagePipelineImagesRequest$imagePipelineArn": "The Amazon Resource Name (ARN) of the image pipeline whose images you want to view.
", - "StartImagePipelineExecutionRequest$imagePipelineArn": "The Amazon Resource Name (ARN) of the image pipeline that you want to manually invoke.
", - "UpdateImagePipelineRequest$imagePipelineArn": "The Amazon Resource Name (ARN) of the image pipeline that you want to update.
", - "UpdateImagePipelineResponse$imagePipelineArn": "The Amazon Resource Name (ARN) of the image pipeline that was updated by this request.
" + "CreateImagePipelineResponse$imagePipelineArn": "The Amazon Resource Name (ARN) of the image pipeline that was created by this request.
", + "DeleteImagePipelineRequest$imagePipelineArn": "The Amazon Resource Name (ARN) of the image pipeline to delete.
", + "DeleteImagePipelineResponse$imagePipelineArn": "The Amazon Resource Name (ARN) of the image pipeline that was deleted.
", + "GetImagePipelineRequest$imagePipelineArn": "The Amazon Resource Name (ARN) of the image pipeline that you want to retrieve.
", + "ListImagePipelineImagesRequest$imagePipelineArn": "The Amazon Resource Name (ARN) of the image pipeline whose images you want to view.
", + "StartImagePipelineExecutionRequest$imagePipelineArn": "The Amazon Resource Name (ARN) of the image pipeline that you want to manually invoke.
", + "UpdateImagePipelineRequest$imagePipelineArn": "The Amazon Resource Name (ARN) of the image pipeline that you want to update.
", + "UpdateImagePipelineResponse$imagePipelineArn": "The Amazon Resource Name (ARN) of the image pipeline that was updated by this request.
" } }, "ImagePipelineList": { "base": null, "refs": { - "ListImagePipelinesResponse$imagePipelineList": "The list of image pipelines.
" + "ListImagePipelinesResponse$imagePipelineList": "The list of image pipelines.
" } }, "ImageRecipe": { "base": "An image recipe.
", "refs": { - "GetImageRecipeResponse$imageRecipe": "The image recipe object.
", + "GetImageRecipeResponse$imageRecipe": "The image recipe object.
", "Image$imageRecipe": "The image recipe used when creating the image.
" } }, "ImageRecipeArn": { "base": null, "refs": { - "CreateImagePipelineRequest$imageRecipeArn": "The Amazon Resource Name (ARN) of the image recipe that will be used to configure images created by this image pipeline.
", - "CreateImageRecipeResponse$imageRecipeArn": "The Amazon Resource Name (ARN) of the image recipe that was created by this request.
", - "CreateImageRequest$imageRecipeArn": "The Amazon Resource Name (ARN) of the image recipe that defines how images are configured, tested, and assessed.
", - "DeleteImageRecipeRequest$imageRecipeArn": "The Amazon Resource Name (ARN) of the image recipe to delete.
", - "DeleteImageRecipeResponse$imageRecipeArn": "The Amazon Resource Name (ARN) of the image recipe that was deleted.
", - "GetImageRecipePolicyRequest$imageRecipeArn": "The Amazon Resource Name (ARN) of the image recipe whose policy you want to retrieve.
", - "GetImageRecipeRequest$imageRecipeArn": "The Amazon Resource Name (ARN) of the image recipe that you want to retrieve.
", - "PutImageRecipePolicyRequest$imageRecipeArn": "The Amazon Resource Name (ARN) of the image recipe that this policy should be applied to.
", - "PutImageRecipePolicyResponse$imageRecipeArn": "The Amazon Resource Name (ARN) of the image recipe that this policy was applied to.
", - "UpdateImagePipelineRequest$imageRecipeArn": "The Amazon Resource Name (ARN) of the image recipe that will be used to configure images updated by this image pipeline.
" + "CreateImagePipelineRequest$imageRecipeArn": "The Amazon Resource Name (ARN) of the image recipe that will be used to configure images created by this image pipeline.
", + "CreateImageRecipeResponse$imageRecipeArn": "The Amazon Resource Name (ARN) of the image recipe that was created by this request.
", + "CreateImageRequest$imageRecipeArn": "The Amazon Resource Name (ARN) of the image recipe that defines how images are configured, tested, and assessed.
", + "DeleteImageRecipeRequest$imageRecipeArn": "The Amazon Resource Name (ARN) of the image recipe to delete.
", + "DeleteImageRecipeResponse$imageRecipeArn": "The Amazon Resource Name (ARN) of the image recipe that was deleted.
", + "GetImageRecipePolicyRequest$imageRecipeArn": "The Amazon Resource Name (ARN) of the image recipe whose policy you want to retrieve.
", + "GetImageRecipeRequest$imageRecipeArn": "The Amazon Resource Name (ARN) of the image recipe that you want to retrieve.
", + "PutImageRecipePolicyRequest$imageRecipeArn": "The Amazon Resource Name (ARN) of the image recipe that this policy should be applied to.
", + "PutImageRecipePolicyResponse$imageRecipeArn": "The Amazon Resource Name (ARN) of the image recipe that this policy was applied to.
", + "UpdateImagePipelineRequest$imageRecipeArn": "The Amazon Resource Name (ARN) of the image recipe that will be used to configure images updated by this image pipeline.
" } }, "ImageRecipeSummary": { @@ -864,11 +866,11 @@ "ImageRecipeSummaryList": { "base": null, "refs": { - "ListImageRecipesResponse$imageRecipeSummaryList": "The list of image pipelines.
" + "ListImageRecipesResponse$imageRecipeSummaryList": "The list of image pipelines.
" } }, "ImageState": { - "base": "Image state shows the image status and the reason for that status.
", + "base": "Image state shows the image status and the reason for that status.
", "refs": { "Ami$state": null, "Image$state": "The state of the image.
", @@ -878,7 +880,7 @@ "ImageStatus": { "base": null, "refs": { - "ImageState$status": "The status of the image.
" + "ImageState$status": "The status of the image.
" } }, "ImageSummary": { @@ -890,18 +892,18 @@ "ImageSummaryList": { "base": null, "refs": { - "ListImageBuildVersionsResponse$imageSummaryList": "The list of image build versions.
", - "ListImagePipelineImagesResponse$imageSummaryList": "The list of images built by this pipeline.
" + "ListImageBuildVersionsResponse$imageSummaryList": "The list of image build versions.
", + "ListImagePipelineImagesResponse$imageSummaryList": "The list of images built by this pipeline.
" } }, "ImageTestsConfiguration": { "base": "Image tests configuration.
", "refs": { - "CreateImagePipelineRequest$imageTestsConfiguration": "The image test configuration of the image pipeline.
", - "CreateImageRequest$imageTestsConfiguration": "The image tests configuration of the image.
", + "CreateImagePipelineRequest$imageTestsConfiguration": "The image test configuration of the image pipeline.
", + "CreateImageRequest$imageTestsConfiguration": "The image tests configuration of the image.
", "Image$imageTestsConfiguration": "The image tests configuration used when creating this image.
", "ImagePipeline$imageTestsConfiguration": "The image tests configuration of the image pipeline.
", - "UpdateImagePipelineRequest$imageTestsConfiguration": "The image test configuration of the image pipeline.
" + "UpdateImagePipelineRequest$imageTestsConfiguration": "The image test configuration of the image pipeline.
" } }, "ImageTestsTimeoutMinutes": { @@ -928,19 +930,19 @@ "ImageVersionArn": { "base": null, "refs": { - "ListImageBuildVersionsRequest$imageVersionArn": "The Amazon Resource Name (ARN) of the image whose build versions you want to retrieve.
" + "ListImageBuildVersionsRequest$imageVersionArn": "The Amazon Resource Name (ARN) of the image whose build versions you want to retrieve.
" } }, "ImageVersionArnOrBuildVersionArn": { "base": null, "refs": { - "GetImageRequest$imageBuildVersionArn": "The Amazon Resource Name (ARN) of the image that you want to retrieve.
" + "GetImageRequest$imageBuildVersionArn": "The Amazon Resource Name (ARN) of the image that you want to retrieve.
" } }, "ImageVersionList": { "base": null, "refs": { - "ListImagesResponse$imageVersionList": "The list of image semantic versions.
" + "ListImagesResponse$imageVersionList": "The list of image semantic versions.
" } }, "ImportComponentRequest": { @@ -956,22 +958,22 @@ "InfrastructureConfiguration": { "base": "Details of the infrastructure configuration.
", "refs": { - "GetInfrastructureConfigurationResponse$infrastructureConfiguration": "The infrastructure configuration object.
", + "GetInfrastructureConfigurationResponse$infrastructureConfiguration": "The infrastructure configuration object.
", "Image$infrastructureConfiguration": "The infrastructure used when creating this image.
" } }, "InfrastructureConfigurationArn": { "base": null, "refs": { - "CreateImagePipelineRequest$infrastructureConfigurationArn": "The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images created by this image pipeline.
", - "CreateImageRequest$infrastructureConfigurationArn": "The Amazon Resource Name (ARN) of the infrastructure configuration that defines the environment in which your image will be built and tested.
", - "CreateInfrastructureConfigurationResponse$infrastructureConfigurationArn": "The Amazon Resource Name (ARN) of the infrastructure configuration that was created by this request.
", - "DeleteInfrastructureConfigurationRequest$infrastructureConfigurationArn": "The Amazon Resource Name (ARN) of the infrastructure configuration to delete.
", - "DeleteInfrastructureConfigurationResponse$infrastructureConfigurationArn": "The Amazon Resource Name (ARN) of the infrastructure configuration that was deleted.
", - "GetInfrastructureConfigurationRequest$infrastructureConfigurationArn": "The Amazon Resource Name (ARN) of the infrastructure configuration that you want to retrieve.
", - "UpdateImagePipelineRequest$infrastructureConfigurationArn": "The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images updated by this image pipeline.
", - "UpdateInfrastructureConfigurationRequest$infrastructureConfigurationArn": "The Amazon Resource Name (ARN) of the infrastructure configuration that you want to update.
", - "UpdateInfrastructureConfigurationResponse$infrastructureConfigurationArn": "The Amazon Resource Name (ARN) of the infrastructure configuration that was updated by this request.
" + "CreateImagePipelineRequest$infrastructureConfigurationArn": "The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images created by this image pipeline.
", + "CreateImageRequest$infrastructureConfigurationArn": "The Amazon Resource Name (ARN) of the infrastructure configuration that defines the environment in which your image will be built and tested.
", + "CreateInfrastructureConfigurationResponse$infrastructureConfigurationArn": "The Amazon Resource Name (ARN) of the infrastructure configuration that was created by this request.
", + "DeleteInfrastructureConfigurationRequest$infrastructureConfigurationArn": "The Amazon Resource Name (ARN) of the infrastructure configuration to delete.
", + "DeleteInfrastructureConfigurationResponse$infrastructureConfigurationArn": "The Amazon Resource Name (ARN) of the infrastructure configuration that was deleted.
", + "GetInfrastructureConfigurationRequest$infrastructureConfigurationArn": "The Amazon Resource Name (ARN) of the infrastructure configuration that you want to retrieve.
", + "UpdateImagePipelineRequest$infrastructureConfigurationArn": "The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images updated by this image pipeline.
", + "UpdateInfrastructureConfigurationRequest$infrastructureConfigurationArn": "The Amazon Resource Name (ARN) of the infrastructure configuration that you want to update.
", + "UpdateInfrastructureConfigurationResponse$infrastructureConfigurationArn": "The Amazon Resource Name (ARN) of the infrastructure configuration that was updated by this request.
" } }, "InfrastructureConfigurationSummary": { @@ -983,7 +985,7 @@ "InfrastructureConfigurationSummaryList": { "base": null, "refs": { - "ListInfrastructureConfigurationsResponse$infrastructureConfigurationSummaryList": "The list of infrastructure configurations.
" + "ListInfrastructureConfigurationsResponse$infrastructureConfigurationSummaryList": "The list of infrastructure configurations.
" } }, "InlineComponentData": { @@ -1007,15 +1009,25 @@ "InstanceBlockDeviceMappings": { "base": null, "refs": { - "CreateImageRecipeRequest$blockDeviceMappings": "The block device mappings of the image recipe.
", - "ImageRecipe$blockDeviceMappings": "The block device mappings to apply when creating images from this recipe.
" + "CreateImageRecipeRequest$blockDeviceMappings": "The block device mappings of the image recipe.
", + "ImageRecipe$blockDeviceMappings": "The block device mappings to apply when creating images from this recipe.
", + "InstanceConfiguration$blockDeviceMappings": "Defines the block devices to attach for building an instance from this Image Builder AMI.
" + } + }, + "InstanceConfiguration": { + "base": "Defines a custom source AMI and block device mapping configurations of an instance used for building and testing container images.
", + "refs": { + "ContainerRecipe$instanceConfiguration": "A group of options that can be used to configure an instance for building and testing container images.
", + "CreateContainerRecipeRequest$instanceConfiguration": "A group of options that can be used to configure an instance for building and testing container images.
" } }, "InstanceProfileNameType": { "base": null, "refs": { + "CreateInfrastructureConfigurationRequest$instanceProfileName": "The instance profile to associate with the instance used to customize your EC2 AMI.
", "InfrastructureConfiguration$instanceProfileName": "The instance profile of the infrastructure configuration.
", - "InfrastructureConfigurationSummary$instanceProfileName": "The instance profile of the infrastructure configuration.
" + "InfrastructureConfigurationSummary$instanceProfileName": "The instance profile of the infrastructure configuration.
", + "UpdateInfrastructureConfigurationRequest$instanceProfileName": "The instance profile to associate with the instance used to customize your EC2 AMI.
" } }, "InstanceType": { @@ -1027,10 +1039,10 @@ "InstanceTypeList": { "base": null, "refs": { - "CreateInfrastructureConfigurationRequest$instanceTypes": "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.
", + "CreateInfrastructureConfigurationRequest$instanceTypes": "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.
", "InfrastructureConfiguration$instanceTypes": "The instance types of the infrastructure configuration.
", "InfrastructureConfigurationSummary$instanceTypes": "The instance types of the infrastructure configuration.
", - "UpdateInfrastructureConfigurationRequest$instanceTypes": "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.
" + "UpdateInfrastructureConfigurationRequest$instanceTypes": "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.
" } }, "InvalidPaginationTokenException": { @@ -1064,9 +1076,27 @@ } }, "LaunchPermissionConfiguration": { - "base": "Describes the configuration for a launch permission. The launch permission modification request is sent to the EC2 ModifyImageAttribute API on behalf of the user for each Region they have selected to distribute the AMI. To make an AMI public, set the launch permission authorized accounts to all
. See the examples for making an AMI public at EC2 ModifyImageAttribute.
Describes the configuration for a launch permission. The launch permission modification request is sent to the EC2 ModifyImageAttribute API on behalf of the user for each Region they have selected to distribute the AMI. To make an AMI public, set the launch permission authorized accounts to all
. See the examples for making an AMI public at EC2 ModifyImageAttribute.
Launch permissions can be used to configure which AWS accounts can use the AMI to launch instances.
" + } + }, + "LaunchTemplateConfiguration": { + "base": "Identifies an EC2 launch template to use for a specific account.
", + "refs": { + "LaunchTemplateConfigurationList$member": null + } + }, + "LaunchTemplateConfigurationList": { + "base": null, + "refs": { + "Distribution$launchTemplateConfigurations": "A group of launchTemplateConfiguration settings that apply to image distribution for specified accounts.
" + } + }, + "LaunchTemplateId": { + "base": null, "refs": { - "AmiDistributionConfiguration$launchPermission": "Launch permissions can be used to configure which AWS accounts can use the AMI to launch instances.
" + "LaunchTemplateConfiguration$launchTemplateId": "Identifies the EC2 launch template to use.
" } }, "LicenseConfigurationArn": { @@ -1204,21 +1234,21 @@ "Logging": { "base": "Logging configuration defines where Image Builder uploads your logs.
", "refs": { - "CreateInfrastructureConfigurationRequest$logging": "The logging configuration of the infrastructure configuration.
", + "CreateInfrastructureConfigurationRequest$logging": "The logging configuration of the infrastructure configuration.
", "InfrastructureConfiguration$logging": "The logging configuration of the infrastructure configuration.
", - "UpdateInfrastructureConfigurationRequest$logging": "The logging configuration of the infrastructure configuration.
" + "UpdateInfrastructureConfigurationRequest$logging": "The logging configuration of the infrastructure configuration.
" } }, "NonEmptyString": { "base": null, "refs": { - "Ami$region": "The AWS Region of the EC2 AMI.
", - "Ami$image": "The AMI ID of the EC2 AMI.
", - "Ami$name": "The name of the EC2 AMI.
", + "Ami$region": "The AWS Region of the EC2 AMI.
", + "Ami$image": "The AMI ID of the EC2 AMI.
", + "Ami$name": "The name of the EC2 AMI.
", "Ami$description": "The description of the EC2 AMI. Minimum and maximum length are in characters.
", - "Ami$accountId": "The account ID of the owner of the AMI.
", + "Ami$accountId": "The account ID of the owner of the AMI.
", "AmiDistributionConfiguration$description": "The description of the distribution configuration. Minimum and maximum length are in characters.
", - "AmiDistributionConfiguration$kmsKeyId": "The KMS key identifier used to encrypt the distributed image.
", + "AmiDistributionConfiguration$kmsKeyId": "The KMS key identifier used to encrypt the distributed image.
", "CancelImageCreationResponse$requestId": "The request ID that uniquely identifies this request.
", "Component$description": "The description of the component.
", "Component$changeDescription": "The change description of the component.
", @@ -1248,43 +1278,42 @@ "CreateContainerRecipeRequest$workingDirectory": "The working directory for use during build and test workflows.
", "CreateContainerRecipeRequest$kmsKeyId": "Identifies which KMS key is used to encrypt the container image.
", "CreateContainerRecipeResponse$requestId": "The request ID that uniquely identifies this request.
", - "CreateDistributionConfigurationRequest$description": "The description of the distribution configuration.
", - "CreateDistributionConfigurationResponse$requestId": "The request ID that uniquely identifies this request.
", - "CreateImagePipelineRequest$description": "The description of the image pipeline.
", - "CreateImagePipelineResponse$requestId": "The request ID that uniquely identifies this request.
", - "CreateImageRecipeRequest$description": "The description of the image recipe.
", - "CreateImageRecipeRequest$parentImage": "The parent image of the image recipe. The value of the string can be the ARN of the parent image or an AMI ID. The format for the ARN follows this example: arn:aws:imagebuilder:us-west-2:aws:image/windows-server-2016-english-full-base-x86/xxxx.x.x
. You can provide the specific version that you want to use, or you can use a wildcard in all of the fields. If you enter an AMI ID for the string value, you must have access to the AMI, and the AMI must be in the same Region in which you are using Image Builder.
The description of the distribution configuration.
", + "CreateDistributionConfigurationResponse$requestId": "The request ID that uniquely identifies this request.
", + "CreateImagePipelineRequest$description": "The description of the image pipeline.
", + "CreateImagePipelineResponse$requestId": "The request ID that uniquely identifies this request.
", + "CreateImageRecipeRequest$description": "The description of the image recipe.
", + "CreateImageRecipeRequest$parentImage": "The parent image of the image recipe. The value of the string can be the ARN of the parent image or an AMI ID. The format for the ARN follows this example: arn:aws:imagebuilder:us-west-2:aws:image/windows-server-2016-english-full-base-x86/xxxx.x.x
. You can provide the specific version that you want to use, or you can use a wildcard in all of the fields. If you enter an AMI ID for the string value, you must have access to the AMI, and the AMI must be in the same Region in which you are using Image Builder.
The working directory to be used during build and test workflows.
", - "CreateImageRecipeResponse$requestId": "The request ID that uniquely identifies this request.
", - "CreateImageResponse$requestId": "The request ID that uniquely identifies this request.
", - "CreateInfrastructureConfigurationRequest$description": "The description of the infrastructure configuration.
", - "CreateInfrastructureConfigurationRequest$instanceProfileName": "The instance profile to associate with the instance used to customize your EC2 AMI.
", - "CreateInfrastructureConfigurationRequest$subnetId": "The subnet ID in which to place the instance used to customize your EC2 AMI.
", - "CreateInfrastructureConfigurationRequest$keyPair": "The key pair of the infrastructure configuration. This can be used to log on to and debug the instance used to create your image.
", - "CreateInfrastructureConfigurationResponse$requestId": "The request ID that uniquely identifies this request.
", - "DeleteComponentResponse$requestId": "The request ID that uniquely identifies this request.
", + "CreateImageRecipeResponse$requestId": "The request ID that uniquely identifies this request.
", + "CreateImageResponse$requestId": "The request ID that uniquely identifies this request.
", + "CreateInfrastructureConfigurationRequest$description": "The description of the infrastructure configuration.
", + "CreateInfrastructureConfigurationRequest$subnetId": "The subnet ID in which to place the instance used to customize your EC2 AMI.
", + "CreateInfrastructureConfigurationRequest$keyPair": "The key pair of the infrastructure configuration. This can be used to log on to and debug the instance used to create your image.
", + "CreateInfrastructureConfigurationResponse$requestId": "The request ID that uniquely identifies this request.
", + "DeleteComponentResponse$requestId": "The request ID that uniquely identifies this request.
", "DeleteContainerRecipeResponse$requestId": "The request ID that uniquely identifies this request.
", - "DeleteDistributionConfigurationResponse$requestId": "The request ID that uniquely identifies this request.
", - "DeleteImagePipelineResponse$requestId": "The request ID that uniquely identifies this request.
", - "DeleteImageRecipeResponse$requestId": "The request ID that uniquely identifies this request.
", - "DeleteImageResponse$requestId": "The request ID that uniquely identifies this request.
", - "DeleteInfrastructureConfigurationResponse$requestId": "The request ID that uniquely identifies this request.
", - "Distribution$region": "The target Region.
", + "DeleteDistributionConfigurationResponse$requestId": "The request ID that uniquely identifies this request.
", + "DeleteImagePipelineResponse$requestId": "The request ID that uniquely identifies this request.
", + "DeleteImageRecipeResponse$requestId": "The request ID that uniquely identifies this request.
", + "DeleteImageResponse$requestId": "The request ID that uniquely identifies this request.
", + "DeleteInfrastructureConfigurationResponse$requestId": "The request ID that uniquely identifies this request.
", + "Distribution$region": "The target Region.
", "DistributionConfiguration$description": "The description of the distribution configuration.
", "DistributionConfigurationSummary$description": "The description of the distribution configuration.
", "EbsInstanceBlockDeviceSpecification$kmsKeyId": "Use to configure the KMS key to use when encrypting the device.
", "EbsInstanceBlockDeviceSpecification$snapshotId": "The snapshot that defines the device contents.
", - "GetComponentPolicyResponse$requestId": "The request ID that uniquely identifies this request.
", - "GetComponentResponse$requestId": "The request ID that uniquely identifies this request.
", + "GetComponentPolicyResponse$requestId": "The request ID that uniquely identifies this request.
", + "GetComponentResponse$requestId": "The request ID that uniquely identifies this request.
", "GetContainerRecipePolicyResponse$requestId": "The request ID that uniquely identifies this request.
", "GetContainerRecipeResponse$requestId": "The request ID that uniquely identifies this request.
", - "GetDistributionConfigurationResponse$requestId": "The request ID that uniquely identifies this request.
", - "GetImagePipelineResponse$requestId": "The request ID that uniquely identifies this request.
", - "GetImagePolicyResponse$requestId": "The request ID that uniquely identifies this request.
", - "GetImageRecipePolicyResponse$requestId": "The request ID that uniquely identifies this request.
", - "GetImageRecipeResponse$requestId": "The request ID that uniquely identifies this request.
", - "GetImageResponse$requestId": "The request ID that uniquely identifies this request.
", - "GetInfrastructureConfigurationResponse$requestId": "The request ID that uniquely identifies this request.
", + "GetDistributionConfigurationResponse$requestId": "The request ID that uniquely identifies this request.
", + "GetImagePipelineResponse$requestId": "The request ID that uniquely identifies this request.
", + "GetImagePolicyResponse$requestId": "The request ID that uniquely identifies this request.
", + "GetImageRecipePolicyResponse$requestId": "The request ID that uniquely identifies this request.
", + "GetImageRecipeResponse$requestId": "The request ID that uniquely identifies this request.
", + "GetImageResponse$requestId": "The request ID that uniquely identifies this request.
", + "GetInfrastructureConfigurationResponse$requestId": "The request ID that uniquely identifies this request.
", "ImagePackage$packageName": "The name of the package as reported to the operating system package manager.
", "ImagePackage$packageVersion": "The version of the package as reported to the operating system package manager.
", "ImagePipeline$description": "The description of the image pipeline.
", @@ -1294,14 +1323,14 @@ "ImageRecipe$workingDirectory": "The working directory to be used during build and test workflows.
", "ImageRecipeSummary$owner": "The owner of the image recipe.
", "ImageRecipeSummary$parentImage": "The parent image of the image recipe.
", - "ImageState$reason": "The reason for the image's status.
", + "ImageState$reason": "The reason for the image's status.
", "ImageSummary$owner": "The owner of the image.
", "ImageVersion$owner": "The owner of the image semantic version.
", - "ImportComponentRequest$description": "The description of the component. Describes the contents of the component.
", - "ImportComponentRequest$changeDescription": "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.
", + "ImportComponentRequest$description": "The description of the component. Describes the contents of the component.
", + "ImportComponentRequest$changeDescription": "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.
", "ImportComponentRequest$data": "The data of the component. Used to specify the data inline. Either data
or uri
can be used to specify the data within the component.
The ID of the KMS key that should be used to encrypt this component.
", - "ImportComponentResponse$requestId": "The request ID that uniquely identifies this request.
", + "ImportComponentRequest$kmsKeyId": "The ID of the KMS key that should be used to encrypt this component.
", + "ImportComponentResponse$requestId": "The request ID that uniquely identifies this request.
", "InfrastructureConfiguration$description": "The description of the infrastructure configuration.
", "InfrastructureConfiguration$subnetId": "The subnet ID of the infrastructure configuration.
", "InfrastructureConfiguration$keyPair": "The EC2 key pair of the infrastructure configuration.
", @@ -1309,40 +1338,40 @@ "InfrastructureConfigurationSummary$description": "The description of the infrastructure configuration.
", "InstanceBlockDeviceMapping$deviceName": "The device to which these mappings apply.
", "InstanceBlockDeviceMapping$virtualName": "Use to manage instance ephemeral devices.
", - "ListComponentBuildVersionsResponse$requestId": "The request ID that uniquely identifies this request.
", - "ListComponentsResponse$requestId": "The request ID that uniquely identifies this request.
", + "InstanceConfiguration$image": "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.
", + "ListComponentBuildVersionsResponse$requestId": "The request ID that uniquely identifies this request.
", + "ListComponentsResponse$requestId": "The request ID that uniquely identifies this request.
", "ListContainerRecipesRequest$nextToken": "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.
", "ListContainerRecipesResponse$requestId": "The request ID that uniquely identifies this request.
", "ListContainerRecipesResponse$nextToken": "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.
", - "ListDistributionConfigurationsResponse$requestId": "The request ID that uniquely identifies this request.
", - "ListImageBuildVersionsResponse$requestId": "The request ID that uniquely identifies this request.
", + "ListDistributionConfigurationsResponse$requestId": "The request ID that uniquely identifies this request.
", + "ListImageBuildVersionsResponse$requestId": "The request ID that uniquely identifies this request.
", "ListImagePackagesResponse$requestId": "The request ID that uniquely identifies this request.
", - "ListImagePipelineImagesResponse$requestId": "The request ID that uniquely identifies this request.
", - "ListImagePipelinesResponse$requestId": "The request ID that uniquely identifies this request.
", - "ListImageRecipesResponse$requestId": "The request ID that uniquely identifies this request.
", - "ListImagesResponse$requestId": "The request ID that uniquely identifies this request.
", - "ListInfrastructureConfigurationsResponse$requestId": "The request ID that uniquely identifies this request.
", - "PutComponentPolicyResponse$requestId": "The request ID that uniquely identifies this request.
", + "ListImagePipelineImagesResponse$requestId": "The request ID that uniquely identifies this request.
", + "ListImagePipelinesResponse$requestId": "The request ID that uniquely identifies this request.
", + "ListImageRecipesResponse$requestId": "The request ID that uniquely identifies this request.
", + "ListImagesResponse$requestId": "The request ID that uniquely identifies this request.
", + "ListInfrastructureConfigurationsResponse$requestId": "The request ID that uniquely identifies this request.
", + "PutComponentPolicyResponse$requestId": "The request ID that uniquely identifies this request.
", "PutContainerRecipePolicyResponse$requestId": "The request ID that uniquely identifies this request.
", - "PutImagePolicyResponse$requestId": "The request ID that uniquely identifies this request.
", - "PutImageRecipePolicyResponse$requestId": "The request ID that uniquely identifies this request.
", + "PutImagePolicyResponse$requestId": "The request ID that uniquely identifies this request.
", + "PutImageRecipePolicyResponse$requestId": "The request ID that uniquely identifies this request.
", "RegionList$member": null, "S3Logs$s3BucketName": "The Amazon S3 bucket in which to store the logs.
", "S3Logs$s3KeyPrefix": "The Amazon S3 path in which to store the logs.
", "Schedule$scheduleExpression": "The cron expression determines how often EC2 Image Builder evaluates your pipelineExecutionStartCondition
.
For information on how to format a cron expression in Image Builder, see Use cron expressions in EC2 Image Builder.
", "SecurityGroupIds$member": null, - "StartImagePipelineExecutionResponse$requestId": "The request ID that uniquely identifies this request.
", + "StartImagePipelineExecutionResponse$requestId": "The request ID that uniquely identifies this request.
", "StringList$member": null, "TargetContainerRepository$repositoryName": "The name of the container repository where the output container image is stored. This name is prefixed by the repository location.
", - "UpdateDistributionConfigurationRequest$description": "The description of the distribution configuration.
", - "UpdateDistributionConfigurationResponse$requestId": "The request ID that uniquely identifies this request.
", - "UpdateImagePipelineRequest$description": "The description of the image pipeline.
", - "UpdateImagePipelineResponse$requestId": "The request ID that uniquely identifies this request.
", - "UpdateInfrastructureConfigurationRequest$description": "The description of the infrastructure configuration.
", - "UpdateInfrastructureConfigurationRequest$instanceProfileName": "The instance profile to associate with the instance used to customize your EC2 AMI.
", - "UpdateInfrastructureConfigurationRequest$subnetId": "The subnet ID to place the instance used to customize your EC2 AMI in.
", - "UpdateInfrastructureConfigurationRequest$keyPair": "The key pair of the infrastructure configuration. This can be used to log on to and debug the instance used to create your image.
", - "UpdateInfrastructureConfigurationResponse$requestId": "The request ID that uniquely identifies this request.
" + "UpdateDistributionConfigurationRequest$description": "The description of the distribution configuration.
", + "UpdateDistributionConfigurationResponse$requestId": "The request ID that uniquely identifies this request.
", + "UpdateImagePipelineRequest$description": "The description of the image pipeline.
", + "UpdateImagePipelineResponse$requestId": "The request ID that uniquely identifies this request.
", + "UpdateInfrastructureConfigurationRequest$description": "The description of the infrastructure configuration.
", + "UpdateInfrastructureConfigurationRequest$subnetId": "The subnet ID to place the instance used to customize your EC2 AMI in.
", + "UpdateInfrastructureConfigurationRequest$keyPair": "The key pair of the infrastructure configuration. This can be used to log on to and debug the instance used to create your image.
", + "UpdateInfrastructureConfigurationResponse$requestId": "The request ID that uniquely identifies this request.
" } }, "NullableBoolean": { @@ -1350,40 +1379,40 @@ "refs": { "Component$encrypted": "The encryption status of the component.
", "ContainerRecipe$encrypted": "A flag that indicates if the target container is encrypted.
", - "CreateImagePipelineRequest$enhancedImageMetadataEnabled": "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.
", - "CreateImageRequest$enhancedImageMetadataEnabled": "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.
", - "CreateInfrastructureConfigurationRequest$terminateInstanceOnFailure": "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.
", + "CreateImagePipelineRequest$enhancedImageMetadataEnabled": "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.
", + "CreateImageRequest$enhancedImageMetadataEnabled": "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.
", + "CreateInfrastructureConfigurationRequest$terminateInstanceOnFailure": "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.
", "EbsInstanceBlockDeviceSpecification$encrypted": "Use to configure device encryption.
", "EbsInstanceBlockDeviceSpecification$deleteOnTermination": "Use to configure delete on termination of the associated device.
", - "Image$enhancedImageMetadataEnabled": "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.
", - "ImagePipeline$enhancedImageMetadataEnabled": "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.
", + "Image$enhancedImageMetadataEnabled": "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.
", + "ImagePipeline$enhancedImageMetadataEnabled": "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.
", "ImageTestsConfiguration$imageTestsEnabled": "Defines if tests should be executed when building this image.
", "InfrastructureConfiguration$terminateInstanceOnFailure": "The terminate instance on failure configuration of the infrastructure configuration.
", "ListImagesRequest$includeDeprecated": "Includes deprecated images in the response list.
", - "UpdateImagePipelineRequest$enhancedImageMetadataEnabled": "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.
", - "UpdateInfrastructureConfigurationRequest$terminateInstanceOnFailure": "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.
" + "UpdateImagePipelineRequest$enhancedImageMetadataEnabled": "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.
", + "UpdateInfrastructureConfigurationRequest$terminateInstanceOnFailure": "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.
" } }, "OsVersion": { "base": null, "refs": { - "Image$osVersion": "The operating system version of the instance. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.
", - "ImageSummary$osVersion": "The operating system version of the instance. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.
", - "ImageVersion$osVersion": "The operating system version of the instance. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.
", + "Image$osVersion": "The operating system version of the instance. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.
", + "ImageSummary$osVersion": "The operating system version of the instance. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.
", + "ImageVersion$osVersion": "The operating system version of the instance. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.
", "OsVersionList$member": null } }, "OsVersionList": { "base": null, "refs": { - "Component$supportedOsVersions": "The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the parent image OS version during image recipe creation.
", - "ComponentSummary$supportedOsVersions": "The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the parent image OS version during image recipe creation.
", - "ComponentVersion$supportedOsVersions": "The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the parent image OS version during image recipe creation.
", - "CreateComponentRequest$supportedOsVersions": "The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the parent image OS version during image recipe creation.
" + "Component$supportedOsVersions": "The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the parent image OS version during image recipe creation.
", + "ComponentSummary$supportedOsVersions": "The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the parent image OS version during image recipe creation.
", + "ComponentVersion$supportedOsVersions": "he operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the parent image OS version during image recipe creation.
", + "CreateComponentRequest$supportedOsVersions": "The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the parent image OS version during image recipe creation.
" } }, "OutputResources": { - "base": "The resources produced by this image.
", + "base": "The resources produced by this image.
", "refs": { "Image$outputResources": "The output resources produced when creating this image.
", "ImageSummary$outputResources": "The output resources produced when creating this image.
" @@ -1392,34 +1421,34 @@ "Ownership": { "base": null, "refs": { - "ListComponentsRequest$owner": "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.
", + "ListComponentsRequest$owner": "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.
", "ListContainerRecipesRequest$owner": "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.
", - "ListImageRecipesRequest$owner": "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.
", - "ListImagesRequest$owner": "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.
" + "ListImageRecipesRequest$owner": "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.
", + "ListImagesRequest$owner": "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.
" } }, "PaginationToken": { "base": null, "refs": { - "ListComponentBuildVersionsRequest$nextToken": "A token to specify where to start paginating. This is the NextToken from a previously truncated response.
", - "ListComponentBuildVersionsResponse$nextToken": "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.
", - "ListComponentsRequest$nextToken": "A token to specify where to start paginating. This is the NextToken from a previously truncated response.
", - "ListComponentsResponse$nextToken": "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.
", - "ListDistributionConfigurationsRequest$nextToken": "A token to specify where to start paginating. This is the NextToken from a previously truncated response.
", - "ListDistributionConfigurationsResponse$nextToken": "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.
", - "ListImageBuildVersionsRequest$nextToken": "A token to specify where to start paginating. This is the NextToken from a previously truncated response.
", - "ListImageBuildVersionsResponse$nextToken": "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.
", + "ListComponentBuildVersionsRequest$nextToken": "A token to specify where to start paginating. This is the NextToken from a previously truncated response.
", + "ListComponentBuildVersionsResponse$nextToken": "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.
", + "ListComponentsRequest$nextToken": "A token to specify where to start paginating. This is the NextToken from a previously truncated response.
", + "ListComponentsResponse$nextToken": "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.
", + "ListDistributionConfigurationsRequest$nextToken": "A token to specify where to start paginating. This is the NextToken from a previously truncated response.
", + "ListDistributionConfigurationsResponse$nextToken": "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.
", + "ListImageBuildVersionsRequest$nextToken": "A token to specify where to start paginating. This is the NextToken from a previously truncated response.
", + "ListImageBuildVersionsResponse$nextToken": "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.
", "ListImagePackagesRequest$nextToken": "A token to specify where to start paginating. This is the NextToken from a previously truncated response.
", "ListImagePackagesResponse$nextToken": "A token to specify where to start paginating. This is the NextToken from a previously truncated response.
", - "ListImagePipelineImagesRequest$nextToken": "A token to specify where to start paginating. This is the NextToken from a previously truncated response.
", - "ListImagePipelineImagesResponse$nextToken": "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.
", - "ListImagePipelinesRequest$nextToken": "A token to specify where to start paginating. This is the NextToken from a previously truncated response.
", - "ListImagePipelinesResponse$nextToken": "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.
", - "ListImageRecipesRequest$nextToken": "A token to specify where to start paginating. This is the NextToken from a previously truncated response.
", - "ListImageRecipesResponse$nextToken": "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.
", - "ListImagesRequest$nextToken": "A token to specify where to start paginating. This is the NextToken from a previously truncated response.
", - "ListImagesResponse$nextToken": "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.
", - "ListInfrastructureConfigurationsRequest$nextToken": "A token to specify where to start paginating. This is the NextToken from a previously truncated response.
", + "ListImagePipelineImagesRequest$nextToken": "A token to specify where to start paginating. This is the NextToken from a previously truncated response.
", + "ListImagePipelineImagesResponse$nextToken": "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.
", + "ListImagePipelinesRequest$nextToken": "A token to specify where to start paginating. This is the NextToken from a previously truncated response.
", + "ListImagePipelinesResponse$nextToken": "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.
", + "ListImageRecipesRequest$nextToken": "A token to specify where to start paginating. This is the NextToken from a previously truncated response.
", + "ListImageRecipesResponse$nextToken": "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.
", + "ListImagesRequest$nextToken": "A token to specify where to start paginating. This is the NextToken from a previously truncated response.
", + "ListImagesResponse$nextToken": "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.
", + "ListInfrastructureConfigurationsRequest$nextToken": "A token to specify where to start paginating. This is the NextToken from a previously truncated response.
", "ListInfrastructureConfigurationsResponse$nextToken": "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.
" } }, @@ -1432,9 +1461,9 @@ "PipelineStatus": { "base": null, "refs": { - "CreateImagePipelineRequest$status": "The status of the image pipeline.
", + "CreateImagePipelineRequest$status": "The status of the image pipeline.
", "ImagePipeline$status": "The status of the image pipeline.
", - "UpdateImagePipelineRequest$status": "The status of the image pipeline.
" + "UpdateImagePipelineRequest$status": "The status of the image pipeline.
" } }, "Platform": { @@ -1453,7 +1482,7 @@ "ImageRecipeSummary$platform": "The platform of the image recipe.
", "ImageSummary$platform": "The platform of the image.
", "ImageVersion$platform": "The platform of the image semantic version.
", - "ImportComponentRequest$platform": "The platform of the component.
" + "ImportComponentRequest$platform": "The platform of the component.
" } }, "PutComponentPolicyRequest": { @@ -1527,10 +1556,10 @@ "ContainerRecipeSummary$name": "The name of the container recipe.
", "CreateComponentRequest$name": "The name of the component.
", "CreateContainerRecipeRequest$name": "The name of the container recipe.
", - "CreateDistributionConfigurationRequest$name": "The name of the distribution configuration.
", - "CreateImagePipelineRequest$name": "The name of the image pipeline.
", - "CreateImageRecipeRequest$name": "The name of the image recipe.
", - "CreateInfrastructureConfigurationRequest$name": "The name of the infrastructure configuration.
", + "CreateDistributionConfigurationRequest$name": "The name of the distribution configuration.
", + "CreateImagePipelineRequest$name": "The name of the image pipeline.
", + "CreateImageRecipeRequest$name": "The name of the image recipe.
", + "CreateInfrastructureConfigurationRequest$name": "The name of the infrastructure configuration.
", "DistributionConfiguration$name": "The name of the distribution configuration.
", "DistributionConfigurationSummary$name": "The name of the distribution configuration.
", "Image$name": "The name of the image.
", @@ -1540,7 +1569,7 @@ "ImageRecipeSummary$name": "The name of the image recipe.
", "ImageSummary$name": "The name of the image.
", "ImageVersion$name": "The name of the image semantic version.
", - "ImportComponentRequest$name": "The name of the component.
", + "ImportComponentRequest$name": "The name of the component.
", "InfrastructureConfiguration$name": "The name of the infrastructure configuration.
", "InfrastructureConfigurationSummary$name": "The name of the infrastructure configuration.
" } @@ -1553,14 +1582,14 @@ "ResourcePolicyDocument": { "base": null, "refs": { - "GetComponentPolicyResponse$policy": "The component policy.
", + "GetComponentPolicyResponse$policy": "The component policy.
", "GetContainerRecipePolicyResponse$policy": "The container recipe policy object that is returned.
", - "GetImagePolicyResponse$policy": "The image policy object.
", - "GetImageRecipePolicyResponse$policy": "The image recipe policy object.
", - "PutComponentPolicyRequest$policy": "The policy to apply.
", + "GetImagePolicyResponse$policy": "The image policy object.
", + "GetImageRecipePolicyResponse$policy": "The image recipe policy object.
", + "PutComponentPolicyRequest$policy": "The policy to apply.
", "PutContainerRecipePolicyRequest$policy": "The policy to apply to the container recipe.
", - "PutImagePolicyRequest$policy": "The policy to apply.
", - "PutImageRecipePolicyRequest$policy": "The policy to apply.
" + "PutImagePolicyRequest$policy": "The policy to apply.
", + "PutImageRecipePolicyRequest$policy": "The policy to apply.
" } }, "ResourceTagMap": { @@ -1575,17 +1604,17 @@ "RestrictedInteger": { "base": null, "refs": { - "ListComponentBuildVersionsRequest$maxResults": "The maximum items to return in a request.
", - "ListComponentsRequest$maxResults": "The maximum items to return in a request.
", + "ListComponentBuildVersionsRequest$maxResults": "The maximum items to return in a request.
", + "ListComponentsRequest$maxResults": "The maximum items to return in a request.
", "ListContainerRecipesRequest$maxResults": "The maximum number of results to return in the list.
", - "ListDistributionConfigurationsRequest$maxResults": "The maximum items to return in a request.
", - "ListImageBuildVersionsRequest$maxResults": "The maximum items to return in a request.
", + "ListDistributionConfigurationsRequest$maxResults": "The maximum items to return in a request.
", + "ListImageBuildVersionsRequest$maxResults": "The maximum items to return in a request.
", "ListImagePackagesRequest$maxResults": "The maxiumum number of results to return from the ListImagePackages request.
", - "ListImagePipelineImagesRequest$maxResults": "The maximum items to return in a request.
", - "ListImagePipelinesRequest$maxResults": "The maximum items to return in a request.
", - "ListImageRecipesRequest$maxResults": "The maximum items to return in a request.
", - "ListImagesRequest$maxResults": "The maximum items to return in a request.
", - "ListInfrastructureConfigurationsRequest$maxResults": "The maximum items to return in a request.
" + "ListImagePipelineImagesRequest$maxResults": "The maximum items to return in a request.
", + "ListImagePipelinesRequest$maxResults": "The maximum items to return in a request.
", + "ListImageRecipesRequest$maxResults": "The maximum items to return in a request.
", + "ListImagesRequest$maxResults": "The maximum items to return in a request.
", + "ListInfrastructureConfigurationsRequest$maxResults": "The maximum items to return in a request.
" } }, "S3Logs": { @@ -1595,19 +1624,19 @@ } }, "Schedule": { - "base": "A schedule configures how often and when a pipeline will automatically create a new image.
", + "base": "A schedule configures how often and when a pipeline will automatically create a new image.
", "refs": { - "CreateImagePipelineRequest$schedule": "The schedule of the image pipeline.
", + "CreateImagePipelineRequest$schedule": "The schedule of the image pipeline.
", "ImagePipeline$schedule": "The schedule of the image pipeline.
", - "UpdateImagePipelineRequest$schedule": "The schedule of the image pipeline.
" + "UpdateImagePipelineRequest$schedule": "The schedule of the image pipeline.
" } }, "SecurityGroupIds": { "base": null, "refs": { - "CreateInfrastructureConfigurationRequest$securityGroupIds": "The security group IDs to associate with the instance used to customize your EC2 AMI.
", + "CreateInfrastructureConfigurationRequest$securityGroupIds": "The security group IDs to associate with the instance used to customize your EC2 AMI.
", "InfrastructureConfiguration$securityGroupIds": "The security group IDs of the infrastructure configuration.
", - "UpdateInfrastructureConfigurationRequest$securityGroupIds": "The security group IDs to associate with the instance used to customize your EC2 AMI.
" + "UpdateInfrastructureConfigurationRequest$securityGroupIds": "The security group IDs to associate with the instance used to customize your EC2 AMI.
" } }, "ServiceException": { @@ -1628,8 +1657,8 @@ "SnsTopicArn": { "base": null, "refs": { - "CreateInfrastructureConfigurationRequest$snsTopicArn": "The SNS topic on which to send image build events.
", - "UpdateInfrastructureConfigurationRequest$snsTopicArn": "The SNS topic on which to send image build events.
" + "CreateInfrastructureConfigurationRequest$snsTopicArn": "The SNS topic on which to send image build events.
", + "UpdateInfrastructureConfigurationRequest$snsTopicArn": "The SNS topic on which to send image build events.
" } }, "StartImagePipelineExecutionRequest": { @@ -1647,7 +1676,7 @@ "refs": { "Container$imageUris": "A list of URIs for containers created in the context Region.
", "ContainerDistributionConfiguration$containerTags": "Tags that are attached to the container distribution configuration.
", - "LaunchPermissionConfiguration$userGroups": "The name of the group.
" + "LaunchPermissionConfiguration$userGroups": "The name of the group.
" } }, "TagKey": { @@ -1661,24 +1690,24 @@ "TagKeyList": { "base": null, "refs": { - "UntagResourceRequest$tagKeys": "The tag keys to remove from the resource.
" + "UntagResourceRequest$tagKeys": "The tag keys to remove from the resource.
" } }, "TagMap": { "base": null, "refs": { - "AmiDistributionConfiguration$amiTags": "The tags to apply to AMIs distributed to this Region.
", + "AmiDistributionConfiguration$amiTags": "The tags to apply to AMIs distributed to this Region.
", "Component$tags": "The tags associated with the component.
", "ComponentSummary$tags": "The tags associated with the component.
", "ContainerRecipe$tags": "Tags that are attached to the container recipe.
", "ContainerRecipeSummary$tags": "Tags that are attached to the container recipe.
", "CreateComponentRequest$tags": "The tags of the component.
", "CreateContainerRecipeRequest$tags": "Tags that are attached to the container recipe.
", - "CreateDistributionConfigurationRequest$tags": "The tags of the distribution configuration.
", - "CreateImagePipelineRequest$tags": "The tags of the image pipeline.
", - "CreateImageRecipeRequest$tags": "The tags of the image recipe.
", - "CreateImageRequest$tags": "The tags of the image.
", - "CreateInfrastructureConfigurationRequest$tags": "The tags of the infrastructure configuration.
", + "CreateDistributionConfigurationRequest$tags": "The tags of the distribution configuration.
", + "CreateImagePipelineRequest$tags": "The tags of the image pipeline.
", + "CreateImageRecipeRequest$tags": "The tags of the image recipe.
", + "CreateImageRequest$tags": "The tags of the image.
", + "CreateInfrastructureConfigurationRequest$tags": "The tags of the infrastructure configuration.
", "DistributionConfiguration$tags": "The tags of the distribution configuration.
", "DistributionConfigurationSummary$tags": "The tags associated with the distribution configuration.
", "Image$tags": "The tags of the image.
", @@ -1686,11 +1715,11 @@ "ImageRecipe$tags": "The tags of the image recipe.
", "ImageRecipeSummary$tags": "The tags of the image recipe.
", "ImageSummary$tags": "The tags of the image.
", - "ImportComponentRequest$tags": "The tags of the component.
", + "ImportComponentRequest$tags": "The tags of the component.
", "InfrastructureConfiguration$tags": "The tags of the infrastructure configuration.
", "InfrastructureConfigurationSummary$tags": "The tags of the infrastructure configuration.
", - "ListTagsForResourceResponse$tags": "The tags for the specified resource.
", - "TagResourceRequest$tags": "The tags to apply to the resource.
" + "ListTagsForResourceResponse$tags": "The tags for the specified resource.
", + "TagResourceRequest$tags": "The tags to apply to the resource.
" } }, "TagResourceRequest": { @@ -1769,7 +1798,7 @@ "refs": { "CreateComponentRequest$uri": "The uri of the component. Must be an S3 URL and the requester must have permission to access the S3 bucket. If you use S3, you can specify component content up to your service quota. Either data
or uri
can be used to specify the data within the component.
The S3 URI for the Dockerfile that will be used to build your container image.
", - "ImportComponentRequest$uri": "The uri of the component. Must be an S3 URL and the requester must have permission to access the S3 bucket. If you use S3, you can specify component content up to your service quota. Either data
or uri
can be used to specify the data within the component.
The uri of the component. Must be an S3 URL and the requester must have permission to access the S3 bucket. If you use S3, you can specify component content up to your service quota. Either data
or uri
can be used to specify the data within the component.
The semantic version of the container recipe (<major>.<minor>.<patch>).
", "CreateComponentRequest$semanticVersion": "The semantic version of the component. This version follows the semantic version syntax. For example, major.minor.patch. This could be versioned like software (2.0.1) or like a date (2019.12.01).
", "CreateContainerRecipeRequest$semanticVersion": "The semantic version of the container recipe (<major>.<minor>.<patch>).
", - "CreateImageRecipeRequest$semanticVersion": "The semantic version of the image recipe.
", + "CreateImageRecipeRequest$semanticVersion": "The semantic version of the image recipe.
", "Image$version": "The semantic version of the image.
", "ImageRecipe$version": "The version of the image recipe.
", "ImageSummary$version": "The version of the image.
", diff --git a/models/apis/mediapackage/2017-10-12/api-2.json b/models/apis/mediapackage/2017-10-12/api-2.json index be341ec31a5..cb7e5349814 100644 --- a/models/apis/mediapackage/2017-10-12/api-2.json +++ b/models/apis/mediapackage/2017-10-12/api-2.json @@ -1414,6 +1414,23 @@ }, "type": "structure" }, + "EncryptionContractConfiguration": { + "members": { + "PresetSpeke20Audio": { + "locationName": "presetSpeke20Audio", + "shape": "PresetSpeke20Audio" + }, + "PresetSpeke20Video": { + "locationName": "presetSpeke20Video", + "shape": "PresetSpeke20Video" + } + }, + "required": [ + "PresetSpeke20Audio", + "PresetSpeke20Video" + ], + "type": "structure" + }, "EncryptionMethod": { "enum": [ "AES_128", @@ -2123,6 +2140,18 @@ ], "type": "string" }, + "PresetSpeke20Audio": { + "enum": [ + "PRESET-AUDIO-1" + ], + "type": "string" + }, + "PresetSpeke20Video": { + "enum": [ + "PRESET-VIDEO-1" + ], + "type": "string" + }, "Profile": { "enum": [ "NONE", @@ -2279,6 +2308,10 @@ "locationName": "certificateArn", "shape": "__string" }, + "EncryptionContractConfiguration": { + "locationName": "encryptionContractConfiguration", + "shape": "EncryptionContractConfiguration" + }, "ResourceId": { "locationName": "resourceId", "shape": "__string" diff --git a/models/apis/mediapackage/2017-10-12/docs-2.json b/models/apis/mediapackage/2017-10-12/docs-2.json index 5c02b085b17..3ca6260a0bd 100644 --- a/models/apis/mediapackage/2017-10-12/docs-2.json +++ b/models/apis/mediapackage/2017-10-12/docs-2.json @@ -118,6 +118,12 @@ "ConfigureLogsParameters$EgressAccessLogs" : null } }, + "EncryptionContractConfiguration" : { + "base" : "Use encryptionContractConfiguration to configure one or more content encryption keys for your endpoints that use SPEKE 2.0. \nThe encryption contract defines which content keys are used to encrypt the audio and video tracks in your stream. \nTo configure the encryption contract, specify which audio and video encryption presets to use.\nNote the following considerations when using encryptionContractConfiguration:\nencryptionContractConfiguration can be used for DASH endpoints that use SPEKE 2.0. SPEKE 2.0 relies on the CPIX 2.3 specification.\nYou must disable key rotation for this endpoint by setting keyRotationIntervalSeconds to 0.\n", + "refs" : { + "SpekeKeyProvider$EncryptionContractConfiguration" : null + } + }, "EncryptionMethod" : { "base" : null, "refs" : { @@ -237,6 +243,18 @@ "HlsPackage$PlaylistType" : "The HTTP Live Streaming (HLS) playlist type.\nWhen either \"EVENT\" or \"VOD\" is specified, a corresponding EXT-X-PLAYLIST-TYPE\nentry will be included in the media playlist.\n" } }, + "PresetSpeke20Audio" : { + "base" : null, + "refs" : { + "EncryptionContractConfiguration$PresetSpeke20Audio" : "A collection of audio encryption presets." + } + }, + "PresetSpeke20Video" : { + "base" : null, + "refs" : { + "EncryptionContractConfiguration$PresetSpeke20Video" : "A collection of video encryption presets." + } + }, "Profile" : { "base" : null, "refs" : { diff --git a/models/endpoints/endpoints.json b/models/endpoints/endpoints.json index 8e6a233b98a..ee6f80e8b5d 100644 --- a/models/endpoints/endpoints.json +++ b/models/endpoints/endpoints.json @@ -4284,6 +4284,7 @@ "ap-east-1" : { }, "ap-northeast-1" : { }, "ap-northeast-2" : { }, + "ap-northeast-3" : { }, "ap-south-1" : { }, "ap-southeast-1" : { }, "ap-southeast-2" : { }, @@ -9251,6 +9252,18 @@ "protocols" : [ "https" ] }, "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "hostname" : "servicequotas.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "servicequotas.us-gov-west-1.amazonaws.com" + }, "us-gov-east-1" : { }, "us-gov-west-1" : { } } diff --git a/service/imagebuilder/api.go b/service/imagebuilder/api.go index d23bc7a6d9c..e1cbdb5d9fd 100644 --- a/service/imagebuilder/api.go +++ b/service/imagebuilder/api.go @@ -6316,7 +6316,7 @@ type ComponentVersion struct { // The platform of the component. Platform *string `locationName:"platform" type:"string" enum:"Platform"` - // The operating system (OS) version supported by the component. If the OS information + // he operating system (OS) version supported by the component. If the OS information // is available, a prefix match is performed against the parent image OS version // during image recipe creation. SupportedOsVersions []*string `locationName:"supportedOsVersions" min:"1" type:"list"` @@ -6522,6 +6522,10 @@ type ContainerRecipe struct { // A flag that indicates if the target container is encrypted. Encrypted *bool `locationName:"encrypted" type:"boolean"` + // A group of options that can be used to configure an instance for building + // and testing container images. + InstanceConfiguration *InstanceConfiguration `locationName:"instanceConfiguration" type:"structure"` + // Identifies which KMS key is used to encrypt the container image for distribution // to the target Region. KmsKeyId *string `locationName:"kmsKeyId" min:"1" type:"string"` @@ -6603,6 +6607,12 @@ func (s *ContainerRecipe) SetEncrypted(v bool) *ContainerRecipe { return s } +// SetInstanceConfiguration sets the InstanceConfiguration field's value. +func (s *ContainerRecipe) SetInstanceConfiguration(v *InstanceConfiguration) *ContainerRecipe { + s.InstanceConfiguration = v + return s +} + // SetKmsKeyId sets the KmsKeyId field's value. func (s *ContainerRecipe) SetKmsKeyId(v string) *ContainerRecipe { s.KmsKeyId = &v @@ -6975,9 +6985,7 @@ type CreateContainerRecipeInput struct { Description *string `locationName:"description" min:"1" type:"string"` // The Dockerfile template used to build your image as an inline data blob. - // - // DockerfileTemplateData is a required field - DockerfileTemplateData *string `locationName:"dockerfileTemplateData" min:"1" type:"string" required:"true"` + DockerfileTemplateData *string `locationName:"dockerfileTemplateData" min:"1" type:"string"` // The S3 URI for the Dockerfile that will be used to build your container image. DockerfileTemplateUri *string `locationName:"dockerfileTemplateUri" type:"string"` @@ -6985,6 +6993,10 @@ type CreateContainerRecipeInput struct { // Specifies the operating system version for the source image. ImageOsVersionOverride *string `locationName:"imageOsVersionOverride" min:"1" type:"string"` + // A group of options that can be used to configure an instance for building + // and testing container images. + InstanceConfiguration *InstanceConfiguration `locationName:"instanceConfiguration" type:"structure"` + // Identifies which KMS key is used to encrypt the container image. KmsKeyId *string `locationName:"kmsKeyId" min:"1" type:"string"` @@ -7046,9 +7058,6 @@ func (s *CreateContainerRecipeInput) Validate() error { if s.Description != nil && len(*s.Description) < 1 { invalidParams.Add(request.NewErrParamMinLen("Description", 1)) } - if s.DockerfileTemplateData == nil { - invalidParams.Add(request.NewErrParamRequired("DockerfileTemplateData")) - } if s.DockerfileTemplateData != nil && len(*s.DockerfileTemplateData) < 1 { invalidParams.Add(request.NewErrParamMinLen("DockerfileTemplateData", 1)) } @@ -7089,6 +7098,11 @@ func (s *CreateContainerRecipeInput) Validate() error { } } } + if s.InstanceConfiguration != nil { + if err := s.InstanceConfiguration.Validate(); err != nil { + invalidParams.AddNested("InstanceConfiguration", err.(request.ErrInvalidParams)) + } + } if s.TargetRepository != nil { if err := s.TargetRepository.Validate(); err != nil { invalidParams.AddNested("TargetRepository", err.(request.ErrInvalidParams)) @@ -7143,6 +7157,12 @@ func (s *CreateContainerRecipeInput) SetImageOsVersionOverride(v string) *Create return s } +// SetInstanceConfiguration sets the InstanceConfiguration field's value. +func (s *CreateContainerRecipeInput) SetInstanceConfiguration(v *InstanceConfiguration) *CreateContainerRecipeInput { + s.InstanceConfiguration = v + return s +} + // SetKmsKeyId sets the KmsKeyId field's value. func (s *CreateContainerRecipeInput) SetKmsKeyId(v string) *CreateContainerRecipeInput { s.KmsKeyId = &v @@ -8676,13 +8696,17 @@ func (s *DeleteInfrastructureConfigurationOutput) SetRequestId(v string) *Delete type Distribution struct { _ struct{} `type:"structure"` - // The specific AMI settings (for example, launch permissions, AMI tags). + // The specific AMI settings; for example, launch permissions or AMI tags. AmiDistributionConfiguration *AmiDistributionConfiguration `locationName:"amiDistributionConfiguration" type:"structure"` // Container distribution settings for encryption, licensing, and sharing in // a specific Region. ContainerDistributionConfiguration *ContainerDistributionConfiguration `locationName:"containerDistributionConfiguration" type:"structure"` + // A group of launchTemplateConfiguration settings that apply to image distribution + // for specified accounts. + LaunchTemplateConfigurations []*LaunchTemplateConfiguration `locationName:"launchTemplateConfigurations" min:"1" type:"list"` + // The License Manager Configuration to associate with the AMI in the specified // Region. LicenseConfigurationArns []*string `locationName:"licenseConfigurationArns" min:"1" type:"list"` @@ -8706,6 +8730,9 @@ func (s Distribution) GoString() string { // Validate inspects the fields of the type to determine if they are valid. func (s *Distribution) Validate() error { invalidParams := request.ErrInvalidParams{Context: "Distribution"} + if s.LaunchTemplateConfigurations != nil && len(s.LaunchTemplateConfigurations) < 1 { + invalidParams.Add(request.NewErrParamMinLen("LaunchTemplateConfigurations", 1)) + } if s.LicenseConfigurationArns != nil && len(s.LicenseConfigurationArns) < 1 { invalidParams.Add(request.NewErrParamMinLen("LicenseConfigurationArns", 1)) } @@ -8725,6 +8752,16 @@ func (s *Distribution) Validate() error { invalidParams.AddNested("ContainerDistributionConfiguration", err.(request.ErrInvalidParams)) } } + if s.LaunchTemplateConfigurations != nil { + for i, v := range s.LaunchTemplateConfigurations { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "LaunchTemplateConfigurations", i), err.(request.ErrInvalidParams)) + } + } + } if invalidParams.Len() > 0 { return invalidParams @@ -8744,6 +8781,12 @@ func (s *Distribution) SetContainerDistributionConfiguration(v *ContainerDistrib return s } +// SetLaunchTemplateConfigurations sets the LaunchTemplateConfigurations field's value. +func (s *Distribution) SetLaunchTemplateConfigurations(v []*LaunchTemplateConfiguration) *Distribution { + s.LaunchTemplateConfigurations = v + return s +} + // SetLicenseConfigurationArns sets the LicenseConfigurationArns field's value. func (s *Distribution) SetLicenseConfigurationArns(v []*string) *Distribution { s.LicenseConfigurationArns = v @@ -8772,7 +8815,8 @@ type DistributionConfiguration struct { // The description of the distribution configuration. Description *string `locationName:"description" min:"1" type:"string"` - // The distributions of the distribution configuration. + // The distribution objects that apply Region-specific settings for the deployment + // of the image to targeted Regions. Distributions []*Distribution `locationName:"distributions" type:"list"` // The name of the distribution configuration. @@ -11387,6 +11431,66 @@ func (s *InstanceBlockDeviceMapping) SetVirtualName(v string) *InstanceBlockDevi return s } +// Defines a custom source AMI and block device mapping configurations of an +// instance used for building and testing container images. +type InstanceConfiguration struct { + _ struct{} `type:"structure"` + + // Defines the block devices to attach for building an instance from this Image + // Builder AMI. + BlockDeviceMappings []*InstanceBlockDeviceMapping `locationName:"blockDeviceMappings" type:"list"` + + // 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. + Image *string `locationName:"image" min:"1" type:"string"` +} + +// String returns the string representation +func (s InstanceConfiguration) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation +func (s InstanceConfiguration) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *InstanceConfiguration) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "InstanceConfiguration"} + if s.Image != nil && len(*s.Image) < 1 { + invalidParams.Add(request.NewErrParamMinLen("Image", 1)) + } + if s.BlockDeviceMappings != nil { + for i, v := range s.BlockDeviceMappings { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "BlockDeviceMappings", i), err.(request.ErrInvalidParams)) + } + } + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetBlockDeviceMappings sets the BlockDeviceMappings field's value. +func (s *InstanceConfiguration) SetBlockDeviceMappings(v []*InstanceBlockDeviceMapping) *InstanceConfiguration { + s.BlockDeviceMappings = v + return s +} + +// SetImage sets the Image field's value. +func (s *InstanceConfiguration) SetImage(v string) *InstanceConfiguration { + s.Image = &v + return s +} + // You have provided an invalid pagination token in your request. type InvalidPaginationTokenException struct { _ struct{} `type:"structure"` @@ -11776,6 +11880,64 @@ func (s *LaunchPermissionConfiguration) SetUserIds(v []*string) *LaunchPermissio return s } +// Identifies an EC2 launch template to use for a specific account. +type LaunchTemplateConfiguration struct { + _ struct{} `type:"structure"` + + // The account ID that this configuration applies to. + AccountId *string `locationName:"accountId" type:"string"` + + // Identifies the EC2 launch template to use. + // + // LaunchTemplateId is a required field + LaunchTemplateId *string `locationName:"launchTemplateId" type:"string" required:"true"` + + // Set the specified EC2 launch template as the default launch template for + // the specified account. + SetDefaultVersion *bool `locationName:"setDefaultVersion" type:"boolean"` +} + +// String returns the string representation +func (s LaunchTemplateConfiguration) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation +func (s LaunchTemplateConfiguration) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *LaunchTemplateConfiguration) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "LaunchTemplateConfiguration"} + if s.LaunchTemplateId == nil { + invalidParams.Add(request.NewErrParamRequired("LaunchTemplateId")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetAccountId sets the AccountId field's value. +func (s *LaunchTemplateConfiguration) SetAccountId(v string) *LaunchTemplateConfiguration { + s.AccountId = &v + return s +} + +// SetLaunchTemplateId sets the LaunchTemplateId field's value. +func (s *LaunchTemplateConfiguration) SetLaunchTemplateId(v string) *LaunchTemplateConfiguration { + s.LaunchTemplateId = &v + return s +} + +// SetSetDefaultVersion sets the SetDefaultVersion field's value. +func (s *LaunchTemplateConfiguration) SetSetDefaultVersion(v bool) *LaunchTemplateConfiguration { + s.SetDefaultVersion = &v + return s +} + type ListComponentBuildVersionsInput struct { _ struct{} `type:"structure"` diff --git a/service/mediapackage/api.go b/service/mediapackage/api.go index bb818fd16f9..351ae5a749f 100644 --- a/service/mediapackage/api.go +++ b/service/mediapackage/api.go @@ -3728,6 +3728,66 @@ func (s *EgressAccessLogs) SetLogGroupName(v string) *EgressAccessLogs { return s } +// Use encryptionContractConfiguration to configure one or more content encryption +// keys for your endpoints that use SPEKE 2.0. The encryption contract defines +// which content keys are used to encrypt the audio and video tracks in your +// stream. To configure the encryption contract, specify which audio and video +// encryption presets to use.Note the following considerations when using encryptionContractConfiguration:encryptionContractConfiguration +// can be used for DASH endpoints that use SPEKE 2.0. SPEKE 2.0 relies on the +// CPIX 2.3 specification.You must disable key rotation for this endpoint by +// setting keyRotationIntervalSeconds to 0. +type EncryptionContractConfiguration struct { + _ struct{} `type:"structure"` + + // A collection of audio encryption presets. + // + // PresetSpeke20Audio is a required field + PresetSpeke20Audio *string `locationName:"presetSpeke20Audio" type:"string" required:"true" enum:"PresetSpeke20Audio"` + + // A collection of video encryption presets. + // + // PresetSpeke20Video is a required field + PresetSpeke20Video *string `locationName:"presetSpeke20Video" type:"string" required:"true" enum:"PresetSpeke20Video"` +} + +// String returns the string representation +func (s EncryptionContractConfiguration) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation +func (s EncryptionContractConfiguration) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *EncryptionContractConfiguration) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "EncryptionContractConfiguration"} + if s.PresetSpeke20Audio == nil { + invalidParams.Add(request.NewErrParamRequired("PresetSpeke20Audio")) + } + if s.PresetSpeke20Video == nil { + invalidParams.Add(request.NewErrParamRequired("PresetSpeke20Video")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetPresetSpeke20Audio sets the PresetSpeke20Audio field's value. +func (s *EncryptionContractConfiguration) SetPresetSpeke20Audio(v string) *EncryptionContractConfiguration { + s.PresetSpeke20Audio = &v + return s +} + +// SetPresetSpeke20Video sets the PresetSpeke20Video field's value. +func (s *EncryptionContractConfiguration) SetPresetSpeke20Video(v string) *EncryptionContractConfiguration { + s.PresetSpeke20Video = &v + return s +} + type ForbiddenException struct { _ struct{} `type:"structure"` RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` @@ -5536,6 +5596,16 @@ type SpekeKeyProvider struct { // service. CertificateArn *string `locationName:"certificateArn" type:"string"` + // Use encryptionContractConfiguration to configure one or more content encryption + // keys for your endpoints that use SPEKE 2.0. The encryption contract defines + // which content keys are used to encrypt the audio and video tracks in your + // stream. To configure the encryption contract, specify which audio and video + // encryption presets to use.Note the following considerations when using encryptionContractConfiguration:encryptionContractConfiguration + // can be used for DASH endpoints that use SPEKE 2.0. SPEKE 2.0 relies on the + // CPIX 2.3 specification.You must disable key rotation for this endpoint by + // setting keyRotationIntervalSeconds to 0. + EncryptionContractConfiguration *EncryptionContractConfiguration `locationName:"encryptionContractConfiguration" type:"structure"` + // The resource ID to include in key requests. // // ResourceId is a required field @@ -5583,6 +5653,11 @@ func (s *SpekeKeyProvider) Validate() error { if s.Url == nil { invalidParams.Add(request.NewErrParamRequired("Url")) } + if s.EncryptionContractConfiguration != nil { + if err := s.EncryptionContractConfiguration.Validate(); err != nil { + invalidParams.AddNested("EncryptionContractConfiguration", err.(request.ErrInvalidParams)) + } + } if invalidParams.Len() > 0 { return invalidParams @@ -5596,6 +5671,12 @@ func (s *SpekeKeyProvider) SetCertificateArn(v string) *SpekeKeyProvider { return s } +// SetEncryptionContractConfiguration sets the EncryptionContractConfiguration field's value. +func (s *SpekeKeyProvider) SetEncryptionContractConfiguration(v *EncryptionContractConfiguration) *SpekeKeyProvider { + s.EncryptionContractConfiguration = v + return s +} + // SetResourceId sets the ResourceId field's value. func (s *SpekeKeyProvider) SetResourceId(v string) *SpekeKeyProvider { s.ResourceId = &v @@ -6454,6 +6535,30 @@ func PlaylistType_Values() []string { } } +const ( + // PresetSpeke20AudioPresetAudio1 is a PresetSpeke20Audio enum value + PresetSpeke20AudioPresetAudio1 = "PRESET-AUDIO-1" +) + +// PresetSpeke20Audio_Values returns all elements of the PresetSpeke20Audio enum +func PresetSpeke20Audio_Values() []string { + return []string{ + PresetSpeke20AudioPresetAudio1, + } +} + +const ( + // PresetSpeke20VideoPresetVideo1 is a PresetSpeke20Video enum value + PresetSpeke20VideoPresetVideo1 = "PRESET-VIDEO-1" +) + +// PresetSpeke20Video_Values returns all elements of the PresetSpeke20Video enum +func PresetSpeke20Video_Values() []string { + return []string{ + PresetSpeke20VideoPresetVideo1, + } +} + const ( // ProfileNone is a Profile enum value ProfileNone = "NONE"