openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 51.9 kB
JSON
{"openapi":"3.0.0","info":{"version":"2017-05-31","x-release":"v4","title":"AWS Migration Hub","description":"The AWS Migration Hub API methods help to obtain server and application migration status and integrate your resource-specific migration tool by providing a programmatic interface to Migration Hub. ","x-logo":{"url":"https://twitter.com/awscloud/profile_image?size=original","backgroundColor":"#FFFFFF"},"termsOfService":"https://aws.amazon.com/service-terms/","contact":{"name":"Mike Ralphson","email":"mike.ralphson@gmail.com","url":"https://github.com/mermade/aws2openapi","x-twitter":"PermittedSoc"},"license":{"name":"Apache 2.0 License","url":"http://www.apache.org/licenses/"},"x-providerName":"amazonaws.com","x-serviceName":"AWSMigrationHub","x-origin":[{"contentType":"application/json","url":"https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/AWSMigrationHub-2017-05-31.normal.json","converter":{"url":"https://github.com/mermade/aws2openapi","version":"1.0.0"},"x-apisguru-direct":true}],"x-apiClientRegistration":{"url":"https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct"},"x-apisguru-categories":["cloud"],"x-preferred":true},"externalDocs":{"description":"Amazon Web Services documentation","url":"https://aws.amazon.com/mgh/"},"x-hasEquivalentPaths":true,"security":[{"hmac":[]}],"paths":{"/":{"post":{"operationId":"AssociateCreatedArtifact","description":"<p>Associates a created artifact of an AWS cloud resource, the target receiving the migration, with the migration task performed by a migration tool. This API has the following traits:</p> <ul> <li> <p>Migration tools can call the <code>AssociateCreatedArtifact</code> operation to indicate which AWS artifact is associated with a migration task.</p> </li> <li> <p>The created artifact name must be provided in ARN (Amazon Resource Name) format which will contain information about type and region; for example: <code>arn:aws:ec2:us-east-1:488216288981:image/ami-6d0ba87b</code>.</p> </li> <li> <p>Examples of the AWS resource behind the created artifact are, AMI's, EC2 instance, or DMS endpoint, etc.</p> </li> </ul>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssociateCreatedArtifactResult"}}}},"480":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"481":{"description":"InternalServerError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerError"}}}},"482":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"483":{"description":"DryRunOperation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DryRunOperation"}}}},"484":{"description":"UnauthorizedOperation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperation"}}}},"485":{"description":"InvalidInputException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInputException"}}}},"486":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssociateCreatedArtifactRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#AssociateDiscoveredResource":{"post":{"operationId":"AssociateDiscoveredResource","description":"Associates a discovered resource ID from Application Discovery Service (ADS) with a migration task.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssociateDiscoveredResourceResult"}}}},"480":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"481":{"description":"InternalServerError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerError"}}}},"482":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"483":{"description":"DryRunOperation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DryRunOperation"}}}},"484":{"description":"UnauthorizedOperation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperation"}}}},"485":{"description":"InvalidInputException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInputException"}}}},"486":{"description":"PolicyErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PolicyErrorException"}}}},"487":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssociateDiscoveredResourceRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#CreateProgressUpdateStream":{"post":{"operationId":"CreateProgressUpdateStream","description":"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.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateProgressUpdateStreamResult"}}}},"480":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"481":{"description":"InternalServerError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerError"}}}},"482":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"483":{"description":"DryRunOperation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DryRunOperation"}}}},"484":{"description":"UnauthorizedOperation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperation"}}}},"485":{"description":"InvalidInputException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInputException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateProgressUpdateStreamRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DeleteProgressUpdateStream":{"post":{"operationId":"DeleteProgressUpdateStream","description":"<p>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:</p> <ul> <li> <p>The only parameter needed for <code>DeleteProgressUpdateStream</code> is the stream name (same as a <code>CreateProgressUpdateStream</code> call).</p> </li> <li> <p>The call will return, and a background process will asynchronously delete the stream and all of its resources (tasks, associated resources, resource attributes, created artifacts).</p> </li> <li> <p>If the stream takes time to be deleted, it might still show up on a <code>ListProgressUpdateStreams</code> call.</p> </li> <li> <p> <code>CreateProgressUpdateStream</code>, <code>ImportMigrationTask</code>, <code>NotifyMigrationTaskState</code>, and all Associate[*] APIs realted to the tasks belonging to the stream will throw \"InvalidInputException\" if the stream of the same name is in the process of being deleted.</p> </li> <li> <p>Once the stream and all of its resources are deleted, <code>CreateProgressUpdateStream</code> 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).</p> </li> </ul>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteProgressUpdateStreamResult"}}}},"480":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"481":{"description":"InternalServerError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerError"}}}},"482":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"483":{"description":"DryRunOperation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DryRunOperation"}}}},"484":{"description":"UnauthorizedOperation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperation"}}}},"485":{"description":"InvalidInputException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInputException"}}}},"486":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteProgressUpdateStreamRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DescribeApplicationState":{"post":{"operationId":"DescribeApplicationState","description":"Gets the migration status of an application.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeApplicationStateResult"}}}},"480":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"481":{"description":"InternalServerError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerError"}}}},"482":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"483":{"description":"InvalidInputException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInputException"}}}},"484":{"description":"PolicyErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PolicyErrorException"}}}},"485":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeApplicationStateRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DescribeMigrationTask":{"post":{"operationId":"DescribeMigrationTask","description":"Retrieves a list of all attributes associated with a specific migration task.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeMigrationTaskResult"}}}},"480":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"481":{"description":"InternalServerError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerError"}}}},"482":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"483":{"description":"InvalidInputException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInputException"}}}},"484":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeMigrationTaskRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DisassociateCreatedArtifact":{"post":{"operationId":"DisassociateCreatedArtifact","description":"<p>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:</p> <ul> <li> <p>A migration user can call the <code>DisassociateCreatedArtifacts</code> operation to disassociate a created AWS Artifact from a migration task.</p> </li> <li> <p>The created artifact name must be provided in ARN (Amazon Resource Name) format which will contain information about type and region; for example: <code>arn:aws:ec2:us-east-1:488216288981:image/ami-6d0ba87b</code>.</p> </li> <li> <p>Examples of the AWS resource behind the created artifact are, AMI's, EC2 instance, or RDS instance, etc.</p> </li> </ul>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DisassociateCreatedArtifactResult"}}}},"480":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"481":{"description":"InternalServerError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerError"}}}},"482":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"483":{"description":"DryRunOperation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DryRunOperation"}}}},"484":{"description":"UnauthorizedOperation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperation"}}}},"485":{"description":"InvalidInputException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInputException"}}}},"486":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DisassociateCreatedArtifactRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DisassociateDiscoveredResource":{"post":{"operationId":"DisassociateDiscoveredResource","description":"Disassociate an Application Discovery Service (ADS) discovered resource from a migration task.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DisassociateDiscoveredResourceResult"}}}},"480":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"481":{"description":"InternalServerError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerError"}}}},"482":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"483":{"description":"DryRunOperation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DryRunOperation"}}}},"484":{"description":"UnauthorizedOperation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperation"}}}},"485":{"description":"InvalidInputException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInputException"}}}},"486":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DisassociateDiscoveredResourceRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#ImportMigrationTask":{"post":{"operationId":"ImportMigrationTask","description":"<p>Registers a new migration task which represents a server, database, etc., being migrated to AWS by a migration tool.</p> <p>This API is a prerequisite to calling the <code>NotifyMigrationTaskState</code> API as the migration tool must first register the migration task with Migration Hub.</p>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImportMigrationTaskResult"}}}},"480":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"481":{"description":"InternalServerError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerError"}}}},"482":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"483":{"description":"DryRunOperation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DryRunOperation"}}}},"484":{"description":"UnauthorizedOperation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperation"}}}},"485":{"description":"InvalidInputException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInputException"}}}},"486":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImportMigrationTaskRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#ListCreatedArtifacts":{"post":{"operationId":"ListCreatedArtifacts","description":"<p>Lists the created artifacts attached to a given migration task in an update stream. This API has the following traits:</p> <ul> <li> <p>Gets the list of the created artifacts while migration is taking place.</p> </li> <li> <p>Shows the artifacts created by the migration tool that was associated by the <code>AssociateCreatedArtifact</code> API. </p> </li> <li> <p>Lists created artifacts in a paginated interface. </p> </li> </ul>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListCreatedArtifactsResult"}}}},"480":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"481":{"description":"InternalServerError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerError"}}}},"482":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"483":{"description":"InvalidInputException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInputException"}}}},"484":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListCreatedArtifactsRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#ListDiscoveredResources":{"post":{"operationId":"ListDiscoveredResources","description":"Lists discovered resources associated with the given <code>MigrationTask</code>.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListDiscoveredResourcesResult"}}}},"480":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"481":{"description":"InternalServerError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerError"}}}},"482":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"483":{"description":"InvalidInputException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInputException"}}}},"484":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListDiscoveredResourcesRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#ListMigrationTasks":{"post":{"operationId":"ListMigrationTasks","description":"<p>Lists all, or filtered by resource name, migration tasks associated with the user account making this call. This API has the following traits:</p> <ul> <li> <p>Can show a summary list of the most recent migration tasks.</p> </li> <li> <p>Can show a summary list of migration tasks associated with a given discovered resource.</p> </li> <li> <p>Lists migration tasks in a paginated interface.</p> </li> </ul>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListMigrationTasksResult"}}}},"480":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"481":{"description":"InternalServerError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerError"}}}},"482":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"483":{"description":"InvalidInputException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInputException"}}}},"484":{"description":"PolicyErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PolicyErrorException"}}}},"485":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListMigrationTasksRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#ListProgressUpdateStreams":{"post":{"operationId":"ListProgressUpdateStreams","description":"Lists progress update streams associated with the user account making this call.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListProgressUpdateStreamsResult"}}}},"480":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"481":{"description":"InternalServerError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerError"}}}},"482":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"483":{"description":"InvalidInputException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInputException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListProgressUpdateStreamsRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#NotifyApplicationState":{"post":{"operationId":"NotifyApplicationState","description":"Sets the migration state of an application. For a given application identified by the value passed to <code>ApplicationId</code>, its status is set or updated by passing one of three values to <code>Status</code>: <code>NOT_STARTED | IN_PROGRESS | COMPLETED</code>.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotifyApplicationStateResult"}}}},"480":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"481":{"description":"InternalServerError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerError"}}}},"482":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"483":{"description":"DryRunOperation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DryRunOperation"}}}},"484":{"description":"UnauthorizedOperation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperation"}}}},"485":{"description":"InvalidInputException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInputException"}}}},"486":{"description":"PolicyErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PolicyErrorException"}}}},"487":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotifyApplicationStateRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#NotifyMigrationTaskState":{"post":{"operationId":"NotifyMigrationTaskState","description":"<p>Notifies Migration Hub of the current status, progress, or other detail regarding a migration task. This API has the following traits:</p> <ul> <li> <p>Migration tools will call the <code>NotifyMigrationTaskState</code> API to share the latest progress and status.</p> </li> <li> <p> <code>MigrationTaskName</code> is used for addressing updates to the correct target.</p> </li> <li> <p> <code>ProgressUpdateStream</code> is used for access control and to provide a namespace for each migration tool.</p> </li> </ul>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotifyMigrationTaskStateResult"}}}},"480":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"481":{"description":"InternalServerError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerError"}}}},"482":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"483":{"description":"DryRunOperation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DryRunOperation"}}}},"484":{"description":"UnauthorizedOperation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperation"}}}},"485":{"description":"InvalidInputException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInputException"}}}},"486":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotifyMigrationTaskStateRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#PutResourceAttributes":{"post":{"operationId":"PutResourceAttributes","description":"<p>Provides identifying details of the resource being migrated so that it can be associated in the Application Discovery Service (ADS)'s repository. This association occurs asynchronously after <code>PutResourceAttributes</code> returns.</p> <important> <ul> <li> <p>Keep in mind that subsequent calls to PutResourceAttributes will override previously stored attributes. For example, if it is first called with a MAC address, but later, it is desired to <i>add</i> an IP address, it will then be required to call it with <i>both</i> the IP and MAC addresses to prevent overiding the MAC address.</p> </li> <li> <p>Note the instructions regarding the special use case of the <a href=\"https://docs.aws.amazon.com/migrationhub/latest/ug/API_PutResourceAttributes.html#migrationhub-PutResourceAttributes-request-ResourceAttributeList\"> <code>ResourceAttributeList</code> </a> parameter when specifying any \"VM\" related value. </p> </li> </ul> </important> <note> <p>Because this is an asynchronous call, it will always return 200, whether an association occurs or not. To confirm if an association was found based on the provided details, call <code>ListDiscoveredResources</code>.</p> </note>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutResourceAttributesResult"}}}},"480":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"481":{"description":"InternalServerError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerError"}}}},"482":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"483":{"description":"DryRunOperation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DryRunOperation"}}}},"484":{"description":"UnauthorizedOperation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedOperation"}}}},"485":{"description":"InvalidInputException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidInputException"}}}},"486":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutResourceAttributesRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]}},"servers":[{"url":"https://mgh.amazonaws.com/"},{"url":"http://mgh.amazonaws.com/"}],"components":{"parameters":{"Action":{"name":"Action","in":"query","required":true,"schema":{"type":"string"}},"Version":{"name":"Version","in":"query","required":true,"schema":{"type":"string"}},"X-Amz-Content-Sha256":{"name":"X-Amz-Content-Sha256","in":"header","required":false,"schema":{"type":"string"}},"X-Amz-Date":{"name":"X-Amz-Date","in":"header","required":false,"schema":{"type":"string"}},"X-Amz-Algorithm":{"name":"X-Amz-Algorithm","in":"header","required":false,"schema":{"type":"string"}},"X-Amz-Credential":{"name":"X-Amz-Credential","in":"header","required":false,"schema":{"type":"string"}},"X-Amz-Security-Token":{"name":"X-Amz-Security-Token","in":"header","required":false,"schema":{"type":"string"}},"X-Amz-Signature":{"name":"X-Amz-Signature","in":"header","required":false,"schema":{"type":"string"}},"X-Amz-SignedHeaders":{"name":"X-Amz-SignedHeaders","in":"header","required":false,"schema":{"type":"string"}}},"securitySchemes":{"hmac":{"type":"apiKey","name":"Authorization","in":"header","description":"Amazon Signature authorization v4","x-amazon-apigateway-authtype":"awsSigv4"}},"schemas":{"AssociateCreatedArtifactResult":{"type":"object","properties":{}},"AssociateCreatedArtifactRequest":{"type":"object","required":["ProgressUpdateStream","MigrationTaskName","CreatedArtifact"],"properties":{"ProgressUpdateStream":{"$ref":"#/components/schemas/ProgressUpdateStream"},"MigrationTaskName":{"$ref":"#/components/schemas/MigrationTaskName"},"CreatedArtifact":{"$ref":"#/components/schemas/CreatedArtifact"},"DryRun":{"$ref":"#/components/schemas/DryRun"}}},"AccessDeniedException":{"type":"object","properties":{"Message":{"$ref":"#/components/schemas/ErrorMessage"}},"description":"You do not have sufficient access to perform this action."},"InternalServerError":{"type":"object","properties":{"Message":{"$ref":"#/components/schemas/ErrorMessage"}},"description":"Exception raised when there is an internal, configuration, or dependency error encountered."},"ServiceUnavailableException":{"type":"object","properties":{"Message":{"$ref":"#/components/schemas/ErrorMessage"}},"description":"Exception raised when there is an internal, configuration, or dependency error encountered."},"DryRunOperation":{"type":"object","properties":{"Message":{"$ref":"#/components/schemas/ErrorMessage"}},"description":"Exception raised to indicate a successfully authorized action when the <code>DryRun</code> flag is set to \"true\"."},"UnauthorizedOperation":{"type":"object","properties":{"Message":{"$ref":"#/components/schemas/ErrorMessage"}},"description":"Exception raised to indicate a request was not authorized when the <code>DryRun</code> flag is set to \"true\"."},"InvalidInputException":{"type":"object","properties":{"Message":{"$ref":"#/components/schemas/ErrorMessage"}},"description":"Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type."},"ResourceNotFoundException":{"type":"object","properties":{"Message":{"$ref":"#/components/schemas/ErrorMessage"}},"description":"Exception raised when the request references a resource (ADS configuration, update stream, migration task, etc.) that does not exist in ADS (Application Discovery Service) or in Migration Hub's repository."},"AssociateDiscoveredResourceResult":{"type":"object","properties":{}},"AssociateDiscoveredResourceRequest":{"type":"object","required":["ProgressUpdateStream","MigrationTaskName","DiscoveredResource"],"properties":{"ProgressUpdateStream":{"$ref":"#/components/schemas/ProgressUpdateStream"},"MigrationTaskName":{"$ref":"#/components/schemas/MigrationTaskName"},"DiscoveredResource":{"$ref":"#/components/schemas/DiscoveredResource"},"DryRun":{"$ref":"#/components/schemas/DryRun"}}},"PolicyErrorException":{"type":"object","properties":{"Message":{"$ref":"#/components/schemas/ErrorMessage"}},"description":"Exception raised when there are problems accessing ADS (Application Discovery Service); most likely due to a misconfigured policy or the <code>migrationhub-discovery</code> role is missing or not configured correctly."},"CreateProgressUpdateStreamResult":{"type":"object","properties":{}},"CreateProgressUpdateStreamRequest":{"type":"object","required":["ProgressUpdateStreamName"],"properties":{"ProgressUpdateStreamName":{"$ref":"#/components/schemas/ProgressUpdateStream"},"DryRun":{"$ref":"#/components/schemas/DryRun"}}},"DeleteProgressUpdateStreamResult":{"type":"object","properties":{}},"DeleteProgressUpdateStreamRequest":{"type":"object","required":["ProgressUpdateStreamName"],"properties":{"ProgressUpdateStreamName":{"$ref":"#/components/schemas/ProgressUpdateStream"},"DryRun":{"$ref":"#/components/schemas/DryRun"}}},"DescribeApplicationStateResult":{"type":"object","properties":{"ApplicationStatus":{"$ref":"#/components/schemas/ApplicationStatus"},"LastUpdatedTime":{"$ref":"#/components/schemas/UpdateDateTime"}}},"DescribeApplicationStateRequest":{"type":"object","required":["ApplicationId"],"properties":{"ApplicationId":{"$ref":"#/components/schemas/ApplicationId"}}},"DescribeMigrationTaskResult":{"type":"object","properties":{"MigrationTask":{"$ref":"#/components/schemas/MigrationTask"}}},"DescribeMigrationTaskRequest":{"type":"object","required":["ProgressUpdateStream","MigrationTaskName"],"properties":{"ProgressUpdateStream":{"$ref":"#/components/schemas/ProgressUpdateStream"},"MigrationTaskName":{"$ref":"#/components/schemas/MigrationTaskName"}}},"DisassociateCreatedArtifactResult":{"type":"object","properties":{}},"DisassociateCreatedArtifactRequest":{"type":"object","required":["ProgressUpdateStream","MigrationTaskName","CreatedArtifactName"],"properties":{"ProgressUpdateStream":{"$ref":"#/components/schemas/ProgressUpdateStream"},"MigrationTaskName":{"$ref":"#/components/schemas/MigrationTaskName"},"CreatedArtifactName":{"$ref":"#/components/schemas/CreatedArtifactName"},"DryRun":{"$ref":"#/components/schemas/DryRun"}}},"DisassociateDiscoveredResourceResult":{"type":"object","properties":{}},"DisassociateDiscoveredResourceRequest":{"type":"object","required":["ProgressUpdateStream","MigrationTaskName","ConfigurationId"],"properties":{"ProgressUpdateStream":{"$ref":"#/components/schemas/ProgressUpdateStream"},"MigrationTaskName":{"$ref":"#/components/schemas/MigrationTaskName"},"ConfigurationId":{"$ref":"#/components/schemas/ConfigurationId"},"DryRun":{"$ref":"#/components/schemas/DryRun"}}},"ImportMigrationTaskResult":{"type":"object","properties":{}},"ImportMigrationTaskRequest":{"type":"object","required":["ProgressUpdateStream","MigrationTaskName"],"properties":{"ProgressUpdateStream":{"$ref":"#/components/schemas/ProgressUpdateStream"},"MigrationTaskName":{"$ref":"#/components/schemas/MigrationTaskName"},"DryRun":{"$ref":"#/components/schemas/DryRun"}}},"ListCreatedArtifactsResult":{"type":"object","properties":{"NextToken":{"$ref":"#/components/schemas/Token"},"CreatedArtifactList":{"$ref":"#/components/schemas/CreatedArtifactList"}}},"ListCreatedArtifactsRequest":{"type":"object","required":["ProgressUpdateStream","MigrationTaskName"],"properties":{"ProgressUpdateStream":{"$ref":"#/components/schemas/ProgressUpdateStream"},"MigrationTaskName":{"$ref":"#/components/schemas/MigrationTaskName"},"NextToken":{"$ref":"#/components/schemas/Token"},"MaxResults":{"$ref":"#/components/schemas/MaxResultsCreatedArtifacts"}}},"ListDiscoveredResourcesResult":{"type":"object","properties":{"NextToken":{"$ref":"#/components/schemas/Token"},"DiscoveredResourceList":{"$ref":"#/components/schemas/DiscoveredResourceList"}}},"ListDiscoveredResourcesRequest":{"type":"object","required":["ProgressUpdateStream","MigrationTaskName"],"properties":{"ProgressUpdateStream":{"$ref":"#/components/schemas/ProgressUpdateStream"},"MigrationTaskName":{"$ref":"#/components/schemas/MigrationTaskName"},"NextToken":{"$ref":"#/components/schemas/Token"},"MaxResults":{"$ref":"#/components/schemas/MaxResultsResources"}}},"ListMigrationTasksResult":{"type":"object","properties":{"NextToken":{"$ref":"#/components/schemas/Token"},"MigrationTaskSummaryList":{"$ref":"#/components/schemas/MigrationTaskSummaryList"}}},"ListMigrationTasksRequest":{"type":"object","properties":{"NextToken":{"$ref":"#/components/schemas/Token"},"MaxResults":{"$ref":"#/components/schemas/MaxResults"},"ResourceName":{"$ref":"#/components/schemas/ResourceName"}}},"ListProgressUpdateStreamsResult":{"type":"object","properties":{"ProgressUpdateStreamSummaryList":{"$ref":"#/components/schemas/ProgressUpdateStreamSummaryList"},"NextToken":{"$ref":"#/components/schemas/Token"}}},"ListProgressUpdateStreamsRequest":{"type":"object","properties":{"NextToken":{"$ref":"#/components/schemas/Token"},"MaxResults":{"$ref":"#/components/schemas/MaxResults"}}},"NotifyApplicationStateResult":{"type":"object","properties":{}},"NotifyApplicationStateRequest":{"type":"object","required":["ApplicationId","Status"],"properties":{"ApplicationId":{"$ref":"#/components/schemas/ApplicationId"},"Status":{"$ref":"#/components/schemas/ApplicationStatus"},"DryRun":{"$ref":"#/components/schemas/DryRun"}}},"NotifyMigrationTaskStateResult":{"type":"object","properties":{}},"NotifyMigrationTaskStateRequest":{"type":"object","required":["ProgressUpdateStream","MigrationTaskName","Task","UpdateDateTime","NextUpdateSeconds"],"properties":{"ProgressUpdateStream":{"$ref":"#/components/schemas/ProgressUpdateStream"},"MigrationTaskName":{"$ref":"#/components/schemas/MigrationTaskName"},"Task":{"$ref":"#/components/schemas/Task"},"UpdateDateTime":{"$ref":"#/components/schemas/UpdateDateTime"},"NextUpdateSeconds":{"$ref":"#/components/schemas/NextUpdateSeconds"},"DryRun":{"$ref":"#/components/schemas/DryRun"}}},"PutResourceAttributesResult":{"type":"object","properties":{}},"PutResourceAttributesRequest":{"type":"object","required":["ProgressUpdateStream","MigrationTaskName","ResourceAttributeList"],"properties":{"ProgressUpdateStream":{"$ref":"#/components/schemas/ProgressUpdateStream"},"MigrationTaskName":{"$ref":"#/components/schemas/MigrationTaskName"},"ResourceAttributeList":{"$ref":"#/components/schemas/ResourceAttributeList"},"DryRun":{"$ref":"#/components/schemas/DryRun"}}},"ErrorMessage":{"type":"string"},"ApplicationId":{"type":"string","minLength":1,"maxLength":1600},"ApplicationStatus":{"type":"string","enum":["NOT_STARTED","IN_PROGRESS","COMPLETED"]},"ProgressUpdateStream":{"type":"string","pattern":"[^/:|\\000-\\037]+","minLength":1,"maxLength":50},"MigrationTaskName":{"type":"string","pattern":"[^:|]+","minLength":1,"maxLength":256},"CreatedArtifact":{"type":"object","required":["Name"],"properties":{"Name":{"$ref":"#/components/schemas/CreatedArtifactName"},"Description":{"$ref":"#/components/schemas/CreatedArtifactDescription"}},"description":"An ARN of the AWS cloud resource target receiving the migration (e.g., AMI, EC2 instance, RDS instance, etc.)."},"DryRun":{"type":"boolean"},"DiscoveredResource":{"type":"object","required":["ConfigurationId"],"properties":{"ConfigurationId":{"$ref":"#/components/schemas/ConfigurationId"},"Description":{"$ref":"#/components/schemas/DiscoveredResourceDescription"}},"description":"Object representing the on-premises resource being migrated."},"ConfigurationId":{"type":"string","minLength":1},"CreatedArtifactName":{"type":"string","pattern":"arn:[a-z-]+:[a-z0-9-]+:(?:[a-z0-9-]+|):(?:[0-9]{12}|):.*","minLength":1,"maxLength":1600},"CreatedArtifactDescription":{"type":"string","minLength":0,"maxLength":500},"CreatedArtifactList":{"type":"array","items":{"$ref":"#/components/schemas/CreatedArtifact"}},"UpdateDateTime":{"type":"string","format":"date-time"},"MigrationTask":{"type":"object","properties":{"ProgressUpdateStream":{"$ref":"#/components/schemas/ProgressUpdateStream"},"MigrationTaskName":{"$ref":"#/components/schemas/MigrationTaskName"},"Task":{"$ref":"#/components/schemas/Task"},"UpdateDateTime":{"$ref":"#/components/schemas/UpdateDateTime"},"ResourceAttributeList":{"$ref":"#/components/schemas/LatestResourceAttributeList"}},"description":"Represents a migration task in a migration tool."},"DiscoveredResourceDescription":{"type":"string","minLength":0,"maxLength":500},"DiscoveredResourceList":{"type":"array","items":{"$ref":"#/components/schemas/DiscoveredResource"}},"ResourceAttribute":{"type":"object","required":["Type","Value"],"properties":{"Type":{"$ref":"#/components/schemas/ResourceAttributeType"},"Value":{"$ref":"#/components/schemas/ResourceAttributeValue"}},"description":"<p>Attribute associated with a resource.</p> <p>Note the corresponding format required per type listed below:</p> <dl> <dt>IPV4</dt> <dd> <p> <code>x.x.x.x</code> </p> <p> <i>where x is an integer in the range [0,255]</i> </p> </dd> <dt>IPV6</dt> <dd> <p> <code>y : y : y : y : y : y : y : y</code> </p> <p> <i>where y is a hexadecimal between 0 and FFFF. [0, FFFF]</i> </p> </dd> <dt>MAC_ADDRESS</dt> <dd> <p> <code>^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$</code> </p> </dd> <dt>FQDN</dt> <dd> <p> <code>^[^<>{}\\\\\\\\/?,=\\\\p{Cntrl}]{1,256}$</code> </p> </dd> </dl>"},"LatestResourceAttributeList":{"type":"array","items":{"$ref":"#/components/schemas/ResourceAttribute"},"minItems":0,"maxItems":100},"Token":{"type":"string"},"MaxResultsCreatedArtifacts":{"type":"integer","minimum":1,"maximum":10},"MaxResultsResources":{"type":"integer","minimum":1,"maximum":10},"MaxResults":{"type":"integer","minimum":1,"maximum":100},"ResourceName":{"type":"string","minLength":1,"maxLength":1600},"MigrationTaskSummaryList":{"type":"array","items":{"$ref":"#/components/schemas/MigrationTaskSummary"}},"ProgressUpdateStreamSummaryList":{"type":"array","items":{"$ref":"#/components/schemas/ProgressUpdateS