package dax
- Alphabetic
- By Inheritance
- dax
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- type AvailabilityZoneList = Array[String]
- type ChangeType = String
-
trait
Cluster extends Object
Contains all of the attributes of a specific DAX cluster.
Contains all of the attributes of a specific DAX cluster.
- Annotations
- @RawJSType() @native()
- type ClusterList = Array[Cluster]
- type ClusterNameList = Array[String]
-
trait
CreateClusterRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
CreateClusterResponse extends Object
- Annotations
- @RawJSType() @native()
-
trait
CreateParameterGroupRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
CreateParameterGroupResponse extends Object
- Annotations
- @RawJSType() @native()
-
trait
CreateSubnetGroupRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
CreateSubnetGroupResponse extends Object
- Annotations
- @RawJSType() @native()
-
class
DAX extends Object
- Annotations
- @RawJSType() @native() @JSImport( "aws-sdk" , "DAX" )
- implicit final class DAXOps extends AnyVal
-
trait
DecreaseReplicationFactorRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
DecreaseReplicationFactorResponse extends Object
- Annotations
- @RawJSType() @native()
-
trait
DeleteClusterRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
DeleteClusterResponse extends Object
- Annotations
- @RawJSType() @native()
-
trait
DeleteParameterGroupRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
DeleteParameterGroupResponse extends Object
- Annotations
- @RawJSType() @native()
-
trait
DeleteSubnetGroupRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
DeleteSubnetGroupResponse extends Object
- Annotations
- @RawJSType() @native()
-
trait
DescribeClustersRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
DescribeClustersResponse extends Object
- Annotations
- @RawJSType() @native()
-
trait
DescribeDefaultParametersRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
DescribeDefaultParametersResponse extends Object
- Annotations
- @RawJSType() @native()
-
trait
DescribeEventsRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
DescribeEventsResponse extends Object
- Annotations
- @RawJSType() @native()
-
trait
DescribeParameterGroupsRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
DescribeParameterGroupsResponse extends Object
- Annotations
- @RawJSType() @native()
-
trait
DescribeParametersRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
DescribeParametersResponse extends Object
- Annotations
- @RawJSType() @native()
-
trait
DescribeSubnetGroupsRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
DescribeSubnetGroupsResponse extends Object
- Annotations
- @RawJSType() @native()
-
trait
Endpoint extends Object
Represents the information required for client programs to connect to the configuration endpoint for a DAX cluster, or to an individual node within the cluster.
Represents the information required for client programs to connect to the configuration endpoint for a DAX cluster, or to an individual node within the cluster.
- Annotations
- @RawJSType() @native()
-
trait
Event extends Object
Represents a single occurrence of something interesting within the system.
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.
- Annotations
- @RawJSType() @native()
- type EventList = Array[Event]
-
trait
IncreaseReplicationFactorRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
IncreaseReplicationFactorResponse extends Object
- Annotations
- @RawJSType() @native()
- type IntegerOptional = Int
- type IsModifiable = String
- type KeyList = Array[String]
-
trait
ListTagsRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
ListTagsResponse extends Object
- Annotations
- @RawJSType() @native()
-
trait
Node extends Object
Represents an individual node within a DAX cluster.
Represents an individual node within a DAX cluster.
- Annotations
- @RawJSType() @native()
- type NodeIdentifierList = Array[String]
- type NodeList = Array[Node]
-
trait
NodeTypeSpecificValue extends Object
Represents a parameter value that is applicable to a particular node type.
Represents a parameter value that is applicable to a particular node type.
- Annotations
- @RawJSType() @native()
- type NodeTypeSpecificValueList = Array[NodeTypeSpecificValue]
-
trait
NotificationConfiguration extends Object
Describes a notification topic and its status.
Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).
- Annotations
- @RawJSType() @native()
-
trait
Parameter extends Object
Describes an individual setting that controls some aspect of DAX behavior.
Describes an individual setting that controls some aspect of DAX behavior.
- Annotations
- @RawJSType() @native()
-
trait
ParameterGroup extends Object
A named set of parameters that are applied to all of the nodes in a DAX cluster.
A named set of parameters that are applied to all of the nodes in a DAX cluster.
- Annotations
- @RawJSType() @native()
- type ParameterGroupList = Array[ParameterGroup]
- type ParameterGroupNameList = Array[String]
-
trait
ParameterGroupStatus extends Object
The status of a parameter group.
The status of a parameter group.
- Annotations
- @RawJSType() @native()
- type ParameterList = Array[Parameter]
-
trait
ParameterNameValue extends Object
An individual DAX parameter.
An individual DAX parameter.
- Annotations
- @RawJSType() @native()
- type ParameterNameValueList = Array[ParameterNameValue]
- type ParameterType = String
-
trait
RebootNodeRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
RebootNodeResponse extends Object
- Annotations
- @RawJSType() @native()
-
trait
SSEDescription extends Object
The description of the server-side encryption status on the specified DAX cluster.
The description of the server-side encryption status on the specified DAX cluster.
- Annotations
- @RawJSType() @native()
- type SSEEnabled = Boolean
-
trait
SSESpecification extends Object
Represents the settings used to enable server-side encryption.
Represents the settings used to enable server-side encryption.
- Annotations
- @RawJSType() @native()
- type SSEStatus = String
- type SecurityGroupIdentifierList = Array[String]
-
trait
SecurityGroupMembership extends Object
An individual VPC security group and its status.
An individual VPC security group and its status.
- Annotations
- @RawJSType() @native()
- type SecurityGroupMembershipList = Array[SecurityGroupMembership]
- type SourceType = String
-
trait
Subnet extends Object
Represents the subnet associated with 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.
- Annotations
- @RawJSType() @native()
-
trait
SubnetGroup extends Object
Represents the output of one of the following actions: * CreateSubnetGroup * ModifySubnetGroup
Represents the output of one of the following actions: * CreateSubnetGroup * ModifySubnetGroup
- Annotations
- @RawJSType() @native()
- type SubnetGroupList = Array[SubnetGroup]
- type SubnetGroupNameList = Array[String]
- type SubnetIdentifierList = Array[String]
- type SubnetList = Array[Subnet]
- type TStamp = Date
-
trait
Tag extends Object
A description of a tag.
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 prefixuser:. You cannot backdate the application of a tag.- Annotations
- @RawJSType() @native()
- type TagList = Array[Tag]
-
trait
TagResourceRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
TagResourceResponse extends Object
- Annotations
- @RawJSType() @native()
-
trait
UntagResourceRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
UntagResourceResponse extends Object
- Annotations
- @RawJSType() @native()
-
trait
UpdateClusterRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
UpdateClusterResponse extends Object
- Annotations
- @RawJSType() @native()
-
trait
UpdateParameterGroupRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
UpdateParameterGroupResponse extends Object
- Annotations
- @RawJSType() @native()
-
trait
UpdateSubnetGroupRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
UpdateSubnetGroupResponse extends Object
- Annotations
- @RawJSType() @native()
Value Members
- object ChangeTypeEnum
- object Cluster
- object CreateClusterRequest
- object CreateClusterResponse
- object CreateParameterGroupRequest
- object CreateParameterGroupResponse
- object CreateSubnetGroupRequest
- object CreateSubnetGroupResponse
- object DecreaseReplicationFactorRequest
- object DecreaseReplicationFactorResponse
- object DeleteClusterRequest
- object DeleteClusterResponse
- object DeleteParameterGroupRequest
- object DeleteParameterGroupResponse
- object DeleteSubnetGroupRequest
- object DeleteSubnetGroupResponse
- object DescribeClustersRequest
- object DescribeClustersResponse
- object DescribeDefaultParametersRequest
- object DescribeDefaultParametersResponse
- object DescribeEventsRequest
- object DescribeEventsResponse
- object DescribeParameterGroupsRequest
- object DescribeParameterGroupsResponse
- object DescribeParametersRequest
- object DescribeParametersResponse
- object DescribeSubnetGroupsRequest
- object DescribeSubnetGroupsResponse
- object Endpoint
- object Event
- object IncreaseReplicationFactorRequest
- object IncreaseReplicationFactorResponse
- object IsModifiableEnum
- object ListTagsRequest
- object ListTagsResponse
- object Node
- object NodeTypeSpecificValue
- object NotificationConfiguration
- object Parameter
- object ParameterGroup
- object ParameterGroupStatus
- object ParameterNameValue
- object ParameterTypeEnum
- object RebootNodeRequest
- object RebootNodeResponse
- object SSEDescription
- object SSESpecification
- object SSEStatusEnum
- object SecurityGroupMembership
- object SourceTypeEnum
- object Subnet
- object SubnetGroup
- object Tag
- object TagResourceRequest
- object TagResourceResponse
- object UntagResourceRequest
- object UntagResourceResponse
- object UpdateClusterRequest
- object UpdateClusterResponse
- object UpdateParameterGroupRequest
- object UpdateParameterGroupResponse
- object UpdateSubnetGroupRequest
- object UpdateSubnetGroupResponse