Values.DistributeImageRequestSourceDistributeImage distributes existing AMIs to additional regions and accounts without rebuilding the image.
type nonrec t = {sourceImage : NonEmptyString.t;The source image Amazon Resource Name (ARN) to distribute.
*)distributionConfigurationArn : DistributionConfigurationArn.t;The Amazon Resource Name (ARN) of the distribution configuration to use.
*)executionRole : RoleNameOrArn.t;The IAM role to use for the distribution.
*)clientToken : ClientToken.t;Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.
*)loggingConfiguration : ImageLoggingConfiguration.t option;The logging configuration for the distribution.
*)}val make :
?tags:??? ->
?loggingConfiguration:??? ->
sourceImage:NonEmptyString.t ->
distributionConfigurationArn:DistributionConfigurationArn.t ->
executionRole:RoleNameOrArn.t ->
clientToken:ClientToken.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of NonEmptyString.t
| `Structure of (string * [> `String of LogGroupName.t ]) list ])
list ]