Smaws_Client_AppStream.DescribeImagesRetrieves a list that describes one or more specified images, if the image names or image ARNs are provided. Otherwise, all images in the account are described.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_images_request ->
(Types.describe_images_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_images_request ->
(Types.describe_images_result Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result