Smaws_Client_MigrationHub.ListApplicationStates
Lists all the migration statuses for your applications. If you use the optional ApplicationIds
parameter, only the migration statuses for those applications will be returned.
val request :
Smaws_Lib.Context.t ->
Types.list_application_states_request ->
(Types.list_application_states_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedException of Types.access_denied_exception
| `HomeRegionNotSetException of Types.home_region_not_set_exception
| `InternalServerError of Types.internal_server_error
| `InvalidInputException of Types.invalid_input_exception
| `ServiceUnavailableException of Types.service_unavailable_exception
| `ThrottlingException of Types.throttling_exception ])
Stdlib.result