Packages

package dax

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. dax
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AvailabilityZoneList = Array[String]
  2. type ChangeType = String
  3. 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()
  4. type ClusterList = Array[Cluster]
  5. type ClusterNameList = Array[String]
  6. trait CreateClusterRequest extends Object
    Annotations
    @RawJSType() @native()
  7. trait CreateClusterResponse extends Object
    Annotations
    @RawJSType() @native()
  8. trait CreateParameterGroupRequest extends Object
    Annotations
    @RawJSType() @native()
  9. trait CreateParameterGroupResponse extends Object
    Annotations
    @RawJSType() @native()
  10. trait CreateSubnetGroupRequest extends Object
    Annotations
    @RawJSType() @native()
  11. trait CreateSubnetGroupResponse extends Object
    Annotations
    @RawJSType() @native()
  12. class DAX extends Object
    Annotations
    @RawJSType() @native() @JSImport( "aws-sdk" , "DAX" )
  13. implicit final class DAXOps extends AnyVal
  14. trait DecreaseReplicationFactorRequest extends Object
    Annotations
    @RawJSType() @native()
  15. trait DecreaseReplicationFactorResponse extends Object
    Annotations
    @RawJSType() @native()
  16. trait DeleteClusterRequest extends Object
    Annotations
    @RawJSType() @native()
  17. trait DeleteClusterResponse extends Object
    Annotations
    @RawJSType() @native()
  18. trait DeleteParameterGroupRequest extends Object
    Annotations
    @RawJSType() @native()
  19. trait DeleteParameterGroupResponse extends Object
    Annotations
    @RawJSType() @native()
  20. trait DeleteSubnetGroupRequest extends Object
    Annotations
    @RawJSType() @native()
  21. trait DeleteSubnetGroupResponse extends Object
    Annotations
    @RawJSType() @native()
  22. trait DescribeClustersRequest extends Object
    Annotations
    @RawJSType() @native()
  23. trait DescribeClustersResponse extends Object
    Annotations
    @RawJSType() @native()
  24. trait DescribeDefaultParametersRequest extends Object
    Annotations
    @RawJSType() @native()
  25. trait DescribeDefaultParametersResponse extends Object
    Annotations
    @RawJSType() @native()
  26. trait DescribeEventsRequest extends Object
    Annotations
    @RawJSType() @native()
  27. trait DescribeEventsResponse extends Object
    Annotations
    @RawJSType() @native()
  28. trait DescribeParameterGroupsRequest extends Object
    Annotations
    @RawJSType() @native()
  29. trait DescribeParameterGroupsResponse extends Object
    Annotations
    @RawJSType() @native()
  30. trait DescribeParametersRequest extends Object
    Annotations
    @RawJSType() @native()
  31. trait DescribeParametersResponse extends Object
    Annotations
    @RawJSType() @native()
  32. trait DescribeSubnetGroupsRequest extends Object
    Annotations
    @RawJSType() @native()
  33. trait DescribeSubnetGroupsResponse extends Object
    Annotations
    @RawJSType() @native()
  34. 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()
  35. 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()
  36. type EventList = Array[Event]
  37. trait IncreaseReplicationFactorRequest extends Object
    Annotations
    @RawJSType() @native()
  38. trait IncreaseReplicationFactorResponse extends Object
    Annotations
    @RawJSType() @native()
  39. type IntegerOptional = Int
  40. type IsModifiable = String
  41. type KeyList = Array[String]
  42. trait ListTagsRequest extends Object
    Annotations
    @RawJSType() @native()
  43. trait ListTagsResponse extends Object
    Annotations
    @RawJSType() @native()
  44. trait Node extends Object

    Represents an individual node within a DAX cluster.

    Represents an individual node within a DAX cluster.

    Annotations
    @RawJSType() @native()
  45. type NodeIdentifierList = Array[String]
  46. type NodeList = Array[Node]
  47. 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()
  48. type NodeTypeSpecificValueList = Array[NodeTypeSpecificValue]
  49. 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()
  50. 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()
  51. 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()
  52. type ParameterGroupList = Array[ParameterGroup]
  53. type ParameterGroupNameList = Array[String]
  54. trait ParameterGroupStatus extends Object

    The status of a parameter group.

    The status of a parameter group.

    Annotations
    @RawJSType() @native()
  55. type ParameterList = Array[Parameter]
  56. trait ParameterNameValue extends Object

    An individual DAX parameter.

    An individual DAX parameter.

    Annotations
    @RawJSType() @native()
  57. type ParameterNameValueList = Array[ParameterNameValue]
  58. type ParameterType = String
  59. trait RebootNodeRequest extends Object
    Annotations
    @RawJSType() @native()
  60. trait RebootNodeResponse extends Object
    Annotations
    @RawJSType() @native()
  61. 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()
  62. type SSEEnabled = Boolean
  63. 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()
  64. type SSEStatus = String
  65. type SecurityGroupIdentifierList = Array[String]
  66. trait SecurityGroupMembership extends Object

    An individual VPC security group and its status.

    An individual VPC security group and its status.

    Annotations
    @RawJSType() @native()
  67. type SecurityGroupMembershipList = Array[SecurityGroupMembership]
  68. type SourceType = String
  69. 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()
  70. 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()
  71. type SubnetGroupList = Array[SubnetGroup]
  72. type SubnetGroupNameList = Array[String]
  73. type SubnetIdentifierList = Array[String]
  74. type SubnetList = Array[Subnet]
  75. type TStamp = Date
  76. 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 prefix user:. You cannot backdate the application of a tag.

    Annotations
    @RawJSType() @native()
  77. type TagList = Array[Tag]
  78. trait TagResourceRequest extends Object
    Annotations
    @RawJSType() @native()
  79. trait TagResourceResponse extends Object
    Annotations
    @RawJSType() @native()
  80. trait UntagResourceRequest extends Object
    Annotations
    @RawJSType() @native()
  81. trait UntagResourceResponse extends Object
    Annotations
    @RawJSType() @native()
  82. trait UpdateClusterRequest extends Object
    Annotations
    @RawJSType() @native()
  83. trait UpdateClusterResponse extends Object
    Annotations
    @RawJSType() @native()
  84. trait UpdateParameterGroupRequest extends Object
    Annotations
    @RawJSType() @native()
  85. trait UpdateParameterGroupResponse extends Object
    Annotations
    @RawJSType() @native()
  86. trait UpdateSubnetGroupRequest extends Object
    Annotations
    @RawJSType() @native()
  87. trait UpdateSubnetGroupResponse extends Object
    Annotations
    @RawJSType() @native()

Value Members

  1. object ChangeTypeEnum
  2. object Cluster
  3. object CreateClusterRequest
  4. object CreateClusterResponse
  5. object CreateParameterGroupRequest
  6. object CreateParameterGroupResponse
  7. object CreateSubnetGroupRequest
  8. object CreateSubnetGroupResponse
  9. object DecreaseReplicationFactorRequest
  10. object DecreaseReplicationFactorResponse
  11. object DeleteClusterRequest
  12. object DeleteClusterResponse
  13. object DeleteParameterGroupRequest
  14. object DeleteParameterGroupResponse
  15. object DeleteSubnetGroupRequest
  16. object DeleteSubnetGroupResponse
  17. object DescribeClustersRequest
  18. object DescribeClustersResponse
  19. object DescribeDefaultParametersRequest
  20. object DescribeDefaultParametersResponse
  21. object DescribeEventsRequest
  22. object DescribeEventsResponse
  23. object DescribeParameterGroupsRequest
  24. object DescribeParameterGroupsResponse
  25. object DescribeParametersRequest
  26. object DescribeParametersResponse
  27. object DescribeSubnetGroupsRequest
  28. object DescribeSubnetGroupsResponse
  29. object Endpoint
  30. object Event
  31. object IncreaseReplicationFactorRequest
  32. object IncreaseReplicationFactorResponse
  33. object IsModifiableEnum
  34. object ListTagsRequest
  35. object ListTagsResponse
  36. object Node
  37. object NodeTypeSpecificValue
  38. object NotificationConfiguration
  39. object Parameter
  40. object ParameterGroup
  41. object ParameterGroupStatus
  42. object ParameterNameValue
  43. object ParameterTypeEnum
  44. object RebootNodeRequest
  45. object RebootNodeResponse
  46. object SSEDescription
  47. object SSESpecification
  48. object SSEStatusEnum
  49. object SecurityGroupMembership
  50. object SourceTypeEnum
  51. object Subnet
  52. object SubnetGroup
  53. object Tag
  54. object TagResourceRequest
  55. object TagResourceResponse
  56. object UntagResourceRequest
  57. object UntagResourceResponse
  58. object UpdateClusterRequest
  59. object UpdateClusterResponse
  60. object UpdateParameterGroupRequest
  61. object UpdateParameterGroupResponse
  62. object UpdateSubnetGroupRequest
  63. object UpdateSubnetGroupResponse

Inherited from AnyRef

Inherited from Any

Ungrouped