Expand description
Data structures used by operation inputs/outputs.
Modules§
Structs§
- Cluster
Contains all of the attributes of a specific DAX cluster.
- Endpoint
Represents the information required for client programs to connect to the endpoint for a DAX cluster.
- Event
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.
- Node
Represents an individual node within a DAX cluster.
- Node
Type Specific Value Represents a parameter value that is applicable to a particular node type.
- Notification
Configuration Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).
- Parameter
Describes an individual setting that controls some aspect of DAX behavior.
- Parameter
Group A named set of parameters that are applied to all of the nodes in a DAX cluster.
- Parameter
Group Status The status of a parameter group.
- Parameter
Name Value An individual DAX parameter.
- Security
Group Membership An individual VPC security group and its status.
- SseDescription
The description of the server-side encryption status on the specified DAX cluster.
- SseSpecification
Represents the settings used to enable server-side encryption.
- Subnet
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.
- Subnet
Group Represents the output of one of the following actions:
-
CreateSubnetGroup
-
ModifySubnetGroup
-
- 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.
Enums§
- Change
Type - When writing a match expression against
ChangeType
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Cluster
Endpoint Encryption Type - When writing a match expression against
ClusterEndpointEncryptionType
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - IsModifiable
- When writing a match expression against
IsModifiable
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Parameter
Type - When writing a match expression against
ParameterType
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Source
Type - When writing a match expression against
SourceType
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - SseStatus
- When writing a match expression against
SseStatus
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.