@aws-sdk/client-dax 3.895.0 → 3.896.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,7 +28,7 @@ declare const UntagResourceCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Removes the association of tags from a DAX resource. You can call
31
- * <code>UntagResource</code> up to 5 times per second, per account. </p>
31
+ * <code>UntagResource</code> up to 5 times per second, per account. </p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -63,14 +63,15 @@ declare const UntagResourceCommand_base: {
63
63
  * @see {@link DAXClientResolvedConfig | config} for DAXClient's `config` shape.
64
64
  *
65
65
  * @throws {@link ClusterNotFoundFault} (client fault)
66
- * <p>The requested cluster ID does not refer to an existing DAX cluster.</p>
66
+ * <p>The requested cluster ID does not refer to an existing DAX
67
+ * cluster.</p>
67
68
  *
68
69
  * @throws {@link InvalidARNFault} (client fault)
69
70
  * <p>The Amazon Resource Name (ARN) supplied in the request is not valid.</p>
70
71
  *
71
72
  * @throws {@link InvalidClusterStateFault} (client fault)
72
- * <p>The requested DAX cluster is not in the <i>available</i>
73
- * state.</p>
73
+ * <p>The requested DAX cluster is not in the
74
+ * <i>available</i> state.</p>
74
75
  *
75
76
  * @throws {@link InvalidParameterCombinationException} (client fault)
76
77
  * <p>Two or more incompatible parameters were specified.</p>
@@ -27,9 +27,9 @@ declare const UpdateClusterCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Modifies the settings for a DAX cluster. You can use this action to change one or
31
- * more cluster configuration parameters by specifying the parameters and the new
32
- * values.</p>
30
+ * <p>Modifies the settings for a DAX cluster. You can use this action to
31
+ * change one or more cluster configuration parameters by specifying the parameters and the
32
+ * new values.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -106,6 +106,7 @@ declare const UpdateClusterCommand_base: {
106
106
  * // Status: "ENABLING" || "ENABLED" || "DISABLING" || "DISABLED",
107
107
  * // },
108
108
  * // ClusterEndpointEncryptionType: "NONE" || "TLS",
109
+ * // NetworkType: "ipv4" || "ipv6" || "dual_stack",
109
110
  * // },
110
111
  * // };
111
112
  *
@@ -118,11 +119,12 @@ declare const UpdateClusterCommand_base: {
118
119
  * @see {@link DAXClientResolvedConfig | config} for DAXClient's `config` shape.
119
120
  *
120
121
  * @throws {@link ClusterNotFoundFault} (client fault)
121
- * <p>The requested cluster ID does not refer to an existing DAX cluster.</p>
122
+ * <p>The requested cluster ID does not refer to an existing DAX
123
+ * cluster.</p>
122
124
  *
123
125
  * @throws {@link InvalidClusterStateFault} (client fault)
124
- * <p>The requested DAX cluster is not in the <i>available</i>
125
- * state.</p>
126
+ * <p>The requested DAX cluster is not in the
127
+ * <i>available</i> state.</p>
126
128
  *
127
129
  * @throws {@link InvalidParameterCombinationException} (client fault)
128
130
  * <p>Two or more incompatible parameters were specified.</p>
@@ -27,9 +27,8 @@ declare const UpdateParameterGroupCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Modifies the parameters of a parameter group. You can modify up to 20
31
- * parameters in a single request by submitting a list parameter name and value
32
- * pairs.</p>
30
+ * <p>Modifies the parameters of a parameter group. You can modify up to 20 parameters in
31
+ * a single request by submitting a list parameter name and value pairs.</p>
33
32
  * @example
34
33
  * Use a bare-bones client and the command you need to make an API call.
35
34
  * ```javascript
@@ -54,8 +54,14 @@ declare const UpdateSubnetGroupCommand_base: {
54
54
  * // { // Subnet
55
55
  * // SubnetIdentifier: "STRING_VALUE",
56
56
  * // SubnetAvailabilityZone: "STRING_VALUE",
57
+ * // SupportedNetworkTypes: [ // NetworkTypeList
58
+ * // "ipv4" || "ipv6" || "dual_stack",
59
+ * // ],
57
60
  * // },
58
61
  * // ],
62
+ * // SupportedNetworkTypes: [
63
+ * // "ipv4" || "ipv6" || "dual_stack",
64
+ * // ],
59
65
  * // },
60
66
  * // };
61
67
  *
@@ -80,6 +86,13 @@ declare const UpdateSubnetGroupCommand_base: {
80
86
  * @throws {@link SubnetInUse} (client fault)
81
87
  * <p>The requested subnet is being used by another subnet group.</p>
82
88
  *
89
+ * @throws {@link SubnetNotAllowedFault} (client fault)
90
+ * <p>The specified subnet can't be used for the requested network type. This error
91
+ * occurs when either there aren't enough subnets of the required network type to create
92
+ * the cluster, or when you try to use a subnet that doesn't support the requested network
93
+ * type (for example, trying to create a dual-stack cluster with a subnet that doesn't have
94
+ * IPv6 CIDR). </p>
95
+ *
83
96
  * @throws {@link SubnetQuotaExceededFault} (client fault)
84
97
  * <p>The request cannot be processed because it would exceed the allowed number of
85
98
  * subnets in a subnet group.</p>
@@ -1,9 +1,9 @@
1
1
  /**
2
- * <p>DAX is a managed caching service engineered for Amazon DynamoDB. DAX
3
- * dramatically speeds up database reads by caching frequently-accessed data from DynamoDB, so
4
- * applications can access that data with sub-millisecond latency. You can create a DAX
5
- * cluster easily, using the AWS Management Console. With a few simple modifications to
6
- * your code, your application can begin taking advantage of the DAX cluster and realize
2
+ * <p>DAX is a managed caching service engineered for Amazon DynamoDB. DAX dramatically speeds up database reads by caching
3
+ * frequently-accessed data from DynamoDB, so applications can access that data
4
+ * with sub-millisecond latency. You can create a DAX cluster easily, using
5
+ * the Amazon Web Services Management Console. With a few simple modifications to your code, your
6
+ * application can begin taking advantage of the DAX cluster and realize
7
7
  * significant improvements in read performance.</p>
8
8
  *
9
9
  * @packageDocumentation