openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 586 kB
JSON
{"openapi":"3.0.0","info":{"version":"2014-10-31","x-release":"v4","title":"Amazon Neptune","description":"<fullname>Amazon Neptune</fullname> <p>Amazon Neptune is a fast, reliable, fully-managed graph database service that makes it easy to build and run applications that work with highly connected datasets. The core of Amazon Neptune is a purpose-built, high-performance graph database engine optimized for storing billions of relationships and querying the graph with milliseconds latency. Amazon Neptune supports popular graph models Property Graph and W3C's RDF, and their respective query languages Apache TinkerPop Gremlin and SPARQL, allowing you to easily build queries that efficiently navigate highly connected datasets. Neptune powers graph use cases such as recommendation engines, fraud detection, knowledge graphs, drug discovery, and network security.</p> <p>This interface reference for Amazon Neptune contains documentation for a programming or command line interface you can use to manage Amazon Neptune. Note that Amazon Neptune is asynchronous, which means that some interfaces might require techniques such as polling or callback functions to determine when a command has been applied. In this reference, the parameter descriptions indicate whether a command is applied immediately, on the next instance reboot, or during the maintenance window. The reference structure is as follows, and we list following some related topics from the user guide.</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":"neptune","x-aws-signingName":"rds","x-origin":[{"contentType":"application/json","url":"https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/neptune-2014-10-31.normal.json","converter":{"url":"https://github.com/mermade/aws2openapi","version":"1.0.0"},"x-apisguru-driver":"external"}],"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://docs.aws.amazon.com/rds/"},"servers":[{"url":"http://rds.{region}.amazonaws.com","variables":{"region":{"description":"The AWS region","enum":["us-east-1","us-east-2","us-west-1","us-west-2","us-gov-west-1","us-gov-east-1","ca-central-1","eu-north-1","eu-west-1","eu-west-2","eu-west-3","eu-central-1","eu-south-1","af-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ap-east-1","ap-south-1","sa-east-1","me-south-1"],"default":"us-east-1"}},"description":"The Amazon Neptune multi-region endpoint"},{"url":"https://rds.{region}.amazonaws.com","variables":{"region":{"description":"The AWS region","enum":["us-east-1","us-east-2","us-west-1","us-west-2","us-gov-west-1","us-gov-east-1","ca-central-1","eu-north-1","eu-west-1","eu-west-2","eu-west-3","eu-central-1","eu-south-1","af-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ap-east-1","ap-south-1","sa-east-1","me-south-1"],"default":"us-east-1"}},"description":"The Amazon Neptune multi-region endpoint"},{"url":"http://rds.amazonaws.com","variables":{},"description":"The general Amazon Neptune multi-region endpoint"},{"url":"https://rds.amazonaws.com","variables":{},"description":"The general Amazon Neptune multi-region endpoint"},{"url":"http://rds.{region}.amazonaws.com.cn","variables":{"region":{"description":"The AWS region","enum":["cn-north-1","cn-northwest-1"],"default":"cn-north-1"}},"description":"The Amazon Neptune endpoint for China (Beijing) and China (Ningxia)"},{"url":"https://rds.{region}.amazonaws.com.cn","variables":{"region":{"description":"The AWS region","enum":["cn-north-1","cn-northwest-1"],"default":"cn-north-1"}},"description":"The Amazon Neptune endpoint for China (Beijing) and China (Ningxia)"}],"x-hasEquivalentPaths":true,"paths":{"/#Action=AddRoleToDBCluster":{"get":{"x-aws-operation-name":"AddRoleToDBCluster","operationId":"GET_AddRoleToDBCluster","description":"Associates an Identity and Access Management (IAM) role with an Neptune DB cluster.","responses":{"200":{"description":"Success"},"480":{"description":"DBClusterNotFoundFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBClusterNotFoundFault"}}}},"481":{"description":"DBClusterRoleAlreadyExistsFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBClusterRoleAlreadyExistsFault"}}}},"482":{"description":"InvalidDBClusterStateFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidDBClusterStateFault"}}}},"483":{"description":"DBClusterRoleQuotaExceededFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBClusterRoleQuotaExceededFault"}}}}},"parameters":[{"name":"DBClusterIdentifier","in":"query","required":true,"description":"The name of the DB cluster to associate the IAM role with.","schema":{"type":"string"}},{"name":"RoleArn","in":"query","required":true,"description":"The Amazon Resource Name (ARN) of the IAM role to associate with the Neptune DB cluster, for example <code>arn:aws:iam::123456789012:role/NeptuneAccessRole</code>.","schema":{"type":"string"}},{"name":"FeatureName","in":"query","required":false,"description":"The name of the feature for the Neptune DB cluster that the IAM role is to be associated with. For the list of supported feature names, see <a href=\"neptune/latest/userguide/api-other-apis.html#DBEngineVersion\">DBEngineVersion</a>.","schema":{"type":"string"}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["AddRoleToDBCluster"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2014-10-31"]}}]},"parameters":[{"$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"}],"post":{"x-aws-operation-name":"AddRoleToDBCluster","operationId":"POST_AddRoleToDBCluster","description":"Associates an Identity and Access Management (IAM) role with an Neptune DB cluster.","responses":{"200":{"description":"Success"},"480":{"description":"DBClusterNotFoundFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBClusterNotFoundFault"}}}},"481":{"description":"DBClusterRoleAlreadyExistsFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBClusterRoleAlreadyExistsFault"}}}},"482":{"description":"InvalidDBClusterStateFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidDBClusterStateFault"}}}},"483":{"description":"DBClusterRoleQuotaExceededFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBClusterRoleQuotaExceededFault"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AddRoleToDBClusterMessage"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["AddRoleToDBCluster"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2014-10-31"]}}]}},"/#Action=AddSourceIdentifierToSubscription":{"get":{"x-aws-operation-name":"AddSourceIdentifierToSubscription","operationId":"GET_AddSourceIdentifierToSubscription","description":"Adds a source identifier to an existing event notification subscription.","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AddSourceIdentifierToSubscriptionResult"}}}},"480":{"description":"SubscriptionNotFoundFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/SubscriptionNotFoundFault"}}}},"481":{"description":"SourceNotFoundFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/SourceNotFoundFault"}}}}},"parameters":[{"name":"SubscriptionName","in":"query","required":true,"description":"The name of the event notification subscription you want to add a source identifier to.","schema":{"type":"string"}},{"name":"SourceIdentifier","in":"query","required":true,"description":"<p>The identifier of the event source to be added.</p> <p>Constraints:</p> <ul> <li> <p>If the source type is a DB instance, then a <code>DBInstanceIdentifier</code> must be supplied.</p> </li> <li> <p>If the source type is a DB security group, a <code>DBSecurityGroupName</code> must be supplied.</p> </li> <li> <p>If the source type is a DB parameter group, a <code>DBParameterGroupName</code> must be supplied.</p> </li> <li> <p>If the source type is a DB snapshot, a <code>DBSnapshotIdentifier</code> must be supplied.</p> </li> </ul>","schema":{"type":"string"}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["AddSourceIdentifierToSubscription"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2014-10-31"]}}]},"parameters":[{"$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"}],"post":{"x-aws-operation-name":"AddSourceIdentifierToSubscription","operationId":"POST_AddSourceIdentifierToSubscription","description":"Adds a source identifier to an existing event notification subscription.","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AddSourceIdentifierToSubscriptionResult"}}}},"480":{"description":"SubscriptionNotFoundFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/SubscriptionNotFoundFault"}}}},"481":{"description":"SourceNotFoundFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/SourceNotFoundFault"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AddSourceIdentifierToSubscriptionMessage"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["AddSourceIdentifierToSubscription"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2014-10-31"]}}]}},"/#Action=AddTagsToResource":{"get":{"x-aws-operation-name":"AddTagsToResource","operationId":"GET_AddTagsToResource","description":"Adds metadata tags to an Amazon Neptune resource. These tags can also be used with cost allocation reporting to track cost associated with Amazon Neptune resources, or used in a Condition statement in an IAM policy for Amazon Neptune.","responses":{"200":{"description":"Success"},"480":{"description":"DBInstanceNotFoundFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBInstanceNotFoundFault"}}}},"481":{"description":"DBSnapshotNotFoundFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBSnapshotNotFoundFault"}}}},"482":{"description":"DBClusterNotFoundFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBClusterNotFoundFault"}}}}},"parameters":[{"name":"ResourceName","in":"query","required":true,"description":"The Amazon Neptune resource that the tags are added to. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see <a href=\"https://docs.aws.amazon.com/neptune/latest/UserGuide/tagging.ARN.html#tagging.ARN.Constructing\"> Constructing an Amazon Resource Name (ARN)</a>.","schema":{"type":"string"}},{"name":"Tags","in":"query","required":true,"description":"The tags to be assigned to the Amazon Neptune resource.","schema":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/Tag"},{"xml":{"name":"Tag"}}]}}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["AddTagsToResource"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2014-10-31"]}}]},"parameters":[{"$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"}],"post":{"x-aws-operation-name":"AddTagsToResource","operationId":"POST_AddTagsToResource","description":"Adds metadata tags to an Amazon Neptune resource. These tags can also be used with cost allocation reporting to track cost associated with Amazon Neptune resources, or used in a Condition statement in an IAM policy for Amazon Neptune.","responses":{"200":{"description":"Success"},"480":{"description":"DBInstanceNotFoundFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBInstanceNotFoundFault"}}}},"481":{"description":"DBSnapshotNotFoundFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBSnapshotNotFoundFault"}}}},"482":{"description":"DBClusterNotFoundFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBClusterNotFoundFault"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AddTagsToResourceMessage"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["AddTagsToResource"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2014-10-31"]}}]}},"/#Action=ApplyPendingMaintenanceAction":{"get":{"x-aws-operation-name":"ApplyPendingMaintenanceAction","operationId":"GET_ApplyPendingMaintenanceAction","description":"Applies a pending maintenance action to a resource (for example, to a DB instance).","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ApplyPendingMaintenanceActionResult"}}}},"480":{"description":"ResourceNotFoundFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundFault"}}}}},"parameters":[{"name":"ResourceIdentifier","in":"query","required":true,"description":"The Amazon Resource Name (ARN) of the resource that the pending maintenance action applies to. For information about creating an ARN, see <a href=\"https://docs.aws.amazon.com/neptune/latest/UserGuide/tagging.ARN.html#tagging.ARN.Constructing\"> Constructing an Amazon Resource Name (ARN)</a>.","schema":{"type":"string"}},{"name":"ApplyAction","in":"query","required":true,"description":"<p>The pending maintenance action to apply to this resource.</p> <p>Valid values: <code>system-update</code>, <code>db-upgrade</code> </p>","schema":{"type":"string"}},{"name":"OptInType","in":"query","required":true,"description":"<p>A value that specifies the type of opt-in request, or undoes an opt-in request. An opt-in request of type <code>immediate</code> can't be undone.</p> <p>Valid values:</p> <ul> <li> <p> <code>immediate</code> - Apply the maintenance action immediately.</p> </li> <li> <p> <code>next-maintenance</code> - Apply the maintenance action during the next maintenance window for the resource.</p> </li> <li> <p> <code>undo-opt-in</code> - Cancel any existing <code>next-maintenance</code> opt-in requests.</p> </li> </ul>","schema":{"type":"string"}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["ApplyPendingMaintenanceAction"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2014-10-31"]}}]},"parameters":[{"$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"}],"post":{"x-aws-operation-name":"ApplyPendingMaintenanceAction","operationId":"POST_ApplyPendingMaintenanceAction","description":"Applies a pending maintenance action to a resource (for example, to a DB instance).","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ApplyPendingMaintenanceActionResult"}}}},"480":{"description":"ResourceNotFoundFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundFault"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ApplyPendingMaintenanceActionMessage"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["ApplyPendingMaintenanceAction"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2014-10-31"]}}]}},"/#Action=CopyDBClusterParameterGroup":{"get":{"x-aws-operation-name":"CopyDBClusterParameterGroup","operationId":"GET_CopyDBClusterParameterGroup","description":"Copies the specified DB cluster parameter group.","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CopyDBClusterParameterGroupResult"}}}},"480":{"description":"DBParameterGroupNotFoundFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBParameterGroupNotFoundFault"}}}},"481":{"description":"DBParameterGroupQuotaExceededFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBParameterGroupQuotaExceededFault"}}}},"482":{"description":"DBParameterGroupAlreadyExistsFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBParameterGroupAlreadyExistsFault"}}}}},"parameters":[{"name":"SourceDBClusterParameterGroupIdentifier","in":"query","required":true,"description":"<p>The identifier or Amazon Resource Name (ARN) for the source DB cluster parameter group. For information about creating an ARN, see <a href=\"https://docs.aws.amazon.com/neptune/latest/UserGuide/tagging.ARN.html#tagging.ARN.Constructing\"> Constructing an Amazon Resource Name (ARN)</a>.</p> <p>Constraints:</p> <ul> <li> <p>Must specify a valid DB cluster parameter group.</p> </li> <li> <p>If the source DB cluster parameter group is in the same Amazon Region as the copy, specify a valid DB parameter group identifier, for example <code>my-db-cluster-param-group</code>, or a valid ARN.</p> </li> <li> <p>If the source DB parameter group is in a different Amazon Region than the copy, specify a valid DB cluster parameter group ARN, for example <code>arn:aws:rds:us-east-1:123456789012:cluster-pg:custom-cluster-group1</code>.</p> </li> </ul>","schema":{"type":"string"}},{"name":"TargetDBClusterParameterGroupIdentifier","in":"query","required":true,"description":"<p>The identifier for the copied DB cluster parameter group.</p> <p>Constraints:</p> <ul> <li> <p>Cannot be null, empty, or blank</p> </li> <li> <p>Must contain from 1 to 255 letters, numbers, or hyphens</p> </li> <li> <p>First character must be a letter</p> </li> <li> <p>Cannot end with a hyphen or contain two consecutive hyphens</p> </li> </ul> <p>Example: <code>my-cluster-param-group1</code> </p>","schema":{"type":"string"}},{"name":"TargetDBClusterParameterGroupDescription","in":"query","required":true,"description":"A description for the copied DB cluster parameter group.","schema":{"type":"string"}},{"name":"Tags","in":"query","required":false,"description":"The tags to be assigned to the copied DB cluster parameter group.","schema":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/Tag"},{"xml":{"name":"Tag"}}]}}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CopyDBClusterParameterGroup"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2014-10-31"]}}]},"parameters":[{"$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"}],"post":{"x-aws-operation-name":"CopyDBClusterParameterGroup","operationId":"POST_CopyDBClusterParameterGroup","description":"Copies the specified DB cluster parameter group.","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CopyDBClusterParameterGroupResult"}}}},"480":{"description":"DBParameterGroupNotFoundFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBParameterGroupNotFoundFault"}}}},"481":{"description":"DBParameterGroupQuotaExceededFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBParameterGroupQuotaExceededFault"}}}},"482":{"description":"DBParameterGroupAlreadyExistsFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBParameterGroupAlreadyExistsFault"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CopyDBClusterParameterGroupMessage"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CopyDBClusterParameterGroup"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2014-10-31"]}}]}},"/#Action=CopyDBClusterSnapshot":{"get":{"x-aws-operation-name":"CopyDBClusterSnapshot","operationId":"GET_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>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CopyDBClusterSnapshotResult"}}}},"480":{"description":"DBClusterSnapshotAlreadyExistsFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBClusterSnapshotAlreadyExistsFault"}}}},"481":{"description":"DBClusterSnapshotNotFoundFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBClusterSnapshotNotFoundFault"}}}},"482":{"description":"InvalidDBClusterStateFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidDBClusterStateFault"}}}},"483":{"description":"InvalidDBClusterSnapshotStateFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidDBClusterSnapshotStateFault"}}}},"484":{"description":"SnapshotQuotaExceededFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/SnapshotQuotaExceededFault"}}}},"485":{"description":"KMSKeyNotAccessibleFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/KMSKeyNotAccessibleFault"}}}}},"parameters":[{"name":"SourceDBClusterSnapshotIdentifier","in":"query","required":true,"description":"<p>The identifier of the DB cluster snapshot to copy. This parameter is not case-sensitive.</p> <p>Constraints:</p> <ul> <li> <p>Must specify a valid system snapshot in the \"available\" state.</p> </li> <li> <p>Specify a valid DB snapshot identifier.</p> </li> </ul> <p>Example: <code>my-cluster-snapshot1</code> </p>","schema":{"type":"string"}},{"name":"TargetDBClusterSnapshotIdentifier","in":"query","required":true,"description":"<p>The identifier of the new DB cluster snapshot to create from the source DB cluster snapshot. This parameter is not case-sensitive.</p> <p>Constraints:</p> <ul> <li> <p>Must contain from 1 to 63 letters, numbers, or hyphens.</p> </li> <li> <p>First character must be a letter.</p> </li> <li> <p>Cannot end with a hyphen or contain two consecutive hyphens.</p> </li> </ul> <p>Example: <code>my-cluster-snapshot2</code> </p>","schema":{"type":"string"}},{"name":"KmsKeyId","in":"query","required":false,"description":"<p>The Amazon Amazon KMS key ID for an encrypted DB cluster snapshot. The KMS key ID is the Amazon Resource Name (ARN), KMS key identifier, or the KMS key alias for the KMS encryption key.</p> <p>If you copy an encrypted DB cluster snapshot from your Amazon account, you can specify a value for <code>KmsKeyId</code> to encrypt the copy with a new KMS encryption key. If you don't specify a value for <code>KmsKeyId</code>, then the copy of the DB cluster snapshot is encrypted with the same KMS key as the source DB cluster snapshot.</p> <p>If you copy an encrypted DB cluster snapshot that is shared from another Amazon account, then you must specify a value for <code>KmsKeyId</code>.</p> <p> KMS encryption keys are specific to the Amazon Region that they are created in, and you can't use encryption keys from one Amazon Region in another Amazon Region.</p> <p>You cannot encrypt an unencrypted DB cluster snapshot when you copy it. If you try to copy an unencrypted DB cluster snapshot and specify a value for the KmsKeyId parameter, an error is returned.</p>","schema":{"type":"string"}},{"name":"PreSignedUrl","in":"query","required":false,"description":"Not currently supported.","schema":{"type":"string"}},{"name":"CopyTags","in":"query","required":false,"description":"True to copy all tags from the source DB cluster snapshot to the target DB cluster snapshot, and otherwise false. The default is false.","schema":{"type":"boolean"}},{"name":"Tags","in":"query","required":false,"description":"The tags to assign to the new DB cluster snapshot copy.","schema":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/Tag"},{"xml":{"name":"Tag"}}]}}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CopyDBClusterSnapshot"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2014-10-31"]}}]},"parameters":[{"$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"}],"post":{"x-aws-operation-name":"CopyDBClusterSnapshot","operationId":"POST_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>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CopyDBClusterSnapshotResult"}}}},"480":{"description":"DBClusterSnapshotAlreadyExistsFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBClusterSnapshotAlreadyExistsFault"}}}},"481":{"description":"DBClusterSnapshotNotFoundFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBClusterSnapshotNotFoundFault"}}}},"482":{"description":"InvalidDBClusterStateFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidDBClusterStateFault"}}}},"483":{"description":"InvalidDBClusterSnapshotStateFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidDBClusterSnapshotStateFault"}}}},"484":{"description":"SnapshotQuotaExceededFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/SnapshotQuotaExceededFault"}}}},"485":{"description":"KMSKeyNotAccessibleFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/KMSKeyNotAccessibleFault"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CopyDBClusterSnapshotMessage"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CopyDBClusterSnapshot"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2014-10-31"]}}]}},"/#Action=CopyDBParameterGroup":{"get":{"x-aws-operation-name":"CopyDBParameterGroup","operationId":"GET_CopyDBParameterGroup","description":"Copies the specified DB parameter group.","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CopyDBParameterGroupResult"}}}},"480":{"description":"DBParameterGroupNotFoundFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBParameterGroupNotFoundFault"}}}},"481":{"description":"DBParameterGroupAlreadyExistsFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBParameterGroupAlreadyExistsFault"}}}},"482":{"description":"DBParameterGroupQuotaExceededFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBParameterGroupQuotaExceededFault"}}}}},"parameters":[{"name":"SourceDBParameterGroupIdentifier","in":"query","required":true,"description":"<p>The identifier or ARN for the source DB parameter group. For information about creating an ARN, see <a href=\"https://docs.aws.amazon.com/neptune/latest/UserGuide/tagging.ARN.html#tagging.ARN.Constructing\"> Constructing an Amazon Resource Name (ARN)</a>.</p> <p>Constraints:</p> <ul> <li> <p>Must specify a valid DB parameter group.</p> </li> <li> <p>Must specify a valid DB parameter group identifier, for example <code>my-db-param-group</code>, or a valid ARN.</p> </li> </ul>","schema":{"type":"string"}},{"name":"TargetDBParameterGroupIdentifier","in":"query","required":true,"description":"<p>The identifier for the copied DB parameter group.</p> <p>Constraints:</p> <ul> <li> <p>Cannot be null, empty, or blank.</p> </li> <li> <p>Must contain from 1 to 255 letters, numbers, or hyphens.</p> </li> <li> <p>First character must be a letter.</p> </li> <li> <p>Cannot end with a hyphen or contain two consecutive hyphens.</p> </li> </ul> <p>Example: <code>my-db-parameter-group</code> </p>","schema":{"type":"string"}},{"name":"TargetDBParameterGroupDescription","in":"query","required":true,"description":"A description for the copied DB parameter group.","schema":{"type":"string"}},{"name":"Tags","in":"query","required":false,"description":"The tags to be assigned to the copied DB parameter group.","schema":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/Tag"},{"xml":{"name":"Tag"}}]}}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CopyDBParameterGroup"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2014-10-31"]}}]},"parameters":[{"$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"}],"post":{"x-aws-operation-name":"CopyDBParameterGroup","operationId":"POST_CopyDBParameterGroup","description":"Copies the specified DB parameter group.","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CopyDBParameterGroupResult"}}}},"480":{"description":"DBParameterGroupNotFoundFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBParameterGroupNotFoundFault"}}}},"481":{"description":"DBParameterGroupAlreadyExistsFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBParameterGroupAlreadyExistsFault"}}}},"482":{"description":"DBParameterGroupQuotaExceededFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBParameterGroupQuotaExceededFault"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CopyDBParameterGroupMessage"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CopyDBParameterGroup"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2014-10-31"]}}]}},"/#Action=CreateDBCluster":{"get":{"x-aws-operation-name":"CreateDBCluster","operationId":"GET_CreateDBCluster","description":"<p>Creates a new Amazon Neptune DB cluster.</p> <p>You can use the <code>ReplicationSourceIdentifier</code> parameter to create the DB cluster as a Read Replica of another DB cluster or Amazon Neptune DB instance.</p> <p>Note that when you create a new cluster using <code>CreateDBCluster</code> directly, deletion protection is disabled by default (when you create a new production cluster in the console, deletion protection is enabled by default). You can only delete a DB cluster if its <code>DeletionProtection</code> field is set to <code>false</code>.</p>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateDBClusterResult"}}}},"480":{"description":"DBClusterAlreadyExistsFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBClusterAlreadyExistsFault"}}}},"481":{"description":"InsufficientStorageClusterCapacityFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InsufficientStorageClusterCapacityFault"}}}},"482":{"description":"DBClusterQuotaExceededFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBClusterQuotaExceededFault"}}}},"483":{"description":"StorageQuotaExceededFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/StorageQuotaExceededFault"}}}},"484":{"description":"DBSubnetGroupNotFoundFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBSubnetGroupNotFoundFault"}}}},"485":{"description":"InvalidVPCNetworkStateFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidVPCNetworkStateFault"}}}},"486":{"description":"InvalidDBClusterStateFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidDBClusterStateFault"}}}},"487":{"description":"InvalidDBSubnetGroupStateFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidDBSubnetGroupStateFault"}}}},"488":{"description":"InvalidSubnet","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidSubnet"}}}},"489":{"description":"InvalidDBInstanceStateFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidDBInstanceStateFault"}}}},"490":{"description":"DBClusterParameterGroupNotFoundFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBClusterParameterGroupNotFoundFault"}}}},"491":{"description":"KMSKeyNotAccessibleFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/KMSKeyNotAccessibleFault"}}}},"492":{"description":"DBClusterNotFoundFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBClusterNotFoundFault"}}}},"493":{"description":"DBInstanceNotFoundFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBInstanceNotFoundFault"}}}},"494":{"description":"DBSubnetGroupDoesNotCoverEnoughAZs","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBSubnetGroupDoesNotCoverEnoughAZs"}}}},"495":{"description":"GlobalClusterNotFoundFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/GlobalClusterNotFoundFault"}}}},"496":{"description":"InvalidGlobalClusterStateFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidGlobalClusterStateFault"}}}}},"parameters":[{"name":"AvailabilityZones","in":"query","required":false,"description":"A list of EC2 Availability Zones that instances in the DB cluster can be created in.","schema":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/String"},{"xml":{"name":"AvailabilityZone"}}]}}},{"name":"BackupRetentionPeriod","in":"query","required":false,"description":"<p>The number of days for which automated backups are retained. You must specify a minimum value of 1.</p> <p>Default: 1</p> <p>Constraints:</p> <ul> <li> <p>Must be a value from 1 to 35</p> </li> </ul>","schema":{"type":"integer"}},{"name":"CharacterSetName","in":"query","required":false,"description":" <i>(Not supported by Neptune)</i> ","schema":{"type":"string"}},{"name":"CopyTagsToSnapshot","in":"query","required":false,"description":" <i>If set to <code>true</code>, tags are copied to any snapshot of the DB cluster that is created.</i> ","schema":{"type":"boolean"}},{"name":"DatabaseName","in":"query","required":false,"description":"The name for your database of up to 64 alpha-numeric characters. If you do not provide a name, Amazon Neptune will not create a database in the DB cluster you are creating.","schema":{"type":"string"}},{"name":"DBClusterIdentifier","in":"query","required":true,"description":"<p>The DB cluster identifier. This parameter is stored as a lowercase string.</p> <p>Constraints:</p> <ul> <li> <p>Must contain from 1 to 63 letters, numbers, or hyphens.</p> </li> <li> <p>First character must be a letter.</p> </li> <li> <p>Cannot end with a hyphen or contain two consecutive hyphens.</p> </li> </ul> <p>Example: <code>my-cluster1</code> </p>","schema":{"type":"string"}},{"name":"DBClusterParameterGroupName","in":"query","required":false,"description":"<p> The name of the DB cluster parameter group to associate with this DB cluster. If this argument is omitted, the default is used.</p> <p>Constraints:</p> <ul> <li> <p>If supplied, must match the name of an existing DBClusterParameterGroup.</p> </li> </ul>","schema":{"type":"string"}},{"name":"VpcSecurityGroupIds","in":"query","required":false,"description":"A list of EC2 VPC security groups to associate with this DB cluster.","schema":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/String"},{"xml":{"name":"VpcSecurityGroupId"}}]}}},{"name":"DBSubnetGroupName","in":"query","required":false,"description":"<p>A DB subnet group to associate with this DB cluster.</p> <p>Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.</p> <p>Example: <code>mySubnetgroup</code> </p>","schema":{"type":"string"}},{"name":"Engine","in":"query","required":true,"description":"<p>The name of the database engine to be used for this DB cluster.</p> <p>Valid Values: <code>neptune</code> </p>","schema":{"type":"string"}},{"name":"EngineVersion","in":"query","required":false,"description":"<p>The version number of the database engine to use for the new DB cluster.</p> <p>Example: <code>1.0.2.1</code> </p>","schema":{"type":"string"}},{"name":"Port","in":"query","required":false,"description":"<p>The port number on which the instances in the DB cluster accept connections.</p> <p> Default: <code>8182</code> </p>","schema":{"type":"integer"}},{"name":"MasterUsername","in":"query","required":false,"description":"Not supported by Neptune.","schema":{"type":"string"}},{"name":"MasterUserPassword","in":"query","required":false,"description":"Not supported by Neptune.","schema":{"type":"string"}},{"name":"OptionGroupName","in":"query","required":false,"description":" <i>(Not supported by Neptune)</i> ","schema":{"type":"string"}},{"name":"PreferredBackupWindow","in":"query","required":false,"description":"<p>The daily time range during which automated backups are created if automated backups are enabled using the <code>BackupRetentionPeriod</code> parameter.</p> <p>The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Region. To see the time blocks available, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AdjustingTheMaintenanceWindow.html\"> Adjusting the Preferred Maintenance Window</a> in the <i>Amazon Neptune User Guide.</i> </p> <p>Constraints:</p> <ul> <li> <p>Must be in the format <code>hh24:mi-hh24:mi</code>.</p> </li> <li> <p>Must be in Universal Coordinated Time (UTC).</p> </li> <li> <p>Must not conflict with the preferred maintenance window.</p> </li> <li> <p>Must be at least 30 minutes.</p> </li> </ul>","schema":{"type":"string"}},{"name":"PreferredMaintenanceWindow","in":"query","required":false,"description":"<p>The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).</p> <p>Format: <code>ddd:hh24:mi-ddd:hh24:mi</code> </p> <p>The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Region, occurring on a random day of the week. To see the time blocks available, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AdjustingTheMaintenanceWindow.html\"> Adjusting the Preferred Maintenance Window</a> in the <i>Amazon Neptune User Guide.</i> </p> <p>Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.</p> <p>Constraints: Minimum 30-minute window.</p>","schema":{"type":"string"}},{"name":"ReplicationSourceIdentifier","in":"query","required":false,"description":"The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB cluster is created as a Read Replica.","schema":{"type":"string"}},{"name":"Tags","in":"query","required":false,"description":"The tags to assign to the new DB cluster.","schema":{"type":"array","items":{"allOf":[{"$ref":"#/components/schemas/Tag"},{"xml":{"name":"Tag"}}]}}},{"name":"StorageEncrypted","in":"query","required":false,"description":"Specifies whether the DB cluster is encrypted.","schema":{"type":"boolean"}},{"name":"KmsKeyId","in":"query","required":false,"description":"<p>The Amazon KMS key identifier for an encrypted DB cluster.</p> <p>The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are creating a DB cluster with the same Amazon account that owns the KMS encryption key used to encrypt the new DB cluster, then you can use the KMS key alias instead of the ARN for the KMS encryption key.</p> <p>If an encryption key is not specified in <code>KmsKeyId</code>:</p> <ul> <li> <p>If <code>ReplicationSourceIdentifier</code> identifies an encrypted source, then Amazon Neptune will use the encryption key used to encrypt the source. Otherwise, Amazon Neptune will use your default encryption key.</p> </li> <li> <p>If the <code>StorageEncrypted</code> parameter is true and <code>ReplicationSourceIdentifier</code> is not specified, then Amazon Neptune will use your default encryption key.</p> </li> </ul> <p>Amazon KMS creates the default encryption key for your Amazon account. Your Amazon account has a different default encryption key for each Amazon Region.</p> <p>If you create a Read Replica of an encrypted DB cluster in another Amazon Region, you must set <code>KmsKeyId</code> to a KMS key ID that is valid in the destination Amazon Region. This key is used to encrypt the Read Replica in that Amazon Region.</p>","schema":{"type":"string"}},{"name":"PreSignedUrl","in":"query","required":false,"description":"This parameter is not currently supported.","schema":{"type":"string"}},{"name":"EnableIAMDatabaseAuthentication","in":"query","required":false,"description":"<p>If set to <code>true</code>, enables Amazon Identity and Access Management (IAM) authentication for the entire DB cluster (this cannot be set at an instance level).</p> <p>Default: <code>false</code>.</p>","schema":{"type":"boolean"}},{"name":"EnableCloudwatchLogsExports","in":"query","required":false,"description":"The list of log types that need to be enabled for exporting to CloudWatch Logs.","schema":{"type":"array","items":{"$ref":"#/components/schemas/String"}}},{"name":"DeletionProtection","in":"query","required":false,"description":"A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is enabled.","schema":{"type":"boolean"}},{"name":"ServerlessV2ScalingConfiguration","in":"query","required":false,"description":"","schema":{"type":"object","properties":{"MinCapacity":{"allOf":[{"$ref":"#/components/schemas/DoubleOptional"},{"description":"The minimum number of Neptune capacity units (NCUs) for a DB instance in a Neptune Serverless cluster. You can specify NCU values in half-step increments, such as 8, 8.5, 9, and so on."}]},"MaxCapacity":{"allOf":[{"$ref":"#/components/schemas/DoubleOptional"},{"description":"The maximum number of Neptune capacity units (NCUs) for a DB instance in a Neptune Serverless cluster. You can specify NCU values in half-step increments, such as 40, 40.5, 41, and so on."}]}},"description":"<p>Contains the scaling configuration of a Neptune Serverless DB cluster.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/neptune-serverless-using.html\">Using Amazon Neptune Serverless</a> in the <i>Amazon Neptune User Guide</i>.</p>"}},{"name":"GlobalClusterIdentifier","in":"query","required":false,"description":"The ID of the Neptune global database to which this new DB cluster should be added.","schema":{"type":"string","pattern":"[A-Za-z][0-9A-Za-z-:._]*","minLength":1,"maxLength":255}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CreateDBCluster"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2014-10-31"]}}]},"parameters":[{"$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"}],"post":{"x-aws-operation-name":"CreateDBCluster","operationId":"POST_CreateDBCluster","description":"<p>Creates a new Amazon Neptune DB cluster.</p> <p>You can use the <code>ReplicationSourceIdentifier</code> parameter to create the DB cluster as a Read Replica of another DB cluster or Amazon Neptune DB instance.</p> <p>Note that when you create a new cluster using <code>CreateDBCluster</code> directly, deletion protection is disabled by default (when you create a new production cluster in the console, deletion protection is enabled by default). You can only delete a DB cluster if its <code>DeletionProtection</code> field is set to <code>false</code>.</p>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateDBClusterResult"}}}},"480":{"description":"DBClusterAlreadyExistsFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBClusterAlreadyExistsFault"}}}},"481":{"description":"InsufficientStorageClusterCapacityFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InsufficientStorageClusterCapacityFault"}}}},"482":{"description":"DBClusterQuotaExceededFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBClusterQuotaExceededFault"}}}},"483":{"description":"StorageQuotaExceededFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/StorageQuotaExceededFault"}}}},"484":{"description":"DBSubnetGroupNotFoundFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBSubnetGroupNotFoundFault"}}}},"485":{"description":"InvalidVPCNetworkStateFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidVPCNetworkStateFault"}}}},"486":{"description":"InvalidDBClusterStateFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidDBClusterStateFault"}}}},"487":{"description":"InvalidDBSubnetGroupStateFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidDBSubnetGroupStateFault"}}}},"488":{"description":"InvalidSubnet","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidSubnet"}}}},"489":{"description":"InvalidDBInstanceStateFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidDBInstanceStateFault"}}}},"490":{"description":"DBClusterParameterGroupNotFoundFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBClusterParameterGroupNotFoundFault"}}}},"491":{"description":"KMSKeyNotAccessibleFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/KMSKeyNotAccessibleFault"}}}},"492":{"description":"DBClusterNotFoundFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBClusterNotFoundFault"}}}},"493":{"description":"DBInstanceNotFoundFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBInstanceNotFoundFault"}}}},"494":{"description":"DBSubnetGroupDoesNotCoverEnoughAZs","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBSubnetGroupDoesNotCoverEnoughAZs"}}}},"495":{"description":"GlobalClusterNotFoundFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/GlobalClusterNotFoundFault"}}}},"496":{"description":"InvalidGlobalClusterStateFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidGlobalClusterStateFault"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateDBClusterMessage"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CreateDBCluster"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2014-10-31"]}}]}},"/#Action=CreateDBClusterEndpoint":{"get":{"x-aws-operation-name":"CreateDBClusterEndpoint","operationId":"GET_CreateDBClusterEndpoint","description":"Creates a new custom endpoint and associates it with an Amazon Neptune DB cluster.","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateDBClusterEndpointOutput"}}}},"480":{"description":"DBClusterEndpointQuotaExceededFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBClusterEndpointQuotaExceededFault"}}}},"481":{"description":"DBClusterEndpointAlreadyExistsFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBClusterEndpointAlreadyExistsFault"}}}},"482":{"description":"DBClusterNotFoundFault","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DBClusterNotFoundFault"}}}},"483":{"description":"InvalidDBClusterStateFault","content":{"tex