@aws-sdk/client-dax 3.131.0 → 3.142.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/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateClusterCommand.js +2 -2
- package/dist-cjs/commands/CreateParameterGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateSubnetGroupCommand.js +2 -2
- package/dist-cjs/commands/DecreaseReplicationFactorCommand.js +2 -2
- package/dist-cjs/commands/DeleteClusterCommand.js +2 -2
- package/dist-cjs/commands/DeleteParameterGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteSubnetGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeClustersCommand.js +2 -2
- package/dist-cjs/commands/DescribeDefaultParametersCommand.js +2 -2
- package/dist-cjs/commands/DescribeEventsCommand.js +2 -2
- package/dist-cjs/commands/DescribeParameterGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeParametersCommand.js +2 -2
- package/dist-cjs/commands/DescribeSubnetGroupsCommand.js +2 -2
- package/dist-cjs/commands/IncreaseReplicationFactorCommand.js +2 -2
- package/dist-cjs/commands/ListTagsCommand.js +2 -2
- package/dist-cjs/commands/RebootNodeCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateClusterCommand.js +2 -2
- package/dist-cjs/commands/UpdateParameterGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateSubnetGroupCommand.js +2 -2
- package/dist-cjs/models/models_0.js +234 -350
- package/dist-cjs/protocols/Aws_json1_1.js +105 -198
- package/dist-es/commands/CreateClusterCommand.js +3 -3
- package/dist-es/commands/CreateParameterGroupCommand.js +3 -3
- package/dist-es/commands/CreateSubnetGroupCommand.js +3 -3
- package/dist-es/commands/DecreaseReplicationFactorCommand.js +3 -3
- package/dist-es/commands/DeleteClusterCommand.js +3 -3
- package/dist-es/commands/DeleteParameterGroupCommand.js +3 -3
- package/dist-es/commands/DeleteSubnetGroupCommand.js +3 -3
- package/dist-es/commands/DescribeClustersCommand.js +3 -3
- package/dist-es/commands/DescribeDefaultParametersCommand.js +3 -3
- package/dist-es/commands/DescribeEventsCommand.js +3 -3
- package/dist-es/commands/DescribeParameterGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeParametersCommand.js +3 -3
- package/dist-es/commands/DescribeSubnetGroupsCommand.js +3 -3
- package/dist-es/commands/IncreaseReplicationFactorCommand.js +3 -3
- package/dist-es/commands/ListTagsCommand.js +3 -3
- package/dist-es/commands/RebootNodeCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateClusterCommand.js +3 -3
- package/dist-es/commands/UpdateParameterGroupCommand.js +3 -3
- package/dist-es/commands/UpdateSubnetGroupCommand.js +3 -3
- package/dist-es/models/models_0.js +58 -232
- package/dist-es/protocols/Aws_json1_1.js +169 -199
- package/dist-types/models/models_0.d.ts +232 -348
- package/dist-types/ts3.4/models/models_0.d.ts +116 -232
- package/package.json +6 -6
|
@@ -23,10 +23,6 @@ export interface SSESpecification {
|
|
|
23
23
|
|
|
24
24
|
Enabled: boolean | undefined;
|
|
25
25
|
}
|
|
26
|
-
export declare namespace SSESpecification {
|
|
27
|
-
|
|
28
|
-
const filterSensitiveLog: (obj: SSESpecification) => any;
|
|
29
|
-
}
|
|
30
26
|
|
|
31
27
|
export interface Tag {
|
|
32
28
|
|
|
@@ -34,10 +30,6 @@ export interface Tag {
|
|
|
34
30
|
|
|
35
31
|
Value?: string;
|
|
36
32
|
}
|
|
37
|
-
export declare namespace Tag {
|
|
38
|
-
|
|
39
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
40
|
-
}
|
|
41
33
|
export interface CreateClusterRequest {
|
|
42
34
|
|
|
43
35
|
ClusterName: string | undefined;
|
|
@@ -68,10 +60,6 @@ export interface CreateClusterRequest {
|
|
|
68
60
|
|
|
69
61
|
ClusterEndpointEncryptionType?: ClusterEndpointEncryptionType | string;
|
|
70
62
|
}
|
|
71
|
-
export declare namespace CreateClusterRequest {
|
|
72
|
-
|
|
73
|
-
const filterSensitiveLog: (obj: CreateClusterRequest) => any;
|
|
74
|
-
}
|
|
75
63
|
|
|
76
64
|
export interface Endpoint {
|
|
77
65
|
|
|
@@ -81,10 +69,6 @@ export interface Endpoint {
|
|
|
81
69
|
|
|
82
70
|
URL?: string;
|
|
83
71
|
}
|
|
84
|
-
export declare namespace Endpoint {
|
|
85
|
-
|
|
86
|
-
const filterSensitiveLog: (obj: Endpoint) => any;
|
|
87
|
-
}
|
|
88
72
|
|
|
89
73
|
export interface Node {
|
|
90
74
|
|
|
@@ -100,10 +84,6 @@ export interface Node {
|
|
|
100
84
|
|
|
101
85
|
ParameterGroupStatus?: string;
|
|
102
86
|
}
|
|
103
|
-
export declare namespace Node {
|
|
104
|
-
|
|
105
|
-
const filterSensitiveLog: (obj: Node) => any;
|
|
106
|
-
}
|
|
107
87
|
|
|
108
88
|
export interface NotificationConfiguration {
|
|
109
89
|
|
|
@@ -111,10 +91,6 @@ export interface NotificationConfiguration {
|
|
|
111
91
|
|
|
112
92
|
TopicStatus?: string;
|
|
113
93
|
}
|
|
114
|
-
export declare namespace NotificationConfiguration {
|
|
115
|
-
|
|
116
|
-
const filterSensitiveLog: (obj: NotificationConfiguration) => any;
|
|
117
|
-
}
|
|
118
94
|
|
|
119
95
|
export interface ParameterGroupStatus {
|
|
120
96
|
|
|
@@ -124,10 +100,6 @@ export interface ParameterGroupStatus {
|
|
|
124
100
|
|
|
125
101
|
NodeIdsToReboot?: string[];
|
|
126
102
|
}
|
|
127
|
-
export declare namespace ParameterGroupStatus {
|
|
128
|
-
|
|
129
|
-
const filterSensitiveLog: (obj: ParameterGroupStatus) => any;
|
|
130
|
-
}
|
|
131
103
|
|
|
132
104
|
export interface SecurityGroupMembership {
|
|
133
105
|
|
|
@@ -135,20 +107,12 @@ export interface SecurityGroupMembership {
|
|
|
135
107
|
|
|
136
108
|
Status?: string;
|
|
137
109
|
}
|
|
138
|
-
export declare namespace SecurityGroupMembership {
|
|
139
|
-
|
|
140
|
-
const filterSensitiveLog: (obj: SecurityGroupMembership) => any;
|
|
141
|
-
}
|
|
142
110
|
export declare type SSEStatus = "DISABLED" | "DISABLING" | "ENABLED" | "ENABLING";
|
|
143
111
|
|
|
144
112
|
export interface SSEDescription {
|
|
145
113
|
|
|
146
114
|
Status?: SSEStatus | string;
|
|
147
115
|
}
|
|
148
|
-
export declare namespace SSEDescription {
|
|
149
|
-
|
|
150
|
-
const filterSensitiveLog: (obj: SSEDescription) => any;
|
|
151
|
-
}
|
|
152
116
|
|
|
153
117
|
export interface Cluster {
|
|
154
118
|
|
|
@@ -188,18 +152,10 @@ export interface Cluster {
|
|
|
188
152
|
|
|
189
153
|
ClusterEndpointEncryptionType?: ClusterEndpointEncryptionType | string;
|
|
190
154
|
}
|
|
191
|
-
export declare namespace Cluster {
|
|
192
|
-
|
|
193
|
-
const filterSensitiveLog: (obj: Cluster) => any;
|
|
194
|
-
}
|
|
195
155
|
export interface CreateClusterResponse {
|
|
196
156
|
|
|
197
157
|
Cluster?: Cluster;
|
|
198
158
|
}
|
|
199
|
-
export declare namespace CreateClusterResponse {
|
|
200
|
-
|
|
201
|
-
const filterSensitiveLog: (obj: CreateClusterResponse) => any;
|
|
202
|
-
}
|
|
203
159
|
|
|
204
160
|
export declare class InsufficientClusterCapacityFault extends __BaseException {
|
|
205
161
|
readonly name: "InsufficientClusterCapacityFault";
|
|
@@ -297,10 +253,6 @@ export interface CreateParameterGroupRequest {
|
|
|
297
253
|
|
|
298
254
|
Description?: string;
|
|
299
255
|
}
|
|
300
|
-
export declare namespace CreateParameterGroupRequest {
|
|
301
|
-
|
|
302
|
-
const filterSensitiveLog: (obj: CreateParameterGroupRequest) => any;
|
|
303
|
-
}
|
|
304
256
|
|
|
305
257
|
export interface ParameterGroup {
|
|
306
258
|
|
|
@@ -308,18 +260,10 @@ export interface ParameterGroup {
|
|
|
308
260
|
|
|
309
261
|
Description?: string;
|
|
310
262
|
}
|
|
311
|
-
export declare namespace ParameterGroup {
|
|
312
|
-
|
|
313
|
-
const filterSensitiveLog: (obj: ParameterGroup) => any;
|
|
314
|
-
}
|
|
315
263
|
export interface CreateParameterGroupResponse {
|
|
316
264
|
|
|
317
265
|
ParameterGroup?: ParameterGroup;
|
|
318
266
|
}
|
|
319
|
-
export declare namespace CreateParameterGroupResponse {
|
|
320
|
-
|
|
321
|
-
const filterSensitiveLog: (obj: CreateParameterGroupResponse) => any;
|
|
322
|
-
}
|
|
323
267
|
|
|
324
268
|
export declare class ParameterGroupAlreadyExistsFault extends __BaseException {
|
|
325
269
|
readonly name: "ParameterGroupAlreadyExistsFault";
|
|
@@ -342,10 +286,6 @@ export interface CreateSubnetGroupRequest {
|
|
|
342
286
|
|
|
343
287
|
SubnetIds: string[] | undefined;
|
|
344
288
|
}
|
|
345
|
-
export declare namespace CreateSubnetGroupRequest {
|
|
346
|
-
|
|
347
|
-
const filterSensitiveLog: (obj: CreateSubnetGroupRequest) => any;
|
|
348
|
-
}
|
|
349
289
|
|
|
350
290
|
export interface Subnet {
|
|
351
291
|
|
|
@@ -353,10 +293,6 @@ export interface Subnet {
|
|
|
353
293
|
|
|
354
294
|
SubnetAvailabilityZone?: string;
|
|
355
295
|
}
|
|
356
|
-
export declare namespace Subnet {
|
|
357
|
-
|
|
358
|
-
const filterSensitiveLog: (obj: Subnet) => any;
|
|
359
|
-
}
|
|
360
296
|
|
|
361
297
|
export interface SubnetGroup {
|
|
362
298
|
|
|
@@ -368,18 +304,10 @@ export interface SubnetGroup {
|
|
|
368
304
|
|
|
369
305
|
Subnets?: Subnet[];
|
|
370
306
|
}
|
|
371
|
-
export declare namespace SubnetGroup {
|
|
372
|
-
|
|
373
|
-
const filterSensitiveLog: (obj: SubnetGroup) => any;
|
|
374
|
-
}
|
|
375
307
|
export interface CreateSubnetGroupResponse {
|
|
376
308
|
|
|
377
309
|
SubnetGroup?: SubnetGroup;
|
|
378
310
|
}
|
|
379
|
-
export declare namespace CreateSubnetGroupResponse {
|
|
380
|
-
|
|
381
|
-
const filterSensitiveLog: (obj: CreateSubnetGroupResponse) => any;
|
|
382
|
-
}
|
|
383
311
|
|
|
384
312
|
export declare class InvalidSubnet extends __BaseException {
|
|
385
313
|
readonly name: "InvalidSubnet";
|
|
@@ -425,18 +353,10 @@ export interface DecreaseReplicationFactorRequest {
|
|
|
425
353
|
|
|
426
354
|
NodeIdsToRemove?: string[];
|
|
427
355
|
}
|
|
428
|
-
export declare namespace DecreaseReplicationFactorRequest {
|
|
429
|
-
|
|
430
|
-
const filterSensitiveLog: (obj: DecreaseReplicationFactorRequest) => any;
|
|
431
|
-
}
|
|
432
356
|
export interface DecreaseReplicationFactorResponse {
|
|
433
357
|
|
|
434
358
|
Cluster?: Cluster;
|
|
435
359
|
}
|
|
436
|
-
export declare namespace DecreaseReplicationFactorResponse {
|
|
437
|
-
|
|
438
|
-
const filterSensitiveLog: (obj: DecreaseReplicationFactorResponse) => any;
|
|
439
|
-
}
|
|
440
360
|
|
|
441
361
|
export declare class NodeNotFoundFault extends __BaseException {
|
|
442
362
|
readonly name: "NodeNotFoundFault";
|
|
@@ -448,50 +368,26 @@ export interface DeleteClusterRequest {
|
|
|
448
368
|
|
|
449
369
|
ClusterName: string | undefined;
|
|
450
370
|
}
|
|
451
|
-
export declare namespace DeleteClusterRequest {
|
|
452
|
-
|
|
453
|
-
const filterSensitiveLog: (obj: DeleteClusterRequest) => any;
|
|
454
|
-
}
|
|
455
371
|
export interface DeleteClusterResponse {
|
|
456
372
|
|
|
457
373
|
Cluster?: Cluster;
|
|
458
374
|
}
|
|
459
|
-
export declare namespace DeleteClusterResponse {
|
|
460
|
-
|
|
461
|
-
const filterSensitiveLog: (obj: DeleteClusterResponse) => any;
|
|
462
|
-
}
|
|
463
375
|
export interface DeleteParameterGroupRequest {
|
|
464
376
|
|
|
465
377
|
ParameterGroupName: string | undefined;
|
|
466
378
|
}
|
|
467
|
-
export declare namespace DeleteParameterGroupRequest {
|
|
468
|
-
|
|
469
|
-
const filterSensitiveLog: (obj: DeleteParameterGroupRequest) => any;
|
|
470
|
-
}
|
|
471
379
|
export interface DeleteParameterGroupResponse {
|
|
472
380
|
|
|
473
381
|
DeletionMessage?: string;
|
|
474
382
|
}
|
|
475
|
-
export declare namespace DeleteParameterGroupResponse {
|
|
476
|
-
|
|
477
|
-
const filterSensitiveLog: (obj: DeleteParameterGroupResponse) => any;
|
|
478
|
-
}
|
|
479
383
|
export interface DeleteSubnetGroupRequest {
|
|
480
384
|
|
|
481
385
|
SubnetGroupName: string | undefined;
|
|
482
386
|
}
|
|
483
|
-
export declare namespace DeleteSubnetGroupRequest {
|
|
484
|
-
|
|
485
|
-
const filterSensitiveLog: (obj: DeleteSubnetGroupRequest) => any;
|
|
486
|
-
}
|
|
487
387
|
export interface DeleteSubnetGroupResponse {
|
|
488
388
|
|
|
489
389
|
DeletionMessage?: string;
|
|
490
390
|
}
|
|
491
|
-
export declare namespace DeleteSubnetGroupResponse {
|
|
492
|
-
|
|
493
|
-
const filterSensitiveLog: (obj: DeleteSubnetGroupResponse) => any;
|
|
494
|
-
}
|
|
495
391
|
|
|
496
392
|
export declare class SubnetGroupInUseFault extends __BaseException {
|
|
497
393
|
readonly name: "SubnetGroupInUseFault";
|
|
@@ -507,30 +403,18 @@ export interface DescribeClustersRequest {
|
|
|
507
403
|
|
|
508
404
|
NextToken?: string;
|
|
509
405
|
}
|
|
510
|
-
export declare namespace DescribeClustersRequest {
|
|
511
|
-
|
|
512
|
-
const filterSensitiveLog: (obj: DescribeClustersRequest) => any;
|
|
513
|
-
}
|
|
514
406
|
export interface DescribeClustersResponse {
|
|
515
407
|
|
|
516
408
|
NextToken?: string;
|
|
517
409
|
|
|
518
410
|
Clusters?: Cluster[];
|
|
519
411
|
}
|
|
520
|
-
export declare namespace DescribeClustersResponse {
|
|
521
|
-
|
|
522
|
-
const filterSensitiveLog: (obj: DescribeClustersResponse) => any;
|
|
523
|
-
}
|
|
524
412
|
export interface DescribeDefaultParametersRequest {
|
|
525
413
|
|
|
526
414
|
MaxResults?: number;
|
|
527
415
|
|
|
528
416
|
NextToken?: string;
|
|
529
417
|
}
|
|
530
|
-
export declare namespace DescribeDefaultParametersRequest {
|
|
531
|
-
|
|
532
|
-
const filterSensitiveLog: (obj: DescribeDefaultParametersRequest) => any;
|
|
533
|
-
}
|
|
534
418
|
export declare type ChangeType = "IMMEDIATE" | "REQUIRES_REBOOT";
|
|
535
419
|
export declare type IsModifiable = "CONDITIONAL" | "FALSE" | "TRUE";
|
|
536
420
|
|
|
@@ -540,10 +424,6 @@ export interface NodeTypeSpecificValue {
|
|
|
540
424
|
|
|
541
425
|
Value?: string;
|
|
542
426
|
}
|
|
543
|
-
export declare namespace NodeTypeSpecificValue {
|
|
544
|
-
|
|
545
|
-
const filterSensitiveLog: (obj: NodeTypeSpecificValue) => any;
|
|
546
|
-
}
|
|
547
427
|
export declare type ParameterType = "DEFAULT" | "NODE_TYPE_SPECIFIC";
|
|
548
428
|
|
|
549
429
|
export interface Parameter {
|
|
@@ -568,20 +448,12 @@ export interface Parameter {
|
|
|
568
448
|
|
|
569
449
|
ChangeType?: ChangeType | string;
|
|
570
450
|
}
|
|
571
|
-
export declare namespace Parameter {
|
|
572
|
-
|
|
573
|
-
const filterSensitiveLog: (obj: Parameter) => any;
|
|
574
|
-
}
|
|
575
451
|
export interface DescribeDefaultParametersResponse {
|
|
576
452
|
|
|
577
453
|
NextToken?: string;
|
|
578
454
|
|
|
579
455
|
Parameters?: Parameter[];
|
|
580
456
|
}
|
|
581
|
-
export declare namespace DescribeDefaultParametersResponse {
|
|
582
|
-
|
|
583
|
-
const filterSensitiveLog: (obj: DescribeDefaultParametersResponse) => any;
|
|
584
|
-
}
|
|
585
457
|
export declare type SourceType = "CLUSTER" | "PARAMETER_GROUP" | "SUBNET_GROUP";
|
|
586
458
|
export interface DescribeEventsRequest {
|
|
587
459
|
|
|
@@ -599,10 +471,6 @@ export interface DescribeEventsRequest {
|
|
|
599
471
|
|
|
600
472
|
NextToken?: string;
|
|
601
473
|
}
|
|
602
|
-
export declare namespace DescribeEventsRequest {
|
|
603
|
-
|
|
604
|
-
const filterSensitiveLog: (obj: DescribeEventsRequest) => any;
|
|
605
|
-
}
|
|
606
474
|
|
|
607
475
|
export interface Event {
|
|
608
476
|
|
|
@@ -614,20 +482,12 @@ export interface Event {
|
|
|
614
482
|
|
|
615
483
|
Date?: Date;
|
|
616
484
|
}
|
|
617
|
-
export declare namespace Event {
|
|
618
|
-
|
|
619
|
-
const filterSensitiveLog: (obj: Event) => any;
|
|
620
|
-
}
|
|
621
485
|
export interface DescribeEventsResponse {
|
|
622
486
|
|
|
623
487
|
NextToken?: string;
|
|
624
488
|
|
|
625
489
|
Events?: Event[];
|
|
626
490
|
}
|
|
627
|
-
export declare namespace DescribeEventsResponse {
|
|
628
|
-
|
|
629
|
-
const filterSensitiveLog: (obj: DescribeEventsResponse) => any;
|
|
630
|
-
}
|
|
631
491
|
export interface DescribeParameterGroupsRequest {
|
|
632
492
|
|
|
633
493
|
ParameterGroupNames?: string[];
|
|
@@ -636,20 +496,12 @@ export interface DescribeParameterGroupsRequest {
|
|
|
636
496
|
|
|
637
497
|
NextToken?: string;
|
|
638
498
|
}
|
|
639
|
-
export declare namespace DescribeParameterGroupsRequest {
|
|
640
|
-
|
|
641
|
-
const filterSensitiveLog: (obj: DescribeParameterGroupsRequest) => any;
|
|
642
|
-
}
|
|
643
499
|
export interface DescribeParameterGroupsResponse {
|
|
644
500
|
|
|
645
501
|
NextToken?: string;
|
|
646
502
|
|
|
647
503
|
ParameterGroups?: ParameterGroup[];
|
|
648
504
|
}
|
|
649
|
-
export declare namespace DescribeParameterGroupsResponse {
|
|
650
|
-
|
|
651
|
-
const filterSensitiveLog: (obj: DescribeParameterGroupsResponse) => any;
|
|
652
|
-
}
|
|
653
505
|
export interface DescribeParametersRequest {
|
|
654
506
|
|
|
655
507
|
ParameterGroupName: string | undefined;
|
|
@@ -660,20 +512,12 @@ export interface DescribeParametersRequest {
|
|
|
660
512
|
|
|
661
513
|
NextToken?: string;
|
|
662
514
|
}
|
|
663
|
-
export declare namespace DescribeParametersRequest {
|
|
664
|
-
|
|
665
|
-
const filterSensitiveLog: (obj: DescribeParametersRequest) => any;
|
|
666
|
-
}
|
|
667
515
|
export interface DescribeParametersResponse {
|
|
668
516
|
|
|
669
517
|
NextToken?: string;
|
|
670
518
|
|
|
671
519
|
Parameters?: Parameter[];
|
|
672
520
|
}
|
|
673
|
-
export declare namespace DescribeParametersResponse {
|
|
674
|
-
|
|
675
|
-
const filterSensitiveLog: (obj: DescribeParametersResponse) => any;
|
|
676
|
-
}
|
|
677
521
|
export interface DescribeSubnetGroupsRequest {
|
|
678
522
|
|
|
679
523
|
SubnetGroupNames?: string[];
|
|
@@ -682,20 +526,12 @@ export interface DescribeSubnetGroupsRequest {
|
|
|
682
526
|
|
|
683
527
|
NextToken?: string;
|
|
684
528
|
}
|
|
685
|
-
export declare namespace DescribeSubnetGroupsRequest {
|
|
686
|
-
|
|
687
|
-
const filterSensitiveLog: (obj: DescribeSubnetGroupsRequest) => any;
|
|
688
|
-
}
|
|
689
529
|
export interface DescribeSubnetGroupsResponse {
|
|
690
530
|
|
|
691
531
|
NextToken?: string;
|
|
692
532
|
|
|
693
533
|
SubnetGroups?: SubnetGroup[];
|
|
694
534
|
}
|
|
695
|
-
export declare namespace DescribeSubnetGroupsResponse {
|
|
696
|
-
|
|
697
|
-
const filterSensitiveLog: (obj: DescribeSubnetGroupsResponse) => any;
|
|
698
|
-
}
|
|
699
535
|
export interface IncreaseReplicationFactorRequest {
|
|
700
536
|
|
|
701
537
|
ClusterName: string | undefined;
|
|
@@ -704,18 +540,10 @@ export interface IncreaseReplicationFactorRequest {
|
|
|
704
540
|
|
|
705
541
|
AvailabilityZones?: string[];
|
|
706
542
|
}
|
|
707
|
-
export declare namespace IncreaseReplicationFactorRequest {
|
|
708
|
-
|
|
709
|
-
const filterSensitiveLog: (obj: IncreaseReplicationFactorRequest) => any;
|
|
710
|
-
}
|
|
711
543
|
export interface IncreaseReplicationFactorResponse {
|
|
712
544
|
|
|
713
545
|
Cluster?: Cluster;
|
|
714
546
|
}
|
|
715
|
-
export declare namespace IncreaseReplicationFactorResponse {
|
|
716
|
-
|
|
717
|
-
const filterSensitiveLog: (obj: IncreaseReplicationFactorResponse) => any;
|
|
718
|
-
}
|
|
719
547
|
|
|
720
548
|
export declare class InvalidARNFault extends __BaseException {
|
|
721
549
|
readonly name: "InvalidARNFault";
|
|
@@ -729,56 +557,32 @@ export interface ListTagsRequest {
|
|
|
729
557
|
|
|
730
558
|
NextToken?: string;
|
|
731
559
|
}
|
|
732
|
-
export declare namespace ListTagsRequest {
|
|
733
|
-
|
|
734
|
-
const filterSensitiveLog: (obj: ListTagsRequest) => any;
|
|
735
|
-
}
|
|
736
560
|
export interface ListTagsResponse {
|
|
737
561
|
|
|
738
562
|
Tags?: Tag[];
|
|
739
563
|
|
|
740
564
|
NextToken?: string;
|
|
741
565
|
}
|
|
742
|
-
export declare namespace ListTagsResponse {
|
|
743
|
-
|
|
744
|
-
const filterSensitiveLog: (obj: ListTagsResponse) => any;
|
|
745
|
-
}
|
|
746
566
|
export interface RebootNodeRequest {
|
|
747
567
|
|
|
748
568
|
ClusterName: string | undefined;
|
|
749
569
|
|
|
750
570
|
NodeId: string | undefined;
|
|
751
571
|
}
|
|
752
|
-
export declare namespace RebootNodeRequest {
|
|
753
|
-
|
|
754
|
-
const filterSensitiveLog: (obj: RebootNodeRequest) => any;
|
|
755
|
-
}
|
|
756
572
|
export interface RebootNodeResponse {
|
|
757
573
|
|
|
758
574
|
Cluster?: Cluster;
|
|
759
575
|
}
|
|
760
|
-
export declare namespace RebootNodeResponse {
|
|
761
|
-
|
|
762
|
-
const filterSensitiveLog: (obj: RebootNodeResponse) => any;
|
|
763
|
-
}
|
|
764
576
|
export interface TagResourceRequest {
|
|
765
577
|
|
|
766
578
|
ResourceName: string | undefined;
|
|
767
579
|
|
|
768
580
|
Tags: Tag[] | undefined;
|
|
769
581
|
}
|
|
770
|
-
export declare namespace TagResourceRequest {
|
|
771
|
-
|
|
772
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
773
|
-
}
|
|
774
582
|
export interface TagResourceResponse {
|
|
775
583
|
|
|
776
584
|
Tags?: Tag[];
|
|
777
585
|
}
|
|
778
|
-
export declare namespace TagResourceResponse {
|
|
779
|
-
|
|
780
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
781
|
-
}
|
|
782
586
|
|
|
783
587
|
export declare class TagNotFoundFault extends __BaseException {
|
|
784
588
|
readonly name: "TagNotFoundFault";
|
|
@@ -792,18 +596,10 @@ export interface UntagResourceRequest {
|
|
|
792
596
|
|
|
793
597
|
TagKeys: string[] | undefined;
|
|
794
598
|
}
|
|
795
|
-
export declare namespace UntagResourceRequest {
|
|
796
|
-
|
|
797
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
798
|
-
}
|
|
799
599
|
export interface UntagResourceResponse {
|
|
800
600
|
|
|
801
601
|
Tags?: Tag[];
|
|
802
602
|
}
|
|
803
|
-
export declare namespace UntagResourceResponse {
|
|
804
|
-
|
|
805
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
806
|
-
}
|
|
807
603
|
export interface UpdateClusterRequest {
|
|
808
604
|
|
|
809
605
|
ClusterName: string | undefined;
|
|
@@ -820,18 +616,10 @@ export interface UpdateClusterRequest {
|
|
|
820
616
|
|
|
821
617
|
SecurityGroupIds?: string[];
|
|
822
618
|
}
|
|
823
|
-
export declare namespace UpdateClusterRequest {
|
|
824
|
-
|
|
825
|
-
const filterSensitiveLog: (obj: UpdateClusterRequest) => any;
|
|
826
|
-
}
|
|
827
619
|
export interface UpdateClusterResponse {
|
|
828
620
|
|
|
829
621
|
Cluster?: Cluster;
|
|
830
622
|
}
|
|
831
|
-
export declare namespace UpdateClusterResponse {
|
|
832
|
-
|
|
833
|
-
const filterSensitiveLog: (obj: UpdateClusterResponse) => any;
|
|
834
|
-
}
|
|
835
623
|
|
|
836
624
|
export interface ParameterNameValue {
|
|
837
625
|
|
|
@@ -839,28 +627,16 @@ export interface ParameterNameValue {
|
|
|
839
627
|
|
|
840
628
|
ParameterValue?: string;
|
|
841
629
|
}
|
|
842
|
-
export declare namespace ParameterNameValue {
|
|
843
|
-
|
|
844
|
-
const filterSensitiveLog: (obj: ParameterNameValue) => any;
|
|
845
|
-
}
|
|
846
630
|
export interface UpdateParameterGroupRequest {
|
|
847
631
|
|
|
848
632
|
ParameterGroupName: string | undefined;
|
|
849
633
|
|
|
850
634
|
ParameterNameValues: ParameterNameValue[] | undefined;
|
|
851
635
|
}
|
|
852
|
-
export declare namespace UpdateParameterGroupRequest {
|
|
853
|
-
|
|
854
|
-
const filterSensitiveLog: (obj: UpdateParameterGroupRequest) => any;
|
|
855
|
-
}
|
|
856
636
|
export interface UpdateParameterGroupResponse {
|
|
857
637
|
|
|
858
638
|
ParameterGroup?: ParameterGroup;
|
|
859
639
|
}
|
|
860
|
-
export declare namespace UpdateParameterGroupResponse {
|
|
861
|
-
|
|
862
|
-
const filterSensitiveLog: (obj: UpdateParameterGroupResponse) => any;
|
|
863
|
-
}
|
|
864
640
|
|
|
865
641
|
export declare class SubnetInUse extends __BaseException {
|
|
866
642
|
readonly name: "SubnetInUse";
|
|
@@ -876,15 +652,123 @@ export interface UpdateSubnetGroupRequest {
|
|
|
876
652
|
|
|
877
653
|
SubnetIds?: string[];
|
|
878
654
|
}
|
|
879
|
-
export declare namespace UpdateSubnetGroupRequest {
|
|
880
|
-
|
|
881
|
-
const filterSensitiveLog: (obj: UpdateSubnetGroupRequest) => any;
|
|
882
|
-
}
|
|
883
655
|
export interface UpdateSubnetGroupResponse {
|
|
884
656
|
|
|
885
657
|
SubnetGroup?: SubnetGroup;
|
|
886
658
|
}
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
659
|
+
|
|
660
|
+
export declare const SSESpecificationFilterSensitiveLog: (obj: SSESpecification) => any;
|
|
661
|
+
|
|
662
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
663
|
+
|
|
664
|
+
export declare const CreateClusterRequestFilterSensitiveLog: (obj: CreateClusterRequest) => any;
|
|
665
|
+
|
|
666
|
+
export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
|
|
667
|
+
|
|
668
|
+
export declare const NodeFilterSensitiveLog: (obj: Node) => any;
|
|
669
|
+
|
|
670
|
+
export declare const NotificationConfigurationFilterSensitiveLog: (obj: NotificationConfiguration) => any;
|
|
671
|
+
|
|
672
|
+
export declare const ParameterGroupStatusFilterSensitiveLog: (obj: ParameterGroupStatus) => any;
|
|
673
|
+
|
|
674
|
+
export declare const SecurityGroupMembershipFilterSensitiveLog: (obj: SecurityGroupMembership) => any;
|
|
675
|
+
|
|
676
|
+
export declare const SSEDescriptionFilterSensitiveLog: (obj: SSEDescription) => any;
|
|
677
|
+
|
|
678
|
+
export declare const ClusterFilterSensitiveLog: (obj: Cluster) => any;
|
|
679
|
+
|
|
680
|
+
export declare const CreateClusterResponseFilterSensitiveLog: (obj: CreateClusterResponse) => any;
|
|
681
|
+
|
|
682
|
+
export declare const CreateParameterGroupRequestFilterSensitiveLog: (obj: CreateParameterGroupRequest) => any;
|
|
683
|
+
|
|
684
|
+
export declare const ParameterGroupFilterSensitiveLog: (obj: ParameterGroup) => any;
|
|
685
|
+
|
|
686
|
+
export declare const CreateParameterGroupResponseFilterSensitiveLog: (obj: CreateParameterGroupResponse) => any;
|
|
687
|
+
|
|
688
|
+
export declare const CreateSubnetGroupRequestFilterSensitiveLog: (obj: CreateSubnetGroupRequest) => any;
|
|
689
|
+
|
|
690
|
+
export declare const SubnetFilterSensitiveLog: (obj: Subnet) => any;
|
|
691
|
+
|
|
692
|
+
export declare const SubnetGroupFilterSensitiveLog: (obj: SubnetGroup) => any;
|
|
693
|
+
|
|
694
|
+
export declare const CreateSubnetGroupResponseFilterSensitiveLog: (obj: CreateSubnetGroupResponse) => any;
|
|
695
|
+
|
|
696
|
+
export declare const DecreaseReplicationFactorRequestFilterSensitiveLog: (obj: DecreaseReplicationFactorRequest) => any;
|
|
697
|
+
|
|
698
|
+
export declare const DecreaseReplicationFactorResponseFilterSensitiveLog: (obj: DecreaseReplicationFactorResponse) => any;
|
|
699
|
+
|
|
700
|
+
export declare const DeleteClusterRequestFilterSensitiveLog: (obj: DeleteClusterRequest) => any;
|
|
701
|
+
|
|
702
|
+
export declare const DeleteClusterResponseFilterSensitiveLog: (obj: DeleteClusterResponse) => any;
|
|
703
|
+
|
|
704
|
+
export declare const DeleteParameterGroupRequestFilterSensitiveLog: (obj: DeleteParameterGroupRequest) => any;
|
|
705
|
+
|
|
706
|
+
export declare const DeleteParameterGroupResponseFilterSensitiveLog: (obj: DeleteParameterGroupResponse) => any;
|
|
707
|
+
|
|
708
|
+
export declare const DeleteSubnetGroupRequestFilterSensitiveLog: (obj: DeleteSubnetGroupRequest) => any;
|
|
709
|
+
|
|
710
|
+
export declare const DeleteSubnetGroupResponseFilterSensitiveLog: (obj: DeleteSubnetGroupResponse) => any;
|
|
711
|
+
|
|
712
|
+
export declare const DescribeClustersRequestFilterSensitiveLog: (obj: DescribeClustersRequest) => any;
|
|
713
|
+
|
|
714
|
+
export declare const DescribeClustersResponseFilterSensitiveLog: (obj: DescribeClustersResponse) => any;
|
|
715
|
+
|
|
716
|
+
export declare const DescribeDefaultParametersRequestFilterSensitiveLog: (obj: DescribeDefaultParametersRequest) => any;
|
|
717
|
+
|
|
718
|
+
export declare const NodeTypeSpecificValueFilterSensitiveLog: (obj: NodeTypeSpecificValue) => any;
|
|
719
|
+
|
|
720
|
+
export declare const ParameterFilterSensitiveLog: (obj: Parameter) => any;
|
|
721
|
+
|
|
722
|
+
export declare const DescribeDefaultParametersResponseFilterSensitiveLog: (obj: DescribeDefaultParametersResponse) => any;
|
|
723
|
+
|
|
724
|
+
export declare const DescribeEventsRequestFilterSensitiveLog: (obj: DescribeEventsRequest) => any;
|
|
725
|
+
|
|
726
|
+
export declare const EventFilterSensitiveLog: (obj: Event) => any;
|
|
727
|
+
|
|
728
|
+
export declare const DescribeEventsResponseFilterSensitiveLog: (obj: DescribeEventsResponse) => any;
|
|
729
|
+
|
|
730
|
+
export declare const DescribeParameterGroupsRequestFilterSensitiveLog: (obj: DescribeParameterGroupsRequest) => any;
|
|
731
|
+
|
|
732
|
+
export declare const DescribeParameterGroupsResponseFilterSensitiveLog: (obj: DescribeParameterGroupsResponse) => any;
|
|
733
|
+
|
|
734
|
+
export declare const DescribeParametersRequestFilterSensitiveLog: (obj: DescribeParametersRequest) => any;
|
|
735
|
+
|
|
736
|
+
export declare const DescribeParametersResponseFilterSensitiveLog: (obj: DescribeParametersResponse) => any;
|
|
737
|
+
|
|
738
|
+
export declare const DescribeSubnetGroupsRequestFilterSensitiveLog: (obj: DescribeSubnetGroupsRequest) => any;
|
|
739
|
+
|
|
740
|
+
export declare const DescribeSubnetGroupsResponseFilterSensitiveLog: (obj: DescribeSubnetGroupsResponse) => any;
|
|
741
|
+
|
|
742
|
+
export declare const IncreaseReplicationFactorRequestFilterSensitiveLog: (obj: IncreaseReplicationFactorRequest) => any;
|
|
743
|
+
|
|
744
|
+
export declare const IncreaseReplicationFactorResponseFilterSensitiveLog: (obj: IncreaseReplicationFactorResponse) => any;
|
|
745
|
+
|
|
746
|
+
export declare const ListTagsRequestFilterSensitiveLog: (obj: ListTagsRequest) => any;
|
|
747
|
+
|
|
748
|
+
export declare const ListTagsResponseFilterSensitiveLog: (obj: ListTagsResponse) => any;
|
|
749
|
+
|
|
750
|
+
export declare const RebootNodeRequestFilterSensitiveLog: (obj: RebootNodeRequest) => any;
|
|
751
|
+
|
|
752
|
+
export declare const RebootNodeResponseFilterSensitiveLog: (obj: RebootNodeResponse) => any;
|
|
753
|
+
|
|
754
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
755
|
+
|
|
756
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
757
|
+
|
|
758
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
759
|
+
|
|
760
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
761
|
+
|
|
762
|
+
export declare const UpdateClusterRequestFilterSensitiveLog: (obj: UpdateClusterRequest) => any;
|
|
763
|
+
|
|
764
|
+
export declare const UpdateClusterResponseFilterSensitiveLog: (obj: UpdateClusterResponse) => any;
|
|
765
|
+
|
|
766
|
+
export declare const ParameterNameValueFilterSensitiveLog: (obj: ParameterNameValue) => any;
|
|
767
|
+
|
|
768
|
+
export declare const UpdateParameterGroupRequestFilterSensitiveLog: (obj: UpdateParameterGroupRequest) => any;
|
|
769
|
+
|
|
770
|
+
export declare const UpdateParameterGroupResponseFilterSensitiveLog: (obj: UpdateParameterGroupResponse) => any;
|
|
771
|
+
|
|
772
|
+
export declare const UpdateSubnetGroupRequestFilterSensitiveLog: (obj: UpdateSubnetGroupRequest) => any;
|
|
773
|
+
|
|
774
|
+
export declare const UpdateSubnetGroupResponseFilterSensitiveLog: (obj: UpdateSubnetGroupResponse) => any;
|