aws-sdk-for-zig/codegen/models/neptune.2014-10-31.json

8749 lines
480 KiB
JSON

{
"smithy": "1.0",
"metadata": {
"suppressions": [
{
"id": "HttpMethodSemantics",
"namespace": "*"
},
{
"id": "HttpResponseCodeSemantics",
"namespace": "*"
},
{
"id": "PaginatedTrait",
"namespace": "*"
},
{
"id": "HttpHeaderTrait",
"namespace": "*"
},
{
"id": "HttpUriConflict",
"namespace": "*"
},
{
"id": "Service",
"namespace": "*"
}
]
},
"shapes": {
"com.amazonaws.neptune#AddRoleToDBCluster": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#AddRoleToDBClusterMessage"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBClusterNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBClusterRoleAlreadyExistsFault"
},
{
"target": "com.amazonaws.neptune#DBClusterRoleQuotaExceededFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBClusterStateFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Associates an Identity and Access Management (IAM) role from an\n Neptune DB cluster.</p>"
}
},
"com.amazonaws.neptune#AddRoleToDBClusterMessage": {
"type": "structure",
"members": {
"DBClusterIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the DB cluster to associate the IAM role with.</p>",
"smithy.api#required": {}
}
},
"RoleArn": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the IAM role to associate with the Neptune DB cluster,\n for example <code>arn:aws:iam::123456789012:role/NeptuneAccessRole</code>.</p>",
"smithy.api#required": {}
}
},
"FeatureName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the feature for the Neptune DB cluster that the IAM role is to be associated with.\n For the list of supported feature names, see <a>DBEngineVersion</a>.</p>"
}
}
}
},
"com.amazonaws.neptune#AddSourceIdentifierToSubscription": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#AddSourceIdentifierToSubscriptionMessage"
},
"output": {
"target": "com.amazonaws.neptune#AddSourceIdentifierToSubscriptionResult"
},
"errors": [
{
"target": "com.amazonaws.neptune#SourceNotFoundFault"
},
{
"target": "com.amazonaws.neptune#SubscriptionNotFoundFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Adds a source identifier to an existing event notification subscription.</p>"
}
},
"com.amazonaws.neptune#AddSourceIdentifierToSubscriptionMessage": {
"type": "structure",
"members": {
"SubscriptionName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the event notification subscription you want to add a source identifier\n to.</p>",
"smithy.api#required": {}
}
},
"SourceIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The identifier of the event source to be added.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>If the source type is a DB instance, then a <code>DBInstanceIdentifier</code> must be\n supplied.</p>\n </li>\n <li>\n <p>If the source type is a DB security group, a <code>DBSecurityGroupName</code> must be\n supplied.</p>\n </li>\n <li>\n <p>If the source type is a DB parameter group, a <code>DBParameterGroupName</code> must\n be supplied.</p>\n </li>\n <li>\n <p>If the source type is a DB snapshot, a <code>DBSnapshotIdentifier</code> must be\n supplied.</p>\n </li>\n </ul>",
"smithy.api#required": {}
}
}
}
},
"com.amazonaws.neptune#AddSourceIdentifierToSubscriptionResult": {
"type": "structure",
"members": {
"EventSubscription": {
"target": "com.amazonaws.neptune#EventSubscription"
}
}
},
"com.amazonaws.neptune#AddTagsToResource": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#AddTagsToResourceMessage"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBClusterNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBInstanceNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBSnapshotNotFoundFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Adds metadata tags to an Amazon Neptune resource. These tags can also be used with cost\n allocation reporting to track cost associated with Amazon Neptune resources, or used in a\n Condition statement in an IAM policy for Amazon Neptune.</p>"
}
},
"com.amazonaws.neptune#AddTagsToResourceMessage": {
"type": "structure",
"members": {
"ResourceName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Neptune resource that the tags are added to. This value is an Amazon Resource\n 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\n Amazon Resource Name (ARN)</a>.</p>",
"smithy.api#required": {}
}
},
"Tags": {
"target": "com.amazonaws.neptune#TagList",
"traits": {
"smithy.api#documentation": "<p>The tags to be assigned to the Amazon Neptune resource.</p>",
"smithy.api#required": {}
}
}
}
},
"com.amazonaws.neptune#AmazonRDSv19": {
"type": "service",
"version": "2014-10-31",
"operations": [
{
"target": "com.amazonaws.neptune#AddRoleToDBCluster"
},
{
"target": "com.amazonaws.neptune#AddSourceIdentifierToSubscription"
},
{
"target": "com.amazonaws.neptune#AddTagsToResource"
},
{
"target": "com.amazonaws.neptune#ApplyPendingMaintenanceAction"
},
{
"target": "com.amazonaws.neptune#CopyDBClusterParameterGroup"
},
{
"target": "com.amazonaws.neptune#CopyDBClusterSnapshot"
},
{
"target": "com.amazonaws.neptune#CopyDBParameterGroup"
},
{
"target": "com.amazonaws.neptune#CreateDBCluster"
},
{
"target": "com.amazonaws.neptune#CreateDBClusterEndpoint"
},
{
"target": "com.amazonaws.neptune#CreateDBClusterParameterGroup"
},
{
"target": "com.amazonaws.neptune#CreateDBClusterSnapshot"
},
{
"target": "com.amazonaws.neptune#CreateDBInstance"
},
{
"target": "com.amazonaws.neptune#CreateDBParameterGroup"
},
{
"target": "com.amazonaws.neptune#CreateDBSubnetGroup"
},
{
"target": "com.amazonaws.neptune#CreateEventSubscription"
},
{
"target": "com.amazonaws.neptune#DeleteDBCluster"
},
{
"target": "com.amazonaws.neptune#DeleteDBClusterEndpoint"
},
{
"target": "com.amazonaws.neptune#DeleteDBClusterParameterGroup"
},
{
"target": "com.amazonaws.neptune#DeleteDBClusterSnapshot"
},
{
"target": "com.amazonaws.neptune#DeleteDBInstance"
},
{
"target": "com.amazonaws.neptune#DeleteDBParameterGroup"
},
{
"target": "com.amazonaws.neptune#DeleteDBSubnetGroup"
},
{
"target": "com.amazonaws.neptune#DeleteEventSubscription"
},
{
"target": "com.amazonaws.neptune#DescribeDBClusterEndpoints"
},
{
"target": "com.amazonaws.neptune#DescribeDBClusterParameterGroups"
},
{
"target": "com.amazonaws.neptune#DescribeDBClusterParameters"
},
{
"target": "com.amazonaws.neptune#DescribeDBClusters"
},
{
"target": "com.amazonaws.neptune#DescribeDBClusterSnapshotAttributes"
},
{
"target": "com.amazonaws.neptune#DescribeDBClusterSnapshots"
},
{
"target": "com.amazonaws.neptune#DescribeDBEngineVersions"
},
{
"target": "com.amazonaws.neptune#DescribeDBInstances"
},
{
"target": "com.amazonaws.neptune#DescribeDBParameterGroups"
},
{
"target": "com.amazonaws.neptune#DescribeDBParameters"
},
{
"target": "com.amazonaws.neptune#DescribeDBSubnetGroups"
},
{
"target": "com.amazonaws.neptune#DescribeEngineDefaultClusterParameters"
},
{
"target": "com.amazonaws.neptune#DescribeEngineDefaultParameters"
},
{
"target": "com.amazonaws.neptune#DescribeEventCategories"
},
{
"target": "com.amazonaws.neptune#DescribeEvents"
},
{
"target": "com.amazonaws.neptune#DescribeEventSubscriptions"
},
{
"target": "com.amazonaws.neptune#DescribeOrderableDBInstanceOptions"
},
{
"target": "com.amazonaws.neptune#DescribePendingMaintenanceActions"
},
{
"target": "com.amazonaws.neptune#DescribeValidDBInstanceModifications"
},
{
"target": "com.amazonaws.neptune#FailoverDBCluster"
},
{
"target": "com.amazonaws.neptune#ListTagsForResource"
},
{
"target": "com.amazonaws.neptune#ModifyDBCluster"
},
{
"target": "com.amazonaws.neptune#ModifyDBClusterEndpoint"
},
{
"target": "com.amazonaws.neptune#ModifyDBClusterParameterGroup"
},
{
"target": "com.amazonaws.neptune#ModifyDBClusterSnapshotAttribute"
},
{
"target": "com.amazonaws.neptune#ModifyDBInstance"
},
{
"target": "com.amazonaws.neptune#ModifyDBParameterGroup"
},
{
"target": "com.amazonaws.neptune#ModifyDBSubnetGroup"
},
{
"target": "com.amazonaws.neptune#ModifyEventSubscription"
},
{
"target": "com.amazonaws.neptune#PromoteReadReplicaDBCluster"
},
{
"target": "com.amazonaws.neptune#RebootDBInstance"
},
{
"target": "com.amazonaws.neptune#RemoveRoleFromDBCluster"
},
{
"target": "com.amazonaws.neptune#RemoveSourceIdentifierFromSubscription"
},
{
"target": "com.amazonaws.neptune#RemoveTagsFromResource"
},
{
"target": "com.amazonaws.neptune#ResetDBClusterParameterGroup"
},
{
"target": "com.amazonaws.neptune#ResetDBParameterGroup"
},
{
"target": "com.amazonaws.neptune#RestoreDBClusterFromSnapshot"
},
{
"target": "com.amazonaws.neptune#RestoreDBClusterToPointInTime"
},
{
"target": "com.amazonaws.neptune#StartDBCluster"
},
{
"target": "com.amazonaws.neptune#StopDBCluster"
}
],
"traits": {
"aws.api#service": {
"sdkId": "Neptune",
"arnNamespace": "rds",
"cloudFormationName": "Neptune",
"cloudTrailEventSource": "neptune.amazonaws.com",
"endpointPrefix": "rds"
},
"aws.auth#sigv4": {
"name": "rds"
},
"aws.protocols#awsQuery": {},
"smithy.api#documentation": "<fullname>Amazon Neptune</fullname>\n <p>Amazon Neptune is a fast, reliable, fully-managed graph database service that makes it\n easy to build and run applications that work with highly connected datasets. The core of\n Amazon Neptune is a purpose-built, high-performance graph database engine optimized for\n storing billions of relationships and querying the graph with milliseconds latency. Amazon\n Neptune supports popular graph models Property Graph and W3C's RDF, and their respective query\n languages Apache TinkerPop Gremlin and SPARQL, allowing you to easily build queries that\n efficiently navigate highly connected datasets. Neptune powers graph use cases such as\n recommendation engines, fraud detection, knowledge graphs, drug discovery, and network\n security.</p>\n\n <p>This interface reference for Amazon Neptune contains documentation for a programming or\n command line interface you can use to manage Amazon Neptune. Note that Amazon Neptune is\n asynchronous, which means that some interfaces might require techniques such as polling or\n callback functions to determine when a command has been applied. In this reference, the\n parameter descriptions indicate whether a command is applied immediately, on the next instance\n reboot, or during the maintenance window. The reference structure is as follows, and we list\n following some related topics from the user guide.</p>",
"smithy.api#title": "Amazon Neptune",
"smithy.api#xmlNamespace": {
"uri": "http://rds.amazonaws.com/doc/2014-10-31/"
}
}
},
"com.amazonaws.neptune#ApplyMethod": {
"type": "string",
"traits": {
"smithy.api#enum": [
{
"value": "immediate",
"name": "immediate"
},
{
"value": "pending-reboot",
"name": "pending_reboot"
}
]
}
},
"com.amazonaws.neptune#ApplyPendingMaintenanceAction": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#ApplyPendingMaintenanceActionMessage"
},
"output": {
"target": "com.amazonaws.neptune#ApplyPendingMaintenanceActionResult"
},
"errors": [
{
"target": "com.amazonaws.neptune#ResourceNotFoundFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Applies a pending maintenance action to a resource (for example, to a DB instance).</p>"
}
},
"com.amazonaws.neptune#ApplyPendingMaintenanceActionMessage": {
"type": "structure",
"members": {
"ResourceIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the resource that the pending maintenance action applies\n 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\n Amazon Resource Name (ARN)</a>.</p>",
"smithy.api#required": {}
}
},
"ApplyAction": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The pending maintenance action to apply to this resource.</p>\n <p>Valid values: <code>system-update</code>, <code>db-upgrade</code>\n </p>",
"smithy.api#required": {}
}
},
"OptInType": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>A value that specifies the type of opt-in request, or undoes an opt-in request. An opt-in\n request of type <code>immediate</code> can't be undone.</p>\n <p>Valid values:</p>\n <ul>\n <li>\n <p>\n <code>immediate</code> - Apply the maintenance action immediately.</p>\n </li>\n <li>\n <p>\n <code>next-maintenance</code> - Apply the maintenance action during the next\n maintenance window for the resource.</p>\n </li>\n <li>\n <p>\n <code>undo-opt-in</code> - Cancel any existing <code>next-maintenance</code> opt-in\n requests.</p>\n </li>\n </ul>",
"smithy.api#required": {}
}
}
}
},
"com.amazonaws.neptune#ApplyPendingMaintenanceActionResult": {
"type": "structure",
"members": {
"ResourcePendingMaintenanceActions": {
"target": "com.amazonaws.neptune#ResourcePendingMaintenanceActions"
}
}
},
"com.amazonaws.neptune#AttributeValueList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#xmlName": "AttributeValue"
}
}
},
"com.amazonaws.neptune#AuthorizationNotFoundFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Specified CIDRIP or EC2 security group is not authorized for the specified DB security group.</p>\n <p>Neptune may not also be authorized via IAM to perform necessary actions on your behalf.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 404
}
},
"com.amazonaws.neptune#AvailabilityZone": {
"type": "structure",
"members": {
"Name": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the availability zone.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Specifies an Availability Zone.</p>"
}
},
"com.amazonaws.neptune#AvailabilityZoneList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#AvailabilityZone",
"traits": {
"smithy.api#xmlName": "AvailabilityZone"
}
}
},
"com.amazonaws.neptune#AvailabilityZones": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#xmlName": "AvailabilityZone"
}
}
},
"com.amazonaws.neptune#Boolean": {
"type": "boolean"
},
"com.amazonaws.neptune#BooleanOptional": {
"type": "boolean",
"traits": {
"smithy.api#box": {}
}
},
"com.amazonaws.neptune#CertificateNotFoundFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>\n <i>CertificateIdentifier</i> does not refer to an existing certificate.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 404
}
},
"com.amazonaws.neptune#CharacterSet": {
"type": "structure",
"members": {
"CharacterSetName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the character set.</p>"
}
},
"CharacterSetDescription": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The description of the character set.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Specifies a character set.</p>"
}
},
"com.amazonaws.neptune#CloudwatchLogsExportConfiguration": {
"type": "structure",
"members": {
"EnableLogTypes": {
"target": "com.amazonaws.neptune#LogTypeList",
"traits": {
"smithy.api#documentation": "<p>The list of log types to enable.</p>"
}
},
"DisableLogTypes": {
"target": "com.amazonaws.neptune#LogTypeList",
"traits": {
"smithy.api#documentation": "<p>The list of log types to disable.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The configuration setting for the log types to be enabled for export\n to CloudWatch Logs for a specific DB instance or DB cluster.</p>\n\n <p>The <code>EnableLogTypes</code> and <code>DisableLogTypes</code> arrays\n determine which logs will be exported (or not exported) to CloudWatch Logs.</p>"
}
},
"com.amazonaws.neptune#CopyDBClusterParameterGroup": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#CopyDBClusterParameterGroupMessage"
},
"output": {
"target": "com.amazonaws.neptune#CopyDBClusterParameterGroupResult"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBParameterGroupAlreadyExistsFault"
},
{
"target": "com.amazonaws.neptune#DBParameterGroupNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBParameterGroupQuotaExceededFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Copies the specified DB cluster parameter group.</p>"
}
},
"com.amazonaws.neptune#CopyDBClusterParameterGroupMessage": {
"type": "structure",
"members": {
"SourceDBClusterParameterGroupIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The identifier or Amazon Resource Name (ARN) for the source DB cluster parameter group.\n 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\n Amazon Resource Name (ARN)</a>.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must specify a valid DB cluster parameter group.</p>\n </li>\n <li>\n <p>If the source DB cluster parameter group is in the same Amazon Region as the copy,\n specify a valid DB parameter group identifier, for example\n <code>my-db-cluster-param-group</code>, or a valid ARN.</p>\n </li>\n <li>\n <p>If the source DB parameter group is in a different Amazon Region than the copy, specify a\n valid DB cluster parameter group ARN, for example\n <code>arn:aws:rds:us-east-1:123456789012:cluster-pg:custom-cluster-group1</code>.</p>\n </li>\n </ul>",
"smithy.api#required": {}
}
},
"TargetDBClusterParameterGroupIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The identifier for the copied DB cluster parameter group.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Cannot be null, empty, or blank</p>\n </li>\n <li>\n <p>Must contain from 1 to 255 letters, numbers, or hyphens</p>\n </li>\n <li>\n <p>First character must be a letter</p>\n </li>\n <li>\n <p>Cannot end with a hyphen or contain two consecutive hyphens</p>\n </li>\n </ul>\n <p>Example: <code>my-cluster-param-group1</code>\n </p>",
"smithy.api#required": {}
}
},
"TargetDBClusterParameterGroupDescription": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>A description for the copied DB cluster parameter group.</p>",
"smithy.api#required": {}
}
},
"Tags": {
"target": "com.amazonaws.neptune#TagList",
"traits": {
"smithy.api#documentation": "<p>The tags to be assigned to the copied DB cluster parameter group.</p>"
}
}
}
},
"com.amazonaws.neptune#CopyDBClusterParameterGroupResult": {
"type": "structure",
"members": {
"DBClusterParameterGroup": {
"target": "com.amazonaws.neptune#DBClusterParameterGroup"
}
}
},
"com.amazonaws.neptune#CopyDBClusterSnapshot": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#CopyDBClusterSnapshotMessage"
},
"output": {
"target": "com.amazonaws.neptune#CopyDBClusterSnapshotResult"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBClusterSnapshotAlreadyExistsFault"
},
{
"target": "com.amazonaws.neptune#DBClusterSnapshotNotFoundFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBClusterSnapshotStateFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBClusterStateFault"
},
{
"target": "com.amazonaws.neptune#KMSKeyNotAccessibleFault"
},
{
"target": "com.amazonaws.neptune#SnapshotQuotaExceededFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Copies a snapshot of a DB cluster.</p>\n <p>To copy a DB cluster snapshot from a shared manual DB cluster snapshot,\n <code>SourceDBClusterSnapshotIdentifier</code> must be the Amazon Resource Name (ARN) of the\n shared DB cluster snapshot.</p>"
}
},
"com.amazonaws.neptune#CopyDBClusterSnapshotMessage": {
"type": "structure",
"members": {
"SourceDBClusterSnapshotIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The identifier of the DB cluster snapshot to copy. This parameter is not\n case-sensitive.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must specify a valid system snapshot in the \"available\" state.</p>\n </li>\n <li>\n <p>Specify a valid DB snapshot identifier.</p>\n </li>\n </ul>\n <p>Example: <code>my-cluster-snapshot1</code>\n </p>",
"smithy.api#required": {}
}
},
"TargetDBClusterSnapshotIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The identifier of the new DB cluster snapshot to create from the source DB cluster\n snapshot. This parameter is not case-sensitive.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must contain from 1 to 63 letters, numbers, or hyphens.</p>\n </li>\n <li>\n <p>First character must be a letter.</p>\n </li>\n <li>\n <p>Cannot end with a hyphen or contain two consecutive hyphens.</p>\n </li>\n </ul>\n <p>Example: <code>my-cluster-snapshot2</code>\n </p>",
"smithy.api#required": {}
}
},
"KmsKeyId": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Amazon KMS key ID for an encrypted DB cluster snapshot. The KMS key ID is the Amazon\n Resource Name (ARN), KMS key identifier, or the KMS key alias for the KMS encryption key.</p>\n\n <p>If you copy an encrypted DB cluster snapshot from your Amazon account, you can specify a\n value for <code>KmsKeyId</code> to encrypt the copy with a new KMS encryption key. If you\n don't specify a value for <code>KmsKeyId</code>, then the copy of the DB cluster snapshot is\n encrypted with the same KMS key as the source DB cluster snapshot.</p>\n\n <p>If you copy an encrypted DB cluster snapshot that is shared from another Amazon account, then\n you must specify a value for <code>KmsKeyId</code>.</p>\n <p> KMS encryption keys are specific to the Amazon Region that they are created in, and you\n can't use encryption keys from one Amazon Region in another Amazon Region.</p>\n\n <p>You cannot encrypt an unencrypted DB cluster snapshot when you copy it. If you try to\n copy an unencrypted DB cluster snapshot and specify a value for the KmsKeyId parameter, an\n error is returned.</p>"
}
},
"PreSignedUrl": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Not currently supported.</p>"
}
},
"CopyTags": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>True to copy all tags from the source DB cluster snapshot to the target DB cluster\n snapshot, and otherwise false. The default is false.</p>"
}
},
"Tags": {
"target": "com.amazonaws.neptune#TagList",
"traits": {
"smithy.api#documentation": "<p>The tags to assign to the new DB cluster snapshot copy.</p>"
}
}
}
},
"com.amazonaws.neptune#CopyDBClusterSnapshotResult": {
"type": "structure",
"members": {
"DBClusterSnapshot": {
"target": "com.amazonaws.neptune#DBClusterSnapshot"
}
}
},
"com.amazonaws.neptune#CopyDBParameterGroup": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#CopyDBParameterGroupMessage"
},
"output": {
"target": "com.amazonaws.neptune#CopyDBParameterGroupResult"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBParameterGroupAlreadyExistsFault"
},
{
"target": "com.amazonaws.neptune#DBParameterGroupNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBParameterGroupQuotaExceededFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Copies the specified DB parameter group.</p>"
}
},
"com.amazonaws.neptune#CopyDBParameterGroupMessage": {
"type": "structure",
"members": {
"SourceDBParameterGroupIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The identifier or ARN for the source DB parameter group. For information about creating\n an ARN, see <a href=\"https://docs.aws.amazon.com/neptune/latest/UserGuide/tagging.ARN.html#tagging.ARN.Constructing\"> Constructing an\n Amazon Resource Name (ARN)</a>.</p>\n\n <p>Constraints:</p>\n\n <ul>\n <li>\n <p>Must specify a valid DB parameter group.</p>\n </li>\n <li>\n <p>Must specify a valid DB parameter group identifier, for example\n <code>my-db-param-group</code>, or a valid ARN.</p>\n </li>\n </ul>",
"smithy.api#required": {}
}
},
"TargetDBParameterGroupIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The identifier for the copied DB parameter group.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Cannot be null, empty, or blank.</p>\n </li>\n <li>\n <p>Must contain from 1 to 255 letters, numbers, or hyphens.</p>\n </li>\n <li>\n <p>First character must be a letter.</p>\n </li>\n <li>\n <p>Cannot end with a hyphen or contain two consecutive hyphens.</p>\n </li>\n </ul>\n\n <p>Example: <code>my-db-parameter-group</code>\n </p>",
"smithy.api#required": {}
}
},
"TargetDBParameterGroupDescription": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>A description for the copied DB parameter group.</p>",
"smithy.api#required": {}
}
},
"Tags": {
"target": "com.amazonaws.neptune#TagList",
"traits": {
"smithy.api#documentation": "<p>The tags to be assigned to the copied DB parameter group.</p>"
}
}
}
},
"com.amazonaws.neptune#CopyDBParameterGroupResult": {
"type": "structure",
"members": {
"DBParameterGroup": {
"target": "com.amazonaws.neptune#DBParameterGroup"
}
}
},
"com.amazonaws.neptune#CreateDBCluster": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#CreateDBClusterMessage"
},
"output": {
"target": "com.amazonaws.neptune#CreateDBClusterResult"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBClusterAlreadyExistsFault"
},
{
"target": "com.amazonaws.neptune#DBClusterNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBClusterParameterGroupNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBClusterQuotaExceededFault"
},
{
"target": "com.amazonaws.neptune#DBInstanceNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBSubnetGroupDoesNotCoverEnoughAZs"
},
{
"target": "com.amazonaws.neptune#DBSubnetGroupNotFoundFault"
},
{
"target": "com.amazonaws.neptune#InsufficientStorageClusterCapacityFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBClusterStateFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBInstanceStateFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBSubnetGroupStateFault"
},
{
"target": "com.amazonaws.neptune#InvalidSubnet"
},
{
"target": "com.amazonaws.neptune#InvalidVPCNetworkStateFault"
},
{
"target": "com.amazonaws.neptune#KMSKeyNotAccessibleFault"
},
{
"target": "com.amazonaws.neptune#StorageQuotaExceededFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Creates a new Amazon Neptune DB cluster.</p>\n <p>You can use the <code>ReplicationSourceIdentifier</code> parameter to create the DB\n cluster as a Read Replica of another DB cluster or Amazon Neptune DB instance.</p>\n <p>Note that when you create a new cluster using <code>CreateDBCluster</code> directly,\n deletion protection is disabled by default (when you create a new production cluster in\n the console, deletion protection is enabled by default). You can only delete a DB\n cluster if its <code>DeletionProtection</code> field is set to <code>false</code>.</p>"
}
},
"com.amazonaws.neptune#CreateDBClusterEndpoint": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#CreateDBClusterEndpointMessage"
},
"output": {
"target": "com.amazonaws.neptune#CreateDBClusterEndpointOutput"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBClusterEndpointAlreadyExistsFault"
},
{
"target": "com.amazonaws.neptune#DBClusterEndpointQuotaExceededFault"
},
{
"target": "com.amazonaws.neptune#DBClusterNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBInstanceNotFoundFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBClusterStateFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBInstanceStateFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Creates a new custom endpoint and associates it with an Amazon Neptune DB cluster.</p>"
}
},
"com.amazonaws.neptune#CreateDBClusterEndpointMessage": {
"type": "structure",
"members": {
"DBClusterIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is\n stored as a lowercase string.</p>",
"smithy.api#required": {}
}
},
"DBClusterEndpointIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The identifier to use for the new endpoint. This parameter is stored as a lowercase string.</p>",
"smithy.api#required": {}
}
},
"EndpointType": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The type of the endpoint. One of: <code>READER</code>, <code>WRITER</code>, <code>ANY</code>.</p>",
"smithy.api#required": {}
}
},
"StaticMembers": {
"target": "com.amazonaws.neptune#StringList",
"traits": {
"smithy.api#documentation": "<p>List of DB instance identifiers that are part of the custom endpoint group.</p>"
}
},
"ExcludedMembers": {
"target": "com.amazonaws.neptune#StringList",
"traits": {
"smithy.api#documentation": "<p>List of DB instance identifiers that aren't part of the custom endpoint group.\n All other eligible instances are reachable through the custom endpoint.\n Only relevant if the list of static members is empty.</p>"
}
},
"Tags": {
"target": "com.amazonaws.neptune#TagList",
"traits": {
"smithy.api#documentation": "<p>The tags to be assigned to the Amazon Neptune resource.</p>"
}
}
}
},
"com.amazonaws.neptune#CreateDBClusterEndpointOutput": {
"type": "structure",
"members": {
"DBClusterEndpointIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The identifier associated with the endpoint. This parameter is stored as a lowercase string.</p>"
}
},
"DBClusterIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is\n stored as a lowercase string.</p>"
}
},
"DBClusterEndpointResourceIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>A unique system-generated identifier for an endpoint. It remains the same for the whole life of the endpoint.</p>"
}
},
"Endpoint": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The DNS address of the endpoint.</p>"
}
},
"Status": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The current status of the endpoint. One of: <code>creating</code>, <code>available</code>, <code>deleting</code>, <code>inactive</code>, <code>modifying</code>. The <code>inactive</code> state applies to an endpoint that cannot be used for a certain kind of cluster,\n such as a <code>writer</code> endpoint for a read-only secondary cluster in a global database.</p>"
}
},
"EndpointType": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The type of the endpoint. One of: <code>READER</code>, <code>WRITER</code>, <code>CUSTOM</code>.</p>"
}
},
"CustomEndpointType": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The type associated with a custom endpoint. One of: <code>READER</code>,\n <code>WRITER</code>, <code>ANY</code>.</p>"
}
},
"StaticMembers": {
"target": "com.amazonaws.neptune#StringList",
"traits": {
"smithy.api#documentation": "<p>List of DB instance identifiers that are part of the custom endpoint group.</p>"
}
},
"ExcludedMembers": {
"target": "com.amazonaws.neptune#StringList",
"traits": {
"smithy.api#documentation": "<p>List of DB instance identifiers that aren't part of the custom endpoint group.\n All other eligible instances are reachable through the custom endpoint.\n Only relevant if the list of static members is empty.</p>"
}
},
"DBClusterEndpointArn": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for the endpoint.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>This data type represents the information you need to connect to an Amazon Neptune DB cluster.\n This data type is used as a response element in the following actions:</p>\n <ul>\n <li>\n <p>\n <code>CreateDBClusterEndpoint</code>\n </p>\n </li>\n <li>\n <p>\n <code>DescribeDBClusterEndpoints</code>\n </p>\n </li>\n <li>\n <p>\n <code>ModifyDBClusterEndpoint</code>\n </p>\n </li>\n <li>\n <p>\n <code>DeleteDBClusterEndpoint</code>\n </p>\n </li>\n </ul>\n <p>For the data structure that represents Amazon Neptune DB instance endpoints,\n see <code>Endpoint</code>.</p>"
}
},
"com.amazonaws.neptune#CreateDBClusterMessage": {
"type": "structure",
"members": {
"AvailabilityZones": {
"target": "com.amazonaws.neptune#AvailabilityZones",
"traits": {
"smithy.api#documentation": "<p>A list of EC2 Availability Zones that instances in the DB cluster can be created\n in.</p>"
}
},
"BackupRetentionPeriod": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>The number of days for which automated backups are retained. You must specify a minimum\n value of 1.</p>\n <p>Default: 1</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must be a value from 1 to 35</p>\n </li>\n </ul>"
}
},
"CharacterSetName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>\n <i>(Not supported by Neptune)</i>\n </p>"
}
},
"CopyTagsToSnapshot": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>\n <i>If set to <code>true</code>, tags are copied to any snapshot of\n the DB cluster that is created.</i>\n </p>"
}
},
"DatabaseName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name for your database of up to 64 alpha-numeric characters. If you do not provide a\n name, Amazon Neptune will not create a database in the DB cluster you are creating.</p>"
}
},
"DBClusterIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The DB cluster identifier. This parameter is stored as a lowercase string.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must contain from 1 to 63 letters, numbers, or hyphens.</p>\n </li>\n <li>\n <p>First character must be a letter.</p>\n </li>\n <li>\n <p>Cannot end with a hyphen or contain two consecutive hyphens.</p>\n </li>\n </ul>\n <p>Example: <code>my-cluster1</code>\n </p>",
"smithy.api#required": {}
}
},
"DBClusterParameterGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> The name of the DB cluster parameter group to associate with this DB cluster. If this\n argument is omitted, the default is used.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>If supplied, must match the name of an existing DBClusterParameterGroup.</p>\n </li>\n </ul>"
}
},
"VpcSecurityGroupIds": {
"target": "com.amazonaws.neptune#VpcSecurityGroupIdList",
"traits": {
"smithy.api#documentation": "<p>A list of EC2 VPC security groups to associate with this DB cluster.</p>"
}
},
"DBSubnetGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>A DB subnet group to associate with this DB cluster.</p>\n <p>Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.</p>\n <p>Example: <code>mySubnetgroup</code>\n </p>"
}
},
"Engine": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the database engine to be used for this DB cluster.</p>\n <p>Valid Values: <code>neptune</code>\n </p>",
"smithy.api#required": {}
}
},
"EngineVersion": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The version number of the database engine to use for the new DB cluster.</p>\n <p>Example: <code>1.0.2.1</code>\n </p>"
}
},
"Port": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>The port number on which the instances in the DB cluster accept connections.</p>\n <p> Default: <code>8182</code>\n </p>"
}
},
"MasterUsername": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Not supported by Neptune.</p>"
}
},
"MasterUserPassword": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Not supported by Neptune.</p>"
}
},
"OptionGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>\n <i>(Not supported by Neptune)</i>\n </p>"
}
},
"PreferredBackupWindow": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The daily time range during which automated backups are created if automated backups are\n enabled using the <code>BackupRetentionPeriod</code> parameter.</p>\n <p>The default is a 30-minute window selected at random from an 8-hour block of time for each\n Amazon Region. To see the time blocks available, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AdjustingTheMaintenanceWindow.html\"> Adjusting the Preferred\n Maintenance Window</a> in the <i>Amazon Neptune User Guide.</i>\n </p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must be in the format <code>hh24:mi-hh24:mi</code>.</p>\n </li>\n <li>\n <p>Must be in Universal Coordinated Time (UTC).</p>\n </li>\n <li>\n <p>Must not conflict with the preferred maintenance window.</p>\n </li>\n <li>\n <p>Must be at least 30 minutes.</p>\n </li>\n </ul>"
}
},
"PreferredMaintenanceWindow": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The weekly time range during which system maintenance can occur, in Universal Coordinated\n Time (UTC).</p>\n <p>Format: <code>ddd:hh24:mi-ddd:hh24:mi</code>\n </p>\n <p>The default is a 30-minute window selected at random from an 8-hour block of time for each\n Amazon Region, occurring on a random day of the week. To see the time blocks available, see\n <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AdjustingTheMaintenanceWindow.html\"> Adjusting the Preferred\n Maintenance Window</a> in the <i>Amazon Neptune User Guide.</i>\n </p>\n <p>Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.</p>\n <p>Constraints: Minimum 30-minute window.</p>"
}
},
"ReplicationSourceIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB cluster\n is created as a Read Replica.</p>"
}
},
"Tags": {
"target": "com.amazonaws.neptune#TagList",
"traits": {
"smithy.api#documentation": "<p>The tags to assign to the new DB cluster.</p>"
}
},
"StorageEncrypted": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>Specifies whether the DB cluster is encrypted.</p>"
}
},
"KmsKeyId": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon KMS key identifier for an encrypted DB cluster.</p>\n <p>The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If\n you are creating a DB cluster with the same Amazon account that owns the KMS encryption key used\n to encrypt the new DB cluster, then you can use the KMS key alias instead of the ARN for the\n KMS encryption key.</p>\n <p>If an encryption key is not specified in <code>KmsKeyId</code>:</p>\n <ul>\n <li>\n <p>If <code>ReplicationSourceIdentifier</code> identifies an encrypted source, then\n Amazon Neptune will use the encryption key used to encrypt the source. Otherwise, Amazon\n Neptune will use your default encryption key.</p>\n </li>\n <li>\n <p>If the <code>StorageEncrypted</code> parameter is true and\n <code>ReplicationSourceIdentifier</code> is not specified, then Amazon Neptune will use\n your default encryption key.</p>\n </li>\n </ul>\n <p>Amazon KMS creates the default encryption key for your Amazon account. Your Amazon account has a\n different default encryption key for each Amazon Region.</p>\n <p>If you create a Read Replica of an encrypted DB cluster in another Amazon Region, you must\n set <code>KmsKeyId</code> to a KMS key ID that is valid in the destination Amazon Region. This\n key is used to encrypt the Read Replica in that Amazon Region.</p>"
}
},
"PreSignedUrl": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>This parameter is not currently supported.</p>"
}
},
"EnableIAMDatabaseAuthentication": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>If set to <code>true</code>, enables Amazon Identity and Access Management\n (IAM) authentication for the entire DB cluster (this cannot be set at an\n instance level).</p>\n <p>Default: <code>false</code>.</p>"
}
},
"EnableCloudwatchLogsExports": {
"target": "com.amazonaws.neptune#LogTypeList",
"traits": {
"smithy.api#documentation": "<p>The list of log types that need to be enabled for exporting to CloudWatch Logs.</p>"
}
},
"DeletionProtection": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>A value that indicates whether the DB cluster has deletion protection enabled.\n The database can't be deleted when deletion protection is enabled. By default,\n deletion protection is enabled.</p>"
}
}
}
},
"com.amazonaws.neptune#CreateDBClusterParameterGroup": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#CreateDBClusterParameterGroupMessage"
},
"output": {
"target": "com.amazonaws.neptune#CreateDBClusterParameterGroupResult"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBParameterGroupAlreadyExistsFault"
},
{
"target": "com.amazonaws.neptune#DBParameterGroupQuotaExceededFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Creates a new DB cluster parameter group.</p>\n <p>Parameters in a DB cluster parameter group apply to all of the instances in a DB\n cluster.</p>\n <p> A DB cluster parameter group is initially created with the default\n parameters for the database engine used by instances in the DB cluster.\n To provide custom values for any of the parameters, you must modify the\n group after creating it using <a>ModifyDBClusterParameterGroup</a>.\n Once you've created a DB cluster parameter group, you need to associate it\n with your DB cluster using <a>ModifyDBCluster</a>.\n When you associate a new DB cluster parameter group with a running DB cluster,\n you need to reboot the DB instances in the DB cluster without failover for the\n new DB cluster parameter group and associated settings to take effect.</p>\n <important>\n <p>After you create a DB cluster parameter group, you should wait at least\n 5 minutes before creating your first DB cluster that uses that DB cluster\n parameter group as the default parameter group. This allows Amazon Neptune\n to fully complete the create action before the DB cluster parameter group\n is used as the default for a new DB cluster. This is especially important for\n parameters that are critical when creating the default database for a DB\n cluster, such as the character set for the default database defined by the\n <code>character_set_database</code> parameter. You can use the <i>Parameter\n Groups</i> option of the <a href=\"https://console.aws.amazon.com/rds/\">Amazon Neptune\n console</a> or the <a>DescribeDBClusterParameters</a>\n command to verify that your DB cluster parameter group has been created or modified.</p>\n </important>"
}
},
"com.amazonaws.neptune#CreateDBClusterParameterGroupMessage": {
"type": "structure",
"members": {
"DBClusterParameterGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the DB cluster parameter group.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must match the name of an existing DBClusterParameterGroup.</p>\n </li>\n </ul>\n <note>\n <p>This value is stored as a lowercase string.</p>\n </note>",
"smithy.api#required": {}
}
},
"DBParameterGroupFamily": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The DB cluster parameter group family name. A DB cluster parameter group can be associated\n with one and only one DB cluster parameter group family, and can be applied only to a DB\n cluster running a database engine and engine version compatible with that DB cluster parameter\n group family.</p>",
"smithy.api#required": {}
}
},
"Description": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The description for the DB cluster parameter group.</p>",
"smithy.api#required": {}
}
},
"Tags": {
"target": "com.amazonaws.neptune#TagList",
"traits": {
"smithy.api#documentation": "<p>The tags to be assigned to the new DB cluster parameter group.</p>"
}
}
}
},
"com.amazonaws.neptune#CreateDBClusterParameterGroupResult": {
"type": "structure",
"members": {
"DBClusterParameterGroup": {
"target": "com.amazonaws.neptune#DBClusterParameterGroup"
}
}
},
"com.amazonaws.neptune#CreateDBClusterResult": {
"type": "structure",
"members": {
"DBCluster": {
"target": "com.amazonaws.neptune#DBCluster"
}
}
},
"com.amazonaws.neptune#CreateDBClusterSnapshot": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#CreateDBClusterSnapshotMessage"
},
"output": {
"target": "com.amazonaws.neptune#CreateDBClusterSnapshotResult"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBClusterNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBClusterSnapshotAlreadyExistsFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBClusterSnapshotStateFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBClusterStateFault"
},
{
"target": "com.amazonaws.neptune#SnapshotQuotaExceededFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Creates a snapshot of a DB cluster.</p>"
}
},
"com.amazonaws.neptune#CreateDBClusterSnapshotMessage": {
"type": "structure",
"members": {
"DBClusterSnapshotIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The identifier of the DB cluster snapshot. This parameter is stored as a lowercase\n string.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must contain from 1 to 63 letters, numbers, or hyphens.</p>\n </li>\n <li>\n <p>First character must be a letter.</p>\n </li>\n <li>\n <p>Cannot end with a hyphen or contain two consecutive hyphens.</p>\n </li>\n </ul>\n <p>Example: <code>my-cluster1-snapshot1</code>\n </p>",
"smithy.api#required": {}
}
},
"DBClusterIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The identifier of the DB cluster to create a snapshot for. This parameter is not\n case-sensitive.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must match the identifier of an existing DBCluster.</p>\n </li>\n </ul>\n <p>Example: <code>my-cluster1</code>\n </p>",
"smithy.api#required": {}
}
},
"Tags": {
"target": "com.amazonaws.neptune#TagList",
"traits": {
"smithy.api#documentation": "<p>The tags to be assigned to the DB cluster snapshot.</p>"
}
}
}
},
"com.amazonaws.neptune#CreateDBClusterSnapshotResult": {
"type": "structure",
"members": {
"DBClusterSnapshot": {
"target": "com.amazonaws.neptune#DBClusterSnapshot"
}
}
},
"com.amazonaws.neptune#CreateDBInstance": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#CreateDBInstanceMessage"
},
"output": {
"target": "com.amazonaws.neptune#CreateDBInstanceResult"
},
"errors": [
{
"target": "com.amazonaws.neptune#AuthorizationNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBClusterNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBInstanceAlreadyExistsFault"
},
{
"target": "com.amazonaws.neptune#DBParameterGroupNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBSecurityGroupNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBSubnetGroupDoesNotCoverEnoughAZs"
},
{
"target": "com.amazonaws.neptune#DBSubnetGroupNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DomainNotFoundFault"
},
{
"target": "com.amazonaws.neptune#InstanceQuotaExceededFault"
},
{
"target": "com.amazonaws.neptune#InsufficientDBInstanceCapacityFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBClusterStateFault"
},
{
"target": "com.amazonaws.neptune#InvalidSubnet"
},
{
"target": "com.amazonaws.neptune#InvalidVPCNetworkStateFault"
},
{
"target": "com.amazonaws.neptune#KMSKeyNotAccessibleFault"
},
{
"target": "com.amazonaws.neptune#OptionGroupNotFoundFault"
},
{
"target": "com.amazonaws.neptune#ProvisionedIopsNotAvailableInAZFault"
},
{
"target": "com.amazonaws.neptune#StorageQuotaExceededFault"
},
{
"target": "com.amazonaws.neptune#StorageTypeNotSupportedFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Creates a new DB instance.</p>"
}
},
"com.amazonaws.neptune#CreateDBInstanceMessage": {
"type": "structure",
"members": {
"DBName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Not supported.</p>"
}
},
"DBInstanceIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The DB instance identifier. This parameter is stored as a lowercase string.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must contain from 1 to 63 letters, numbers, or hyphens.</p>\n </li>\n <li>\n <p>First character must be a letter.</p>\n </li>\n <li>\n <p>Cannot end with a hyphen or contain two consecutive hyphens.</p>\n </li>\n </ul>\n <p>Example: <code>mydbinstance</code>\n </p>",
"smithy.api#required": {}
}
},
"AllocatedStorage": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>Not supported by Neptune.</p>"
}
},
"DBInstanceClass": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The compute and memory capacity of the DB instance, for example, <code>db.m4.large</code>.\n Not all DB instance classes are available in all Amazon Regions.</p>",
"smithy.api#required": {}
}
},
"Engine": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the database engine to be used for this instance.</p>\n <p>Valid Values: <code>neptune</code>\n </p>",
"smithy.api#required": {}
}
},
"MasterUsername": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Not supported by Neptune.</p>"
}
},
"MasterUserPassword": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Not supported by Neptune.</p>"
}
},
"DBSecurityGroups": {
"target": "com.amazonaws.neptune#DBSecurityGroupNameList",
"traits": {
"smithy.api#documentation": "<p>A list of DB security groups to associate with this DB instance.</p>\n <p>Default: The default DB security group for the database engine.</p>"
}
},
"VpcSecurityGroupIds": {
"target": "com.amazonaws.neptune#VpcSecurityGroupIdList",
"traits": {
"smithy.api#documentation": "<p>A list of EC2 VPC security groups to associate with this DB instance.</p>\n <p>Not applicable. The associated list of EC2 VPC security groups is managed by the DB\n cluster. For more information, see <a>CreateDBCluster</a>.</p>\n <p>Default: The default EC2 VPC security group for the DB subnet group's VPC.</p>"
}
},
"AvailabilityZone": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> The EC2 Availability Zone that the DB instance is created in</p>\n <p>Default: A random, system-chosen Availability Zone in the endpoint's Amazon Region.</p>\n <p> Example: <code>us-east-1d</code>\n </p>\n <p> Constraint: The AvailabilityZone parameter can't be specified if the MultiAZ parameter is\n set to <code>true</code>. The specified Availability Zone must be in the same Amazon Region as\n the current endpoint.</p>"
}
},
"DBSubnetGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>A DB subnet group to associate with this DB instance.</p>\n <p>If there is no DB subnet group, then it is a non-VPC DB instance.</p>"
}
},
"PreferredMaintenanceWindow": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The time range each week during which system maintenance can occur, in Universal\n Coordinated Time (UTC).</p>\n <p> Format: <code>ddd:hh24:mi-ddd:hh24:mi</code>\n </p>\n <p>The default is a 30-minute window selected at random from an 8-hour block of time for each\n Amazon Region, occurring on a random day of the week.</p>\n <p>Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.</p>\n <p>Constraints: Minimum 30-minute window.</p>"
}
},
"DBParameterGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the DB parameter group to associate with this DB instance. If this argument is\n omitted, the default DBParameterGroup for the specified engine is used.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must be 1 to 255 letters, numbers, or hyphens.</p>\n </li>\n <li>\n <p>First character must be a letter</p>\n </li>\n <li>\n <p>Cannot end with a hyphen or contain two consecutive hyphens</p>\n </li>\n </ul>"
}
},
"BackupRetentionPeriod": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>The number of days for which automated backups are\n retained.</p>\n <p>Not applicable. The retention period for automated backups is managed by the DB cluster.\n For more information, see <a>CreateDBCluster</a>.</p>\n <p>Default: 1</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must be a value from 0 to 35</p>\n </li>\n <li>\n <p>Cannot be set to 0 if the DB instance is a source to Read Replicas</p>\n </li>\n </ul>"
}
},
"PreferredBackupWindow": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> The daily time range during which automated backups are created.</p>\n <p>Not applicable. The daily time range for creating automated backups is managed by the DB\n cluster. For more information, see <a>CreateDBCluster</a>.</p>"
}
},
"Port": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>The port number on which the database accepts connections.</p>\n <p>Not applicable. The port is managed by the DB cluster. For more information, see <a>CreateDBCluster</a>.</p>\n <p> Default: <code>8182</code>\n </p>\n <p>Type: Integer</p>"
}
},
"MultiAZ": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>Specifies if the DB instance is a Multi-AZ deployment. You can't set the AvailabilityZone\n parameter if the MultiAZ parameter is set to true.</p>"
}
},
"EngineVersion": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The version number of the database engine to use. Currently, setting this\n parameter has no effect.</p>"
}
},
"AutoMinorVersionUpgrade": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>Indicates that minor engine upgrades are applied automatically to the DB instance during\n the maintenance window.</p>\n <p>Default: <code>true</code>\n </p>"
}
},
"LicenseModel": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>License model information for this DB instance.</p>\n <p> Valid values: <code>license-included</code> | <code>bring-your-own-license</code> |\n <code>general-public-license</code>\n </p>"
}
},
"Iops": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>The amount of Provisioned IOPS (input/output operations per second) to be initially\n allocated for the DB instance.</p>"
}
},
"OptionGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>\n <i>(Not supported by Neptune)</i>\n </p>"
}
},
"CharacterSetName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>\n <i>(Not supported by Neptune)</i>\n </p>"
}
},
"PubliclyAccessible": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#deprecated": {},
"smithy.api#documentation": "<p>This flag should no longer be used.</p>"
}
},
"Tags": {
"target": "com.amazonaws.neptune#TagList",
"traits": {
"smithy.api#documentation": "<p>The tags to assign to the new instance.</p>"
}
},
"DBClusterIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The identifier of the DB cluster that the instance will belong to.</p>\n <p>For information on creating a DB cluster, see <a>CreateDBCluster</a>.</p>\n <p>Type: String</p>"
}
},
"StorageType": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specifies the storage type to be associated with the DB instance.</p>\n <p>Not applicable. Storage is managed by the DB Cluster.</p>"
}
},
"TdeCredentialArn": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The ARN from the key store with which to associate the instance for TDE encryption.</p>"
}
},
"TdeCredentialPassword": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The password for the given ARN from the key store in order to access the device.</p>"
}
},
"StorageEncrypted": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>Specifies whether the DB instance is encrypted.</p>\n <p>Not applicable. The encryption for DB instances is managed by the DB cluster. For more\n information, see <a>CreateDBCluster</a>.</p>\n <p>Default: false</p>"
}
},
"KmsKeyId": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon KMS key identifier for an encrypted DB instance.</p>\n <p>The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If\n you are creating a DB instance with the same Amazon account that owns the KMS encryption key used\n to encrypt the new DB instance, then you can use the KMS key alias instead of the ARN for the\n KM encryption key.</p>\n <p>Not applicable. The KMS key identifier is managed by the DB cluster. For more information,\n see <a>CreateDBCluster</a>.</p>\n <p>If the <code>StorageEncrypted</code> parameter is true, and you do not specify a value for\n the <code>KmsKeyId</code> parameter, then Amazon Neptune will use your default encryption key.\n Amazon KMS creates the default encryption key for your Amazon account. Your Amazon account has a\n different default encryption key for each Amazon Region.</p>"
}
},
"Domain": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specify the Active Directory Domain to create the instance in.</p>"
}
},
"CopyTagsToSnapshot": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>True to copy all tags from the DB instance to snapshots of the DB instance, and otherwise\n false. The default is false.</p>"
}
},
"MonitoringInterval": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>The interval, in seconds, between points when Enhanced Monitoring metrics are collected\n for the DB instance. To disable collecting Enhanced Monitoring metrics, specify 0. The default\n is 0.</p>\n <p>If <code>MonitoringRoleArn</code> is specified, then you must also set\n <code>MonitoringInterval</code> to a value other than 0.</p>\n <p>Valid Values: <code>0, 1, 5, 10, 15, 30, 60</code>\n </p>"
}
},
"MonitoringRoleArn": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The ARN for the IAM role that permits Neptune to send enhanced monitoring metrics to\n Amazon CloudWatch Logs. For example,\n <code>arn:aws:iam:123456789012:role/emaccess</code>.</p>\n <p>If <code>MonitoringInterval</code> is set to a value other than 0, then you must supply a\n <code>MonitoringRoleArn</code> value.</p>"
}
},
"DomainIAMRoleName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specify the name of the IAM role to be used when making API calls to the Directory\n Service.</p>"
}
},
"PromotionTier": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>A value that specifies the order in which an Read Replica is promoted to the primary\n instance after a failure of the existing primary instance.\n </p>\n <p>Default: 1</p>\n <p>Valid Values: 0 - 15</p>"
}
},
"Timezone": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The time zone of the DB instance.</p>"
}
},
"EnableIAMDatabaseAuthentication": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>Not supported by Neptune (ignored).</p>"
}
},
"EnablePerformanceInsights": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>\n <i>(Not supported by Neptune)</i>\n </p>"
}
},
"PerformanceInsightsKMSKeyId": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>\n <i>(Not supported by Neptune)</i>\n </p>"
}
},
"EnableCloudwatchLogsExports": {
"target": "com.amazonaws.neptune#LogTypeList",
"traits": {
"smithy.api#documentation": "<p>The list of log types that need to be enabled for exporting to CloudWatch Logs.</p>"
}
},
"DeletionProtection": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>A value that indicates whether the DB instance has deletion protection enabled.\n The database can't be deleted when deletion protection is enabled. By default,\n deletion protection is disabled. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/manage-console-instances-delete.html\">Deleting\n a DB Instance</a>.</p>\n\n <p>DB instances in a DB cluster can be deleted even when deletion\n protection is enabled in their parent DB cluster.</p>"
}
}
}
},
"com.amazonaws.neptune#CreateDBInstanceResult": {
"type": "structure",
"members": {
"DBInstance": {
"target": "com.amazonaws.neptune#DBInstance"
}
}
},
"com.amazonaws.neptune#CreateDBParameterGroup": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#CreateDBParameterGroupMessage"
},
"output": {
"target": "com.amazonaws.neptune#CreateDBParameterGroupResult"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBParameterGroupAlreadyExistsFault"
},
{
"target": "com.amazonaws.neptune#DBParameterGroupQuotaExceededFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Creates a new DB parameter group.</p>\n\n <p>A DB parameter group is initially created with the default parameters for the database\n engine used by the DB instance. To provide custom values for any of the parameters, you must\n modify the group after creating it using <i>ModifyDBParameterGroup</i>. Once\n you've created a DB parameter group, you need to associate it with your DB instance using\n <i>ModifyDBInstance</i>. When you associate a new DB parameter group with a\n running DB instance, you need to reboot the DB instance without failover for the new DB\n parameter group and associated settings to take effect.</p>\n\n <important>\n <p>After you create a DB parameter group, you should wait at least 5 minutes before\n creating your first DB instance that uses that DB parameter group as the default parameter\n group. This allows Amazon Neptune to fully complete the create action before the parameter\n group is used as the default for a new DB instance. This is especially important for\n parameters that are critical when creating the default database for a DB instance, such as\n the character set for the default database defined by the\n <code>character_set_database</code> parameter. You can use the <i>Parameter\n Groups</i> option of the Amazon Neptune console or the\n <i>DescribeDBParameters</i> command to verify that your DB parameter group has\n been created or modified.</p>\n </important>"
}
},
"com.amazonaws.neptune#CreateDBParameterGroupMessage": {
"type": "structure",
"members": {
"DBParameterGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the DB parameter group.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must be 1 to 255 letters, numbers, or hyphens.</p>\n </li>\n <li>\n <p>First character must be a letter</p>\n </li>\n <li>\n <p>Cannot end with a hyphen or contain two consecutive hyphens</p>\n </li>\n </ul>\n <note>\n <p>This value is stored as a lowercase string.</p>\n </note>",
"smithy.api#required": {}
}
},
"DBParameterGroupFamily": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The DB parameter group family name. A DB parameter group can be associated with one and\n only one DB parameter group family, and can be applied only to a DB instance running a\n database engine and engine version compatible with that DB parameter group family.</p>",
"smithy.api#required": {}
}
},
"Description": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The description for the DB parameter group.</p>",
"smithy.api#required": {}
}
},
"Tags": {
"target": "com.amazonaws.neptune#TagList",
"traits": {
"smithy.api#documentation": "<p>The tags to be assigned to the new DB parameter group.</p>"
}
}
}
},
"com.amazonaws.neptune#CreateDBParameterGroupResult": {
"type": "structure",
"members": {
"DBParameterGroup": {
"target": "com.amazonaws.neptune#DBParameterGroup"
}
}
},
"com.amazonaws.neptune#CreateDBSubnetGroup": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#CreateDBSubnetGroupMessage"
},
"output": {
"target": "com.amazonaws.neptune#CreateDBSubnetGroupResult"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBSubnetGroupAlreadyExistsFault"
},
{
"target": "com.amazonaws.neptune#DBSubnetGroupDoesNotCoverEnoughAZs"
},
{
"target": "com.amazonaws.neptune#DBSubnetGroupQuotaExceededFault"
},
{
"target": "com.amazonaws.neptune#DBSubnetQuotaExceededFault"
},
{
"target": "com.amazonaws.neptune#InvalidSubnet"
}
],
"traits": {
"smithy.api#documentation": "<p>Creates a new DB subnet group. DB subnet groups must contain at least one subnet in at\n least two AZs in the Amazon Region.</p>"
}
},
"com.amazonaws.neptune#CreateDBSubnetGroupMessage": {
"type": "structure",
"members": {
"DBSubnetGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name for the DB subnet group. This value is stored as a lowercase string.</p>\n <p>Constraints: Must contain no more than 255 letters, numbers, periods, underscores, spaces,\n or hyphens. Must not be default.</p>\n <p>Example: <code>mySubnetgroup</code>\n </p>",
"smithy.api#required": {}
}
},
"DBSubnetGroupDescription": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The description for the DB subnet group.</p>",
"smithy.api#required": {}
}
},
"SubnetIds": {
"target": "com.amazonaws.neptune#SubnetIdentifierList",
"traits": {
"smithy.api#documentation": "<p>The EC2 Subnet IDs for the DB subnet group.</p>",
"smithy.api#required": {}
}
},
"Tags": {
"target": "com.amazonaws.neptune#TagList",
"traits": {
"smithy.api#documentation": "<p>The tags to be assigned to the new DB subnet group.</p>"
}
}
}
},
"com.amazonaws.neptune#CreateDBSubnetGroupResult": {
"type": "structure",
"members": {
"DBSubnetGroup": {
"target": "com.amazonaws.neptune#DBSubnetGroup"
}
}
},
"com.amazonaws.neptune#CreateEventSubscription": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#CreateEventSubscriptionMessage"
},
"output": {
"target": "com.amazonaws.neptune#CreateEventSubscriptionResult"
},
"errors": [
{
"target": "com.amazonaws.neptune#EventSubscriptionQuotaExceededFault"
},
{
"target": "com.amazonaws.neptune#SNSInvalidTopicFault"
},
{
"target": "com.amazonaws.neptune#SNSNoAuthorizationFault"
},
{
"target": "com.amazonaws.neptune#SNSTopicArnNotFoundFault"
},
{
"target": "com.amazonaws.neptune#SourceNotFoundFault"
},
{
"target": "com.amazonaws.neptune#SubscriptionAlreadyExistFault"
},
{
"target": "com.amazonaws.neptune#SubscriptionCategoryNotFoundFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Creates an event notification subscription. This action requires a topic ARN (Amazon\n Resource Name) created by either the Neptune console, the SNS console, or the SNS API. To\n obtain an ARN with SNS, you must create a topic in Amazon SNS and subscribe to the topic. The\n ARN is displayed in the SNS console.</p>\n <p>You can specify the type of source (SourceType) you want to be notified of, provide a list\n of Neptune sources (SourceIds) that triggers the events, and provide a list of event\n categories (EventCategories) for events you want to be notified of. For example, you can\n specify SourceType = db-instance, SourceIds = mydbinstance1, mydbinstance2 and EventCategories\n = Availability, Backup.</p>\n <p>If you specify both the SourceType and SourceIds, such as SourceType = db-instance and\n SourceIdentifier = myDBInstance1, you are notified of all the db-instance events for the\n specified source. If you specify a SourceType but do not specify a SourceIdentifier, you\n receive notice of the events for that source type for all your Neptune sources. If you do not\n specify either the SourceType nor the SourceIdentifier, you are notified of events generated\n from all Neptune sources belonging to your customer account.</p>"
}
},
"com.amazonaws.neptune#CreateEventSubscriptionMessage": {
"type": "structure",
"members": {
"SubscriptionName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the subscription.</p>\n <p>Constraints: The name must be less than 255 characters.</p>",
"smithy.api#required": {}
}
},
"SnsTopicArn": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the SNS topic created for event notification. The ARN is\n created by Amazon SNS when you create a topic and subscribe to it.</p>",
"smithy.api#required": {}
}
},
"SourceType": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The type of source that is generating the events. For example, if you want to be notified\n of events generated by a DB instance, you would set this parameter to db-instance. if this\n value is not specified, all events are returned.</p>\n <p>Valid values: <code>db-instance</code> | <code>db-cluster</code> |\n <code>db-parameter-group</code> | <code>db-security-group</code> | <code>db-snapshot</code> |\n <code>db-cluster-snapshot</code>\n </p>"
}
},
"EventCategories": {
"target": "com.amazonaws.neptune#EventCategoriesList",
"traits": {
"smithy.api#documentation": "<p> A list of event categories for a SourceType that you want to subscribe to. You can see a\n list of the categories for a given SourceType by using the\n <b>DescribeEventCategories</b> action.</p>"
}
},
"SourceIds": {
"target": "com.amazonaws.neptune#SourceIdsList",
"traits": {
"smithy.api#documentation": "<p>The list of identifiers of the event sources for which events are returned. If not\n specified, then all sources are included in the response. An identifier must begin with a\n letter and must contain only ASCII letters, digits, and hyphens; it can't end with a hyphen or\n contain two consecutive hyphens.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>If SourceIds are supplied, SourceType must also be provided.</p>\n </li>\n <li>\n <p>If the source type is a DB instance, then a <code>DBInstanceIdentifier</code> must be\n supplied.</p>\n </li>\n <li>\n <p>If the source type is a DB security group, a <code>DBSecurityGroupName</code> must be\n supplied.</p>\n </li>\n <li>\n <p>If the source type is a DB parameter group, a <code>DBParameterGroupName</code> must\n be supplied.</p>\n </li>\n <li>\n <p>If the source type is a DB snapshot, a <code>DBSnapshotIdentifier</code> must be\n supplied.</p>\n </li>\n </ul>"
}
},
"Enabled": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p> A Boolean value; set to <b>true</b> to activate the\n subscription, set to <b>false</b> to create the subscription but not\n active it.</p>"
}
},
"Tags": {
"target": "com.amazonaws.neptune#TagList",
"traits": {
"smithy.api#documentation": "<p>The tags to be applied to the new event subscription.</p>"
}
}
}
},
"com.amazonaws.neptune#CreateEventSubscriptionResult": {
"type": "structure",
"members": {
"EventSubscription": {
"target": "com.amazonaws.neptune#EventSubscription"
}
}
},
"com.amazonaws.neptune#DBCluster": {
"type": "structure",
"members": {
"AllocatedStorage": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>\n <code>AllocatedStorage</code> always returns 1, because Neptune DB cluster storage size is\n not fixed, but instead automatically adjusts as needed.</p>"
}
},
"AvailabilityZones": {
"target": "com.amazonaws.neptune#AvailabilityZones",
"traits": {
"smithy.api#documentation": "<p>Provides the list of EC2 Availability Zones that instances in the DB cluster can be\n created in.</p>"
}
},
"BackupRetentionPeriod": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>Specifies the number of days for which automatic DB snapshots are retained.</p>"
}
},
"CharacterSetName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Not supported by Neptune.</p>"
}
},
"DatabaseName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Contains the name of the initial database of this DB cluster that was provided at create\n time, if one was specified when the DB cluster was created. This same name is returned for the\n life of the DB cluster.</p>"
}
},
"DBClusterIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Contains a user-supplied DB cluster identifier. This identifier is the unique key that\n identifies a DB cluster.</p>"
}
},
"DBClusterParameterGroup": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specifies the name of the DB cluster parameter group for the DB cluster.</p>"
}
},
"DBSubnetGroup": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specifies information on the subnet group associated with the DB cluster, including the\n name, description, and subnets in the subnet group.</p>"
}
},
"Status": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specifies the current state of this DB cluster.</p>"
}
},
"PercentProgress": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specifies the progress of the operation as a percentage.</p>"
}
},
"EarliestRestorableTime": {
"target": "com.amazonaws.neptune#TStamp",
"traits": {
"smithy.api#documentation": "<p>Specifies the earliest time to which a database can be restored with point-in-time\n restore.</p>"
}
},
"Endpoint": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specifies the connection endpoint for the primary instance of the DB cluster.</p>"
}
},
"ReaderEndpoint": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The reader endpoint for the DB cluster. The reader endpoint for a DB cluster load-balances\n connections across the Read Replicas that are available in a DB cluster. As clients request\n new connections to the reader endpoint, Neptune distributes the connection requests among the\n Read Replicas in the DB cluster. This functionality can help balance your read workload across\n multiple Read Replicas in your DB cluster.</p>\n <p>If a failover occurs, and the Read Replica that you are connected to is promoted to be the\n primary instance, your connection is dropped. To continue sending your read workload to other\n Read Replicas in the cluster, you can then reconnect to the reader endpoint.</p>"
}
},
"MultiAZ": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>Specifies whether the DB cluster has instances in multiple Availability Zones.</p>"
}
},
"Engine": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Provides the name of the database engine to be used for this DB cluster.</p>"
}
},
"EngineVersion": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Indicates the database engine version.</p>"
}
},
"LatestRestorableTime": {
"target": "com.amazonaws.neptune#TStamp",
"traits": {
"smithy.api#documentation": "<p>Specifies the latest time to which a database can be restored with point-in-time\n restore.</p>"
}
},
"Port": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>Specifies the port that the database engine is listening on.</p>"
}
},
"MasterUsername": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Not supported by Neptune.</p>"
}
},
"DBClusterOptionGroupMemberships": {
"target": "com.amazonaws.neptune#DBClusterOptionGroupMemberships",
"traits": {
"smithy.api#documentation": "<p>Not supported by Neptune.</p>"
}
},
"PreferredBackupWindow": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specifies the daily time range during which automated backups are created if automated\n backups are enabled, as determined by the <code>BackupRetentionPeriod</code>.</p>"
}
},
"PreferredMaintenanceWindow": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specifies the weekly time range during which system maintenance can occur, in Universal\n Coordinated Time (UTC).</p>"
}
},
"ReplicationSourceIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Not supported by Neptune.</p>"
}
},
"ReadReplicaIdentifiers": {
"target": "com.amazonaws.neptune#ReadReplicaIdentifierList",
"traits": {
"smithy.api#documentation": "<p>Contains one or more identifiers of the Read Replicas associated with this DB\n cluster.</p>"
}
},
"DBClusterMembers": {
"target": "com.amazonaws.neptune#DBClusterMemberList",
"traits": {
"smithy.api#documentation": "<p>Provides the list of instances that make up the DB cluster.</p>"
}
},
"VpcSecurityGroups": {
"target": "com.amazonaws.neptune#VpcSecurityGroupMembershipList",
"traits": {
"smithy.api#documentation": "<p>Provides a list of VPC security groups that the DB cluster belongs to.</p>"
}
},
"HostedZoneId": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.</p>"
}
},
"StorageEncrypted": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>Specifies whether the DB cluster is encrypted.</p>"
}
},
"KmsKeyId": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>If <code>StorageEncrypted</code> is true, the Amazon KMS key identifier for the\n encrypted DB cluster.</p>"
}
},
"DbClusterResourceId": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Region-unique, immutable identifier for the DB cluster. This identifier is found\n in Amazon CloudTrail log entries whenever the Amazon KMS key for the DB cluster is accessed.</p>"
}
},
"DBClusterArn": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for the DB cluster.</p>"
}
},
"AssociatedRoles": {
"target": "com.amazonaws.neptune#DBClusterRoles",
"traits": {
"smithy.api#documentation": "<p>Provides a list of the Amazon Identity and Access Management (IAM) roles that are associated\n with the DB cluster. IAM roles that are associated with a DB cluster grant permission for the\n DB cluster to access other Amazon services on your behalf.</p>"
}
},
"IAMDatabaseAuthenticationEnabled": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>True if mapping of Amazon Identity and Access Management (IAM) accounts to database accounts\n is enabled, and otherwise false.</p>"
}
},
"CloneGroupId": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Identifies the clone group to which the DB cluster is associated.</p>"
}
},
"ClusterCreateTime": {
"target": "com.amazonaws.neptune#TStamp",
"traits": {
"smithy.api#documentation": "<p>Specifies the time when the DB cluster was created, in Universal Coordinated Time\n (UTC).</p>"
}
},
"CopyTagsToSnapshot": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>\n <i>If set to <code>true</code>, tags are copied to any snapshot of\n the DB cluster that is created.</i>\n </p>"
}
},
"EnabledCloudwatchLogsExports": {
"target": "com.amazonaws.neptune#LogTypeList",
"traits": {
"smithy.api#documentation": "<p>A list of log types that this DB cluster is configured to export to CloudWatch Logs.</p>"
}
},
"DeletionProtection": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>Indicates whether or not the DB cluster has deletion protection enabled.\n The database can't be deleted when deletion protection is enabled.</p>"
}
},
"CrossAccountClone": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>If set to <code>true</code>, the DB cluster can be cloned across accounts.</p>"
}
},
"AutomaticRestartTime": {
"target": "com.amazonaws.neptune#TStamp",
"traits": {
"smithy.api#documentation": "<p>Time at which the DB cluster will be automatically restarted.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Contains the details of an Amazon Neptune DB cluster.</p>\n <p>This data type is used as a response element in the <a>DescribeDBClusters</a> action.</p>"
}
},
"com.amazonaws.neptune#DBClusterAlreadyExistsFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>User already has a DB cluster with the given identifier.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#DBClusterEndpoint": {
"type": "structure",
"members": {
"DBClusterEndpointIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The identifier associated with the endpoint. This parameter is stored as a lowercase string.</p>"
}
},
"DBClusterIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is\n stored as a lowercase string.</p>"
}
},
"DBClusterEndpointResourceIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>A unique system-generated identifier for an endpoint. It remains the same for the whole life of the endpoint.</p>"
}
},
"Endpoint": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The DNS address of the endpoint.</p>"
}
},
"Status": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The current status of the endpoint. One of: <code>creating</code>, <code>available</code>, <code>deleting</code>, <code>inactive</code>, <code>modifying</code>. The <code>inactive</code> state applies to an endpoint that cannot be used for a certain kind of cluster,\n such as a <code>writer</code> endpoint for a read-only secondary cluster in a global database.</p>"
}
},
"EndpointType": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The type of the endpoint. One of: <code>READER</code>, <code>WRITER</code>, <code>CUSTOM</code>.</p>"
}
},
"CustomEndpointType": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The type associated with a custom endpoint. One of: <code>READER</code>,\n <code>WRITER</code>, <code>ANY</code>.</p>"
}
},
"StaticMembers": {
"target": "com.amazonaws.neptune#StringList",
"traits": {
"smithy.api#documentation": "<p>List of DB instance identifiers that are part of the custom endpoint group.</p>"
}
},
"ExcludedMembers": {
"target": "com.amazonaws.neptune#StringList",
"traits": {
"smithy.api#documentation": "<p>List of DB instance identifiers that aren't part of the custom endpoint group.\n All other eligible instances are reachable through the custom endpoint.\n Only relevant if the list of static members is empty.</p>"
}
},
"DBClusterEndpointArn": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for the endpoint.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>This data type represents the information you need to connect to an Amazon Neptune DB cluster.\n This data type is used as a response element in the following actions:</p>\n <ul>\n <li>\n <p>\n <code>CreateDBClusterEndpoint</code>\n </p>\n </li>\n <li>\n <p>\n <code>DescribeDBClusterEndpoints</code>\n </p>\n </li>\n <li>\n <p>\n <code>ModifyDBClusterEndpoint</code>\n </p>\n </li>\n <li>\n <p>\n <code>DeleteDBClusterEndpoint</code>\n </p>\n </li>\n </ul>\n <p>For the data structure that represents Amazon Neptune DB instance endpoints,\n see <code>Endpoint</code>.</p>"
}
},
"com.amazonaws.neptune#DBClusterEndpointAlreadyExistsFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The specified custom endpoint cannot be created because it already exists.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#DBClusterEndpointList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#DBClusterEndpoint",
"traits": {
"smithy.api#xmlName": "DBClusterEndpointList"
}
}
},
"com.amazonaws.neptune#DBClusterEndpointMessage": {
"type": "structure",
"members": {
"Marker": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> An optional pagination token provided by a previous\n <code>DescribeDBClusterEndpoints</code> request.\n If this parameter is specified, the response includes\n only records beyond the marker,\n up to the value specified by <code>MaxRecords</code>.\n </p>"
}
},
"DBClusterEndpoints": {
"target": "com.amazonaws.neptune#DBClusterEndpointList",
"traits": {
"smithy.api#documentation": "<p>Contains the details of the endpoints associated with the cluster\n and matching any filter conditions.</p>"
}
}
}
},
"com.amazonaws.neptune#DBClusterEndpointNotFoundFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The specified custom endpoint doesn't exist.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#DBClusterEndpointQuotaExceededFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The cluster already has the maximum number of custom endpoints.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 403
}
},
"com.amazonaws.neptune#DBClusterList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#DBCluster",
"traits": {
"smithy.api#xmlName": "DBCluster"
}
}
},
"com.amazonaws.neptune#DBClusterMember": {
"type": "structure",
"members": {
"DBInstanceIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specifies the instance identifier for this member of the DB cluster.</p>"
}
},
"IsClusterWriter": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>Value that is <code>true</code> if the cluster member is the primary instance for the DB\n cluster and <code>false</code> otherwise.</p>"
}
},
"DBClusterParameterGroupStatus": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specifies the status of the DB cluster parameter group for this member of the DB\n cluster.</p>"
}
},
"PromotionTier": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>A value that specifies the order in which a Read Replica is promoted to the primary\n instance after a failure of the existing primary instance.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Contains information about an instance that is part of a DB cluster.</p>"
}
},
"com.amazonaws.neptune#DBClusterMemberList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#DBClusterMember",
"traits": {
"smithy.api#xmlName": "DBClusterMember"
}
}
},
"com.amazonaws.neptune#DBClusterMessage": {
"type": "structure",
"members": {
"Marker": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>A pagination token that can be used in a subsequent DescribeDBClusters request.</p>"
}
},
"DBClusters": {
"target": "com.amazonaws.neptune#DBClusterList",
"traits": {
"smithy.api#documentation": "<p>Contains a list of DB clusters for the user.</p>"
}
}
}
},
"com.amazonaws.neptune#DBClusterNotFoundFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>\n <i>DBClusterIdentifier</i> does not refer to an existing DB cluster.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 404
}
},
"com.amazonaws.neptune#DBClusterOptionGroupMemberships": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#DBClusterOptionGroupStatus",
"traits": {
"smithy.api#xmlName": "DBClusterOptionGroup"
}
}
},
"com.amazonaws.neptune#DBClusterOptionGroupStatus": {
"type": "structure",
"members": {
"DBClusterOptionGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Not supported by Neptune.</p>"
}
},
"Status": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Not supported by Neptune.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Not supported by Neptune.</p>"
}
},
"com.amazonaws.neptune#DBClusterParameterGroup": {
"type": "structure",
"members": {
"DBClusterParameterGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Provides the name of the DB cluster parameter group.</p>"
}
},
"DBParameterGroupFamily": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Provides the name of the DB parameter group family that this DB cluster parameter group is\n compatible with.</p>"
}
},
"Description": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Provides the customer-specified description for this DB cluster parameter group.</p>"
}
},
"DBClusterParameterGroupArn": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for the DB cluster parameter group.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Contains the details of an Amazon Neptune DB cluster parameter group.</p>\n <p>This data type is used as a response element in the <a>DescribeDBClusterParameterGroups</a> action.</p>"
}
},
"com.amazonaws.neptune#DBClusterParameterGroupDetails": {
"type": "structure",
"members": {
"Parameters": {
"target": "com.amazonaws.neptune#ParametersList",
"traits": {
"smithy.api#documentation": "<p>Provides a list of parameters for the DB cluster parameter group.</p>"
}
},
"Marker": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> An optional pagination token provided by a previous DescribeDBClusterParameters request.\n If this parameter is specified, the response includes only records beyond the marker, up to\n the value specified by <code>MaxRecords</code> .</p>"
}
}
}
},
"com.amazonaws.neptune#DBClusterParameterGroupList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#DBClusterParameterGroup",
"traits": {
"smithy.api#xmlName": "DBClusterParameterGroup"
}
}
},
"com.amazonaws.neptune#DBClusterParameterGroupNameMessage": {
"type": "structure",
"members": {
"DBClusterParameterGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the DB cluster parameter group.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must be 1 to 255 letters or numbers.</p>\n </li>\n <li>\n <p>First character must be a letter</p>\n </li>\n <li>\n <p>Cannot end with a hyphen or contain two consecutive hyphens</p>\n </li>\n </ul>\n <note>\n <p>This value is stored as a lowercase string.</p>\n </note>"
}
}
}
},
"com.amazonaws.neptune#DBClusterParameterGroupNotFoundFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>\n <i>DBClusterParameterGroupName</i> does not refer to an\n existing DB Cluster parameter group.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 404
}
},
"com.amazonaws.neptune#DBClusterParameterGroupsMessage": {
"type": "structure",
"members": {
"Marker": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> An optional pagination token provided by a previous\n <code>DescribeDBClusterParameterGroups</code> request. If this parameter is specified, the\n response includes only records beyond the marker, up to the value specified by\n <code>MaxRecords</code>.</p>"
}
},
"DBClusterParameterGroups": {
"target": "com.amazonaws.neptune#DBClusterParameterGroupList",
"traits": {
"smithy.api#documentation": "<p>A list of DB cluster parameter groups.</p>"
}
}
}
},
"com.amazonaws.neptune#DBClusterQuotaExceededFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>User attempted to create a new DB cluster and the user has already reached the maximum allowed DB cluster quota.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 403
}
},
"com.amazonaws.neptune#DBClusterRole": {
"type": "structure",
"members": {
"RoleArn": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the IAM role that is associated with the DB\n cluster.</p>"
}
},
"Status": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Describes the state of association between the IAM role and the DB cluster. The Status\n property returns one of the following values:</p>\n <ul>\n <li>\n <p>\n <code>ACTIVE</code> - the IAM role ARN is associated with the DB cluster and can be\n used to access other Amazon services on your behalf.</p>\n </li>\n <li>\n <p>\n <code>PENDING</code> - the IAM role ARN is being associated with the DB\n cluster.</p>\n </li>\n <li>\n <p>\n <code>INVALID</code> - the IAM role ARN is associated with the DB cluster, but the DB\n cluster is unable to assume the IAM role in order to access other Amazon services on your\n behalf.</p>\n </li>\n </ul>"
}
},
"FeatureName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the feature associated with the Amazon Identity and Access Management (IAM) role.\n For the list of supported feature names, see <a>DBEngineVersion</a>.\n </p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Describes an Amazon Identity and Access Management (IAM) role that is associated with a DB\n cluster.</p>"
}
},
"com.amazonaws.neptune#DBClusterRoleAlreadyExistsFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The specified IAM role Amazon Resource Name (ARN) is already associated with the specified DB cluster.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#DBClusterRoleNotFoundFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The specified IAM role Amazon Resource Name (ARN) is not associated with the specified DB cluster.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 404
}
},
"com.amazonaws.neptune#DBClusterRoleQuotaExceededFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>You have exceeded the maximum number of IAM roles that can be associated with the specified DB cluster.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#DBClusterRoles": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#DBClusterRole",
"traits": {
"smithy.api#xmlName": "DBClusterRole"
}
}
},
"com.amazonaws.neptune#DBClusterSnapshot": {
"type": "structure",
"members": {
"AvailabilityZones": {
"target": "com.amazonaws.neptune#AvailabilityZones",
"traits": {
"smithy.api#documentation": "<p>Provides the list of EC2 Availability Zones that instances in the DB cluster snapshot can\n be restored in.</p>"
}
},
"DBClusterSnapshotIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specifies the identifier for a DB cluster snapshot. Must match the identifier\n of an existing snapshot.</p>\n\n <p>After you restore a DB cluster using a <code>DBClusterSnapshotIdentifier</code>,\n you must specify the same <code>DBClusterSnapshotIdentifier</code> for any future\n updates to the DB cluster. When you specify this property for an update, the DB\n cluster is not restored from the snapshot again, and the data in the database is not\n changed.</p>\n\n <p>However, if you don't specify the <code>DBClusterSnapshotIdentifier</code>, an empty\n DB cluster is created, and the original DB cluster is deleted. If you specify a\n property that is different from the previous snapshot restore property, the DB\n cluster is restored from the snapshot specified by the <code>DBClusterSnapshotIdentifier</code>,\n and the original DB cluster is deleted.</p>"
}
},
"DBClusterIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specifies the DB cluster identifier of the DB cluster that this DB cluster snapshot was\n created from.</p>"
}
},
"SnapshotCreateTime": {
"target": "com.amazonaws.neptune#TStamp",
"traits": {
"smithy.api#documentation": "<p>Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).</p>"
}
},
"Engine": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specifies the name of the database engine.</p>"
}
},
"AllocatedStorage": {
"target": "com.amazonaws.neptune#Integer",
"traits": {
"smithy.api#documentation": "<p>Specifies the allocated storage size in gibibytes (GiB).</p>"
}
},
"Status": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specifies the status of this DB cluster snapshot.</p>"
}
},
"Port": {
"target": "com.amazonaws.neptune#Integer",
"traits": {
"smithy.api#documentation": "<p>Specifies the port that the DB cluster was listening on at the time of the\n snapshot.</p>"
}
},
"VpcId": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Provides the VPC ID associated with the DB cluster snapshot.</p>"
}
},
"ClusterCreateTime": {
"target": "com.amazonaws.neptune#TStamp",
"traits": {
"smithy.api#documentation": "<p>Specifies the time when the DB cluster was created, in Universal Coordinated Time\n (UTC).</p>"
}
},
"MasterUsername": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Not supported by Neptune.</p>"
}
},
"EngineVersion": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Provides the version of the database engine for this DB cluster snapshot.</p>"
}
},
"LicenseModel": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Provides the license model information for this DB cluster snapshot.</p>"
}
},
"SnapshotType": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Provides the type of the DB cluster snapshot.</p>"
}
},
"PercentProgress": {
"target": "com.amazonaws.neptune#Integer",
"traits": {
"smithy.api#documentation": "<p>Specifies the percentage of the estimated data that has been transferred.</p>"
}
},
"StorageEncrypted": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>Specifies whether the DB cluster snapshot is encrypted.</p>"
}
},
"KmsKeyId": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>If <code>StorageEncrypted</code> is true, the Amazon KMS key identifier for the encrypted DB\n cluster snapshot.</p>"
}
},
"DBClusterSnapshotArn": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for the DB cluster snapshot.</p>"
}
},
"SourceDBClusterSnapshotArn": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>If the DB cluster snapshot was copied from a source DB cluster snapshot, the Amazon\n Resource Name (ARN) for the source DB cluster snapshot, otherwise, a null value.</p>"
}
},
"IAMDatabaseAuthenticationEnabled": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>True if mapping of Amazon Identity and Access Management (IAM) accounts to database accounts\n is enabled, and otherwise false.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Contains the details for an Amazon Neptune DB cluster snapshot</p>\n <p>This data type is used as a response element in the <a>DescribeDBClusterSnapshots</a> action.</p>"
}
},
"com.amazonaws.neptune#DBClusterSnapshotAlreadyExistsFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>User already has a DB cluster snapshot with the given identifier.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#DBClusterSnapshotAttribute": {
"type": "structure",
"members": {
"AttributeName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the manual DB cluster snapshot attribute.</p>\n <p>The attribute named <code>restore</code> refers to the list of Amazon accounts that have\n permission to copy or restore the manual DB cluster snapshot. For more information, see the\n <a>ModifyDBClusterSnapshotAttribute</a> API action.</p>"
}
},
"AttributeValues": {
"target": "com.amazonaws.neptune#AttributeValueList",
"traits": {
"smithy.api#documentation": "<p>The value(s) for the manual DB cluster snapshot attribute.</p>\n <p>If the <code>AttributeName</code> field is set to <code>restore</code>, then this element\n returns a list of IDs of the Amazon accounts that are authorized to copy or restore the manual DB\n cluster snapshot. If a value of <code>all</code> is in the list, then the manual DB cluster\n snapshot is public and available for any Amazon account to copy or restore.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Contains the name and values of a manual DB cluster snapshot attribute.</p>\n <p>Manual DB cluster snapshot attributes are used to authorize other Amazon accounts to restore\n a manual DB cluster snapshot. For more information, see the <a>ModifyDBClusterSnapshotAttribute</a> API action.</p>"
}
},
"com.amazonaws.neptune#DBClusterSnapshotAttributeList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#DBClusterSnapshotAttribute",
"traits": {
"smithy.api#xmlName": "DBClusterSnapshotAttribute"
}
}
},
"com.amazonaws.neptune#DBClusterSnapshotAttributesResult": {
"type": "structure",
"members": {
"DBClusterSnapshotIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The identifier of the manual DB cluster snapshot that the attributes apply to.</p>"
}
},
"DBClusterSnapshotAttributes": {
"target": "com.amazonaws.neptune#DBClusterSnapshotAttributeList",
"traits": {
"smithy.api#documentation": "<p>The list of attributes and values for the manual DB cluster snapshot.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Contains the results of a successful call to the <a>DescribeDBClusterSnapshotAttributes</a> API action.</p>\n <p>Manual DB cluster snapshot attributes are used to authorize other Amazon accounts to copy or\n restore a manual DB cluster snapshot. For more information, see the <a>ModifyDBClusterSnapshotAttribute</a> API action.</p>"
}
},
"com.amazonaws.neptune#DBClusterSnapshotList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#DBClusterSnapshot",
"traits": {
"smithy.api#xmlName": "DBClusterSnapshot"
}
}
},
"com.amazonaws.neptune#DBClusterSnapshotMessage": {
"type": "structure",
"members": {
"Marker": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> An optional pagination token provided by a previous <a>DescribeDBClusterSnapshots</a> request. If this parameter is specified, the response\n includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>.\n </p>"
}
},
"DBClusterSnapshots": {
"target": "com.amazonaws.neptune#DBClusterSnapshotList",
"traits": {
"smithy.api#documentation": "<p>Provides a list of DB cluster snapshots for the user.</p>"
}
}
}
},
"com.amazonaws.neptune#DBClusterSnapshotNotFoundFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>\n <i>DBClusterSnapshotIdentifier</i> does not refer to an existing\n DB cluster snapshot.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 404
}
},
"com.amazonaws.neptune#DBEngineVersion": {
"type": "structure",
"members": {
"Engine": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the database engine.</p>"
}
},
"EngineVersion": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The version number of the database engine.</p>"
}
},
"DBParameterGroupFamily": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the DB parameter group family for the database engine.</p>"
}
},
"DBEngineDescription": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The description of the database engine.</p>"
}
},
"DBEngineVersionDescription": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The description of the database engine version.</p>"
}
},
"DefaultCharacterSet": {
"target": "com.amazonaws.neptune#CharacterSet",
"traits": {
"smithy.api#documentation": "<p>\n <i>(Not supported by Neptune)</i>\n </p>"
}
},
"SupportedCharacterSets": {
"target": "com.amazonaws.neptune#SupportedCharacterSetsList",
"traits": {
"smithy.api#documentation": "<p>\n <i>(Not supported by Neptune)</i>\n </p>"
}
},
"ValidUpgradeTarget": {
"target": "com.amazonaws.neptune#ValidUpgradeTargetList",
"traits": {
"smithy.api#documentation": "<p>A list of engine versions that this database engine version can be upgraded to.</p>"
}
},
"SupportedTimezones": {
"target": "com.amazonaws.neptune#SupportedTimezonesList",
"traits": {
"smithy.api#documentation": "<p>A list of the time zones supported by this engine for the <code>Timezone</code> parameter\n of the <code>CreateDBInstance</code> action.</p>"
}
},
"ExportableLogTypes": {
"target": "com.amazonaws.neptune#LogTypeList",
"traits": {
"smithy.api#documentation": "<p>The types of logs that the database engine has available for export to CloudWatch\n Logs.</p>"
}
},
"SupportsLogExportsToCloudwatchLogs": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>A value that indicates whether the engine version supports exporting the log types\n specified by ExportableLogTypes to CloudWatch Logs.</p>"
}
},
"SupportsReadReplica": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>Indicates whether the database engine version supports read replicas.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p> This data type is used as a response element in the action <a>DescribeDBEngineVersions</a>.</p>"
}
},
"com.amazonaws.neptune#DBEngineVersionList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#DBEngineVersion",
"traits": {
"smithy.api#xmlName": "DBEngineVersion"
}
}
},
"com.amazonaws.neptune#DBEngineVersionMessage": {
"type": "structure",
"members": {
"Marker": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified by\n <code>MaxRecords</code>.</p>"
}
},
"DBEngineVersions": {
"target": "com.amazonaws.neptune#DBEngineVersionList",
"traits": {
"smithy.api#documentation": "<p> A list of <code>DBEngineVersion</code> elements.</p>"
}
}
}
},
"com.amazonaws.neptune#DBInstance": {
"type": "structure",
"members": {
"DBInstanceIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Contains a user-supplied database identifier. This identifier is the unique key that\n identifies a DB instance.</p>"
}
},
"DBInstanceClass": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Contains the name of the compute and memory capacity class of the DB instance.</p>"
}
},
"Engine": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Provides the name of the database engine to be used for this DB instance.</p>"
}
},
"DBInstanceStatus": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specifies the current state of this database.</p>"
}
},
"MasterUsername": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Not supported by Neptune.</p>"
}
},
"DBName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The database name.</p>"
}
},
"Endpoint": {
"target": "com.amazonaws.neptune#Endpoint",
"traits": {
"smithy.api#documentation": "<p>Specifies the connection endpoint.</p>"
}
},
"AllocatedStorage": {
"target": "com.amazonaws.neptune#Integer",
"traits": {
"smithy.api#documentation": "<p>Not supported by Neptune.</p>"
}
},
"InstanceCreateTime": {
"target": "com.amazonaws.neptune#TStamp",
"traits": {
"smithy.api#documentation": "<p>Provides the date and time the DB instance was created.</p>"
}
},
"PreferredBackupWindow": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> Specifies the daily time range during which automated backups are created if automated\n backups are enabled, as determined by the <code>BackupRetentionPeriod</code>.</p>"
}
},
"BackupRetentionPeriod": {
"target": "com.amazonaws.neptune#Integer",
"traits": {
"smithy.api#documentation": "<p>Specifies the number of days for which automatic DB snapshots are retained.</p>"
}
},
"DBSecurityGroups": {
"target": "com.amazonaws.neptune#DBSecurityGroupMembershipList",
"traits": {
"smithy.api#documentation": "<p> Provides List of DB security group elements containing only\n <code>DBSecurityGroup.Name</code> and <code>DBSecurityGroup.Status</code> subelements.</p>"
}
},
"VpcSecurityGroups": {
"target": "com.amazonaws.neptune#VpcSecurityGroupMembershipList",
"traits": {
"smithy.api#documentation": "<p>Provides a list of VPC security group elements that the DB instance belongs to.</p>"
}
},
"DBParameterGroups": {
"target": "com.amazonaws.neptune#DBParameterGroupStatusList",
"traits": {
"smithy.api#documentation": "<p>Provides the list of DB parameter groups applied to this DB instance.</p>"
}
},
"AvailabilityZone": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specifies the name of the Availability Zone the DB instance is located in.</p>"
}
},
"DBSubnetGroup": {
"target": "com.amazonaws.neptune#DBSubnetGroup",
"traits": {
"smithy.api#documentation": "<p>Specifies information on the subnet group associated with the DB instance, including the\n name, description, and subnets in the subnet group.</p>"
}
},
"PreferredMaintenanceWindow": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specifies the weekly time range during which system maintenance can occur, in Universal\n Coordinated Time (UTC).</p>"
}
},
"PendingModifiedValues": {
"target": "com.amazonaws.neptune#PendingModifiedValues",
"traits": {
"smithy.api#documentation": "<p>Specifies that changes to the DB instance are pending. This element is only included when\n changes are pending. Specific changes are identified by subelements.</p>"
}
},
"LatestRestorableTime": {
"target": "com.amazonaws.neptune#TStamp",
"traits": {
"smithy.api#documentation": "<p>Specifies the latest time to which a database can be restored with point-in-time\n restore.</p>"
}
},
"MultiAZ": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>Specifies if the DB instance is a Multi-AZ deployment.</p>"
}
},
"EngineVersion": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Indicates the database engine version.</p>"
}
},
"AutoMinorVersionUpgrade": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>Indicates that minor version patches are applied automatically.</p>"
}
},
"ReadReplicaSourceDBInstanceIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Contains the identifier of the source DB instance if this DB instance is a Read\n Replica.</p>"
}
},
"ReadReplicaDBInstanceIdentifiers": {
"target": "com.amazonaws.neptune#ReadReplicaDBInstanceIdentifierList",
"traits": {
"smithy.api#documentation": "<p>Contains one or more identifiers of the Read Replicas associated with this DB\n instance.</p>"
}
},
"ReadReplicaDBClusterIdentifiers": {
"target": "com.amazonaws.neptune#ReadReplicaDBClusterIdentifierList",
"traits": {
"smithy.api#documentation": "<p>Contains one or more identifiers of DB clusters that are Read Replicas of this DB\n instance.</p>"
}
},
"LicenseModel": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>License model information for this DB instance.</p>"
}
},
"Iops": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>Specifies the Provisioned IOPS (I/O operations per second) value.</p>"
}
},
"OptionGroupMemberships": {
"target": "com.amazonaws.neptune#OptionGroupMembershipList",
"traits": {
"smithy.api#documentation": "<p>\n <i>(Not supported by Neptune)</i>\n </p>"
}
},
"CharacterSetName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>\n <i>(Not supported by Neptune)</i>\n </p>"
}
},
"SecondaryAvailabilityZone": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>If present, specifies the name of the secondary Availability Zone for a DB instance with\n multi-AZ support.</p>"
}
},
"PubliclyAccessible": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#deprecated": {},
"smithy.api#documentation": "<p>This flag should no longer be used.</p>"
}
},
"StatusInfos": {
"target": "com.amazonaws.neptune#DBInstanceStatusInfoList",
"traits": {
"smithy.api#documentation": "<p>The status of a Read Replica. If the instance is not a Read Replica, this is blank.</p>"
}
},
"StorageType": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specifies the storage type associated with DB instance.</p>"
}
},
"TdeCredentialArn": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The ARN from the key store with which the instance is associated for TDE\n encryption.</p>"
}
},
"DbInstancePort": {
"target": "com.amazonaws.neptune#Integer",
"traits": {
"smithy.api#documentation": "<p>Specifies the port that the DB instance listens on. If the DB instance is part of a DB\n cluster, this can be a different port than the DB cluster port.</p>"
}
},
"DBClusterIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>If the DB instance is a member of a DB cluster, contains the name of the DB cluster that\n the DB instance is a member of.</p>"
}
},
"StorageEncrypted": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>Not supported: The encryption for DB instances is managed by the DB cluster.</p>"
}
},
"KmsKeyId": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> Not supported: The encryption for DB instances is managed by the DB cluster.</p>"
}
},
"DbiResourceId": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Region-unique, immutable identifier for the DB instance. This identifier is found\n in Amazon CloudTrail log entries whenever the Amazon KMS key for the DB instance is accessed.</p>"
}
},
"CACertificateIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The identifier of the CA certificate for this DB instance.</p>"
}
},
"DomainMemberships": {
"target": "com.amazonaws.neptune#DomainMembershipList",
"traits": {
"smithy.api#documentation": "<p>Not supported</p>"
}
},
"CopyTagsToSnapshot": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>Specifies whether tags are copied from the DB instance to snapshots of the DB\n instance.</p>"
}
},
"MonitoringInterval": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>The interval, in seconds, between points when Enhanced Monitoring metrics are collected\n for the DB instance.</p>"
}
},
"EnhancedMonitoringResourceArn": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log stream that receives the\n Enhanced Monitoring metrics data for the DB instance.</p>"
}
},
"MonitoringRoleArn": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The ARN for the IAM role that permits Neptune to send Enhanced Monitoring metrics to\n Amazon CloudWatch Logs.</p>"
}
},
"PromotionTier": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>A value that specifies the order in which a Read Replica is promoted to the primary\n instance after a failure of the existing primary instance.\n </p>"
}
},
"DBInstanceArn": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for the DB instance.</p>"
}
},
"Timezone": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Not supported.</p>"
}
},
"IAMDatabaseAuthenticationEnabled": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>True if Amazon Identity and Access Management (IAM) authentication is enabled, and otherwise\n false.</p>"
}
},
"PerformanceInsightsEnabled": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>\n <i>(Not supported by Neptune)</i>\n </p>"
}
},
"PerformanceInsightsKMSKeyId": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>\n <i>(Not supported by Neptune)</i>\n </p>"
}
},
"EnabledCloudwatchLogsExports": {
"target": "com.amazonaws.neptune#LogTypeList",
"traits": {
"smithy.api#documentation": "<p>A list of log types that this DB instance is configured to export to CloudWatch\n Logs.</p>"
}
},
"DeletionProtection": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>Indicates whether or not the DB instance has deletion protection enabled.\n The instance can't be deleted when deletion protection is enabled. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/manage-console-instances-delete.html\">Deleting\n a DB Instance</a>.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Contains the details of an Amazon Neptune DB instance.</p>\n <p>This data type is used as a response element in the <a>DescribeDBInstances</a> action.</p>"
}
},
"com.amazonaws.neptune#DBInstanceAlreadyExistsFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>User already has a DB instance with the given identifier.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#DBInstanceList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#DBInstance",
"traits": {
"smithy.api#xmlName": "DBInstance"
}
}
},
"com.amazonaws.neptune#DBInstanceMessage": {
"type": "structure",
"members": {
"Marker": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified by\n <code>MaxRecords</code> .</p>"
}
},
"DBInstances": {
"target": "com.amazonaws.neptune#DBInstanceList",
"traits": {
"smithy.api#documentation": "<p> A list of <a>DBInstance</a> instances.</p>"
}
}
}
},
"com.amazonaws.neptune#DBInstanceNotFoundFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>\n <i>DBInstanceIdentifier</i> does not refer to an existing DB instance.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 404
}
},
"com.amazonaws.neptune#DBInstanceStatusInfo": {
"type": "structure",
"members": {
"StatusType": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>This value is currently \"read replication.\"</p>"
}
},
"Normal": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>Boolean value that is true if the instance is operating normally, or false if the instance\n is in an error state.</p>"
}
},
"Status": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Status of the DB instance. For a StatusType of read replica, the values can be\n replicating, error, stopped, or terminated.</p>"
}
},
"Message": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Details of the error if there is an error for the instance. If the instance is not in an\n error state, this value is blank.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Provides a list of status information for a DB instance.</p>"
}
},
"com.amazonaws.neptune#DBInstanceStatusInfoList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#DBInstanceStatusInfo",
"traits": {
"smithy.api#xmlName": "DBInstanceStatusInfo"
}
}
},
"com.amazonaws.neptune#DBParameterGroup": {
"type": "structure",
"members": {
"DBParameterGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Provides the name of the DB parameter group.</p>"
}
},
"DBParameterGroupFamily": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Provides the name of the DB parameter group family that this DB parameter group is\n compatible with.</p>"
}
},
"Description": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Provides the customer-specified description for this DB parameter group.</p>"
}
},
"DBParameterGroupArn": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for the DB parameter group.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Contains the details of an Amazon Neptune DB parameter group.</p>\n <p>This data type is used as a response element in the <a>DescribeDBParameterGroups</a> action.</p>"
}
},
"com.amazonaws.neptune#DBParameterGroupAlreadyExistsFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>A DB parameter group with the same name exists.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#DBParameterGroupDetails": {
"type": "structure",
"members": {
"Parameters": {
"target": "com.amazonaws.neptune#ParametersList",
"traits": {
"smithy.api#documentation": "<p>A list of <a>Parameter</a> values.</p>"
}
},
"Marker": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified by\n <code>MaxRecords</code>.</p>"
}
}
}
},
"com.amazonaws.neptune#DBParameterGroupList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#DBParameterGroup",
"traits": {
"smithy.api#xmlName": "DBParameterGroup"
}
}
},
"com.amazonaws.neptune#DBParameterGroupNameMessage": {
"type": "structure",
"members": {
"DBParameterGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Provides the name of the DB parameter group.</p>"
}
}
}
},
"com.amazonaws.neptune#DBParameterGroupNotFoundFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>\n <i>DBParameterGroupName</i> does not refer to an\n existing DB parameter group.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 404
}
},
"com.amazonaws.neptune#DBParameterGroupQuotaExceededFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Request would result in user exceeding the allowed number of DB parameter groups.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#DBParameterGroupStatus": {
"type": "structure",
"members": {
"DBParameterGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the DP parameter group.</p>"
}
},
"ParameterApplyStatus": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The status of parameter updates.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The status of the DB parameter group.</p>\n <p>This data type is used as a response element in the following actions:</p>\n <ul>\n <li>\n <p>\n <a>CreateDBInstance</a>\n </p>\n </li>\n <li>\n <p>\n <a>DeleteDBInstance</a>\n </p>\n </li>\n <li>\n <p>\n <a>ModifyDBInstance</a>\n </p>\n </li>\n <li>\n <p>\n <a>RebootDBInstance</a>\n </p>\n </li>\n </ul>"
}
},
"com.amazonaws.neptune#DBParameterGroupStatusList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#DBParameterGroupStatus",
"traits": {
"smithy.api#xmlName": "DBParameterGroup"
}
}
},
"com.amazonaws.neptune#DBParameterGroupsMessage": {
"type": "structure",
"members": {
"Marker": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified by\n <code>MaxRecords</code>.</p>"
}
},
"DBParameterGroups": {
"target": "com.amazonaws.neptune#DBParameterGroupList",
"traits": {
"smithy.api#documentation": "<p>A list of <a>DBParameterGroup</a> instances.</p>"
}
}
}
},
"com.amazonaws.neptune#DBSecurityGroupMembership": {
"type": "structure",
"members": {
"DBSecurityGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the DB security group.</p>"
}
},
"Status": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The status of the DB security group.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Specifies membership in a designated DB security group.</p>"
}
},
"com.amazonaws.neptune#DBSecurityGroupMembershipList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#DBSecurityGroupMembership",
"traits": {
"smithy.api#xmlName": "DBSecurityGroup"
}
}
},
"com.amazonaws.neptune#DBSecurityGroupNameList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#xmlName": "DBSecurityGroupName"
}
}
},
"com.amazonaws.neptune#DBSecurityGroupNotFoundFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>\n <i>DBSecurityGroupName</i> does not refer\n to an existing DB security group.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 404
}
},
"com.amazonaws.neptune#DBSnapshotAlreadyExistsFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>\n <i>DBSnapshotIdentifier</i> is already used by an existing snapshot.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#DBSnapshotNotFoundFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>\n <i>DBSnapshotIdentifier</i> does not refer to an existing DB snapshot.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 404
}
},
"com.amazonaws.neptune#DBSubnetGroup": {
"type": "structure",
"members": {
"DBSubnetGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the DB subnet group.</p>"
}
},
"DBSubnetGroupDescription": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Provides the description of the DB subnet group.</p>"
}
},
"VpcId": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Provides the VpcId of the DB subnet group.</p>"
}
},
"SubnetGroupStatus": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Provides the status of the DB subnet group.</p>"
}
},
"Subnets": {
"target": "com.amazonaws.neptune#SubnetList",
"traits": {
"smithy.api#documentation": "<p> Contains a list of <a>Subnet</a> elements.</p>"
}
},
"DBSubnetGroupArn": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for the DB subnet group.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Contains the details of an Amazon Neptune DB subnet group.</p>\n <p>This data type is used as a response element in the <a>DescribeDBSubnetGroups</a> action.</p>"
}
},
"com.amazonaws.neptune#DBSubnetGroupAlreadyExistsFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>\n <i>DBSubnetGroupName</i> is already used by an existing DB subnet group.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#DBSubnetGroupDoesNotCoverEnoughAZs": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Subnets in the DB subnet group should cover at least two Availability\n Zones unless there is only one Availability Zone.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#DBSubnetGroupMessage": {
"type": "structure",
"members": {
"Marker": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified by\n <code>MaxRecords</code>.</p>"
}
},
"DBSubnetGroups": {
"target": "com.amazonaws.neptune#DBSubnetGroups",
"traits": {
"smithy.api#documentation": "<p> A list of <a>DBSubnetGroup</a> instances.</p>"
}
}
}
},
"com.amazonaws.neptune#DBSubnetGroupNotFoundFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>\n <i>DBSubnetGroupName</i> does not refer to an\n existing DB subnet group.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 404
}
},
"com.amazonaws.neptune#DBSubnetGroupQuotaExceededFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Request would result in user exceeding the allowed number of DB subnet groups.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#DBSubnetGroups": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#DBSubnetGroup",
"traits": {
"smithy.api#xmlName": "DBSubnetGroup"
}
}
},
"com.amazonaws.neptune#DBSubnetQuotaExceededFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Request would result in user exceeding the allowed number of subnets in a DB subnet groups.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#DBUpgradeDependencyFailureFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The DB upgrade failed because a resource the DB depends on could not be modified.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#DeleteDBCluster": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#DeleteDBClusterMessage"
},
"output": {
"target": "com.amazonaws.neptune#DeleteDBClusterResult"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBClusterNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBClusterSnapshotAlreadyExistsFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBClusterSnapshotStateFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBClusterStateFault"
},
{
"target": "com.amazonaws.neptune#SnapshotQuotaExceededFault"
}
],
"traits": {
"smithy.api#documentation": "<p>The DeleteDBCluster action deletes a previously provisioned DB cluster. When you delete a\n DB cluster, all automated backups for that DB cluster are deleted and can't be recovered.\n Manual DB cluster snapshots of the specified DB cluster are not deleted.</p>\n\n <p>Note that the DB Cluster cannot be deleted if deletion protection is enabled. To\n delete it, you must first set its <code>DeletionProtection</code> field to\n <code>False</code>.</p>"
}
},
"com.amazonaws.neptune#DeleteDBClusterEndpoint": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#DeleteDBClusterEndpointMessage"
},
"output": {
"target": "com.amazonaws.neptune#DeleteDBClusterEndpointOutput"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBClusterEndpointNotFoundFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBClusterEndpointStateFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBClusterStateFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Deletes a custom endpoint and removes it from an Amazon Neptune DB cluster.</p>"
}
},
"com.amazonaws.neptune#DeleteDBClusterEndpointMessage": {
"type": "structure",
"members": {
"DBClusterEndpointIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The identifier associated with the custom endpoint. This parameter is stored as a lowercase string.</p>",
"smithy.api#required": {}
}
}
}
},
"com.amazonaws.neptune#DeleteDBClusterEndpointOutput": {
"type": "structure",
"members": {
"DBClusterEndpointIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The identifier associated with the endpoint. This parameter is stored as a lowercase string.</p>"
}
},
"DBClusterIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is\n stored as a lowercase string.</p>"
}
},
"DBClusterEndpointResourceIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>A unique system-generated identifier for an endpoint. It remains the same for the whole life of the endpoint.</p>"
}
},
"Endpoint": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The DNS address of the endpoint.</p>"
}
},
"Status": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The current status of the endpoint. One of: <code>creating</code>, <code>available</code>, <code>deleting</code>, <code>inactive</code>, <code>modifying</code>. The <code>inactive</code> state applies to an endpoint that cannot be used for a certain kind of cluster,\n such as a <code>writer</code> endpoint for a read-only secondary cluster in a global database.</p>"
}
},
"EndpointType": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The type of the endpoint. One of: <code>READER</code>, <code>WRITER</code>, <code>CUSTOM</code>.</p>"
}
},
"CustomEndpointType": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The type associated with a custom endpoint. One of: <code>READER</code>,\n <code>WRITER</code>, <code>ANY</code>.</p>"
}
},
"StaticMembers": {
"target": "com.amazonaws.neptune#StringList",
"traits": {
"smithy.api#documentation": "<p>List of DB instance identifiers that are part of the custom endpoint group.</p>"
}
},
"ExcludedMembers": {
"target": "com.amazonaws.neptune#StringList",
"traits": {
"smithy.api#documentation": "<p>List of DB instance identifiers that aren't part of the custom endpoint group.\n All other eligible instances are reachable through the custom endpoint.\n Only relevant if the list of static members is empty.</p>"
}
},
"DBClusterEndpointArn": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for the endpoint.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>This data type represents the information you need to connect to an Amazon Neptune DB cluster.\n This data type is used as a response element in the following actions:</p>\n <ul>\n <li>\n <p>\n <code>CreateDBClusterEndpoint</code>\n </p>\n </li>\n <li>\n <p>\n <code>DescribeDBClusterEndpoints</code>\n </p>\n </li>\n <li>\n <p>\n <code>ModifyDBClusterEndpoint</code>\n </p>\n </li>\n <li>\n <p>\n <code>DeleteDBClusterEndpoint</code>\n </p>\n </li>\n </ul>\n <p>For the data structure that represents Amazon RDS DB instance endpoints,\n see <code>Endpoint</code>.</p>"
}
},
"com.amazonaws.neptune#DeleteDBClusterMessage": {
"type": "structure",
"members": {
"DBClusterIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The DB cluster identifier for the DB cluster to be deleted. This parameter isn't\n case-sensitive.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must match an existing DBClusterIdentifier.</p>\n </li>\n </ul>",
"smithy.api#required": {}
}
},
"SkipFinalSnapshot": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p> Determines whether a final DB cluster snapshot is created before the DB cluster is\n deleted. If <code>true</code> is specified, no DB cluster snapshot is created. If\n <code>false</code> is specified, a DB cluster snapshot is created before the DB cluster is\n deleted.</p>\n <note>\n <p>You must specify a <code>FinalDBSnapshotIdentifier</code> parameter if\n <code>SkipFinalSnapshot</code> is <code>false</code>.</p>\n </note>\n <p>Default: <code>false</code>\n </p>"
}
},
"FinalDBSnapshotIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> The DB cluster snapshot identifier of the new DB cluster snapshot created when\n <code>SkipFinalSnapshot</code> is set to <code>false</code>.</p>\n <note>\n <p> Specifying this parameter and also setting the <code>SkipFinalShapshot</code> parameter\n to true results in an error.</p>\n </note>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must be 1 to 255 letters, numbers, or hyphens.</p>\n </li>\n <li>\n <p>First character must be a letter</p>\n </li>\n <li>\n <p>Cannot end with a hyphen or contain two consecutive hyphens</p>\n </li>\n </ul>"
}
}
}
},
"com.amazonaws.neptune#DeleteDBClusterParameterGroup": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#DeleteDBClusterParameterGroupMessage"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBParameterGroupNotFoundFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBParameterGroupStateFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Deletes a specified DB cluster parameter group. The DB cluster parameter group to be\n deleted can't be associated with any DB clusters.</p>"
}
},
"com.amazonaws.neptune#DeleteDBClusterParameterGroupMessage": {
"type": "structure",
"members": {
"DBClusterParameterGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the DB cluster parameter group.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must be the name of an existing DB cluster parameter group.</p>\n </li>\n <li>\n <p>You can't delete a default DB cluster parameter group.</p>\n </li>\n <li>\n <p>Cannot be associated with any DB clusters.</p>\n </li>\n </ul>",
"smithy.api#required": {}
}
}
}
},
"com.amazonaws.neptune#DeleteDBClusterResult": {
"type": "structure",
"members": {
"DBCluster": {
"target": "com.amazonaws.neptune#DBCluster"
}
}
},
"com.amazonaws.neptune#DeleteDBClusterSnapshot": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#DeleteDBClusterSnapshotMessage"
},
"output": {
"target": "com.amazonaws.neptune#DeleteDBClusterSnapshotResult"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBClusterSnapshotNotFoundFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBClusterSnapshotStateFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Deletes a DB cluster snapshot. If the snapshot is being copied, the copy operation is\n terminated.</p>\n <note>\n <p>The DB cluster snapshot must be in the <code>available</code> state to be\n deleted.</p>\n </note>"
}
},
"com.amazonaws.neptune#DeleteDBClusterSnapshotMessage": {
"type": "structure",
"members": {
"DBClusterSnapshotIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The identifier of the DB cluster snapshot to delete.</p>\n <p>Constraints: Must be the name of an existing DB cluster snapshot in the\n <code>available</code> state.</p>",
"smithy.api#required": {}
}
}
}
},
"com.amazonaws.neptune#DeleteDBClusterSnapshotResult": {
"type": "structure",
"members": {
"DBClusterSnapshot": {
"target": "com.amazonaws.neptune#DBClusterSnapshot"
}
}
},
"com.amazonaws.neptune#DeleteDBInstance": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#DeleteDBInstanceMessage"
},
"output": {
"target": "com.amazonaws.neptune#DeleteDBInstanceResult"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBInstanceNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBSnapshotAlreadyExistsFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBClusterStateFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBInstanceStateFault"
},
{
"target": "com.amazonaws.neptune#SnapshotQuotaExceededFault"
}
],
"traits": {
"smithy.api#documentation": "<p>The DeleteDBInstance action deletes a previously provisioned DB instance. When you delete\n a DB instance, all automated backups for that instance are deleted and can't be recovered.\n Manual DB snapshots of the DB instance to be deleted by <code>DeleteDBInstance</code> are not\n deleted.</p>\n <p> If you request a final DB snapshot the status of the Amazon Neptune DB instance is\n <code>deleting</code> until the DB snapshot is created. The API action\n <code>DescribeDBInstance</code> is used to monitor the status of this operation. The action\n can't be canceled or reverted once submitted.</p>\n <p>Note that when a DB instance is in a failure state and has a status of\n <code>failed</code>, <code>incompatible-restore</code>, or <code>incompatible-network</code>,\n you can only delete it when the <code>SkipFinalSnapshot</code> parameter is set to\n <code>true</code>.</p>\n <p>You can't delete a DB instance if it is the only instance in the DB cluster, or\n if it has deletion protection enabled.</p>"
}
},
"com.amazonaws.neptune#DeleteDBInstanceMessage": {
"type": "structure",
"members": {
"DBInstanceIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The DB instance identifier for the DB instance to be deleted. This parameter isn't\n case-sensitive.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must match the name of an existing DB instance.</p>\n </li>\n </ul>",
"smithy.api#required": {}
}
},
"SkipFinalSnapshot": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p> Determines whether a final DB snapshot is created before the DB instance is deleted. If\n <code>true</code> is specified, no DBSnapshot is created. If <code>false</code> is specified,\n a DB snapshot is created before the DB instance is deleted.</p>\n <p>Note that when a DB instance is in a failure state and has a status of 'failed',\n 'incompatible-restore', or 'incompatible-network', it can only be deleted when the\n SkipFinalSnapshot parameter is set to \"true\".</p>\n <p>Specify <code>true</code> when deleting a Read Replica.</p>\n <note>\n <p>The FinalDBSnapshotIdentifier parameter must be specified if SkipFinalSnapshot is\n <code>false</code>.</p>\n </note>\n <p>Default: <code>false</code>\n </p>"
}
},
"FinalDBSnapshotIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> The DBSnapshotIdentifier of the new DBSnapshot created when SkipFinalSnapshot is set to\n <code>false</code>.</p>\n <note>\n <p>Specifying this parameter and also setting the SkipFinalShapshot parameter to true\n results in an error.</p>\n </note>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must be 1 to 255 letters or numbers.</p>\n </li>\n <li>\n <p>First character must be a letter</p>\n </li>\n <li>\n <p>Cannot end with a hyphen or contain two consecutive hyphens</p>\n </li>\n <li>\n <p>Cannot be specified when deleting a Read Replica.</p>\n </li>\n </ul>"
}
}
}
},
"com.amazonaws.neptune#DeleteDBInstanceResult": {
"type": "structure",
"members": {
"DBInstance": {
"target": "com.amazonaws.neptune#DBInstance"
}
}
},
"com.amazonaws.neptune#DeleteDBParameterGroup": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#DeleteDBParameterGroupMessage"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBParameterGroupNotFoundFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBParameterGroupStateFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Deletes a specified DBParameterGroup. The DBParameterGroup to be deleted can't be\n associated with any DB instances.</p>"
}
},
"com.amazonaws.neptune#DeleteDBParameterGroupMessage": {
"type": "structure",
"members": {
"DBParameterGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the DB parameter group.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must be the name of an existing DB parameter group</p>\n </li>\n <li>\n <p>You can't delete a default DB parameter group</p>\n </li>\n <li>\n <p>Cannot be associated with any DB instances</p>\n </li>\n </ul>",
"smithy.api#required": {}
}
}
}
},
"com.amazonaws.neptune#DeleteDBSubnetGroup": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#DeleteDBSubnetGroupMessage"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBSubnetGroupNotFoundFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBSubnetGroupStateFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBSubnetStateFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Deletes a DB subnet group.</p>\n <note>\n <p>The specified database subnet group must not be associated with any DB instances.</p>\n </note>"
}
},
"com.amazonaws.neptune#DeleteDBSubnetGroupMessage": {
"type": "structure",
"members": {
"DBSubnetGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the database subnet group to delete.</p>\n <note>\n <p>You can't delete the default subnet group.</p>\n </note>\n <p>Constraints:</p>\n <p>Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.</p>\n <p>Example: <code>mySubnetgroup</code>\n </p>",
"smithy.api#required": {}
}
}
}
},
"com.amazonaws.neptune#DeleteEventSubscription": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#DeleteEventSubscriptionMessage"
},
"output": {
"target": "com.amazonaws.neptune#DeleteEventSubscriptionResult"
},
"errors": [
{
"target": "com.amazonaws.neptune#InvalidEventSubscriptionStateFault"
},
{
"target": "com.amazonaws.neptune#SubscriptionNotFoundFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Deletes an event notification subscription.</p>"
}
},
"com.amazonaws.neptune#DeleteEventSubscriptionMessage": {
"type": "structure",
"members": {
"SubscriptionName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the event notification subscription you want to delete.</p>",
"smithy.api#required": {}
}
}
}
},
"com.amazonaws.neptune#DeleteEventSubscriptionResult": {
"type": "structure",
"members": {
"EventSubscription": {
"target": "com.amazonaws.neptune#EventSubscription"
}
}
},
"com.amazonaws.neptune#DescribeDBClusterEndpoints": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#DescribeDBClusterEndpointsMessage"
},
"output": {
"target": "com.amazonaws.neptune#DBClusterEndpointMessage"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBClusterNotFoundFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns information about endpoints for an Amazon Neptune DB cluster.</p>\n <note>\n <p>This operation can also return information for Amazon RDS clusters\n and Amazon DocDB clusters.</p>\n </note>",
"smithy.api#paginated": {
"inputToken": "Marker",
"outputToken": "Marker",
"items": "DBClusterEndpoints",
"pageSize": "MaxRecords"
}
}
},
"com.amazonaws.neptune#DescribeDBClusterEndpointsMessage": {
"type": "structure",
"members": {
"DBClusterIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is\n stored as a lowercase string.</p>"
}
},
"DBClusterEndpointIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The identifier of the endpoint to describe. This parameter is stored as a lowercase string.</p>"
}
},
"Filters": {
"target": "com.amazonaws.neptune#FilterList",
"traits": {
"smithy.api#documentation": "<p>A set of name-value pairs that define which endpoints to include in the output.\n The filters are specified as name-value pairs, in the format\n <code>Name=<i>endpoint_type</i>,Values=<i>endpoint_type1</i>,<i>endpoint_type2</i>,...</code>.\n <code>Name</code> can be one of: <code>db-cluster-endpoint-type</code>, <code>db-cluster-endpoint-custom-type</code>, <code>db-cluster-endpoint-id</code>, <code>db-cluster-endpoint-status</code>.\n <code>Values</code> for the <code> db-cluster-endpoint-type</code> filter can be one or more of: <code>reader</code>, <code>writer</code>, <code>custom</code>.\n <code>Values</code> for the <code>db-cluster-endpoint-custom-type</code> filter can be one or more of: <code>reader</code>, <code>any</code>.\n <code>Values</code> for the <code>db-cluster-endpoint-status</code> filter can be one or more of: <code>available</code>, <code>creating</code>, <code>deleting</code>, <code>inactive</code>, <code>modifying</code>.\n </p>"
}
},
"MaxRecords": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>The maximum number of records to include in the response.\n If more records exist than the specified <code>MaxRecords</code> value,\n a pagination token called a marker is included in the response so you can retrieve the remaining results.\n </p>\n <p>Default: 100</p>\n <p>Constraints: Minimum 20, maximum 100.</p>"
}
},
"Marker": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> An optional pagination token provided by a previous\n <code>DescribeDBClusterEndpoints</code> request.\n If this parameter is specified, the response includes\n only records beyond the marker,\n up to the value specified by <code>MaxRecords</code>.\n </p>"
}
}
}
},
"com.amazonaws.neptune#DescribeDBClusterParameterGroups": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#DescribeDBClusterParameterGroupsMessage"
},
"output": {
"target": "com.amazonaws.neptune#DBClusterParameterGroupsMessage"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBParameterGroupNotFoundFault"
}
],
"traits": {
"smithy.api#documentation": "<p> Returns a list of <code>DBClusterParameterGroup</code> descriptions. If a\n <code>DBClusterParameterGroupName</code> parameter is specified, the list will contain only\n the description of the specified DB cluster parameter group.</p>",
"smithy.api#paginated": {
"inputToken": "Marker",
"outputToken": "Marker",
"items": "DBClusterParameterGroups",
"pageSize": "MaxRecords"
}
}
},
"com.amazonaws.neptune#DescribeDBClusterParameterGroupsMessage": {
"type": "structure",
"members": {
"DBClusterParameterGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of a specific DB cluster parameter group to return details for.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>If supplied, must match the name of an existing DBClusterParameterGroup.</p>\n </li>\n </ul>"
}
},
"Filters": {
"target": "com.amazonaws.neptune#FilterList",
"traits": {
"smithy.api#documentation": "<p>This parameter is not currently supported.</p>"
}
},
"MaxRecords": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p> The maximum number of records to include in the response. If more records exist than the\n specified <code>MaxRecords</code> value, a pagination token called a marker is included in the\n response so that the remaining results can be retrieved.</p>\n <p>Default: 100</p>\n <p>Constraints: Minimum 20, maximum 100.</p>"
}
},
"Marker": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> An optional pagination token provided by a previous\n <code>DescribeDBClusterParameterGroups</code> request. If this parameter is specified, the\n response includes only records beyond the marker, up to the value specified by\n <code>MaxRecords</code>.</p>"
}
}
}
},
"com.amazonaws.neptune#DescribeDBClusterParameters": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#DescribeDBClusterParametersMessage"
},
"output": {
"target": "com.amazonaws.neptune#DBClusterParameterGroupDetails"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBParameterGroupNotFoundFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns the detailed parameter list for a particular DB cluster parameter group.</p>",
"smithy.api#paginated": {
"inputToken": "Marker",
"outputToken": "Marker",
"items": "Parameters",
"pageSize": "MaxRecords"
}
}
},
"com.amazonaws.neptune#DescribeDBClusterParametersMessage": {
"type": "structure",
"members": {
"DBClusterParameterGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of a specific DB cluster parameter group to return parameter details for.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>If supplied, must match the name of an existing DBClusterParameterGroup.</p>\n </li>\n </ul>",
"smithy.api#required": {}
}
},
"Source": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> A value that indicates to return only parameters for a specific source. Parameter sources\n can be <code>engine</code>, <code>service</code>, or <code>customer</code>.</p>"
}
},
"Filters": {
"target": "com.amazonaws.neptune#FilterList",
"traits": {
"smithy.api#documentation": "<p>This parameter is not currently supported.</p>"
}
},
"MaxRecords": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p> The maximum number of records to include in the response. If more records exist than the\n specified <code>MaxRecords</code> value, a pagination token called a marker is included in the\n response so that the remaining results can be retrieved.</p>\n <p>Default: 100</p>\n <p>Constraints: Minimum 20, maximum 100.</p>"
}
},
"Marker": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> An optional pagination token provided by a previous\n <code>DescribeDBClusterParameters</code> request. If this parameter is specified, the response\n includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>.\n </p>"
}
}
}
},
"com.amazonaws.neptune#DescribeDBClusterSnapshotAttributes": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#DescribeDBClusterSnapshotAttributesMessage"
},
"output": {
"target": "com.amazonaws.neptune#DescribeDBClusterSnapshotAttributesResult"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBClusterSnapshotNotFoundFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster\n snapshot.</p>\n <p>When sharing snapshots with other Amazon accounts,\n <code>DescribeDBClusterSnapshotAttributes</code> returns the <code>restore</code> attribute\n and a list of IDs for the Amazon accounts that are authorized to copy or restore the manual DB\n cluster snapshot. If <code>all</code> is included in the list of values for the\n <code>restore</code> attribute, then the manual DB cluster snapshot is public and can be\n copied or restored by all Amazon accounts.</p>\n <p>To add or remove access for an Amazon account to copy or restore a manual DB cluster\n snapshot, or to make the manual DB cluster snapshot public or private, use the <a>ModifyDBClusterSnapshotAttribute</a> API action.</p>"
}
},
"com.amazonaws.neptune#DescribeDBClusterSnapshotAttributesMessage": {
"type": "structure",
"members": {
"DBClusterSnapshotIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The identifier for the DB cluster snapshot to describe the attributes for.</p>",
"smithy.api#required": {}
}
}
}
},
"com.amazonaws.neptune#DescribeDBClusterSnapshotAttributesResult": {
"type": "structure",
"members": {
"DBClusterSnapshotAttributesResult": {
"target": "com.amazonaws.neptune#DBClusterSnapshotAttributesResult"
}
}
},
"com.amazonaws.neptune#DescribeDBClusterSnapshots": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#DescribeDBClusterSnapshotsMessage"
},
"output": {
"target": "com.amazonaws.neptune#DBClusterSnapshotMessage"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBClusterSnapshotNotFoundFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns information about DB cluster snapshots. This API action supports\n pagination.</p>",
"smithy.api#paginated": {
"inputToken": "Marker",
"outputToken": "Marker",
"items": "DBClusterSnapshots",
"pageSize": "MaxRecords"
}
}
},
"com.amazonaws.neptune#DescribeDBClusterSnapshotsMessage": {
"type": "structure",
"members": {
"DBClusterIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The ID of the DB cluster to retrieve the list of DB cluster snapshots for. This parameter\n can't be used in conjunction with the <code>DBClusterSnapshotIdentifier</code> parameter. This\n parameter is not case-sensitive.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>If supplied, must match the identifier of an existing DBCluster.</p>\n </li>\n </ul>"
}
},
"DBClusterSnapshotIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>A specific DB cluster snapshot identifier to describe. This parameter can't be used in\n conjunction with the <code>DBClusterIdentifier</code> parameter. This value is stored as a\n lowercase string.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>If supplied, must match the identifier of an existing DBClusterSnapshot.</p>\n </li>\n <li>\n <p>If this identifier is for an automated snapshot, the <code>SnapshotType</code>\n parameter must also be specified.</p>\n </li>\n </ul>"
}
},
"SnapshotType": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The type of DB cluster snapshots to be returned. You can specify one of the following\n values:</p>\n <ul>\n <li>\n <p> \n <code>automated</code> - Return all DB cluster snapshots that have been automatically\n taken by Amazon Neptune for my Amazon account.</p>\n </li>\n <li>\n <p> \n <code>manual</code> - Return all DB cluster snapshots that have been taken by my AWS\n account.</p>\n </li>\n <li>\n <p> \n <code>shared</code> - Return all manual DB cluster snapshots that have been shared to\n my Amazon account.</p>\n </li>\n <li>\n <p> \n <code>public</code> - Return all DB cluster snapshots that have been marked as\n public.</p>\n </li>\n </ul>\n <p>If you don't specify a <code>SnapshotType</code> value, then both automated and manual DB\n cluster snapshots are returned. You can include shared DB cluster snapshots with these results\n by setting the <code>IncludeShared</code> parameter to <code>true</code>. You can include\n public DB cluster snapshots with these results by setting the <code>IncludePublic</code>\n parameter to <code>true</code>.</p>\n <p>The <code>IncludeShared</code> and <code>IncludePublic</code> parameters don't apply for\n <code>SnapshotType</code> values of <code>manual</code> or <code>automated</code>. The\n <code>IncludePublic</code> parameter doesn't apply when <code>SnapshotType</code> is set to\n <code>shared</code>. The <code>IncludeShared</code> parameter doesn't apply when\n <code>SnapshotType</code> is set to <code>public</code>.</p>"
}
},
"Filters": {
"target": "com.amazonaws.neptune#FilterList",
"traits": {
"smithy.api#documentation": "<p>This parameter is not currently supported.</p>"
}
},
"MaxRecords": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>The maximum number of records to include in the response. If more records exist than the\n specified <code>MaxRecords</code> value, a pagination token called a marker is included in the\n response so that the remaining results can be retrieved.</p>\n <p>Default: 100</p>\n <p>Constraints: Minimum 20, maximum 100.</p>"
}
},
"Marker": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>An optional pagination token provided by a previous\n <code>DescribeDBClusterSnapshots</code> request. If this parameter is specified, the response\n includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>.\n </p>"
}
},
"IncludeShared": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>True to include shared manual DB cluster snapshots from other Amazon accounts that this AWS\n account has been given permission to copy or restore, and otherwise false. The default is\n <code>false</code>.</p>\n <p>You can give an Amazon account permission to restore a manual DB cluster snapshot from\n another Amazon account by the <a>ModifyDBClusterSnapshotAttribute</a> API\n action.</p>"
}
},
"IncludePublic": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>True to include manual DB cluster snapshots that are public and can be copied or restored\n by any Amazon account, and otherwise false. The default is <code>false</code>. The default is\n false.</p>\n <p>You can share a manual DB cluster snapshot as public by using the <a>ModifyDBClusterSnapshotAttribute</a> API action.</p>"
}
}
}
},
"com.amazonaws.neptune#DescribeDBClusters": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#DescribeDBClustersMessage"
},
"output": {
"target": "com.amazonaws.neptune#DBClusterMessage"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBClusterNotFoundFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns information about provisioned DB clusters, and supports\n pagination.</p>\n\n <note>\n <p>This operation can also return information for Amazon RDS clusters\n and Amazon DocDB clusters.</p>\n </note>",
"smithy.api#paginated": {
"inputToken": "Marker",
"outputToken": "Marker",
"items": "DBClusters",
"pageSize": "MaxRecords"
}
}
},
"com.amazonaws.neptune#DescribeDBClustersMessage": {
"type": "structure",
"members": {
"DBClusterIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The user-supplied DB cluster identifier. If this parameter is specified, information from\n only the specific DB cluster is returned. This parameter isn't case-sensitive.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>If supplied, must match an existing DBClusterIdentifier.</p>\n </li>\n </ul>"
}
},
"Filters": {
"target": "com.amazonaws.neptune#FilterList",
"traits": {
"smithy.api#documentation": "<p>A filter that specifies one or more DB clusters to describe.</p>\n <p>Supported filters:</p>\n <ul>\n <li>\n <p>\n <code>db-cluster-id</code> - Accepts DB cluster identifiers and DB cluster Amazon\n Resource Names (ARNs). The results list will only include information about the DB\n clusters identified by these ARNs.</p>\n </li>\n <li>\n <p>\n <code>engine</code> - Accepts an engine name (such as <code>neptune</code>),\n and restricts the results list to DB clusters created by that engine.</p>\n </li>\n </ul>\n\n <p>For example, to invoke this API from the Amazon CLI and filter so that only\n Neptune DB clusters are returned, you could use the following command:</p>"
}
},
"MaxRecords": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>The maximum number of records to include in the response. If more records exist than the\n specified <code>MaxRecords</code> value, a pagination token called a marker is included in the\n response so that the remaining results can be retrieved.</p>\n <p>Default: 100</p>\n <p>Constraints: Minimum 20, maximum 100.</p>"
}
},
"Marker": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>An optional pagination token provided by a previous <a>DescribeDBClusters</a>\n request. If this parameter is specified, the response includes only records beyond the marker,\n up to the value specified by <code>MaxRecords</code>.</p>"
}
}
}
},
"com.amazonaws.neptune#DescribeDBEngineVersions": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#DescribeDBEngineVersionsMessage"
},
"output": {
"target": "com.amazonaws.neptune#DBEngineVersionMessage"
},
"traits": {
"smithy.api#documentation": "<p>Returns a list of the available DB engines.</p>",
"smithy.api#paginated": {
"inputToken": "Marker",
"outputToken": "Marker",
"items": "DBEngineVersions",
"pageSize": "MaxRecords"
}
}
},
"com.amazonaws.neptune#DescribeDBEngineVersionsMessage": {
"type": "structure",
"members": {
"Engine": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The database engine to return.</p>"
}
},
"EngineVersion": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The database engine version to return.</p>\n <p>Example: <code>5.1.49</code>\n </p>"
}
},
"DBParameterGroupFamily": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of a specific DB parameter group family to return details for.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>If supplied, must match an existing DBParameterGroupFamily.</p>\n </li>\n </ul>"
}
},
"Filters": {
"target": "com.amazonaws.neptune#FilterList",
"traits": {
"smithy.api#documentation": "<p>Not currently supported.</p>"
}
},
"MaxRecords": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p> The maximum number of records to include in the response. If more than the\n <code>MaxRecords</code> value is available, a pagination token called a marker is included in\n the response so that the following results can be retrieved.</p>\n <p>Default: 100</p>\n <p>Constraints: Minimum 20, maximum 100.</p>"
}
},
"Marker": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified by\n <code>MaxRecords</code>.</p>"
}
},
"DefaultOnly": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>Indicates that only the default version of the specified engine or engine and major\n version combination is returned.</p>"
}
},
"ListSupportedCharacterSets": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>If this parameter is specified and the requested engine supports the\n <code>CharacterSetName</code> parameter for <code>CreateDBInstance</code>, the response\n includes a list of supported character sets for each engine version.</p>"
}
},
"ListSupportedTimezones": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>If this parameter is specified and the requested engine supports the <code>TimeZone</code>\n parameter for <code>CreateDBInstance</code>, the response includes a list of supported time\n zones for each engine version.</p>"
}
}
}
},
"com.amazonaws.neptune#DescribeDBInstances": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#DescribeDBInstancesMessage"
},
"output": {
"target": "com.amazonaws.neptune#DBInstanceMessage"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBInstanceNotFoundFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns information about provisioned instances, and supports pagination.</p>\n\n <note>\n <p>This operation can also return information for Amazon RDS instances\n and Amazon DocDB instances.</p>\n </note>",
"smithy.api#paginated": {
"inputToken": "Marker",
"outputToken": "Marker",
"items": "DBInstances",
"pageSize": "MaxRecords"
},
"smithy.waiters#waitable": {
"DBInstanceAvailable": {
"acceptors": [
{
"state": "success",
"matcher": {
"output": {
"path": "DBInstances[].DBInstanceStatus",
"expected": "available",
"comparator": "allStringEquals"
}
}
},
{
"state": "failure",
"matcher": {
"output": {
"path": "DBInstances[].DBInstanceStatus",
"expected": "deleted",
"comparator": "anyStringEquals"
}
}
},
{
"state": "failure",
"matcher": {
"output": {
"path": "DBInstances[].DBInstanceStatus",
"expected": "deleting",
"comparator": "anyStringEquals"
}
}
},
{
"state": "failure",
"matcher": {
"output": {
"path": "DBInstances[].DBInstanceStatus",
"expected": "failed",
"comparator": "anyStringEquals"
}
}
},
{
"state": "failure",
"matcher": {
"output": {
"path": "DBInstances[].DBInstanceStatus",
"expected": "incompatible-restore",
"comparator": "anyStringEquals"
}
}
},
{
"state": "failure",
"matcher": {
"output": {
"path": "DBInstances[].DBInstanceStatus",
"expected": "incompatible-parameters",
"comparator": "anyStringEquals"
}
}
}
],
"minDelay": 30
}
}
}
},
"com.amazonaws.neptune#DescribeDBInstancesMessage": {
"type": "structure",
"members": {
"DBInstanceIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The user-supplied instance identifier. If this parameter is specified, information from\n only the specific DB instance is returned. This parameter isn't case-sensitive.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>If supplied, must match the identifier of an existing DBInstance.</p>\n </li>\n </ul>"
}
},
"Filters": {
"target": "com.amazonaws.neptune#FilterList",
"traits": {
"smithy.api#documentation": "<p>A filter that specifies one or more DB instances to describe.</p>\n <p>Supported filters:</p>\n <ul>\n <li>\n <p> \n <code>db-cluster-id</code> - Accepts DB cluster identifiers and DB cluster Amazon\n Resource Names (ARNs). The results list will only include information about the DB\n instances associated with the DB clusters identified by these ARNs.</p>\n </li>\n <li>\n <p>\n <code>engine</code> - Accepts an engine name (such as <code>neptune</code>),\n and restricts the results list to DB instances created by that engine.</p>\n </li>\n </ul>\n\n <p>For example, to invoke this API from the Amazon CLI and filter so that only\n Neptune DB instances are returned, you could use the following command:</p>"
}
},
"MaxRecords": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p> The maximum number of records to include in the response. If more records exist than the\n specified <code>MaxRecords</code> value, a pagination token called a marker is included in the\n response so that the remaining results can be retrieved.</p>\n <p>Default: 100</p>\n <p>Constraints: Minimum 20, maximum 100.</p>"
}
},
"Marker": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> An optional pagination token provided by a previous <code>DescribeDBInstances</code>\n request. If this parameter is specified, the response includes only records beyond the marker,\n up to the value specified by <code>MaxRecords</code>.</p>"
}
}
}
},
"com.amazonaws.neptune#DescribeDBParameterGroups": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#DescribeDBParameterGroupsMessage"
},
"output": {
"target": "com.amazonaws.neptune#DBParameterGroupsMessage"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBParameterGroupNotFoundFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns a list of <code>DBParameterGroup</code> descriptions. If a\n <code>DBParameterGroupName</code> is specified, the list will contain only the description of\n the specified DB parameter group.</p>",
"smithy.api#paginated": {
"inputToken": "Marker",
"outputToken": "Marker",
"items": "DBParameterGroups",
"pageSize": "MaxRecords"
}
}
},
"com.amazonaws.neptune#DescribeDBParameterGroupsMessage": {
"type": "structure",
"members": {
"DBParameterGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of a specific DB parameter group to return details for.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>If supplied, must match the name of an existing DBClusterParameterGroup.</p>\n </li>\n </ul>"
}
},
"Filters": {
"target": "com.amazonaws.neptune#FilterList",
"traits": {
"smithy.api#documentation": "<p>This parameter is not currently supported.</p>"
}
},
"MaxRecords": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>The maximum number of records to include in the response. If more records exist than the\n specified <code>MaxRecords</code> value, a pagination token called a marker is included in the\n response so that the remaining results can be retrieved.</p>\n <p>Default: 100</p>\n <p>Constraints: Minimum 20, maximum 100.</p>"
}
},
"Marker": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>An optional pagination token provided by a previous\n <code>DescribeDBParameterGroups</code> request. If this parameter is specified, the response\n includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>.</p>"
}
}
}
},
"com.amazonaws.neptune#DescribeDBParameters": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#DescribeDBParametersMessage"
},
"output": {
"target": "com.amazonaws.neptune#DBParameterGroupDetails"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBParameterGroupNotFoundFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns the detailed parameter list for a particular DB parameter group.</p>",
"smithy.api#paginated": {
"inputToken": "Marker",
"outputToken": "Marker",
"items": "Parameters",
"pageSize": "MaxRecords"
}
}
},
"com.amazonaws.neptune#DescribeDBParametersMessage": {
"type": "structure",
"members": {
"DBParameterGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of a specific DB parameter group to return details for.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>If supplied, must match the name of an existing DBParameterGroup.</p>\n </li>\n </ul>",
"smithy.api#required": {}
}
},
"Source": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The parameter types to return.</p>\n <p>Default: All parameter types returned</p>\n <p>Valid Values: <code>user | system | engine-default</code>\n </p>"
}
},
"Filters": {
"target": "com.amazonaws.neptune#FilterList",
"traits": {
"smithy.api#documentation": "<p>This parameter is not currently supported.</p>"
}
},
"MaxRecords": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>The maximum number of records to include in the response. If more records exist than the\n specified <code>MaxRecords</code> value, a pagination token called a marker is included in the\n response so that the remaining results can be retrieved.</p>\n <p>Default: 100</p>\n <p>Constraints: Minimum 20, maximum 100.</p>"
}
},
"Marker": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>An optional pagination token provided by a previous <code>DescribeDBParameters</code>\n request. If this parameter is specified, the response includes only records beyond the marker,\n up to the value specified by <code>MaxRecords</code>.</p>"
}
}
}
},
"com.amazonaws.neptune#DescribeDBSubnetGroups": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#DescribeDBSubnetGroupsMessage"
},
"output": {
"target": "com.amazonaws.neptune#DBSubnetGroupMessage"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBSubnetGroupNotFoundFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns a list of DBSubnetGroup descriptions. If a DBSubnetGroupName is specified, the\n list will contain only the descriptions of the specified DBSubnetGroup.</p>\n <p>For an overview of CIDR ranges, go to the <a href=\"http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing\">Wikipedia Tutorial</a>.</p>",
"smithy.api#paginated": {
"inputToken": "Marker",
"outputToken": "Marker",
"items": "DBSubnetGroups",
"pageSize": "MaxRecords"
}
}
},
"com.amazonaws.neptune#DescribeDBSubnetGroupsMessage": {
"type": "structure",
"members": {
"DBSubnetGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the DB subnet group to return details for.</p>"
}
},
"Filters": {
"target": "com.amazonaws.neptune#FilterList",
"traits": {
"smithy.api#documentation": "<p>This parameter is not currently supported.</p>"
}
},
"MaxRecords": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p> The maximum number of records to include in the response. If more records exist than the\n specified <code>MaxRecords</code> value, a pagination token called a marker is included in the\n response so that the remaining results can be retrieved.</p>\n <p>Default: 100</p>\n <p>Constraints: Minimum 20, maximum 100.</p>"
}
},
"Marker": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> An optional pagination token provided by a previous DescribeDBSubnetGroups request. If\n this parameter is specified, the response includes only records beyond the marker, up to the\n value specified by <code>MaxRecords</code>.</p>"
}
}
}
},
"com.amazonaws.neptune#DescribeEngineDefaultClusterParameters": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#DescribeEngineDefaultClusterParametersMessage"
},
"output": {
"target": "com.amazonaws.neptune#DescribeEngineDefaultClusterParametersResult"
},
"traits": {
"smithy.api#documentation": "<p>Returns the default engine and system parameter information for the cluster database\n engine.</p>"
}
},
"com.amazonaws.neptune#DescribeEngineDefaultClusterParametersMessage": {
"type": "structure",
"members": {
"DBParameterGroupFamily": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the DB cluster parameter group family to return engine parameter information\n for.</p>",
"smithy.api#required": {}
}
},
"Filters": {
"target": "com.amazonaws.neptune#FilterList",
"traits": {
"smithy.api#documentation": "<p>This parameter is not currently supported.</p>"
}
},
"MaxRecords": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p> The maximum number of records to include in the response. If more records exist than the\n specified <code>MaxRecords</code> value, a pagination token called a marker is included in the\n response so that the remaining results can be retrieved.</p>\n <p>Default: 100</p>\n <p>Constraints: Minimum 20, maximum 100.</p>"
}
},
"Marker": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> An optional pagination token provided by a previous\n <code>DescribeEngineDefaultClusterParameters</code> request. If this parameter is specified,\n the response includes only records beyond the marker, up to the value specified by\n <code>MaxRecords</code>.</p>"
}
}
}
},
"com.amazonaws.neptune#DescribeEngineDefaultClusterParametersResult": {
"type": "structure",
"members": {
"EngineDefaults": {
"target": "com.amazonaws.neptune#EngineDefaults"
}
}
},
"com.amazonaws.neptune#DescribeEngineDefaultParameters": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#DescribeEngineDefaultParametersMessage"
},
"output": {
"target": "com.amazonaws.neptune#DescribeEngineDefaultParametersResult"
},
"traits": {
"smithy.api#documentation": "<p>Returns the default engine and system parameter information for the specified database\n engine.</p>",
"smithy.api#paginated": {
"inputToken": "Marker",
"outputToken": "EngineDefaults.Marker",
"items": "EngineDefaults.Parameters",
"pageSize": "MaxRecords"
}
}
},
"com.amazonaws.neptune#DescribeEngineDefaultParametersMessage": {
"type": "structure",
"members": {
"DBParameterGroupFamily": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the DB parameter group family.</p>",
"smithy.api#required": {}
}
},
"Filters": {
"target": "com.amazonaws.neptune#FilterList",
"traits": {
"smithy.api#documentation": "<p>Not currently supported.</p>"
}
},
"MaxRecords": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p> The maximum number of records to include in the response. If more records exist than the\n specified <code>MaxRecords</code> value, a pagination token called a marker is included in the\n response so that the remaining results can be retrieved.</p>\n <p>Default: 100</p>\n <p>Constraints: Minimum 20, maximum 100.</p>"
}
},
"Marker": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> An optional pagination token provided by a previous\n <code>DescribeEngineDefaultParameters</code> request. If this parameter is specified, the\n response includes only records beyond the marker, up to the value specified by\n <code>MaxRecords</code>.</p>"
}
}
}
},
"com.amazonaws.neptune#DescribeEngineDefaultParametersResult": {
"type": "structure",
"members": {
"EngineDefaults": {
"target": "com.amazonaws.neptune#EngineDefaults"
}
}
},
"com.amazonaws.neptune#DescribeEventCategories": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#DescribeEventCategoriesMessage"
},
"output": {
"target": "com.amazonaws.neptune#EventCategoriesMessage"
},
"traits": {
"smithy.api#documentation": "<p>Displays a list of categories for all event source types, or, if specified, for a\n specified source type.</p>"
}
},
"com.amazonaws.neptune#DescribeEventCategoriesMessage": {
"type": "structure",
"members": {
"SourceType": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The type of source that is generating the events.</p>\n <p>Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot</p>"
}
},
"Filters": {
"target": "com.amazonaws.neptune#FilterList",
"traits": {
"smithy.api#documentation": "<p>This parameter is not currently supported.</p>"
}
}
}
},
"com.amazonaws.neptune#DescribeEventSubscriptions": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#DescribeEventSubscriptionsMessage"
},
"output": {
"target": "com.amazonaws.neptune#EventSubscriptionsMessage"
},
"errors": [
{
"target": "com.amazonaws.neptune#SubscriptionNotFoundFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Lists all the subscription descriptions for a customer account. The description for a\n subscription includes SubscriptionName, SNSTopicARN, CustomerID, SourceType, SourceID,\n CreationTime, and Status.</p>\n <p>If you specify a SubscriptionName, lists the description for that subscription.</p>",
"smithy.api#paginated": {
"inputToken": "Marker",
"outputToken": "Marker",
"items": "EventSubscriptionsList",
"pageSize": "MaxRecords"
}
}
},
"com.amazonaws.neptune#DescribeEventSubscriptionsMessage": {
"type": "structure",
"members": {
"SubscriptionName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the event notification subscription you want to describe.</p>"
}
},
"Filters": {
"target": "com.amazonaws.neptune#FilterList",
"traits": {
"smithy.api#documentation": "<p>This parameter is not currently supported.</p>"
}
},
"MaxRecords": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p> The maximum number of records to include in the response. If more records exist than the\n specified <code>MaxRecords</code> value, a pagination token called a marker is included in the\n response so that the remaining results can be retrieved.</p>\n <p>Default: 100</p>\n <p>Constraints: Minimum 20, maximum 100.</p>"
}
},
"Marker": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions\n request. If this parameter is specified, the response includes only records beyond the marker,\n up to the value specified by <code>MaxRecords</code> .</p>"
}
}
}
},
"com.amazonaws.neptune#DescribeEvents": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#DescribeEventsMessage"
},
"output": {
"target": "com.amazonaws.neptune#EventsMessage"
},
"traits": {
"smithy.api#documentation": "<p>Returns events related to DB instances, DB security groups, DB snapshots, and DB parameter\n groups for the past 14 days. Events specific to a particular DB instance, DB security group,\n database snapshot, or DB parameter group can be obtained by providing the name as a parameter.\n By default, the past hour of events are returned.</p>",
"smithy.api#paginated": {
"inputToken": "Marker",
"outputToken": "Marker",
"items": "Events",
"pageSize": "MaxRecords"
}
}
},
"com.amazonaws.neptune#DescribeEventsMessage": {
"type": "structure",
"members": {
"SourceIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The identifier of the event source for which events are returned. If not specified, then\n all sources are included in the response.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>If SourceIdentifier is supplied, SourceType must also be provided.</p>\n </li>\n <li>\n <p>If the source type is <code>DBInstance</code>, then a\n <code>DBInstanceIdentifier</code> must be supplied.</p>\n </li>\n <li>\n <p>If the source type is <code>DBSecurityGroup</code>, a <code>DBSecurityGroupName</code>\n must be supplied.</p>\n </li>\n <li>\n <p>If the source type is <code>DBParameterGroup</code>, a\n <code>DBParameterGroupName</code> must be supplied.</p>\n </li>\n <li>\n <p>If the source type is <code>DBSnapshot</code>, a <code>DBSnapshotIdentifier</code>\n must be supplied.</p>\n </li>\n <li>\n <p>Cannot end with a hyphen or contain two consecutive hyphens.</p>\n </li>\n </ul>"
}
},
"SourceType": {
"target": "com.amazonaws.neptune#SourceType",
"traits": {
"smithy.api#documentation": "<p>The event source to retrieve events for. If no value is specified, all events are\n returned.</p>"
}
},
"StartTime": {
"target": "com.amazonaws.neptune#TStamp",
"traits": {
"smithy.api#documentation": "<p> The beginning of the time interval to retrieve events for, specified in ISO 8601 format.\n For more information about ISO 8601, go to the <a href=\"http://en.wikipedia.org/wiki/ISO_8601\">ISO8601 Wikipedia page.</a>\n </p>\n <p>Example: 2009-07-08T18:00Z</p>"
}
},
"EndTime": {
"target": "com.amazonaws.neptune#TStamp",
"traits": {
"smithy.api#documentation": "<p> The end of the time interval for which to retrieve events, specified in ISO 8601 format.\n For more information about ISO 8601, go to the <a href=\"http://en.wikipedia.org/wiki/ISO_8601\">ISO8601 Wikipedia page.</a>\n </p>\n <p>Example: 2009-07-08T18:00Z</p>"
}
},
"Duration": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>The number of minutes to retrieve events for.</p>\n <p>Default: 60</p>"
}
},
"EventCategories": {
"target": "com.amazonaws.neptune#EventCategoriesList",
"traits": {
"smithy.api#documentation": "<p>A list of event categories that trigger notifications for a event notification\n subscription.</p>"
}
},
"Filters": {
"target": "com.amazonaws.neptune#FilterList",
"traits": {
"smithy.api#documentation": "<p>This parameter is not currently supported.</p>"
}
},
"MaxRecords": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p> The maximum number of records to include in the response. If more records exist than the\n specified <code>MaxRecords</code> value, a pagination token called a marker is included in the\n response so that the remaining results can be retrieved.</p>\n <p>Default: 100</p>\n <p>Constraints: Minimum 20, maximum 100.</p>"
}
},
"Marker": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> An optional pagination token provided by a previous DescribeEvents request. If this\n parameter is specified, the response includes only records beyond the marker, up to the value\n specified by <code>MaxRecords</code>.</p>"
}
}
}
},
"com.amazonaws.neptune#DescribeOrderableDBInstanceOptions": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#DescribeOrderableDBInstanceOptionsMessage"
},
"output": {
"target": "com.amazonaws.neptune#OrderableDBInstanceOptionsMessage"
},
"traits": {
"smithy.api#documentation": "<p>Returns a list of orderable DB instance options for the specified engine.</p>",
"smithy.api#paginated": {
"inputToken": "Marker",
"outputToken": "Marker",
"items": "OrderableDBInstanceOptions",
"pageSize": "MaxRecords"
}
}
},
"com.amazonaws.neptune#DescribeOrderableDBInstanceOptionsMessage": {
"type": "structure",
"members": {
"Engine": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the engine to retrieve DB instance options for.</p>",
"smithy.api#required": {}
}
},
"EngineVersion": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The engine version filter value. Specify this parameter to show only the available\n offerings matching the specified engine version.</p>"
}
},
"DBInstanceClass": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The DB instance class filter value. Specify this parameter to show only the available\n offerings matching the specified DB instance class.</p>"
}
},
"LicenseModel": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The license model filter value. Specify this parameter to show only the available\n offerings matching the specified license model.</p>"
}
},
"Vpc": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>The VPC filter value. Specify this parameter to show only the available VPC or non-VPC\n offerings.</p>"
}
},
"Filters": {
"target": "com.amazonaws.neptune#FilterList",
"traits": {
"smithy.api#documentation": "<p>This parameter is not currently supported.</p>"
}
},
"MaxRecords": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p> The maximum number of records to include in the response. If more records exist than the\n specified <code>MaxRecords</code> value, a pagination token called a marker is included in the\n response so that the remaining results can be retrieved.</p>\n <p>Default: 100</p>\n <p>Constraints: Minimum 20, maximum 100.</p>"
}
},
"Marker": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions\n request. If this parameter is specified, the response includes only records beyond the marker,\n up to the value specified by <code>MaxRecords</code> .</p>"
}
}
}
},
"com.amazonaws.neptune#DescribePendingMaintenanceActions": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#DescribePendingMaintenanceActionsMessage"
},
"output": {
"target": "com.amazonaws.neptune#PendingMaintenanceActionsMessage"
},
"errors": [
{
"target": "com.amazonaws.neptune#ResourceNotFoundFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns a list of resources (for example, DB instances) that have at least one pending\n maintenance action.</p>",
"smithy.api#paginated": {
"inputToken": "Marker",
"outputToken": "Marker",
"items": "PendingMaintenanceActions",
"pageSize": "MaxRecords"
}
}
},
"com.amazonaws.neptune#DescribePendingMaintenanceActionsMessage": {
"type": "structure",
"members": {
"ResourceIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The ARN of a resource to return pending maintenance actions for.</p>"
}
},
"Filters": {
"target": "com.amazonaws.neptune#FilterList",
"traits": {
"smithy.api#documentation": "<p>A filter that specifies one or more resources to return pending maintenance actions\n for.</p>\n <p>Supported filters:</p>\n <ul>\n <li>\n <p> \n <code>db-cluster-id</code> - Accepts DB cluster identifiers and DB cluster Amazon\n Resource Names (ARNs). The results list will only include pending maintenance actions for\n the DB clusters identified by these ARNs.</p>\n </li>\n <li>\n <p> \n <code>db-instance-id</code> - Accepts DB instance identifiers and DB instance ARNs.\n The results list will only include pending maintenance actions for the DB instances\n identified by these ARNs.</p>\n </li>\n </ul>"
}
},
"Marker": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> An optional pagination token provided by a previous\n <code>DescribePendingMaintenanceActions</code> request. If this parameter is specified, the\n response includes only records beyond the marker, up to a number of records specified by\n <code>MaxRecords</code>.</p>"
}
},
"MaxRecords": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p> The maximum number of records to include in the response. If more records exist than the\n specified <code>MaxRecords</code> value, a pagination token called a marker is included in the\n response so that the remaining results can be retrieved.</p>\n <p>Default: 100</p>\n <p>Constraints: Minimum 20, maximum 100.</p>"
}
}
}
},
"com.amazonaws.neptune#DescribeValidDBInstanceModifications": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#DescribeValidDBInstanceModificationsMessage"
},
"output": {
"target": "com.amazonaws.neptune#DescribeValidDBInstanceModificationsResult"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBInstanceNotFoundFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBInstanceStateFault"
}
],
"traits": {
"smithy.api#documentation": "<p>You can call <a>DescribeValidDBInstanceModifications</a>\n to learn what modifications you can make to your DB instance. You can use this\n information when you call <a>ModifyDBInstance</a>.</p>"
}
},
"com.amazonaws.neptune#DescribeValidDBInstanceModificationsMessage": {
"type": "structure",
"members": {
"DBInstanceIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The customer identifier or the ARN of your DB instance.</p>",
"smithy.api#required": {}
}
}
}
},
"com.amazonaws.neptune#DescribeValidDBInstanceModificationsResult": {
"type": "structure",
"members": {
"ValidDBInstanceModificationsMessage": {
"target": "com.amazonaws.neptune#ValidDBInstanceModificationsMessage"
}
}
},
"com.amazonaws.neptune#DomainMembership": {
"type": "structure",
"members": {
"Domain": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The identifier of the Active Directory Domain.</p>"
}
},
"Status": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The status of the DB instance's Active Directory Domain membership, such as joined,\n pending-join, failed etc).</p>"
}
},
"FQDN": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The fully qualified domain name of the Active Directory Domain.</p>"
}
},
"IAMRoleName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the IAM role to be used when making API calls to the Directory Service.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>An Active Directory Domain membership record associated with a DB instance.</p>"
}
},
"com.amazonaws.neptune#DomainMembershipList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#DomainMembership",
"traits": {
"smithy.api#xmlName": "DomainMembership"
}
}
},
"com.amazonaws.neptune#DomainNotFoundFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>\n <i>Domain</i> does not refer to an existing Active Directory Domain.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 404
}
},
"com.amazonaws.neptune#Double": {
"type": "double"
},
"com.amazonaws.neptune#DoubleOptional": {
"type": "double",
"traits": {
"smithy.api#box": {}
}
},
"com.amazonaws.neptune#DoubleRange": {
"type": "structure",
"members": {
"From": {
"target": "com.amazonaws.neptune#Double",
"traits": {
"smithy.api#documentation": "<p>The minimum value in the range.</p>"
}
},
"To": {
"target": "com.amazonaws.neptune#Double",
"traits": {
"smithy.api#documentation": "<p>The maximum value in the range.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>A range of double values.</p>"
}
},
"com.amazonaws.neptune#DoubleRangeList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#DoubleRange",
"traits": {
"smithy.api#xmlName": "DoubleRange"
}
}
},
"com.amazonaws.neptune#Endpoint": {
"type": "structure",
"members": {
"Address": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specifies the DNS address of the DB instance.</p>"
}
},
"Port": {
"target": "com.amazonaws.neptune#Integer",
"traits": {
"smithy.api#documentation": "<p>Specifies the port that the database engine is listening on.</p>"
}
},
"HostedZoneId": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Specifies a connection endpoint.</p>\n\n <p>For the data structure that represents Amazon Neptune DB cluster endpoints,\n see <code>DBClusterEndpoint</code>.</p>"
}
},
"com.amazonaws.neptune#EngineDefaults": {
"type": "structure",
"members": {
"DBParameterGroupFamily": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specifies the name of the DB parameter group family that the engine default parameters\n apply to.</p>"
}
},
"Marker": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> An optional pagination token provided by a previous EngineDefaults request. If this\n parameter is specified, the response includes only records beyond the marker, up to the value\n specified by <code>MaxRecords</code> .</p>"
}
},
"Parameters": {
"target": "com.amazonaws.neptune#ParametersList",
"traits": {
"smithy.api#documentation": "<p>Contains a list of engine default parameters.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p> Contains the result of a successful invocation of the <a>DescribeEngineDefaultParameters</a> action.</p>"
}
},
"com.amazonaws.neptune#Event": {
"type": "structure",
"members": {
"SourceIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Provides the identifier for the source of the event.</p>"
}
},
"SourceType": {
"target": "com.amazonaws.neptune#SourceType",
"traits": {
"smithy.api#documentation": "<p>Specifies the source type for this event.</p>"
}
},
"Message": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Provides the text of this event.</p>"
}
},
"EventCategories": {
"target": "com.amazonaws.neptune#EventCategoriesList",
"traits": {
"smithy.api#documentation": "<p>Specifies the category for the event.</p>"
}
},
"Date": {
"target": "com.amazonaws.neptune#TStamp",
"traits": {
"smithy.api#documentation": "<p>Specifies the date and time of the event.</p>"
}
},
"SourceArn": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for the event.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p> This data type is used as a response element in the <a>DescribeEvents</a>\n action.</p>"
}
},
"com.amazonaws.neptune#EventCategoriesList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#xmlName": "EventCategory"
}
}
},
"com.amazonaws.neptune#EventCategoriesMap": {
"type": "structure",
"members": {
"SourceType": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The source type that the returned categories belong to</p>"
}
},
"EventCategories": {
"target": "com.amazonaws.neptune#EventCategoriesList",
"traits": {
"smithy.api#documentation": "<p>The event categories for the specified source type</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Contains the results of a successful invocation of the <a>DescribeEventCategories</a> action.</p>"
}
},
"com.amazonaws.neptune#EventCategoriesMapList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#EventCategoriesMap",
"traits": {
"smithy.api#xmlName": "EventCategoriesMap"
}
}
},
"com.amazonaws.neptune#EventCategoriesMessage": {
"type": "structure",
"members": {
"EventCategoriesMapList": {
"target": "com.amazonaws.neptune#EventCategoriesMapList",
"traits": {
"smithy.api#documentation": "<p>A list of EventCategoriesMap data types.</p>"
}
}
}
},
"com.amazonaws.neptune#EventList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#Event",
"traits": {
"smithy.api#xmlName": "Event"
}
}
},
"com.amazonaws.neptune#EventSubscription": {
"type": "structure",
"members": {
"CustomerAwsId": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon customer account associated with the event notification subscription.</p>"
}
},
"CustSubscriptionId": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The event notification subscription Id.</p>"
}
},
"SnsTopicArn": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The topic ARN of the event notification subscription.</p>"
}
},
"Status": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The status of the event notification subscription.</p>\n <p>Constraints:</p>\n <p>Can be one of the following: creating | modifying | deleting | active | no-permission |\n topic-not-exist</p>\n <p>The status \"no-permission\" indicates that Neptune no longer has permission to post to the\n SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the\n subscription was created.</p>"
}
},
"SubscriptionCreationTime": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The time the event notification subscription was created.</p>"
}
},
"SourceType": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The source type for the event notification subscription.</p>"
}
},
"SourceIdsList": {
"target": "com.amazonaws.neptune#SourceIdsList",
"traits": {
"smithy.api#documentation": "<p>A list of source IDs for the event notification subscription.</p>"
}
},
"EventCategoriesList": {
"target": "com.amazonaws.neptune#EventCategoriesList",
"traits": {
"smithy.api#documentation": "<p>A list of event categories for the event notification subscription.</p>"
}
},
"Enabled": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>A Boolean value indicating if the subscription is enabled. True indicates the subscription\n is enabled.</p>"
}
},
"EventSubscriptionArn": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for the event subscription.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Contains the results of a successful invocation of the <a>DescribeEventSubscriptions</a> action.</p>"
}
},
"com.amazonaws.neptune#EventSubscriptionQuotaExceededFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>You have exceeded the number of events you can subscribe to.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#EventSubscriptionsList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#EventSubscription",
"traits": {
"smithy.api#xmlName": "EventSubscription"
}
}
},
"com.amazonaws.neptune#EventSubscriptionsMessage": {
"type": "structure",
"members": {
"Marker": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions\n request. If this parameter is specified, the response includes only records beyond the marker,\n up to the value specified by <code>MaxRecords</code>.</p>"
}
},
"EventSubscriptionsList": {
"target": "com.amazonaws.neptune#EventSubscriptionsList",
"traits": {
"smithy.api#documentation": "<p>A list of EventSubscriptions data types.</p>"
}
}
}
},
"com.amazonaws.neptune#EventsMessage": {
"type": "structure",
"members": {
"Marker": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> An optional pagination token provided by a previous Events request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified by\n <code>MaxRecords</code> .</p>"
}
},
"Events": {
"target": "com.amazonaws.neptune#EventList",
"traits": {
"smithy.api#documentation": "<p> A list of <a>Event</a> instances.</p>"
}
}
}
},
"com.amazonaws.neptune#ExceptionMessage": {
"type": "string"
},
"com.amazonaws.neptune#FailoverDBCluster": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#FailoverDBClusterMessage"
},
"output": {
"target": "com.amazonaws.neptune#FailoverDBClusterResult"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBClusterNotFoundFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBClusterStateFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBInstanceStateFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Forces a failover for a DB cluster.</p>\n <p>A failover for a DB cluster promotes one of the Read Replicas (read-only instances) in the\n DB cluster to be the primary instance (the cluster writer).</p>\n <p>Amazon Neptune will automatically fail over to a Read Replica, if one exists, when the\n primary instance fails. You can force a failover when you want to simulate a failure of a\n primary instance for testing. Because each instance in a DB cluster has its own endpoint\n address, you will need to clean up and re-establish any existing connections that use those\n endpoint addresses when the failover is complete.</p>"
}
},
"com.amazonaws.neptune#FailoverDBClusterMessage": {
"type": "structure",
"members": {
"DBClusterIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>A DB cluster identifier to force a failover for. This parameter is not\n case-sensitive.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must match the identifier of an existing DBCluster.</p>\n </li>\n </ul>"
}
},
"TargetDBInstanceIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the instance to promote to the primary instance.</p>\n <p>You must specify the instance identifier for an Read Replica in the DB cluster. For\n example, <code>mydbcluster-replica1</code>.</p>"
}
}
}
},
"com.amazonaws.neptune#FailoverDBClusterResult": {
"type": "structure",
"members": {
"DBCluster": {
"target": "com.amazonaws.neptune#DBCluster"
}
}
},
"com.amazonaws.neptune#Filter": {
"type": "structure",
"members": {
"Name": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>This parameter is not currently supported.</p>",
"smithy.api#required": {}
}
},
"Values": {
"target": "com.amazonaws.neptune#FilterValueList",
"traits": {
"smithy.api#documentation": "<p>This parameter is not currently supported.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>This type is not currently supported.</p>"
}
},
"com.amazonaws.neptune#FilterList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#Filter",
"traits": {
"smithy.api#xmlName": "Filter"
}
}
},
"com.amazonaws.neptune#FilterValueList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#xmlName": "Value"
}
}
},
"com.amazonaws.neptune#InstanceQuotaExceededFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Request would result in user exceeding the allowed number of DB instances.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#InsufficientDBClusterCapacityFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The DB cluster does not have enough capacity for the current operation.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 403
}
},
"com.amazonaws.neptune#InsufficientDBInstanceCapacityFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Specified DB instance class is not available in the specified Availability Zone.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#InsufficientStorageClusterCapacityFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>There is insufficient storage available for the current action. You may\n be able to resolve this error by updating your subnet group to use different\n Availability Zones that have more storage available.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#Integer": {
"type": "integer"
},
"com.amazonaws.neptune#IntegerOptional": {
"type": "integer",
"traits": {
"smithy.api#box": {}
}
},
"com.amazonaws.neptune#InvalidDBClusterEndpointStateFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The requested operation cannot be performed on the endpoint while the endpoint is in this state.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#InvalidDBClusterSnapshotStateFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The supplied value is not a valid DB cluster snapshot state.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#InvalidDBClusterStateFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The DB cluster is not in a valid state.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#InvalidDBInstanceStateFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The specified DB instance is not in the <i>available</i> state.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#InvalidDBParameterGroupStateFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The DB parameter group is in use or is in an invalid state. If you are attempting to\n delete the parameter group, you cannot delete it when the parameter group is in this state.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#InvalidDBSecurityGroupStateFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The state of the DB security group does not allow deletion.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#InvalidDBSnapshotStateFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The state of the DB snapshot does not allow deletion.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#InvalidDBSubnetGroupStateFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The DB subnet group cannot be deleted because it is in use.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#InvalidDBSubnetStateFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The DB subnet is not in the <i>available</i> state.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#InvalidEventSubscriptionStateFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The event subscription is in an invalid state.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#InvalidRestoreFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Cannot restore from vpc backup to non-vpc DB instance.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#InvalidSubnet": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The requested subnet is invalid, or multiple subnets were requested that are\n not all in a common VPC.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#InvalidVPCNetworkStateFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>DB subnet group does not cover all Availability Zones after it is created\n because users' change.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#KMSKeyNotAccessibleFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Error accessing KMS key.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#KeyList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#String"
}
},
"com.amazonaws.neptune#ListTagsForResource": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#ListTagsForResourceMessage"
},
"output": {
"target": "com.amazonaws.neptune#TagListMessage"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBClusterNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBInstanceNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBSnapshotNotFoundFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Lists all tags on an Amazon Neptune resource.</p>"
}
},
"com.amazonaws.neptune#ListTagsForResourceMessage": {
"type": "structure",
"members": {
"ResourceName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Neptune resource with tags to be listed. This value is an Amazon Resource Name\n (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\n Amazon Resource Name (ARN)</a>.</p>",
"smithy.api#required": {}
}
},
"Filters": {
"target": "com.amazonaws.neptune#FilterList",
"traits": {
"smithy.api#documentation": "<p>This parameter is not currently supported.</p>"
}
}
}
},
"com.amazonaws.neptune#LogTypeList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#String"
}
},
"com.amazonaws.neptune#ModifyDBCluster": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#ModifyDBClusterMessage"
},
"output": {
"target": "com.amazonaws.neptune#ModifyDBClusterResult"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBClusterAlreadyExistsFault"
},
{
"target": "com.amazonaws.neptune#DBClusterNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBClusterParameterGroupNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBSubnetGroupNotFoundFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBClusterStateFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBInstanceStateFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBSecurityGroupStateFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBSubnetGroupStateFault"
},
{
"target": "com.amazonaws.neptune#InvalidSubnet"
},
{
"target": "com.amazonaws.neptune#InvalidVPCNetworkStateFault"
},
{
"target": "com.amazonaws.neptune#StorageQuotaExceededFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Modify a setting for a DB cluster. You can change one or more database configuration\n parameters by specifying these parameters and the new values in the request.</p>"
}
},
"com.amazonaws.neptune#ModifyDBClusterEndpoint": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#ModifyDBClusterEndpointMessage"
},
"output": {
"target": "com.amazonaws.neptune#ModifyDBClusterEndpointOutput"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBClusterEndpointNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBInstanceNotFoundFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBClusterEndpointStateFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBClusterStateFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBInstanceStateFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Modifies the properties of an endpoint in an Amazon Neptune DB cluster.</p>"
}
},
"com.amazonaws.neptune#ModifyDBClusterEndpointMessage": {
"type": "structure",
"members": {
"DBClusterEndpointIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The identifier of the endpoint to modify. This parameter is stored as a lowercase string.</p>",
"smithy.api#required": {}
}
},
"EndpointType": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The type of the endpoint. One of: <code>READER</code>, <code>WRITER</code>, <code>ANY</code>.</p>"
}
},
"StaticMembers": {
"target": "com.amazonaws.neptune#StringList",
"traits": {
"smithy.api#documentation": "<p>List of DB instance identifiers that are part of the custom endpoint group.</p>"
}
},
"ExcludedMembers": {
"target": "com.amazonaws.neptune#StringList",
"traits": {
"smithy.api#documentation": "<p>List of DB instance identifiers that aren't part of the custom endpoint group.\n All other eligible instances are reachable through the custom endpoint.\n Only relevant if the list of static members is empty.</p>"
}
}
}
},
"com.amazonaws.neptune#ModifyDBClusterEndpointOutput": {
"type": "structure",
"members": {
"DBClusterEndpointIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The identifier associated with the endpoint. This parameter is stored as a lowercase string.</p>"
}
},
"DBClusterIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is\n stored as a lowercase string.</p>"
}
},
"DBClusterEndpointResourceIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>A unique system-generated identifier for an endpoint. It remains the same for the whole life of the endpoint.</p>"
}
},
"Endpoint": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The DNS address of the endpoint.</p>"
}
},
"Status": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The current status of the endpoint. One of: <code>creating</code>, <code>available</code>, <code>deleting</code>, <code>inactive</code>, <code>modifying</code>. The <code>inactive</code> state applies to an endpoint that cannot be used for a certain kind of cluster,\n such as a <code>writer</code> endpoint for a read-only secondary cluster in a global database.</p>"
}
},
"EndpointType": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The type of the endpoint. One of: <code>READER</code>, <code>WRITER</code>, <code>CUSTOM</code>.</p>"
}
},
"CustomEndpointType": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The type associated with a custom endpoint. One of: <code>READER</code>,\n <code>WRITER</code>, <code>ANY</code>.</p>"
}
},
"StaticMembers": {
"target": "com.amazonaws.neptune#StringList",
"traits": {
"smithy.api#documentation": "<p>List of DB instance identifiers that are part of the custom endpoint group.</p>"
}
},
"ExcludedMembers": {
"target": "com.amazonaws.neptune#StringList",
"traits": {
"smithy.api#documentation": "<p>List of DB instance identifiers that aren't part of the custom endpoint group.\n All other eligible instances are reachable through the custom endpoint.\n Only relevant if the list of static members is empty.</p>"
}
},
"DBClusterEndpointArn": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for the endpoint.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>This data type represents the information you need to connect to an Amazon Aurora DB cluster.\n This data type is used as a response element in the following actions:</p>\n <ul>\n <li>\n <p>\n <code>CreateDBClusterEndpoint</code>\n </p>\n </li>\n <li>\n <p>\n <code>DescribeDBClusterEndpoints</code>\n </p>\n </li>\n <li>\n <p>\n <code>ModifyDBClusterEndpoint</code>\n </p>\n </li>\n <li>\n <p>\n <code>DeleteDBClusterEndpoint</code>\n </p>\n </li>\n </ul>\n <p>For the data structure that represents Amazon RDS DB instance endpoints,\n see <code>Endpoint</code>.</p>"
}
},
"com.amazonaws.neptune#ModifyDBClusterMessage": {
"type": "structure",
"members": {
"DBClusterIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The DB cluster identifier for the cluster being modified. This parameter is not\n case-sensitive.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must match the identifier of an existing DBCluster.</p>\n </li>\n </ul>",
"smithy.api#required": {}
}
},
"NewDBClusterIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The new DB cluster identifier for the DB cluster when renaming a DB cluster. This value is\n stored as a lowercase string.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must contain from 1 to 63 letters, numbers, or hyphens</p>\n </li>\n <li>\n <p>The first character must be a letter</p>\n </li>\n <li>\n <p>Cannot end with a hyphen or contain two consecutive hyphens</p>\n </li>\n </ul>\n <p>Example: <code>my-cluster2</code>\n </p>"
}
},
"ApplyImmediately": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>A value that specifies whether the modifications in this request and any pending\n modifications are asynchronously applied as soon as possible, regardless of the\n <code>PreferredMaintenanceWindow</code> setting for the DB cluster. If this parameter is set\n to <code>false</code>, changes to the DB cluster are applied during the next maintenance\n window.</p>\n <p>The <code>ApplyImmediately</code> parameter only affects <code>NewDBClusterIdentifier</code>\n values. If you set the <code>ApplyImmediately</code> parameter value to false, then changes to\n <code>NewDBClusterIdentifier</code> values are applied during the next maintenance window.\n All other changes are applied immediately, regardless of the value of the\n <code>ApplyImmediately</code> parameter.</p>\n <p>Default: <code>false</code>\n </p>"
}
},
"BackupRetentionPeriod": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>The number of days for which automated backups are retained. You must specify a minimum\n value of 1.</p>\n <p>Default: 1</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must be a value from 1 to 35</p>\n </li>\n </ul>"
}
},
"DBClusterParameterGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the DB cluster parameter group to use for the DB cluster.</p>"
}
},
"VpcSecurityGroupIds": {
"target": "com.amazonaws.neptune#VpcSecurityGroupIdList",
"traits": {
"smithy.api#documentation": "<p>A list of VPC security groups that the DB cluster will belong to.</p>"
}
},
"Port": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>The port number on which the DB cluster accepts connections.</p>\n <p>Constraints: Value must be <code>1150-65535</code>\n </p>\n <p>Default: The same port as the original DB cluster.</p>"
}
},
"MasterUserPassword": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Not supported by Neptune.</p>"
}
},
"OptionGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>\n <i>Not supported by Neptune.</i>\n </p>"
}
},
"PreferredBackupWindow": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The daily time range during which automated backups are created if automated backups are\n enabled, using the <code>BackupRetentionPeriod</code> parameter.</p>\n <p>The default is a 30-minute window selected at random from an 8-hour block of time for each\n Amazon Region.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must be in the format <code>hh24:mi-hh24:mi</code>.</p>\n </li>\n <li>\n <p>Must be in Universal Coordinated Time (UTC).</p>\n </li>\n <li>\n <p>Must not conflict with the preferred maintenance window.</p>\n </li>\n <li>\n <p>Must be at least 30 minutes.</p>\n </li>\n </ul>"
}
},
"PreferredMaintenanceWindow": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The weekly time range during which system maintenance can occur, in Universal Coordinated\n Time (UTC).</p>\n <p>Format: <code>ddd:hh24:mi-ddd:hh24:mi</code>\n </p>\n <p>The default is a 30-minute window selected at random from an 8-hour block of time for each\n Amazon Region, occurring on a random day of the\n week.</p>\n <p>Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.</p>\n <p>Constraints: Minimum 30-minute window.</p>"
}
},
"EnableIAMDatabaseAuthentication": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>True to enable mapping of Amazon Identity and Access Management (IAM) accounts to database\n accounts, and otherwise false.</p>\n <p>Default: <code>false</code>\n </p>"
}
},
"CloudwatchLogsExportConfiguration": {
"target": "com.amazonaws.neptune#CloudwatchLogsExportConfiguration",
"traits": {
"smithy.api#documentation": "<p>The configuration setting for the log types to be enabled for export to CloudWatch Logs\n for a specific DB cluster.</p>"
}
},
"EngineVersion": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The version number of the database engine to which you want to upgrade. Changing this\n parameter results in an outage. The change is applied during the next maintenance window\n unless the <code>ApplyImmediately</code> parameter is set to true.</p>\n <p>For a list of valid engine versions, see <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/engine-releases.html\">Engine Releases for Amazon\n Neptune</a>, or call <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/api-other-apis.html#DescribeDBEngineVersions\">DescribeDBEngineVersions</a>.</p>"
}
},
"DeletionProtection": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>A value that indicates whether the DB cluster has deletion protection enabled.\n The database can't be deleted when deletion protection is enabled. By default,\n deletion protection is disabled.</p>"
}
},
"CopyTagsToSnapshot": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>\n <i>If set to <code>true</code>, tags are copied to any snapshot of\n the DB cluster that is created.</i>\n </p>"
}
}
}
},
"com.amazonaws.neptune#ModifyDBClusterParameterGroup": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#ModifyDBClusterParameterGroupMessage"
},
"output": {
"target": "com.amazonaws.neptune#DBClusterParameterGroupNameMessage"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBParameterGroupNotFoundFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBParameterGroupStateFault"
}
],
"traits": {
"smithy.api#documentation": "<p> Modifies the parameters of a DB cluster parameter group. To modify more than one\n parameter, submit a list of the following: <code>ParameterName</code>,\n <code>ParameterValue</code>, and <code>ApplyMethod</code>. A maximum of 20 parameters can be\n modified in a single request.</p>\n \n <note>\n <p>Changes to dynamic parameters are applied immediately. Changes to static parameters\n require a reboot without failover to the DB cluster associated with the parameter group\n before the change can take effect.</p>\n </note>\n <important>\n <p>After you create a DB cluster parameter group, you should wait at least 5 minutes before\n creating your first DB cluster that uses that DB cluster parameter group as the default\n parameter group. This allows Amazon Neptune to fully complete the create action before the\n parameter group is used as the default for a new DB cluster. This is especially important\n for parameters that are critical when creating the default database for a DB cluster, such\n as the character set for the default database defined by the\n <code>character_set_database</code> parameter. You can use the <i>Parameter\n Groups</i> option of the Amazon Neptune console or the <a>DescribeDBClusterParameters</a> command to verify that your DB cluster parameter\n group has been created or modified.</p>\n </important>"
}
},
"com.amazonaws.neptune#ModifyDBClusterParameterGroupMessage": {
"type": "structure",
"members": {
"DBClusterParameterGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the DB cluster parameter group to modify.</p>",
"smithy.api#required": {}
}
},
"Parameters": {
"target": "com.amazonaws.neptune#ParametersList",
"traits": {
"smithy.api#documentation": "<p>A list of parameters in the DB cluster parameter group to modify.</p>",
"smithy.api#required": {}
}
}
}
},
"com.amazonaws.neptune#ModifyDBClusterResult": {
"type": "structure",
"members": {
"DBCluster": {
"target": "com.amazonaws.neptune#DBCluster"
}
}
},
"com.amazonaws.neptune#ModifyDBClusterSnapshotAttribute": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#ModifyDBClusterSnapshotAttributeMessage"
},
"output": {
"target": "com.amazonaws.neptune#ModifyDBClusterSnapshotAttributeResult"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBClusterSnapshotNotFoundFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBClusterSnapshotStateFault"
},
{
"target": "com.amazonaws.neptune#SharedSnapshotQuotaExceededFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Adds an attribute and values to, or removes an attribute and values from, a manual DB\n cluster snapshot.</p>\n <p>To share a manual DB cluster snapshot with other Amazon accounts, specify\n <code>restore</code> as the <code>AttributeName</code> and use the <code>ValuesToAdd</code>\n parameter to add a list of IDs of the Amazon accounts that are authorized to restore the manual\n DB cluster snapshot. Use the value <code>all</code> to make the manual DB cluster snapshot\n public, which means that it can be copied or restored by all Amazon accounts. Do not add the\n <code>all</code> value for any manual DB cluster snapshots that contain private information\n that you don't want available to all Amazon accounts. If a manual DB cluster snapshot is\n encrypted, it can be shared, but only by specifying a list of authorized Amazon account IDs for\n the <code>ValuesToAdd</code> parameter. You can't use <code>all</code> as a value for that\n parameter in this case.</p>\n <p>To view which Amazon accounts have access to copy or restore a manual DB cluster snapshot, or\n whether a manual DB cluster snapshot public or private, use the <a>DescribeDBClusterSnapshotAttributes</a> API action.</p>"
}
},
"com.amazonaws.neptune#ModifyDBClusterSnapshotAttributeMessage": {
"type": "structure",
"members": {
"DBClusterSnapshotIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The identifier for the DB cluster snapshot to modify the attributes for.</p>",
"smithy.api#required": {}
}
},
"AttributeName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the DB cluster snapshot attribute to modify.</p>\n <p>To manage authorization for other Amazon accounts to copy or restore a manual DB cluster\n snapshot, set this value to <code>restore</code>.</p>",
"smithy.api#required": {}
}
},
"ValuesToAdd": {
"target": "com.amazonaws.neptune#AttributeValueList",
"traits": {
"smithy.api#documentation": "<p>A list of DB cluster snapshot attributes to add to the attribute specified by\n <code>AttributeName</code>.</p>\n <p>To authorize other Amazon accounts to copy or restore a manual DB cluster snapshot, set this\n list to include one or more Amazon account IDs, or <code>all</code> to make the manual DB cluster\n snapshot restorable by any Amazon account. Do not add the <code>all</code> value for any manual\n DB cluster snapshots that contain private information that you don't want available to all AWS\n accounts.</p>"
}
},
"ValuesToRemove": {
"target": "com.amazonaws.neptune#AttributeValueList",
"traits": {
"smithy.api#documentation": "<p>A list of DB cluster snapshot attributes to remove from the attribute specified by\n <code>AttributeName</code>.</p>\n <p>To remove authorization for other Amazon accounts to copy or restore a manual DB cluster\n snapshot, set this list to include one or more Amazon account identifiers, or <code>all</code> to\n remove authorization for any Amazon account to copy or restore the DB cluster snapshot. If you\n specify <code>all</code>, an Amazon account whose account ID is explicitly added to the\n <code>restore</code> attribute can still copy or restore a manual DB cluster snapshot.</p>"
}
}
}
},
"com.amazonaws.neptune#ModifyDBClusterSnapshotAttributeResult": {
"type": "structure",
"members": {
"DBClusterSnapshotAttributesResult": {
"target": "com.amazonaws.neptune#DBClusterSnapshotAttributesResult"
}
}
},
"com.amazonaws.neptune#ModifyDBInstance": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#ModifyDBInstanceMessage"
},
"output": {
"target": "com.amazonaws.neptune#ModifyDBInstanceResult"
},
"errors": [
{
"target": "com.amazonaws.neptune#AuthorizationNotFoundFault"
},
{
"target": "com.amazonaws.neptune#CertificateNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBInstanceAlreadyExistsFault"
},
{
"target": "com.amazonaws.neptune#DBInstanceNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBParameterGroupNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBSecurityGroupNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBUpgradeDependencyFailureFault"
},
{
"target": "com.amazonaws.neptune#DomainNotFoundFault"
},
{
"target": "com.amazonaws.neptune#InsufficientDBInstanceCapacityFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBInstanceStateFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBSecurityGroupStateFault"
},
{
"target": "com.amazonaws.neptune#InvalidVPCNetworkStateFault"
},
{
"target": "com.amazonaws.neptune#OptionGroupNotFoundFault"
},
{
"target": "com.amazonaws.neptune#ProvisionedIopsNotAvailableInAZFault"
},
{
"target": "com.amazonaws.neptune#StorageQuotaExceededFault"
},
{
"target": "com.amazonaws.neptune#StorageTypeNotSupportedFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Modifies settings for a DB instance. You can change one or more database configuration\n parameters by specifying these parameters and the new values in the request. To learn what\n modifications you can make to your DB instance, call <a>DescribeValidDBInstanceModifications</a> before you call <a>ModifyDBInstance</a>.</p>"
}
},
"com.amazonaws.neptune#ModifyDBInstanceMessage": {
"type": "structure",
"members": {
"DBInstanceIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The DB instance identifier. This value is stored as a lowercase string.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must match the identifier of an existing DBInstance.</p>\n </li>\n </ul>",
"smithy.api#required": {}
}
},
"AllocatedStorage": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>Not supported by Neptune.</p>"
}
},
"DBInstanceClass": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The new compute and memory capacity of the DB instance, for example,\n <code>db.m4.large</code>. Not all DB instance classes are available in all AWS\n Regions.</p>\n <p>If you modify the DB instance class, an outage occurs during the change. The change is\n applied during the next maintenance window, unless <code>ApplyImmediately</code> is specified\n as <code>true</code> for this request.</p>\n <p>Default: Uses existing setting</p>"
}
},
"DBSubnetGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The new DB subnet group for the DB instance. You can use this parameter to move your DB\n instance to a different VPC.</p>\n <p>Changing the subnet group causes an outage during the change. The change is applied during\n the next maintenance window, unless you specify <code>true</code> for the\n <code>ApplyImmediately</code> parameter.</p>\n <p>Constraints: If supplied, must match the name of an existing DBSubnetGroup.</p>\n <p>Example: <code>mySubnetGroup</code>\n </p>"
}
},
"DBSecurityGroups": {
"target": "com.amazonaws.neptune#DBSecurityGroupNameList",
"traits": {
"smithy.api#documentation": "<p>A list of DB security groups to authorize on this DB instance. Changing this setting\n doesn't result in an outage and the change is asynchronously applied as soon as\n possible.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>If supplied, must match existing DBSecurityGroups.</p>\n </li>\n </ul>"
}
},
"VpcSecurityGroupIds": {
"target": "com.amazonaws.neptune#VpcSecurityGroupIdList",
"traits": {
"smithy.api#documentation": "<p>A list of EC2 VPC security groups to authorize on this DB instance. This change is\n asynchronously applied as soon as possible.</p>\n <p>Not applicable. The associated list of EC2 VPC security groups is managed by the DB\n cluster. For more information, see <a>ModifyDBCluster</a>.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>If supplied, must match existing VpcSecurityGroupIds.</p>\n </li>\n </ul>"
}
},
"ApplyImmediately": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>Specifies whether the modifications in this request and any pending modifications are\n asynchronously applied as soon as possible, regardless of the\n <code>PreferredMaintenanceWindow</code> setting for the DB instance.</p>\n <p> If this parameter is set to <code>false</code>, changes to the DB instance are applied\n during the next maintenance window. Some parameter changes can cause an outage and are applied\n on the next call to <a>RebootDBInstance</a>, or the next\n failure reboot.</p>\n <p>Default: <code>false</code>\n </p>"
}
},
"MasterUserPassword": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Not supported by Neptune.</p>"
}
},
"DBParameterGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the DB parameter group to apply to the DB instance. Changing this setting\n doesn't result in an outage. The parameter group name itself is changed immediately, but the\n actual parameter changes are not applied until you reboot the instance without failover. The\n db instance will NOT be rebooted automatically and the parameter changes will NOT be applied\n during the next maintenance window.</p>\n <p>Default: Uses existing setting</p>\n <p>Constraints: The DB parameter group must be in the same DB parameter group family as this\n DB instance.</p>"
}
},
"BackupRetentionPeriod": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>Not applicable. The retention period for automated backups is managed by the DB cluster.\n For more information, see <a>ModifyDBCluster</a>.</p>\n <p>Default: Uses existing setting</p>"
}
},
"PreferredBackupWindow": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> The daily time range during which automated backups are created if automated backups are\n enabled.</p>\n <p>Not applicable. The daily time range for creating automated backups is managed by the DB\n cluster. For more information, see <a>ModifyDBCluster</a>.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must be in the format hh24:mi-hh24:mi</p>\n </li>\n <li>\n <p>Must be in Universal Time Coordinated (UTC)</p>\n </li>\n <li>\n <p>Must not conflict with the preferred maintenance window</p>\n </li>\n <li>\n <p>Must be at least 30 minutes</p>\n </li>\n </ul>"
}
},
"PreferredMaintenanceWindow": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The weekly time range (in UTC) during which system maintenance can occur, which might\n result in an outage. Changing this parameter doesn't result in an outage, except in the\n following situation, and the change is asynchronously applied as soon as possible. If there\n are pending actions that cause a reboot, and the maintenance window is changed to include the\n current time, then changing this parameter will cause a reboot of the DB instance. If moving\n this window to the current time, there must be at least 30 minutes between the current time\n and end of the window to ensure pending changes are applied.</p>\n <p>Default: Uses existing setting</p>\n <p>Format: ddd:hh24:mi-ddd:hh24:mi</p>\n <p>Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun</p>\n <p>Constraints: Must be at least 30 minutes</p>"
}
},
"MultiAZ": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>Specifies if the DB instance is a Multi-AZ deployment. Changing this parameter doesn't\n result in an outage and the change is applied during the next maintenance window unless the\n <code>ApplyImmediately</code> parameter is set to <code>true</code> for this request.</p>"
}
},
"EngineVersion": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The version number of the database engine to upgrade to. Currently, setting this\n parameter has no effect. To upgrade your database engine to the most recent release,\n use the <a>ApplyPendingMaintenanceAction</a> API.</p>"
}
},
"AllowMajorVersionUpgrade": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>Indicates that major version upgrades are allowed. Changing this parameter doesn't result\n in an outage and the change is asynchronously applied as soon as possible.</p>"
}
},
"AutoMinorVersionUpgrade": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p> Indicates that minor version upgrades are applied automatically to the DB instance during\n the maintenance window. Changing this parameter doesn't result in an outage except in the\n following case and the change is asynchronously applied as soon as possible. An outage will\n result if this parameter is set to <code>true</code> during the maintenance window, and a\n newer minor version is available, and Neptune has enabled auto patching for that engine\n version.</p>"
}
},
"LicenseModel": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Not supported by Neptune.</p>"
}
},
"Iops": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>The new Provisioned IOPS (I/O operations per second) value for the instance.</p>\n <p>Changing this setting doesn't result in an outage and the change is applied during the\n next maintenance window unless the <code>ApplyImmediately</code> parameter is set to\n <code>true</code> for this request.</p>\n <p>Default: Uses existing setting</p>"
}
},
"OptionGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>\n <i>(Not supported by Neptune)</i>\n </p>"
}
},
"NewDBInstanceIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> The new DB instance identifier for the DB instance when renaming a DB instance. When you\n change the DB instance identifier, an instance reboot will occur immediately if you set\n <code>Apply Immediately</code> to true, or will occur during the next maintenance window if\n <code>Apply Immediately</code> to false. This value is stored as a lowercase string.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must contain from 1 to 63 letters, numbers, or hyphens.</p>\n </li>\n <li>\n <p>The first character must be a letter.</p>\n </li>\n <li>\n <p>Cannot end with a hyphen or contain two consecutive hyphens.</p>\n </li>\n </ul>\n <p>Example: <code>mydbinstance</code>\n </p>"
}
},
"StorageType": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Not supported.</p>"
}
},
"TdeCredentialArn": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The ARN from the key store with which to associate the instance for TDE encryption.</p>"
}
},
"TdeCredentialPassword": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The password for the given ARN from the key store in order to access the device.</p>"
}
},
"CACertificateIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Indicates the certificate that needs to be associated with the instance.</p>"
}
},
"Domain": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Not supported.</p>"
}
},
"CopyTagsToSnapshot": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>True to copy all tags from the DB instance to snapshots of the DB instance, and otherwise\n false. The default is false.</p>"
}
},
"MonitoringInterval": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>The interval, in seconds, between points when Enhanced Monitoring metrics are collected\n for the DB instance. To disable collecting Enhanced Monitoring metrics, specify 0. The default\n is 0.</p>\n <p>If <code>MonitoringRoleArn</code> is specified, then you must also set\n <code>MonitoringInterval</code> to a value other than 0.</p>\n <p>Valid Values: <code>0, 1, 5, 10, 15, 30, 60</code>\n </p>"
}
},
"DBPortNumber": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>The port number on which the database accepts connections.</p>\n <p>The value of the <code>DBPortNumber</code> parameter must not match any of the port values\n specified for options in the option group for the DB instance.</p>\n <p>Your database will restart when you change the <code>DBPortNumber</code> value regardless\n of the value of the <code>ApplyImmediately</code> parameter.</p>\n <p> Default: <code>8182</code>\n </p>"
}
},
"PubliclyAccessible": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#deprecated": {},
"smithy.api#documentation": "<p>This flag should no longer be used.</p>"
}
},
"MonitoringRoleArn": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The ARN for the IAM role that permits Neptune to send enhanced monitoring metrics to\n Amazon CloudWatch Logs. For example, <code>arn:aws:iam:123456789012:role/emaccess</code>.</p>\n <p>If <code>MonitoringInterval</code> is set to a value other than 0, then you must supply a\n <code>MonitoringRoleArn</code> value.</p>"
}
},
"DomainIAMRoleName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Not supported</p>"
}
},
"PromotionTier": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>A value that specifies the order in which a Read Replica is promoted to the primary\n instance after a failure of the existing primary instance.</p>\n <p>Default: 1</p>\n <p>Valid Values: 0 - 15</p>"
}
},
"EnableIAMDatabaseAuthentication": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>True to enable mapping of Amazon Identity and Access Management (IAM) accounts to database\n accounts, and otherwise false.</p>\n <p>You can enable IAM database authentication for the following database engines</p>\n <p>Not applicable. Mapping Amazon IAM accounts to database accounts is managed by the DB\n cluster. For more information, see <a>ModifyDBCluster</a>.</p>\n <p>Default: <code>false</code>\n </p>"
}
},
"EnablePerformanceInsights": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>\n <i>(Not supported by Neptune)</i>\n </p>"
}
},
"PerformanceInsightsKMSKeyId": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>\n <i>(Not supported by Neptune)</i>\n </p>"
}
},
"CloudwatchLogsExportConfiguration": {
"target": "com.amazonaws.neptune#CloudwatchLogsExportConfiguration",
"traits": {
"smithy.api#documentation": "<p>The configuration setting for the log types to be enabled for export to CloudWatch Logs\n for a specific DB instance or DB cluster.</p>"
}
},
"DeletionProtection": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>A value that indicates whether the DB instance has deletion protection enabled.\n The database can't be deleted when deletion protection is enabled. By default,\n deletion protection is disabled. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/manage-console-instances-delete.html\">Deleting\n a DB Instance</a>.</p>"
}
}
}
},
"com.amazonaws.neptune#ModifyDBInstanceResult": {
"type": "structure",
"members": {
"DBInstance": {
"target": "com.amazonaws.neptune#DBInstance"
}
}
},
"com.amazonaws.neptune#ModifyDBParameterGroup": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#ModifyDBParameterGroupMessage"
},
"output": {
"target": "com.amazonaws.neptune#DBParameterGroupNameMessage"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBParameterGroupNotFoundFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBParameterGroupStateFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Modifies the parameters of a DB parameter group. To modify more than one parameter,\n submit a list of the following: <code>ParameterName</code>, <code>ParameterValue</code>, and\n <code>ApplyMethod</code>. A maximum of 20 parameters can be modified in a single request.</p>\n <note>\n <p>Changes to dynamic parameters are applied immediately. Changes to static parameters\n require a reboot without failover to the DB instance associated with the parameter group\n before the change can take effect.</p>\n </note>\n <important>\n <p>After you modify a DB parameter group, you should wait at least 5 minutes before\n creating your first DB instance that uses that DB parameter group as the default parameter\n group. This allows Amazon Neptune to fully complete the modify action before the parameter\n group is used as the default for a new DB instance. This is especially important for\n parameters that are critical when creating the default database for a DB instance, such as\n the character set for the default database defined by the\n <code>character_set_database</code> parameter. You can use the <i>Parameter\n Groups</i> option of the Amazon Neptune console or the\n <i>DescribeDBParameters</i> command to verify that your DB parameter group has\n been created or modified.</p>\n </important>"
}
},
"com.amazonaws.neptune#ModifyDBParameterGroupMessage": {
"type": "structure",
"members": {
"DBParameterGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the DB parameter group.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>If supplied, must match the name of an existing DBParameterGroup.</p>\n </li>\n </ul>",
"smithy.api#required": {}
}
},
"Parameters": {
"target": "com.amazonaws.neptune#ParametersList",
"traits": {
"smithy.api#documentation": "<p>An array of parameter names, values, and the apply method for the parameter update. At\n least one parameter name, value, and apply method must be supplied; subsequent arguments are\n optional. A maximum of 20 parameters can be modified in a single request.</p>\n <p>Valid Values (for the application method): <code>immediate | pending-reboot</code>\n </p>\n <note>\n <p>You can use the immediate value with dynamic parameters only. You can use the\n pending-reboot value for both dynamic and static parameters, and changes are applied when\n you reboot the DB instance without failover.</p>\n </note>",
"smithy.api#required": {}
}
}
}
},
"com.amazonaws.neptune#ModifyDBSubnetGroup": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#ModifyDBSubnetGroupMessage"
},
"output": {
"target": "com.amazonaws.neptune#ModifyDBSubnetGroupResult"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBSubnetGroupDoesNotCoverEnoughAZs"
},
{
"target": "com.amazonaws.neptune#DBSubnetGroupNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBSubnetQuotaExceededFault"
},
{
"target": "com.amazonaws.neptune#InvalidSubnet"
},
{
"target": "com.amazonaws.neptune#SubnetAlreadyInUse"
}
],
"traits": {
"smithy.api#documentation": "<p>Modifies an existing DB subnet group. DB subnet groups must contain at least one subnet in\n at least two AZs in the Amazon Region.</p>"
}
},
"com.amazonaws.neptune#ModifyDBSubnetGroupMessage": {
"type": "structure",
"members": {
"DBSubnetGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name for the DB subnet group. This value is stored as a lowercase string. You can't\n modify the default subnet group.</p>\n <p>Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.</p>\n <p>Example: <code>mySubnetgroup</code>\n </p>",
"smithy.api#required": {}
}
},
"DBSubnetGroupDescription": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The description for the DB subnet group.</p>"
}
},
"SubnetIds": {
"target": "com.amazonaws.neptune#SubnetIdentifierList",
"traits": {
"smithy.api#documentation": "<p>The EC2 subnet IDs for the DB subnet group.</p>",
"smithy.api#required": {}
}
}
}
},
"com.amazonaws.neptune#ModifyDBSubnetGroupResult": {
"type": "structure",
"members": {
"DBSubnetGroup": {
"target": "com.amazonaws.neptune#DBSubnetGroup"
}
}
},
"com.amazonaws.neptune#ModifyEventSubscription": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#ModifyEventSubscriptionMessage"
},
"output": {
"target": "com.amazonaws.neptune#ModifyEventSubscriptionResult"
},
"errors": [
{
"target": "com.amazonaws.neptune#EventSubscriptionQuotaExceededFault"
},
{
"target": "com.amazonaws.neptune#SNSInvalidTopicFault"
},
{
"target": "com.amazonaws.neptune#SNSNoAuthorizationFault"
},
{
"target": "com.amazonaws.neptune#SNSTopicArnNotFoundFault"
},
{
"target": "com.amazonaws.neptune#SubscriptionCategoryNotFoundFault"
},
{
"target": "com.amazonaws.neptune#SubscriptionNotFoundFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Modifies an existing event notification subscription. Note that you can't modify the\n source identifiers using this call; to change source identifiers for a subscription, use the\n <a>AddSourceIdentifierToSubscription</a> and <a>RemoveSourceIdentifierFromSubscription</a> calls.</p>\n <p>You can see a list of the event categories for a given SourceType\n by using the <b>DescribeEventCategories</b> action.</p>"
}
},
"com.amazonaws.neptune#ModifyEventSubscriptionMessage": {
"type": "structure",
"members": {
"SubscriptionName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the event notification subscription.</p>",
"smithy.api#required": {}
}
},
"SnsTopicArn": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the SNS topic created for event notification. The ARN is\n created by Amazon SNS when you create a topic and subscribe to it.</p>"
}
},
"SourceType": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The type of source that is generating the events. For example, if you want to be notified\n of events generated by a DB instance, you would set this parameter to db-instance. if this\n value is not specified, all events are returned.</p>\n <p>Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot</p>"
}
},
"EventCategories": {
"target": "com.amazonaws.neptune#EventCategoriesList",
"traits": {
"smithy.api#documentation": "<p> A list of event categories for a SourceType that you want to subscribe to. You can see a\n list of the categories for a given SourceType\n \n by using the <b>DescribeEventCategories</b> action.</p>"
}
},
"Enabled": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p> A Boolean value; set to <b>true</b> to activate the\n subscription.</p>"
}
}
}
},
"com.amazonaws.neptune#ModifyEventSubscriptionResult": {
"type": "structure",
"members": {
"EventSubscription": {
"target": "com.amazonaws.neptune#EventSubscription"
}
}
},
"com.amazonaws.neptune#OptionGroupMembership": {
"type": "structure",
"members": {
"OptionGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Not supported by Neptune.</p>"
}
},
"Status": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Not supported by Neptune.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Not supported by Neptune.</p>"
}
},
"com.amazonaws.neptune#OptionGroupMembershipList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#OptionGroupMembership",
"traits": {
"smithy.api#xmlName": "OptionGroupMembership"
}
}
},
"com.amazonaws.neptune#OptionGroupNotFoundFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The designated option group could not be found.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 404
}
},
"com.amazonaws.neptune#OrderableDBInstanceOption": {
"type": "structure",
"members": {
"Engine": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The engine type of a DB instance.</p>"
}
},
"EngineVersion": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The engine version of a DB instance.</p>"
}
},
"DBInstanceClass": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The DB instance class for a DB instance.</p>"
}
},
"LicenseModel": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The license model for a DB instance.</p>"
}
},
"AvailabilityZones": {
"target": "com.amazonaws.neptune#AvailabilityZoneList",
"traits": {
"smithy.api#documentation": "<p>A list of Availability Zones for a DB instance.</p>"
}
},
"MultiAZCapable": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>Indicates whether a DB instance is Multi-AZ capable.</p>"
}
},
"ReadReplicaCapable": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>Indicates whether a DB instance can have a Read Replica.</p>"
}
},
"Vpc": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>Indicates whether a DB instance is in a VPC.</p>"
}
},
"SupportsStorageEncryption": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>Indicates whether a DB instance supports encrypted storage.</p>"
}
},
"StorageType": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Indicates the storage type for a DB instance.</p>"
}
},
"SupportsIops": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>Indicates whether a DB instance supports provisioned IOPS.</p>"
}
},
"SupportsEnhancedMonitoring": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>Indicates whether a DB instance supports Enhanced Monitoring at intervals from 1 to 60\n seconds.</p>"
}
},
"SupportsIAMDatabaseAuthentication": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>Indicates whether a DB instance supports IAM database authentication.</p>"
}
},
"SupportsPerformanceInsights": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>\n <i>(Not supported by Neptune)</i>\n </p>"
}
},
"MinStorageSize": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>Minimum storage size for a DB instance.</p>"
}
},
"MaxStorageSize": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>Maximum storage size for a DB instance.</p>"
}
},
"MinIopsPerDbInstance": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>Minimum total provisioned IOPS for a DB instance.</p>"
}
},
"MaxIopsPerDbInstance": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>Maximum total provisioned IOPS for a DB instance.</p>"
}
},
"MinIopsPerGib": {
"target": "com.amazonaws.neptune#DoubleOptional",
"traits": {
"smithy.api#documentation": "<p>Minimum provisioned IOPS per GiB for a DB instance.</p>"
}
},
"MaxIopsPerGib": {
"target": "com.amazonaws.neptune#DoubleOptional",
"traits": {
"smithy.api#documentation": "<p>Maximum provisioned IOPS per GiB for a DB instance.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Contains a list of available options for a DB instance.</p>\n <p> This data type is used as a response element in the <a>DescribeOrderableDBInstanceOptions</a> action.</p>"
}
},
"com.amazonaws.neptune#OrderableDBInstanceOptionsList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#OrderableDBInstanceOption",
"traits": {
"smithy.api#xmlName": "OrderableDBInstanceOption"
}
}
},
"com.amazonaws.neptune#OrderableDBInstanceOptionsMessage": {
"type": "structure",
"members": {
"OrderableDBInstanceOptions": {
"target": "com.amazonaws.neptune#OrderableDBInstanceOptionsList",
"traits": {
"smithy.api#documentation": "<p>An <a>OrderableDBInstanceOption</a> structure\n containing information about orderable options for the DB instance.</p>"
}
},
"Marker": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> An optional pagination token provided by a previous OrderableDBInstanceOptions request.\n If this parameter is specified, the response includes only records beyond the marker, up to\n the value specified by <code>MaxRecords</code> .</p>"
}
}
}
},
"com.amazonaws.neptune#Parameter": {
"type": "structure",
"members": {
"ParameterName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specifies the name of the parameter.</p>"
}
},
"ParameterValue": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specifies the value of the parameter.</p>"
}
},
"Description": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Provides a description of the parameter.</p>"
}
},
"Source": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Indicates the source of the parameter value.</p>"
}
},
"ApplyType": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specifies the engine specific parameters type.</p>"
}
},
"DataType": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specifies the valid data type for the parameter.</p>"
}
},
"AllowedValues": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specifies the valid range of values for the parameter.</p>"
}
},
"IsModifiable": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p> Indicates whether (<code>true</code>) or not (<code>false</code>) the parameter can be\n modified. Some parameters have security or operational implications that prevent them from\n being changed.</p>"
}
},
"MinimumEngineVersion": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The earliest engine version to which the parameter can apply.</p>"
}
},
"ApplyMethod": {
"target": "com.amazonaws.neptune#ApplyMethod",
"traits": {
"smithy.api#documentation": "<p>Indicates when to apply parameter updates.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Specifies a parameter.</p>"
}
},
"com.amazonaws.neptune#ParametersList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#Parameter",
"traits": {
"smithy.api#xmlName": "Parameter"
}
}
},
"com.amazonaws.neptune#PendingCloudwatchLogsExports": {
"type": "structure",
"members": {
"LogTypesToEnable": {
"target": "com.amazonaws.neptune#LogTypeList",
"traits": {
"smithy.api#documentation": "<p>Log types that are in the process of being deactivated. After they are\n deactivated, these log types aren't exported to CloudWatch Logs.</p>"
}
},
"LogTypesToDisable": {
"target": "com.amazonaws.neptune#LogTypeList",
"traits": {
"smithy.api#documentation": "<p>Log types that are in the process of being enabled. After they are\n enabled, these log types are exported to CloudWatch Logs.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>A list of the log types whose configuration is still pending. In other\n words, these log types are in the process of being activated or deactivated.</p>"
}
},
"com.amazonaws.neptune#PendingMaintenanceAction": {
"type": "structure",
"members": {
"Action": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The type of pending maintenance action that is available for the resource.</p>"
}
},
"AutoAppliedAfterDate": {
"target": "com.amazonaws.neptune#TStamp",
"traits": {
"smithy.api#documentation": "<p>The date of the maintenance window when the action is applied. The maintenance action is\n applied to the resource during its first maintenance window after this date. If this date is\n specified, any <code>next-maintenance</code> opt-in requests are ignored.</p>"
}
},
"ForcedApplyDate": {
"target": "com.amazonaws.neptune#TStamp",
"traits": {
"smithy.api#documentation": "<p>The date when the maintenance action is automatically applied. The maintenance action is\n applied to the resource on this date regardless of the maintenance window for the resource. If\n this date is specified, any <code>immediate</code> opt-in requests are ignored.</p>"
}
},
"OptInStatus": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Indicates the type of opt-in request that has been received for the resource.</p>"
}
},
"CurrentApplyDate": {
"target": "com.amazonaws.neptune#TStamp",
"traits": {
"smithy.api#documentation": "<p>The effective date when the pending maintenance action is applied to the resource. This\n date takes into account opt-in requests received from the <a>ApplyPendingMaintenanceAction</a> API, the <code>AutoAppliedAfterDate</code>, and the\n <code>ForcedApplyDate</code>. This value is blank if an opt-in request has not been received\n and nothing has been specified as <code>AutoAppliedAfterDate</code> or\n <code>ForcedApplyDate</code>.</p>"
}
},
"Description": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>A description providing more detail about the maintenance action.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Provides information about a pending maintenance action for a resource.</p>"
}
},
"com.amazonaws.neptune#PendingMaintenanceActionDetails": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#PendingMaintenanceAction",
"traits": {
"smithy.api#xmlName": "PendingMaintenanceAction"
}
}
},
"com.amazonaws.neptune#PendingMaintenanceActions": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#ResourcePendingMaintenanceActions",
"traits": {
"smithy.api#xmlName": "ResourcePendingMaintenanceActions"
}
}
},
"com.amazonaws.neptune#PendingMaintenanceActionsMessage": {
"type": "structure",
"members": {
"PendingMaintenanceActions": {
"target": "com.amazonaws.neptune#PendingMaintenanceActions",
"traits": {
"smithy.api#documentation": "<p>A list of the pending maintenance actions for the resource.</p>"
}
},
"Marker": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> An optional pagination token provided by a previous\n <code>DescribePendingMaintenanceActions</code> request. If this parameter is specified, the\n response includes only records beyond the marker, up to a number of records specified by\n <code>MaxRecords</code>.</p>"
}
}
}
},
"com.amazonaws.neptune#PendingModifiedValues": {
"type": "structure",
"members": {
"DBInstanceClass": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> Contains the new <code>DBInstanceClass</code> for the DB instance that will be applied or\n is currently being applied.</p>"
}
},
"AllocatedStorage": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p> Contains the new <code>AllocatedStorage</code> size for the DB instance that will be\n applied or is currently being applied.</p>"
}
},
"MasterUserPassword": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Not supported by Neptune.</p>"
}
},
"Port": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>Specifies the pending port for the DB instance.</p>"
}
},
"BackupRetentionPeriod": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>Specifies the pending number of days for which automated backups are retained.</p>"
}
},
"MultiAZ": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.</p>"
}
},
"EngineVersion": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Indicates the database engine version.</p>"
}
},
"LicenseModel": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Not supported by Neptune.</p>"
}
},
"Iops": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>Specifies the new Provisioned IOPS value for the DB instance that will be applied or is\n currently being applied.</p>"
}
},
"DBInstanceIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> Contains the new <code>DBInstanceIdentifier</code> for the DB instance that will be\n applied or is currently being applied.</p>"
}
},
"StorageType": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specifies the storage type to be associated with the DB instance.</p>"
}
},
"CACertificateIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specifies the identifier of the CA certificate for the DB instance.</p>"
}
},
"DBSubnetGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The new DB subnet group for the DB instance.</p>"
}
},
"PendingCloudwatchLogsExports": {
"target": "com.amazonaws.neptune#PendingCloudwatchLogsExports",
"traits": {
"smithy.api#documentation": "<p>This <code>PendingCloudwatchLogsExports</code> structure specifies\n pending changes to which CloudWatch logs are enabled and which are disabled.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p> This data type is used as a response element in the <a>ModifyDBInstance</a>\n action.</p>"
}
},
"com.amazonaws.neptune#PromoteReadReplicaDBCluster": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#PromoteReadReplicaDBClusterMessage"
},
"output": {
"target": "com.amazonaws.neptune#PromoteReadReplicaDBClusterResult"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBClusterNotFoundFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBClusterStateFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Not supported.</p>"
}
},
"com.amazonaws.neptune#PromoteReadReplicaDBClusterMessage": {
"type": "structure",
"members": {
"DBClusterIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Not supported.</p>",
"smithy.api#required": {}
}
}
}
},
"com.amazonaws.neptune#PromoteReadReplicaDBClusterResult": {
"type": "structure",
"members": {
"DBCluster": {
"target": "com.amazonaws.neptune#DBCluster"
}
}
},
"com.amazonaws.neptune#ProvisionedIopsNotAvailableInAZFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Provisioned IOPS not available in the specified Availability Zone.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#Range": {
"type": "structure",
"members": {
"From": {
"target": "com.amazonaws.neptune#Integer",
"traits": {
"smithy.api#documentation": "<p>The minimum value in the range.</p>"
}
},
"To": {
"target": "com.amazonaws.neptune#Integer",
"traits": {
"smithy.api#documentation": "<p>The maximum value in the range.</p>"
}
},
"Step": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>The step value for the range. For example, if you have a range of 5,000 to 10,000, with a\n step value of 1,000, the valid values start at 5,000 and step up by 1,000. Even though 7,500\n is within the range, it isn't a valid value for the range. The valid values are 5,000, 6,000,\n 7,000, 8,000...</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>A range of integer values.</p>"
}
},
"com.amazonaws.neptune#RangeList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#Range",
"traits": {
"smithy.api#xmlName": "Range"
}
}
},
"com.amazonaws.neptune#ReadReplicaDBClusterIdentifierList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#xmlName": "ReadReplicaDBClusterIdentifier"
}
}
},
"com.amazonaws.neptune#ReadReplicaDBInstanceIdentifierList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#xmlName": "ReadReplicaDBInstanceIdentifier"
}
}
},
"com.amazonaws.neptune#ReadReplicaIdentifierList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#xmlName": "ReadReplicaIdentifier"
}
}
},
"com.amazonaws.neptune#RebootDBInstance": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#RebootDBInstanceMessage"
},
"output": {
"target": "com.amazonaws.neptune#RebootDBInstanceResult"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBInstanceNotFoundFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBInstanceStateFault"
}
],
"traits": {
"smithy.api#documentation": "<p>You might need to reboot your DB instance, usually for maintenance reasons. For example,\n if you make certain modifications, or if you change the DB parameter group associated with the\n DB instance, you must reboot the instance for the changes to take effect.</p>\n <p>Rebooting a DB instance restarts the database engine service. Rebooting a DB instance\n results in a momentary outage, during which the DB instance status is set to rebooting.</p>"
}
},
"com.amazonaws.neptune#RebootDBInstanceMessage": {
"type": "structure",
"members": {
"DBInstanceIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The DB instance identifier. This parameter is stored as a lowercase string.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must match the identifier of an existing DBInstance.</p>\n </li>\n </ul>",
"smithy.api#required": {}
}
},
"ForceFailover": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p> When <code>true</code>, the reboot is conducted through a MultiAZ failover.</p>\n <p>Constraint: You can't specify <code>true</code> if the instance is not configured for\n MultiAZ.</p>"
}
}
}
},
"com.amazonaws.neptune#RebootDBInstanceResult": {
"type": "structure",
"members": {
"DBInstance": {
"target": "com.amazonaws.neptune#DBInstance"
}
}
},
"com.amazonaws.neptune#RemoveRoleFromDBCluster": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#RemoveRoleFromDBClusterMessage"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBClusterNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBClusterRoleNotFoundFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBClusterStateFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Disassociates an Identity and Access Management (IAM) role from a DB cluster.</p>"
}
},
"com.amazonaws.neptune#RemoveRoleFromDBClusterMessage": {
"type": "structure",
"members": {
"DBClusterIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the DB cluster to disassociate the IAM role from.</p>",
"smithy.api#required": {}
}
},
"RoleArn": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the IAM role to disassociate from the DB cluster, for\n example <code>arn:aws:iam::123456789012:role/NeptuneAccessRole</code>.</p>",
"smithy.api#required": {}
}
},
"FeatureName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the feature for the DB cluster that the IAM role is to be disassociated from.\n For the list of supported feature names, see <a>DBEngineVersion</a>.</p>"
}
}
}
},
"com.amazonaws.neptune#RemoveSourceIdentifierFromSubscription": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#RemoveSourceIdentifierFromSubscriptionMessage"
},
"output": {
"target": "com.amazonaws.neptune#RemoveSourceIdentifierFromSubscriptionResult"
},
"errors": [
{
"target": "com.amazonaws.neptune#SourceNotFoundFault"
},
{
"target": "com.amazonaws.neptune#SubscriptionNotFoundFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Removes a source identifier from an existing event notification subscription.</p>"
}
},
"com.amazonaws.neptune#RemoveSourceIdentifierFromSubscriptionMessage": {
"type": "structure",
"members": {
"SubscriptionName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the event notification subscription you want to remove a source identifier\n from.</p>",
"smithy.api#required": {}
}
},
"SourceIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p> The source identifier to be removed from the subscription, such as the <b>DB instance identifier</b> for a DB instance or the name of a security\n group.</p>",
"smithy.api#required": {}
}
}
}
},
"com.amazonaws.neptune#RemoveSourceIdentifierFromSubscriptionResult": {
"type": "structure",
"members": {
"EventSubscription": {
"target": "com.amazonaws.neptune#EventSubscription"
}
}
},
"com.amazonaws.neptune#RemoveTagsFromResource": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#RemoveTagsFromResourceMessage"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBClusterNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBInstanceNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBSnapshotNotFoundFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Removes metadata tags from an Amazon Neptune resource.</p>"
}
},
"com.amazonaws.neptune#RemoveTagsFromResourceMessage": {
"type": "structure",
"members": {
"ResourceName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Neptune resource that the tags are removed from. This value is an Amazon\n 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\n Amazon Resource Name (ARN)</a>.</p>",
"smithy.api#required": {}
}
},
"TagKeys": {
"target": "com.amazonaws.neptune#KeyList",
"traits": {
"smithy.api#documentation": "<p>The tag key (name) of the tag to be removed.</p>",
"smithy.api#required": {}
}
}
}
},
"com.amazonaws.neptune#ResetDBClusterParameterGroup": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#ResetDBClusterParameterGroupMessage"
},
"output": {
"target": "com.amazonaws.neptune#DBClusterParameterGroupNameMessage"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBParameterGroupNotFoundFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBParameterGroupStateFault"
}
],
"traits": {
"smithy.api#documentation": "<p> Modifies the parameters of a DB cluster parameter group to the default value. To reset\n specific parameters submit a list of the following: <code>ParameterName</code> and\n <code>ApplyMethod</code>. To reset the entire DB cluster parameter group, specify the\n <code>DBClusterParameterGroupName</code> and <code>ResetAllParameters</code> parameters.</p>\n <p> When resetting the entire group, dynamic parameters are updated immediately and static\n parameters are set to <code>pending-reboot</code> to take effect on the next DB instance\n restart or <a>RebootDBInstance</a> request. You must call <a>RebootDBInstance</a> for every DB instance in your DB cluster\n that you want the updated static parameter to apply to.</p>"
}
},
"com.amazonaws.neptune#ResetDBClusterParameterGroupMessage": {
"type": "structure",
"members": {
"DBClusterParameterGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the DB cluster parameter group to reset.</p>",
"smithy.api#required": {}
}
},
"ResetAllParameters": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>A value that is set to <code>true</code> to reset all parameters in the DB cluster\n parameter group to their default values, and <code>false</code> otherwise. You can't use this\n parameter if there is a list of parameter names specified for the <code>Parameters</code>\n parameter.</p>"
}
},
"Parameters": {
"target": "com.amazonaws.neptune#ParametersList",
"traits": {
"smithy.api#documentation": "<p>A list of parameter names in the DB cluster parameter group to reset to the default\n values. You can't use this parameter if the <code>ResetAllParameters</code> parameter is set\n to <code>true</code>.</p>"
}
}
}
},
"com.amazonaws.neptune#ResetDBParameterGroup": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#ResetDBParameterGroupMessage"
},
"output": {
"target": "com.amazonaws.neptune#DBParameterGroupNameMessage"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBParameterGroupNotFoundFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBParameterGroupStateFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Modifies the parameters of a DB parameter group to the engine/system default value. To\n reset specific parameters, provide a list of the following: <code>ParameterName</code> and\n <code>ApplyMethod</code>. To reset the entire DB parameter group, specify the\n <code>DBParameterGroup</code> name and <code>ResetAllParameters</code> parameters. When\n resetting the entire group, dynamic parameters are updated immediately and static parameters\n are set to <code>pending-reboot</code> to take effect on the next DB instance restart or\n <code>RebootDBInstance</code> request.</p>"
}
},
"com.amazonaws.neptune#ResetDBParameterGroupMessage": {
"type": "structure",
"members": {
"DBParameterGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the DB parameter group.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must match the name of an existing DBParameterGroup.</p>\n </li>\n </ul>",
"smithy.api#required": {}
}
},
"ResetAllParameters": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>Specifies whether (<code>true</code>) or not (<code>false</code>) to reset all parameters\n in the DB parameter group to default values.</p>\n <p>Default: <code>true</code>\n </p>"
}
},
"Parameters": {
"target": "com.amazonaws.neptune#ParametersList",
"traits": {
"smithy.api#documentation": "<p>To reset the entire DB parameter group, specify the <code>DBParameterGroup</code> name and\n <code>ResetAllParameters</code> parameters. To reset specific parameters, provide a list of\n the following: <code>ParameterName</code> and <code>ApplyMethod</code>. A maximum of 20\n parameters can be modified in a single request.</p>\n <p>Valid Values (for Apply method): <code>pending-reboot</code>\n </p>"
}
}
}
},
"com.amazonaws.neptune#ResourceNotFoundFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The specified resource ID was not found.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 404
}
},
"com.amazonaws.neptune#ResourcePendingMaintenanceActions": {
"type": "structure",
"members": {
"ResourceIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The ARN of the resource that has pending maintenance actions.</p>"
}
},
"PendingMaintenanceActionDetails": {
"target": "com.amazonaws.neptune#PendingMaintenanceActionDetails",
"traits": {
"smithy.api#documentation": "<p>A list that provides details about the pending maintenance actions for the\n resource.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Describes the pending maintenance actions for a resource.</p>"
}
},
"com.amazonaws.neptune#RestoreDBClusterFromSnapshot": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#RestoreDBClusterFromSnapshotMessage"
},
"output": {
"target": "com.amazonaws.neptune#RestoreDBClusterFromSnapshotResult"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBClusterAlreadyExistsFault"
},
{
"target": "com.amazonaws.neptune#DBClusterParameterGroupNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBClusterQuotaExceededFault"
},
{
"target": "com.amazonaws.neptune#DBClusterSnapshotNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBSnapshotNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBSubnetGroupNotFoundFault"
},
{
"target": "com.amazonaws.neptune#InsufficientDBClusterCapacityFault"
},
{
"target": "com.amazonaws.neptune#InsufficientStorageClusterCapacityFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBClusterSnapshotStateFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBSnapshotStateFault"
},
{
"target": "com.amazonaws.neptune#InvalidRestoreFault"
},
{
"target": "com.amazonaws.neptune#InvalidSubnet"
},
{
"target": "com.amazonaws.neptune#InvalidVPCNetworkStateFault"
},
{
"target": "com.amazonaws.neptune#KMSKeyNotAccessibleFault"
},
{
"target": "com.amazonaws.neptune#OptionGroupNotFoundFault"
},
{
"target": "com.amazonaws.neptune#StorageQuotaExceededFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Creates a new DB cluster from a DB snapshot or DB cluster snapshot.</p>\n <p>If a DB snapshot is specified, the target DB cluster is created from the source DB\n snapshot with a default configuration and default security group.</p>\n <p>If a DB cluster snapshot is specified, the target DB cluster is created from the source DB\n cluster restore point with the same configuration as the original source DB cluster, except\n that the new DB cluster is created with the default security group.</p>"
}
},
"com.amazonaws.neptune#RestoreDBClusterFromSnapshotMessage": {
"type": "structure",
"members": {
"AvailabilityZones": {
"target": "com.amazonaws.neptune#AvailabilityZones",
"traits": {
"smithy.api#documentation": "<p>Provides the list of EC2 Availability Zones that instances in the restored DB cluster can\n be created in.</p>"
}
},
"DBClusterIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the DB cluster to create from the DB snapshot or DB cluster snapshot. This\n parameter isn't case-sensitive.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must contain from 1 to 63 letters, numbers, or hyphens</p>\n </li>\n <li>\n <p>First character must be a letter</p>\n </li>\n <li>\n <p>Cannot end with a hyphen or contain two consecutive hyphens</p>\n </li>\n </ul>\n <p>Example: <code>my-snapshot-id</code>\n </p>",
"smithy.api#required": {}
}
},
"SnapshotIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The identifier for the DB snapshot or DB cluster snapshot to restore from.</p>\n <p>You can use either the name or the Amazon Resource Name (ARN) to specify a DB cluster\n snapshot. However, you can use only the ARN to specify a DB snapshot.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must match the identifier of an existing Snapshot.</p>\n </li>\n </ul>",
"smithy.api#required": {}
}
},
"Engine": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The database engine to use for the new DB cluster.</p>\n <p>Default: The same as source</p>\n <p>Constraint: Must be compatible with the engine of the source</p>",
"smithy.api#required": {}
}
},
"EngineVersion": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The version of the database engine to use for the new DB cluster.</p>"
}
},
"Port": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>The port number on which the new DB cluster accepts connections.</p>\n <p>Constraints: Value must be <code>1150-65535</code>\n </p>\n <p>Default: The same port as the original DB cluster.</p>"
}
},
"DBSubnetGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the DB subnet group to use for the new DB cluster.</p>\n <p>Constraints: If supplied, must match the name of an existing DBSubnetGroup.</p>\n <p>Example: <code>mySubnetgroup</code>\n </p>"
}
},
"DatabaseName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Not supported.</p>"
}
},
"OptionGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>\n <i>(Not supported by Neptune)</i>\n </p>"
}
},
"VpcSecurityGroupIds": {
"target": "com.amazonaws.neptune#VpcSecurityGroupIdList",
"traits": {
"smithy.api#documentation": "<p>A list of VPC security groups that the new DB cluster will belong to.</p>"
}
},
"Tags": {
"target": "com.amazonaws.neptune#TagList",
"traits": {
"smithy.api#documentation": "<p>The tags to be assigned to the restored DB cluster.</p>"
}
},
"KmsKeyId": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon KMS key identifier to use when restoring an encrypted DB cluster from a DB\n snapshot or DB cluster snapshot.</p>\n <p>The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If\n you are restoring a DB cluster with the same Amazon account that owns the KMS encryption key used\n to encrypt the new DB cluster, then you can use the KMS key alias instead of the ARN for the\n KMS encryption key.</p>\n <p>If you do not specify a value for the <code>KmsKeyId</code> parameter, then the following\n will occur:</p>\n <ul>\n <li>\n <p>If the DB snapshot or DB cluster snapshot in <code>SnapshotIdentifier</code> is\n encrypted, then the restored DB cluster is encrypted using the KMS key that was used to\n encrypt the DB snapshot or DB cluster snapshot.</p>\n </li>\n <li>\n <p>If the DB snapshot or DB cluster snapshot in <code>SnapshotIdentifier</code> is not\n encrypted, then the restored DB cluster is not encrypted.</p>\n </li>\n </ul>"
}
},
"EnableIAMDatabaseAuthentication": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>True to enable mapping of Amazon Identity and Access Management (IAM) accounts to database\n accounts, and otherwise false.</p>\n <p>Default: <code>false</code>\n </p>"
}
},
"EnableCloudwatchLogsExports": {
"target": "com.amazonaws.neptune#LogTypeList",
"traits": {
"smithy.api#documentation": "<p>The list of logs that the restored DB cluster is to export to Amazon CloudWatch Logs.</p>"
}
},
"DBClusterParameterGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the DB cluster parameter group to associate with the new DB cluster.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>If supplied, must match the name of an existing DBClusterParameterGroup.</p>\n </li>\n </ul>"
}
},
"DeletionProtection": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>A value that indicates whether the DB cluster has deletion protection enabled.\n The database can't be deleted when deletion protection is enabled. By default,\n deletion protection is disabled.\n </p>"
}
},
"CopyTagsToSnapshot": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>\n <i>If set to <code>true</code>, tags are copied to any snapshot of\n the restored DB cluster that is created.</i>\n </p>"
}
}
}
},
"com.amazonaws.neptune#RestoreDBClusterFromSnapshotResult": {
"type": "structure",
"members": {
"DBCluster": {
"target": "com.amazonaws.neptune#DBCluster"
}
}
},
"com.amazonaws.neptune#RestoreDBClusterToPointInTime": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#RestoreDBClusterToPointInTimeMessage"
},
"output": {
"target": "com.amazonaws.neptune#RestoreDBClusterToPointInTimeResult"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBClusterAlreadyExistsFault"
},
{
"target": "com.amazonaws.neptune#DBClusterNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBClusterParameterGroupNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBClusterQuotaExceededFault"
},
{
"target": "com.amazonaws.neptune#DBClusterSnapshotNotFoundFault"
},
{
"target": "com.amazonaws.neptune#DBSubnetGroupNotFoundFault"
},
{
"target": "com.amazonaws.neptune#InsufficientDBClusterCapacityFault"
},
{
"target": "com.amazonaws.neptune#InsufficientStorageClusterCapacityFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBClusterSnapshotStateFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBClusterStateFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBSnapshotStateFault"
},
{
"target": "com.amazonaws.neptune#InvalidRestoreFault"
},
{
"target": "com.amazonaws.neptune#InvalidSubnet"
},
{
"target": "com.amazonaws.neptune#InvalidVPCNetworkStateFault"
},
{
"target": "com.amazonaws.neptune#KMSKeyNotAccessibleFault"
},
{
"target": "com.amazonaws.neptune#OptionGroupNotFoundFault"
},
{
"target": "com.amazonaws.neptune#StorageQuotaExceededFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Restores a DB cluster to an arbitrary point in time. Users can restore to any point in\n time before <code>LatestRestorableTime</code> for up to <code>BackupRetentionPeriod</code>\n days. The target DB cluster is created from the source DB cluster with the same configuration\n as the original DB cluster, except that the new DB cluster is created with the default DB\n security group.</p>\n <note>\n <p>This action only restores the DB cluster, not the DB instances for that DB cluster. You\n must invoke the <a>CreateDBInstance</a> action to create DB instances for the\n restored DB cluster, specifying the identifier of the restored DB cluster in\n <code>DBClusterIdentifier</code>. You can create DB instances only after the\n <code>RestoreDBClusterToPointInTime</code> action has completed and the DB cluster is\n available.</p>\n </note>"
}
},
"com.amazonaws.neptune#RestoreDBClusterToPointInTimeMessage": {
"type": "structure",
"members": {
"DBClusterIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the new DB cluster to be created.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must contain from 1 to 63 letters, numbers, or hyphens</p>\n </li>\n <li>\n <p>First character must be a letter</p>\n </li>\n <li>\n <p>Cannot end with a hyphen or contain two consecutive hyphens</p>\n </li>\n </ul>",
"smithy.api#required": {}
}
},
"RestoreType": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The type of restore to be performed. You can specify one of the following values:</p>\n <ul>\n <li>\n <p> \n <code>full-copy</code> - The new DB cluster is restored as a full copy of the source\n DB cluster.</p>\n </li>\n <li>\n <p> \n <code>copy-on-write</code> - The new DB cluster is restored as a clone of the source\n DB cluster.</p>\n </li>\n </ul>\n <p>If you don't specify a <code>RestoreType</code> value, then the new DB cluster is restored\n as a full copy of the source DB cluster.</p>"
}
},
"SourceDBClusterIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The identifier of the source DB cluster from which to restore.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must match the identifier of an existing DBCluster.</p>\n </li>\n </ul>",
"smithy.api#required": {}
}
},
"RestoreToTime": {
"target": "com.amazonaws.neptune#TStamp",
"traits": {
"smithy.api#documentation": "<p>The date and time to restore the DB cluster to.</p>\n <p>Valid Values: Value must be a time in Universal Coordinated Time (UTC) format</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must be before the latest restorable time for the DB instance</p>\n </li>\n <li>\n <p>Must be specified if <code>UseLatestRestorableTime</code> parameter is not\n provided</p>\n </li>\n <li>\n <p>Cannot be specified if <code>UseLatestRestorableTime</code> parameter is true</p>\n </li>\n <li>\n <p>Cannot be specified if <code>RestoreType</code> parameter is\n <code>copy-on-write</code>\n </p>\n </li>\n </ul>\n <p>Example: <code>2015-03-07T23:45:00Z</code>\n </p>"
}
},
"UseLatestRestorableTime": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>A value that is set to <code>true</code> to restore the DB cluster to the latest\n restorable backup time, and <code>false</code> otherwise.</p>\n <p>Default: <code>false</code>\n </p>\n <p>Constraints: Cannot be specified if <code>RestoreToTime</code> parameter is\n provided.</p>"
}
},
"Port": {
"target": "com.amazonaws.neptune#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>The port number on which the new DB cluster accepts connections.</p>\n <p>Constraints: Value must be <code>1150-65535</code>\n </p>\n <p>Default: The same port as the original DB cluster.</p>"
}
},
"DBSubnetGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The DB subnet group name to use for the new DB cluster.</p>\n <p>Constraints: If supplied, must match the name of an existing DBSubnetGroup.</p>\n <p>Example: <code>mySubnetgroup</code>\n </p>"
}
},
"OptionGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>\n <i>(Not supported by Neptune)</i>\n </p>"
}
},
"VpcSecurityGroupIds": {
"target": "com.amazonaws.neptune#VpcSecurityGroupIdList",
"traits": {
"smithy.api#documentation": "<p>A list of VPC security groups that the new DB cluster belongs to.</p>"
}
},
"Tags": {
"target": "com.amazonaws.neptune#TagList",
"traits": {
"smithy.api#documentation": "<p>The tags to be applied to the restored DB cluster.</p>"
}
},
"KmsKeyId": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon KMS key identifier to use when restoring an encrypted DB cluster from an encrypted\n DB cluster.</p>\n <p>The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If\n you are restoring a DB cluster with the same Amazon account that owns the KMS encryption key used\n to encrypt the new DB cluster, then you can use the KMS key alias instead of the ARN for the\n KMS encryption key.</p>\n <p>You can restore to a new DB cluster and encrypt the new DB cluster with a KMS key that is\n different than the KMS key used to encrypt the source DB cluster. The new DB cluster is\n encrypted with the KMS key identified by the <code>KmsKeyId</code> parameter.</p>\n <p>If you do not specify a value for the <code>KmsKeyId</code> parameter, then the following\n will occur:</p>\n <ul>\n <li>\n <p>If the DB cluster is encrypted, then the restored DB cluster is encrypted using the\n KMS key that was used to encrypt the source DB cluster.</p>\n </li>\n <li>\n <p>If the DB cluster is not encrypted, then the restored DB cluster is not\n encrypted.</p>\n </li>\n </ul>\n <p>If <code>DBClusterIdentifier</code> refers to a DB cluster that is not encrypted, then the\n restore request is rejected.</p>"
}
},
"EnableIAMDatabaseAuthentication": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>True to enable mapping of Amazon Identity and Access Management (IAM) accounts to database\n accounts, and otherwise false.</p>\n <p>Default: <code>false</code>\n </p>"
}
},
"EnableCloudwatchLogsExports": {
"target": "com.amazonaws.neptune#LogTypeList",
"traits": {
"smithy.api#documentation": "<p>The list of logs that the restored DB cluster is to export to CloudWatch Logs.</p>"
}
},
"DBClusterParameterGroupName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the DB cluster parameter group to associate with the new DB cluster.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>If supplied, must match the name of an existing DBClusterParameterGroup.</p>\n </li>\n </ul>"
}
},
"DeletionProtection": {
"target": "com.amazonaws.neptune#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>A value that indicates whether the DB cluster has deletion protection enabled.\n The database can't be deleted when deletion protection is enabled. By default,\n deletion protection is disabled.\n </p>"
}
}
}
},
"com.amazonaws.neptune#RestoreDBClusterToPointInTimeResult": {
"type": "structure",
"members": {
"DBCluster": {
"target": "com.amazonaws.neptune#DBCluster"
}
}
},
"com.amazonaws.neptune#SNSInvalidTopicFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The SNS topic is invalid.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#SNSNoAuthorizationFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>There is no SNS authorization.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#SNSTopicArnNotFoundFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The ARN of the SNS topic could not be found.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 404
}
},
"com.amazonaws.neptune#SharedSnapshotQuotaExceededFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>You have exceeded the maximum number of accounts that you can share a manual DB snapshot with.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#SnapshotQuotaExceededFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Request would result in user exceeding the allowed number of DB snapshots.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#SourceIdsList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#xmlName": "SourceId"
}
}
},
"com.amazonaws.neptune#SourceNotFoundFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The source could not be found.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 404
}
},
"com.amazonaws.neptune#SourceType": {
"type": "string",
"traits": {
"smithy.api#enum": [
{
"value": "db-instance",
"name": "db_instance"
},
{
"value": "db-parameter-group",
"name": "db_parameter_group"
},
{
"value": "db-security-group",
"name": "db_security_group"
},
{
"value": "db-snapshot",
"name": "db_snapshot"
},
{
"value": "db-cluster",
"name": "db_cluster"
},
{
"value": "db-cluster-snapshot",
"name": "db_cluster_snapshot"
}
]
}
},
"com.amazonaws.neptune#StartDBCluster": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#StartDBClusterMessage"
},
"output": {
"target": "com.amazonaws.neptune#StartDBClusterResult"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBClusterNotFoundFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBClusterStateFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBInstanceStateFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Starts an Amazon Neptune DB cluster that was stopped using the AWS\n console, the Amazon CLI stop-db-cluster command, or the StopDBCluster API.</p>"
}
},
"com.amazonaws.neptune#StartDBClusterMessage": {
"type": "structure",
"members": {
"DBClusterIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The DB cluster identifier of the Neptune DB cluster to be started.\n This parameter is stored as a lowercase string.</p>",
"smithy.api#required": {}
}
}
}
},
"com.amazonaws.neptune#StartDBClusterResult": {
"type": "structure",
"members": {
"DBCluster": {
"target": "com.amazonaws.neptune#DBCluster"
}
}
},
"com.amazonaws.neptune#StopDBCluster": {
"type": "operation",
"input": {
"target": "com.amazonaws.neptune#StopDBClusterMessage"
},
"output": {
"target": "com.amazonaws.neptune#StopDBClusterResult"
},
"errors": [
{
"target": "com.amazonaws.neptune#DBClusterNotFoundFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBClusterStateFault"
},
{
"target": "com.amazonaws.neptune#InvalidDBInstanceStateFault"
}
],
"traits": {
"smithy.api#documentation": "<p>Stops an Amazon Neptune DB cluster. When you stop a DB cluster, Neptune\n retains the DB cluster's metadata, including its endpoints and DB parameter\n groups.</p>\n\n <p>Neptune also retains the transaction logs so you can do a point-in-time\n restore if necessary.</p>"
}
},
"com.amazonaws.neptune#StopDBClusterMessage": {
"type": "structure",
"members": {
"DBClusterIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The DB cluster identifier of the Neptune DB cluster to be stopped.\n This parameter is stored as a lowercase string.</p>",
"smithy.api#required": {}
}
}
}
},
"com.amazonaws.neptune#StopDBClusterResult": {
"type": "structure",
"members": {
"DBCluster": {
"target": "com.amazonaws.neptune#DBCluster"
}
}
},
"com.amazonaws.neptune#StorageQuotaExceededFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Request would result in user exceeding the allowed amount of storage available across all DB instances.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#StorageTypeNotSupportedFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>\n <i>StorageType</i> specified cannot be associated with the DB Instance.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#String": {
"type": "string"
},
"com.amazonaws.neptune#StringList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#String"
}
},
"com.amazonaws.neptune#Subnet": {
"type": "structure",
"members": {
"SubnetIdentifier": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specifies the identifier of the subnet.</p>"
}
},
"SubnetAvailabilityZone": {
"target": "com.amazonaws.neptune#AvailabilityZone",
"traits": {
"smithy.api#documentation": "<p>Specifies the EC2 Availability Zone that the subnet is in.</p>"
}
},
"SubnetStatus": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>Specifies the status of the subnet.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Specifies a subnet.</p>\n <p> This data type is used as a response element in the <a>DescribeDBSubnetGroups</a> action.</p>"
}
},
"com.amazonaws.neptune#SubnetAlreadyInUse": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The DB subnet is already in use in the Availability Zone.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#SubnetIdentifierList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#xmlName": "SubnetIdentifier"
}
}
},
"com.amazonaws.neptune#SubnetList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#Subnet",
"traits": {
"smithy.api#xmlName": "Subnet"
}
}
},
"com.amazonaws.neptune#SubscriptionAlreadyExistFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>This subscription already exists.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.neptune#SubscriptionCategoryNotFoundFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The designated subscription category could not be found.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 404
}
},
"com.amazonaws.neptune#SubscriptionNotFoundFault": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.neptune#ExceptionMessage",
"traits": {
"smithy.api#documentation": "<p>A message describing the details of the problem.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The designated subscription could not be found.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 404
}
},
"com.amazonaws.neptune#SupportedCharacterSetsList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#CharacterSet",
"traits": {
"smithy.api#xmlName": "CharacterSet"
}
}
},
"com.amazonaws.neptune#SupportedTimezonesList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#Timezone",
"traits": {
"smithy.api#xmlName": "Timezone"
}
}
},
"com.amazonaws.neptune#TStamp": {
"type": "timestamp"
},
"com.amazonaws.neptune#Tag": {
"type": "structure",
"members": {
"Key": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>A key is the required name of the tag. The string value can be from 1 to 128 Unicode\n characters in length and can't be prefixed with \"aws:\" or \"rds:\". The string can only contain\n only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java\n regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").</p>"
}
},
"Value": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>A value is the optional value of the tag. The string value can be from 1 to 256 Unicode\n characters in length and can't be prefixed with \"aws:\" or \"rds:\". The string can only contain\n only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java\n regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Metadata assigned to an Amazon Neptune resource consisting of a key-value pair.</p>"
}
},
"com.amazonaws.neptune#TagList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#Tag",
"traits": {
"smithy.api#xmlName": "Tag"
}
}
},
"com.amazonaws.neptune#TagListMessage": {
"type": "structure",
"members": {
"TagList": {
"target": "com.amazonaws.neptune#TagList",
"traits": {
"smithy.api#documentation": "<p>List of tags returned by the ListTagsForResource operation.</p>"
}
}
}
},
"com.amazonaws.neptune#Timezone": {
"type": "structure",
"members": {
"TimezoneName": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the time zone.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>A time zone associated with a <a>DBInstance</a>.</p>"
}
},
"com.amazonaws.neptune#UpgradeTarget": {
"type": "structure",
"members": {
"Engine": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the upgrade target database engine.</p>"
}
},
"EngineVersion": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The version number of the upgrade target database engine.</p>"
}
},
"Description": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The version of the database engine that a DB instance can be upgraded to.</p>"
}
},
"AutoUpgrade": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>A value that indicates whether the target version is applied to any source DB instances\n that have AutoMinorVersionUpgrade set to true.</p>"
}
},
"IsMajorVersionUpgrade": {
"target": "com.amazonaws.neptune#Boolean",
"traits": {
"smithy.api#documentation": "<p>A value that indicates whether a database engine is upgraded to a major version.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The version of the database engine that a DB instance can be upgraded to.</p>"
}
},
"com.amazonaws.neptune#ValidDBInstanceModificationsMessage": {
"type": "structure",
"members": {
"Storage": {
"target": "com.amazonaws.neptune#ValidStorageOptionsList",
"traits": {
"smithy.api#documentation": "<p>Valid storage options for your DB instance.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Information about valid modifications that you can make to your DB instance. Contains the\n result of a successful call to the <a>DescribeValidDBInstanceModifications</a>\n action. You can use this information when you call <a>ModifyDBInstance</a>.\n </p>"
}
},
"com.amazonaws.neptune#ValidStorageOptions": {
"type": "structure",
"members": {
"StorageType": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The valid storage types for your DB instance. For example, gp2, io1.</p>"
}
},
"StorageSize": {
"target": "com.amazonaws.neptune#RangeList",
"traits": {
"smithy.api#documentation": "<p>The valid range of storage in gibibytes. For example, 100 to 16384.</p>"
}
},
"ProvisionedIops": {
"target": "com.amazonaws.neptune#RangeList",
"traits": {
"smithy.api#documentation": "<p>The valid range of provisioned IOPS. For example, 1000-20000.</p>"
}
},
"IopsToStorageRatio": {
"target": "com.amazonaws.neptune#DoubleRangeList",
"traits": {
"smithy.api#documentation": "<p>The valid range of Provisioned IOPS to gibibytes of storage multiplier. For example, 3-10,\n which means that provisioned IOPS can be between 3 and 10 times storage.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Information about valid modifications that you can make to your DB\n instance.</p>\n <p>Contains the result of a successful call to the <a>DescribeValidDBInstanceModifications</a> action.</p>"
}
},
"com.amazonaws.neptune#ValidStorageOptionsList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#ValidStorageOptions",
"traits": {
"smithy.api#xmlName": "ValidStorageOptions"
}
}
},
"com.amazonaws.neptune#ValidUpgradeTargetList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#UpgradeTarget",
"traits": {
"smithy.api#xmlName": "UpgradeTarget"
}
}
},
"com.amazonaws.neptune#VpcSecurityGroupIdList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#xmlName": "VpcSecurityGroupId"
}
}
},
"com.amazonaws.neptune#VpcSecurityGroupMembership": {
"type": "structure",
"members": {
"VpcSecurityGroupId": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The name of the VPC security group.</p>"
}
},
"Status": {
"target": "com.amazonaws.neptune#String",
"traits": {
"smithy.api#documentation": "<p>The status of the VPC security group.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>This data type is used as a response element for queries on VPC security group\n membership.</p>"
}
},
"com.amazonaws.neptune#VpcSecurityGroupMembershipList": {
"type": "list",
"member": {
"target": "com.amazonaws.neptune#VpcSecurityGroupMembership",
"traits": {
"smithy.api#xmlName": "VpcSecurityGroupMembership"
}
}
}
}
}