Module Values_6.DescribeImageReferencesRequestSource

Describes 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.

Sourcetype nonrec t = {
  1. imageIds : Values_3.DescribeImageReferencesImageIdStringList.t;
    (*

    The IDs of the images to check for resource references.

    *)
  2. 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.

    *)
  3. resourceTypes : Values_3.ResourceTypeRequestList.t option;
    (*

    The Amazon Web Services resource types to check for image references. Either IncludeAllResourceTypes or ResourceTypes must be specified.

    *)
  4. 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.

    *)
  5. 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.

    *)
  6. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?includeAllResourceTypes:??? -> ?resourceTypes:??? -> ?nextToken:??? -> ?dryRun:??? -> ?maxResults:??? -> imageIds:Values_3.DescribeImageReferencesImageIdStringList.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t