Module Smaws_Client_AutoScaling.DescribePolicies

Gets information about the scaling policies in the account and Region.

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `InvalidNextToken of Types.invalid_next_token | `ResourceContentionFault of Types.resource_contention_fault | `ServiceLinkedRoleFailure of Types.service_linked_role_failure ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.describe_policies_type -> (Types.policies_type, [> Smaws_Lib.Protocols.AwsQuery.error | `InvalidNextToken of Types.invalid_next_token | `ResourceContentionFault of Types.resource_contention_fault | `ServiceLinkedRoleFailure of Types.service_linked_role_failure ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.describe_policies_type -> (Types.policies_type Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsQuery.error | `InvalidNextToken of Types.invalid_next_token | `ResourceContentionFault of Types.resource_contention_fault | `ServiceLinkedRoleFailure of Types.service_linked_role_failure ] * Smaws_Lib.Response.metadata) Stdlib.result