openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 124 kB
JSON
{"openapi":"3.0.0","info":{"version":"2016-01-01","x-release":"v4","title":"AWS Database Migration Service","description":"<fullname>AWS Database Migration Service</fullname> <p>AWS Database Migration Service (AWS DMS) can migrate your data to and from the most widely used commercial and open-source databases such as Oracle, PostgreSQL, Microsoft SQL Server, Amazon Redshift, MariaDB, Amazon Aurora, MySQL, and SAP Adaptive Server Enterprise (ASE). The service supports homogeneous migrations such as Oracle to Oracle, as well as heterogeneous migrations between different database platforms, such as Oracle to MySQL or SQL Server to PostgreSQL.</p> <p>For more information about AWS DMS, see <a href=\"http://docs.aws.amazon.com/dms/latest/userguide/Welcome.html\">What Is AWS Database Migration Service?</a> in the <i>AWS Database Migration User Guide.</i> </p>","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":"dms","x-origin":[{"contentType":"application/json","url":"https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/dms-2016-01-01.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/dms/"},"x-hasEquivalentPaths":true,"security":[{"hmac":[]}],"paths":{"/":{"post":{"operationId":"AddTagsToResource","description":"Adds metadata tags to an AWS DMS resource, including replication instance, endpoint, security group, and migration task. These tags can also be used with cost allocation reporting to track cost associated with DMS resources, or used in a Condition statement in an IAM policy for DMS.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddTagsToResourceResponse"}}}},"480":{"description":"ResourceNotFoundFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddTagsToResourceMessage"}}},"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"}]},"/#CreateEndpoint":{"post":{"operationId":"CreateEndpoint","description":"Creates an endpoint using the provided settings.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateEndpointResponse"}}}},"480":{"description":"KMSKeyNotAccessibleFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/KMSKeyNotAccessibleFault"}}}},"481":{"description":"ResourceAlreadyExistsFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceAlreadyExistsFault"}}}},"482":{"description":"ResourceQuotaExceededFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceQuotaExceededFault"}}}},"483":{"description":"InvalidResourceStateFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidResourceStateFault"}}}},"484":{"description":"ResourceNotFoundFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundFault"}}}},"485":{"description":"AccessDeniedFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateEndpointMessage"}}},"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"}]},"/#CreateEventSubscription":{"post":{"operationId":"CreateEventSubscription","description":"<p> Creates an AWS DMS event notification subscription. </p> <p>You can specify the type of source (<code>SourceType</code>) you want to be notified of, provide a list of AWS DMS source IDs (<code>SourceIds</code>) that triggers the events, and provide a list of event categories (<code>EventCategories</code>) for events you want to be notified of. If you specify both the <code>SourceType</code> and <code>SourceIds</code>, such as <code>SourceType = replication-instance</code> and <code>SourceIdentifier = my-replinstance</code>, you will be notified of all the replication instance events for the specified source. If you specify a <code>SourceType</code> but don't specify a <code>SourceIdentifier</code>, you receive notice of the events for that source type for all your AWS DMS sources. If you don't specify either <code>SourceType</code> nor <code>SourceIdentifier</code>, you will be notified of events generated from all AWS DMS sources belonging to your customer account.</p> <p>For more information about AWS DMS events, see <a href=\"http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html\">Working with Events and Notifications</a> in the <i>AWS Database Migration Service User Guide.</i> </p>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateEventSubscriptionResponse"}}}},"480":{"description":"ResourceQuotaExceededFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceQuotaExceededFault"}}}},"481":{"description":"ResourceAlreadyExistsFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceAlreadyExistsFault"}}}},"482":{"description":"SNSInvalidTopicFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SNSInvalidTopicFault"}}}},"483":{"description":"SNSNoAuthorizationFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SNSNoAuthorizationFault"}}}},"484":{"description":"ResourceNotFoundFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateEventSubscriptionMessage"}}},"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"}]},"/#CreateReplicationInstance":{"post":{"operationId":"CreateReplicationInstance","description":"Creates the replication instance using the specified parameters.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateReplicationInstanceResponse"}}}},"480":{"description":"AccessDeniedFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedFault"}}}},"481":{"description":"ResourceAlreadyExistsFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceAlreadyExistsFault"}}}},"482":{"description":"InsufficientResourceCapacityFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InsufficientResourceCapacityFault"}}}},"483":{"description":"ResourceQuotaExceededFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceQuotaExceededFault"}}}},"484":{"description":"StorageQuotaExceededFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StorageQuotaExceededFault"}}}},"485":{"description":"ResourceNotFoundFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundFault"}}}},"486":{"description":"ReplicationSubnetGroupDoesNotCoverEnoughAZs","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReplicationSubnetGroupDoesNotCoverEnoughAZs"}}}},"487":{"description":"InvalidResourceStateFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidResourceStateFault"}}}},"488":{"description":"InvalidSubnet","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidSubnet"}}}},"489":{"description":"KMSKeyNotAccessibleFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/KMSKeyNotAccessibleFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateReplicationInstanceMessage"}}},"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"}]},"/#CreateReplicationSubnetGroup":{"post":{"operationId":"CreateReplicationSubnetGroup","description":"Creates a replication subnet group given a list of the subnet IDs in a VPC.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateReplicationSubnetGroupResponse"}}}},"480":{"description":"AccessDeniedFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedFault"}}}},"481":{"description":"ResourceAlreadyExistsFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceAlreadyExistsFault"}}}},"482":{"description":"ResourceNotFoundFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundFault"}}}},"483":{"description":"ResourceQuotaExceededFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceQuotaExceededFault"}}}},"484":{"description":"ReplicationSubnetGroupDoesNotCoverEnoughAZs","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReplicationSubnetGroupDoesNotCoverEnoughAZs"}}}},"485":{"description":"InvalidSubnet","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidSubnet"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateReplicationSubnetGroupMessage"}}},"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"}]},"/#CreateReplicationTask":{"post":{"operationId":"CreateReplicationTask","description":"Creates a replication task using the specified parameters.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateReplicationTaskResponse"}}}},"480":{"description":"AccessDeniedFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedFault"}}}},"481":{"description":"InvalidResourceStateFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidResourceStateFault"}}}},"482":{"description":"ResourceAlreadyExistsFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceAlreadyExistsFault"}}}},"483":{"description":"ResourceNotFoundFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundFault"}}}},"484":{"description":"KMSKeyNotAccessibleFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/KMSKeyNotAccessibleFault"}}}},"485":{"description":"ResourceQuotaExceededFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceQuotaExceededFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateReplicationTaskMessage"}}},"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"}]},"/#DeleteCertificate":{"post":{"operationId":"DeleteCertificate","description":"Deletes the specified certificate. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteCertificateResponse"}}}},"480":{"description":"ResourceNotFoundFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundFault"}}}},"481":{"description":"InvalidResourceStateFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidResourceStateFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteCertificateMessage"}}},"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"}]},"/#DeleteEndpoint":{"post":{"operationId":"DeleteEndpoint","description":"<p>Deletes the specified endpoint.</p> <note> <p>All tasks associated with the endpoint must be deleted before you can delete the endpoint.</p> </note> <p/>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteEndpointResponse"}}}},"480":{"description":"ResourceNotFoundFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundFault"}}}},"481":{"description":"InvalidResourceStateFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidResourceStateFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteEndpointMessage"}}},"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"}]},"/#DeleteEventSubscription":{"post":{"operationId":"DeleteEventSubscription","description":" Deletes an AWS DMS event subscription. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteEventSubscriptionResponse"}}}},"480":{"description":"ResourceNotFoundFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundFault"}}}},"481":{"description":"InvalidResourceStateFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidResourceStateFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteEventSubscriptionMessage"}}},"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"}]},"/#DeleteReplicationInstance":{"post":{"operationId":"DeleteReplicationInstance","description":"<p>Deletes the specified replication instance.</p> <note> <p>You must delete any migration tasks that are associated with the replication instance before you can delete it.</p> </note> <p/>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteReplicationInstanceResponse"}}}},"480":{"description":"InvalidResourceStateFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidResourceStateFault"}}}},"481":{"description":"ResourceNotFoundFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteReplicationInstanceMessage"}}},"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"}]},"/#DeleteReplicationSubnetGroup":{"post":{"operationId":"DeleteReplicationSubnetGroup","description":"Deletes a subnet group.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteReplicationSubnetGroupResponse"}}}},"480":{"description":"InvalidResourceStateFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidResourceStateFault"}}}},"481":{"description":"ResourceNotFoundFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteReplicationSubnetGroupMessage"}}},"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"}]},"/#DeleteReplicationTask":{"post":{"operationId":"DeleteReplicationTask","description":"Deletes the specified replication task.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteReplicationTaskResponse"}}}},"480":{"description":"ResourceNotFoundFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundFault"}}}},"481":{"description":"InvalidResourceStateFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidResourceStateFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteReplicationTaskMessage"}}},"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"}]},"/#DescribeAccountAttributes":{"post":{"operationId":"DescribeAccountAttributes","description":"<p>Lists all of the AWS DMS attributes for a customer account. The attributes include AWS DMS quotas for the account, such as the number of replication instances allowed. The description for a quota includes the quota name, current usage toward that quota, and the quota's maximum value.</p> <p>This command does not take any parameters.</p>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeAccountAttributesResponse"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeAccountAttributesMessage"}}},"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"}]},"/#DescribeCertificates":{"post":{"operationId":"DescribeCertificates","description":"Provides a description of the certificate.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeCertificatesResponse"}}}},"480":{"description":"ResourceNotFoundFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundFault"}}}}},"parameters":[{"name":"MaxRecords","in":"query","description":"Pagination limit","required":false,"schema":{"type":"string"}},{"name":"Marker","in":"query","description":"Pagination token","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeCertificatesMessage"}}},"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"}]},"/#DescribeConnections":{"post":{"operationId":"DescribeConnections","description":"Describes the status of the connections that have been made between the replication instance and an endpoint. Connections are created when you test an endpoint.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeConnectionsResponse"}}}},"480":{"description":"ResourceNotFoundFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundFault"}}}}},"parameters":[{"name":"MaxRecords","in":"query","description":"Pagination limit","required":false,"schema":{"type":"string"}},{"name":"Marker","in":"query","description":"Pagination token","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeConnectionsMessage"}}},"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"}]},"/#DescribeEndpointTypes":{"post":{"operationId":"DescribeEndpointTypes","description":"Returns information about the type of endpoints available.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeEndpointTypesResponse"}}}}},"parameters":[{"name":"MaxRecords","in":"query","description":"Pagination limit","required":false,"schema":{"type":"string"}},{"name":"Marker","in":"query","description":"Pagination token","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeEndpointTypesMessage"}}},"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"}]},"/#DescribeEndpoints":{"post":{"operationId":"DescribeEndpoints","description":"Returns information about the endpoints for your account in the current region.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeEndpointsResponse"}}}},"480":{"description":"ResourceNotFoundFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundFault"}}}}},"parameters":[{"name":"MaxRecords","in":"query","description":"Pagination limit","required":false,"schema":{"type":"string"}},{"name":"Marker","in":"query","description":"Pagination token","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeEndpointsMessage"}}},"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"}]},"/#DescribeEventCategories":{"post":{"operationId":"DescribeEventCategories","description":"Lists categories for all event source types, or, if specified, for a specified source type. You can see a list of the event categories and source types in <a href=\"http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html\">Working with Events and Notifications</a> in the <i>AWS Database Migration Service User Guide.</i> ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeEventCategoriesResponse"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeEventCategoriesMessage"}}},"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"}]},"/#DescribeEventSubscriptions":{"post":{"operationId":"DescribeEventSubscriptions","description":"<p>Lists all the event subscriptions for a customer account. The description of a subscription includes <code>SubscriptionName</code>, <code>SNSTopicARN</code>, <code>CustomerID</code>, <code>SourceType</code>, <code>SourceID</code>, <code>CreationTime</code>, and <code>Status</code>. </p> <p>If you specify <code>SubscriptionName</code>, this action lists the description for that subscription.</p>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeEventSubscriptionsResponse"}}}},"480":{"description":"ResourceNotFoundFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundFault"}}}}},"parameters":[{"name":"MaxRecords","in":"query","description":"Pagination limit","required":false,"schema":{"type":"string"}},{"name":"Marker","in":"query","description":"Pagination token","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeEventSubscriptionsMessage"}}},"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"}]},"/#DescribeEvents":{"post":{"operationId":"DescribeEvents","description":" Lists events for a given source identifier and source type. You can also specify a start and end time. For more information on AWS DMS events, see <a href=\"http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html\">Working with Events and Notifications</a> in the <i>AWS Database Migration User Guide.</i> ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeEventsResponse"}}}}},"parameters":[{"name":"MaxRecords","in":"query","description":"Pagination limit","required":false,"schema":{"type":"string"}},{"name":"Marker","in":"query","description":"Pagination token","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeEventsMessage"}}},"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"}]},"/#DescribeOrderableReplicationInstances":{"post":{"operationId":"DescribeOrderableReplicationInstances","description":"Returns information about the replication instance types that can be created in the specified region.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeOrderableReplicationInstancesResponse"}}}}},"parameters":[{"name":"MaxRecords","in":"query","description":"Pagination limit","required":false,"schema":{"type":"string"}},{"name":"Marker","in":"query","description":"Pagination token","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeOrderableReplicationInstancesMessage"}}},"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"}]},"/#DescribeRefreshSchemasStatus":{"post":{"operationId":"DescribeRefreshSchemasStatus","description":"Returns the status of the RefreshSchemas operation.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeRefreshSchemasStatusResponse"}}}},"480":{"description":"InvalidResourceStateFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidResourceStateFault"}}}},"481":{"description":"ResourceNotFoundFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeRefreshSchemasStatusMessage"}}},"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"}]},"/#DescribeReplicationInstanceTaskLogs":{"post":{"operationId":"DescribeReplicationInstanceTaskLogs","description":"Returns information about the task logs for the specified task.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeReplicationInstanceTaskLogsResponse"}}}},"480":{"description":"ResourceNotFoundFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundFault"}}}},"481":{"description":"InvalidResourceStateFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidResourceStateFault"}}}}},"parameters":[{"name":"MaxRecords","in":"query","description":"Pagination limit","required":false,"schema":{"type":"string"}},{"name":"Marker","in":"query","description":"Pagination token","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeReplicationInstanceTaskLogsMessage"}}},"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"}]},"/#DescribeReplicationInstances":{"post":{"operationId":"DescribeReplicationInstances","description":"Returns information about replication instances for your account in the current region.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeReplicationInstancesResponse"}}}},"480":{"description":"ResourceNotFoundFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundFault"}}}}},"parameters":[{"name":"MaxRecords","in":"query","description":"Pagination limit","required":false,"schema":{"type":"string"}},{"name":"Marker","in":"query","description":"Pagination token","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeReplicationInstancesMessage"}}},"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"}]},"/#DescribeReplicationSubnetGroups":{"post":{"operationId":"DescribeReplicationSubnetGroups","description":"Returns information about the replication subnet groups.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeReplicationSubnetGroupsResponse"}}}},"480":{"description":"ResourceNotFoundFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundFault"}}}}},"parameters":[{"name":"MaxRecords","in":"query","description":"Pagination limit","required":false,"schema":{"type":"string"}},{"name":"Marker","in":"query","description":"Pagination token","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeReplicationSubnetGroupsMessage"}}},"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"}]},"/#DescribeReplicationTaskAssessmentResults":{"post":{"operationId":"DescribeReplicationTaskAssessmentResults","description":"Returns the task assessment results from Amazon S3. This action always returns the latest results.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeReplicationTaskAssessmentResultsResponse"}}}},"480":{"description":"ResourceNotFoundFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundFault"}}}}},"parameters":[{"name":"MaxRecords","in":"query","description":"Pagination limit","required":false,"schema":{"type":"string"}},{"name":"Marker","in":"query","description":"Pagination token","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeReplicationTaskAssessmentResultsMessage"}}},"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"}]},"/#DescribeReplicationTasks":{"post":{"operationId":"DescribeReplicationTasks","description":"Returns information about replication tasks for your account in the current region.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeReplicationTasksResponse"}}}},"480":{"description":"ResourceNotFoundFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundFault"}}}}},"parameters":[{"name":"MaxRecords","in":"query","description":"Pagination limit","required":false,"schema":{"type":"string"}},{"name":"Marker","in":"query","description":"Pagination token","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeReplicationTasksMessage"}}},"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"}]},"/#DescribeSchemas":{"post":{"operationId":"DescribeSchemas","description":"<p>Returns information about the schema for the specified endpoint.</p> <p/>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeSchemasResponse"}}}},"480":{"description":"InvalidResourceStateFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidResourceStateFault"}}}},"481":{"description":"ResourceNotFoundFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundFault"}}}}},"parameters":[{"name":"MaxRecords","in":"query","description":"Pagination limit","required":false,"schema":{"type":"string"}},{"name":"Marker","in":"query","description":"Pagination token","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeSchemasMessage"}}},"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"}]},"/#DescribeTableStatistics":{"post":{"operationId":"DescribeTableStatistics","description":"<p>Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.</p> <p>Note that the \"last updated\" column the DMS console only indicates the time that AWS DMS last updated the table statistics record for a table. It does not indicate the time of the last update to the table.</p>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeTableStatisticsResponse"}}}},"480":{"description":"ResourceNotFoundFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundFault"}}}},"481":{"description":"InvalidResourceStateFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidResourceStateFault"}}}}},"parameters":[{"name":"MaxRecords","in":"query","description":"Pagination limit","required":false,"schema":{"type":"string"}},{"name":"Marker","in":"query","description":"Pagination token","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeTableStatisticsMessage"}}},"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"}]},"/#ImportCertificate":{"post":{"operationId":"ImportCertificate","description":"Uploads the specified certificate.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImportCertificateResponse"}}}},"480":{"description":"ResourceAlreadyExistsFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceAlreadyExistsFault"}}}},"481":{"description":"InvalidCertificateFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidCertificateFault"}}}},"482":{"description":"ResourceQuotaExceededFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceQuotaExceededFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImportCertificateMessage"}}},"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"}]},"/#ListTagsForResource":{"post":{"operationId":"ListTagsForResource","description":"Lists all tags for an AWS DMS resource.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListTagsForResourceResponse"}}}},"480":{"description":"ResourceNotFoundFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListTagsForResourceMessage"}}},"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"}]},"/#ModifyEndpoint":{"post":{"operationId":"ModifyEndpoint","description":"Modifies the specified endpoint.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModifyEndpointResponse"}}}},"480":{"description":"InvalidResourceStateFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidResourceStateFault"}}}},"481":{"description":"ResourceNotFoundFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundFault"}}}},"482":{"description":"ResourceAlreadyExistsFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceAlreadyExistsFault"}}}},"483":{"description":"KMSKeyNotAccessibleFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/KMSKeyNotAccessibleFault"}}}},"484":{"description":"AccessDeniedFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModifyEndpointMessage"}}},"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"}]},"/#ModifyEventSubscription":{"post":{"operationId":"ModifyEventSubscription","description":"Modifies an existing AWS DMS event notification subscription. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModifyEventSubscriptionResponse"}}}},"480":{"description":"ResourceQuotaExceededFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceQuotaExceededFault"}}}},"481":{"description":"ResourceNotFoundFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundFault"}}}},"482":{"description":"SNSInvalidTopicFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SNSInvalidTopicFault"}}}},"483":{"description":"SNSNoAuthorizationFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SNSNoAuthorizationFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModifyEventSubscriptionMessage"}}},"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"}]},"/#ModifyReplicationInstance":{"post":{"operationId":"ModifyReplicationInstance","description":"<p>Modifies the replication instance to apply new settings. You can change one or more parameters by specifying these parameters and the new values in the request.</p> <p>Some settings are applied during the maintenance window.</p> <p/>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModifyReplicationInstanceResponse"}}}},"480":{"description":"InvalidResourceStateFault","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidResourceStateFault"}}}},"481":{"description":"ResourceAlrea