openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 112 kB
JSON
{"openapi":"3.0.0","info":{"version":"2014-10-31","x-release":"v4","title":"Amazon DocumentDB with MongoDB compatibility","description":"Amazon DocumentDB API documentation","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":"docdb","x-origin":[{"contentType":"application/json","url":"https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/docdb-2014-10-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/rds/"},"x-hasEquivalentPaths":true,"security":[{"hmac":[]}],"paths":{"/":{"post":{"operationId":"AddTagsToResource","description":"Adds metadata tags to an Amazon DocumentDB resource. You can use these tags with cost allocation reporting to track costs that are associated with Amazon DocumentDB resources. or in a <code>Condition</code> statement in an AWS Identity and Access Management (IAM) policy for Amazon DocumentDB.","responses":{"200":{"description":"Success"},"480":{"description":"DBInstanceNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBInstanceNotFoundFault"}}}},"481":{"description":"DBSnapshotNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBSnapshotNotFoundFault"}}}},"482":{"description":"DBClusterNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBClusterNotFoundFault"}}}}},"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"}]},"/#ApplyPendingMaintenanceAction":{"post":{"operationId":"ApplyPendingMaintenanceAction","description":"Applies a pending maintenance action to a resource (for example, to a DB instance).","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApplyPendingMaintenanceActionResult"}}}},"480":{"description":"ResourceNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApplyPendingMaintenanceActionMessage"}}},"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"}]},"/#CopyDBClusterParameterGroup":{"post":{"operationId":"CopyDBClusterParameterGroup","description":"Copies the specified DB cluster parameter group.","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CopyDBClusterParameterGroupResult"}}}},"480":{"description":"DBParameterGroupNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBParameterGroupNotFoundFault"}}}},"481":{"description":"DBParameterGroupQuotaExceededFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBParameterGroupQuotaExceededFault"}}}},"482":{"description":"DBParameterGroupAlreadyExistsFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBParameterGroupAlreadyExistsFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CopyDBClusterParameterGroupMessage"}}},"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"}]},"/#CopyDBClusterSnapshot":{"post":{"operationId":"CopyDBClusterSnapshot","description":"<p>Copies a snapshot of a DB cluster.</p> <p>To copy a DB cluster snapshot from a shared manual DB cluster snapshot, <code>SourceDBClusterSnapshotIdentifier</code> must be the Amazon Resource Name (ARN) of the shared DB cluster snapshot.</p> <p>To cancel the copy operation after it is in progress, delete the target DB cluster snapshot identified by <code>TargetDBClusterSnapshotIdentifier</code> while that DB cluster snapshot is in the <i>copying</i> status.</p>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CopyDBClusterSnapshotResult"}}}},"480":{"description":"DBClusterSnapshotAlreadyExistsFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBClusterSnapshotAlreadyExistsFault"}}}},"481":{"description":"DBClusterSnapshotNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBClusterSnapshotNotFoundFault"}}}},"482":{"description":"InvalidDBClusterStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidDBClusterStateFault"}}}},"483":{"description":"InvalidDBClusterSnapshotStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidDBClusterSnapshotStateFault"}}}},"484":{"description":"SnapshotQuotaExceededFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SnapshotQuotaExceededFault"}}}},"485":{"description":"KMSKeyNotAccessibleFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/KMSKeyNotAccessibleFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CopyDBClusterSnapshotMessage"}}},"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"}]},"/#CreateDBCluster":{"post":{"operationId":"CreateDBCluster","description":"Creates a new Amazon DocumentDB DB cluster.","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CreateDBClusterResult"}}}},"480":{"description":"DBClusterAlreadyExistsFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBClusterAlreadyExistsFault"}}}},"481":{"description":"InsufficientStorageClusterCapacityFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InsufficientStorageClusterCapacityFault"}}}},"482":{"description":"DBClusterQuotaExceededFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBClusterQuotaExceededFault"}}}},"483":{"description":"StorageQuotaExceededFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StorageQuotaExceededFault"}}}},"484":{"description":"DBSubnetGroupNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBSubnetGroupNotFoundFault"}}}},"485":{"description":"InvalidVPCNetworkStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidVPCNetworkStateFault"}}}},"486":{"description":"InvalidDBClusterStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidDBClusterStateFault"}}}},"487":{"description":"InvalidDBSubnetGroupStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidDBSubnetGroupStateFault"}}}},"488":{"description":"InvalidSubnet","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidSubnet"}}}},"489":{"description":"InvalidDBInstanceStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidDBInstanceStateFault"}}}},"490":{"description":"DBClusterParameterGroupNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBClusterParameterGroupNotFoundFault"}}}},"491":{"description":"KMSKeyNotAccessibleFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/KMSKeyNotAccessibleFault"}}}},"492":{"description":"DBClusterNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBClusterNotFoundFault"}}}},"493":{"description":"DBInstanceNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBInstanceNotFoundFault"}}}},"494":{"description":"DBSubnetGroupDoesNotCoverEnoughAZs","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBSubnetGroupDoesNotCoverEnoughAZs"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateDBClusterMessage"}}},"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"}]},"/#CreateDBClusterParameterGroup":{"post":{"operationId":"CreateDBClusterParameterGroup","description":"<p>Creates a new DB cluster parameter group.</p> <p>Parameters in a DB cluster parameter group apply to all of the instances in a DB cluster.</p> <p>A DB cluster parameter group is initially created with the default parameters for the database engine used by instances in the DB cluster. To provide custom values for any of the parameters, you must modify the group after you create it. After you create a DB cluster parameter group, you must associate it with your DB cluster. For the new DB cluster parameter group and associated settings to take effect, you must then reboot the DB instances in the DB cluster without failover.</p> <important> <p>After you create a DB cluster parameter group, you should wait at least 5 minutes before creating your first DB cluster that uses that DB cluster parameter group as the default parameter group. This allows Amazon DocumentDB to fully complete the create action before the DB cluster parameter group is used as the default for a new DB cluster. This step is especially important for parameters that are critical when creating the default database for a DB cluster, such as the character set for the default database defined by the <code>character_set_database</code> parameter.</p> </important>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CreateDBClusterParameterGroupResult"}}}},"480":{"description":"DBParameterGroupQuotaExceededFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBParameterGroupQuotaExceededFault"}}}},"481":{"description":"DBParameterGroupAlreadyExistsFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBParameterGroupAlreadyExistsFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateDBClusterParameterGroupMessage"}}},"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"}]},"/#CreateDBClusterSnapshot":{"post":{"operationId":"CreateDBClusterSnapshot","description":"Creates a snapshot of a DB cluster. ","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CreateDBClusterSnapshotResult"}}}},"480":{"description":"DBClusterSnapshotAlreadyExistsFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBClusterSnapshotAlreadyExistsFault"}}}},"481":{"description":"InvalidDBClusterStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidDBClusterStateFault"}}}},"482":{"description":"DBClusterNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBClusterNotFoundFault"}}}},"483":{"description":"SnapshotQuotaExceededFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SnapshotQuotaExceededFault"}}}},"484":{"description":"InvalidDBClusterSnapshotStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidDBClusterSnapshotStateFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateDBClusterSnapshotMessage"}}},"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"}]},"/#CreateDBInstance":{"post":{"operationId":"CreateDBInstance","description":"Creates a new DB instance.","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CreateDBInstanceResult"}}}},"480":{"description":"DBInstanceAlreadyExistsFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBInstanceAlreadyExistsFault"}}}},"481":{"description":"InsufficientDBInstanceCapacityFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InsufficientDBInstanceCapacityFault"}}}},"482":{"description":"DBParameterGroupNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBParameterGroupNotFoundFault"}}}},"483":{"description":"DBSecurityGroupNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBSecurityGroupNotFoundFault"}}}},"484":{"description":"InstanceQuotaExceededFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InstanceQuotaExceededFault"}}}},"485":{"description":"StorageQuotaExceededFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StorageQuotaExceededFault"}}}},"486":{"description":"DBSubnetGroupNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBSubnetGroupNotFoundFault"}}}},"487":{"description":"DBSubnetGroupDoesNotCoverEnoughAZs","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBSubnetGroupDoesNotCoverEnoughAZs"}}}},"488":{"description":"InvalidDBClusterStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidDBClusterStateFault"}}}},"489":{"description":"InvalidSubnet","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidSubnet"}}}},"490":{"description":"InvalidVPCNetworkStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidVPCNetworkStateFault"}}}},"491":{"description":"DBClusterNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBClusterNotFoundFault"}}}},"492":{"description":"StorageTypeNotSupportedFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StorageTypeNotSupportedFault"}}}},"493":{"description":"AuthorizationNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AuthorizationNotFoundFault"}}}},"494":{"description":"KMSKeyNotAccessibleFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/KMSKeyNotAccessibleFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateDBInstanceMessage"}}},"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"}]},"/#CreateDBSubnetGroup":{"post":{"operationId":"CreateDBSubnetGroup","description":"Creates a new DB subnet group. DB subnet groups must contain at least one subnet in at least two Availability Zones in the AWS Region.","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CreateDBSubnetGroupResult"}}}},"480":{"description":"DBSubnetGroupAlreadyExistsFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBSubnetGroupAlreadyExistsFault"}}}},"481":{"description":"DBSubnetGroupQuotaExceededFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBSubnetGroupQuotaExceededFault"}}}},"482":{"description":"DBSubnetQuotaExceededFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBSubnetQuotaExceededFault"}}}},"483":{"description":"DBSubnetGroupDoesNotCoverEnoughAZs","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBSubnetGroupDoesNotCoverEnoughAZs"}}}},"484":{"description":"InvalidSubnet","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidSubnet"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateDBSubnetGroupMessage"}}},"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"}]},"/#DeleteDBCluster":{"post":{"operationId":"DeleteDBCluster","description":"<p>Deletes a previously provisioned DB cluster. When you delete a DB cluster, all automated backups for that DB cluster are deleted and can't be recovered. Manual DB cluster snapshots of the specified DB cluster are not deleted.</p> <p/>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DeleteDBClusterResult"}}}},"480":{"description":"DBClusterNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBClusterNotFoundFault"}}}},"481":{"description":"InvalidDBClusterStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidDBClusterStateFault"}}}},"482":{"description":"DBClusterSnapshotAlreadyExistsFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBClusterSnapshotAlreadyExistsFault"}}}},"483":{"description":"SnapshotQuotaExceededFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SnapshotQuotaExceededFault"}}}},"484":{"description":"InvalidDBClusterSnapshotStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidDBClusterSnapshotStateFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteDBClusterMessage"}}},"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"}]},"/#DeleteDBClusterParameterGroup":{"post":{"operationId":"DeleteDBClusterParameterGroup","description":"Deletes a specified DB cluster parameter group. The DB cluster parameter group to be deleted can't be associated with any DB clusters.","responses":{"200":{"description":"Success"},"480":{"description":"InvalidDBParameterGroupStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidDBParameterGroupStateFault"}}}},"481":{"description":"DBParameterGroupNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBParameterGroupNotFoundFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteDBClusterParameterGroupMessage"}}},"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"}]},"/#DeleteDBClusterSnapshot":{"post":{"operationId":"DeleteDBClusterSnapshot","description":"<p>Deletes a DB cluster snapshot. If the snapshot is being copied, the copy operation is terminated.</p> <note> <p>The DB cluster snapshot must be in the <code>available</code> state to be deleted.</p> </note>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DeleteDBClusterSnapshotResult"}}}},"480":{"description":"InvalidDBClusterSnapshotStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidDBClusterSnapshotStateFault"}}}},"481":{"description":"DBClusterSnapshotNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBClusterSnapshotNotFoundFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteDBClusterSnapshotMessage"}}},"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"}]},"/#DeleteDBInstance":{"post":{"operationId":"DeleteDBInstance","description":"Deletes a previously provisioned DB instance. ","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DeleteDBInstanceResult"}}}},"480":{"description":"DBInstanceNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBInstanceNotFoundFault"}}}},"481":{"description":"InvalidDBInstanceStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidDBInstanceStateFault"}}}},"482":{"description":"DBSnapshotAlreadyExistsFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBSnapshotAlreadyExistsFault"}}}},"483":{"description":"SnapshotQuotaExceededFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SnapshotQuotaExceededFault"}}}},"484":{"description":"InvalidDBClusterStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidDBClusterStateFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteDBInstanceMessage"}}},"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"}]},"/#DeleteDBSubnetGroup":{"post":{"operationId":"DeleteDBSubnetGroup","description":"<p>Deletes a DB subnet group.</p> <note> <p>The specified database subnet group must not be associated with any DB instances.</p> </note>","responses":{"200":{"description":"Success"},"480":{"description":"InvalidDBSubnetGroupStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidDBSubnetGroupStateFault"}}}},"481":{"description":"InvalidDBSubnetStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidDBSubnetStateFault"}}}},"482":{"description":"DBSubnetGroupNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBSubnetGroupNotFoundFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteDBSubnetGroupMessage"}}},"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"}]},"/#DescribeDBClusterParameterGroups":{"post":{"operationId":"DescribeDBClusterParameterGroups","description":"Returns a list of <code>DBClusterParameterGroup</code> descriptions. If a <code>DBClusterParameterGroupName</code> parameter is specified, the list contains only the description of the specified DB cluster parameter group. ","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBClusterParameterGroupsMessage"}}}},"480":{"description":"DBParameterGroupNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBParameterGroupNotFoundFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeDBClusterParameterGroupsMessage"}}},"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"}]},"/#DescribeDBClusterParameters":{"post":{"operationId":"DescribeDBClusterParameters","description":"Returns the detailed parameter list for a particular DB cluster parameter group.","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBClusterParameterGroupDetails"}}}},"480":{"description":"DBParameterGroupNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBParameterGroupNotFoundFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeDBClusterParametersMessage"}}},"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"}]},"/#DescribeDBClusterSnapshotAttributes":{"post":{"operationId":"DescribeDBClusterSnapshotAttributes","description":"<p>Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster snapshot.</p> <p>When you share snapshots with other AWS accounts, <code>DescribeDBClusterSnapshotAttributes</code> returns the <code>restore</code> attribute and a list of IDs for the AWS accounts that are authorized to copy or restore the manual DB cluster snapshot. If <code>all</code> is included in the list of values for the <code>restore</code> attribute, then the manual DB cluster snapshot is public and can be copied or restored by all AWS accounts.</p>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DescribeDBClusterSnapshotAttributesResult"}}}},"480":{"description":"DBClusterSnapshotNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBClusterSnapshotNotFoundFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeDBClusterSnapshotAttributesMessage"}}},"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"}]},"/#DescribeDBClusterSnapshots":{"post":{"operationId":"DescribeDBClusterSnapshots","description":"Returns information about DB cluster snapshots. This API operation supports pagination.","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBClusterSnapshotMessage"}}}},"480":{"description":"DBClusterSnapshotNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBClusterSnapshotNotFoundFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeDBClusterSnapshotsMessage"}}},"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"}]},"/#DescribeDBClusters":{"post":{"operationId":"DescribeDBClusters","description":"Returns information about provisioned Amazon DocumentDB DB clusters. This API operation supports pagination.","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBClusterMessage"}}}},"480":{"description":"DBClusterNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBClusterNotFoundFault"}}}}},"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/DescribeDBClustersMessage"}}},"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"}]},"/#DescribeDBEngineVersions":{"post":{"operationId":"DescribeDBEngineVersions","description":"Returns a list of the available DB engines.","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBEngineVersionMessage"}}}}},"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/DescribeDBEngineVersionsMessage"}}},"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"}]},"/#DescribeDBInstances":{"post":{"operationId":"DescribeDBInstances","description":"Returns information about provisioned Amazon DocumentDB instances. This API supports pagination.","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBInstanceMessage"}}}},"480":{"description":"DBInstanceNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBInstanceNotFoundFault"}}}}},"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/DescribeDBInstancesMessage"}}},"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"}]},"/#DescribeDBSubnetGroups":{"post":{"operationId":"DescribeDBSubnetGroups","description":"Returns a list of <code>DBSubnetGroup</code> descriptions. If a <code>DBSubnetGroupName</code> is specified, the list will contain only the descriptions of the specified <code>DBSubnetGroup</code>.","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBSubnetGroupMessage"}}}},"480":{"description":"DBSubnetGroupNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBSubnetGroupNotFoundFault"}}}}},"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/DescribeDBSubnetGroupsMessage"}}},"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"}]},"/#DescribeEngineDefaultClusterParameters":{"post":{"operationId":"DescribeEngineDefaultClusterParameters","description":"Returns the default engine and system parameter information for the cluster database engine.","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DescribeEngineDefaultClusterParametersResult"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeEngineDefaultClusterParametersMessage"}}},"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":"Displays a list of categories for all event source types, or, if specified, for a specified source type. ","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/EventCategoriesMessage"}}}}},"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"}]},"/#DescribeEvents":{"post":{"operationId":"DescribeEvents","description":"Returns events related to DB instances, DB security groups, DB snapshots, and DB parameter groups for the past 14 days. You can obtain events specific to a particular DB instance, DB security group, DB snapshot, or DB parameter group by providing the name as a parameter. By default, the events of the past hour are returned.","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/EventsMessage"}}}}},"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"}]},"/#DescribeOrderableDBInstanceOptions":{"post":{"operationId":"DescribeOrderableDBInstanceOptions","description":"Returns a list of orderable DB instance options for the specified engine.","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OrderableDBInstanceOptionsMessage"}}}}},"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/DescribeOrderableDBInstanceOptionsMessage"}}},"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"}]},"/#DescribePendingMaintenanceActions":{"post":{"operationId":"DescribePendingMaintenanceActions","description":"Returns a list of resources (for example, DB instances) that have at least one pending maintenance action.","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PendingMaintenanceActionsMessage"}}}},"480":{"description":"ResourceNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribePendingMaintenanceActionsMessage"}}},"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"}]},"/#FailoverDBCluster":{"post":{"operationId":"FailoverDBCluster","description":"<p>Forces a failover for a DB cluster.</p> <p>A failover for a DB cluster promotes one of the Amazon DocumentDB replicas (read-only instances) in the DB cluster to be the primary instance (the cluster writer).</p> <p>If the primary instance fails, Amazon DocumentDB automatically fails over to an Amazon DocumentDB replica, if one exists. You can force a failover when you want to simulate a failure of a primary instance for testing.</p>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FailoverDBClusterResult"}}}},"480":{"description":"DBClusterNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBClusterNotFoundFault"}}}},"481":{"description":"InvalidDBClusterStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidDBClusterStateFault"}}}},"482":{"description":"InvalidDBInstanceStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidDBInstanceStateFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FailoverDBClusterMessage"}}},"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 on an Amazon DocumentDB resource.","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TagListMessage"}}}},"480":{"description":"DBInstanceNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBInstanceNotFoundFault"}}}},"481":{"description":"DBSnapshotNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBSnapshotNotFoundFault"}}}},"482":{"description":"DBClusterNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBClusterNotFoundFault"}}}}},"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"}]},"/#ModifyDBCluster":{"post":{"operationId":"ModifyDBCluster","description":"Modifies a setting for an Amazon DocumentDB DB cluster. You can change one or more database configuration parameters by specifying these parameters and the new values in the request. ","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ModifyDBClusterResult"}}}},"480":{"description":"DBClusterNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBClusterNotFoundFault"}}}},"481":{"description":"InvalidDBClusterStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidDBClusterStateFault"}}}},"482":{"description":"StorageQuotaExceededFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StorageQuotaExceededFault"}}}},"483":{"description":"DBSubnetGroupNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBSubnetGroupNotFoundFault"}}}},"484":{"description":"InvalidVPCNetworkStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidVPCNetworkStateFault"}}}},"485":{"description":"InvalidDBSubnetGroupStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidDBSubnetGroupStateFault"}}}},"486":{"description":"InvalidSubnet","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidSubnet"}}}},"487":{"description":"DBClusterParameterGroupNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBClusterParameterGroupNotFoundFault"}}}},"488":{"description":"InvalidDBSecurityGroupStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidDBSecurityGroupStateFault"}}}},"489":{"description":"InvalidDBInstanceStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidDBInstanceStateFault"}}}},"490":{"description":"DBClusterAlreadyExistsFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBClusterAlreadyExistsFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModifyDBClusterMessage"}}},"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"}]},"/#ModifyDBClusterParameterGroup":{"post":{"operationId":"ModifyDBClusterParameterGroup","description":"<p> Modifies the parameters of a DB cluster parameter group. To modify more than one parameter, submit a list of the following: <code>ParameterName</code>, <code>ParameterValue</code>, and <code>ApplyMethod</code>. A maximum of 20 parameters can be modified in a single request. </p> <note> <p>Changes to dynamic parameters are applied immediately. Changes to static parameters require a reboot or maintenance window before the change can take effect.</p> </note> <important> <p>After you create a DB cluster parameter group, you should wait at least 5 minutes before creating your first DB cluster that uses that DB cluster parameter group as the default parameter group. This allows Amazon DocumentDB to fully complete the create action before the parameter group is used as the default for a new DB cluster. This step is especially important for parameters that are critical when creating the default database for a DB cluster, such as the character set for the default database defined by the <code>character_set_database</code> parameter.</p> </important>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBClusterParameterGroupNameMessage"}}}},"480":{"description":"DBParameterGroupNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DBParameterGroupNotFoundFault"}}}},"481":{"description":"InvalidDBParameterGroupStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidDBParameterGroupStateFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModifyDBClusterParameterGroupMessage"}}},"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"}]},"/#ModifyDBClusterSnapshotAttribute":{"post":{"operationId":"ModifyDBClusterSnapshotAttribute","description":"<p>Adds an attribute and values to, or removes an attribute and values from, a manual DB cluster snapshot.</p> <p>To share a manual DB cluster snapshot with other AWS accounts, specify <code>restore</code> as the <code>AttributeName</code>, and use the <code>ValuesToAdd</code> parameter to add a list of IDs of the AWS accounts that are authorized to restore the manual DB cluster snapshot. Use the value <code>all</code> to make the manual DB cluster snapshot public, which means that it can be copied or restored by all AWS accounts. Do not add the <code>all</code> value for any manual DB cluster snapshots that contain private information that you don't want available to all AWS accounts. If a manual DB clu