@aws-sdk/client-dax 3.894.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.
- package/README.md +5 -5
- package/dist-cjs/index.js +40 -0
- package/dist-es/models/models_0.js +17 -0
- package/dist-es/protocols/Aws_json1_1.js +14 -1
- package/dist-types/DAX.d.ts +5 -5
- package/dist-types/DAXClient.d.ts +5 -5
- package/dist-types/commands/CreateClusterCommand.d.ts +9 -8
- package/dist-types/commands/CreateSubnetGroupCommand.d.ts +13 -0
- package/dist-types/commands/DecreaseReplicationFactorCommand.d.ts +9 -5
- package/dist-types/commands/DeleteClusterCommand.d.ts +9 -7
- package/dist-types/commands/DeleteSubnetGroupCommand.d.ts +2 -2
- package/dist-types/commands/DescribeClustersCommand.d.ts +12 -10
- package/dist-types/commands/DescribeEventsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeSubnetGroupsCommand.d.ts +6 -0
- package/dist-types/commands/IncreaseReplicationFactorCommand.d.ts +6 -5
- package/dist-types/commands/ListTagsCommand.d.ts +6 -5
- package/dist-types/commands/RebootNodeCommand.d.ts +12 -9
- package/dist-types/commands/TagResourceCommand.d.ts +7 -5
- package/dist-types/commands/UntagResourceCommand.d.ts +5 -4
- package/dist-types/commands/UpdateClusterCommand.d.ts +8 -6
- package/dist-types/commands/UpdateParameterGroupCommand.d.ts +2 -3
- package/dist-types/commands/UpdateSubnetGroupCommand.d.ts +13 -0
- package/dist-types/index.d.ts +5 -5
- package/dist-types/models/models_0.d.ts +267 -156
- package/dist-types/ts3.4/models/models_0.d.ts +17 -0
- package/package.json +12 -12
|
@@ -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
|
-
*
|
|
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
|
|
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
|
|
73
|
-
*
|
|
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
|
|
31
|
-
* more cluster configuration parameters by specifying the parameters and the
|
|
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
|
|
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
|
|
125
|
-
*
|
|
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
|
-
*
|
|
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>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <p>DAX is a managed caching service engineered for Amazon DynamoDB. DAX
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
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
|