Module Awso_dax_syncSource

include module type of struct include Awso_dax.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval serviceAbbreviation : string
Sourceval targetPrefix : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]
Sourcemodule NetworkTypeList = Awso_dax.Values.NetworkTypeList

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

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.

Sourcemodule NodeTypeSpecificValue = Awso_dax.Values.NodeTypeSpecificValue

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

Represents an individual node within a DAX cluster.

Sourcemodule NodeIdentifierList = Awso_dax.Values.NodeIdentifierList
Sourcemodule SecurityGroupMembership = Awso_dax.Values.SecurityGroupMembership

An individual VPC security group and its status.

Sourcemodule NodeTypeSpecificValueList = Awso_dax.Values.NodeTypeSpecificValueList
Sourcemodule ClusterEndpointEncryptionType = Awso_dax.Values.ClusterEndpointEncryptionType
Sourcemodule IntegerOptional = Awso_dax.Values.IntegerOptional
Sourcemodule NotificationConfiguration = Awso_dax.Values.NotificationConfiguration

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

Sourcemodule ParameterGroupStatus = Awso_dax.Values.ParameterGroupStatus

The status of a parameter group.

Sourcemodule SSEDescription = Awso_dax.Values.SSEDescription

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

Sourcemodule SecurityGroupMembershipList = Awso_dax.Values.SecurityGroupMembershipList
Sourcemodule AwsQueryErrorMessage = Awso_dax.Values.AwsQueryErrorMessage
Sourcemodule ParameterNameValue = Awso_dax.Values.ParameterNameValue

An individual DAX parameter.

A description of a tag. Every tag is a key-value pair. You can add up to 50 tags to a single DAX cluster. Amazon Web Services-assigned tag names and values are automatically assigned the aws: prefix, which the user cannot assign. Amazon Web Services-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.

Represents the output of one of the following actions: CreateSubnetGroup ModifySubnetGroup

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

Sourcemodule ParameterGroup = Awso_dax.Values.ParameterGroup

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

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.

Contains all of the attributes of a specific DAX cluster.

An invalid subnet identifier was specified.

Sourcemodule ServiceLinkedRoleNotFoundFault = Awso_dax.Values.ServiceLinkedRoleNotFoundFault

The specified service linked role (SLR) was not found.

Sourcemodule SubnetGroupNotFoundFault = Awso_dax.Values.SubnetGroupNotFoundFault

The requested subnet group name does not refer to an existing subnet group.

The requested subnet is being used by another subnet group.

Sourcemodule SubnetNotAllowedFault = Awso_dax.Values.SubnetNotAllowedFault

The specified subnet can't be used for the requested network type. This error occurs when either there aren't enough subnets of the required network type to create the cluster, or when you try to use a subnet that doesn't support the requested network type (for example, trying to create a dual-stack cluster with a subnet that doesn't have IPv6 CIDR).

Sourcemodule SubnetQuotaExceededFault = Awso_dax.Values.SubnetQuotaExceededFault

The request cannot be processed because it would exceed the allowed number of subnets in a subnet group.

Sourcemodule SubnetIdentifierList = Awso_dax.Values.SubnetIdentifierList
Sourcemodule InvalidParameterCombinationException = Awso_dax.Values.InvalidParameterCombinationException

Two or more incompatible parameters were specified.

Sourcemodule InvalidParameterGroupStateFault = Awso_dax.Values.InvalidParameterGroupStateFault

One or more parameters in a parameter group are in an invalid state.

Sourcemodule InvalidParameterValueException = Awso_dax.Values.InvalidParameterValueException

The value for a parameter is invalid.

Sourcemodule ParameterGroupNotFoundFault = Awso_dax.Values.ParameterGroupNotFoundFault

The specified parameter group does not exist.

Sourcemodule ParameterNameValueList = Awso_dax.Values.ParameterNameValueList
Sourcemodule ClusterNotFoundFault = Awso_dax.Values.ClusterNotFoundFault

The requested cluster ID does not refer to an existing DAX cluster.

Sourcemodule InvalidClusterStateFault = Awso_dax.Values.InvalidClusterStateFault

The requested DAX cluster is not in the available state.

Sourcemodule SecurityGroupIdentifierList = Awso_dax.Values.SecurityGroupIdentifierList
Sourcemodule InvalidARNFault = Awso_dax.Values.InvalidARNFault

The Amazon Resource Name (ARN) supplied in the request is not valid.

Sourcemodule TagNotFoundFault = Awso_dax.Values.TagNotFoundFault

The tag does not exist.

Sourcemodule TagQuotaPerResourceExceeded = Awso_dax.Values.TagQuotaPerResourceExceeded

You have exceeded the maximum number of tags for this DAX cluster.

Sourcemodule NodeNotFoundFault = Awso_dax.Values.NodeNotFoundFault

None of the nodes in the cluster have the given node ID.

Sourcemodule InsufficientClusterCapacityFault = Awso_dax.Values.InsufficientClusterCapacityFault

There are not enough system resources to create the cluster you requested (or to resize an already-existing cluster).

Sourcemodule InvalidVPCNetworkStateFault = Awso_dax.Values.InvalidVPCNetworkStateFault

The VPC network is in an invalid state.

Sourcemodule NodeQuotaForClusterExceededFault = Awso_dax.Values.NodeQuotaForClusterExceededFault

You have attempted to exceed the maximum number of nodes for a DAX cluster.

Sourcemodule NodeQuotaForCustomerExceededFault = Awso_dax.Values.NodeQuotaForCustomerExceededFault

You have attempted to exceed the maximum number of nodes for your Amazon Web Services account.

Sourcemodule AvailabilityZoneList = Awso_dax.Values.AvailabilityZoneList
Sourcemodule SubnetGroupList = Awso_dax.Values.SubnetGroupList
Sourcemodule SubnetGroupNameList = Awso_dax.Values.SubnetGroupNameList
Sourcemodule ParameterGroupList = Awso_dax.Values.ParameterGroupList
Sourcemodule ParameterGroupNameList = Awso_dax.Values.ParameterGroupNameList
Sourcemodule ClusterNameList = Awso_dax.Values.ClusterNameList
Sourcemodule SubnetGroupInUseFault = Awso_dax.Values.SubnetGroupInUseFault

The specified subnet group is currently in use.

Sourcemodule SubnetGroupAlreadyExistsFault = Awso_dax.Values.SubnetGroupAlreadyExistsFault

The specified subnet group already exists.

Sourcemodule SubnetGroupQuotaExceededFault = Awso_dax.Values.SubnetGroupQuotaExceededFault

The request cannot be processed because it would exceed the allowed number of subnets in a subnet group.

Sourcemodule ParameterGroupAlreadyExistsFault = Awso_dax.Values.ParameterGroupAlreadyExistsFault

The specified parameter group already exists.

Sourcemodule ParameterGroupQuotaExceededFault = Awso_dax.Values.ParameterGroupQuotaExceededFault

You have attempted to exceed the maximum number of parameter groups.

Sourcemodule ClusterAlreadyExistsFault = Awso_dax.Values.ClusterAlreadyExistsFault

You already have a DAX cluster with the given identifier.

Sourcemodule ClusterQuotaForCustomerExceededFault = Awso_dax.Values.ClusterQuotaForCustomerExceededFault

You have attempted to exceed the maximum number of DAX clusters for your Amazon Web Services account.

Sourcemodule ServiceQuotaExceededException = Awso_dax.Values.ServiceQuotaExceededException

You have reached the maximum number of x509 certificates that can be created for encrypted clusters in a 30 day period. Contact Amazon Web Services customer support to discuss options for continuing to create encrypted clusters.

Sourcemodule SSESpecification = Awso_dax.Values.SSESpecification

Represents the settings used to enable server-side encryption.

Sourcemodule UpdateSubnetGroupResponse = Awso_dax.Values.UpdateSubnetGroupResponse

Modifies an existing subnet group.

Sourcemodule UpdateSubnetGroupRequest = Awso_dax.Values.UpdateSubnetGroupRequest

Modifies an existing subnet group.

Sourcemodule UpdateParameterGroupResponse = Awso_dax.Values.UpdateParameterGroupResponse

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.

Sourcemodule UpdateParameterGroupRequest = Awso_dax.Values.UpdateParameterGroupRequest

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.

Sourcemodule UpdateClusterResponse = Awso_dax.Values.UpdateClusterResponse

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.

Sourcemodule UpdateClusterRequest = Awso_dax.Values.UpdateClusterRequest

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.

Sourcemodule UntagResourceResponse = Awso_dax.Values.UntagResourceResponse

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

Sourcemodule UntagResourceRequest = Awso_dax.Values.UntagResourceRequest

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

Sourcemodule TagResourceResponse = Awso_dax.Values.TagResourceResponse

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

Sourcemodule TagResourceRequest = Awso_dax.Values.TagResourceRequest

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

Sourcemodule RebootNodeResponse = Awso_dax.Values.RebootNodeResponse

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.

Sourcemodule RebootNodeRequest = Awso_dax.Values.RebootNodeRequest

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.

Sourcemodule ListTagsResponse = Awso_dax.Values.ListTagsResponse

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

Sourcemodule ListTagsRequest = Awso_dax.Values.ListTagsRequest

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

Sourcemodule IncreaseReplicationFactorResponse = Awso_dax.Values.IncreaseReplicationFactorResponse

Adds one or more nodes to a DAX cluster.

Sourcemodule IncreaseReplicationFactorRequest = Awso_dax.Values.IncreaseReplicationFactorRequest

Adds one or more nodes to a DAX cluster.

Sourcemodule DescribeSubnetGroupsResponse = Awso_dax.Values.DescribeSubnetGroupsResponse

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

Sourcemodule DescribeSubnetGroupsRequest = Awso_dax.Values.DescribeSubnetGroupsRequest

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

Sourcemodule DescribeParametersResponse = Awso_dax.Values.DescribeParametersResponse

Returns the detailed parameter list for a particular parameter group.

Sourcemodule DescribeParametersRequest = Awso_dax.Values.DescribeParametersRequest

Returns the detailed parameter list for a particular parameter group.

Sourcemodule DescribeParameterGroupsResponse = Awso_dax.Values.DescribeParameterGroupsResponse

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

Sourcemodule DescribeParameterGroupsRequest = Awso_dax.Values.DescribeParameterGroupsRequest

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

Sourcemodule DescribeEventsResponse = Awso_dax.Values.DescribeEventsResponse

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.

Sourcemodule DescribeEventsRequest = Awso_dax.Values.DescribeEventsRequest

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.

Sourcemodule DescribeDefaultParametersResponse = Awso_dax.Values.DescribeDefaultParametersResponse

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

Sourcemodule DescribeDefaultParametersRequest = Awso_dax.Values.DescribeDefaultParametersRequest

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

Sourcemodule DescribeClustersResponse = Awso_dax.Values.DescribeClustersResponse

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.

Sourcemodule DescribeClustersRequest = Awso_dax.Values.DescribeClustersRequest

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.

Sourcemodule DeleteSubnetGroupResponse = Awso_dax.Values.DeleteSubnetGroupResponse

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

Sourcemodule DeleteSubnetGroupRequest = Awso_dax.Values.DeleteSubnetGroupRequest

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

Sourcemodule DeleteParameterGroupResponse = Awso_dax.Values.DeleteParameterGroupResponse

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

Sourcemodule DeleteParameterGroupRequest = Awso_dax.Values.DeleteParameterGroupRequest

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

Sourcemodule DeleteClusterResponse = Awso_dax.Values.DeleteClusterResponse

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.

Sourcemodule DeleteClusterRequest = Awso_dax.Values.DeleteClusterRequest

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.

Sourcemodule DecreaseReplicationFactorResponse = Awso_dax.Values.DecreaseReplicationFactorResponse

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.

Sourcemodule DecreaseReplicationFactorRequest = Awso_dax.Values.DecreaseReplicationFactorRequest

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.

Sourcemodule CreateSubnetGroupResponse = Awso_dax.Values.CreateSubnetGroupResponse

Creates a new subnet group.

Sourcemodule CreateSubnetGroupRequest = Awso_dax.Values.CreateSubnetGroupRequest

Creates a new subnet group.

Sourcemodule CreateParameterGroupResponse = Awso_dax.Values.CreateParameterGroupResponse

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.

Sourcemodule CreateParameterGroupRequest = Awso_dax.Values.CreateParameterGroupRequest

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.

Sourcemodule CreateClusterResponse = Awso_dax.Values.CreateClusterResponse

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

Sourcemodule CreateClusterRequest = Awso_dax.Values.CreateClusterRequest

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