Values_6.DescribeImageReferencesRequestSourceDescribes your Amazon Web Services resources that are referencing the specified images. For more information, see Identify your resources referencing specified AMIs in the Amazon EC2 User Guide.
type nonrec t = {imageIds : Values_3.DescribeImageReferencesImageIdStringList.t;The IDs of the images to check for resource references.
*)includeAllResourceTypes : Values_0.Boolean.t option;Specifies whether to check all supported Amazon Web Services resource types for image references. When specified, default values are applied for ResourceTypeOptions. For the default values, see How AMI reference checks work in the Amazon EC2 User Guide. If you also specify ResourceTypes with ResourceTypeOptions, your specified values override the default values. Supported resource types: ec2:Instance | ec2:LaunchTemplate | ssm:Parameter | imagebuilder:ImageRecipe | imagebuilder:ContainerRecipe Either IncludeAllResourceTypes or ResourceTypes must be specified.
*)resourceTypes : Values_3.ResourceTypeRequestList.t option;The Amazon Web Services resource types to check for image references. Either IncludeAllResourceTypes or ResourceTypes must be specified.
*)nextToken : Values_0.String_.t option;The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
*)dryRun : Values_0.Boolean.t option;Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
*)maxResults : Values_3.DescribeImageReferencesMaxResults.t option;The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
*)}val make :
?includeAllResourceTypes:??? ->
?resourceTypes:??? ->
?nextToken:??? ->
?dryRun:??? ->
?maxResults:??? ->
imageIds:Values_3.DescribeImageReferencesImageIdStringList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Integer of Values_3.DescribeImageReferencesMaxResults.t
| `List of
[> `String of Values_0.ImageId.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of string ] list ])
list ]
list ])
list ]
list
| `String of Values_0.String_.t ])
list ]