{ "version": "2.0", "metadata": { "apiVersion": "2017-04-19", "endpointPrefix": "dax", "jsonVersion": "1.1", "protocol": "json", "serviceAbbreviation": "Amazon DAX", "serviceFullName": "Amazon DynamoDB Accelerator (DAX)", "serviceId": "DAX", "signatureVersion": "v4", "targetPrefix": "AmazonDAXV3", "uid": "dax-2017-04-19" }, "operations": { "CreateCluster": { "name": "CreateCluster", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateClusterRequest" }, "output": { "shape": "CreateClusterResponse" }, "errors": [ { "shape": "ClusterAlreadyExistsFault" }, { "shape": "InvalidClusterStateFault" }, { "shape": "InsufficientClusterCapacityFault" }, { "shape": "SubnetGroupNotFoundFault" }, { "shape": "InvalidParameterGroupStateFault" }, { "shape": "ParameterGroupNotFoundFault" }, { "shape": "ClusterQuotaForCustomerExceededFault" }, { "shape": "NodeQuotaForClusterExceededFault" }, { "shape": "NodeQuotaForCustomerExceededFault" }, { "shape": "InvalidVPCNetworkStateFault" }, { "shape": "TagQuotaPerResourceExceeded" }, { "shape": "ServiceLinkedRoleNotFoundFault" }, { "shape": "InvalidParameterValueException" }, { "shape": "InvalidParameterCombinationException" }, { "shape": "ServiceQuotaExceededException" } ], "documentation": "

Creates a DAX cluster. All nodes in the cluster run the same DAX caching software.

" }, "CreateParameterGroup": { "name": "CreateParameterGroup", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateParameterGroupRequest" }, "output": { "shape": "CreateParameterGroupResponse" }, "errors": [ { "shape": "ParameterGroupQuotaExceededFault" }, { "shape": "ParameterGroupAlreadyExistsFault" }, { "shape": "InvalidParameterGroupStateFault" }, { "shape": "ServiceLinkedRoleNotFoundFault" }, { "shape": "InvalidParameterValueException" }, { "shape": "InvalidParameterCombinationException" } ], "documentation": "

Creates a new parameter group. A parameter group is a collection of parameters that you apply to all of the nodes in a DAX cluster.

" }, "CreateSubnetGroup": { "name": "CreateSubnetGroup", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateSubnetGroupRequest" }, "output": { "shape": "CreateSubnetGroupResponse" }, "errors": [ { "shape": "SubnetGroupAlreadyExistsFault" }, { "shape": "SubnetGroupQuotaExceededFault" }, { "shape": "SubnetQuotaExceededFault" }, { "shape": "InvalidSubnet" }, { "shape": "ServiceLinkedRoleNotFoundFault" } ], "documentation": "

Creates a new subnet group.

" }, "DecreaseReplicationFactor": { "name": "DecreaseReplicationFactor", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DecreaseReplicationFactorRequest" }, "output": { "shape": "DecreaseReplicationFactorResponse" }, "errors": [ { "shape": "ClusterNotFoundFault" }, { "shape": "NodeNotFoundFault" }, { "shape": "InvalidClusterStateFault" }, { "shape": "ServiceLinkedRoleNotFoundFault" }, { "shape": "InvalidParameterValueException" }, { "shape": "InvalidParameterCombinationException" } ], "documentation": "

Removes one or more nodes from a DAX cluster.

You cannot use DecreaseReplicationFactor to remove the last node in a DAX cluster. If you need to do this, use DeleteCluster instead.

" }, "DeleteCluster": { "name": "DeleteCluster", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteClusterRequest" }, "output": { "shape": "DeleteClusterResponse" }, "errors": [ { "shape": "ClusterNotFoundFault" }, { "shape": "InvalidClusterStateFault" }, { "shape": "ServiceLinkedRoleNotFoundFault" }, { "shape": "InvalidParameterValueException" }, { "shape": "InvalidParameterCombinationException" } ], "documentation": "

Deletes a previously provisioned DAX cluster. DeleteCluster deletes all associated nodes, node endpoints and the DAX cluster itself. When you receive a successful response from this action, DAX immediately begins deleting the cluster; you cannot cancel or revert this action.

" }, "DeleteParameterGroup": { "name": "DeleteParameterGroup", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteParameterGroupRequest" }, "output": { "shape": "DeleteParameterGroupResponse" }, "errors": [ { "shape": "InvalidParameterGroupStateFault" }, { "shape": "ParameterGroupNotFoundFault" }, { "shape": "ServiceLinkedRoleNotFoundFault" }, { "shape": "InvalidParameterValueException" }, { "shape": "InvalidParameterCombinationException" } ], "documentation": "

Deletes the specified parameter group. You cannot delete a parameter group if it is associated with any DAX clusters.

" }, "DeleteSubnetGroup": { "name": "DeleteSubnetGroup", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteSubnetGroupRequest" }, "output": { "shape": "DeleteSubnetGroupResponse" }, "errors": [ { "shape": "SubnetGroupInUseFault" }, { "shape": "SubnetGroupNotFoundFault" }, { "shape": "ServiceLinkedRoleNotFoundFault" } ], "documentation": "

Deletes a subnet group.

You cannot delete a subnet group if it is associated with any DAX clusters.

" }, "DescribeClusters": { "name": "DescribeClusters", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeClustersRequest" }, "output": { "shape": "DescribeClustersResponse" }, "errors": [ { "shape": "ClusterNotFoundFault" }, { "shape": "ServiceLinkedRoleNotFoundFault" }, { "shape": "InvalidParameterValueException" }, { "shape": "InvalidParameterCombinationException" } ], "documentation": "

Returns information about all provisioned DAX clusters if no cluster identifier is specified, or about a specific DAX cluster if a cluster identifier is supplied.

If the cluster is in the CREATING state, only cluster level information will be displayed until all of the nodes are successfully provisioned.

If the cluster is in the DELETING state, only cluster level information will be displayed.

If nodes are currently being added to the DAX cluster, node endpoint information and creation time for the additional nodes will not be displayed until they are completely provisioned. When the DAX cluster state is available, the cluster is ready for use.

If nodes are currently being removed from the DAX cluster, no endpoint information for the removed nodes is displayed.

" }, "DescribeDefaultParameters": { "name": "DescribeDefaultParameters", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeDefaultParametersRequest" }, "output": { "shape": "DescribeDefaultParametersResponse" }, "errors": [ { "shape": "ServiceLinkedRoleNotFoundFault" }, { "shape": "InvalidParameterValueException" }, { "shape": "InvalidParameterCombinationException" } ], "documentation": "

Returns the default system parameter information for the DAX caching software.

" }, "DescribeEvents": { "name": "DescribeEvents", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeEventsRequest" }, "output": { "shape": "DescribeEventsResponse" }, "errors": [ { "shape": "ServiceLinkedRoleNotFoundFault" }, { "shape": "InvalidParameterValueException" }, { "shape": "InvalidParameterCombinationException" } ], "documentation": "

Returns events related to DAX clusters and parameter groups. You can obtain events specific to a particular DAX cluster or parameter group by providing the name as a parameter.

By default, only the events occurring within the last 24 hours are returned; however, you can retrieve up to 14 days' worth of events if necessary.

" }, "DescribeParameterGroups": { "name": "DescribeParameterGroups", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeParameterGroupsRequest" }, "output": { "shape": "DescribeParameterGroupsResponse" }, "errors": [ { "shape": "ParameterGroupNotFoundFault" }, { "shape": "ServiceLinkedRoleNotFoundFault" }, { "shape": "InvalidParameterValueException" }, { "shape": "InvalidParameterCombinationException" } ], "documentation": "

Returns a list of parameter group descriptions. If a parameter group name is specified, the list will contain only the descriptions for that group.

" }, "DescribeParameters": { "name": "DescribeParameters", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeParametersRequest" }, "output": { "shape": "DescribeParametersResponse" }, "errors": [ { "shape": "ParameterGroupNotFoundFault" }, { "shape": "ServiceLinkedRoleNotFoundFault" }, { "shape": "InvalidParameterValueException" }, { "shape": "InvalidParameterCombinationException" } ], "documentation": "

Returns the detailed parameter list for a particular parameter group.

" }, "DescribeSubnetGroups": { "name": "DescribeSubnetGroups", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeSubnetGroupsRequest" }, "output": { "shape": "DescribeSubnetGroupsResponse" }, "errors": [ { "shape": "SubnetGroupNotFoundFault" }, { "shape": "ServiceLinkedRoleNotFoundFault" } ], "documentation": "

Returns a list of subnet group descriptions. If a subnet group name is specified, the list will contain only the description of that group.

" }, "IncreaseReplicationFactor": { "name": "IncreaseReplicationFactor", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "IncreaseReplicationFactorRequest" }, "output": { "shape": "IncreaseReplicationFactorResponse" }, "errors": [ { "shape": "ClusterNotFoundFault" }, { "shape": "InvalidClusterStateFault" }, { "shape": "InsufficientClusterCapacityFault" }, { "shape": "InvalidVPCNetworkStateFault" }, { "shape": "NodeQuotaForClusterExceededFault" }, { "shape": "NodeQuotaForCustomerExceededFault" }, { "shape": "ServiceLinkedRoleNotFoundFault" }, { "shape": "InvalidParameterValueException" }, { "shape": "InvalidParameterCombinationException" } ], "documentation": "

Adds one or more nodes to a DAX cluster.

" }, "ListTags": { "name": "ListTags", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListTagsRequest" }, "output": { "shape": "ListTagsResponse" }, "errors": [ { "shape": "ClusterNotFoundFault" }, { "shape": "InvalidARNFault" }, { "shape": "InvalidClusterStateFault" }, { "shape": "ServiceLinkedRoleNotFoundFault" }, { "shape": "InvalidParameterValueException" }, { "shape": "InvalidParameterCombinationException" } ], "documentation": "

List all of the tags for a DAX cluster. You can call ListTags up to 10 times per second, per account.

" }, "RebootNode": { "name": "RebootNode", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "RebootNodeRequest" }, "output": { "shape": "RebootNodeResponse" }, "errors": [ { "shape": "ClusterNotFoundFault" }, { "shape": "NodeNotFoundFault" }, { "shape": "InvalidClusterStateFault" }, { "shape": "ServiceLinkedRoleNotFoundFault" }, { "shape": "InvalidParameterValueException" }, { "shape": "InvalidParameterCombinationException" } ], "documentation": "

Reboots a single node of a DAX cluster. The reboot action takes place as soon as possible. During the reboot, the node status is set to REBOOTING.

RebootNode restarts the DAX engine process and does not remove the contents of the cache.

" }, "TagResource": { "name": "TagResource", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "TagResourceRequest" }, "output": { "shape": "TagResourceResponse" }, "errors": [ { "shape": "ClusterNotFoundFault" }, { "shape": "TagQuotaPerResourceExceeded" }, { "shape": "InvalidARNFault" }, { "shape": "InvalidClusterStateFault" }, { "shape": "ServiceLinkedRoleNotFoundFault" }, { "shape": "InvalidParameterValueException" }, { "shape": "InvalidParameterCombinationException" } ], "documentation": "

Associates a set of tags with a DAX resource. You can call TagResource up to 5 times per second, per account.

" }, "UntagResource": { "name": "UntagResource", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UntagResourceRequest" }, "output": { "shape": "UntagResourceResponse" }, "errors": [ { "shape": "ClusterNotFoundFault" }, { "shape": "InvalidARNFault" }, { "shape": "TagNotFoundFault" }, { "shape": "InvalidClusterStateFault" }, { "shape": "ServiceLinkedRoleNotFoundFault" }, { "shape": "InvalidParameterValueException" }, { "shape": "InvalidParameterCombinationException" } ], "documentation": "

Removes the association of tags from a DAX resource. You can call UntagResource up to 5 times per second, per account.

" }, "UpdateCluster": { "name": "UpdateCluster", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateClusterRequest" }, "output": { "shape": "UpdateClusterResponse" }, "errors": [ { "shape": "InvalidClusterStateFault" }, { "shape": "ClusterNotFoundFault" }, { "shape": "InvalidParameterGroupStateFault" }, { "shape": "ParameterGroupNotFoundFault" }, { "shape": "ServiceLinkedRoleNotFoundFault" }, { "shape": "InvalidParameterValueException" }, { "shape": "InvalidParameterCombinationException" } ], "documentation": "

Modifies the settings for a DAX cluster. You can use this action to change one or more cluster configuration parameters by specifying the parameters and the new values.

" }, "UpdateParameterGroup": { "name": "UpdateParameterGroup", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateParameterGroupRequest" }, "output": { "shape": "UpdateParameterGroupResponse" }, "errors": [ { "shape": "InvalidParameterGroupStateFault" }, { "shape": "ParameterGroupNotFoundFault" }, { "shape": "ServiceLinkedRoleNotFoundFault" }, { "shape": "InvalidParameterValueException" }, { "shape": "InvalidParameterCombinationException" } ], "documentation": "

Modifies the parameters of a parameter group. You can modify up to 20 parameters in a single request by submitting a list parameter name and value pairs.

" }, "UpdateSubnetGroup": { "name": "UpdateSubnetGroup", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateSubnetGroupRequest" }, "output": { "shape": "UpdateSubnetGroupResponse" }, "errors": [ { "shape": "SubnetGroupNotFoundFault" }, { "shape": "SubnetQuotaExceededFault" }, { "shape": "SubnetInUse" }, { "shape": "InvalidSubnet" }, { "shape": "ServiceLinkedRoleNotFoundFault" } ], "documentation": "

Modifies an existing subnet group.

" } }, "shapes": { "AvailabilityZoneList": { "type": "list", "member": { "shape": "String" } }, "ChangeType": { "type": "string", "enum": [ "IMMEDIATE", "REQUIRES_REBOOT" ] }, "Cluster": { "type": "structure", "members": { "ClusterName": { "shape": "String", "documentation": "

The name of the DAX cluster.

" }, "Description": { "shape": "String", "documentation": "

The description of the cluster.

" }, "ClusterArn": { "shape": "String", "documentation": "

The Amazon Resource Name (ARN) that uniquely identifies the cluster.

" }, "TotalNodes": { "shape": "IntegerOptional", "documentation": "

The total number of nodes in the cluster.

" }, "ActiveNodes": { "shape": "IntegerOptional", "documentation": "

The number of nodes in the cluster that are active (i.e., capable of serving requests).

" }, "NodeType": { "shape": "String", "documentation": "

The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)

" }, "Status": { "shape": "String", "documentation": "

The current status of the cluster.

" }, "ClusterDiscoveryEndpoint": { "shape": "Endpoint", "documentation": "

The endpoint for this DAX cluster, consisting of a DNS name, a port number, and a URL. Applications should use the URL to configure the DAX client to find their cluster.

" }, "NodeIdsToRemove": { "shape": "NodeIdentifierList", "documentation": "

A list of nodes to be removed from the cluster.

" }, "Nodes": { "shape": "NodeList", "documentation": "

A list of nodes that are currently in the cluster.

" }, "PreferredMaintenanceWindow": { "shape": "String", "documentation": "

A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

" }, "NotificationConfiguration": { "shape": "NotificationConfiguration", "documentation": "

Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).

" }, "SubnetGroup": { "shape": "String", "documentation": "

The subnet group where the DAX cluster is running.

" }, "SecurityGroups": { "shape": "SecurityGroupMembershipList", "documentation": "

A list of security groups, and the status of each, for the nodes in the cluster.

" }, "IamRoleArn": { "shape": "String", "documentation": "

A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

" }, "ParameterGroup": { "shape": "ParameterGroupStatus", "documentation": "

The parameter group being used by nodes in the cluster.

" }, "SSEDescription": { "shape": "SSEDescription", "documentation": "

The description of the server-side encryption status on the specified DAX cluster.

" }, "ClusterEndpointEncryptionType": { "shape": "ClusterEndpointEncryptionType", "documentation": "

The type of encryption supported by the cluster's endpoint. Values are:

" } }, "documentation": "

Contains all of the attributes of a specific DAX cluster.

" }, "ClusterEndpointEncryptionType": { "type": "string", "enum": [ "NONE", "TLS" ] }, "ClusterList": { "type": "list", "member": { "shape": "Cluster" } }, "ClusterNameList": { "type": "list", "member": { "shape": "String" } }, "CreateClusterRequest": { "type": "structure", "required": [ "ClusterName", "NodeType", "ReplicationFactor", "IamRoleArn" ], "members": { "ClusterName": { "shape": "String", "documentation": "

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

Constraints:

" }, "NodeType": { "shape": "String", "documentation": "

The compute and memory capacity of the nodes in the cluster.

" }, "Description": { "shape": "String", "documentation": "

A description of the cluster.

" }, "ReplicationFactor": { "shape": "Integer", "documentation": "

The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

AWS recommends that you have at least two read replicas per cluster.

" }, "AvailabilityZones": { "shape": "AvailabilityZoneList", "documentation": "

The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.

" }, "SubnetGroupName": { "shape": "String", "documentation": "

The name of the subnet group to be used for the replication group.

DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

" }, "SecurityGroupIds": { "shape": "SecurityGroupIdentifierList", "documentation": "

A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

If this parameter is not specified, DAX assigns the default VPC security group to each node.

" }, "PreferredMaintenanceWindow": { "shape": "String", "documentation": "

Specifies the weekly time range during which maintenance on the DAX cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

Example: sun:05:00-sun:09:00

If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

" }, "NotificationTopicArn": { "shape": "String", "documentation": "

The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

The Amazon SNS topic owner must be same as the DAX cluster owner.

" }, "IamRoleArn": { "shape": "String", "documentation": "

A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

" }, "ParameterGroupName": { "shape": "String", "documentation": "

The parameter group to be associated with the DAX cluster.

" }, "Tags": { "shape": "TagList", "documentation": "

A set of tags to associate with the DAX cluster.

" }, "SSESpecification": { "shape": "SSESpecification", "documentation": "

Represents the settings used to enable server-side encryption on the cluster.

" }, "ClusterEndpointEncryptionType": { "shape": "ClusterEndpointEncryptionType", "documentation": "

The type of encryption the cluster's endpoint should support. Values are:

" } } }, "CreateClusterResponse": { "type": "structure", "members": { "Cluster": { "shape": "Cluster", "documentation": "

A description of the DAX cluster that you have created.

" } } }, "CreateParameterGroupRequest": { "type": "structure", "required": [ "ParameterGroupName" ], "members": { "ParameterGroupName": { "shape": "String", "documentation": "

The name of the parameter group to apply to all of the clusters in this replication group.

" }, "Description": { "shape": "String", "documentation": "

A description of the parameter group.

" } } }, "CreateParameterGroupResponse": { "type": "structure", "members": { "ParameterGroup": { "shape": "ParameterGroup", "documentation": "

Represents the output of a CreateParameterGroup action.

" } } }, "CreateSubnetGroupRequest": { "type": "structure", "required": [ "SubnetGroupName", "SubnetIds" ], "members": { "SubnetGroupName": { "shape": "String", "documentation": "

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

" }, "Description": { "shape": "String", "documentation": "

A description for the subnet group

" }, "SubnetIds": { "shape": "SubnetIdentifierList", "documentation": "

A list of VPC subnet IDs for the subnet group.

" } } }, "CreateSubnetGroupResponse": { "type": "structure", "members": { "SubnetGroup": { "shape": "SubnetGroup", "documentation": "

Represents the output of a CreateSubnetGroup operation.

" } } }, "DecreaseReplicationFactorRequest": { "type": "structure", "required": [ "ClusterName", "NewReplicationFactor" ], "members": { "ClusterName": { "shape": "String", "documentation": "

The name of the DAX cluster from which you want to remove nodes.

" }, "NewReplicationFactor": { "shape": "Integer", "documentation": "

The new number of nodes for the DAX cluster.

" }, "AvailabilityZones": { "shape": "AvailabilityZoneList", "documentation": "

The Availability Zone(s) from which to remove nodes.

" }, "NodeIdsToRemove": { "shape": "NodeIdentifierList", "documentation": "

The unique identifiers of the nodes to be removed from the cluster.

" } } }, "DecreaseReplicationFactorResponse": { "type": "structure", "members": { "Cluster": { "shape": "Cluster", "documentation": "

A description of the DAX cluster, after you have decreased its replication factor.

" } } }, "DeleteClusterRequest": { "type": "structure", "required": [ "ClusterName" ], "members": { "ClusterName": { "shape": "String", "documentation": "

The name of the cluster to be deleted.

" } } }, "DeleteClusterResponse": { "type": "structure", "members": { "Cluster": { "shape": "Cluster", "documentation": "

A description of the DAX cluster that is being deleted.

" } } }, "DeleteParameterGroupRequest": { "type": "structure", "required": [ "ParameterGroupName" ], "members": { "ParameterGroupName": { "shape": "String", "documentation": "

The name of the parameter group to delete.

" } } }, "DeleteParameterGroupResponse": { "type": "structure", "members": { "DeletionMessage": { "shape": "String", "documentation": "

A user-specified message for this action (i.e., a reason for deleting the parameter group).

" } } }, "DeleteSubnetGroupRequest": { "type": "structure", "required": [ "SubnetGroupName" ], "members": { "SubnetGroupName": { "shape": "String", "documentation": "

The name of the subnet group to delete.

" } } }, "DeleteSubnetGroupResponse": { "type": "structure", "members": { "DeletionMessage": { "shape": "String", "documentation": "

A user-specified message for this action (i.e., a reason for deleting the subnet group).

" } } }, "DescribeClustersRequest": { "type": "structure", "members": { "ClusterNames": { "shape": "ClusterNameList", "documentation": "

The names of the DAX clusters being described.

" }, "MaxResults": { "shape": "IntegerOptional", "documentation": "

The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

The value for MaxResults must be between 20 and 100.

" }, "NextToken": { "shape": "String", "documentation": "

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

" } } }, "DescribeClustersResponse": { "type": "structure", "members": { "NextToken": { "shape": "String", "documentation": "

Provides an identifier to allow retrieval of paginated results.

" }, "Clusters": { "shape": "ClusterList", "documentation": "

The descriptions of your DAX clusters, in response to a DescribeClusters request.

" } } }, "DescribeDefaultParametersRequest": { "type": "structure", "members": { "MaxResults": { "shape": "IntegerOptional", "documentation": "

The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

The value for MaxResults must be between 20 and 100.

" }, "NextToken": { "shape": "String", "documentation": "

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

" } } }, "DescribeDefaultParametersResponse": { "type": "structure", "members": { "NextToken": { "shape": "String", "documentation": "

Provides an identifier to allow retrieval of paginated results.

" }, "Parameters": { "shape": "ParameterList", "documentation": "

A list of parameters. Each element in the list represents one parameter.

" } } }, "DescribeEventsRequest": { "type": "structure", "members": { "SourceName": { "shape": "String", "documentation": "

The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

" }, "SourceType": { "shape": "SourceType", "documentation": "

The event source to retrieve events for. If no value is specified, all events are returned.

" }, "StartTime": { "shape": "TStamp", "documentation": "

The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

" }, "EndTime": { "shape": "TStamp", "documentation": "

The end of the time interval for which to retrieve events, specified in ISO 8601 format.

" }, "Duration": { "shape": "IntegerOptional", "documentation": "

The number of minutes' worth of events to retrieve.

" }, "MaxResults": { "shape": "IntegerOptional", "documentation": "

The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

The value for MaxResults must be between 20 and 100.

" }, "NextToken": { "shape": "String", "documentation": "

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

" } } }, "DescribeEventsResponse": { "type": "structure", "members": { "NextToken": { "shape": "String", "documentation": "

Provides an identifier to allow retrieval of paginated results.

" }, "Events": { "shape": "EventList", "documentation": "

An array of events. Each element in the array represents one event.

" } } }, "DescribeParameterGroupsRequest": { "type": "structure", "members": { "ParameterGroupNames": { "shape": "ParameterGroupNameList", "documentation": "

The names of the parameter groups.

" }, "MaxResults": { "shape": "IntegerOptional", "documentation": "

The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

The value for MaxResults must be between 20 and 100.

" }, "NextToken": { "shape": "String", "documentation": "

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

" } } }, "DescribeParameterGroupsResponse": { "type": "structure", "members": { "NextToken": { "shape": "String", "documentation": "

Provides an identifier to allow retrieval of paginated results.

" }, "ParameterGroups": { "shape": "ParameterGroupList", "documentation": "

An array of parameter groups. Each element in the array represents one parameter group.

" } } }, "DescribeParametersRequest": { "type": "structure", "required": [ "ParameterGroupName" ], "members": { "ParameterGroupName": { "shape": "String", "documentation": "

The name of the parameter group.

" }, "Source": { "shape": "String", "documentation": "

How the parameter is defined. For example, system denotes a system-defined parameter.

" }, "MaxResults": { "shape": "IntegerOptional", "documentation": "

The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

The value for MaxResults must be between 20 and 100.

" }, "NextToken": { "shape": "String", "documentation": "

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

" } } }, "DescribeParametersResponse": { "type": "structure", "members": { "NextToken": { "shape": "String", "documentation": "

Provides an identifier to allow retrieval of paginated results.

" }, "Parameters": { "shape": "ParameterList", "documentation": "

A list of parameters within a parameter group. Each element in the list represents one parameter.

" } } }, "DescribeSubnetGroupsRequest": { "type": "structure", "members": { "SubnetGroupNames": { "shape": "SubnetGroupNameList", "documentation": "

The name of the subnet group.

" }, "MaxResults": { "shape": "IntegerOptional", "documentation": "

The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

The value for MaxResults must be between 20 and 100.

" }, "NextToken": { "shape": "String", "documentation": "

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

" } } }, "DescribeSubnetGroupsResponse": { "type": "structure", "members": { "NextToken": { "shape": "String", "documentation": "

Provides an identifier to allow retrieval of paginated results.

" }, "SubnetGroups": { "shape": "SubnetGroupList", "documentation": "

An array of subnet groups. Each element in the array represents a single subnet group.

" } } }, "Endpoint": { "type": "structure", "members": { "Address": { "shape": "String", "documentation": "

The DNS hostname of the endpoint.

" }, "Port": { "shape": "Integer", "documentation": "

The port number that applications should use to connect to the endpoint.

" }, "URL": { "shape": "String", "documentation": "

The URL that applications should use to connect to the endpoint. The default ports are 8111 for the \"dax\" protocol and 9111 for the \"daxs\" protocol.

" } }, "documentation": "

Represents the information required for client programs to connect to the endpoint for a DAX cluster.

" }, "Event": { "type": "structure", "members": { "SourceName": { "shape": "String", "documentation": "

The source of the event. For example, if the event occurred at the node level, the source would be the node ID.

" }, "SourceType": { "shape": "SourceType", "documentation": "

Specifies the origin of this event - a cluster, a parameter group, a node ID, etc.

" }, "Message": { "shape": "String", "documentation": "

A user-defined message associated with the event.

" }, "Date": { "shape": "TStamp", "documentation": "

The date and time when the event occurred.

" } }, "documentation": "

Represents a single occurrence of something interesting within the system. Some examples of events are creating a DAX cluster, adding or removing a node, or rebooting a node.

" }, "EventList": { "type": "list", "member": { "shape": "Event" } }, "IncreaseReplicationFactorRequest": { "type": "structure", "required": [ "ClusterName", "NewReplicationFactor" ], "members": { "ClusterName": { "shape": "String", "documentation": "

The name of the DAX cluster that will receive additional nodes.

" }, "NewReplicationFactor": { "shape": "Integer", "documentation": "

The new number of nodes for the DAX cluster.

" }, "AvailabilityZones": { "shape": "AvailabilityZoneList", "documentation": "

The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.

" } } }, "IncreaseReplicationFactorResponse": { "type": "structure", "members": { "Cluster": { "shape": "Cluster", "documentation": "

A description of the DAX cluster. with its new replication factor.

" } } }, "Integer": { "type": "integer" }, "IntegerOptional": { "type": "integer" }, "IsModifiable": { "type": "string", "enum": [ "TRUE", "FALSE", "CONDITIONAL" ] }, "KeyList": { "type": "list", "member": { "shape": "String" } }, "ListTagsRequest": { "type": "structure", "required": [ "ResourceName" ], "members": { "ResourceName": { "shape": "String", "documentation": "

The name of the DAX resource to which the tags belong.

" }, "NextToken": { "shape": "String", "documentation": "

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.

" } } }, "ListTagsResponse": { "type": "structure", "members": { "Tags": { "shape": "TagList", "documentation": "

A list of tags currently associated with the DAX cluster.

" }, "NextToken": { "shape": "String", "documentation": "

If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.

" } } }, "Node": { "type": "structure", "members": { "NodeId": { "shape": "String", "documentation": "

A system-generated identifier for the node.

" }, "Endpoint": { "shape": "Endpoint", "documentation": "

The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

" }, "NodeCreateTime": { "shape": "TStamp", "documentation": "

The date and time (in UNIX epoch format) when the node was launched.

" }, "AvailabilityZone": { "shape": "String", "documentation": "

The Availability Zone (AZ) in which the node has been deployed.

" }, "NodeStatus": { "shape": "String", "documentation": "

The current status of the node. For example: available.

" }, "ParameterGroupStatus": { "shape": "String", "documentation": "

The status of the parameter group associated with this node. For example, in-sync.

" } }, "documentation": "

Represents an individual node within a DAX cluster.

" }, "NodeIdentifierList": { "type": "list", "member": { "shape": "String" } }, "NodeList": { "type": "list", "member": { "shape": "Node" } }, "NodeTypeSpecificValue": { "type": "structure", "members": { "NodeType": { "shape": "String", "documentation": "

A node type to which the parameter value applies.

" }, "Value": { "shape": "String", "documentation": "

The parameter value for this node type.

" } }, "documentation": "

Represents a parameter value that is applicable to a particular node type.

" }, "NodeTypeSpecificValueList": { "type": "list", "member": { "shape": "NodeTypeSpecificValue" } }, "NotificationConfiguration": { "type": "structure", "members": { "TopicArn": { "shape": "String", "documentation": "

The Amazon Resource Name (ARN) that identifies the topic.

" }, "TopicStatus": { "shape": "String", "documentation": "

The current state of the topic. A value of “active” means that notifications will be sent to the topic. A value of “inactive” means that notifications will not be sent to the topic.

" } }, "documentation": "

Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).

" }, "Parameter": { "type": "structure", "members": { "ParameterName": { "shape": "String", "documentation": "

The name of the parameter.

" }, "ParameterType": { "shape": "ParameterType", "documentation": "

Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.

" }, "ParameterValue": { "shape": "String", "documentation": "

The value for the parameter.

" }, "NodeTypeSpecificValues": { "shape": "NodeTypeSpecificValueList", "documentation": "

A list of node types, and specific parameter values for each node.

" }, "Description": { "shape": "String", "documentation": "

A description of the parameter

" }, "Source": { "shape": "String", "documentation": "

How the parameter is defined. For example, system denotes a system-defined parameter.

" }, "DataType": { "shape": "String", "documentation": "

The data type of the parameter. For example, integer:

" }, "AllowedValues": { "shape": "String", "documentation": "

A range of values within which the parameter can be set.

" }, "IsModifiable": { "shape": "IsModifiable", "documentation": "

Whether the customer is allowed to modify the parameter.

" }, "ChangeType": { "shape": "ChangeType", "documentation": "

The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.

" } }, "documentation": "

Describes an individual setting that controls some aspect of DAX behavior.

" }, "ParameterGroup": { "type": "structure", "members": { "ParameterGroupName": { "shape": "String", "documentation": "

The name of the parameter group.

" }, "Description": { "shape": "String", "documentation": "

A description of the parameter group.

" } }, "documentation": "

A named set of parameters that are applied to all of the nodes in a DAX cluster.

" }, "ParameterGroupList": { "type": "list", "member": { "shape": "ParameterGroup" } }, "ParameterGroupNameList": { "type": "list", "member": { "shape": "String" } }, "ParameterGroupStatus": { "type": "structure", "members": { "ParameterGroupName": { "shape": "String", "documentation": "

The name of the parameter group.

" }, "ParameterApplyStatus": { "shape": "String", "documentation": "

The status of parameter updates.

" }, "NodeIdsToReboot": { "shape": "NodeIdentifierList", "documentation": "

The node IDs of one or more nodes to be rebooted.

" } }, "documentation": "

The status of a parameter group.

" }, "ParameterList": { "type": "list", "member": { "shape": "Parameter" } }, "ParameterNameValue": { "type": "structure", "members": { "ParameterName": { "shape": "String", "documentation": "

The name of the parameter.

" }, "ParameterValue": { "shape": "String", "documentation": "

The value of the parameter.

" } }, "documentation": "

An individual DAX parameter.

" }, "ParameterNameValueList": { "type": "list", "member": { "shape": "ParameterNameValue" } }, "ParameterType": { "type": "string", "enum": [ "DEFAULT", "NODE_TYPE_SPECIFIC" ] }, "RebootNodeRequest": { "type": "structure", "required": [ "ClusterName", "NodeId" ], "members": { "ClusterName": { "shape": "String", "documentation": "

The name of the DAX cluster containing the node to be rebooted.

" }, "NodeId": { "shape": "String", "documentation": "

The system-assigned ID of the node to be rebooted.

" } } }, "RebootNodeResponse": { "type": "structure", "members": { "Cluster": { "shape": "Cluster", "documentation": "

A description of the DAX cluster after a node has been rebooted.

" } } }, "SSEDescription": { "type": "structure", "members": { "Status": { "shape": "SSEStatus", "documentation": "

The current state of server-side encryption:

" } }, "documentation": "

The description of the server-side encryption status on the specified DAX cluster.

" }, "SSEEnabled": { "type": "boolean" }, "SSESpecification": { "type": "structure", "required": [ "Enabled" ], "members": { "Enabled": { "shape": "SSEEnabled", "documentation": "

Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.

" } }, "documentation": "

Represents the settings used to enable server-side encryption.

" }, "SSEStatus": { "type": "string", "enum": [ "ENABLING", "ENABLED", "DISABLING", "DISABLED" ] }, "SecurityGroupIdentifierList": { "type": "list", "member": { "shape": "String" } }, "SecurityGroupMembership": { "type": "structure", "members": { "SecurityGroupIdentifier": { "shape": "String", "documentation": "

The unique ID for this security group.

" }, "Status": { "shape": "String", "documentation": "

The status of this security group.

" } }, "documentation": "

An individual VPC security group and its status.

" }, "SecurityGroupMembershipList": { "type": "list", "member": { "shape": "SecurityGroupMembership" } }, "SourceType": { "type": "string", "enum": [ "CLUSTER", "PARAMETER_GROUP", "SUBNET_GROUP" ] }, "String": { "type": "string" }, "Subnet": { "type": "structure", "members": { "SubnetIdentifier": { "shape": "String", "documentation": "

The system-assigned identifier for the subnet.

" }, "SubnetAvailabilityZone": { "shape": "String", "documentation": "

The Availability Zone (AZ) for the subnet.

" } }, "documentation": "

Represents the subnet associated with a DAX cluster. This parameter refers to subnets defined in Amazon Virtual Private Cloud (Amazon VPC) and used with DAX.

" }, "SubnetGroup": { "type": "structure", "members": { "SubnetGroupName": { "shape": "String", "documentation": "

The name of the subnet group.

" }, "Description": { "shape": "String", "documentation": "

The description of the subnet group.

" }, "VpcId": { "shape": "String", "documentation": "

The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.

" }, "Subnets": { "shape": "SubnetList", "documentation": "

A list of subnets associated with the subnet group.

" } }, "documentation": "

Represents the output of one of the following actions:

" }, "SubnetGroupList": { "type": "list", "member": { "shape": "SubnetGroup" } }, "SubnetGroupNameList": { "type": "list", "member": { "shape": "String" } }, "SubnetIdentifierList": { "type": "list", "member": { "shape": "String" } }, "SubnetList": { "type": "list", "member": { "shape": "Subnet" } }, "TStamp": { "type": "timestamp" }, "Tag": { "type": "structure", "members": { "Key": { "shape": "String", "documentation": "

The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

" }, "Value": { "shape": "String", "documentation": "

The value of the tag. Tag values are case-sensitive and can be null.

" } }, "documentation": "

A description of a tag. Every tag is a key-value pair. You can add up to 50 tags to a single DAX cluster.

AWS-assigned tag names and values are automatically assigned the aws: prefix, which the user cannot assign. AWS-assigned tag names do not count towards the tag limit of 50. User-assigned tag names have the prefix user:.

You cannot backdate the application of a tag.

" }, "TagList": { "type": "list", "member": { "shape": "Tag" } }, "TagResourceRequest": { "type": "structure", "required": [ "ResourceName", "Tags" ], "members": { "ResourceName": { "shape": "String", "documentation": "

The name of the DAX resource to which tags should be added.

" }, "Tags": { "shape": "TagList", "documentation": "

The tags to be assigned to the DAX resource.

" } } }, "TagResourceResponse": { "type": "structure", "members": { "Tags": { "shape": "TagList", "documentation": "

The list of tags that are associated with the DAX resource.

" } } }, "UntagResourceRequest": { "type": "structure", "required": [ "ResourceName", "TagKeys" ], "members": { "ResourceName": { "shape": "String", "documentation": "

The name of the DAX resource from which the tags should be removed.

" }, "TagKeys": { "shape": "KeyList", "documentation": "

A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.

" } } }, "UntagResourceResponse": { "type": "structure", "members": { "Tags": { "shape": "TagList", "documentation": "

The tag keys that have been removed from the cluster.

" } } }, "UpdateClusterRequest": { "type": "structure", "required": [ "ClusterName" ], "members": { "ClusterName": { "shape": "String", "documentation": "

The name of the DAX cluster to be modified.

" }, "Description": { "shape": "String", "documentation": "

A description of the changes being made to the cluster.

" }, "PreferredMaintenanceWindow": { "shape": "String", "documentation": "

A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

" }, "NotificationTopicArn": { "shape": "String", "documentation": "

The Amazon Resource Name (ARN) that identifies the topic.

" }, "NotificationTopicStatus": { "shape": "String", "documentation": "

The current state of the topic. A value of “active” means that notifications will be sent to the topic. A value of “inactive” means that notifications will not be sent to the topic.

" }, "ParameterGroupName": { "shape": "String", "documentation": "

The name of a parameter group for this cluster.

" }, "SecurityGroupIds": { "shape": "SecurityGroupIdentifierList", "documentation": "

A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.

" } } }, "UpdateClusterResponse": { "type": "structure", "members": { "Cluster": { "shape": "Cluster", "documentation": "

A description of the DAX cluster, after it has been modified.

" } } }, "UpdateParameterGroupRequest": { "type": "structure", "required": [ "ParameterGroupName", "ParameterNameValues" ], "members": { "ParameterGroupName": { "shape": "String", "documentation": "

The name of the parameter group.

" }, "ParameterNameValues": { "shape": "ParameterNameValueList", "documentation": "

An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.

record-ttl-millis and query-ttl-millis are the only supported parameter names. For more details, see Configuring TTL Settings.

" } } }, "UpdateParameterGroupResponse": { "type": "structure", "members": { "ParameterGroup": { "shape": "ParameterGroup", "documentation": "

The parameter group that has been modified.

" } } }, "UpdateSubnetGroupRequest": { "type": "structure", "required": [ "SubnetGroupName" ], "members": { "SubnetGroupName": { "shape": "String", "documentation": "

The name of the subnet group.

" }, "Description": { "shape": "String", "documentation": "

A description of the subnet group.

" }, "SubnetIds": { "shape": "SubnetIdentifierList", "documentation": "

A list of subnet IDs in the subnet group.

" } } }, "UpdateSubnetGroupResponse": { "type": "structure", "members": { "SubnetGroup": { "shape": "SubnetGroup", "documentation": "

The subnet group that has been modified.

" } } } }, "documentation": "

DAX is a managed caching service engineered for Amazon DynamoDB. DAX dramatically speeds up database reads by caching frequently-accessed data from DynamoDB, so applications can access that data with sub-millisecond latency. You can create a DAX cluster easily, using the AWS Management Console. With a few simple modifications to your code, your application can begin taking advantage of the DAX cluster and realize significant improvements in read performance.

" }