Smaws_Client_MigrationHub.CreateProgressUpdateStream
Creates a progress update stream which is an AWS resource used for access control as well as a namespace for migration task names that is implicitly linked to your AWS account. It must uniquely identify the migration tool as it is used for all updates made by the tool; however, it does not need to be unique for each AWS account because it is scoped to the AWS account.
val request :
Smaws_Lib.Context.t ->
Types.create_progress_update_stream_request ->
(Types.create_progress_update_stream_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedException of Types.access_denied_exception
| `DryRunOperation of Types.dry_run_operation
| `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
| `UnauthorizedOperation of Types.unauthorized_operation ])
Stdlib.result