@aws-sdk/client-dax 3.52.0 → 3.54.1

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/CHANGELOG.md CHANGED
@@ -3,6 +3,33 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.54.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.0...v3.54.1) (2022-03-15)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-dax
9
+
10
+
11
+
12
+
13
+
14
+ # [3.54.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.53.1...v3.54.0) (2022-03-11)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-dax
17
+
18
+
19
+
20
+
21
+
22
+ # [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
23
+
24
+
25
+ ### Features
26
+
27
+ * **clients:** generate service exceptions as classes ([#3267](https://github.com/aws/aws-sdk-js-v3/issues/3267)) ([ca64fee](https://github.com/aws/aws-sdk-js-v3/commit/ca64feed3351c394c07dc26b782a5760a396a074))
28
+
29
+
30
+
31
+
32
+
6
33
  # [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
7
34
 
8
35
  **Note:** Version bump only for package @aws-sdk/client-dax
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DAXServiceException = void 0;
3
4
  const tslib_1 = require("tslib");
4
5
  tslib_1.__exportStar(require("./DAX"), exports);
5
6
  tslib_1.__exportStar(require("./DAXClient"), exports);
6
7
  tslib_1.__exportStar(require("./commands"), exports);
7
8
  tslib_1.__exportStar(require("./models"), exports);
9
+ var DAXServiceException_1 = require("./models/DAXServiceException");
10
+ Object.defineProperty(exports, "DAXServiceException", { enumerable: true, get: function () { return DAXServiceException_1.DAXServiceException; } });
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DAXServiceException = void 0;
4
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ class DAXServiceException extends smithy_client_1.ServiceException {
6
+ constructor(options) {
7
+ super(options);
8
+ Object.setPrototypeOf(this, DAXServiceException.prototype);
9
+ }
10
+ }
11
+ exports.DAXServiceException = DAXServiceException;
@@ -1,7 +1,34 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceResponse = exports.TagResourceRequest = exports.RebootNodeResponse = exports.RebootNodeRequest = exports.ListTagsResponse = exports.ListTagsRequest = exports.IncreaseReplicationFactorResponse = exports.IncreaseReplicationFactorRequest = exports.DescribeSubnetGroupsResponse = exports.DescribeSubnetGroupsRequest = exports.DescribeParametersResponse = exports.DescribeParametersRequest = exports.DescribeParameterGroupsResponse = exports.DescribeParameterGroupsRequest = exports.DescribeEventsResponse = exports.Event = exports.DescribeEventsRequest = exports.DescribeDefaultParametersResponse = exports.Parameter = exports.NodeTypeSpecificValue = exports.DescribeDefaultParametersRequest = exports.DescribeClustersResponse = exports.DescribeClustersRequest = exports.DeleteSubnetGroupResponse = exports.DeleteSubnetGroupRequest = exports.DeleteParameterGroupResponse = exports.DeleteParameterGroupRequest = exports.DeleteClusterResponse = exports.DeleteClusterRequest = exports.DecreaseReplicationFactorResponse = exports.DecreaseReplicationFactorRequest = exports.CreateSubnetGroupResponse = exports.SubnetGroup = exports.Subnet = exports.CreateSubnetGroupRequest = exports.CreateParameterGroupResponse = exports.ParameterGroup = exports.CreateParameterGroupRequest = exports.CreateClusterResponse = exports.Cluster = exports.SSEDescription = exports.SecurityGroupMembership = exports.ParameterGroupStatus = exports.NotificationConfiguration = exports.Node = exports.Endpoint = exports.CreateClusterRequest = exports.Tag = exports.SSESpecification = exports.ClusterEndpointEncryptionType = void 0;
4
- exports.UpdateSubnetGroupResponse = exports.UpdateSubnetGroupRequest = exports.UpdateParameterGroupResponse = exports.UpdateParameterGroupRequest = exports.ParameterNameValue = exports.UpdateClusterResponse = exports.UpdateClusterRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = void 0;
3
+ exports.DeleteSubnetGroupResponse = exports.DeleteSubnetGroupRequest = exports.DeleteParameterGroupResponse = exports.DeleteParameterGroupRequest = exports.DeleteClusterResponse = exports.DeleteClusterRequest = exports.NodeNotFoundFault = exports.DecreaseReplicationFactorResponse = exports.DecreaseReplicationFactorRequest = exports.ClusterNotFoundFault = exports.SubnetQuotaExceededFault = exports.SubnetGroupQuotaExceededFault = exports.SubnetGroupAlreadyExistsFault = exports.InvalidSubnet = exports.CreateSubnetGroupResponse = exports.SubnetGroup = exports.Subnet = exports.CreateSubnetGroupRequest = exports.ParameterGroupQuotaExceededFault = exports.ParameterGroupAlreadyExistsFault = exports.CreateParameterGroupResponse = exports.ParameterGroup = exports.CreateParameterGroupRequest = exports.TagQuotaPerResourceExceeded = exports.SubnetGroupNotFoundFault = exports.ServiceQuotaExceededException = exports.ServiceLinkedRoleNotFoundFault = exports.ParameterGroupNotFoundFault = exports.NodeQuotaForCustomerExceededFault = exports.NodeQuotaForClusterExceededFault = exports.InvalidVPCNetworkStateFault = exports.InvalidParameterValueException = exports.InvalidParameterGroupStateFault = exports.InvalidParameterCombinationException = exports.InvalidClusterStateFault = exports.InsufficientClusterCapacityFault = exports.CreateClusterResponse = exports.Cluster = exports.SSEDescription = exports.SecurityGroupMembership = exports.ParameterGroupStatus = exports.NotificationConfiguration = exports.Node = exports.Endpoint = exports.CreateClusterRequest = exports.Tag = exports.SSESpecification = exports.ClusterEndpointEncryptionType = exports.ClusterQuotaForCustomerExceededFault = exports.ClusterAlreadyExistsFault = void 0;
4
+ exports.UpdateSubnetGroupResponse = exports.UpdateSubnetGroupRequest = exports.SubnetInUse = exports.UpdateParameterGroupResponse = exports.UpdateParameterGroupRequest = exports.ParameterNameValue = exports.UpdateClusterResponse = exports.UpdateClusterRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagNotFoundFault = exports.TagResourceResponse = exports.TagResourceRequest = exports.RebootNodeResponse = exports.RebootNodeRequest = exports.ListTagsResponse = exports.ListTagsRequest = exports.InvalidARNFault = exports.IncreaseReplicationFactorResponse = exports.IncreaseReplicationFactorRequest = exports.DescribeSubnetGroupsResponse = exports.DescribeSubnetGroupsRequest = exports.DescribeParametersResponse = exports.DescribeParametersRequest = exports.DescribeParameterGroupsResponse = exports.DescribeParameterGroupsRequest = exports.DescribeEventsResponse = exports.Event = exports.DescribeEventsRequest = exports.DescribeDefaultParametersResponse = exports.Parameter = exports.NodeTypeSpecificValue = exports.DescribeDefaultParametersRequest = exports.DescribeClustersResponse = exports.DescribeClustersRequest = exports.SubnetGroupInUseFault = void 0;
5
+ const DAXServiceException_1 = require("./DAXServiceException");
6
+ class ClusterAlreadyExistsFault extends DAXServiceException_1.DAXServiceException {
7
+ constructor(opts) {
8
+ super({
9
+ name: "ClusterAlreadyExistsFault",
10
+ $fault: "client",
11
+ ...opts,
12
+ });
13
+ this.name = "ClusterAlreadyExistsFault";
14
+ this.$fault = "client";
15
+ Object.setPrototypeOf(this, ClusterAlreadyExistsFault.prototype);
16
+ }
17
+ }
18
+ exports.ClusterAlreadyExistsFault = ClusterAlreadyExistsFault;
19
+ class ClusterQuotaForCustomerExceededFault extends DAXServiceException_1.DAXServiceException {
20
+ constructor(opts) {
21
+ super({
22
+ name: "ClusterQuotaForCustomerExceededFault",
23
+ $fault: "client",
24
+ ...opts,
25
+ });
26
+ this.name = "ClusterQuotaForCustomerExceededFault";
27
+ this.$fault = "client";
28
+ Object.setPrototypeOf(this, ClusterQuotaForCustomerExceededFault.prototype);
29
+ }
30
+ }
31
+ exports.ClusterQuotaForCustomerExceededFault = ClusterQuotaForCustomerExceededFault;
5
32
  var ClusterEndpointEncryptionType;
6
33
  (function (ClusterEndpointEncryptionType) {
7
34
  ClusterEndpointEncryptionType["NONE"] = "NONE";
@@ -73,6 +100,175 @@ var CreateClusterResponse;
73
100
  ...obj,
74
101
  });
75
102
  })(CreateClusterResponse = exports.CreateClusterResponse || (exports.CreateClusterResponse = {}));
103
+ class InsufficientClusterCapacityFault extends DAXServiceException_1.DAXServiceException {
104
+ constructor(opts) {
105
+ super({
106
+ name: "InsufficientClusterCapacityFault",
107
+ $fault: "client",
108
+ ...opts,
109
+ });
110
+ this.name = "InsufficientClusterCapacityFault";
111
+ this.$fault = "client";
112
+ Object.setPrototypeOf(this, InsufficientClusterCapacityFault.prototype);
113
+ }
114
+ }
115
+ exports.InsufficientClusterCapacityFault = InsufficientClusterCapacityFault;
116
+ class InvalidClusterStateFault extends DAXServiceException_1.DAXServiceException {
117
+ constructor(opts) {
118
+ super({
119
+ name: "InvalidClusterStateFault",
120
+ $fault: "client",
121
+ ...opts,
122
+ });
123
+ this.name = "InvalidClusterStateFault";
124
+ this.$fault = "client";
125
+ Object.setPrototypeOf(this, InvalidClusterStateFault.prototype);
126
+ }
127
+ }
128
+ exports.InvalidClusterStateFault = InvalidClusterStateFault;
129
+ class InvalidParameterCombinationException extends DAXServiceException_1.DAXServiceException {
130
+ constructor(opts) {
131
+ super({
132
+ name: "InvalidParameterCombinationException",
133
+ $fault: "client",
134
+ ...opts,
135
+ });
136
+ this.name = "InvalidParameterCombinationException";
137
+ this.$fault = "client";
138
+ Object.setPrototypeOf(this, InvalidParameterCombinationException.prototype);
139
+ }
140
+ }
141
+ exports.InvalidParameterCombinationException = InvalidParameterCombinationException;
142
+ class InvalidParameterGroupStateFault extends DAXServiceException_1.DAXServiceException {
143
+ constructor(opts) {
144
+ super({
145
+ name: "InvalidParameterGroupStateFault",
146
+ $fault: "client",
147
+ ...opts,
148
+ });
149
+ this.name = "InvalidParameterGroupStateFault";
150
+ this.$fault = "client";
151
+ Object.setPrototypeOf(this, InvalidParameterGroupStateFault.prototype);
152
+ }
153
+ }
154
+ exports.InvalidParameterGroupStateFault = InvalidParameterGroupStateFault;
155
+ class InvalidParameterValueException extends DAXServiceException_1.DAXServiceException {
156
+ constructor(opts) {
157
+ super({
158
+ name: "InvalidParameterValueException",
159
+ $fault: "client",
160
+ ...opts,
161
+ });
162
+ this.name = "InvalidParameterValueException";
163
+ this.$fault = "client";
164
+ Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
165
+ }
166
+ }
167
+ exports.InvalidParameterValueException = InvalidParameterValueException;
168
+ class InvalidVPCNetworkStateFault extends DAXServiceException_1.DAXServiceException {
169
+ constructor(opts) {
170
+ super({
171
+ name: "InvalidVPCNetworkStateFault",
172
+ $fault: "client",
173
+ ...opts,
174
+ });
175
+ this.name = "InvalidVPCNetworkStateFault";
176
+ this.$fault = "client";
177
+ Object.setPrototypeOf(this, InvalidVPCNetworkStateFault.prototype);
178
+ }
179
+ }
180
+ exports.InvalidVPCNetworkStateFault = InvalidVPCNetworkStateFault;
181
+ class NodeQuotaForClusterExceededFault extends DAXServiceException_1.DAXServiceException {
182
+ constructor(opts) {
183
+ super({
184
+ name: "NodeQuotaForClusterExceededFault",
185
+ $fault: "client",
186
+ ...opts,
187
+ });
188
+ this.name = "NodeQuotaForClusterExceededFault";
189
+ this.$fault = "client";
190
+ Object.setPrototypeOf(this, NodeQuotaForClusterExceededFault.prototype);
191
+ }
192
+ }
193
+ exports.NodeQuotaForClusterExceededFault = NodeQuotaForClusterExceededFault;
194
+ class NodeQuotaForCustomerExceededFault extends DAXServiceException_1.DAXServiceException {
195
+ constructor(opts) {
196
+ super({
197
+ name: "NodeQuotaForCustomerExceededFault",
198
+ $fault: "client",
199
+ ...opts,
200
+ });
201
+ this.name = "NodeQuotaForCustomerExceededFault";
202
+ this.$fault = "client";
203
+ Object.setPrototypeOf(this, NodeQuotaForCustomerExceededFault.prototype);
204
+ }
205
+ }
206
+ exports.NodeQuotaForCustomerExceededFault = NodeQuotaForCustomerExceededFault;
207
+ class ParameterGroupNotFoundFault extends DAXServiceException_1.DAXServiceException {
208
+ constructor(opts) {
209
+ super({
210
+ name: "ParameterGroupNotFoundFault",
211
+ $fault: "client",
212
+ ...opts,
213
+ });
214
+ this.name = "ParameterGroupNotFoundFault";
215
+ this.$fault = "client";
216
+ Object.setPrototypeOf(this, ParameterGroupNotFoundFault.prototype);
217
+ }
218
+ }
219
+ exports.ParameterGroupNotFoundFault = ParameterGroupNotFoundFault;
220
+ class ServiceLinkedRoleNotFoundFault extends DAXServiceException_1.DAXServiceException {
221
+ constructor(opts) {
222
+ super({
223
+ name: "ServiceLinkedRoleNotFoundFault",
224
+ $fault: "client",
225
+ ...opts,
226
+ });
227
+ this.name = "ServiceLinkedRoleNotFoundFault";
228
+ this.$fault = "client";
229
+ Object.setPrototypeOf(this, ServiceLinkedRoleNotFoundFault.prototype);
230
+ }
231
+ }
232
+ exports.ServiceLinkedRoleNotFoundFault = ServiceLinkedRoleNotFoundFault;
233
+ class ServiceQuotaExceededException extends DAXServiceException_1.DAXServiceException {
234
+ constructor(opts) {
235
+ super({
236
+ name: "ServiceQuotaExceededException",
237
+ $fault: "client",
238
+ ...opts,
239
+ });
240
+ this.name = "ServiceQuotaExceededException";
241
+ this.$fault = "client";
242
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
243
+ }
244
+ }
245
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
246
+ class SubnetGroupNotFoundFault extends DAXServiceException_1.DAXServiceException {
247
+ constructor(opts) {
248
+ super({
249
+ name: "SubnetGroupNotFoundFault",
250
+ $fault: "client",
251
+ ...opts,
252
+ });
253
+ this.name = "SubnetGroupNotFoundFault";
254
+ this.$fault = "client";
255
+ Object.setPrototypeOf(this, SubnetGroupNotFoundFault.prototype);
256
+ }
257
+ }
258
+ exports.SubnetGroupNotFoundFault = SubnetGroupNotFoundFault;
259
+ class TagQuotaPerResourceExceeded extends DAXServiceException_1.DAXServiceException {
260
+ constructor(opts) {
261
+ super({
262
+ name: "TagQuotaPerResourceExceeded",
263
+ $fault: "client",
264
+ ...opts,
265
+ });
266
+ this.name = "TagQuotaPerResourceExceeded";
267
+ this.$fault = "client";
268
+ Object.setPrototypeOf(this, TagQuotaPerResourceExceeded.prototype);
269
+ }
270
+ }
271
+ exports.TagQuotaPerResourceExceeded = TagQuotaPerResourceExceeded;
76
272
  var CreateParameterGroupRequest;
77
273
  (function (CreateParameterGroupRequest) {
78
274
  CreateParameterGroupRequest.filterSensitiveLog = (obj) => ({
@@ -91,6 +287,32 @@ var CreateParameterGroupResponse;
91
287
  ...obj,
92
288
  });
93
289
  })(CreateParameterGroupResponse = exports.CreateParameterGroupResponse || (exports.CreateParameterGroupResponse = {}));
290
+ class ParameterGroupAlreadyExistsFault extends DAXServiceException_1.DAXServiceException {
291
+ constructor(opts) {
292
+ super({
293
+ name: "ParameterGroupAlreadyExistsFault",
294
+ $fault: "client",
295
+ ...opts,
296
+ });
297
+ this.name = "ParameterGroupAlreadyExistsFault";
298
+ this.$fault = "client";
299
+ Object.setPrototypeOf(this, ParameterGroupAlreadyExistsFault.prototype);
300
+ }
301
+ }
302
+ exports.ParameterGroupAlreadyExistsFault = ParameterGroupAlreadyExistsFault;
303
+ class ParameterGroupQuotaExceededFault extends DAXServiceException_1.DAXServiceException {
304
+ constructor(opts) {
305
+ super({
306
+ name: "ParameterGroupQuotaExceededFault",
307
+ $fault: "client",
308
+ ...opts,
309
+ });
310
+ this.name = "ParameterGroupQuotaExceededFault";
311
+ this.$fault = "client";
312
+ Object.setPrototypeOf(this, ParameterGroupQuotaExceededFault.prototype);
313
+ }
314
+ }
315
+ exports.ParameterGroupQuotaExceededFault = ParameterGroupQuotaExceededFault;
94
316
  var CreateSubnetGroupRequest;
95
317
  (function (CreateSubnetGroupRequest) {
96
318
  CreateSubnetGroupRequest.filterSensitiveLog = (obj) => ({
@@ -115,6 +337,71 @@ var CreateSubnetGroupResponse;
115
337
  ...obj,
116
338
  });
117
339
  })(CreateSubnetGroupResponse = exports.CreateSubnetGroupResponse || (exports.CreateSubnetGroupResponse = {}));
340
+ class InvalidSubnet extends DAXServiceException_1.DAXServiceException {
341
+ constructor(opts) {
342
+ super({
343
+ name: "InvalidSubnet",
344
+ $fault: "client",
345
+ ...opts,
346
+ });
347
+ this.name = "InvalidSubnet";
348
+ this.$fault = "client";
349
+ Object.setPrototypeOf(this, InvalidSubnet.prototype);
350
+ }
351
+ }
352
+ exports.InvalidSubnet = InvalidSubnet;
353
+ class SubnetGroupAlreadyExistsFault extends DAXServiceException_1.DAXServiceException {
354
+ constructor(opts) {
355
+ super({
356
+ name: "SubnetGroupAlreadyExistsFault",
357
+ $fault: "client",
358
+ ...opts,
359
+ });
360
+ this.name = "SubnetGroupAlreadyExistsFault";
361
+ this.$fault = "client";
362
+ Object.setPrototypeOf(this, SubnetGroupAlreadyExistsFault.prototype);
363
+ }
364
+ }
365
+ exports.SubnetGroupAlreadyExistsFault = SubnetGroupAlreadyExistsFault;
366
+ class SubnetGroupQuotaExceededFault extends DAXServiceException_1.DAXServiceException {
367
+ constructor(opts) {
368
+ super({
369
+ name: "SubnetGroupQuotaExceededFault",
370
+ $fault: "client",
371
+ ...opts,
372
+ });
373
+ this.name = "SubnetGroupQuotaExceededFault";
374
+ this.$fault = "client";
375
+ Object.setPrototypeOf(this, SubnetGroupQuotaExceededFault.prototype);
376
+ }
377
+ }
378
+ exports.SubnetGroupQuotaExceededFault = SubnetGroupQuotaExceededFault;
379
+ class SubnetQuotaExceededFault extends DAXServiceException_1.DAXServiceException {
380
+ constructor(opts) {
381
+ super({
382
+ name: "SubnetQuotaExceededFault",
383
+ $fault: "client",
384
+ ...opts,
385
+ });
386
+ this.name = "SubnetQuotaExceededFault";
387
+ this.$fault = "client";
388
+ Object.setPrototypeOf(this, SubnetQuotaExceededFault.prototype);
389
+ }
390
+ }
391
+ exports.SubnetQuotaExceededFault = SubnetQuotaExceededFault;
392
+ class ClusterNotFoundFault extends DAXServiceException_1.DAXServiceException {
393
+ constructor(opts) {
394
+ super({
395
+ name: "ClusterNotFoundFault",
396
+ $fault: "client",
397
+ ...opts,
398
+ });
399
+ this.name = "ClusterNotFoundFault";
400
+ this.$fault = "client";
401
+ Object.setPrototypeOf(this, ClusterNotFoundFault.prototype);
402
+ }
403
+ }
404
+ exports.ClusterNotFoundFault = ClusterNotFoundFault;
118
405
  var DecreaseReplicationFactorRequest;
119
406
  (function (DecreaseReplicationFactorRequest) {
120
407
  DecreaseReplicationFactorRequest.filterSensitiveLog = (obj) => ({
@@ -127,6 +414,19 @@ var DecreaseReplicationFactorResponse;
127
414
  ...obj,
128
415
  });
129
416
  })(DecreaseReplicationFactorResponse = exports.DecreaseReplicationFactorResponse || (exports.DecreaseReplicationFactorResponse = {}));
417
+ class NodeNotFoundFault extends DAXServiceException_1.DAXServiceException {
418
+ constructor(opts) {
419
+ super({
420
+ name: "NodeNotFoundFault",
421
+ $fault: "client",
422
+ ...opts,
423
+ });
424
+ this.name = "NodeNotFoundFault";
425
+ this.$fault = "client";
426
+ Object.setPrototypeOf(this, NodeNotFoundFault.prototype);
427
+ }
428
+ }
429
+ exports.NodeNotFoundFault = NodeNotFoundFault;
130
430
  var DeleteClusterRequest;
131
431
  (function (DeleteClusterRequest) {
132
432
  DeleteClusterRequest.filterSensitiveLog = (obj) => ({
@@ -163,6 +463,19 @@ var DeleteSubnetGroupResponse;
163
463
  ...obj,
164
464
  });
165
465
  })(DeleteSubnetGroupResponse = exports.DeleteSubnetGroupResponse || (exports.DeleteSubnetGroupResponse = {}));
466
+ class SubnetGroupInUseFault extends DAXServiceException_1.DAXServiceException {
467
+ constructor(opts) {
468
+ super({
469
+ name: "SubnetGroupInUseFault",
470
+ $fault: "client",
471
+ ...opts,
472
+ });
473
+ this.name = "SubnetGroupInUseFault";
474
+ this.$fault = "client";
475
+ Object.setPrototypeOf(this, SubnetGroupInUseFault.prototype);
476
+ }
477
+ }
478
+ exports.SubnetGroupInUseFault = SubnetGroupInUseFault;
166
479
  var DescribeClustersRequest;
167
480
  (function (DescribeClustersRequest) {
168
481
  DescribeClustersRequest.filterSensitiveLog = (obj) => ({
@@ -265,6 +578,19 @@ var IncreaseReplicationFactorResponse;
265
578
  ...obj,
266
579
  });
267
580
  })(IncreaseReplicationFactorResponse = exports.IncreaseReplicationFactorResponse || (exports.IncreaseReplicationFactorResponse = {}));
581
+ class InvalidARNFault extends DAXServiceException_1.DAXServiceException {
582
+ constructor(opts) {
583
+ super({
584
+ name: "InvalidARNFault",
585
+ $fault: "client",
586
+ ...opts,
587
+ });
588
+ this.name = "InvalidARNFault";
589
+ this.$fault = "client";
590
+ Object.setPrototypeOf(this, InvalidARNFault.prototype);
591
+ }
592
+ }
593
+ exports.InvalidARNFault = InvalidARNFault;
268
594
  var ListTagsRequest;
269
595
  (function (ListTagsRequest) {
270
596
  ListTagsRequest.filterSensitiveLog = (obj) => ({
@@ -301,6 +627,19 @@ var TagResourceResponse;
301
627
  ...obj,
302
628
  });
303
629
  })(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
630
+ class TagNotFoundFault extends DAXServiceException_1.DAXServiceException {
631
+ constructor(opts) {
632
+ super({
633
+ name: "TagNotFoundFault",
634
+ $fault: "client",
635
+ ...opts,
636
+ });
637
+ this.name = "TagNotFoundFault";
638
+ this.$fault = "client";
639
+ Object.setPrototypeOf(this, TagNotFoundFault.prototype);
640
+ }
641
+ }
642
+ exports.TagNotFoundFault = TagNotFoundFault;
304
643
  var UntagResourceRequest;
305
644
  (function (UntagResourceRequest) {
306
645
  UntagResourceRequest.filterSensitiveLog = (obj) => ({
@@ -343,6 +682,19 @@ var UpdateParameterGroupResponse;
343
682
  ...obj,
344
683
  });
345
684
  })(UpdateParameterGroupResponse = exports.UpdateParameterGroupResponse || (exports.UpdateParameterGroupResponse = {}));
685
+ class SubnetInUse extends DAXServiceException_1.DAXServiceException {
686
+ constructor(opts) {
687
+ super({
688
+ name: "SubnetInUse",
689
+ $fault: "client",
690
+ ...opts,
691
+ });
692
+ this.name = "SubnetInUse";
693
+ this.$fault = "client";
694
+ Object.setPrototypeOf(this, SubnetInUse.prototype);
695
+ }
696
+ }
697
+ exports.SubnetInUse = SubnetInUse;
346
698
  var UpdateSubnetGroupRequest;
347
699
  (function (UpdateSubnetGroupRequest) {
348
700
  UpdateSubnetGroupRequest.filterSensitiveLog = (obj) => ({