Smaws_Client_CloudFormation.BatchDescribeTypeConfigurationsReturns configuration data for the specified CloudFormation extensions, from the CloudFormation registry in your current account and Region.
For more information, see Edit configuration data for extensions in your account in the CloudFormation User Guide.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `CFNRegistryException of Types.cfn_registry_exception
| `TypeConfigurationNotFoundException of
Types.type_configuration_not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.batch_describe_type_configurations_input ->
(Types.batch_describe_type_configurations_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `CFNRegistryException of Types.cfn_registry_exception
| `TypeConfigurationNotFoundException of
Types.type_configuration_not_found_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.batch_describe_type_configurations_input ->
(Types.batch_describe_type_configurations_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `CFNRegistryException of Types.cfn_registry_exception
| `TypeConfigurationNotFoundException of
Types.type_configuration_not_found_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result