{ "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": "

Associates an Identity and Access Management (IAM) role from an\n Neptune DB cluster.

" } }, "com.amazonaws.neptune#AddRoleToDBClusterMessage": { "type": "structure", "members": { "DBClusterIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the DB cluster to associate the IAM role with.

", "smithy.api#required": {} } }, "RoleArn": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the IAM role to associate with the Neptune DB cluster,\n for example arn:aws:iam::123456789012:role/NeptuneAccessRole.

", "smithy.api#required": {} } }, "FeatureName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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 DBEngineVersion.

" } } } }, "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": "

Adds a source identifier to an existing event notification subscription.

" } }, "com.amazonaws.neptune#AddSourceIdentifierToSubscriptionMessage": { "type": "structure", "members": { "SubscriptionName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the event notification subscription you want to add a source identifier\n to.

", "smithy.api#required": {} } }, "SourceIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The identifier of the event source to be added.

\n

Constraints:

\n ", "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": "

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.

" } }, "com.amazonaws.neptune#AddTagsToResourceMessage": { "type": "structure", "members": { "ResourceName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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 Constructing an\n Amazon Resource Name (ARN).

", "smithy.api#required": {} } }, "Tags": { "target": "com.amazonaws.neptune#TagList", "traits": { "smithy.api#documentation": "

The tags to be assigned to the Amazon Neptune resource.

", "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": "Amazon Neptune\n

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.

\n\n

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.

", "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": "

Applies a pending maintenance action to a resource (for example, to a DB instance).

" } }, "com.amazonaws.neptune#ApplyPendingMaintenanceActionMessage": { "type": "structure", "members": { "ResourceIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the resource that the pending maintenance action applies\n to. For information about creating an ARN, see Constructing an\n Amazon Resource Name (ARN).

", "smithy.api#required": {} } }, "ApplyAction": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The pending maintenance action to apply to this resource.

\n

Valid values: system-update, db-upgrade\n

", "smithy.api#required": {} } }, "OptInType": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

A value that specifies the type of opt-in request, or undoes an opt-in request. An opt-in\n request of type immediate can't be undone.

\n

Valid values:

\n ", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

Specified CIDRIP or EC2 security group is not authorized for the specified DB security group.

\n

Neptune may not also be authorized via IAM to perform necessary actions on your behalf.

", "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": "

The name of the availability zone.

" } } }, "traits": { "smithy.api#documentation": "

Specifies an Availability Zone.

" } }, "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

\n CertificateIdentifier does not refer to an existing certificate.

", "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": "

The name of the character set.

" } }, "CharacterSetDescription": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The description of the character set.

" } } }, "traits": { "smithy.api#documentation": "

Specifies a character set.

" } }, "com.amazonaws.neptune#CloudwatchLogsExportConfiguration": { "type": "structure", "members": { "EnableLogTypes": { "target": "com.amazonaws.neptune#LogTypeList", "traits": { "smithy.api#documentation": "

The list of log types to enable.

" } }, "DisableLogTypes": { "target": "com.amazonaws.neptune#LogTypeList", "traits": { "smithy.api#documentation": "

The list of log types to disable.

" } } }, "traits": { "smithy.api#documentation": "

The configuration setting for the log types to be enabled for export\n to CloudWatch Logs for a specific DB instance or DB cluster.

\n\n

The EnableLogTypes and DisableLogTypes arrays\n determine which logs will be exported (or not exported) to CloudWatch Logs.

" } }, "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": "

Copies the specified DB cluster parameter group.

" } }, "com.amazonaws.neptune#CopyDBClusterParameterGroupMessage": { "type": "structure", "members": { "SourceDBClusterParameterGroupIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The identifier or Amazon Resource Name (ARN) for the source DB cluster parameter group.\n For information about creating an ARN, see Constructing an\n Amazon Resource Name (ARN).

\n

Constraints:

\n ", "smithy.api#required": {} } }, "TargetDBClusterParameterGroupIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The identifier for the copied DB cluster parameter group.

\n

Constraints:

\n \n

Example: my-cluster-param-group1\n

", "smithy.api#required": {} } }, "TargetDBClusterParameterGroupDescription": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

A description for the copied DB cluster parameter group.

", "smithy.api#required": {} } }, "Tags": { "target": "com.amazonaws.neptune#TagList", "traits": { "smithy.api#documentation": "

The tags to be assigned to the copied DB cluster parameter group.

" } } } }, "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": "

Copies a snapshot of a DB cluster.

\n

To copy a DB cluster snapshot from a shared manual DB cluster snapshot,\n SourceDBClusterSnapshotIdentifier must be the Amazon Resource Name (ARN) of the\n shared DB cluster snapshot.

" } }, "com.amazonaws.neptune#CopyDBClusterSnapshotMessage": { "type": "structure", "members": { "SourceDBClusterSnapshotIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The identifier of the DB cluster snapshot to copy. This parameter is not\n case-sensitive.

\n

Constraints:

\n \n

Example: my-cluster-snapshot1\n

", "smithy.api#required": {} } }, "TargetDBClusterSnapshotIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The identifier of the new DB cluster snapshot to create from the source DB cluster\n snapshot. This parameter is not case-sensitive.

\n

Constraints:

\n \n

Example: my-cluster-snapshot2\n

", "smithy.api#required": {} } }, "KmsKeyId": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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.

\n\n

If you copy an encrypted DB cluster snapshot from your Amazon account, you can specify a\n value for KmsKeyId to encrypt the copy with a new KMS encryption key. If you\n don't specify a value for KmsKeyId, then the copy of the DB cluster snapshot is\n encrypted with the same KMS key as the source DB cluster snapshot.

\n\n

If you copy an encrypted DB cluster snapshot that is shared from another Amazon account, then\n you must specify a value for KmsKeyId.

\n

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.

\n\n

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.

" } }, "PreSignedUrl": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Not currently supported.

" } }, "CopyTags": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

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.

" } }, "Tags": { "target": "com.amazonaws.neptune#TagList", "traits": { "smithy.api#documentation": "

The tags to assign to the new DB cluster snapshot copy.

" } } } }, "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": "

Copies the specified DB parameter group.

" } }, "com.amazonaws.neptune#CopyDBParameterGroupMessage": { "type": "structure", "members": { "SourceDBParameterGroupIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The identifier or ARN for the source DB parameter group. For information about creating\n an ARN, see Constructing an\n Amazon Resource Name (ARN).

\n\n

Constraints:

\n\n ", "smithy.api#required": {} } }, "TargetDBParameterGroupIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The identifier for the copied DB parameter group.

\n

Constraints:

\n \n\n

Example: my-db-parameter-group\n

", "smithy.api#required": {} } }, "TargetDBParameterGroupDescription": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

A description for the copied DB parameter group.

", "smithy.api#required": {} } }, "Tags": { "target": "com.amazonaws.neptune#TagList", "traits": { "smithy.api#documentation": "

The tags to be assigned to the copied DB parameter group.

" } } } }, "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": "

Creates a new Amazon Neptune DB cluster.

\n

You can use the ReplicationSourceIdentifier parameter to create the DB\n cluster as a Read Replica of another DB cluster or Amazon Neptune DB instance.

\n

Note that when you create a new cluster using CreateDBCluster 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 DeletionProtection field is set to false.

" } }, "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": "

Creates a new custom endpoint and associates it with an Amazon Neptune DB cluster.

" } }, "com.amazonaws.neptune#CreateDBClusterEndpointMessage": { "type": "structure", "members": { "DBClusterIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is\n stored as a lowercase string.

", "smithy.api#required": {} } }, "DBClusterEndpointIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The identifier to use for the new endpoint. This parameter is stored as a lowercase string.

", "smithy.api#required": {} } }, "EndpointType": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The type of the endpoint. One of: READER, WRITER, ANY.

", "smithy.api#required": {} } }, "StaticMembers": { "target": "com.amazonaws.neptune#StringList", "traits": { "smithy.api#documentation": "

List of DB instance identifiers that are part of the custom endpoint group.

" } }, "ExcludedMembers": { "target": "com.amazonaws.neptune#StringList", "traits": { "smithy.api#documentation": "

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.

" } }, "Tags": { "target": "com.amazonaws.neptune#TagList", "traits": { "smithy.api#documentation": "

The tags to be assigned to the Amazon Neptune resource.

" } } } }, "com.amazonaws.neptune#CreateDBClusterEndpointOutput": { "type": "structure", "members": { "DBClusterEndpointIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The identifier associated with the endpoint. This parameter is stored as a lowercase string.

" } }, "DBClusterIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is\n stored as a lowercase string.

" } }, "DBClusterEndpointResourceIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

A unique system-generated identifier for an endpoint. It remains the same for the whole life of the endpoint.

" } }, "Endpoint": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The DNS address of the endpoint.

" } }, "Status": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The current status of the endpoint. One of: creating, available, deleting, inactive, modifying. The inactive state applies to an endpoint that cannot be used for a certain kind of cluster,\n such as a writer endpoint for a read-only secondary cluster in a global database.

" } }, "EndpointType": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The type of the endpoint. One of: READER, WRITER, CUSTOM.

" } }, "CustomEndpointType": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The type associated with a custom endpoint. One of: READER,\n WRITER, ANY.

" } }, "StaticMembers": { "target": "com.amazonaws.neptune#StringList", "traits": { "smithy.api#documentation": "

List of DB instance identifiers that are part of the custom endpoint group.

" } }, "ExcludedMembers": { "target": "com.amazonaws.neptune#StringList", "traits": { "smithy.api#documentation": "

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.

" } }, "DBClusterEndpointArn": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the endpoint.

" } } }, "traits": { "smithy.api#documentation": "

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:

\n \n

For the data structure that represents Amazon Neptune DB instance endpoints,\n see Endpoint.

" } }, "com.amazonaws.neptune#CreateDBClusterMessage": { "type": "structure", "members": { "AvailabilityZones": { "target": "com.amazonaws.neptune#AvailabilityZones", "traits": { "smithy.api#documentation": "

A list of EC2 Availability Zones that instances in the DB cluster can be created\n in.

" } }, "BackupRetentionPeriod": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

The number of days for which automated backups are retained. You must specify a minimum\n value of 1.

\n

Default: 1

\n

Constraints:

\n " } }, "CharacterSetName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

\n (Not supported by Neptune)\n

" } }, "CopyTagsToSnapshot": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

\n If set to true, tags are copied to any snapshot of\n the DB cluster that is created.\n

" } }, "DatabaseName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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.

" } }, "DBClusterIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The DB cluster identifier. This parameter is stored as a lowercase string.

\n

Constraints:

\n \n

Example: my-cluster1\n

", "smithy.api#required": {} } }, "DBClusterParameterGroupName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the DB cluster parameter group to associate with this DB cluster. If this\n argument is omitted, the default is used.

\n

Constraints:

\n " } }, "VpcSecurityGroupIds": { "target": "com.amazonaws.neptune#VpcSecurityGroupIdList", "traits": { "smithy.api#documentation": "

A list of EC2 VPC security groups to associate with this DB cluster.

" } }, "DBSubnetGroupName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

A DB subnet group to associate with this DB cluster.

\n

Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.

\n

Example: mySubnetgroup\n

" } }, "Engine": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the database engine to be used for this DB cluster.

\n

Valid Values: neptune\n

", "smithy.api#required": {} } }, "EngineVersion": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The version number of the database engine to use for the new DB cluster.

\n

Example: 1.0.2.1\n

" } }, "Port": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

The port number on which the instances in the DB cluster accept connections.

\n

Default: 8182\n

" } }, "MasterUsername": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Not supported by Neptune.

" } }, "MasterUserPassword": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Not supported by Neptune.

" } }, "OptionGroupName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

\n (Not supported by Neptune)\n

" } }, "PreferredBackupWindow": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The daily time range during which automated backups are created if automated backups are\n enabled using the BackupRetentionPeriod parameter.

\n

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 Adjusting the Preferred\n Maintenance Window in the Amazon Neptune User Guide.\n

\n

Constraints:

\n " } }, "PreferredMaintenanceWindow": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The weekly time range during which system maintenance can occur, in Universal Coordinated\n Time (UTC).

\n

Format: ddd:hh24:mi-ddd:hh24:mi\n

\n

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 Adjusting the Preferred\n Maintenance Window in the Amazon Neptune User Guide.\n

\n

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.

\n

Constraints: Minimum 30-minute window.

" } }, "ReplicationSourceIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB cluster\n is created as a Read Replica.

" } }, "Tags": { "target": "com.amazonaws.neptune#TagList", "traits": { "smithy.api#documentation": "

The tags to assign to the new DB cluster.

" } }, "StorageEncrypted": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

Specifies whether the DB cluster is encrypted.

" } }, "KmsKeyId": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The Amazon KMS key identifier for an encrypted DB cluster.

\n

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.

\n

If an encryption key is not specified in KmsKeyId:

\n \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.

\n

If you create a Read Replica of an encrypted DB cluster in another Amazon Region, you must\n set KmsKeyId 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.

" } }, "PreSignedUrl": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

This parameter is not currently supported.

" } }, "EnableIAMDatabaseAuthentication": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

If set to true, enables Amazon Identity and Access Management\n (IAM) authentication for the entire DB cluster (this cannot be set at an\n instance level).

\n

Default: false.

" } }, "EnableCloudwatchLogsExports": { "target": "com.amazonaws.neptune#LogTypeList", "traits": { "smithy.api#documentation": "

The list of log types that need to be enabled for exporting to CloudWatch Logs.

" } }, "DeletionProtection": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

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.

" } } } }, "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": "

Creates a new DB cluster parameter group.

\n

Parameters in a DB cluster parameter group apply to all of the instances in a DB\n cluster.

\n

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 ModifyDBClusterParameterGroup.\n Once you've created a DB cluster parameter group, you need to associate it\n with your DB cluster using ModifyDBCluster.\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.

\n \n

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 character_set_database parameter. You can use the Parameter\n Groups option of the Amazon Neptune\n console or the DescribeDBClusterParameters\n command to verify that your DB cluster parameter group has been created or modified.

\n
" } }, "com.amazonaws.neptune#CreateDBClusterParameterGroupMessage": { "type": "structure", "members": { "DBClusterParameterGroupName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the DB cluster parameter group.

\n

Constraints:

\n \n \n

This value is stored as a lowercase string.

\n
", "smithy.api#required": {} } }, "DBParameterGroupFamily": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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.

", "smithy.api#required": {} } }, "Description": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The description for the DB cluster parameter group.

", "smithy.api#required": {} } }, "Tags": { "target": "com.amazonaws.neptune#TagList", "traits": { "smithy.api#documentation": "

The tags to be assigned to the new DB cluster parameter group.

" } } } }, "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": "

Creates a snapshot of a DB cluster.

" } }, "com.amazonaws.neptune#CreateDBClusterSnapshotMessage": { "type": "structure", "members": { "DBClusterSnapshotIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The identifier of the DB cluster snapshot. This parameter is stored as a lowercase\n string.

\n

Constraints:

\n \n

Example: my-cluster1-snapshot1\n

", "smithy.api#required": {} } }, "DBClusterIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The identifier of the DB cluster to create a snapshot for. This parameter is not\n case-sensitive.

\n

Constraints:

\n \n

Example: my-cluster1\n

", "smithy.api#required": {} } }, "Tags": { "target": "com.amazonaws.neptune#TagList", "traits": { "smithy.api#documentation": "

The tags to be assigned to the DB cluster snapshot.

" } } } }, "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": "

Creates a new DB instance.

" } }, "com.amazonaws.neptune#CreateDBInstanceMessage": { "type": "structure", "members": { "DBName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Not supported.

" } }, "DBInstanceIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The DB instance identifier. This parameter is stored as a lowercase string.

\n

Constraints:

\n \n

Example: mydbinstance\n

", "smithy.api#required": {} } }, "AllocatedStorage": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

Not supported by Neptune.

" } }, "DBInstanceClass": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The compute and memory capacity of the DB instance, for example, db.m4.large.\n Not all DB instance classes are available in all Amazon Regions.

", "smithy.api#required": {} } }, "Engine": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the database engine to be used for this instance.

\n

Valid Values: neptune\n

", "smithy.api#required": {} } }, "MasterUsername": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Not supported by Neptune.

" } }, "MasterUserPassword": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Not supported by Neptune.

" } }, "DBSecurityGroups": { "target": "com.amazonaws.neptune#DBSecurityGroupNameList", "traits": { "smithy.api#documentation": "

A list of DB security groups to associate with this DB instance.

\n

Default: The default DB security group for the database engine.

" } }, "VpcSecurityGroupIds": { "target": "com.amazonaws.neptune#VpcSecurityGroupIdList", "traits": { "smithy.api#documentation": "

A list of EC2 VPC security groups to associate with this DB instance.

\n

Not applicable. The associated list of EC2 VPC security groups is managed by the DB\n cluster. For more information, see CreateDBCluster.

\n

Default: The default EC2 VPC security group for the DB subnet group's VPC.

" } }, "AvailabilityZone": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The EC2 Availability Zone that the DB instance is created in

\n

Default: A random, system-chosen Availability Zone in the endpoint's Amazon Region.

\n

Example: us-east-1d\n

\n

Constraint: The AvailabilityZone parameter can't be specified if the MultiAZ parameter is\n set to true. The specified Availability Zone must be in the same Amazon Region as\n the current endpoint.

" } }, "DBSubnetGroupName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

A DB subnet group to associate with this DB instance.

\n

If there is no DB subnet group, then it is a non-VPC DB instance.

" } }, "PreferredMaintenanceWindow": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The time range each week during which system maintenance can occur, in Universal\n Coordinated Time (UTC).

\n

Format: ddd:hh24:mi-ddd:hh24:mi\n

\n

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.

\n

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.

\n

Constraints: Minimum 30-minute window.

" } }, "DBParameterGroupName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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.

\n

Constraints:

\n " } }, "BackupRetentionPeriod": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

The number of days for which automated backups are\n retained.

\n

Not applicable. The retention period for automated backups is managed by the DB cluster.\n For more information, see CreateDBCluster.

\n

Default: 1

\n

Constraints:

\n " } }, "PreferredBackupWindow": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The daily time range during which automated backups are created.

\n

Not applicable. The daily time range for creating automated backups is managed by the DB\n cluster. For more information, see CreateDBCluster.

" } }, "Port": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

The port number on which the database accepts connections.

\n

Not applicable. The port is managed by the DB cluster. For more information, see CreateDBCluster.

\n

Default: 8182\n

\n

Type: Integer

" } }, "MultiAZ": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

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.

" } }, "EngineVersion": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The version number of the database engine to use. Currently, setting this\n parameter has no effect.

" } }, "AutoMinorVersionUpgrade": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

Indicates that minor engine upgrades are applied automatically to the DB instance during\n the maintenance window.

\n

Default: true\n

" } }, "LicenseModel": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

License model information for this DB instance.

\n

Valid values: license-included | bring-your-own-license |\n general-public-license\n

" } }, "Iops": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

The amount of Provisioned IOPS (input/output operations per second) to be initially\n allocated for the DB instance.

" } }, "OptionGroupName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

\n (Not supported by Neptune)\n

" } }, "CharacterSetName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

\n (Not supported by Neptune)\n

" } }, "PubliclyAccessible": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#deprecated": {}, "smithy.api#documentation": "

This flag should no longer be used.

" } }, "Tags": { "target": "com.amazonaws.neptune#TagList", "traits": { "smithy.api#documentation": "

The tags to assign to the new instance.

" } }, "DBClusterIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The identifier of the DB cluster that the instance will belong to.

\n

For information on creating a DB cluster, see CreateDBCluster.

\n

Type: String

" } }, "StorageType": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Specifies the storage type to be associated with the DB instance.

\n

Not applicable. Storage is managed by the DB Cluster.

" } }, "TdeCredentialArn": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The ARN from the key store with which to associate the instance for TDE encryption.

" } }, "TdeCredentialPassword": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The password for the given ARN from the key store in order to access the device.

" } }, "StorageEncrypted": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

Specifies whether the DB instance is encrypted.

\n

Not applicable. The encryption for DB instances is managed by the DB cluster. For more\n information, see CreateDBCluster.

\n

Default: false

" } }, "KmsKeyId": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The Amazon KMS key identifier for an encrypted DB instance.

\n

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.

\n

Not applicable. The KMS key identifier is managed by the DB cluster. For more information,\n see CreateDBCluster.

\n

If the StorageEncrypted parameter is true, and you do not specify a value for\n the KmsKeyId 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.

" } }, "Domain": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Specify the Active Directory Domain to create the instance in.

" } }, "CopyTagsToSnapshot": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

True to copy all tags from the DB instance to snapshots of the DB instance, and otherwise\n false. The default is false.

" } }, "MonitoringInterval": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

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.

\n

If MonitoringRoleArn is specified, then you must also set\n MonitoringInterval to a value other than 0.

\n

Valid Values: 0, 1, 5, 10, 15, 30, 60\n

" } }, "MonitoringRoleArn": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The ARN for the IAM role that permits Neptune to send enhanced monitoring metrics to\n Amazon CloudWatch Logs. For example,\n arn:aws:iam:123456789012:role/emaccess.

\n

If MonitoringInterval is set to a value other than 0, then you must supply a\n MonitoringRoleArn value.

" } }, "DomainIAMRoleName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Specify the name of the IAM role to be used when making API calls to the Directory\n Service.

" } }, "PromotionTier": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

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

\n

Default: 1

\n

Valid Values: 0 - 15

" } }, "Timezone": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The time zone of the DB instance.

" } }, "EnableIAMDatabaseAuthentication": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

Not supported by Neptune (ignored).

" } }, "EnablePerformanceInsights": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

\n (Not supported by Neptune)\n

" } }, "PerformanceInsightsKMSKeyId": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

\n (Not supported by Neptune)\n

" } }, "EnableCloudwatchLogsExports": { "target": "com.amazonaws.neptune#LogTypeList", "traits": { "smithy.api#documentation": "

The list of log types that need to be enabled for exporting to CloudWatch Logs.

" } }, "DeletionProtection": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

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 Deleting\n a DB Instance.

\n\n

DB instances in a DB cluster can be deleted even when deletion\n protection is enabled in their parent DB cluster.

" } } } }, "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": "

Creates a new DB parameter group.

\n\n

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 ModifyDBParameterGroup. Once\n you've created a DB parameter group, you need to associate it with your DB instance using\n ModifyDBInstance. 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.

\n\n \n

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 character_set_database parameter. You can use the Parameter\n Groups option of the Amazon Neptune console or the\n DescribeDBParameters command to verify that your DB parameter group has\n been created or modified.

\n
" } }, "com.amazonaws.neptune#CreateDBParameterGroupMessage": { "type": "structure", "members": { "DBParameterGroupName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the DB parameter group.

\n

Constraints:

\n \n \n

This value is stored as a lowercase string.

\n
", "smithy.api#required": {} } }, "DBParameterGroupFamily": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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.

", "smithy.api#required": {} } }, "Description": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The description for the DB parameter group.

", "smithy.api#required": {} } }, "Tags": { "target": "com.amazonaws.neptune#TagList", "traits": { "smithy.api#documentation": "

The tags to be assigned to the new DB parameter group.

" } } } }, "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": "

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.

" } }, "com.amazonaws.neptune#CreateDBSubnetGroupMessage": { "type": "structure", "members": { "DBSubnetGroupName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name for the DB subnet group. This value is stored as a lowercase string.

\n

Constraints: Must contain no more than 255 letters, numbers, periods, underscores, spaces,\n or hyphens. Must not be default.

\n

Example: mySubnetgroup\n

", "smithy.api#required": {} } }, "DBSubnetGroupDescription": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The description for the DB subnet group.

", "smithy.api#required": {} } }, "SubnetIds": { "target": "com.amazonaws.neptune#SubnetIdentifierList", "traits": { "smithy.api#documentation": "

The EC2 Subnet IDs for the DB subnet group.

", "smithy.api#required": {} } }, "Tags": { "target": "com.amazonaws.neptune#TagList", "traits": { "smithy.api#documentation": "

The tags to be assigned to the new DB subnet group.

" } } } }, "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": "

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.

\n

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.

\n

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.

" } }, "com.amazonaws.neptune#CreateEventSubscriptionMessage": { "type": "structure", "members": { "SubscriptionName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the subscription.

\n

Constraints: The name must be less than 255 characters.

", "smithy.api#required": {} } }, "SnsTopicArn": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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.

", "smithy.api#required": {} } }, "SourceType": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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.

\n

Valid values: db-instance | db-cluster |\n db-parameter-group | db-security-group | db-snapshot |\n db-cluster-snapshot\n

" } }, "EventCategories": { "target": "com.amazonaws.neptune#EventCategoriesList", "traits": { "smithy.api#documentation": "

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 DescribeEventCategories action.

" } }, "SourceIds": { "target": "com.amazonaws.neptune#SourceIdsList", "traits": { "smithy.api#documentation": "

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.

\n

Constraints:

\n " } }, "Enabled": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

A Boolean value; set to true to activate the\n subscription, set to false to create the subscription but not\n active it.

" } }, "Tags": { "target": "com.amazonaws.neptune#TagList", "traits": { "smithy.api#documentation": "

The tags to be applied to the new event subscription.

" } } } }, "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": "

\n AllocatedStorage always returns 1, because Neptune DB cluster storage size is\n not fixed, but instead automatically adjusts as needed.

" } }, "AvailabilityZones": { "target": "com.amazonaws.neptune#AvailabilityZones", "traits": { "smithy.api#documentation": "

Provides the list of EC2 Availability Zones that instances in the DB cluster can be\n created in.

" } }, "BackupRetentionPeriod": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

Specifies the number of days for which automatic DB snapshots are retained.

" } }, "CharacterSetName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Not supported by Neptune.

" } }, "DatabaseName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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.

" } }, "DBClusterIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Contains a user-supplied DB cluster identifier. This identifier is the unique key that\n identifies a DB cluster.

" } }, "DBClusterParameterGroup": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Specifies the name of the DB cluster parameter group for the DB cluster.

" } }, "DBSubnetGroup": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Specifies information on the subnet group associated with the DB cluster, including the\n name, description, and subnets in the subnet group.

" } }, "Status": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Specifies the current state of this DB cluster.

" } }, "PercentProgress": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Specifies the progress of the operation as a percentage.

" } }, "EarliestRestorableTime": { "target": "com.amazonaws.neptune#TStamp", "traits": { "smithy.api#documentation": "

Specifies the earliest time to which a database can be restored with point-in-time\n restore.

" } }, "Endpoint": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Specifies the connection endpoint for the primary instance of the DB cluster.

" } }, "ReaderEndpoint": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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.

\n

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.

" } }, "MultiAZ": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

Specifies whether the DB cluster has instances in multiple Availability Zones.

" } }, "Engine": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Provides the name of the database engine to be used for this DB cluster.

" } }, "EngineVersion": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Indicates the database engine version.

" } }, "LatestRestorableTime": { "target": "com.amazonaws.neptune#TStamp", "traits": { "smithy.api#documentation": "

Specifies the latest time to which a database can be restored with point-in-time\n restore.

" } }, "Port": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

Specifies the port that the database engine is listening on.

" } }, "MasterUsername": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Not supported by Neptune.

" } }, "DBClusterOptionGroupMemberships": { "target": "com.amazonaws.neptune#DBClusterOptionGroupMemberships", "traits": { "smithy.api#documentation": "

Not supported by Neptune.

" } }, "PreferredBackupWindow": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Specifies the daily time range during which automated backups are created if automated\n backups are enabled, as determined by the BackupRetentionPeriod.

" } }, "PreferredMaintenanceWindow": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Specifies the weekly time range during which system maintenance can occur, in Universal\n Coordinated Time (UTC).

" } }, "ReplicationSourceIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Not supported by Neptune.

" } }, "ReadReplicaIdentifiers": { "target": "com.amazonaws.neptune#ReadReplicaIdentifierList", "traits": { "smithy.api#documentation": "

Contains one or more identifiers of the Read Replicas associated with this DB\n cluster.

" } }, "DBClusterMembers": { "target": "com.amazonaws.neptune#DBClusterMemberList", "traits": { "smithy.api#documentation": "

Provides the list of instances that make up the DB cluster.

" } }, "VpcSecurityGroups": { "target": "com.amazonaws.neptune#VpcSecurityGroupMembershipList", "traits": { "smithy.api#documentation": "

Provides a list of VPC security groups that the DB cluster belongs to.

" } }, "HostedZoneId": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.

" } }, "StorageEncrypted": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

Specifies whether the DB cluster is encrypted.

" } }, "KmsKeyId": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

If StorageEncrypted is true, the Amazon KMS key identifier for the\n encrypted DB cluster.

" } }, "DbClusterResourceId": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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.

" } }, "DBClusterArn": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the DB cluster.

" } }, "AssociatedRoles": { "target": "com.amazonaws.neptune#DBClusterRoles", "traits": { "smithy.api#documentation": "

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.

" } }, "IAMDatabaseAuthenticationEnabled": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

True if mapping of Amazon Identity and Access Management (IAM) accounts to database accounts\n is enabled, and otherwise false.

" } }, "CloneGroupId": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Identifies the clone group to which the DB cluster is associated.

" } }, "ClusterCreateTime": { "target": "com.amazonaws.neptune#TStamp", "traits": { "smithy.api#documentation": "

Specifies the time when the DB cluster was created, in Universal Coordinated Time\n (UTC).

" } }, "CopyTagsToSnapshot": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

\n If set to true, tags are copied to any snapshot of\n the DB cluster that is created.\n

" } }, "EnabledCloudwatchLogsExports": { "target": "com.amazonaws.neptune#LogTypeList", "traits": { "smithy.api#documentation": "

A list of log types that this DB cluster is configured to export to CloudWatch Logs.

" } }, "DeletionProtection": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

Indicates whether or not the DB cluster has deletion protection enabled.\n The database can't be deleted when deletion protection is enabled.

" } }, "CrossAccountClone": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

If set to true, the DB cluster can be cloned across accounts.

" } }, "AutomaticRestartTime": { "target": "com.amazonaws.neptune#TStamp", "traits": { "smithy.api#documentation": "

Time at which the DB cluster will be automatically restarted.

" } } }, "traits": { "smithy.api#documentation": "

Contains the details of an Amazon Neptune DB cluster.

\n

This data type is used as a response element in the DescribeDBClusters action.

" } }, "com.amazonaws.neptune#DBClusterAlreadyExistsFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.neptune#ExceptionMessage", "traits": { "smithy.api#documentation": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

User already has a DB cluster with the given identifier.

", "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": "

The identifier associated with the endpoint. This parameter is stored as a lowercase string.

" } }, "DBClusterIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is\n stored as a lowercase string.

" } }, "DBClusterEndpointResourceIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

A unique system-generated identifier for an endpoint. It remains the same for the whole life of the endpoint.

" } }, "Endpoint": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The DNS address of the endpoint.

" } }, "Status": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The current status of the endpoint. One of: creating, available, deleting, inactive, modifying. The inactive state applies to an endpoint that cannot be used for a certain kind of cluster,\n such as a writer endpoint for a read-only secondary cluster in a global database.

" } }, "EndpointType": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The type of the endpoint. One of: READER, WRITER, CUSTOM.

" } }, "CustomEndpointType": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The type associated with a custom endpoint. One of: READER,\n WRITER, ANY.

" } }, "StaticMembers": { "target": "com.amazonaws.neptune#StringList", "traits": { "smithy.api#documentation": "

List of DB instance identifiers that are part of the custom endpoint group.

" } }, "ExcludedMembers": { "target": "com.amazonaws.neptune#StringList", "traits": { "smithy.api#documentation": "

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.

" } }, "DBClusterEndpointArn": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the endpoint.

" } } }, "traits": { "smithy.api#documentation": "

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:

\n \n

For the data structure that represents Amazon Neptune DB instance endpoints,\n see Endpoint.

" } }, "com.amazonaws.neptune#DBClusterEndpointAlreadyExistsFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.neptune#ExceptionMessage", "traits": { "smithy.api#documentation": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

The specified custom endpoint cannot be created because it already exists.

", "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": "

An optional pagination token provided by a previous\n DescribeDBClusterEndpoints request.\n If this parameter is specified, the response includes\n only records beyond the marker,\n up to the value specified by MaxRecords.\n

" } }, "DBClusterEndpoints": { "target": "com.amazonaws.neptune#DBClusterEndpointList", "traits": { "smithy.api#documentation": "

Contains the details of the endpoints associated with the cluster\n and matching any filter conditions.

" } } } }, "com.amazonaws.neptune#DBClusterEndpointNotFoundFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.neptune#ExceptionMessage", "traits": { "smithy.api#documentation": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

The specified custom endpoint doesn't exist.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

The cluster already has the maximum number of custom endpoints.

", "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": "

Specifies the instance identifier for this member of the DB cluster.

" } }, "IsClusterWriter": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

Value that is true if the cluster member is the primary instance for the DB\n cluster and false otherwise.

" } }, "DBClusterParameterGroupStatus": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Specifies the status of the DB cluster parameter group for this member of the DB\n cluster.

" } }, "PromotionTier": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

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.

" } } }, "traits": { "smithy.api#documentation": "

Contains information about an instance that is part of a DB cluster.

" } }, "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": "

A pagination token that can be used in a subsequent DescribeDBClusters request.

" } }, "DBClusters": { "target": "com.amazonaws.neptune#DBClusterList", "traits": { "smithy.api#documentation": "

Contains a list of DB clusters for the user.

" } } } }, "com.amazonaws.neptune#DBClusterNotFoundFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.neptune#ExceptionMessage", "traits": { "smithy.api#documentation": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

\n DBClusterIdentifier does not refer to an existing DB cluster.

", "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": "

Not supported by Neptune.

" } }, "Status": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Not supported by Neptune.

" } } }, "traits": { "smithy.api#documentation": "

Not supported by Neptune.

" } }, "com.amazonaws.neptune#DBClusterParameterGroup": { "type": "structure", "members": { "DBClusterParameterGroupName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Provides the name of the DB cluster parameter group.

" } }, "DBParameterGroupFamily": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Provides the name of the DB parameter group family that this DB cluster parameter group is\n compatible with.

" } }, "Description": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Provides the customer-specified description for this DB cluster parameter group.

" } }, "DBClusterParameterGroupArn": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the DB cluster parameter group.

" } } }, "traits": { "smithy.api#documentation": "

Contains the details of an Amazon Neptune DB cluster parameter group.

\n

This data type is used as a response element in the DescribeDBClusterParameterGroups action.

" } }, "com.amazonaws.neptune#DBClusterParameterGroupDetails": { "type": "structure", "members": { "Parameters": { "target": "com.amazonaws.neptune#ParametersList", "traits": { "smithy.api#documentation": "

Provides a list of parameters for the DB cluster parameter group.

" } }, "Marker": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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 MaxRecords .

" } } } }, "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": "

The name of the DB cluster parameter group.

\n

Constraints:

\n \n \n

This value is stored as a lowercase string.

\n
" } } } }, "com.amazonaws.neptune#DBClusterParameterGroupNotFoundFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.neptune#ExceptionMessage", "traits": { "smithy.api#documentation": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

\n DBClusterParameterGroupName does not refer to an\n existing DB Cluster parameter group.

", "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": "

An optional pagination token provided by a previous\n DescribeDBClusterParameterGroups request. If this parameter is specified, the\n response includes only records beyond the marker, up to the value specified by\n MaxRecords.

" } }, "DBClusterParameterGroups": { "target": "com.amazonaws.neptune#DBClusterParameterGroupList", "traits": { "smithy.api#documentation": "

A list of DB cluster parameter groups.

" } } } }, "com.amazonaws.neptune#DBClusterQuotaExceededFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.neptune#ExceptionMessage", "traits": { "smithy.api#documentation": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

User attempted to create a new DB cluster and the user has already reached the maximum allowed DB cluster quota.

", "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": "

The Amazon Resource Name (ARN) of the IAM role that is associated with the DB\n cluster.

" } }, "Status": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Describes the state of association between the IAM role and the DB cluster. The Status\n property returns one of the following values:

\n " } }, "FeatureName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the feature associated with the Amazon Identity and Access Management (IAM) role.\n For the list of supported feature names, see DBEngineVersion.\n

" } } }, "traits": { "smithy.api#documentation": "

Describes an Amazon Identity and Access Management (IAM) role that is associated with a DB\n cluster.

" } }, "com.amazonaws.neptune#DBClusterRoleAlreadyExistsFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.neptune#ExceptionMessage", "traits": { "smithy.api#documentation": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

The specified IAM role Amazon Resource Name (ARN) is already associated with the specified DB cluster.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

The specified IAM role Amazon Resource Name (ARN) is not associated with the specified DB cluster.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

You have exceeded the maximum number of IAM roles that can be associated with the specified DB cluster.

", "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": "

Provides the list of EC2 Availability Zones that instances in the DB cluster snapshot can\n be restored in.

" } }, "DBClusterSnapshotIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Specifies the identifier for a DB cluster snapshot. Must match the identifier\n of an existing snapshot.

\n\n

After you restore a DB cluster using a DBClusterSnapshotIdentifier,\n you must specify the same DBClusterSnapshotIdentifier 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.

\n\n

However, if you don't specify the DBClusterSnapshotIdentifier, 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 DBClusterSnapshotIdentifier,\n and the original DB cluster is deleted.

" } }, "DBClusterIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Specifies the DB cluster identifier of the DB cluster that this DB cluster snapshot was\n created from.

" } }, "SnapshotCreateTime": { "target": "com.amazonaws.neptune#TStamp", "traits": { "smithy.api#documentation": "

Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).

" } }, "Engine": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Specifies the name of the database engine.

" } }, "AllocatedStorage": { "target": "com.amazonaws.neptune#Integer", "traits": { "smithy.api#documentation": "

Specifies the allocated storage size in gibibytes (GiB).

" } }, "Status": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Specifies the status of this DB cluster snapshot.

" } }, "Port": { "target": "com.amazonaws.neptune#Integer", "traits": { "smithy.api#documentation": "

Specifies the port that the DB cluster was listening on at the time of the\n snapshot.

" } }, "VpcId": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Provides the VPC ID associated with the DB cluster snapshot.

" } }, "ClusterCreateTime": { "target": "com.amazonaws.neptune#TStamp", "traits": { "smithy.api#documentation": "

Specifies the time when the DB cluster was created, in Universal Coordinated Time\n (UTC).

" } }, "MasterUsername": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Not supported by Neptune.

" } }, "EngineVersion": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Provides the version of the database engine for this DB cluster snapshot.

" } }, "LicenseModel": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Provides the license model information for this DB cluster snapshot.

" } }, "SnapshotType": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Provides the type of the DB cluster snapshot.

" } }, "PercentProgress": { "target": "com.amazonaws.neptune#Integer", "traits": { "smithy.api#documentation": "

Specifies the percentage of the estimated data that has been transferred.

" } }, "StorageEncrypted": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

Specifies whether the DB cluster snapshot is encrypted.

" } }, "KmsKeyId": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

If StorageEncrypted is true, the Amazon KMS key identifier for the encrypted DB\n cluster snapshot.

" } }, "DBClusterSnapshotArn": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the DB cluster snapshot.

" } }, "SourceDBClusterSnapshotArn": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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.

" } }, "IAMDatabaseAuthenticationEnabled": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

True if mapping of Amazon Identity and Access Management (IAM) accounts to database accounts\n is enabled, and otherwise false.

" } } }, "traits": { "smithy.api#documentation": "

Contains the details for an Amazon Neptune DB cluster snapshot

\n

This data type is used as a response element in the DescribeDBClusterSnapshots action.

" } }, "com.amazonaws.neptune#DBClusterSnapshotAlreadyExistsFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.neptune#ExceptionMessage", "traits": { "smithy.api#documentation": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

User already has a DB cluster snapshot with the given identifier.

", "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": "

The name of the manual DB cluster snapshot attribute.

\n

The attribute named restore 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 ModifyDBClusterSnapshotAttribute API action.

" } }, "AttributeValues": { "target": "com.amazonaws.neptune#AttributeValueList", "traits": { "smithy.api#documentation": "

The value(s) for the manual DB cluster snapshot attribute.

\n

If the AttributeName field is set to restore, 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 all is in the list, then the manual DB cluster\n snapshot is public and available for any Amazon account to copy or restore.

" } } }, "traits": { "smithy.api#documentation": "

Contains the name and values of a manual DB cluster snapshot attribute.

\n

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 ModifyDBClusterSnapshotAttribute API action.

" } }, "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": "

The identifier of the manual DB cluster snapshot that the attributes apply to.

" } }, "DBClusterSnapshotAttributes": { "target": "com.amazonaws.neptune#DBClusterSnapshotAttributeList", "traits": { "smithy.api#documentation": "

The list of attributes and values for the manual DB cluster snapshot.

" } } }, "traits": { "smithy.api#documentation": "

Contains the results of a successful call to the DescribeDBClusterSnapshotAttributes API action.

\n

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 ModifyDBClusterSnapshotAttribute API action.

" } }, "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": "

An optional pagination token provided by a previous DescribeDBClusterSnapshots request. If this parameter is specified, the response\n includes only records beyond the marker, up to the value specified by MaxRecords.\n

" } }, "DBClusterSnapshots": { "target": "com.amazonaws.neptune#DBClusterSnapshotList", "traits": { "smithy.api#documentation": "

Provides a list of DB cluster snapshots for the user.

" } } } }, "com.amazonaws.neptune#DBClusterSnapshotNotFoundFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.neptune#ExceptionMessage", "traits": { "smithy.api#documentation": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

\n DBClusterSnapshotIdentifier does not refer to an existing\n DB cluster snapshot.

", "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": "

The name of the database engine.

" } }, "EngineVersion": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The version number of the database engine.

" } }, "DBParameterGroupFamily": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the DB parameter group family for the database engine.

" } }, "DBEngineDescription": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The description of the database engine.

" } }, "DBEngineVersionDescription": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The description of the database engine version.

" } }, "DefaultCharacterSet": { "target": "com.amazonaws.neptune#CharacterSet", "traits": { "smithy.api#documentation": "

\n (Not supported by Neptune)\n

" } }, "SupportedCharacterSets": { "target": "com.amazonaws.neptune#SupportedCharacterSetsList", "traits": { "smithy.api#documentation": "

\n (Not supported by Neptune)\n

" } }, "ValidUpgradeTarget": { "target": "com.amazonaws.neptune#ValidUpgradeTargetList", "traits": { "smithy.api#documentation": "

A list of engine versions that this database engine version can be upgraded to.

" } }, "SupportedTimezones": { "target": "com.amazonaws.neptune#SupportedTimezonesList", "traits": { "smithy.api#documentation": "

A list of the time zones supported by this engine for the Timezone parameter\n of the CreateDBInstance action.

" } }, "ExportableLogTypes": { "target": "com.amazonaws.neptune#LogTypeList", "traits": { "smithy.api#documentation": "

The types of logs that the database engine has available for export to CloudWatch\n Logs.

" } }, "SupportsLogExportsToCloudwatchLogs": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

A value that indicates whether the engine version supports exporting the log types\n specified by ExportableLogTypes to CloudWatch Logs.

" } }, "SupportsReadReplica": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

Indicates whether the database engine version supports read replicas.

" } } }, "traits": { "smithy.api#documentation": "

This data type is used as a response element in the action DescribeDBEngineVersions.

" } }, "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": "

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 MaxRecords.

" } }, "DBEngineVersions": { "target": "com.amazonaws.neptune#DBEngineVersionList", "traits": { "smithy.api#documentation": "

A list of DBEngineVersion elements.

" } } } }, "com.amazonaws.neptune#DBInstance": { "type": "structure", "members": { "DBInstanceIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Contains a user-supplied database identifier. This identifier is the unique key that\n identifies a DB instance.

" } }, "DBInstanceClass": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Contains the name of the compute and memory capacity class of the DB instance.

" } }, "Engine": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Provides the name of the database engine to be used for this DB instance.

" } }, "DBInstanceStatus": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Specifies the current state of this database.

" } }, "MasterUsername": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Not supported by Neptune.

" } }, "DBName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The database name.

" } }, "Endpoint": { "target": "com.amazonaws.neptune#Endpoint", "traits": { "smithy.api#documentation": "

Specifies the connection endpoint.

" } }, "AllocatedStorage": { "target": "com.amazonaws.neptune#Integer", "traits": { "smithy.api#documentation": "

Not supported by Neptune.

" } }, "InstanceCreateTime": { "target": "com.amazonaws.neptune#TStamp", "traits": { "smithy.api#documentation": "

Provides the date and time the DB instance was created.

" } }, "PreferredBackupWindow": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Specifies the daily time range during which automated backups are created if automated\n backups are enabled, as determined by the BackupRetentionPeriod.

" } }, "BackupRetentionPeriod": { "target": "com.amazonaws.neptune#Integer", "traits": { "smithy.api#documentation": "

Specifies the number of days for which automatic DB snapshots are retained.

" } }, "DBSecurityGroups": { "target": "com.amazonaws.neptune#DBSecurityGroupMembershipList", "traits": { "smithy.api#documentation": "

Provides List of DB security group elements containing only\n DBSecurityGroup.Name and DBSecurityGroup.Status subelements.

" } }, "VpcSecurityGroups": { "target": "com.amazonaws.neptune#VpcSecurityGroupMembershipList", "traits": { "smithy.api#documentation": "

Provides a list of VPC security group elements that the DB instance belongs to.

" } }, "DBParameterGroups": { "target": "com.amazonaws.neptune#DBParameterGroupStatusList", "traits": { "smithy.api#documentation": "

Provides the list of DB parameter groups applied to this DB instance.

" } }, "AvailabilityZone": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Specifies the name of the Availability Zone the DB instance is located in.

" } }, "DBSubnetGroup": { "target": "com.amazonaws.neptune#DBSubnetGroup", "traits": { "smithy.api#documentation": "

Specifies information on the subnet group associated with the DB instance, including the\n name, description, and subnets in the subnet group.

" } }, "PreferredMaintenanceWindow": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Specifies the weekly time range during which system maintenance can occur, in Universal\n Coordinated Time (UTC).

" } }, "PendingModifiedValues": { "target": "com.amazonaws.neptune#PendingModifiedValues", "traits": { "smithy.api#documentation": "

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.

" } }, "LatestRestorableTime": { "target": "com.amazonaws.neptune#TStamp", "traits": { "smithy.api#documentation": "

Specifies the latest time to which a database can be restored with point-in-time\n restore.

" } }, "MultiAZ": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

Specifies if the DB instance is a Multi-AZ deployment.

" } }, "EngineVersion": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Indicates the database engine version.

" } }, "AutoMinorVersionUpgrade": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

Indicates that minor version patches are applied automatically.

" } }, "ReadReplicaSourceDBInstanceIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Contains the identifier of the source DB instance if this DB instance is a Read\n Replica.

" } }, "ReadReplicaDBInstanceIdentifiers": { "target": "com.amazonaws.neptune#ReadReplicaDBInstanceIdentifierList", "traits": { "smithy.api#documentation": "

Contains one or more identifiers of the Read Replicas associated with this DB\n instance.

" } }, "ReadReplicaDBClusterIdentifiers": { "target": "com.amazonaws.neptune#ReadReplicaDBClusterIdentifierList", "traits": { "smithy.api#documentation": "

Contains one or more identifiers of DB clusters that are Read Replicas of this DB\n instance.

" } }, "LicenseModel": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

License model information for this DB instance.

" } }, "Iops": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

Specifies the Provisioned IOPS (I/O operations per second) value.

" } }, "OptionGroupMemberships": { "target": "com.amazonaws.neptune#OptionGroupMembershipList", "traits": { "smithy.api#documentation": "

\n (Not supported by Neptune)\n

" } }, "CharacterSetName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

\n (Not supported by Neptune)\n

" } }, "SecondaryAvailabilityZone": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

If present, specifies the name of the secondary Availability Zone for a DB instance with\n multi-AZ support.

" } }, "PubliclyAccessible": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#deprecated": {}, "smithy.api#documentation": "

This flag should no longer be used.

" } }, "StatusInfos": { "target": "com.amazonaws.neptune#DBInstanceStatusInfoList", "traits": { "smithy.api#documentation": "

The status of a Read Replica. If the instance is not a Read Replica, this is blank.

" } }, "StorageType": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Specifies the storage type associated with DB instance.

" } }, "TdeCredentialArn": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The ARN from the key store with which the instance is associated for TDE\n encryption.

" } }, "DbInstancePort": { "target": "com.amazonaws.neptune#Integer", "traits": { "smithy.api#documentation": "

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.

" } }, "DBClusterIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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.

" } }, "StorageEncrypted": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

Not supported: The encryption for DB instances is managed by the DB cluster.

" } }, "KmsKeyId": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Not supported: The encryption for DB instances is managed by the DB cluster.

" } }, "DbiResourceId": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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.

" } }, "CACertificateIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The identifier of the CA certificate for this DB instance.

" } }, "DomainMemberships": { "target": "com.amazonaws.neptune#DomainMembershipList", "traits": { "smithy.api#documentation": "

Not supported

" } }, "CopyTagsToSnapshot": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

Specifies whether tags are copied from the DB instance to snapshots of the DB\n instance.

" } }, "MonitoringInterval": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

The interval, in seconds, between points when Enhanced Monitoring metrics are collected\n for the DB instance.

" } }, "EnhancedMonitoringResourceArn": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log stream that receives the\n Enhanced Monitoring metrics data for the DB instance.

" } }, "MonitoringRoleArn": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The ARN for the IAM role that permits Neptune to send Enhanced Monitoring metrics to\n Amazon CloudWatch Logs.

" } }, "PromotionTier": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

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

" } }, "DBInstanceArn": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the DB instance.

" } }, "Timezone": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Not supported.

" } }, "IAMDatabaseAuthenticationEnabled": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

True if Amazon Identity and Access Management (IAM) authentication is enabled, and otherwise\n false.

" } }, "PerformanceInsightsEnabled": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

\n (Not supported by Neptune)\n

" } }, "PerformanceInsightsKMSKeyId": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

\n (Not supported by Neptune)\n

" } }, "EnabledCloudwatchLogsExports": { "target": "com.amazonaws.neptune#LogTypeList", "traits": { "smithy.api#documentation": "

A list of log types that this DB instance is configured to export to CloudWatch\n Logs.

" } }, "DeletionProtection": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

Indicates whether or not the DB instance has deletion protection enabled.\n The instance can't be deleted when deletion protection is enabled. See Deleting\n a DB Instance.

" } } }, "traits": { "smithy.api#documentation": "

Contains the details of an Amazon Neptune DB instance.

\n

This data type is used as a response element in the DescribeDBInstances action.

" } }, "com.amazonaws.neptune#DBInstanceAlreadyExistsFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.neptune#ExceptionMessage", "traits": { "smithy.api#documentation": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

User already has a DB instance with the given identifier.

", "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": "

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 MaxRecords .

" } }, "DBInstances": { "target": "com.amazonaws.neptune#DBInstanceList", "traits": { "smithy.api#documentation": "

A list of DBInstance instances.

" } } } }, "com.amazonaws.neptune#DBInstanceNotFoundFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.neptune#ExceptionMessage", "traits": { "smithy.api#documentation": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

\n DBInstanceIdentifier does not refer to an existing DB instance.

", "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": "

This value is currently \"read replication.\"

" } }, "Normal": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

Boolean value that is true if the instance is operating normally, or false if the instance\n is in an error state.

" } }, "Status": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Status of the DB instance. For a StatusType of read replica, the values can be\n replicating, error, stopped, or terminated.

" } }, "Message": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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.

" } } }, "traits": { "smithy.api#documentation": "

Provides a list of status information for a DB instance.

" } }, "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": "

Provides the name of the DB parameter group.

" } }, "DBParameterGroupFamily": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Provides the name of the DB parameter group family that this DB parameter group is\n compatible with.

" } }, "Description": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Provides the customer-specified description for this DB parameter group.

" } }, "DBParameterGroupArn": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the DB parameter group.

" } } }, "traits": { "smithy.api#documentation": "

Contains the details of an Amazon Neptune DB parameter group.

\n

This data type is used as a response element in the DescribeDBParameterGroups action.

" } }, "com.amazonaws.neptune#DBParameterGroupAlreadyExistsFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.neptune#ExceptionMessage", "traits": { "smithy.api#documentation": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

A DB parameter group with the same name exists.

", "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": "

A list of Parameter values.

" } }, "Marker": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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 MaxRecords.

" } } } }, "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": "

Provides the name of the DB parameter group.

" } } } }, "com.amazonaws.neptune#DBParameterGroupNotFoundFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.neptune#ExceptionMessage", "traits": { "smithy.api#documentation": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

\n DBParameterGroupName does not refer to an\n existing DB parameter group.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

Request would result in user exceeding the allowed number of DB parameter groups.

", "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": "

The name of the DP parameter group.

" } }, "ParameterApplyStatus": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The status of parameter updates.

" } } }, "traits": { "smithy.api#documentation": "

The status of the DB parameter group.

\n

This data type is used as a response element in the following actions:

\n " } }, "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": "

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 MaxRecords.

" } }, "DBParameterGroups": { "target": "com.amazonaws.neptune#DBParameterGroupList", "traits": { "smithy.api#documentation": "

A list of DBParameterGroup instances.

" } } } }, "com.amazonaws.neptune#DBSecurityGroupMembership": { "type": "structure", "members": { "DBSecurityGroupName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the DB security group.

" } }, "Status": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The status of the DB security group.

" } } }, "traits": { "smithy.api#documentation": "

Specifies membership in a designated DB security group.

" } }, "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

\n DBSecurityGroupName does not refer\n to an existing DB security group.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

\n DBSnapshotIdentifier is already used by an existing snapshot.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

\n DBSnapshotIdentifier does not refer to an existing DB snapshot.

", "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": "

The name of the DB subnet group.

" } }, "DBSubnetGroupDescription": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Provides the description of the DB subnet group.

" } }, "VpcId": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Provides the VpcId of the DB subnet group.

" } }, "SubnetGroupStatus": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Provides the status of the DB subnet group.

" } }, "Subnets": { "target": "com.amazonaws.neptune#SubnetList", "traits": { "smithy.api#documentation": "

Contains a list of Subnet elements.

" } }, "DBSubnetGroupArn": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the DB subnet group.

" } } }, "traits": { "smithy.api#documentation": "

Contains the details of an Amazon Neptune DB subnet group.

\n

This data type is used as a response element in the DescribeDBSubnetGroups action.

" } }, "com.amazonaws.neptune#DBSubnetGroupAlreadyExistsFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.neptune#ExceptionMessage", "traits": { "smithy.api#documentation": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

\n DBSubnetGroupName is already used by an existing DB subnet group.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

Subnets in the DB subnet group should cover at least two Availability\n Zones unless there is only one Availability Zone.

", "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": "

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 MaxRecords.

" } }, "DBSubnetGroups": { "target": "com.amazonaws.neptune#DBSubnetGroups", "traits": { "smithy.api#documentation": "

A list of DBSubnetGroup instances.

" } } } }, "com.amazonaws.neptune#DBSubnetGroupNotFoundFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.neptune#ExceptionMessage", "traits": { "smithy.api#documentation": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

\n DBSubnetGroupName does not refer to an\n existing DB subnet group.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

Request would result in user exceeding the allowed number of DB subnet groups.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

Request would result in user exceeding the allowed number of subnets in a DB subnet groups.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

The DB upgrade failed because a resource the DB depends on could not be modified.

", "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": "

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.

\n\n

Note that the DB Cluster cannot be deleted if deletion protection is enabled. To\n delete it, you must first set its DeletionProtection field to\n False.

" } }, "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": "

Deletes a custom endpoint and removes it from an Amazon Neptune DB cluster.

" } }, "com.amazonaws.neptune#DeleteDBClusterEndpointMessage": { "type": "structure", "members": { "DBClusterEndpointIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The identifier associated with the custom endpoint. This parameter is stored as a lowercase string.

", "smithy.api#required": {} } } } }, "com.amazonaws.neptune#DeleteDBClusterEndpointOutput": { "type": "structure", "members": { "DBClusterEndpointIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The identifier associated with the endpoint. This parameter is stored as a lowercase string.

" } }, "DBClusterIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is\n stored as a lowercase string.

" } }, "DBClusterEndpointResourceIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

A unique system-generated identifier for an endpoint. It remains the same for the whole life of the endpoint.

" } }, "Endpoint": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The DNS address of the endpoint.

" } }, "Status": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The current status of the endpoint. One of: creating, available, deleting, inactive, modifying. The inactive state applies to an endpoint that cannot be used for a certain kind of cluster,\n such as a writer endpoint for a read-only secondary cluster in a global database.

" } }, "EndpointType": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The type of the endpoint. One of: READER, WRITER, CUSTOM.

" } }, "CustomEndpointType": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The type associated with a custom endpoint. One of: READER,\n WRITER, ANY.

" } }, "StaticMembers": { "target": "com.amazonaws.neptune#StringList", "traits": { "smithy.api#documentation": "

List of DB instance identifiers that are part of the custom endpoint group.

" } }, "ExcludedMembers": { "target": "com.amazonaws.neptune#StringList", "traits": { "smithy.api#documentation": "

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.

" } }, "DBClusterEndpointArn": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the endpoint.

" } } }, "traits": { "smithy.api#documentation": "

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:

\n \n

For the data structure that represents Amazon RDS DB instance endpoints,\n see Endpoint.

" } }, "com.amazonaws.neptune#DeleteDBClusterMessage": { "type": "structure", "members": { "DBClusterIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The DB cluster identifier for the DB cluster to be deleted. This parameter isn't\n case-sensitive.

\n

Constraints:

\n ", "smithy.api#required": {} } }, "SkipFinalSnapshot": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

Determines whether a final DB cluster snapshot is created before the DB cluster is\n deleted. If true is specified, no DB cluster snapshot is created. If\n false is specified, a DB cluster snapshot is created before the DB cluster is\n deleted.

\n \n

You must specify a FinalDBSnapshotIdentifier parameter if\n SkipFinalSnapshot is false.

\n
\n

Default: false\n

" } }, "FinalDBSnapshotIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The DB cluster snapshot identifier of the new DB cluster snapshot created when\n SkipFinalSnapshot is set to false.

\n \n

Specifying this parameter and also setting the SkipFinalShapshot parameter\n to true results in an error.

\n
\n

Constraints:

\n " } } } }, "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": "

Deletes a specified DB cluster parameter group. The DB cluster parameter group to be\n deleted can't be associated with any DB clusters.

" } }, "com.amazonaws.neptune#DeleteDBClusterParameterGroupMessage": { "type": "structure", "members": { "DBClusterParameterGroupName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the DB cluster parameter group.

\n

Constraints:

\n ", "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": "

Deletes a DB cluster snapshot. If the snapshot is being copied, the copy operation is\n terminated.

\n \n

The DB cluster snapshot must be in the available state to be\n deleted.

\n
" } }, "com.amazonaws.neptune#DeleteDBClusterSnapshotMessage": { "type": "structure", "members": { "DBClusterSnapshotIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The identifier of the DB cluster snapshot to delete.

\n

Constraints: Must be the name of an existing DB cluster snapshot in the\n available state.

", "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": "

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 DeleteDBInstance are not\n deleted.

\n

If you request a final DB snapshot the status of the Amazon Neptune DB instance is\n deleting until the DB snapshot is created. The API action\n DescribeDBInstance is used to monitor the status of this operation. The action\n can't be canceled or reverted once submitted.

\n

Note that when a DB instance is in a failure state and has a status of\n failed, incompatible-restore, or incompatible-network,\n you can only delete it when the SkipFinalSnapshot parameter is set to\n true.

\n

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.

" } }, "com.amazonaws.neptune#DeleteDBInstanceMessage": { "type": "structure", "members": { "DBInstanceIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The DB instance identifier for the DB instance to be deleted. This parameter isn't\n case-sensitive.

\n

Constraints:

\n ", "smithy.api#required": {} } }, "SkipFinalSnapshot": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

Determines whether a final DB snapshot is created before the DB instance is deleted. If\n true is specified, no DBSnapshot is created. If false is specified,\n a DB snapshot is created before the DB instance is deleted.

\n

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\".

\n

Specify true when deleting a Read Replica.

\n \n

The FinalDBSnapshotIdentifier parameter must be specified if SkipFinalSnapshot is\n false.

\n
\n

Default: false\n

" } }, "FinalDBSnapshotIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The DBSnapshotIdentifier of the new DBSnapshot created when SkipFinalSnapshot is set to\n false.

\n \n

Specifying this parameter and also setting the SkipFinalShapshot parameter to true\n results in an error.

\n
\n

Constraints:

\n " } } } }, "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": "

Deletes a specified DBParameterGroup. The DBParameterGroup to be deleted can't be\n associated with any DB instances.

" } }, "com.amazonaws.neptune#DeleteDBParameterGroupMessage": { "type": "structure", "members": { "DBParameterGroupName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the DB parameter group.

\n

Constraints:

\n ", "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": "

Deletes a DB subnet group.

\n \n

The specified database subnet group must not be associated with any DB instances.

\n
" } }, "com.amazonaws.neptune#DeleteDBSubnetGroupMessage": { "type": "structure", "members": { "DBSubnetGroupName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the database subnet group to delete.

\n \n

You can't delete the default subnet group.

\n
\n

Constraints:

\n

Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.

\n

Example: mySubnetgroup\n

", "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": "

Deletes an event notification subscription.

" } }, "com.amazonaws.neptune#DeleteEventSubscriptionMessage": { "type": "structure", "members": { "SubscriptionName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the event notification subscription you want to delete.

", "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": "

Returns information about endpoints for an Amazon Neptune DB cluster.

\n \n

This operation can also return information for Amazon RDS clusters\n and Amazon DocDB clusters.

\n
", "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": "

The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is\n stored as a lowercase string.

" } }, "DBClusterEndpointIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The identifier of the endpoint to describe. This parameter is stored as a lowercase string.

" } }, "Filters": { "target": "com.amazonaws.neptune#FilterList", "traits": { "smithy.api#documentation": "

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 Name=endpoint_type,Values=endpoint_type1,endpoint_type2,....\n Name can be one of: db-cluster-endpoint-type, db-cluster-endpoint-custom-type, db-cluster-endpoint-id, db-cluster-endpoint-status.\n Values for the db-cluster-endpoint-type filter can be one or more of: reader, writer, custom.\n Values for the db-cluster-endpoint-custom-type filter can be one or more of: reader, any.\n Values for the db-cluster-endpoint-status filter can be one or more of: available, creating, deleting, inactive, modifying.\n

" } }, "MaxRecords": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response.\n If more records exist than the specified MaxRecords value,\n a pagination token called a marker is included in the response so you can retrieve the remaining results.\n

\n

Default: 100

\n

Constraints: Minimum 20, maximum 100.

" } }, "Marker": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous\n DescribeDBClusterEndpoints request.\n If this parameter is specified, the response includes\n only records beyond the marker,\n up to the value specified by MaxRecords.\n

" } } } }, "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": "

Returns a list of DBClusterParameterGroup descriptions. If a\n DBClusterParameterGroupName parameter is specified, the list will contain only\n the description of the specified DB cluster parameter group.

", "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": "

The name of a specific DB cluster parameter group to return details for.

\n

Constraints:

\n " } }, "Filters": { "target": "com.amazonaws.neptune#FilterList", "traits": { "smithy.api#documentation": "

This parameter is not currently supported.

" } }, "MaxRecords": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more records exist than the\n specified MaxRecords value, a pagination token called a marker is included in the\n response so that the remaining results can be retrieved.

\n

Default: 100

\n

Constraints: Minimum 20, maximum 100.

" } }, "Marker": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous\n DescribeDBClusterParameterGroups request. If this parameter is specified, the\n response includes only records beyond the marker, up to the value specified by\n MaxRecords.

" } } } }, "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": "

Returns the detailed parameter list for a particular DB cluster parameter group.

", "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": "

The name of a specific DB cluster parameter group to return parameter details for.

\n

Constraints:

\n ", "smithy.api#required": {} } }, "Source": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

A value that indicates to return only parameters for a specific source. Parameter sources\n can be engine, service, or customer.

" } }, "Filters": { "target": "com.amazonaws.neptune#FilterList", "traits": { "smithy.api#documentation": "

This parameter is not currently supported.

" } }, "MaxRecords": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more records exist than the\n specified MaxRecords value, a pagination token called a marker is included in the\n response so that the remaining results can be retrieved.

\n

Default: 100

\n

Constraints: Minimum 20, maximum 100.

" } }, "Marker": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous\n DescribeDBClusterParameters request. If this parameter is specified, the response\n includes only records beyond the marker, up to the value specified by MaxRecords.\n

" } } } }, "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": "

Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster\n snapshot.

\n

When sharing snapshots with other Amazon accounts,\n DescribeDBClusterSnapshotAttributes returns the restore 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 all is included in the list of values for the\n restore attribute, then the manual DB cluster snapshot is public and can be\n copied or restored by all Amazon accounts.

\n

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 ModifyDBClusterSnapshotAttribute API action.

" } }, "com.amazonaws.neptune#DescribeDBClusterSnapshotAttributesMessage": { "type": "structure", "members": { "DBClusterSnapshotIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The identifier for the DB cluster snapshot to describe the attributes for.

", "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": "

Returns information about DB cluster snapshots. This API action supports\n pagination.

", "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": "

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 DBClusterSnapshotIdentifier parameter. This\n parameter is not case-sensitive.

\n

Constraints:

\n " } }, "DBClusterSnapshotIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

A specific DB cluster snapshot identifier to describe. This parameter can't be used in\n conjunction with the DBClusterIdentifier parameter. This value is stored as a\n lowercase string.

\n

Constraints:

\n " } }, "SnapshotType": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The type of DB cluster snapshots to be returned. You can specify one of the following\n values:

\n \n

If you don't specify a SnapshotType 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 IncludeShared parameter to true. You can include\n public DB cluster snapshots with these results by setting the IncludePublic\n parameter to true.

\n

The IncludeShared and IncludePublic parameters don't apply for\n SnapshotType values of manual or automated. The\n IncludePublic parameter doesn't apply when SnapshotType is set to\n shared. The IncludeShared parameter doesn't apply when\n SnapshotType is set to public.

" } }, "Filters": { "target": "com.amazonaws.neptune#FilterList", "traits": { "smithy.api#documentation": "

This parameter is not currently supported.

" } }, "MaxRecords": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more records exist than the\n specified MaxRecords value, a pagination token called a marker is included in the\n response so that the remaining results can be retrieved.

\n

Default: 100

\n

Constraints: Minimum 20, maximum 100.

" } }, "Marker": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous\n DescribeDBClusterSnapshots request. If this parameter is specified, the response\n includes only records beyond the marker, up to the value specified by MaxRecords.\n

" } }, "IncludeShared": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

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 false.

\n

You can give an Amazon account permission to restore a manual DB cluster snapshot from\n another Amazon account by the ModifyDBClusterSnapshotAttribute API\n action.

" } }, "IncludePublic": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

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 false. The default is\n false.

\n

You can share a manual DB cluster snapshot as public by using the ModifyDBClusterSnapshotAttribute API action.

" } } } }, "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": "

Returns information about provisioned DB clusters, and supports\n pagination.

\n\n \n

This operation can also return information for Amazon RDS clusters\n and Amazon DocDB clusters.

\n
", "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": "

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.

\n

Constraints:

\n " } }, "Filters": { "target": "com.amazonaws.neptune#FilterList", "traits": { "smithy.api#documentation": "

A filter that specifies one or more DB clusters to describe.

\n

Supported filters:

\n \n\n

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:

" } }, "MaxRecords": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more records exist than the\n specified MaxRecords value, a pagination token called a marker is included in the\n response so that the remaining results can be retrieved.

\n

Default: 100

\n

Constraints: Minimum 20, maximum 100.

" } }, "Marker": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous DescribeDBClusters\n request. If this parameter is specified, the response includes only records beyond the marker,\n up to the value specified by MaxRecords.

" } } } }, "com.amazonaws.neptune#DescribeDBEngineVersions": { "type": "operation", "input": { "target": "com.amazonaws.neptune#DescribeDBEngineVersionsMessage" }, "output": { "target": "com.amazonaws.neptune#DBEngineVersionMessage" }, "traits": { "smithy.api#documentation": "

Returns a list of the available DB engines.

", "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": "

The database engine to return.

" } }, "EngineVersion": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The database engine version to return.

\n

Example: 5.1.49\n

" } }, "DBParameterGroupFamily": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of a specific DB parameter group family to return details for.

\n

Constraints:

\n " } }, "Filters": { "target": "com.amazonaws.neptune#FilterList", "traits": { "smithy.api#documentation": "

Not currently supported.

" } }, "MaxRecords": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more than the\n MaxRecords value is available, a pagination token called a marker is included in\n the response so that the following results can be retrieved.

\n

Default: 100

\n

Constraints: Minimum 20, maximum 100.

" } }, "Marker": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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 MaxRecords.

" } }, "DefaultOnly": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

Indicates that only the default version of the specified engine or engine and major\n version combination is returned.

" } }, "ListSupportedCharacterSets": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

If this parameter is specified and the requested engine supports the\n CharacterSetName parameter for CreateDBInstance, the response\n includes a list of supported character sets for each engine version.

" } }, "ListSupportedTimezones": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

If this parameter is specified and the requested engine supports the TimeZone\n parameter for CreateDBInstance, the response includes a list of supported time\n zones for each engine version.

" } } } }, "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": "

Returns information about provisioned instances, and supports pagination.

\n\n \n

This operation can also return information for Amazon RDS instances\n and Amazon DocDB instances.

\n
", "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": "

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.

\n

Constraints:

\n " } }, "Filters": { "target": "com.amazonaws.neptune#FilterList", "traits": { "smithy.api#documentation": "

A filter that specifies one or more DB instances to describe.

\n

Supported filters:

\n \n\n

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:

" } }, "MaxRecords": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more records exist than the\n specified MaxRecords value, a pagination token called a marker is included in the\n response so that the remaining results can be retrieved.

\n

Default: 100

\n

Constraints: Minimum 20, maximum 100.

" } }, "Marker": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous DescribeDBInstances\n request. If this parameter is specified, the response includes only records beyond the marker,\n up to the value specified by MaxRecords.

" } } } }, "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": "

Returns a list of DBParameterGroup descriptions. If a\n DBParameterGroupName is specified, the list will contain only the description of\n the specified DB parameter group.

", "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": "

The name of a specific DB parameter group to return details for.

\n

Constraints:

\n " } }, "Filters": { "target": "com.amazonaws.neptune#FilterList", "traits": { "smithy.api#documentation": "

This parameter is not currently supported.

" } }, "MaxRecords": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more records exist than the\n specified MaxRecords value, a pagination token called a marker is included in the\n response so that the remaining results can be retrieved.

\n

Default: 100

\n

Constraints: Minimum 20, maximum 100.

" } }, "Marker": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous\n DescribeDBParameterGroups request. If this parameter is specified, the response\n includes only records beyond the marker, up to the value specified by MaxRecords.

" } } } }, "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": "

Returns the detailed parameter list for a particular DB parameter group.

", "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": "

The name of a specific DB parameter group to return details for.

\n

Constraints:

\n ", "smithy.api#required": {} } }, "Source": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The parameter types to return.

\n

Default: All parameter types returned

\n

Valid Values: user | system | engine-default\n

" } }, "Filters": { "target": "com.amazonaws.neptune#FilterList", "traits": { "smithy.api#documentation": "

This parameter is not currently supported.

" } }, "MaxRecords": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more records exist than the\n specified MaxRecords value, a pagination token called a marker is included in the\n response so that the remaining results can be retrieved.

\n

Default: 100

\n

Constraints: Minimum 20, maximum 100.

" } }, "Marker": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous DescribeDBParameters\n request. If this parameter is specified, the response includes only records beyond the marker,\n up to the value specified by MaxRecords.

" } } } }, "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": "

Returns a list of DBSubnetGroup descriptions. If a DBSubnetGroupName is specified, the\n list will contain only the descriptions of the specified DBSubnetGroup.

\n

For an overview of CIDR ranges, go to the Wikipedia Tutorial.

", "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": "

The name of the DB subnet group to return details for.

" } }, "Filters": { "target": "com.amazonaws.neptune#FilterList", "traits": { "smithy.api#documentation": "

This parameter is not currently supported.

" } }, "MaxRecords": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more records exist than the\n specified MaxRecords value, a pagination token called a marker is included in the\n response so that the remaining results can be retrieved.

\n

Default: 100

\n

Constraints: Minimum 20, maximum 100.

" } }, "Marker": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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 MaxRecords.

" } } } }, "com.amazonaws.neptune#DescribeEngineDefaultClusterParameters": { "type": "operation", "input": { "target": "com.amazonaws.neptune#DescribeEngineDefaultClusterParametersMessage" }, "output": { "target": "com.amazonaws.neptune#DescribeEngineDefaultClusterParametersResult" }, "traits": { "smithy.api#documentation": "

Returns the default engine and system parameter information for the cluster database\n engine.

" } }, "com.amazonaws.neptune#DescribeEngineDefaultClusterParametersMessage": { "type": "structure", "members": { "DBParameterGroupFamily": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the DB cluster parameter group family to return engine parameter information\n for.

", "smithy.api#required": {} } }, "Filters": { "target": "com.amazonaws.neptune#FilterList", "traits": { "smithy.api#documentation": "

This parameter is not currently supported.

" } }, "MaxRecords": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more records exist than the\n specified MaxRecords value, a pagination token called a marker is included in the\n response so that the remaining results can be retrieved.

\n

Default: 100

\n

Constraints: Minimum 20, maximum 100.

" } }, "Marker": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous\n DescribeEngineDefaultClusterParameters request. If this parameter is specified,\n the response includes only records beyond the marker, up to the value specified by\n MaxRecords.

" } } } }, "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": "

Returns the default engine and system parameter information for the specified database\n engine.

", "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": "

The name of the DB parameter group family.

", "smithy.api#required": {} } }, "Filters": { "target": "com.amazonaws.neptune#FilterList", "traits": { "smithy.api#documentation": "

Not currently supported.

" } }, "MaxRecords": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more records exist than the\n specified MaxRecords value, a pagination token called a marker is included in the\n response so that the remaining results can be retrieved.

\n

Default: 100

\n

Constraints: Minimum 20, maximum 100.

" } }, "Marker": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous\n DescribeEngineDefaultParameters request. If this parameter is specified, the\n response includes only records beyond the marker, up to the value specified by\n MaxRecords.

" } } } }, "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": "

Displays a list of categories for all event source types, or, if specified, for a\n specified source type.

" } }, "com.amazonaws.neptune#DescribeEventCategoriesMessage": { "type": "structure", "members": { "SourceType": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The type of source that is generating the events.

\n

Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot

" } }, "Filters": { "target": "com.amazonaws.neptune#FilterList", "traits": { "smithy.api#documentation": "

This parameter is not currently supported.

" } } } }, "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": "

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.

\n

If you specify a SubscriptionName, lists the description for that subscription.

", "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": "

The name of the event notification subscription you want to describe.

" } }, "Filters": { "target": "com.amazonaws.neptune#FilterList", "traits": { "smithy.api#documentation": "

This parameter is not currently supported.

" } }, "MaxRecords": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more records exist than the\n specified MaxRecords value, a pagination token called a marker is included in the\n response so that the remaining results can be retrieved.

\n

Default: 100

\n

Constraints: Minimum 20, maximum 100.

" } }, "Marker": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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 MaxRecords .

" } } } }, "com.amazonaws.neptune#DescribeEvents": { "type": "operation", "input": { "target": "com.amazonaws.neptune#DescribeEventsMessage" }, "output": { "target": "com.amazonaws.neptune#EventsMessage" }, "traits": { "smithy.api#documentation": "

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.

", "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": "

The identifier of the event source for which events are returned. If not specified, then\n all sources are included in the response.

\n

Constraints:

\n " } }, "SourceType": { "target": "com.amazonaws.neptune#SourceType", "traits": { "smithy.api#documentation": "

The event source to retrieve events for. If no value is specified, all events are\n returned.

" } }, "StartTime": { "target": "com.amazonaws.neptune#TStamp", "traits": { "smithy.api#documentation": "

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 ISO8601 Wikipedia page.\n

\n

Example: 2009-07-08T18:00Z

" } }, "EndTime": { "target": "com.amazonaws.neptune#TStamp", "traits": { "smithy.api#documentation": "

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 ISO8601 Wikipedia page.\n

\n

Example: 2009-07-08T18:00Z

" } }, "Duration": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

The number of minutes to retrieve events for.

\n

Default: 60

" } }, "EventCategories": { "target": "com.amazonaws.neptune#EventCategoriesList", "traits": { "smithy.api#documentation": "

A list of event categories that trigger notifications for a event notification\n subscription.

" } }, "Filters": { "target": "com.amazonaws.neptune#FilterList", "traits": { "smithy.api#documentation": "

This parameter is not currently supported.

" } }, "MaxRecords": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more records exist than the\n specified MaxRecords value, a pagination token called a marker is included in the\n response so that the remaining results can be retrieved.

\n

Default: 100

\n

Constraints: Minimum 20, maximum 100.

" } }, "Marker": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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 MaxRecords.

" } } } }, "com.amazonaws.neptune#DescribeOrderableDBInstanceOptions": { "type": "operation", "input": { "target": "com.amazonaws.neptune#DescribeOrderableDBInstanceOptionsMessage" }, "output": { "target": "com.amazonaws.neptune#OrderableDBInstanceOptionsMessage" }, "traits": { "smithy.api#documentation": "

Returns a list of orderable DB instance options for the specified engine.

", "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": "

The name of the engine to retrieve DB instance options for.

", "smithy.api#required": {} } }, "EngineVersion": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The engine version filter value. Specify this parameter to show only the available\n offerings matching the specified engine version.

" } }, "DBInstanceClass": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The DB instance class filter value. Specify this parameter to show only the available\n offerings matching the specified DB instance class.

" } }, "LicenseModel": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The license model filter value. Specify this parameter to show only the available\n offerings matching the specified license model.

" } }, "Vpc": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

The VPC filter value. Specify this parameter to show only the available VPC or non-VPC\n offerings.

" } }, "Filters": { "target": "com.amazonaws.neptune#FilterList", "traits": { "smithy.api#documentation": "

This parameter is not currently supported.

" } }, "MaxRecords": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more records exist than the\n specified MaxRecords value, a pagination token called a marker is included in the\n response so that the remaining results can be retrieved.

\n

Default: 100

\n

Constraints: Minimum 20, maximum 100.

" } }, "Marker": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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 MaxRecords .

" } } } }, "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": "

Returns a list of resources (for example, DB instances) that have at least one pending\n maintenance action.

", "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": "

The ARN of a resource to return pending maintenance actions for.

" } }, "Filters": { "target": "com.amazonaws.neptune#FilterList", "traits": { "smithy.api#documentation": "

A filter that specifies one or more resources to return pending maintenance actions\n for.

\n

Supported filters:

\n " } }, "Marker": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous\n DescribePendingMaintenanceActions request. If this parameter is specified, the\n response includes only records beyond the marker, up to a number of records specified by\n MaxRecords.

" } }, "MaxRecords": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more records exist than the\n specified MaxRecords value, a pagination token called a marker is included in the\n response so that the remaining results can be retrieved.

\n

Default: 100

\n

Constraints: Minimum 20, maximum 100.

" } } } }, "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": "

You can call DescribeValidDBInstanceModifications\n to learn what modifications you can make to your DB instance. You can use this\n information when you call ModifyDBInstance.

" } }, "com.amazonaws.neptune#DescribeValidDBInstanceModificationsMessage": { "type": "structure", "members": { "DBInstanceIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The customer identifier or the ARN of your DB instance.

", "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": "

The identifier of the Active Directory Domain.

" } }, "Status": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The status of the DB instance's Active Directory Domain membership, such as joined,\n pending-join, failed etc).

" } }, "FQDN": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The fully qualified domain name of the Active Directory Domain.

" } }, "IAMRoleName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the IAM role to be used when making API calls to the Directory Service.

" } } }, "traits": { "smithy.api#documentation": "

An Active Directory Domain membership record associated with a DB instance.

" } }, "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

\n Domain does not refer to an existing Active Directory Domain.

", "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": "

The minimum value in the range.

" } }, "To": { "target": "com.amazonaws.neptune#Double", "traits": { "smithy.api#documentation": "

The maximum value in the range.

" } } }, "traits": { "smithy.api#documentation": "

A range of double values.

" } }, "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": "

Specifies the DNS address of the DB instance.

" } }, "Port": { "target": "com.amazonaws.neptune#Integer", "traits": { "smithy.api#documentation": "

Specifies the port that the database engine is listening on.

" } }, "HostedZoneId": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.

" } } }, "traits": { "smithy.api#documentation": "

Specifies a connection endpoint.

\n\n

For the data structure that represents Amazon Neptune DB cluster endpoints,\n see DBClusterEndpoint.

" } }, "com.amazonaws.neptune#EngineDefaults": { "type": "structure", "members": { "DBParameterGroupFamily": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Specifies the name of the DB parameter group family that the engine default parameters\n apply to.

" } }, "Marker": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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 MaxRecords .

" } }, "Parameters": { "target": "com.amazonaws.neptune#ParametersList", "traits": { "smithy.api#documentation": "

Contains a list of engine default parameters.

" } } }, "traits": { "smithy.api#documentation": "

Contains the result of a successful invocation of the DescribeEngineDefaultParameters action.

" } }, "com.amazonaws.neptune#Event": { "type": "structure", "members": { "SourceIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Provides the identifier for the source of the event.

" } }, "SourceType": { "target": "com.amazonaws.neptune#SourceType", "traits": { "smithy.api#documentation": "

Specifies the source type for this event.

" } }, "Message": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Provides the text of this event.

" } }, "EventCategories": { "target": "com.amazonaws.neptune#EventCategoriesList", "traits": { "smithy.api#documentation": "

Specifies the category for the event.

" } }, "Date": { "target": "com.amazonaws.neptune#TStamp", "traits": { "smithy.api#documentation": "

Specifies the date and time of the event.

" } }, "SourceArn": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the event.

" } } }, "traits": { "smithy.api#documentation": "

This data type is used as a response element in the DescribeEvents\n action.

" } }, "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": "

The source type that the returned categories belong to

" } }, "EventCategories": { "target": "com.amazonaws.neptune#EventCategoriesList", "traits": { "smithy.api#documentation": "

The event categories for the specified source type

" } } }, "traits": { "smithy.api#documentation": "

Contains the results of a successful invocation of the DescribeEventCategories action.

" } }, "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": "

A list of EventCategoriesMap data types.

" } } } }, "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": "

The Amazon customer account associated with the event notification subscription.

" } }, "CustSubscriptionId": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The event notification subscription Id.

" } }, "SnsTopicArn": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The topic ARN of the event notification subscription.

" } }, "Status": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The status of the event notification subscription.

\n

Constraints:

\n

Can be one of the following: creating | modifying | deleting | active | no-permission |\n topic-not-exist

\n

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.

" } }, "SubscriptionCreationTime": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The time the event notification subscription was created.

" } }, "SourceType": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The source type for the event notification subscription.

" } }, "SourceIdsList": { "target": "com.amazonaws.neptune#SourceIdsList", "traits": { "smithy.api#documentation": "

A list of source IDs for the event notification subscription.

" } }, "EventCategoriesList": { "target": "com.amazonaws.neptune#EventCategoriesList", "traits": { "smithy.api#documentation": "

A list of event categories for the event notification subscription.

" } }, "Enabled": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

A Boolean value indicating if the subscription is enabled. True indicates the subscription\n is enabled.

" } }, "EventSubscriptionArn": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the event subscription.

" } } }, "traits": { "smithy.api#documentation": "

Contains the results of a successful invocation of the DescribeEventSubscriptions action.

" } }, "com.amazonaws.neptune#EventSubscriptionQuotaExceededFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.neptune#ExceptionMessage", "traits": { "smithy.api#documentation": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

You have exceeded the number of events you can subscribe to.

", "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": "

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 MaxRecords.

" } }, "EventSubscriptionsList": { "target": "com.amazonaws.neptune#EventSubscriptionsList", "traits": { "smithy.api#documentation": "

A list of EventSubscriptions data types.

" } } } }, "com.amazonaws.neptune#EventsMessage": { "type": "structure", "members": { "Marker": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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 MaxRecords .

" } }, "Events": { "target": "com.amazonaws.neptune#EventList", "traits": { "smithy.api#documentation": "

A list of Event instances.

" } } } }, "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": "

Forces a failover for a DB cluster.

\n

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).

\n

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.

" } }, "com.amazonaws.neptune#FailoverDBClusterMessage": { "type": "structure", "members": { "DBClusterIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

A DB cluster identifier to force a failover for. This parameter is not\n case-sensitive.

\n

Constraints:

\n " } }, "TargetDBInstanceIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the instance to promote to the primary instance.

\n

You must specify the instance identifier for an Read Replica in the DB cluster. For\n example, mydbcluster-replica1.

" } } } }, "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": "

This parameter is not currently supported.

", "smithy.api#required": {} } }, "Values": { "target": "com.amazonaws.neptune#FilterValueList", "traits": { "smithy.api#documentation": "

This parameter is not currently supported.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

This type is not currently supported.

" } }, "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

Request would result in user exceeding the allowed number of DB instances.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

The DB cluster does not have enough capacity for the current operation.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

Specified DB instance class is not available in the specified Availability Zone.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

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.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

The requested operation cannot be performed on the endpoint while the endpoint is in this state.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

The supplied value is not a valid DB cluster snapshot state.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

The DB cluster is not in a valid state.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

The specified DB instance is not in the available state.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

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.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

The state of the DB security group does not allow deletion.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

The state of the DB snapshot does not allow deletion.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

The DB subnet group cannot be deleted because it is in use.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

The DB subnet is not in the available state.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

The event subscription is in an invalid state.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

Cannot restore from vpc backup to non-vpc DB instance.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

The requested subnet is invalid, or multiple subnets were requested that are\n not all in a common VPC.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

DB subnet group does not cover all Availability Zones after it is created\n because users' change.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

Error accessing KMS key.

", "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": "

Lists all tags on an Amazon Neptune resource.

" } }, "com.amazonaws.neptune#ListTagsForResourceMessage": { "type": "structure", "members": { "ResourceName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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 Constructing an\n Amazon Resource Name (ARN).

", "smithy.api#required": {} } }, "Filters": { "target": "com.amazonaws.neptune#FilterList", "traits": { "smithy.api#documentation": "

This parameter is not currently supported.

" } } } }, "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": "

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.

" } }, "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": "

Modifies the properties of an endpoint in an Amazon Neptune DB cluster.

" } }, "com.amazonaws.neptune#ModifyDBClusterEndpointMessage": { "type": "structure", "members": { "DBClusterEndpointIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The identifier of the endpoint to modify. This parameter is stored as a lowercase string.

", "smithy.api#required": {} } }, "EndpointType": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The type of the endpoint. One of: READER, WRITER, ANY.

" } }, "StaticMembers": { "target": "com.amazonaws.neptune#StringList", "traits": { "smithy.api#documentation": "

List of DB instance identifiers that are part of the custom endpoint group.

" } }, "ExcludedMembers": { "target": "com.amazonaws.neptune#StringList", "traits": { "smithy.api#documentation": "

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.

" } } } }, "com.amazonaws.neptune#ModifyDBClusterEndpointOutput": { "type": "structure", "members": { "DBClusterEndpointIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The identifier associated with the endpoint. This parameter is stored as a lowercase string.

" } }, "DBClusterIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is\n stored as a lowercase string.

" } }, "DBClusterEndpointResourceIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

A unique system-generated identifier for an endpoint. It remains the same for the whole life of the endpoint.

" } }, "Endpoint": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The DNS address of the endpoint.

" } }, "Status": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The current status of the endpoint. One of: creating, available, deleting, inactive, modifying. The inactive state applies to an endpoint that cannot be used for a certain kind of cluster,\n such as a writer endpoint for a read-only secondary cluster in a global database.

" } }, "EndpointType": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The type of the endpoint. One of: READER, WRITER, CUSTOM.

" } }, "CustomEndpointType": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The type associated with a custom endpoint. One of: READER,\n WRITER, ANY.

" } }, "StaticMembers": { "target": "com.amazonaws.neptune#StringList", "traits": { "smithy.api#documentation": "

List of DB instance identifiers that are part of the custom endpoint group.

" } }, "ExcludedMembers": { "target": "com.amazonaws.neptune#StringList", "traits": { "smithy.api#documentation": "

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.

" } }, "DBClusterEndpointArn": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the endpoint.

" } } }, "traits": { "smithy.api#documentation": "

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:

\n \n

For the data structure that represents Amazon RDS DB instance endpoints,\n see Endpoint.

" } }, "com.amazonaws.neptune#ModifyDBClusterMessage": { "type": "structure", "members": { "DBClusterIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The DB cluster identifier for the cluster being modified. This parameter is not\n case-sensitive.

\n

Constraints:

\n ", "smithy.api#required": {} } }, "NewDBClusterIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The new DB cluster identifier for the DB cluster when renaming a DB cluster. This value is\n stored as a lowercase string.

\n

Constraints:

\n \n

Example: my-cluster2\n

" } }, "ApplyImmediately": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

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 PreferredMaintenanceWindow setting for the DB cluster. If this parameter is set\n to false, changes to the DB cluster are applied during the next maintenance\n window.

\n

The ApplyImmediately parameter only affects NewDBClusterIdentifier\n values. If you set the ApplyImmediately parameter value to false, then changes to\n NewDBClusterIdentifier values are applied during the next maintenance window.\n All other changes are applied immediately, regardless of the value of the\n ApplyImmediately parameter.

\n

Default: false\n

" } }, "BackupRetentionPeriod": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

The number of days for which automated backups are retained. You must specify a minimum\n value of 1.

\n

Default: 1

\n

Constraints:

\n " } }, "DBClusterParameterGroupName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the DB cluster parameter group to use for the DB cluster.

" } }, "VpcSecurityGroupIds": { "target": "com.amazonaws.neptune#VpcSecurityGroupIdList", "traits": { "smithy.api#documentation": "

A list of VPC security groups that the DB cluster will belong to.

" } }, "Port": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

The port number on which the DB cluster accepts connections.

\n

Constraints: Value must be 1150-65535\n

\n

Default: The same port as the original DB cluster.

" } }, "MasterUserPassword": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Not supported by Neptune.

" } }, "OptionGroupName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

\n Not supported by Neptune.\n

" } }, "PreferredBackupWindow": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The daily time range during which automated backups are created if automated backups are\n enabled, using the BackupRetentionPeriod parameter.

\n

The default is a 30-minute window selected at random from an 8-hour block of time for each\n Amazon Region.

\n

Constraints:

\n " } }, "PreferredMaintenanceWindow": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The weekly time range during which system maintenance can occur, in Universal Coordinated\n Time (UTC).

\n

Format: ddd:hh24:mi-ddd:hh24:mi\n

\n

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.

\n

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.

\n

Constraints: Minimum 30-minute window.

" } }, "EnableIAMDatabaseAuthentication": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

True to enable mapping of Amazon Identity and Access Management (IAM) accounts to database\n accounts, and otherwise false.

\n

Default: false\n

" } }, "CloudwatchLogsExportConfiguration": { "target": "com.amazonaws.neptune#CloudwatchLogsExportConfiguration", "traits": { "smithy.api#documentation": "

The configuration setting for the log types to be enabled for export to CloudWatch Logs\n for a specific DB cluster.

" } }, "EngineVersion": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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 ApplyImmediately parameter is set to true.

\n

For a list of valid engine versions, see Engine Releases for Amazon\n Neptune, or call DescribeDBEngineVersions.

" } }, "DeletionProtection": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

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.

" } }, "CopyTagsToSnapshot": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

\n If set to true, tags are copied to any snapshot of\n the DB cluster that is created.\n

" } } } }, "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": "

Modifies the parameters of a DB cluster parameter group. To modify more than one\n parameter, submit a list of the following: ParameterName,\n ParameterValue, and ApplyMethod. A maximum of 20 parameters can be\n modified in a single request.

\n \n \n

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.

\n
\n \n

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 character_set_database parameter. You can use the Parameter\n Groups option of the Amazon Neptune console or the DescribeDBClusterParameters command to verify that your DB cluster parameter\n group has been created or modified.

\n
" } }, "com.amazonaws.neptune#ModifyDBClusterParameterGroupMessage": { "type": "structure", "members": { "DBClusterParameterGroupName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the DB cluster parameter group to modify.

", "smithy.api#required": {} } }, "Parameters": { "target": "com.amazonaws.neptune#ParametersList", "traits": { "smithy.api#documentation": "

A list of parameters in the DB cluster parameter group to modify.

", "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": "

Adds an attribute and values to, or removes an attribute and values from, a manual DB\n cluster snapshot.

\n

To share a manual DB cluster snapshot with other Amazon accounts, specify\n restore as the AttributeName and use the ValuesToAdd\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 all 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 all 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 ValuesToAdd parameter. You can't use all as a value for that\n parameter in this case.

\n

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 DescribeDBClusterSnapshotAttributes API action.

" } }, "com.amazonaws.neptune#ModifyDBClusterSnapshotAttributeMessage": { "type": "structure", "members": { "DBClusterSnapshotIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The identifier for the DB cluster snapshot to modify the attributes for.

", "smithy.api#required": {} } }, "AttributeName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the DB cluster snapshot attribute to modify.

\n

To manage authorization for other Amazon accounts to copy or restore a manual DB cluster\n snapshot, set this value to restore.

", "smithy.api#required": {} } }, "ValuesToAdd": { "target": "com.amazonaws.neptune#AttributeValueList", "traits": { "smithy.api#documentation": "

A list of DB cluster snapshot attributes to add to the attribute specified by\n AttributeName.

\n

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 all to make the manual DB cluster\n snapshot restorable by any Amazon account. Do not add the all value for any manual\n DB cluster snapshots that contain private information that you don't want available to all AWS\n accounts.

" } }, "ValuesToRemove": { "target": "com.amazonaws.neptune#AttributeValueList", "traits": { "smithy.api#documentation": "

A list of DB cluster snapshot attributes to remove from the attribute specified by\n AttributeName.

\n

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 all to\n remove authorization for any Amazon account to copy or restore the DB cluster snapshot. If you\n specify all, an Amazon account whose account ID is explicitly added to the\n restore attribute can still copy or restore a manual DB cluster snapshot.

" } } } }, "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": "

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 DescribeValidDBInstanceModifications before you call ModifyDBInstance.

" } }, "com.amazonaws.neptune#ModifyDBInstanceMessage": { "type": "structure", "members": { "DBInstanceIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The DB instance identifier. This value is stored as a lowercase string.

\n

Constraints:

\n ", "smithy.api#required": {} } }, "AllocatedStorage": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

Not supported by Neptune.

" } }, "DBInstanceClass": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The new compute and memory capacity of the DB instance, for example,\n db.m4.large. Not all DB instance classes are available in all AWS\n Regions.

\n

If you modify the DB instance class, an outage occurs during the change. The change is\n applied during the next maintenance window, unless ApplyImmediately is specified\n as true for this request.

\n

Default: Uses existing setting

" } }, "DBSubnetGroupName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The new DB subnet group for the DB instance. You can use this parameter to move your DB\n instance to a different VPC.

\n

Changing the subnet group causes an outage during the change. The change is applied during\n the next maintenance window, unless you specify true for the\n ApplyImmediately parameter.

\n

Constraints: If supplied, must match the name of an existing DBSubnetGroup.

\n

Example: mySubnetGroup\n

" } }, "DBSecurityGroups": { "target": "com.amazonaws.neptune#DBSecurityGroupNameList", "traits": { "smithy.api#documentation": "

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.

\n

Constraints:

\n " } }, "VpcSecurityGroupIds": { "target": "com.amazonaws.neptune#VpcSecurityGroupIdList", "traits": { "smithy.api#documentation": "

A list of EC2 VPC security groups to authorize on this DB instance. This change is\n asynchronously applied as soon as possible.

\n

Not applicable. The associated list of EC2 VPC security groups is managed by the DB\n cluster. For more information, see ModifyDBCluster.

\n

Constraints:

\n " } }, "ApplyImmediately": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

Specifies whether the modifications in this request and any pending modifications are\n asynchronously applied as soon as possible, regardless of the\n PreferredMaintenanceWindow setting for the DB instance.

\n

If this parameter is set to false, 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 RebootDBInstance, or the next\n failure reboot.

\n

Default: false\n

" } }, "MasterUserPassword": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Not supported by Neptune.

" } }, "DBParameterGroupName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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.

\n

Default: Uses existing setting

\n

Constraints: The DB parameter group must be in the same DB parameter group family as this\n DB instance.

" } }, "BackupRetentionPeriod": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

Not applicable. The retention period for automated backups is managed by the DB cluster.\n For more information, see ModifyDBCluster.

\n

Default: Uses existing setting

" } }, "PreferredBackupWindow": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The daily time range during which automated backups are created if automated backups are\n enabled.

\n

Not applicable. The daily time range for creating automated backups is managed by the DB\n cluster. For more information, see ModifyDBCluster.

\n

Constraints:

\n " } }, "PreferredMaintenanceWindow": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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.

\n

Default: Uses existing setting

\n

Format: ddd:hh24:mi-ddd:hh24:mi

\n

Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

\n

Constraints: Must be at least 30 minutes

" } }, "MultiAZ": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

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 ApplyImmediately parameter is set to true for this request.

" } }, "EngineVersion": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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 ApplyPendingMaintenanceAction API.

" } }, "AllowMajorVersionUpgrade": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

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.

" } }, "AutoMinorVersionUpgrade": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

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 true during the maintenance window, and a\n newer minor version is available, and Neptune has enabled auto patching for that engine\n version.

" } }, "LicenseModel": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Not supported by Neptune.

" } }, "Iops": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

The new Provisioned IOPS (I/O operations per second) value for the instance.

\n

Changing this setting doesn't result in an outage and the change is applied during the\n next maintenance window unless the ApplyImmediately parameter is set to\n true for this request.

\n

Default: Uses existing setting

" } }, "OptionGroupName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

\n (Not supported by Neptune)\n

" } }, "NewDBInstanceIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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 Apply Immediately to true, or will occur during the next maintenance window if\n Apply Immediately to false. This value is stored as a lowercase string.

\n

Constraints:

\n \n

Example: mydbinstance\n

" } }, "StorageType": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Not supported.

" } }, "TdeCredentialArn": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The ARN from the key store with which to associate the instance for TDE encryption.

" } }, "TdeCredentialPassword": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The password for the given ARN from the key store in order to access the device.

" } }, "CACertificateIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Indicates the certificate that needs to be associated with the instance.

" } }, "Domain": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Not supported.

" } }, "CopyTagsToSnapshot": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

True to copy all tags from the DB instance to snapshots of the DB instance, and otherwise\n false. The default is false.

" } }, "MonitoringInterval": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

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.

\n

If MonitoringRoleArn is specified, then you must also set\n MonitoringInterval to a value other than 0.

\n

Valid Values: 0, 1, 5, 10, 15, 30, 60\n

" } }, "DBPortNumber": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

The port number on which the database accepts connections.

\n

The value of the DBPortNumber parameter must not match any of the port values\n specified for options in the option group for the DB instance.

\n

Your database will restart when you change the DBPortNumber value regardless\n of the value of the ApplyImmediately parameter.

\n

Default: 8182\n

" } }, "PubliclyAccessible": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#deprecated": {}, "smithy.api#documentation": "

This flag should no longer be used.

" } }, "MonitoringRoleArn": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The ARN for the IAM role that permits Neptune to send enhanced monitoring metrics to\n Amazon CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess.

\n

If MonitoringInterval is set to a value other than 0, then you must supply a\n MonitoringRoleArn value.

" } }, "DomainIAMRoleName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Not supported

" } }, "PromotionTier": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

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

Default: 1

\n

Valid Values: 0 - 15

" } }, "EnableIAMDatabaseAuthentication": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

True to enable mapping of Amazon Identity and Access Management (IAM) accounts to database\n accounts, and otherwise false.

\n

You can enable IAM database authentication for the following database engines

\n

Not applicable. Mapping Amazon IAM accounts to database accounts is managed by the DB\n cluster. For more information, see ModifyDBCluster.

\n

Default: false\n

" } }, "EnablePerformanceInsights": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

\n (Not supported by Neptune)\n

" } }, "PerformanceInsightsKMSKeyId": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

\n (Not supported by Neptune)\n

" } }, "CloudwatchLogsExportConfiguration": { "target": "com.amazonaws.neptune#CloudwatchLogsExportConfiguration", "traits": { "smithy.api#documentation": "

The configuration setting for the log types to be enabled for export to CloudWatch Logs\n for a specific DB instance or DB cluster.

" } }, "DeletionProtection": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

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 Deleting\n a DB Instance.

" } } } }, "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": "

Modifies the parameters of a DB parameter group. To modify more than one parameter,\n submit a list of the following: ParameterName, ParameterValue, and\n ApplyMethod. A maximum of 20 parameters can be modified in a single request.

\n \n

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.

\n
\n \n

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 character_set_database parameter. You can use the Parameter\n Groups option of the Amazon Neptune console or the\n DescribeDBParameters command to verify that your DB parameter group has\n been created or modified.

\n
" } }, "com.amazonaws.neptune#ModifyDBParameterGroupMessage": { "type": "structure", "members": { "DBParameterGroupName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the DB parameter group.

\n

Constraints:

\n ", "smithy.api#required": {} } }, "Parameters": { "target": "com.amazonaws.neptune#ParametersList", "traits": { "smithy.api#documentation": "

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.

\n

Valid Values (for the application method): immediate | pending-reboot\n

\n \n

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.

\n
", "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": "

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.

" } }, "com.amazonaws.neptune#ModifyDBSubnetGroupMessage": { "type": "structure", "members": { "DBSubnetGroupName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name for the DB subnet group. This value is stored as a lowercase string. You can't\n modify the default subnet group.

\n

Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.

\n

Example: mySubnetgroup\n

", "smithy.api#required": {} } }, "DBSubnetGroupDescription": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The description for the DB subnet group.

" } }, "SubnetIds": { "target": "com.amazonaws.neptune#SubnetIdentifierList", "traits": { "smithy.api#documentation": "

The EC2 subnet IDs for the DB subnet group.

", "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": "

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 AddSourceIdentifierToSubscription and RemoveSourceIdentifierFromSubscription calls.

\n

You can see a list of the event categories for a given SourceType\n by using the DescribeEventCategories action.

" } }, "com.amazonaws.neptune#ModifyEventSubscriptionMessage": { "type": "structure", "members": { "SubscriptionName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the event notification subscription.

", "smithy.api#required": {} } }, "SnsTopicArn": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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.

" } }, "SourceType": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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.

\n

Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot

" } }, "EventCategories": { "target": "com.amazonaws.neptune#EventCategoriesList", "traits": { "smithy.api#documentation": "

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 DescribeEventCategories action.

" } }, "Enabled": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

A Boolean value; set to true to activate the\n subscription.

" } } } }, "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": "

Not supported by Neptune.

" } }, "Status": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Not supported by Neptune.

" } } }, "traits": { "smithy.api#documentation": "

Not supported by Neptune.

" } }, "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

The designated option group could not be found.

", "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": "

The engine type of a DB instance.

" } }, "EngineVersion": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The engine version of a DB instance.

" } }, "DBInstanceClass": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The DB instance class for a DB instance.

" } }, "LicenseModel": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The license model for a DB instance.

" } }, "AvailabilityZones": { "target": "com.amazonaws.neptune#AvailabilityZoneList", "traits": { "smithy.api#documentation": "

A list of Availability Zones for a DB instance.

" } }, "MultiAZCapable": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

Indicates whether a DB instance is Multi-AZ capable.

" } }, "ReadReplicaCapable": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

Indicates whether a DB instance can have a Read Replica.

" } }, "Vpc": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

Indicates whether a DB instance is in a VPC.

" } }, "SupportsStorageEncryption": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

Indicates whether a DB instance supports encrypted storage.

" } }, "StorageType": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Indicates the storage type for a DB instance.

" } }, "SupportsIops": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

Indicates whether a DB instance supports provisioned IOPS.

" } }, "SupportsEnhancedMonitoring": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

Indicates whether a DB instance supports Enhanced Monitoring at intervals from 1 to 60\n seconds.

" } }, "SupportsIAMDatabaseAuthentication": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

Indicates whether a DB instance supports IAM database authentication.

" } }, "SupportsPerformanceInsights": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

\n (Not supported by Neptune)\n

" } }, "MinStorageSize": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

Minimum storage size for a DB instance.

" } }, "MaxStorageSize": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

Maximum storage size for a DB instance.

" } }, "MinIopsPerDbInstance": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

Minimum total provisioned IOPS for a DB instance.

" } }, "MaxIopsPerDbInstance": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

Maximum total provisioned IOPS for a DB instance.

" } }, "MinIopsPerGib": { "target": "com.amazonaws.neptune#DoubleOptional", "traits": { "smithy.api#documentation": "

Minimum provisioned IOPS per GiB for a DB instance.

" } }, "MaxIopsPerGib": { "target": "com.amazonaws.neptune#DoubleOptional", "traits": { "smithy.api#documentation": "

Maximum provisioned IOPS per GiB for a DB instance.

" } } }, "traits": { "smithy.api#documentation": "

Contains a list of available options for a DB instance.

\n

This data type is used as a response element in the DescribeOrderableDBInstanceOptions action.

" } }, "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": "

An OrderableDBInstanceOption structure\n containing information about orderable options for the DB instance.

" } }, "Marker": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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 MaxRecords .

" } } } }, "com.amazonaws.neptune#Parameter": { "type": "structure", "members": { "ParameterName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Specifies the name of the parameter.

" } }, "ParameterValue": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Specifies the value of the parameter.

" } }, "Description": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Provides a description of the parameter.

" } }, "Source": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Indicates the source of the parameter value.

" } }, "ApplyType": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Specifies the engine specific parameters type.

" } }, "DataType": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Specifies the valid data type for the parameter.

" } }, "AllowedValues": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Specifies the valid range of values for the parameter.

" } }, "IsModifiable": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

Indicates whether (true) or not (false) the parameter can be\n modified. Some parameters have security or operational implications that prevent them from\n being changed.

" } }, "MinimumEngineVersion": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The earliest engine version to which the parameter can apply.

" } }, "ApplyMethod": { "target": "com.amazonaws.neptune#ApplyMethod", "traits": { "smithy.api#documentation": "

Indicates when to apply parameter updates.

" } } }, "traits": { "smithy.api#documentation": "

Specifies a parameter.

" } }, "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": "

Log types that are in the process of being deactivated. After they are\n deactivated, these log types aren't exported to CloudWatch Logs.

" } }, "LogTypesToDisable": { "target": "com.amazonaws.neptune#LogTypeList", "traits": { "smithy.api#documentation": "

Log types that are in the process of being enabled. After they are\n enabled, these log types are exported to CloudWatch Logs.

" } } }, "traits": { "smithy.api#documentation": "

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.

" } }, "com.amazonaws.neptune#PendingMaintenanceAction": { "type": "structure", "members": { "Action": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The type of pending maintenance action that is available for the resource.

" } }, "AutoAppliedAfterDate": { "target": "com.amazonaws.neptune#TStamp", "traits": { "smithy.api#documentation": "

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 next-maintenance opt-in requests are ignored.

" } }, "ForcedApplyDate": { "target": "com.amazonaws.neptune#TStamp", "traits": { "smithy.api#documentation": "

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 immediate opt-in requests are ignored.

" } }, "OptInStatus": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Indicates the type of opt-in request that has been received for the resource.

" } }, "CurrentApplyDate": { "target": "com.amazonaws.neptune#TStamp", "traits": { "smithy.api#documentation": "

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 ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the\n ForcedApplyDate. This value is blank if an opt-in request has not been received\n and nothing has been specified as AutoAppliedAfterDate or\n ForcedApplyDate.

" } }, "Description": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

A description providing more detail about the maintenance action.

" } } }, "traits": { "smithy.api#documentation": "

Provides information about a pending maintenance action for a resource.

" } }, "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": "

A list of the pending maintenance actions for the resource.

" } }, "Marker": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous\n DescribePendingMaintenanceActions request. If this parameter is specified, the\n response includes only records beyond the marker, up to a number of records specified by\n MaxRecords.

" } } } }, "com.amazonaws.neptune#PendingModifiedValues": { "type": "structure", "members": { "DBInstanceClass": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Contains the new DBInstanceClass for the DB instance that will be applied or\n is currently being applied.

" } }, "AllocatedStorage": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

Contains the new AllocatedStorage size for the DB instance that will be\n applied or is currently being applied.

" } }, "MasterUserPassword": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Not supported by Neptune.

" } }, "Port": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

Specifies the pending port for the DB instance.

" } }, "BackupRetentionPeriod": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

Specifies the pending number of days for which automated backups are retained.

" } }, "MultiAZ": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.

" } }, "EngineVersion": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Indicates the database engine version.

" } }, "LicenseModel": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Not supported by Neptune.

" } }, "Iops": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

Specifies the new Provisioned IOPS value for the DB instance that will be applied or is\n currently being applied.

" } }, "DBInstanceIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Contains the new DBInstanceIdentifier for the DB instance that will be\n applied or is currently being applied.

" } }, "StorageType": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Specifies the storage type to be associated with the DB instance.

" } }, "CACertificateIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Specifies the identifier of the CA certificate for the DB instance.

" } }, "DBSubnetGroupName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The new DB subnet group for the DB instance.

" } }, "PendingCloudwatchLogsExports": { "target": "com.amazonaws.neptune#PendingCloudwatchLogsExports", "traits": { "smithy.api#documentation": "

This PendingCloudwatchLogsExports structure specifies\n pending changes to which CloudWatch logs are enabled and which are disabled.

" } } }, "traits": { "smithy.api#documentation": "

This data type is used as a response element in the ModifyDBInstance\n action.

" } }, "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": "

Not supported.

" } }, "com.amazonaws.neptune#PromoteReadReplicaDBClusterMessage": { "type": "structure", "members": { "DBClusterIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Not supported.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

Provisioned IOPS not available in the specified Availability Zone.

", "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": "

The minimum value in the range.

" } }, "To": { "target": "com.amazonaws.neptune#Integer", "traits": { "smithy.api#documentation": "

The maximum value in the range.

" } }, "Step": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

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...

" } } }, "traits": { "smithy.api#documentation": "

A range of integer values.

" } }, "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": "

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.

\n

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.

" } }, "com.amazonaws.neptune#RebootDBInstanceMessage": { "type": "structure", "members": { "DBInstanceIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The DB instance identifier. This parameter is stored as a lowercase string.

\n

Constraints:

\n ", "smithy.api#required": {} } }, "ForceFailover": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

When true, the reboot is conducted through a MultiAZ failover.

\n

Constraint: You can't specify true if the instance is not configured for\n MultiAZ.

" } } } }, "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": "

Disassociates an Identity and Access Management (IAM) role from a DB cluster.

" } }, "com.amazonaws.neptune#RemoveRoleFromDBClusterMessage": { "type": "structure", "members": { "DBClusterIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the DB cluster to disassociate the IAM role from.

", "smithy.api#required": {} } }, "RoleArn": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the IAM role to disassociate from the DB cluster, for\n example arn:aws:iam::123456789012:role/NeptuneAccessRole.

", "smithy.api#required": {} } }, "FeatureName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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 DBEngineVersion.

" } } } }, "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": "

Removes a source identifier from an existing event notification subscription.

" } }, "com.amazonaws.neptune#RemoveSourceIdentifierFromSubscriptionMessage": { "type": "structure", "members": { "SubscriptionName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the event notification subscription you want to remove a source identifier\n from.

", "smithy.api#required": {} } }, "SourceIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The source identifier to be removed from the subscription, such as the DB instance identifier for a DB instance or the name of a security\n group.

", "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": "

Removes metadata tags from an Amazon Neptune resource.

" } }, "com.amazonaws.neptune#RemoveTagsFromResourceMessage": { "type": "structure", "members": { "ResourceName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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 Constructing an\n Amazon Resource Name (ARN).

", "smithy.api#required": {} } }, "TagKeys": { "target": "com.amazonaws.neptune#KeyList", "traits": { "smithy.api#documentation": "

The tag key (name) of the tag to be removed.

", "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": "

Modifies the parameters of a DB cluster parameter group to the default value. To reset\n specific parameters submit a list of the following: ParameterName and\n ApplyMethod. To reset the entire DB cluster parameter group, specify the\n DBClusterParameterGroupName and ResetAllParameters parameters.

\n

When resetting the entire group, dynamic parameters are updated immediately and static\n parameters are set to pending-reboot to take effect on the next DB instance\n restart or RebootDBInstance request. You must call RebootDBInstance for every DB instance in your DB cluster\n that you want the updated static parameter to apply to.

" } }, "com.amazonaws.neptune#ResetDBClusterParameterGroupMessage": { "type": "structure", "members": { "DBClusterParameterGroupName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the DB cluster parameter group to reset.

", "smithy.api#required": {} } }, "ResetAllParameters": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

A value that is set to true to reset all parameters in the DB cluster\n parameter group to their default values, and false otherwise. You can't use this\n parameter if there is a list of parameter names specified for the Parameters\n parameter.

" } }, "Parameters": { "target": "com.amazonaws.neptune#ParametersList", "traits": { "smithy.api#documentation": "

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 ResetAllParameters parameter is set\n to true.

" } } } }, "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": "

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: ParameterName and\n ApplyMethod. To reset the entire DB parameter group, specify the\n DBParameterGroup name and ResetAllParameters parameters. When\n resetting the entire group, dynamic parameters are updated immediately and static parameters\n are set to pending-reboot to take effect on the next DB instance restart or\n RebootDBInstance request.

" } }, "com.amazonaws.neptune#ResetDBParameterGroupMessage": { "type": "structure", "members": { "DBParameterGroupName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the DB parameter group.

\n

Constraints:

\n ", "smithy.api#required": {} } }, "ResetAllParameters": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

Specifies whether (true) or not (false) to reset all parameters\n in the DB parameter group to default values.

\n

Default: true\n

" } }, "Parameters": { "target": "com.amazonaws.neptune#ParametersList", "traits": { "smithy.api#documentation": "

To reset the entire DB parameter group, specify the DBParameterGroup name and\n ResetAllParameters parameters. To reset specific parameters, provide a list of\n the following: ParameterName and ApplyMethod. A maximum of 20\n parameters can be modified in a single request.

\n

Valid Values (for Apply method): pending-reboot\n

" } } } }, "com.amazonaws.neptune#ResourceNotFoundFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.neptune#ExceptionMessage", "traits": { "smithy.api#documentation": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

The specified resource ID was not found.

", "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": "

The ARN of the resource that has pending maintenance actions.

" } }, "PendingMaintenanceActionDetails": { "target": "com.amazonaws.neptune#PendingMaintenanceActionDetails", "traits": { "smithy.api#documentation": "

A list that provides details about the pending maintenance actions for the\n resource.

" } } }, "traits": { "smithy.api#documentation": "

Describes the pending maintenance actions for a resource.

" } }, "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": "

Creates a new DB cluster from a DB snapshot or DB cluster snapshot.

\n

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.

\n

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.

" } }, "com.amazonaws.neptune#RestoreDBClusterFromSnapshotMessage": { "type": "structure", "members": { "AvailabilityZones": { "target": "com.amazonaws.neptune#AvailabilityZones", "traits": { "smithy.api#documentation": "

Provides the list of EC2 Availability Zones that instances in the restored DB cluster can\n be created in.

" } }, "DBClusterIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the DB cluster to create from the DB snapshot or DB cluster snapshot. This\n parameter isn't case-sensitive.

\n

Constraints:

\n \n

Example: my-snapshot-id\n

", "smithy.api#required": {} } }, "SnapshotIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The identifier for the DB snapshot or DB cluster snapshot to restore from.

\n

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.

\n

Constraints:

\n ", "smithy.api#required": {} } }, "Engine": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The database engine to use for the new DB cluster.

\n

Default: The same as source

\n

Constraint: Must be compatible with the engine of the source

", "smithy.api#required": {} } }, "EngineVersion": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The version of the database engine to use for the new DB cluster.

" } }, "Port": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

The port number on which the new DB cluster accepts connections.

\n

Constraints: Value must be 1150-65535\n

\n

Default: The same port as the original DB cluster.

" } }, "DBSubnetGroupName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the DB subnet group to use for the new DB cluster.

\n

Constraints: If supplied, must match the name of an existing DBSubnetGroup.

\n

Example: mySubnetgroup\n

" } }, "DatabaseName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Not supported.

" } }, "OptionGroupName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

\n (Not supported by Neptune)\n

" } }, "VpcSecurityGroupIds": { "target": "com.amazonaws.neptune#VpcSecurityGroupIdList", "traits": { "smithy.api#documentation": "

A list of VPC security groups that the new DB cluster will belong to.

" } }, "Tags": { "target": "com.amazonaws.neptune#TagList", "traits": { "smithy.api#documentation": "

The tags to be assigned to the restored DB cluster.

" } }, "KmsKeyId": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The Amazon KMS key identifier to use when restoring an encrypted DB cluster from a DB\n snapshot or DB cluster snapshot.

\n

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.

\n

If you do not specify a value for the KmsKeyId parameter, then the following\n will occur:

\n " } }, "EnableIAMDatabaseAuthentication": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

True to enable mapping of Amazon Identity and Access Management (IAM) accounts to database\n accounts, and otherwise false.

\n

Default: false\n

" } }, "EnableCloudwatchLogsExports": { "target": "com.amazonaws.neptune#LogTypeList", "traits": { "smithy.api#documentation": "

The list of logs that the restored DB cluster is to export to Amazon CloudWatch Logs.

" } }, "DBClusterParameterGroupName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the DB cluster parameter group to associate with the new DB cluster.

\n

Constraints:

\n " } }, "DeletionProtection": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

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

" } }, "CopyTagsToSnapshot": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

\n If set to true, tags are copied to any snapshot of\n the restored DB cluster that is created.\n

" } } } }, "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": "

Restores a DB cluster to an arbitrary point in time. Users can restore to any point in\n time before LatestRestorableTime for up to BackupRetentionPeriod\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.

\n \n

This action only restores the DB cluster, not the DB instances for that DB cluster. You\n must invoke the CreateDBInstance action to create DB instances for the\n restored DB cluster, specifying the identifier of the restored DB cluster in\n DBClusterIdentifier. You can create DB instances only after the\n RestoreDBClusterToPointInTime action has completed and the DB cluster is\n available.

\n
" } }, "com.amazonaws.neptune#RestoreDBClusterToPointInTimeMessage": { "type": "structure", "members": { "DBClusterIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the new DB cluster to be created.

\n

Constraints:

\n ", "smithy.api#required": {} } }, "RestoreType": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The type of restore to be performed. You can specify one of the following values:

\n \n

If you don't specify a RestoreType value, then the new DB cluster is restored\n as a full copy of the source DB cluster.

" } }, "SourceDBClusterIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The identifier of the source DB cluster from which to restore.

\n

Constraints:

\n ", "smithy.api#required": {} } }, "RestoreToTime": { "target": "com.amazonaws.neptune#TStamp", "traits": { "smithy.api#documentation": "

The date and time to restore the DB cluster to.

\n

Valid Values: Value must be a time in Universal Coordinated Time (UTC) format

\n

Constraints:

\n \n

Example: 2015-03-07T23:45:00Z\n

" } }, "UseLatestRestorableTime": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

A value that is set to true to restore the DB cluster to the latest\n restorable backup time, and false otherwise.

\n

Default: false\n

\n

Constraints: Cannot be specified if RestoreToTime parameter is\n provided.

" } }, "Port": { "target": "com.amazonaws.neptune#IntegerOptional", "traits": { "smithy.api#documentation": "

The port number on which the new DB cluster accepts connections.

\n

Constraints: Value must be 1150-65535\n

\n

Default: The same port as the original DB cluster.

" } }, "DBSubnetGroupName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The DB subnet group name to use for the new DB cluster.

\n

Constraints: If supplied, must match the name of an existing DBSubnetGroup.

\n

Example: mySubnetgroup\n

" } }, "OptionGroupName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

\n (Not supported by Neptune)\n

" } }, "VpcSecurityGroupIds": { "target": "com.amazonaws.neptune#VpcSecurityGroupIdList", "traits": { "smithy.api#documentation": "

A list of VPC security groups that the new DB cluster belongs to.

" } }, "Tags": { "target": "com.amazonaws.neptune#TagList", "traits": { "smithy.api#documentation": "

The tags to be applied to the restored DB cluster.

" } }, "KmsKeyId": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The Amazon KMS key identifier to use when restoring an encrypted DB cluster from an encrypted\n DB cluster.

\n

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.

\n

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 KmsKeyId parameter.

\n

If you do not specify a value for the KmsKeyId parameter, then the following\n will occur:

\n \n

If DBClusterIdentifier refers to a DB cluster that is not encrypted, then the\n restore request is rejected.

" } }, "EnableIAMDatabaseAuthentication": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

True to enable mapping of Amazon Identity and Access Management (IAM) accounts to database\n accounts, and otherwise false.

\n

Default: false\n

" } }, "EnableCloudwatchLogsExports": { "target": "com.amazonaws.neptune#LogTypeList", "traits": { "smithy.api#documentation": "

The list of logs that the restored DB cluster is to export to CloudWatch Logs.

" } }, "DBClusterParameterGroupName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the DB cluster parameter group to associate with the new DB cluster.

\n

Constraints:

\n " } }, "DeletionProtection": { "target": "com.amazonaws.neptune#BooleanOptional", "traits": { "smithy.api#documentation": "

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

" } } } }, "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

The SNS topic is invalid.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

There is no SNS authorization.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

The ARN of the SNS topic could not be found.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

You have exceeded the maximum number of accounts that you can share a manual DB snapshot with.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

Request would result in user exceeding the allowed number of DB snapshots.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

The source could not be found.

", "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": "

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.

" } }, "com.amazonaws.neptune#StartDBClusterMessage": { "type": "structure", "members": { "DBClusterIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The DB cluster identifier of the Neptune DB cluster to be started.\n This parameter is stored as a lowercase string.

", "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": "

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.

\n\n

Neptune also retains the transaction logs so you can do a point-in-time\n restore if necessary.

" } }, "com.amazonaws.neptune#StopDBClusterMessage": { "type": "structure", "members": { "DBClusterIdentifier": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The DB cluster identifier of the Neptune DB cluster to be stopped.\n This parameter is stored as a lowercase string.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

Request would result in user exceeding the allowed amount of storage available across all DB instances.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

\n StorageType specified cannot be associated with the DB Instance.

", "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": "

Specifies the identifier of the subnet.

" } }, "SubnetAvailabilityZone": { "target": "com.amazonaws.neptune#AvailabilityZone", "traits": { "smithy.api#documentation": "

Specifies the EC2 Availability Zone that the subnet is in.

" } }, "SubnetStatus": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

Specifies the status of the subnet.

" } } }, "traits": { "smithy.api#documentation": "

Specifies a subnet.

\n

This data type is used as a response element in the DescribeDBSubnetGroups action.

" } }, "com.amazonaws.neptune#SubnetAlreadyInUse": { "type": "structure", "members": { "message": { "target": "com.amazonaws.neptune#ExceptionMessage", "traits": { "smithy.api#documentation": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

The DB subnet is already in use in the Availability Zone.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

This subscription already exists.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

The designated subscription category could not be found.

", "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": "

A message describing the details of the problem.

" } } }, "traits": { "smithy.api#documentation": "

The designated subscription could not be found.

", "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": "

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}_.:/=+\\\\-]*)$\").

" } }, "Value": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

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}_.:/=+\\\\-]*)$\").

" } } }, "traits": { "smithy.api#documentation": "

Metadata assigned to an Amazon Neptune resource consisting of a key-value pair.

" } }, "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": "

List of tags returned by the ListTagsForResource operation.

" } } } }, "com.amazonaws.neptune#Timezone": { "type": "structure", "members": { "TimezoneName": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the time zone.

" } } }, "traits": { "smithy.api#documentation": "

A time zone associated with a DBInstance.

" } }, "com.amazonaws.neptune#UpgradeTarget": { "type": "structure", "members": { "Engine": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The name of the upgrade target database engine.

" } }, "EngineVersion": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The version number of the upgrade target database engine.

" } }, "Description": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The version of the database engine that a DB instance can be upgraded to.

" } }, "AutoUpgrade": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

A value that indicates whether the target version is applied to any source DB instances\n that have AutoMinorVersionUpgrade set to true.

" } }, "IsMajorVersionUpgrade": { "target": "com.amazonaws.neptune#Boolean", "traits": { "smithy.api#documentation": "

A value that indicates whether a database engine is upgraded to a major version.

" } } }, "traits": { "smithy.api#documentation": "

The version of the database engine that a DB instance can be upgraded to.

" } }, "com.amazonaws.neptune#ValidDBInstanceModificationsMessage": { "type": "structure", "members": { "Storage": { "target": "com.amazonaws.neptune#ValidStorageOptionsList", "traits": { "smithy.api#documentation": "

Valid storage options for your DB instance.

" } } }, "traits": { "smithy.api#documentation": "

Information about valid modifications that you can make to your DB instance. Contains the\n result of a successful call to the DescribeValidDBInstanceModifications\n action. You can use this information when you call ModifyDBInstance.\n

" } }, "com.amazonaws.neptune#ValidStorageOptions": { "type": "structure", "members": { "StorageType": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The valid storage types for your DB instance. For example, gp2, io1.

" } }, "StorageSize": { "target": "com.amazonaws.neptune#RangeList", "traits": { "smithy.api#documentation": "

The valid range of storage in gibibytes. For example, 100 to 16384.

" } }, "ProvisionedIops": { "target": "com.amazonaws.neptune#RangeList", "traits": { "smithy.api#documentation": "

The valid range of provisioned IOPS. For example, 1000-20000.

" } }, "IopsToStorageRatio": { "target": "com.amazonaws.neptune#DoubleRangeList", "traits": { "smithy.api#documentation": "

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.

" } } }, "traits": { "smithy.api#documentation": "

Information about valid modifications that you can make to your DB\n instance.

\n

Contains the result of a successful call to the DescribeValidDBInstanceModifications action.

" } }, "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": "

The name of the VPC security group.

" } }, "Status": { "target": "com.amazonaws.neptune#String", "traits": { "smithy.api#documentation": "

The status of the VPC security group.

" } } }, "traits": { "smithy.api#documentation": "

This data type is used as a response element for queries on VPC security group\n membership.

" } }, "com.amazonaws.neptune#VpcSecurityGroupMembershipList": { "type": "list", "member": { "target": "com.amazonaws.neptune#VpcSecurityGroupMembership", "traits": { "smithy.api#xmlName": "VpcSecurityGroupMembership" } } } } }