{
  "version": "2.0",
  "service": "<p><fullname>Amazon DocumentDB elastic clusters</fullname> <p>Amazon DocumentDB elastic-clusters support workloads with millions of reads/writes per second and petabytes of storage capacity. Amazon DocumentDB elastic clusters also simplify how developers interact with Amazon DocumentDB elastic-clusters by eliminating the need to choose, manage or upgrade instances.</p> <p>Amazon DocumentDB elastic-clusters were created to:</p> <ul> <li> <p>provide a solution for customers looking for a database that provides virtually limitless scale with rich query capabilities and MongoDB API compatibility.</p> </li> <li> <p>give customers higher connection limits, and to reduce downtime from patching.</p> </li> <li> <p>continue investing in a cloud-native, elastic, and class leading architecture for JSON workloads.</p> </li> </ul></p>",
  "operations": {
    "ApplyPendingMaintenanceAction": "<p>The type of pending maintenance action to be applied to the resource.</p>",
    "CopyClusterSnapshot": "<p>Copies a snapshot of an elastic cluster.</p>",
    "CreateCluster": "<p>Creates a new Amazon DocumentDB elastic cluster and returns its cluster structure.</p>",
    "CreateClusterSnapshot": "<p>Creates a snapshot of an elastic cluster.</p>",
    "DeleteCluster": "<p>Delete an elastic cluster.</p>",
    "DeleteClusterSnapshot": "<p>Delete an elastic cluster snapshot.</p>",
    "GetCluster": "<p>Returns information about a specific elastic cluster.</p>",
    "GetClusterSnapshot": "<p>Returns information about a specific elastic cluster snapshot</p>",
    "GetPendingMaintenanceAction": "<p>Retrieves all maintenance actions that are pending.</p>",
    "ListClusterSnapshots": "<p>Returns information about snapshots for a specified elastic cluster.</p>",
    "ListClusters": "<p>Returns information about provisioned Amazon DocumentDB elastic clusters.</p>",
    "ListPendingMaintenanceActions": "<p>Retrieves a list of all maintenance actions that are pending.</p>",
    "ListTagsForResource": "<p>Lists all tags on a elastic cluster resource</p>",
    "RestoreClusterFromSnapshot": "<p>Restores an elastic cluster from a snapshot.</p>",
    "StartCluster": "<p>Restarts the stopped elastic cluster that is specified by <code>clusterARN</code>.</p>",
    "StopCluster": "<p>Stops the running elastic cluster that is specified by <code>clusterArn</code>. The elastic cluster must be in the <i>available</i> state. </p>",
    "TagResource": "<p>Adds metadata tags to an elastic cluster resource</p>",
    "UntagResource": "<p>Removes metadata tags from an elastic cluster resource</p>",
    "UpdateCluster": "<p>Modifies an elastic cluster. This includes updating admin-username/password, upgrading the API version, and setting up a backup window and maintenance window</p>"
  },
  "shapes": {
    "AccessDeniedException": {
      "base": "<p>An exception that occurs when there are not sufficient permissions to perform an action.</p>",
      "refs": {
      }
    },
    "ApplyPendingMaintenanceActionInput": {
      "base": null,
      "refs": {
      }
    },
    "ApplyPendingMaintenanceActionOutput": {
      "base": null,
      "refs": {
      }
    },
    "Arn": {
      "base": null,
      "refs": {
        "ListTagsForResourceRequest$resourceArn": "<p>The ARN identifier of the elastic cluster resource.</p>",
        "TagResourceRequest$resourceArn": "<p>The ARN identifier of the elastic cluster resource.</p>",
        "UntagResourceRequest$resourceArn": "<p>The ARN identifier of the elastic cluster resource.</p>"
      }
    },
    "Auth": {
      "base": null,
      "refs": {
        "Cluster$authType": "<p>The authentication type for the elastic cluster.</p>",
        "CreateClusterInput$authType": "<p>The authentication type used to determine where to fetch the password used for accessing the elastic cluster. Valid types are <code>PLAIN_TEXT</code> or <code>SECRET_ARN</code>.</p>",
        "UpdateClusterInput$authType": "<p>The authentication type used to determine where to fetch the password used for accessing the elastic cluster. Valid types are <code>PLAIN_TEXT</code> or <code>SECRET_ARN</code>.</p>"
      }
    },
    "Boolean": {
      "base": null,
      "refs": {
        "CopyClusterSnapshotInput$copyTags": "<p>Set to <code>true</code> to copy all tags from the source cluster snapshot to the target elastic cluster snapshot. The default is <code>false</code>.</p>"
      }
    },
    "Cluster": {
      "base": "<p>Returns information about a specific elastic cluster.</p>",
      "refs": {
        "CreateClusterOutput$cluster": "<p>The new elastic cluster that has been created.</p>",
        "DeleteClusterOutput$cluster": "<p>Returns information about the newly deleted elastic cluster.</p>",
        "GetClusterOutput$cluster": "<p>Returns information about a specific elastic cluster.</p>",
        "RestoreClusterFromSnapshotOutput$cluster": "<p>Returns information about a the restored elastic cluster.</p>",
        "StartClusterOutput$cluster": null,
        "StopClusterOutput$cluster": null,
        "UpdateClusterOutput$cluster": "<p>Returns information about the updated elastic cluster.</p>"
      }
    },
    "ClusterInList": {
      "base": "<p>A list of Amazon DocumentDB elastic clusters.</p>",
      "refs": {
        "ClusterList$member": null
      }
    },
    "ClusterList": {
      "base": null,
      "refs": {
        "ListClustersOutput$clusters": "<p>A list of Amazon DocumentDB elastic clusters.</p>"
      }
    },
    "ClusterSnapshot": {
      "base": "<p>Returns information about a specific elastic cluster snapshot.</p>",
      "refs": {
        "CopyClusterSnapshotOutput$snapshot": null,
        "CreateClusterSnapshotOutput$snapshot": "<p>Returns information about the new elastic cluster snapshot.</p>",
        "DeleteClusterSnapshotOutput$snapshot": "<p>Returns information about the newly deleted elastic cluster snapshot.</p>",
        "GetClusterSnapshotOutput$snapshot": "<p>Returns information about a specific elastic cluster snapshot.</p>"
      }
    },
    "ClusterSnapshotInList": {
      "base": "<p>A list of elastic cluster snapshots.</p>",
      "refs": {
        "ClusterSnapshotList$member": null
      }
    },
    "ClusterSnapshotList": {
      "base": null,
      "refs": {
        "ListClusterSnapshotsOutput$snapshots": "<p>A list of snapshots for a specified elastic cluster.</p>"
      }
    },
    "ConflictException": {
      "base": "<p>There was an access conflict.</p>",
      "refs": {
      }
    },
    "CopyClusterSnapshotInput": {
      "base": null,
      "refs": {
      }
    },
    "CopyClusterSnapshotInputTargetSnapshotNameString": {
      "base": null,
      "refs": {
        "CopyClusterSnapshotInput$targetSnapshotName": "<p>The identifier of the new elastic cluster snapshot to create from the source cluster snapshot. This parameter is not case sensitive.</p> <p>Constraints:</p> <ul> <li> <p>Must contain from 1 to 63 letters, numbers, or hyphens.</p> </li> <li> <p>The first character must be a letter.</p> </li> <li> <p>Cannot end with a hyphen or contain two consecutive hyphens.</p> </li> </ul> <p>Example: <code>elastic-cluster-snapshot-5</code> </p>"
      }
    },
    "CopyClusterSnapshotOutput": {
      "base": null,
      "refs": {
      }
    },
    "CreateClusterInput": {
      "base": null,
      "refs": {
      }
    },
    "CreateClusterOutput": {
      "base": null,
      "refs": {
      }
    },
    "CreateClusterSnapshotInput": {
      "base": null,
      "refs": {
      }
    },
    "CreateClusterSnapshotInputSnapshotNameString": {
      "base": null,
      "refs": {
        "CreateClusterSnapshotInput$snapshotName": "<p>The name of the new elastic cluster snapshot.</p>"
      }
    },
    "CreateClusterSnapshotOutput": {
      "base": null,
      "refs": {
      }
    },
    "DeleteClusterInput": {
      "base": null,
      "refs": {
      }
    },
    "DeleteClusterOutput": {
      "base": null,
      "refs": {
      }
    },
    "DeleteClusterSnapshotInput": {
      "base": null,
      "refs": {
      }
    },
    "DeleteClusterSnapshotOutput": {
      "base": null,
      "refs": {
      }
    },
    "GetClusterInput": {
      "base": null,
      "refs": {
      }
    },
    "GetClusterOutput": {
      "base": null,
      "refs": {
      }
    },
    "GetClusterSnapshotInput": {
      "base": null,
      "refs": {
      }
    },
    "GetClusterSnapshotOutput": {
      "base": null,
      "refs": {
      }
    },
    "GetPendingMaintenanceActionInput": {
      "base": null,
      "refs": {
      }
    },
    "GetPendingMaintenanceActionOutput": {
      "base": null,
      "refs": {
      }
    },
    "InputString": {
      "base": null,
      "refs": {
        "ApplyPendingMaintenanceActionInput$applyAction": "<p>The pending maintenance action to apply to the resource.</p> <p>Valid actions are:</p> <ul> <li> <p> <code>ENGINE_UPDATE<i/> </code> </p> </li> <li> <p> <code>ENGINE_UPGRADE</code> </p> </li> <li> <p> <code>SECURITY_UPDATE</code> </p> </li> <li> <p> <code>OS_UPDATE</code> </p> </li> <li> <p> <code>MASTER_USER_PASSWORD_UPDATE</code> </p> </li> </ul>",
        "ApplyPendingMaintenanceActionInput$applyOn": "<p>A specific date to apply the pending maintenance action. Required if opt-in-type is <code>APPLY_ON</code>. Format: <code>yyyy/MM/dd HH:mm-yyyy/MM/dd HH:mm</code> </p>",
        "ApplyPendingMaintenanceActionInput$resourceArn": "<p>The Amazon DocumentDB Amazon Resource Name (ARN) of the resource to which the pending maintenance action applies.</p>",
        "GetPendingMaintenanceActionInput$resourceArn": "<p>Retrieves pending maintenance actions for a specific Amazon Resource Name (ARN).</p>"
      }
    },
    "Integer": {
      "base": null,
      "refs": {
        "Cluster$backupRetentionPeriod": "<p>The number of days for which automatic snapshots are retained.</p>",
        "Cluster$shardCapacity": "<p>The number of vCPUs assigned to each elastic cluster shard. Maximum is 64. Allowed values are 2, 4, 8, 16, 32, 64.</p>",
        "Cluster$shardCount": "<p>The number of shards assigned to the elastic cluster. Maximum is 32.</p>",
        "Cluster$shardInstanceCount": "<p>The number of replica instances applying to all shards in the cluster. A <code>shardInstanceCount</code> value of 1 means there is one writer instance, and any additional instances are replicas that can be used for reads and to improve availability.</p>",
        "CreateClusterInput$backupRetentionPeriod": "<p>The number of days for which automatic snapshots are retained.</p>",
        "CreateClusterInput$shardCapacity": "<p>The number of vCPUs assigned to each elastic cluster shard. Maximum is 64. Allowed values are 2, 4, 8, 16, 32, 64.</p>",
        "CreateClusterInput$shardCount": "<p>The number of shards assigned to the elastic cluster. Maximum is 32.</p>",
        "CreateClusterInput$shardInstanceCount": "<p>The number of replica instances applying to all shards in the elastic cluster. A <code>shardInstanceCount</code> value of 1 means there is one writer instance, and any additional instances are replicas that can be used for reads and to improve availability.</p>",
        "RestoreClusterFromSnapshotInput$shardCapacity": "<p>The capacity of each shard in the new restored elastic cluster.</p>",
        "RestoreClusterFromSnapshotInput$shardInstanceCount": "<p>The number of replica instances applying to all shards in the elastic cluster. A <code>shardInstanceCount</code> value of 1 means there is one writer instance, and any additional instances are replicas that can be used for reads and to improve availability.</p>",
        "ThrottlingException$retryAfterSeconds": "<p>The number of seconds to wait before retrying the operation.</p>",
        "UpdateClusterInput$backupRetentionPeriod": "<p>The number of days for which automatic snapshots are retained.</p>",
        "UpdateClusterInput$shardCapacity": "<p>The number of vCPUs assigned to each elastic cluster shard. Maximum is 64. Allowed values are 2, 4, 8, 16, 32, 64.</p>",
        "UpdateClusterInput$shardCount": "<p>The number of shards assigned to the elastic cluster. Maximum is 32.</p>",
        "UpdateClusterInput$shardInstanceCount": "<p>The number of replica instances applying to all shards in the elastic cluster. A <code>shardInstanceCount</code> value of 1 means there is one writer instance, and any additional instances are replicas that can be used for reads and to improve availability.</p>"
      }
    },
    "InternalServerException": {
      "base": "<p>There was an internal server error.</p>",
      "refs": {
      }
    },
    "ListClusterSnapshotsInput": {
      "base": null,
      "refs": {
      }
    },
    "ListClusterSnapshotsInputMaxResultsInteger": {
      "base": null,
      "refs": {
        "ListClusterSnapshotsInput$maxResults": "<p>The maximum number of elastic cluster snapshot results to receive in the response.</p>"
      }
    },
    "ListClusterSnapshotsOutput": {
      "base": null,
      "refs": {
      }
    },
    "ListClustersInput": {
      "base": null,
      "refs": {
      }
    },
    "ListClustersInputMaxResultsInteger": {
      "base": null,
      "refs": {
        "ListClustersInput$maxResults": "<p>The maximum number of elastic cluster snapshot results to receive in the response.</p>"
      }
    },
    "ListClustersOutput": {
      "base": null,
      "refs": {
      }
    },
    "ListPendingMaintenanceActionsInput": {
      "base": null,
      "refs": {
      }
    },
    "ListPendingMaintenanceActionsInputMaxResultsInteger": {
      "base": null,
      "refs": {
        "ListPendingMaintenanceActionsInput$maxResults": "<p>The maximum number of results to include in the response. If more records exist than the specified <code>maxResults</code> value, a pagination token (marker) is included in the response so that the remaining results can be retrieved.</p>"
      }
    },
    "ListPendingMaintenanceActionsOutput": {
      "base": null,
      "refs": {
      }
    },
    "ListTagsForResourceRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListTagsForResourceResponse": {
      "base": null,
      "refs": {
      }
    },
    "OptInType": {
      "base": null,
      "refs": {
        "ApplyPendingMaintenanceActionInput$optInType": "<p>A value that specifies the type of opt-in request, or undoes an opt-in request. An opt-in request of type <code>IMMEDIATE</code> can't be undone.</p>"
      }
    },
    "PaginationToken": {
      "base": "<pre><code>Token or cursor used in paginated operations. When this value is provided as operation input, the service returns results from where the previous response left off. When this value is present in operation output, it indicates that there are more results to retrieve. This should be opaque to not expose implementation details and potentially versioned to allow evolution of pagination strategy. </code></pre>",
      "refs": {
        "ListClusterSnapshotsInput$nextToken": "<p>A pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond this token, up to the value specified by <code>max-results</code>.</p> <p>If there is no more data in the responce, the <code>nextToken</code> will not be returned.</p>",
        "ListClusterSnapshotsOutput$nextToken": "<p>A pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond this token, up to the value specified by <code>max-results</code>.</p> <p>If there is no more data in the responce, the <code>nextToken</code> will not be returned.</p>",
        "ListClustersInput$nextToken": "<p>A pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond this token, up to the value specified by <code>max-results</code>.</p> <p>If there is no more data in the responce, the <code>nextToken</code> will not be returned.</p>",
        "ListClustersOutput$nextToken": "<p>A pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond this token, up to the value specified by <code>max-results</code>.</p> <p>If there is no more data in the responce, the <code>nextToken</code> will not be returned.</p>",
        "ListPendingMaintenanceActionsInput$nextToken": "<p>An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>maxResults</code>.</p>",
        "ListPendingMaintenanceActionsOutput$nextToken": "<p>An optional pagination token provided by a previous request. If this parameter is displayed, the responses will include only records beyond the marker, up to the value specified by <code>maxResults</code>.</p>"
      }
    },
    "Password": {
      "base": null,
      "refs": {
        "CreateClusterInput$adminUserPassword": "<p>The password for the Amazon DocumentDB elastic clusters administrator. The password can contain any printable ASCII characters.</p> <p> <i>Constraints</i>:</p> <ul> <li> <p>Must contain from 8 to 100 characters.</p> </li> <li> <p>Cannot contain a forward slash (/), double quote (\"), or the \"at\" symbol (@).</p> </li> </ul>",
        "UpdateClusterInput$adminUserPassword": "<p>The password associated with the elastic cluster administrator. This password can contain any printable ASCII character except forward slash (/), double quote (\"), or the \"at\" symbol (@).</p> <p> <i>Constraints</i>: Must contain from 8 to 100 characters.</p>"
      }
    },
    "PendingMaintenanceActionDetails": {
      "base": "<p>Retrieves the details of maintenance actions that are pending.</p>",
      "refs": {
        "PendingMaintenanceActionDetailsList$member": null
      }
    },
    "PendingMaintenanceActionDetailsList": {
      "base": null,
      "refs": {
        "ResourcePendingMaintenanceAction$pendingMaintenanceActionDetails": "<p>Provides information about a pending maintenance action for a resource.</p>"
      }
    },
    "ResourceNotFoundException": {
      "base": "<p>The specified resource could not be located.</p>",
      "refs": {
      }
    },
    "ResourcePendingMaintenanceAction": {
      "base": "<p>Provides information about a pending maintenance action for a resource.</p>",
      "refs": {
        "ApplyPendingMaintenanceActionOutput$resourcePendingMaintenanceAction": "<p>The output of the pending maintenance action being applied.</p>",
        "GetPendingMaintenanceActionOutput$resourcePendingMaintenanceAction": "<p>Provides information about a pending maintenance action for a resource.</p>",
        "ResourcePendingMaintenanceActionList$member": null
      }
    },
    "ResourcePendingMaintenanceActionList": {
      "base": null,
      "refs": {
        "ListPendingMaintenanceActionsOutput$resourcePendingMaintenanceActions": "<p>Provides information about a pending maintenance action for a resource.</p>"
      }
    },
    "RestoreClusterFromSnapshotInput": {
      "base": null,
      "refs": {
      }
    },
    "RestoreClusterFromSnapshotOutput": {
      "base": null,
      "refs": {
      }
    },
    "ServiceQuotaExceededException": {
      "base": "<p>The service quota for the action was exceeded.</p>",
      "refs": {
      }
    },
    "Shard": {
      "base": "<p>The name of the shard.</p>",
      "refs": {
        "ShardList$member": null
      }
    },
    "ShardList": {
      "base": null,
      "refs": {
        "Cluster$shards": "<p>The total number of shards in the cluster.</p>"
      }
    },
    "SnapshotType": {
      "base": null,
      "refs": {
        "ClusterSnapshot$snapshotType": "<p>The type of cluster snapshots to be returned. You can specify one of the following values:</p> <ul> <li> <p> <code>automated</code> - Return all cluster snapshots that Amazon DocumentDB has automatically created for your Amazon Web Services account.</p> </li> <li> <p> <code>manual</code> - Return all cluster snapshots that you have manually created for your Amazon Web Services account.</p> </li> </ul>"
      }
    },
    "StartClusterInput": {
      "base": null,
      "refs": {
      }
    },
    "StartClusterOutput": {
      "base": null,
      "refs": {
      }
    },
    "Status": {
      "base": null,
      "refs": {
        "Cluster$status": "<p>The status of the elastic cluster.</p>",
        "ClusterInList$status": "<p>The status of the elastic cluster.</p>",
        "ClusterSnapshot$status": "<p>The status of the elastic cluster snapshot.</p>",
        "ClusterSnapshotInList$status": "<p>The status of the elastic cluster snapshot.</p>",
        "Shard$status": "<p>The current status of the shard.</p>"
      }
    },
    "StopClusterInput": {
      "base": null,
      "refs": {
      }
    },
    "StopClusterOutput": {
      "base": null,
      "refs": {
      }
    },
    "String": {
      "base": null,
      "refs": {
        "AccessDeniedException$message": "<p>An error message explaining why access was denied.</p>",
        "Cluster$adminUserName": "<p>The name of the elastic cluster administrator.</p>",
        "Cluster$clusterArn": "<p>The ARN identifier of the elastic cluster.</p>",
        "Cluster$clusterEndpoint": "<p>The URL used to connect to the elastic cluster.</p>",
        "Cluster$clusterName": "<p>The name of the elastic cluster.</p>",
        "Cluster$createTime": "<p>The time when the elastic cluster was created in Universal Coordinated Time (UTC).</p>",
        "Cluster$kmsKeyId": "<p>The KMS key identifier to use to encrypt the elastic cluster.</p>",
        "Cluster$preferredBackupWindow": "<p>The daily time range during which automated backups are created if automated backups are enabled, as determined by <code>backupRetentionPeriod</code>.</p>",
        "Cluster$preferredMaintenanceWindow": "<p>The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).</p> <p> <i>Format</i>: <code>ddd:hh24:mi-ddd:hh24:mi</code> </p>",
        "ClusterInList$clusterArn": "<p>The ARN identifier of the elastic cluster.</p>",
        "ClusterInList$clusterName": "<p>The name of the elastic cluster.</p>",
        "ClusterSnapshot$adminUserName": "<p>The name of the elastic cluster administrator.</p>",
        "ClusterSnapshot$clusterArn": "<p>The ARN identifier of the elastic cluster.</p>",
        "ClusterSnapshot$clusterCreationTime": "<p>The time when the elastic cluster was created in Universal Coordinated Time (UTC).</p>",
        "ClusterSnapshot$kmsKeyId": "<p>The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are creating a cluster using the same Amazon account that owns this KMS encryption key, you can use the KMS key alias instead of the ARN as the KMS encryption key. If an encryption key is not specified here, Amazon DocumentDB uses the default encryption key that KMS creates for your account. Your account has a different default encryption key for each Amazon Region. </p>",
        "ClusterSnapshot$snapshotArn": "<p>The ARN identifier of the elastic cluster snapshot.</p>",
        "ClusterSnapshot$snapshotCreationTime": "<p>The time when the elastic cluster snapshot was created in Universal Coordinated Time (UTC).</p>",
        "ClusterSnapshot$snapshotName": "<p>The name of the elastic cluster snapshot.</p>",
        "ClusterSnapshotInList$clusterArn": "<p>The ARN identifier of the elastic cluster.</p>",
        "ClusterSnapshotInList$snapshotArn": "<p>The ARN identifier of the elastic cluster snapshot.</p>",
        "ClusterSnapshotInList$snapshotCreationTime": "<p>The time when the elastic cluster snapshot was created in Universal Coordinated Time (UTC).</p>",
        "ClusterSnapshotInList$snapshotName": "<p>The name of the elastic cluster snapshot.</p>",
        "ConflictException$message": null,
        "ConflictException$resourceId": "<p>The ID of the resource where there was an access conflict.</p>",
        "ConflictException$resourceType": "<p>The type of the resource where there was an access conflict.</p>",
        "CopyClusterSnapshotInput$kmsKeyId": "<p>The Amazon Web Services KMS key ID for an encrypted elastic cluster snapshot. The Amazon Web Services KMS key ID is the Amazon Resource Name (ARN), Amazon Web Services KMS key identifier, or the Amazon Web Services KMS key alias for the Amazon Web Services KMS encryption key.</p> <p>If you copy an encrypted elastic cluster snapshot from your Amazon Web Services account, you can specify a value for <code>KmsKeyId</code> to encrypt the copy with a new Amazon Web ServicesS KMS encryption key. If you don't specify a value for <code>KmsKeyId</code>, then the copy of the elastic cluster snapshot is encrypted with the same <code>AWS</code> KMS key as the source elastic cluster snapshot.</p> <p>To copy an encrypted elastic cluster snapshot to another Amazon Web Services region, set <code>KmsKeyId</code> to the Amazon Web Services KMS key ID that you want to use to encrypt the copy of the elastic cluster snapshot in the destination region. Amazon Web Services KMS encryption keys are specific to the Amazon Web Services region that they are created in, and you can't use encryption keys from one Amazon Web Services region in another Amazon Web Services region.</p> <p>If you copy an unencrypted elastic cluster snapshot and specify a value for the <code>KmsKeyId</code> parameter, an error is returned.</p>",
        "CopyClusterSnapshotInput$snapshotArn": "<p>The Amazon Resource Name (ARN) identifier of the elastic cluster snapshot.</p>",
        "CreateClusterInput$adminUserName": "<p>The name of the Amazon DocumentDB elastic clusters administrator.</p> <p> <i>Constraints</i>:</p> <ul> <li> <p>Must be from 1 to 63 letters or numbers.</p> </li> <li> <p>The first character must be a letter.</p> </li> <li> <p>Cannot be a reserved word.</p> </li> </ul>",
        "CreateClusterInput$clientToken": "<p>The client token for the elastic cluster.</p>",
        "CreateClusterInput$clusterName": "<p>The name of the new elastic cluster. This parameter is stored as a lowercase string.</p> <p> <i>Constraints</i>:</p> <ul> <li> <p>Must contain from 1 to 63 letters, numbers, or hyphens.</p> </li> <li> <p>The first character must be a letter.</p> </li> <li> <p>Cannot end with a hyphen or contain two consecutive hyphens.</p> </li> </ul> <p> <i>Example</i>: <code>my-cluster</code> </p>",
        "CreateClusterInput$kmsKeyId": "<p>The KMS key identifier to use to encrypt the new elastic cluster.</p> <p>The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are creating a cluster using the same Amazon account that owns this KMS encryption key, you can use the KMS key alias instead of the ARN as the KMS encryption key.</p> <p>If an encryption key is not specified, Amazon DocumentDB uses the default encryption key that KMS creates for your account. Your account has a different default encryption key for each Amazon Region.</p>",
        "CreateClusterInput$preferredBackupWindow": "<p>The daily time range during which automated backups are created if automated backups are enabled, as determined by the <code>backupRetentionPeriod</code>.</p>",
        "CreateClusterInput$preferredMaintenanceWindow": "<p>The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).</p> <p> <i>Format</i>: <code>ddd:hh24:mi-ddd:hh24:mi</code> </p> <p> <i>Default</i>: a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region, occurring on a random day of the week.</p> <p> <i>Valid days</i>: Mon, Tue, Wed, Thu, Fri, Sat, Sun</p> <p> <i>Constraints</i>: Minimum 30-minute window.</p>",
        "CreateClusterSnapshotInput$clusterArn": "<p>The ARN identifier of the elastic cluster of which you want to create a snapshot.</p>",
        "DeleteClusterInput$clusterArn": "<p>The ARN identifier of the elastic cluster that is to be deleted.</p>",
        "DeleteClusterSnapshotInput$snapshotArn": "<p>The ARN identifier of the elastic cluster snapshot that is to be deleted.</p>",
        "GetClusterInput$clusterArn": "<p>The ARN identifier of the elastic cluster.</p>",
        "GetClusterSnapshotInput$snapshotArn": "<p>The ARN identifier of the elastic cluster snapshot.</p>",
        "InternalServerException$message": null,
        "ListClusterSnapshotsInput$clusterArn": "<p>The ARN identifier of the elastic cluster.</p>",
        "ListClusterSnapshotsInput$snapshotType": "<p>The type of cluster snapshots to be returned. You can specify one of the following values:</p> <ul> <li> <p> <code>automated</code> - Return all cluster snapshots that Amazon DocumentDB has automatically created for your Amazon Web Services account.</p> </li> <li> <p> <code>manual</code> - Return all cluster snapshots that you have manually created for your Amazon Web Services account.</p> </li> </ul>",
        "PendingMaintenanceActionDetails$action": "<p>Displays the specific action of a pending maintenance action.</p>",
        "PendingMaintenanceActionDetails$autoAppliedAfterDate": "<p>Displays the date of the maintenance window when the action is applied. The maintenance action is applied to the resource during its first maintenance window after this date. If this date is specified, any <code>NEXT_MAINTENANCE</code> <code>optInType</code> requests are ignored.</p>",
        "PendingMaintenanceActionDetails$currentApplyDate": "<p>Displays the effective date when the pending maintenance action is applied to the resource.</p>",
        "PendingMaintenanceActionDetails$description": "<p>Displays a description providing more detail about the maintenance action.</p>",
        "PendingMaintenanceActionDetails$forcedApplyDate": "<p>Displays the date when the maintenance action is automatically applied. The maintenance action is applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any <code>IMMEDIATE</code> <code>optInType</code> requests are ignored.</p>",
        "PendingMaintenanceActionDetails$optInStatus": "<p>Displays the type of <code>optInType</code> request that has been received for the resource.</p>",
        "ResourceNotFoundException$message": "<p>An error message describing the failure.</p>",
        "ResourceNotFoundException$resourceId": "<p>The ID of the resource that could not be located.</p>",
        "ResourceNotFoundException$resourceType": "<p>The type of the resource that could not be found.</p>",
        "ResourcePendingMaintenanceAction$resourceArn": "<p>The Amazon DocumentDB Amazon Resource Name (ARN) of the resource to which the pending maintenance action applies.</p>",
        "RestoreClusterFromSnapshotInput$clusterName": "<p>The name of the elastic cluster.</p>",
        "RestoreClusterFromSnapshotInput$kmsKeyId": "<p>The KMS key identifier to use to encrypt the new Amazon DocumentDB elastic clusters cluster.</p> <p>The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are creating a cluster using the same Amazon account that owns this KMS encryption key, you can use the KMS key alias instead of the ARN as the KMS encryption key.</p> <p>If an encryption key is not specified here, Amazon DocumentDB uses the default encryption key that KMS creates for your account. Your account has a different default encryption key for each Amazon Region.</p>",
        "RestoreClusterFromSnapshotInput$snapshotArn": "<p>The ARN identifier of the elastic cluster snapshot.</p>",
        "ServiceQuotaExceededException$message": null,
        "Shard$createTime": "<p>The time when the shard was created in Universal Coordinated Time (UTC).</p>",
        "Shard$shardId": "<p>The ID of the shard.</p>",
        "StartClusterInput$clusterArn": "<p>The ARN identifier of the elastic cluster.</p>",
        "StopClusterInput$clusterArn": "<p>The ARN identifier of the elastic cluster.</p>",
        "StringList$member": null,
        "ThrottlingException$message": null,
        "UpdateClusterInput$clientToken": "<p>The client token for the elastic cluster.</p>",
        "UpdateClusterInput$clusterArn": "<p>The ARN identifier of the elastic cluster.</p>",
        "UpdateClusterInput$preferredBackupWindow": "<p>The daily time range during which automated backups are created if automated backups are enabled, as determined by the <code>backupRetentionPeriod</code>.</p>",
        "UpdateClusterInput$preferredMaintenanceWindow": "<p>The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).</p> <p> <i>Format</i>: <code>ddd:hh24:mi-ddd:hh24:mi</code> </p> <p> <i>Default</i>: a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region, occurring on a random day of the week.</p> <p> <i>Valid days</i>: Mon, Tue, Wed, Thu, Fri, Sat, Sun</p> <p> <i>Constraints</i>: Minimum 30-minute window.</p>",
        "ValidationException$message": "<p>An error message describing the validation exception.</p>",
        "ValidationExceptionField$message": "<p>An error message describing the validation exception in this field.</p>",
        "ValidationExceptionField$name": "<p>The name of the field where the validation exception occurred.</p>"
      }
    },
    "StringList": {
      "base": null,
      "refs": {
        "Cluster$subnetIds": "<p>The Amazon EC2 subnet IDs for the elastic cluster.</p>",
        "Cluster$vpcSecurityGroupIds": "<p>A list of EC2 VPC security groups associated with thie elastic cluster.</p>",
        "ClusterSnapshot$subnetIds": "<p>The Amazon EC2 subnet IDs for the elastic cluster.</p>",
        "ClusterSnapshot$vpcSecurityGroupIds": "<p>A list of EC2 VPC security groups to associate with the elastic cluster.</p>",
        "CreateClusterInput$subnetIds": "<p>The Amazon EC2 subnet IDs for the new elastic cluster.</p>",
        "CreateClusterInput$vpcSecurityGroupIds": "<p>A list of EC2 VPC security groups to associate with the new elastic cluster.</p>",
        "RestoreClusterFromSnapshotInput$subnetIds": "<p>The Amazon EC2 subnet IDs for the elastic cluster.</p>",
        "RestoreClusterFromSnapshotInput$vpcSecurityGroupIds": "<p>A list of EC2 VPC security groups to associate with the elastic cluster.</p>",
        "UpdateClusterInput$subnetIds": "<p>The Amazon EC2 subnet IDs for the elastic cluster.</p>",
        "UpdateClusterInput$vpcSecurityGroupIds": "<p>A list of EC2 VPC security groups to associate with the elastic cluster.</p>"
      }
    },
    "TagKey": {
      "base": null,
      "refs": {
        "TagKeyList$member": null,
        "TagMap$key": null
      }
    },
    "TagKeyList": {
      "base": null,
      "refs": {
        "UntagResourceRequest$tagKeys": "<p>The tag keys to be removed from the elastic cluster resource.</p>"
      }
    },
    "TagMap": {
      "base": null,
      "refs": {
        "CopyClusterSnapshotInput$tags": "<p>The tags to be assigned to the elastic cluster snapshot.</p>",
        "CreateClusterInput$tags": "<p>The tags to be assigned to the new elastic cluster.</p>",
        "CreateClusterSnapshotInput$tags": "<p>The tags to be assigned to the new elastic cluster snapshot.</p>",
        "ListTagsForResourceResponse$tags": "<p>The list of tags for the specified elastic cluster resource.</p>",
        "RestoreClusterFromSnapshotInput$tags": "<p>A list of the tag names to be assigned to the restored elastic cluster, in the form of an array of key-value pairs in which the key is the tag name and the value is the key value.</p>",
        "TagResourceRequest$tags": "<p>The tags that are assigned to the elastic cluster resource.</p>"
      }
    },
    "TagResourceRequest": {
      "base": null,
      "refs": {
      }
    },
    "TagResourceResponse": {
      "base": null,
      "refs": {
      }
    },
    "TagValue": {
      "base": null,
      "refs": {
        "TagMap$value": null
      }
    },
    "ThrottlingException": {
      "base": "<p>ThrottlingException will be thrown when request was denied due to request throttling.</p>",
      "refs": {
      }
    },
    "UntagResourceRequest": {
      "base": null,
      "refs": {
      }
    },
    "UntagResourceResponse": {
      "base": null,
      "refs": {
      }
    },
    "UpdateClusterInput": {
      "base": null,
      "refs": {
      }
    },
    "UpdateClusterOutput": {
      "base": null,
      "refs": {
      }
    },
    "ValidationException": {
      "base": "<p>A structure defining a validation exception.</p>",
      "refs": {
      }
    },
    "ValidationExceptionField": {
      "base": "<p>A specific field in which a given validation exception occurred.</p>",
      "refs": {
        "ValidationExceptionFieldList$member": null
      }
    },
    "ValidationExceptionFieldList": {
      "base": null,
      "refs": {
        "ValidationException$fieldList": "<p>A list of the fields in which the validation exception occurred.</p>"
      }
    },
    "ValidationExceptionReason": {
      "base": null,
      "refs": {
        "ValidationException$reason": "<p>The reason why the validation exception occurred (one of <code>unknownOperation</code>, <code>cannotParse</code>, <code>fieldValidationFailed</code>, or <code>other</code>).</p>"
      }
    }
  }
}
