Smaws_Client_MigrationHub.DisassociateCreatedArtifact
Disassociates a created artifact of an AWS resource with a migration task performed by a migration tool that was previously associated. This API has the following traits:
DisassociateCreatedArtifacts
operation to disassociate a created AWS Artifact from a migration task.arn:aws:ec2:us-east-1:488216288981:image/ami-6d0ba87b
.val request :
Smaws_Lib.Context.t ->
Types.disassociate_created_artifact_request ->
(Types.disassociate_created_artifact_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