Smaws_Client_MigrationHub.DeleteProgressUpdateStream
Deletes a progress update stream, including all of its tasks, which was previously created as an AWS resource used for access control. This API has the following traits:
DeleteProgressUpdateStream
is the stream name (same as a CreateProgressUpdateStream
call).ListProgressUpdateStreams
call.CreateProgressUpdateStream
, ImportMigrationTask
, NotifyMigrationTaskState
, and all Associate[*] APIs related to the tasks belonging to the stream will throw "InvalidInputException" if the stream of the same name is in the process of being deleted.CreateProgressUpdateStream
for a stream of the same name will succeed, and that stream will be an entirely new logical resource (without any resources associated with the old stream).val request :
Smaws_Lib.Context.t ->
Types.delete_progress_update_stream_request ->
(Types.delete_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
| `ResourceNotFoundException of Types.resource_not_found_exception
| `ServiceUnavailableException of Types.service_unavailable_exception
| `ThrottlingException of Types.throttling_exception
| `UnauthorizedOperation of Types.unauthorized_operation ])
Stdlib.result