@aws-sdk/client-elasticache 3.181.0 → 3.183.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 +8 -0
- package/dist-es/ElastiCache.js +262 -269
- package/dist-es/ElastiCacheClient.js +22 -28
- package/dist-es/commands/AddTagsToResourceCommand.js +21 -28
- package/dist-es/commands/AuthorizeCacheSecurityGroupIngressCommand.js +21 -28
- package/dist-es/commands/BatchApplyUpdateActionCommand.js +21 -28
- package/dist-es/commands/BatchStopUpdateActionCommand.js +21 -28
- package/dist-es/commands/CompleteMigrationCommand.js +21 -28
- package/dist-es/commands/CopySnapshotCommand.js +21 -28
- package/dist-es/commands/CreateCacheClusterCommand.js +21 -28
- package/dist-es/commands/CreateCacheParameterGroupCommand.js +21 -28
- package/dist-es/commands/CreateCacheSecurityGroupCommand.js +21 -28
- package/dist-es/commands/CreateCacheSubnetGroupCommand.js +21 -28
- package/dist-es/commands/CreateGlobalReplicationGroupCommand.js +21 -28
- package/dist-es/commands/CreateReplicationGroupCommand.js +21 -28
- package/dist-es/commands/CreateSnapshotCommand.js +21 -28
- package/dist-es/commands/CreateUserCommand.js +21 -28
- package/dist-es/commands/CreateUserGroupCommand.js +21 -28
- package/dist-es/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.js +21 -28
- package/dist-es/commands/DecreaseReplicaCountCommand.js +21 -28
- package/dist-es/commands/DeleteCacheClusterCommand.js +21 -28
- package/dist-es/commands/DeleteCacheParameterGroupCommand.js +22 -29
- package/dist-es/commands/DeleteCacheSecurityGroupCommand.js +22 -29
- package/dist-es/commands/DeleteCacheSubnetGroupCommand.js +22 -29
- package/dist-es/commands/DeleteGlobalReplicationGroupCommand.js +21 -28
- package/dist-es/commands/DeleteReplicationGroupCommand.js +21 -28
- package/dist-es/commands/DeleteSnapshotCommand.js +21 -28
- package/dist-es/commands/DeleteUserCommand.js +21 -28
- package/dist-es/commands/DeleteUserGroupCommand.js +21 -28
- package/dist-es/commands/DescribeCacheClustersCommand.js +21 -28
- package/dist-es/commands/DescribeCacheEngineVersionsCommand.js +21 -28
- package/dist-es/commands/DescribeCacheParameterGroupsCommand.js +21 -28
- package/dist-es/commands/DescribeCacheParametersCommand.js +21 -28
- package/dist-es/commands/DescribeCacheSecurityGroupsCommand.js +21 -28
- package/dist-es/commands/DescribeCacheSubnetGroupsCommand.js +21 -28
- package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +21 -28
- package/dist-es/commands/DescribeEventsCommand.js +21 -28
- package/dist-es/commands/DescribeGlobalReplicationGroupsCommand.js +21 -28
- package/dist-es/commands/DescribeReplicationGroupsCommand.js +21 -28
- package/dist-es/commands/DescribeReservedCacheNodesCommand.js +21 -28
- package/dist-es/commands/DescribeReservedCacheNodesOfferingsCommand.js +21 -28
- package/dist-es/commands/DescribeServiceUpdatesCommand.js +21 -28
- package/dist-es/commands/DescribeSnapshotsCommand.js +21 -28
- package/dist-es/commands/DescribeUpdateActionsCommand.js +21 -28
- package/dist-es/commands/DescribeUserGroupsCommand.js +21 -28
- package/dist-es/commands/DescribeUsersCommand.js +21 -28
- package/dist-es/commands/DisassociateGlobalReplicationGroupCommand.js +21 -28
- package/dist-es/commands/FailoverGlobalReplicationGroupCommand.js +21 -28
- package/dist-es/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.js +21 -28
- package/dist-es/commands/IncreaseReplicaCountCommand.js +21 -28
- package/dist-es/commands/ListAllowedNodeTypeModificationsCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/ModifyCacheClusterCommand.js +21 -28
- package/dist-es/commands/ModifyCacheParameterGroupCommand.js +21 -28
- package/dist-es/commands/ModifyCacheSubnetGroupCommand.js +21 -28
- package/dist-es/commands/ModifyGlobalReplicationGroupCommand.js +21 -28
- package/dist-es/commands/ModifyReplicationGroupCommand.js +21 -28
- package/dist-es/commands/ModifyReplicationGroupShardConfigurationCommand.js +21 -28
- package/dist-es/commands/ModifyUserCommand.js +21 -28
- package/dist-es/commands/ModifyUserGroupCommand.js +21 -28
- package/dist-es/commands/PurchaseReservedCacheNodesOfferingCommand.js +21 -28
- package/dist-es/commands/RebalanceSlotsInGlobalReplicationGroupCommand.js +21 -28
- package/dist-es/commands/RebootCacheClusterCommand.js +21 -28
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +21 -28
- package/dist-es/commands/ResetCacheParameterGroupCommand.js +21 -28
- package/dist-es/commands/RevokeCacheSecurityGroupIngressCommand.js +21 -28
- package/dist-es/commands/StartMigrationCommand.js +21 -28
- package/dist-es/commands/TestFailoverCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/ElastiCacheServiceException.js +5 -10
- package/dist-es/models/models_0.js +1344 -985
- package/dist-es/pagination/DescribeCacheClustersPaginator.js +25 -68
- package/dist-es/pagination/DescribeCacheEngineVersionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeCacheParameterGroupsPaginator.js +25 -68
- package/dist-es/pagination/DescribeCacheParametersPaginator.js +25 -68
- package/dist-es/pagination/DescribeCacheSecurityGroupsPaginator.js +25 -68
- package/dist-es/pagination/DescribeCacheSubnetGroupsPaginator.js +25 -68
- package/dist-es/pagination/DescribeEngineDefaultParametersPaginator.js +25 -68
- package/dist-es/pagination/DescribeEventsPaginator.js +25 -68
- package/dist-es/pagination/DescribeGlobalReplicationGroupsPaginator.js +25 -68
- package/dist-es/pagination/DescribeReplicationGroupsPaginator.js +25 -68
- package/dist-es/pagination/DescribeReservedCacheNodesOfferingsPaginator.js +25 -68
- package/dist-es/pagination/DescribeReservedCacheNodesPaginator.js +25 -68
- package/dist-es/pagination/DescribeServiceUpdatesPaginator.js +25 -68
- package/dist-es/pagination/DescribeSnapshotsPaginator.js +25 -68
- package/dist-es/pagination/DescribeUpdateActionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeUserGroupsPaginator.js +25 -68
- package/dist-es/pagination/DescribeUsersPaginator.js +25 -68
- package/dist-es/protocols/Aws_query.js +5547 -7352
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/dist-es/waiters/waitForCacheClusterAvailable.js +92 -163
- package/dist-es/waiters/waitForCacheClusterDeleted.js +122 -213
- package/dist-es/waiters/waitForReplicationGroupAvailable.js +50 -91
- package/dist-es/waiters/waitForReplicationGroupDeleted.js +52 -93
- package/package.json +34 -34
|
@@ -1,209 +1,208 @@
|
|
|
1
|
-
import { __assign, __extends } from "tslib";
|
|
2
1
|
import { ElastiCacheServiceException as __BaseException } from "./ElastiCacheServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
}
|
|
206
|
-
|
|
2
|
+
export class CacheClusterNotFoundFault extends __BaseException {
|
|
3
|
+
constructor(opts) {
|
|
4
|
+
super({
|
|
5
|
+
name: "CacheClusterNotFoundFault",
|
|
6
|
+
$fault: "client",
|
|
7
|
+
...opts,
|
|
8
|
+
});
|
|
9
|
+
this.name = "CacheClusterNotFoundFault";
|
|
10
|
+
this.$fault = "client";
|
|
11
|
+
Object.setPrototypeOf(this, CacheClusterNotFoundFault.prototype);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export class CacheParameterGroupNotFoundFault extends __BaseException {
|
|
15
|
+
constructor(opts) {
|
|
16
|
+
super({
|
|
17
|
+
name: "CacheParameterGroupNotFoundFault",
|
|
18
|
+
$fault: "client",
|
|
19
|
+
...opts,
|
|
20
|
+
});
|
|
21
|
+
this.name = "CacheParameterGroupNotFoundFault";
|
|
22
|
+
this.$fault = "client";
|
|
23
|
+
Object.setPrototypeOf(this, CacheParameterGroupNotFoundFault.prototype);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
export class CacheSecurityGroupNotFoundFault extends __BaseException {
|
|
27
|
+
constructor(opts) {
|
|
28
|
+
super({
|
|
29
|
+
name: "CacheSecurityGroupNotFoundFault",
|
|
30
|
+
$fault: "client",
|
|
31
|
+
...opts,
|
|
32
|
+
});
|
|
33
|
+
this.name = "CacheSecurityGroupNotFoundFault";
|
|
34
|
+
this.$fault = "client";
|
|
35
|
+
Object.setPrototypeOf(this, CacheSecurityGroupNotFoundFault.prototype);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
export class CacheSubnetGroupNotFoundFault extends __BaseException {
|
|
39
|
+
constructor(opts) {
|
|
40
|
+
super({
|
|
41
|
+
name: "CacheSubnetGroupNotFoundFault",
|
|
42
|
+
$fault: "client",
|
|
43
|
+
...opts,
|
|
44
|
+
});
|
|
45
|
+
this.name = "CacheSubnetGroupNotFoundFault";
|
|
46
|
+
this.$fault = "client";
|
|
47
|
+
Object.setPrototypeOf(this, CacheSubnetGroupNotFoundFault.prototype);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
export class InvalidARNFault extends __BaseException {
|
|
51
|
+
constructor(opts) {
|
|
52
|
+
super({
|
|
53
|
+
name: "InvalidARNFault",
|
|
54
|
+
$fault: "client",
|
|
55
|
+
...opts,
|
|
56
|
+
});
|
|
57
|
+
this.name = "InvalidARNFault";
|
|
58
|
+
this.$fault = "client";
|
|
59
|
+
Object.setPrototypeOf(this, InvalidARNFault.prototype);
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
export class InvalidReplicationGroupStateFault extends __BaseException {
|
|
63
|
+
constructor(opts) {
|
|
64
|
+
super({
|
|
65
|
+
name: "InvalidReplicationGroupStateFault",
|
|
66
|
+
$fault: "client",
|
|
67
|
+
...opts,
|
|
68
|
+
});
|
|
69
|
+
this.name = "InvalidReplicationGroupStateFault";
|
|
70
|
+
this.$fault = "client";
|
|
71
|
+
Object.setPrototypeOf(this, InvalidReplicationGroupStateFault.prototype);
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
export class ReplicationGroupNotFoundFault extends __BaseException {
|
|
75
|
+
constructor(opts) {
|
|
76
|
+
super({
|
|
77
|
+
name: "ReplicationGroupNotFoundFault",
|
|
78
|
+
$fault: "client",
|
|
79
|
+
...opts,
|
|
80
|
+
});
|
|
81
|
+
this.name = "ReplicationGroupNotFoundFault";
|
|
82
|
+
this.$fault = "client";
|
|
83
|
+
Object.setPrototypeOf(this, ReplicationGroupNotFoundFault.prototype);
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
export class ReservedCacheNodeNotFoundFault extends __BaseException {
|
|
87
|
+
constructor(opts) {
|
|
88
|
+
super({
|
|
89
|
+
name: "ReservedCacheNodeNotFoundFault",
|
|
90
|
+
$fault: "client",
|
|
91
|
+
...opts,
|
|
92
|
+
});
|
|
93
|
+
this.name = "ReservedCacheNodeNotFoundFault";
|
|
94
|
+
this.$fault = "client";
|
|
95
|
+
Object.setPrototypeOf(this, ReservedCacheNodeNotFoundFault.prototype);
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
export class SnapshotNotFoundFault extends __BaseException {
|
|
99
|
+
constructor(opts) {
|
|
100
|
+
super({
|
|
101
|
+
name: "SnapshotNotFoundFault",
|
|
102
|
+
$fault: "client",
|
|
103
|
+
...opts,
|
|
104
|
+
});
|
|
105
|
+
this.name = "SnapshotNotFoundFault";
|
|
106
|
+
this.$fault = "client";
|
|
107
|
+
Object.setPrototypeOf(this, SnapshotNotFoundFault.prototype);
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
export class TagQuotaPerResourceExceeded extends __BaseException {
|
|
111
|
+
constructor(opts) {
|
|
112
|
+
super({
|
|
113
|
+
name: "TagQuotaPerResourceExceeded",
|
|
114
|
+
$fault: "client",
|
|
115
|
+
...opts,
|
|
116
|
+
});
|
|
117
|
+
this.name = "TagQuotaPerResourceExceeded";
|
|
118
|
+
this.$fault = "client";
|
|
119
|
+
Object.setPrototypeOf(this, TagQuotaPerResourceExceeded.prototype);
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
export class UserGroupNotFoundFault extends __BaseException {
|
|
123
|
+
constructor(opts) {
|
|
124
|
+
super({
|
|
125
|
+
name: "UserGroupNotFoundFault",
|
|
126
|
+
$fault: "client",
|
|
127
|
+
...opts,
|
|
128
|
+
});
|
|
129
|
+
this.name = "UserGroupNotFoundFault";
|
|
130
|
+
this.$fault = "client";
|
|
131
|
+
Object.setPrototypeOf(this, UserGroupNotFoundFault.prototype);
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
export class UserNotFoundFault extends __BaseException {
|
|
135
|
+
constructor(opts) {
|
|
136
|
+
super({
|
|
137
|
+
name: "UserNotFoundFault",
|
|
138
|
+
$fault: "client",
|
|
139
|
+
...opts,
|
|
140
|
+
});
|
|
141
|
+
this.name = "UserNotFoundFault";
|
|
142
|
+
this.$fault = "client";
|
|
143
|
+
Object.setPrototypeOf(this, UserNotFoundFault.prototype);
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
export class AuthorizationAlreadyExistsFault extends __BaseException {
|
|
147
|
+
constructor(opts) {
|
|
148
|
+
super({
|
|
149
|
+
name: "AuthorizationAlreadyExistsFault",
|
|
150
|
+
$fault: "client",
|
|
151
|
+
...opts,
|
|
152
|
+
});
|
|
153
|
+
this.name = "AuthorizationAlreadyExistsFault";
|
|
154
|
+
this.$fault = "client";
|
|
155
|
+
Object.setPrototypeOf(this, AuthorizationAlreadyExistsFault.prototype);
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
export class InvalidCacheSecurityGroupStateFault extends __BaseException {
|
|
159
|
+
constructor(opts) {
|
|
160
|
+
super({
|
|
161
|
+
name: "InvalidCacheSecurityGroupStateFault",
|
|
162
|
+
$fault: "client",
|
|
163
|
+
...opts,
|
|
164
|
+
});
|
|
165
|
+
this.name = "InvalidCacheSecurityGroupStateFault";
|
|
166
|
+
this.$fault = "client";
|
|
167
|
+
Object.setPrototypeOf(this, InvalidCacheSecurityGroupStateFault.prototype);
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
export class InvalidParameterCombinationException extends __BaseException {
|
|
171
|
+
constructor(opts) {
|
|
172
|
+
super({
|
|
173
|
+
name: "InvalidParameterCombinationException",
|
|
174
|
+
$fault: "client",
|
|
175
|
+
...opts,
|
|
176
|
+
});
|
|
177
|
+
this.name = "InvalidParameterCombinationException";
|
|
178
|
+
this.$fault = "client";
|
|
179
|
+
Object.setPrototypeOf(this, InvalidParameterCombinationException.prototype);
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
export class InvalidParameterValueException extends __BaseException {
|
|
183
|
+
constructor(opts) {
|
|
184
|
+
super({
|
|
185
|
+
name: "InvalidParameterValueException",
|
|
186
|
+
$fault: "client",
|
|
187
|
+
...opts,
|
|
188
|
+
});
|
|
189
|
+
this.name = "InvalidParameterValueException";
|
|
190
|
+
this.$fault = "client";
|
|
191
|
+
Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
export class ServiceUpdateNotFoundFault extends __BaseException {
|
|
195
|
+
constructor(opts) {
|
|
196
|
+
super({
|
|
197
|
+
name: "ServiceUpdateNotFoundFault",
|
|
198
|
+
$fault: "client",
|
|
199
|
+
...opts,
|
|
200
|
+
});
|
|
201
|
+
this.name = "ServiceUpdateNotFoundFault";
|
|
202
|
+
this.$fault = "client";
|
|
203
|
+
Object.setPrototypeOf(this, ServiceUpdateNotFoundFault.prototype);
|
|
204
|
+
}
|
|
205
|
+
}
|
|
207
206
|
export var UpdateActionStatus;
|
|
208
207
|
(function (UpdateActionStatus) {
|
|
209
208
|
UpdateActionStatus["COMPLETE"] = "complete";
|
|
@@ -261,78 +260,78 @@ export var PendingAutomaticFailoverStatus;
|
|
|
261
260
|
PendingAutomaticFailoverStatus["DISABLED"] = "disabled";
|
|
262
261
|
PendingAutomaticFailoverStatus["ENABLED"] = "enabled";
|
|
263
262
|
})(PendingAutomaticFailoverStatus || (PendingAutomaticFailoverStatus = {}));
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
}
|
|
335
|
-
|
|
263
|
+
export class ReplicationGroupNotUnderMigrationFault extends __BaseException {
|
|
264
|
+
constructor(opts) {
|
|
265
|
+
super({
|
|
266
|
+
name: "ReplicationGroupNotUnderMigrationFault",
|
|
267
|
+
$fault: "client",
|
|
268
|
+
...opts,
|
|
269
|
+
});
|
|
270
|
+
this.name = "ReplicationGroupNotUnderMigrationFault";
|
|
271
|
+
this.$fault = "client";
|
|
272
|
+
Object.setPrototypeOf(this, ReplicationGroupNotUnderMigrationFault.prototype);
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
export class InvalidSnapshotStateFault extends __BaseException {
|
|
276
|
+
constructor(opts) {
|
|
277
|
+
super({
|
|
278
|
+
name: "InvalidSnapshotStateFault",
|
|
279
|
+
$fault: "client",
|
|
280
|
+
...opts,
|
|
281
|
+
});
|
|
282
|
+
this.name = "InvalidSnapshotStateFault";
|
|
283
|
+
this.$fault = "client";
|
|
284
|
+
Object.setPrototypeOf(this, InvalidSnapshotStateFault.prototype);
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
export class SnapshotAlreadyExistsFault extends __BaseException {
|
|
288
|
+
constructor(opts) {
|
|
289
|
+
super({
|
|
290
|
+
name: "SnapshotAlreadyExistsFault",
|
|
291
|
+
$fault: "client",
|
|
292
|
+
...opts,
|
|
293
|
+
});
|
|
294
|
+
this.name = "SnapshotAlreadyExistsFault";
|
|
295
|
+
this.$fault = "client";
|
|
296
|
+
Object.setPrototypeOf(this, SnapshotAlreadyExistsFault.prototype);
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
export class SnapshotQuotaExceededFault extends __BaseException {
|
|
300
|
+
constructor(opts) {
|
|
301
|
+
super({
|
|
302
|
+
name: "SnapshotQuotaExceededFault",
|
|
303
|
+
$fault: "client",
|
|
304
|
+
...opts,
|
|
305
|
+
});
|
|
306
|
+
this.name = "SnapshotQuotaExceededFault";
|
|
307
|
+
this.$fault = "client";
|
|
308
|
+
Object.setPrototypeOf(this, SnapshotQuotaExceededFault.prototype);
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
export class CacheClusterAlreadyExistsFault extends __BaseException {
|
|
312
|
+
constructor(opts) {
|
|
313
|
+
super({
|
|
314
|
+
name: "CacheClusterAlreadyExistsFault",
|
|
315
|
+
$fault: "client",
|
|
316
|
+
...opts,
|
|
317
|
+
});
|
|
318
|
+
this.name = "CacheClusterAlreadyExistsFault";
|
|
319
|
+
this.$fault = "client";
|
|
320
|
+
Object.setPrototypeOf(this, CacheClusterAlreadyExistsFault.prototype);
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
export class ClusterQuotaForCustomerExceededFault extends __BaseException {
|
|
324
|
+
constructor(opts) {
|
|
325
|
+
super({
|
|
326
|
+
name: "ClusterQuotaForCustomerExceededFault",
|
|
327
|
+
$fault: "client",
|
|
328
|
+
...opts,
|
|
329
|
+
});
|
|
330
|
+
this.name = "ClusterQuotaForCustomerExceededFault";
|
|
331
|
+
this.$fault = "client";
|
|
332
|
+
Object.setPrototypeOf(this, ClusterQuotaForCustomerExceededFault.prototype);
|
|
333
|
+
}
|
|
334
|
+
}
|
|
336
335
|
export var AZMode;
|
|
337
336
|
(function (AZMode) {
|
|
338
337
|
AZMode["CROSS_AZ"] = "cross-az";
|
|
@@ -343,419 +342,419 @@ export var OutpostMode;
|
|
|
343
342
|
OutpostMode["CROSS_OUTPOST"] = "cross-outpost";
|
|
344
343
|
OutpostMode["SINGLE_OUTPOST"] = "single-outpost";
|
|
345
344
|
})(OutpostMode || (OutpostMode = {}));
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
}
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
}
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
}
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
}
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
}
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
}
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
}
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
}
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
}
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
}
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
}
|
|
633
|
-
|
|
345
|
+
export class InsufficientCacheClusterCapacityFault extends __BaseException {
|
|
346
|
+
constructor(opts) {
|
|
347
|
+
super({
|
|
348
|
+
name: "InsufficientCacheClusterCapacityFault",
|
|
349
|
+
$fault: "client",
|
|
350
|
+
...opts,
|
|
351
|
+
});
|
|
352
|
+
this.name = "InsufficientCacheClusterCapacityFault";
|
|
353
|
+
this.$fault = "client";
|
|
354
|
+
Object.setPrototypeOf(this, InsufficientCacheClusterCapacityFault.prototype);
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
export class InvalidVPCNetworkStateFault extends __BaseException {
|
|
358
|
+
constructor(opts) {
|
|
359
|
+
super({
|
|
360
|
+
name: "InvalidVPCNetworkStateFault",
|
|
361
|
+
$fault: "client",
|
|
362
|
+
...opts,
|
|
363
|
+
});
|
|
364
|
+
this.name = "InvalidVPCNetworkStateFault";
|
|
365
|
+
this.$fault = "client";
|
|
366
|
+
Object.setPrototypeOf(this, InvalidVPCNetworkStateFault.prototype);
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
export class NodeQuotaForClusterExceededFault extends __BaseException {
|
|
370
|
+
constructor(opts) {
|
|
371
|
+
super({
|
|
372
|
+
name: "NodeQuotaForClusterExceededFault",
|
|
373
|
+
$fault: "client",
|
|
374
|
+
...opts,
|
|
375
|
+
});
|
|
376
|
+
this.name = "NodeQuotaForClusterExceededFault";
|
|
377
|
+
this.$fault = "client";
|
|
378
|
+
Object.setPrototypeOf(this, NodeQuotaForClusterExceededFault.prototype);
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
export class NodeQuotaForCustomerExceededFault extends __BaseException {
|
|
382
|
+
constructor(opts) {
|
|
383
|
+
super({
|
|
384
|
+
name: "NodeQuotaForCustomerExceededFault",
|
|
385
|
+
$fault: "client",
|
|
386
|
+
...opts,
|
|
387
|
+
});
|
|
388
|
+
this.name = "NodeQuotaForCustomerExceededFault";
|
|
389
|
+
this.$fault = "client";
|
|
390
|
+
Object.setPrototypeOf(this, NodeQuotaForCustomerExceededFault.prototype);
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
export class CacheParameterGroupAlreadyExistsFault extends __BaseException {
|
|
394
|
+
constructor(opts) {
|
|
395
|
+
super({
|
|
396
|
+
name: "CacheParameterGroupAlreadyExistsFault",
|
|
397
|
+
$fault: "client",
|
|
398
|
+
...opts,
|
|
399
|
+
});
|
|
400
|
+
this.name = "CacheParameterGroupAlreadyExistsFault";
|
|
401
|
+
this.$fault = "client";
|
|
402
|
+
Object.setPrototypeOf(this, CacheParameterGroupAlreadyExistsFault.prototype);
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
export class CacheParameterGroupQuotaExceededFault extends __BaseException {
|
|
406
|
+
constructor(opts) {
|
|
407
|
+
super({
|
|
408
|
+
name: "CacheParameterGroupQuotaExceededFault",
|
|
409
|
+
$fault: "client",
|
|
410
|
+
...opts,
|
|
411
|
+
});
|
|
412
|
+
this.name = "CacheParameterGroupQuotaExceededFault";
|
|
413
|
+
this.$fault = "client";
|
|
414
|
+
Object.setPrototypeOf(this, CacheParameterGroupQuotaExceededFault.prototype);
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
export class InvalidCacheParameterGroupStateFault extends __BaseException {
|
|
418
|
+
constructor(opts) {
|
|
419
|
+
super({
|
|
420
|
+
name: "InvalidCacheParameterGroupStateFault",
|
|
421
|
+
$fault: "client",
|
|
422
|
+
...opts,
|
|
423
|
+
});
|
|
424
|
+
this.name = "InvalidCacheParameterGroupStateFault";
|
|
425
|
+
this.$fault = "client";
|
|
426
|
+
Object.setPrototypeOf(this, InvalidCacheParameterGroupStateFault.prototype);
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
export class CacheSecurityGroupAlreadyExistsFault extends __BaseException {
|
|
430
|
+
constructor(opts) {
|
|
431
|
+
super({
|
|
432
|
+
name: "CacheSecurityGroupAlreadyExistsFault",
|
|
433
|
+
$fault: "client",
|
|
434
|
+
...opts,
|
|
435
|
+
});
|
|
436
|
+
this.name = "CacheSecurityGroupAlreadyExistsFault";
|
|
437
|
+
this.$fault = "client";
|
|
438
|
+
Object.setPrototypeOf(this, CacheSecurityGroupAlreadyExistsFault.prototype);
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
export class CacheSecurityGroupQuotaExceededFault extends __BaseException {
|
|
442
|
+
constructor(opts) {
|
|
443
|
+
super({
|
|
444
|
+
name: "CacheSecurityGroupQuotaExceededFault",
|
|
445
|
+
$fault: "client",
|
|
446
|
+
...opts,
|
|
447
|
+
});
|
|
448
|
+
this.name = "CacheSecurityGroupQuotaExceededFault";
|
|
449
|
+
this.$fault = "client";
|
|
450
|
+
Object.setPrototypeOf(this, CacheSecurityGroupQuotaExceededFault.prototype);
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
export class CacheSubnetGroupAlreadyExistsFault extends __BaseException {
|
|
454
|
+
constructor(opts) {
|
|
455
|
+
super({
|
|
456
|
+
name: "CacheSubnetGroupAlreadyExistsFault",
|
|
457
|
+
$fault: "client",
|
|
458
|
+
...opts,
|
|
459
|
+
});
|
|
460
|
+
this.name = "CacheSubnetGroupAlreadyExistsFault";
|
|
461
|
+
this.$fault = "client";
|
|
462
|
+
Object.setPrototypeOf(this, CacheSubnetGroupAlreadyExistsFault.prototype);
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
export class CacheSubnetGroupQuotaExceededFault extends __BaseException {
|
|
466
|
+
constructor(opts) {
|
|
467
|
+
super({
|
|
468
|
+
name: "CacheSubnetGroupQuotaExceededFault",
|
|
469
|
+
$fault: "client",
|
|
470
|
+
...opts,
|
|
471
|
+
});
|
|
472
|
+
this.name = "CacheSubnetGroupQuotaExceededFault";
|
|
473
|
+
this.$fault = "client";
|
|
474
|
+
Object.setPrototypeOf(this, CacheSubnetGroupQuotaExceededFault.prototype);
|
|
475
|
+
}
|
|
476
|
+
}
|
|
477
|
+
export class CacheSubnetQuotaExceededFault extends __BaseException {
|
|
478
|
+
constructor(opts) {
|
|
479
|
+
super({
|
|
480
|
+
name: "CacheSubnetQuotaExceededFault",
|
|
481
|
+
$fault: "client",
|
|
482
|
+
...opts,
|
|
483
|
+
});
|
|
484
|
+
this.name = "CacheSubnetQuotaExceededFault";
|
|
485
|
+
this.$fault = "client";
|
|
486
|
+
Object.setPrototypeOf(this, CacheSubnetQuotaExceededFault.prototype);
|
|
487
|
+
}
|
|
488
|
+
}
|
|
489
|
+
export class InvalidSubnet extends __BaseException {
|
|
490
|
+
constructor(opts) {
|
|
491
|
+
super({
|
|
492
|
+
name: "InvalidSubnet",
|
|
493
|
+
$fault: "client",
|
|
494
|
+
...opts,
|
|
495
|
+
});
|
|
496
|
+
this.name = "InvalidSubnet";
|
|
497
|
+
this.$fault = "client";
|
|
498
|
+
Object.setPrototypeOf(this, InvalidSubnet.prototype);
|
|
499
|
+
}
|
|
500
|
+
}
|
|
501
|
+
export class SubnetNotAllowedFault extends __BaseException {
|
|
502
|
+
constructor(opts) {
|
|
503
|
+
super({
|
|
504
|
+
name: "SubnetNotAllowedFault",
|
|
505
|
+
$fault: "client",
|
|
506
|
+
...opts,
|
|
507
|
+
});
|
|
508
|
+
this.name = "SubnetNotAllowedFault";
|
|
509
|
+
this.$fault = "client";
|
|
510
|
+
Object.setPrototypeOf(this, SubnetNotAllowedFault.prototype);
|
|
511
|
+
}
|
|
512
|
+
}
|
|
513
|
+
export class GlobalReplicationGroupAlreadyExistsFault extends __BaseException {
|
|
514
|
+
constructor(opts) {
|
|
515
|
+
super({
|
|
516
|
+
name: "GlobalReplicationGroupAlreadyExistsFault",
|
|
517
|
+
$fault: "client",
|
|
518
|
+
...opts,
|
|
519
|
+
});
|
|
520
|
+
this.name = "GlobalReplicationGroupAlreadyExistsFault";
|
|
521
|
+
this.$fault = "client";
|
|
522
|
+
Object.setPrototypeOf(this, GlobalReplicationGroupAlreadyExistsFault.prototype);
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
export class ServiceLinkedRoleNotFoundFault extends __BaseException {
|
|
526
|
+
constructor(opts) {
|
|
527
|
+
super({
|
|
528
|
+
name: "ServiceLinkedRoleNotFoundFault",
|
|
529
|
+
$fault: "client",
|
|
530
|
+
...opts,
|
|
531
|
+
});
|
|
532
|
+
this.name = "ServiceLinkedRoleNotFoundFault";
|
|
533
|
+
this.$fault = "client";
|
|
534
|
+
Object.setPrototypeOf(this, ServiceLinkedRoleNotFoundFault.prototype);
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
export class GlobalReplicationGroupNotFoundFault extends __BaseException {
|
|
538
|
+
constructor(opts) {
|
|
539
|
+
super({
|
|
540
|
+
name: "GlobalReplicationGroupNotFoundFault",
|
|
541
|
+
$fault: "client",
|
|
542
|
+
...opts,
|
|
543
|
+
});
|
|
544
|
+
this.name = "GlobalReplicationGroupNotFoundFault";
|
|
545
|
+
this.$fault = "client";
|
|
546
|
+
Object.setPrototypeOf(this, GlobalReplicationGroupNotFoundFault.prototype);
|
|
547
|
+
}
|
|
548
|
+
}
|
|
549
|
+
export class InvalidCacheClusterStateFault extends __BaseException {
|
|
550
|
+
constructor(opts) {
|
|
551
|
+
super({
|
|
552
|
+
name: "InvalidCacheClusterStateFault",
|
|
553
|
+
$fault: "client",
|
|
554
|
+
...opts,
|
|
555
|
+
});
|
|
556
|
+
this.name = "InvalidCacheClusterStateFault";
|
|
557
|
+
this.$fault = "client";
|
|
558
|
+
Object.setPrototypeOf(this, InvalidCacheClusterStateFault.prototype);
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
export class InvalidGlobalReplicationGroupStateFault extends __BaseException {
|
|
562
|
+
constructor(opts) {
|
|
563
|
+
super({
|
|
564
|
+
name: "InvalidGlobalReplicationGroupStateFault",
|
|
565
|
+
$fault: "client",
|
|
566
|
+
...opts,
|
|
567
|
+
});
|
|
568
|
+
this.name = "InvalidGlobalReplicationGroupStateFault";
|
|
569
|
+
this.$fault = "client";
|
|
570
|
+
Object.setPrototypeOf(this, InvalidGlobalReplicationGroupStateFault.prototype);
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
export class InvalidUserGroupStateFault extends __BaseException {
|
|
574
|
+
constructor(opts) {
|
|
575
|
+
super({
|
|
576
|
+
name: "InvalidUserGroupStateFault",
|
|
577
|
+
$fault: "client",
|
|
578
|
+
...opts,
|
|
579
|
+
});
|
|
580
|
+
this.name = "InvalidUserGroupStateFault";
|
|
581
|
+
this.$fault = "client";
|
|
582
|
+
Object.setPrototypeOf(this, InvalidUserGroupStateFault.prototype);
|
|
583
|
+
}
|
|
584
|
+
}
|
|
585
|
+
export class NodeGroupsPerReplicationGroupQuotaExceededFault extends __BaseException {
|
|
586
|
+
constructor(opts) {
|
|
587
|
+
super({
|
|
588
|
+
name: "NodeGroupsPerReplicationGroupQuotaExceededFault",
|
|
589
|
+
$fault: "client",
|
|
590
|
+
...opts,
|
|
591
|
+
});
|
|
592
|
+
this.name = "NodeGroupsPerReplicationGroupQuotaExceededFault";
|
|
593
|
+
this.$fault = "client";
|
|
594
|
+
Object.setPrototypeOf(this, NodeGroupsPerReplicationGroupQuotaExceededFault.prototype);
|
|
595
|
+
}
|
|
596
|
+
}
|
|
597
|
+
export class ReplicationGroupAlreadyExistsFault extends __BaseException {
|
|
598
|
+
constructor(opts) {
|
|
599
|
+
super({
|
|
600
|
+
name: "ReplicationGroupAlreadyExistsFault",
|
|
601
|
+
$fault: "client",
|
|
602
|
+
...opts,
|
|
603
|
+
});
|
|
604
|
+
this.name = "ReplicationGroupAlreadyExistsFault";
|
|
605
|
+
this.$fault = "client";
|
|
606
|
+
Object.setPrototypeOf(this, ReplicationGroupAlreadyExistsFault.prototype);
|
|
607
|
+
}
|
|
608
|
+
}
|
|
609
|
+
export class SnapshotFeatureNotSupportedFault extends __BaseException {
|
|
610
|
+
constructor(opts) {
|
|
611
|
+
super({
|
|
612
|
+
name: "SnapshotFeatureNotSupportedFault",
|
|
613
|
+
$fault: "client",
|
|
614
|
+
...opts,
|
|
615
|
+
});
|
|
616
|
+
this.name = "SnapshotFeatureNotSupportedFault";
|
|
617
|
+
this.$fault = "client";
|
|
618
|
+
Object.setPrototypeOf(this, SnapshotFeatureNotSupportedFault.prototype);
|
|
619
|
+
}
|
|
620
|
+
}
|
|
621
|
+
export class DuplicateUserNameFault extends __BaseException {
|
|
622
|
+
constructor(opts) {
|
|
623
|
+
super({
|
|
624
|
+
name: "DuplicateUserNameFault",
|
|
625
|
+
$fault: "client",
|
|
626
|
+
...opts,
|
|
627
|
+
});
|
|
628
|
+
this.name = "DuplicateUserNameFault";
|
|
629
|
+
this.$fault = "client";
|
|
630
|
+
Object.setPrototypeOf(this, DuplicateUserNameFault.prototype);
|
|
631
|
+
}
|
|
632
|
+
}
|
|
634
633
|
export var AuthenticationType;
|
|
635
634
|
(function (AuthenticationType) {
|
|
636
635
|
AuthenticationType["NO_PASSWORD"] = "no-password";
|
|
637
636
|
AuthenticationType["PASSWORD"] = "password";
|
|
638
637
|
})(AuthenticationType || (AuthenticationType = {}));
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
}
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
}
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
}
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
}
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
}
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
}
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
}
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
}
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
}
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
}
|
|
758
|
-
|
|
638
|
+
export class UserAlreadyExistsFault extends __BaseException {
|
|
639
|
+
constructor(opts) {
|
|
640
|
+
super({
|
|
641
|
+
name: "UserAlreadyExistsFault",
|
|
642
|
+
$fault: "client",
|
|
643
|
+
...opts,
|
|
644
|
+
});
|
|
645
|
+
this.name = "UserAlreadyExistsFault";
|
|
646
|
+
this.$fault = "client";
|
|
647
|
+
Object.setPrototypeOf(this, UserAlreadyExistsFault.prototype);
|
|
648
|
+
}
|
|
649
|
+
}
|
|
650
|
+
export class UserQuotaExceededFault extends __BaseException {
|
|
651
|
+
constructor(opts) {
|
|
652
|
+
super({
|
|
653
|
+
name: "UserQuotaExceededFault",
|
|
654
|
+
$fault: "client",
|
|
655
|
+
...opts,
|
|
656
|
+
});
|
|
657
|
+
this.name = "UserQuotaExceededFault";
|
|
658
|
+
this.$fault = "client";
|
|
659
|
+
Object.setPrototypeOf(this, UserQuotaExceededFault.prototype);
|
|
660
|
+
}
|
|
661
|
+
}
|
|
662
|
+
export class DefaultUserRequired extends __BaseException {
|
|
663
|
+
constructor(opts) {
|
|
664
|
+
super({
|
|
665
|
+
name: "DefaultUserRequired",
|
|
666
|
+
$fault: "client",
|
|
667
|
+
...opts,
|
|
668
|
+
});
|
|
669
|
+
this.name = "DefaultUserRequired";
|
|
670
|
+
this.$fault = "client";
|
|
671
|
+
Object.setPrototypeOf(this, DefaultUserRequired.prototype);
|
|
672
|
+
}
|
|
673
|
+
}
|
|
674
|
+
export class UserGroupAlreadyExistsFault extends __BaseException {
|
|
675
|
+
constructor(opts) {
|
|
676
|
+
super({
|
|
677
|
+
name: "UserGroupAlreadyExistsFault",
|
|
678
|
+
$fault: "client",
|
|
679
|
+
...opts,
|
|
680
|
+
});
|
|
681
|
+
this.name = "UserGroupAlreadyExistsFault";
|
|
682
|
+
this.$fault = "client";
|
|
683
|
+
Object.setPrototypeOf(this, UserGroupAlreadyExistsFault.prototype);
|
|
684
|
+
}
|
|
685
|
+
}
|
|
686
|
+
export class UserGroupQuotaExceededFault extends __BaseException {
|
|
687
|
+
constructor(opts) {
|
|
688
|
+
super({
|
|
689
|
+
name: "UserGroupQuotaExceededFault",
|
|
690
|
+
$fault: "client",
|
|
691
|
+
...opts,
|
|
692
|
+
});
|
|
693
|
+
this.name = "UserGroupQuotaExceededFault";
|
|
694
|
+
this.$fault = "client";
|
|
695
|
+
Object.setPrototypeOf(this, UserGroupQuotaExceededFault.prototype);
|
|
696
|
+
}
|
|
697
|
+
}
|
|
698
|
+
export class NoOperationFault extends __BaseException {
|
|
699
|
+
constructor(opts) {
|
|
700
|
+
super({
|
|
701
|
+
name: "NoOperationFault",
|
|
702
|
+
$fault: "client",
|
|
703
|
+
...opts,
|
|
704
|
+
});
|
|
705
|
+
this.name = "NoOperationFault";
|
|
706
|
+
this.$fault = "client";
|
|
707
|
+
Object.setPrototypeOf(this, NoOperationFault.prototype);
|
|
708
|
+
}
|
|
709
|
+
}
|
|
710
|
+
export class CacheSubnetGroupInUse extends __BaseException {
|
|
711
|
+
constructor(opts) {
|
|
712
|
+
super({
|
|
713
|
+
name: "CacheSubnetGroupInUse",
|
|
714
|
+
$fault: "client",
|
|
715
|
+
...opts,
|
|
716
|
+
});
|
|
717
|
+
this.name = "CacheSubnetGroupInUse";
|
|
718
|
+
this.$fault = "client";
|
|
719
|
+
Object.setPrototypeOf(this, CacheSubnetGroupInUse.prototype);
|
|
720
|
+
}
|
|
721
|
+
}
|
|
722
|
+
export class DefaultUserAssociatedToUserGroupFault extends __BaseException {
|
|
723
|
+
constructor(opts) {
|
|
724
|
+
super({
|
|
725
|
+
name: "DefaultUserAssociatedToUserGroupFault",
|
|
726
|
+
$fault: "client",
|
|
727
|
+
...opts,
|
|
728
|
+
});
|
|
729
|
+
this.name = "DefaultUserAssociatedToUserGroupFault";
|
|
730
|
+
this.$fault = "client";
|
|
731
|
+
Object.setPrototypeOf(this, DefaultUserAssociatedToUserGroupFault.prototype);
|
|
732
|
+
}
|
|
733
|
+
}
|
|
734
|
+
export class InvalidUserStateFault extends __BaseException {
|
|
735
|
+
constructor(opts) {
|
|
736
|
+
super({
|
|
737
|
+
name: "InvalidUserStateFault",
|
|
738
|
+
$fault: "client",
|
|
739
|
+
...opts,
|
|
740
|
+
});
|
|
741
|
+
this.name = "InvalidUserStateFault";
|
|
742
|
+
this.$fault = "client";
|
|
743
|
+
Object.setPrototypeOf(this, InvalidUserStateFault.prototype);
|
|
744
|
+
}
|
|
745
|
+
}
|
|
746
|
+
export class ReservedCacheNodesOfferingNotFoundFault extends __BaseException {
|
|
747
|
+
constructor(opts) {
|
|
748
|
+
super({
|
|
749
|
+
name: "ReservedCacheNodesOfferingNotFoundFault",
|
|
750
|
+
$fault: "client",
|
|
751
|
+
...opts,
|
|
752
|
+
});
|
|
753
|
+
this.name = "ReservedCacheNodesOfferingNotFoundFault";
|
|
754
|
+
this.$fault = "client";
|
|
755
|
+
Object.setPrototypeOf(this, ReservedCacheNodesOfferingNotFoundFault.prototype);
|
|
756
|
+
}
|
|
757
|
+
}
|
|
759
758
|
export var ServiceUpdateStatus;
|
|
760
759
|
(function (ServiceUpdateStatus) {
|
|
761
760
|
ServiceUpdateStatus["AVAILABLE"] = "available";
|
|
@@ -793,303 +792,663 @@ export var SlaMet;
|
|
|
793
792
|
SlaMet["NO"] = "no";
|
|
794
793
|
SlaMet["YES"] = "yes";
|
|
795
794
|
})(SlaMet || (SlaMet = {}));
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
}
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
}
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
}
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
}
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
}
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
}
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
}
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
}
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
}
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
}
|
|
915
|
-
|
|
916
|
-
export
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
export
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
export
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
export
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
export
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
export
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
export
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
export
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
export
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
export
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
export
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
export
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
export
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
export
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
export
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
export
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
export
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
export
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
export
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
export
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
export
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
export
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
export
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
export
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
export
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
export
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
export
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
export
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
export
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
export
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
export
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
export
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
export
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
export
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
export
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
export
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
export
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
export
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
export
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
export
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
export
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
export
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
export
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
export
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
export
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
export
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
export
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
export
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
export
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
export
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
export
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
export
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
export
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
export
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
export
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
export
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
export
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
export
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
export
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
export
|
|
1094
|
-
|
|
1095
|
-
|
|
795
|
+
export class InvalidKMSKeyFault extends __BaseException {
|
|
796
|
+
constructor(opts) {
|
|
797
|
+
super({
|
|
798
|
+
name: "InvalidKMSKeyFault",
|
|
799
|
+
$fault: "client",
|
|
800
|
+
...opts,
|
|
801
|
+
});
|
|
802
|
+
this.name = "InvalidKMSKeyFault";
|
|
803
|
+
this.$fault = "client";
|
|
804
|
+
Object.setPrototypeOf(this, InvalidKMSKeyFault.prototype);
|
|
805
|
+
}
|
|
806
|
+
}
|
|
807
|
+
export class SubnetInUse extends __BaseException {
|
|
808
|
+
constructor(opts) {
|
|
809
|
+
super({
|
|
810
|
+
name: "SubnetInUse",
|
|
811
|
+
$fault: "client",
|
|
812
|
+
...opts,
|
|
813
|
+
});
|
|
814
|
+
this.name = "SubnetInUse";
|
|
815
|
+
this.$fault = "client";
|
|
816
|
+
Object.setPrototypeOf(this, SubnetInUse.prototype);
|
|
817
|
+
}
|
|
818
|
+
}
|
|
819
|
+
export class ReservedCacheNodeAlreadyExistsFault extends __BaseException {
|
|
820
|
+
constructor(opts) {
|
|
821
|
+
super({
|
|
822
|
+
name: "ReservedCacheNodeAlreadyExistsFault",
|
|
823
|
+
$fault: "client",
|
|
824
|
+
...opts,
|
|
825
|
+
});
|
|
826
|
+
this.name = "ReservedCacheNodeAlreadyExistsFault";
|
|
827
|
+
this.$fault = "client";
|
|
828
|
+
Object.setPrototypeOf(this, ReservedCacheNodeAlreadyExistsFault.prototype);
|
|
829
|
+
}
|
|
830
|
+
}
|
|
831
|
+
export class ReservedCacheNodeQuotaExceededFault extends __BaseException {
|
|
832
|
+
constructor(opts) {
|
|
833
|
+
super({
|
|
834
|
+
name: "ReservedCacheNodeQuotaExceededFault",
|
|
835
|
+
$fault: "client",
|
|
836
|
+
...opts,
|
|
837
|
+
});
|
|
838
|
+
this.name = "ReservedCacheNodeQuotaExceededFault";
|
|
839
|
+
this.$fault = "client";
|
|
840
|
+
Object.setPrototypeOf(this, ReservedCacheNodeQuotaExceededFault.prototype);
|
|
841
|
+
}
|
|
842
|
+
}
|
|
843
|
+
export class TagNotFoundFault extends __BaseException {
|
|
844
|
+
constructor(opts) {
|
|
845
|
+
super({
|
|
846
|
+
name: "TagNotFoundFault",
|
|
847
|
+
$fault: "client",
|
|
848
|
+
...opts,
|
|
849
|
+
});
|
|
850
|
+
this.name = "TagNotFoundFault";
|
|
851
|
+
this.$fault = "client";
|
|
852
|
+
Object.setPrototypeOf(this, TagNotFoundFault.prototype);
|
|
853
|
+
}
|
|
854
|
+
}
|
|
855
|
+
export class AuthorizationNotFoundFault extends __BaseException {
|
|
856
|
+
constructor(opts) {
|
|
857
|
+
super({
|
|
858
|
+
name: "AuthorizationNotFoundFault",
|
|
859
|
+
$fault: "client",
|
|
860
|
+
...opts,
|
|
861
|
+
});
|
|
862
|
+
this.name = "AuthorizationNotFoundFault";
|
|
863
|
+
this.$fault = "client";
|
|
864
|
+
Object.setPrototypeOf(this, AuthorizationNotFoundFault.prototype);
|
|
865
|
+
}
|
|
866
|
+
}
|
|
867
|
+
export class ReplicationGroupAlreadyUnderMigrationFault extends __BaseException {
|
|
868
|
+
constructor(opts) {
|
|
869
|
+
super({
|
|
870
|
+
name: "ReplicationGroupAlreadyUnderMigrationFault",
|
|
871
|
+
$fault: "client",
|
|
872
|
+
...opts,
|
|
873
|
+
});
|
|
874
|
+
this.name = "ReplicationGroupAlreadyUnderMigrationFault";
|
|
875
|
+
this.$fault = "client";
|
|
876
|
+
Object.setPrototypeOf(this, ReplicationGroupAlreadyUnderMigrationFault.prototype);
|
|
877
|
+
}
|
|
878
|
+
}
|
|
879
|
+
export class APICallRateForCustomerExceededFault extends __BaseException {
|
|
880
|
+
constructor(opts) {
|
|
881
|
+
super({
|
|
882
|
+
name: "APICallRateForCustomerExceededFault",
|
|
883
|
+
$fault: "client",
|
|
884
|
+
...opts,
|
|
885
|
+
});
|
|
886
|
+
this.name = "APICallRateForCustomerExceededFault";
|
|
887
|
+
this.$fault = "client";
|
|
888
|
+
Object.setPrototypeOf(this, APICallRateForCustomerExceededFault.prototype);
|
|
889
|
+
}
|
|
890
|
+
}
|
|
891
|
+
export class NodeGroupNotFoundFault extends __BaseException {
|
|
892
|
+
constructor(opts) {
|
|
893
|
+
super({
|
|
894
|
+
name: "NodeGroupNotFoundFault",
|
|
895
|
+
$fault: "client",
|
|
896
|
+
...opts,
|
|
897
|
+
});
|
|
898
|
+
this.name = "NodeGroupNotFoundFault";
|
|
899
|
+
this.$fault = "client";
|
|
900
|
+
Object.setPrototypeOf(this, NodeGroupNotFoundFault.prototype);
|
|
901
|
+
}
|
|
902
|
+
}
|
|
903
|
+
export class TestFailoverNotAvailableFault extends __BaseException {
|
|
904
|
+
constructor(opts) {
|
|
905
|
+
super({
|
|
906
|
+
name: "TestFailoverNotAvailableFault",
|
|
907
|
+
$fault: "client",
|
|
908
|
+
...opts,
|
|
909
|
+
});
|
|
910
|
+
this.name = "TestFailoverNotAvailableFault";
|
|
911
|
+
this.$fault = "client";
|
|
912
|
+
Object.setPrototypeOf(this, TestFailoverNotAvailableFault.prototype);
|
|
913
|
+
}
|
|
914
|
+
}
|
|
915
|
+
export const TagFilterSensitiveLog = (obj) => ({
|
|
916
|
+
...obj,
|
|
917
|
+
});
|
|
918
|
+
export const AddTagsToResourceMessageFilterSensitiveLog = (obj) => ({
|
|
919
|
+
...obj,
|
|
920
|
+
});
|
|
921
|
+
export const TagListMessageFilterSensitiveLog = (obj) => ({
|
|
922
|
+
...obj,
|
|
923
|
+
});
|
|
924
|
+
export const AllowedNodeTypeModificationsMessageFilterSensitiveLog = (obj) => ({
|
|
925
|
+
...obj,
|
|
926
|
+
});
|
|
927
|
+
export const AuthorizeCacheSecurityGroupIngressMessageFilterSensitiveLog = (obj) => ({
|
|
928
|
+
...obj,
|
|
929
|
+
});
|
|
930
|
+
export const EC2SecurityGroupFilterSensitiveLog = (obj) => ({
|
|
931
|
+
...obj,
|
|
932
|
+
});
|
|
933
|
+
export const CacheSecurityGroupFilterSensitiveLog = (obj) => ({
|
|
934
|
+
...obj,
|
|
935
|
+
});
|
|
936
|
+
export const AuthorizeCacheSecurityGroupIngressResultFilterSensitiveLog = (obj) => ({
|
|
937
|
+
...obj,
|
|
938
|
+
});
|
|
939
|
+
export const BatchApplyUpdateActionMessageFilterSensitiveLog = (obj) => ({
|
|
940
|
+
...obj,
|
|
941
|
+
});
|
|
942
|
+
export const ProcessedUpdateActionFilterSensitiveLog = (obj) => ({
|
|
943
|
+
...obj,
|
|
944
|
+
});
|
|
945
|
+
export const UnprocessedUpdateActionFilterSensitiveLog = (obj) => ({
|
|
946
|
+
...obj,
|
|
947
|
+
});
|
|
948
|
+
export const UpdateActionResultsMessageFilterSensitiveLog = (obj) => ({
|
|
949
|
+
...obj,
|
|
950
|
+
});
|
|
951
|
+
export const BatchStopUpdateActionMessageFilterSensitiveLog = (obj) => ({
|
|
952
|
+
...obj,
|
|
953
|
+
});
|
|
954
|
+
export const CompleteMigrationMessageFilterSensitiveLog = (obj) => ({
|
|
955
|
+
...obj,
|
|
956
|
+
});
|
|
957
|
+
export const EndpointFilterSensitiveLog = (obj) => ({
|
|
958
|
+
...obj,
|
|
959
|
+
});
|
|
960
|
+
export const GlobalReplicationGroupInfoFilterSensitiveLog = (obj) => ({
|
|
961
|
+
...obj,
|
|
962
|
+
});
|
|
963
|
+
export const CloudWatchLogsDestinationDetailsFilterSensitiveLog = (obj) => ({
|
|
964
|
+
...obj,
|
|
965
|
+
});
|
|
966
|
+
export const KinesisFirehoseDestinationDetailsFilterSensitiveLog = (obj) => ({
|
|
967
|
+
...obj,
|
|
968
|
+
});
|
|
969
|
+
export const DestinationDetailsFilterSensitiveLog = (obj) => ({
|
|
970
|
+
...obj,
|
|
971
|
+
});
|
|
972
|
+
export const LogDeliveryConfigurationFilterSensitiveLog = (obj) => ({
|
|
973
|
+
...obj,
|
|
974
|
+
});
|
|
975
|
+
export const NodeGroupMemberFilterSensitiveLog = (obj) => ({
|
|
976
|
+
...obj,
|
|
977
|
+
});
|
|
978
|
+
export const NodeGroupFilterSensitiveLog = (obj) => ({
|
|
979
|
+
...obj,
|
|
980
|
+
});
|
|
981
|
+
export const PendingLogDeliveryConfigurationFilterSensitiveLog = (obj) => ({
|
|
982
|
+
...obj,
|
|
983
|
+
});
|
|
984
|
+
export const SlotMigrationFilterSensitiveLog = (obj) => ({
|
|
985
|
+
...obj,
|
|
986
|
+
});
|
|
987
|
+
export const ReshardingStatusFilterSensitiveLog = (obj) => ({
|
|
988
|
+
...obj,
|
|
989
|
+
});
|
|
990
|
+
export const UserGroupsUpdateStatusFilterSensitiveLog = (obj) => ({
|
|
991
|
+
...obj,
|
|
992
|
+
});
|
|
993
|
+
export const ReplicationGroupPendingModifiedValuesFilterSensitiveLog = (obj) => ({
|
|
994
|
+
...obj,
|
|
995
|
+
});
|
|
996
|
+
export const ReplicationGroupFilterSensitiveLog = (obj) => ({
|
|
997
|
+
...obj,
|
|
998
|
+
});
|
|
999
|
+
export const CompleteMigrationResponseFilterSensitiveLog = (obj) => ({
|
|
1000
|
+
...obj,
|
|
1001
|
+
});
|
|
1002
|
+
export const CopySnapshotMessageFilterSensitiveLog = (obj) => ({
|
|
1003
|
+
...obj,
|
|
1004
|
+
});
|
|
1005
|
+
export const NodeGroupConfigurationFilterSensitiveLog = (obj) => ({
|
|
1006
|
+
...obj,
|
|
1007
|
+
});
|
|
1008
|
+
export const NodeSnapshotFilterSensitiveLog = (obj) => ({
|
|
1009
|
+
...obj,
|
|
1010
|
+
});
|
|
1011
|
+
export const SnapshotFilterSensitiveLog = (obj) => ({
|
|
1012
|
+
...obj,
|
|
1013
|
+
});
|
|
1014
|
+
export const CopySnapshotResultFilterSensitiveLog = (obj) => ({
|
|
1015
|
+
...obj,
|
|
1016
|
+
});
|
|
1017
|
+
export const LogDeliveryConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
1018
|
+
...obj,
|
|
1019
|
+
});
|
|
1020
|
+
export const CreateCacheClusterMessageFilterSensitiveLog = (obj) => ({
|
|
1021
|
+
...obj,
|
|
1022
|
+
});
|
|
1023
|
+
export const CacheNodeFilterSensitiveLog = (obj) => ({
|
|
1024
|
+
...obj,
|
|
1025
|
+
});
|
|
1026
|
+
export const CacheParameterGroupStatusFilterSensitiveLog = (obj) => ({
|
|
1027
|
+
...obj,
|
|
1028
|
+
});
|
|
1029
|
+
export const CacheSecurityGroupMembershipFilterSensitiveLog = (obj) => ({
|
|
1030
|
+
...obj,
|
|
1031
|
+
});
|
|
1032
|
+
export const NotificationConfigurationFilterSensitiveLog = (obj) => ({
|
|
1033
|
+
...obj,
|
|
1034
|
+
});
|
|
1035
|
+
export const PendingModifiedValuesFilterSensitiveLog = (obj) => ({
|
|
1036
|
+
...obj,
|
|
1037
|
+
});
|
|
1038
|
+
export const SecurityGroupMembershipFilterSensitiveLog = (obj) => ({
|
|
1039
|
+
...obj,
|
|
1040
|
+
});
|
|
1041
|
+
export const CacheClusterFilterSensitiveLog = (obj) => ({
|
|
1042
|
+
...obj,
|
|
1043
|
+
});
|
|
1044
|
+
export const CreateCacheClusterResultFilterSensitiveLog = (obj) => ({
|
|
1045
|
+
...obj,
|
|
1046
|
+
});
|
|
1047
|
+
export const CreateCacheParameterGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1048
|
+
...obj,
|
|
1049
|
+
});
|
|
1050
|
+
export const CacheParameterGroupFilterSensitiveLog = (obj) => ({
|
|
1051
|
+
...obj,
|
|
1052
|
+
});
|
|
1053
|
+
export const CreateCacheParameterGroupResultFilterSensitiveLog = (obj) => ({
|
|
1054
|
+
...obj,
|
|
1055
|
+
});
|
|
1056
|
+
export const CreateCacheSecurityGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1057
|
+
...obj,
|
|
1058
|
+
});
|
|
1059
|
+
export const CreateCacheSecurityGroupResultFilterSensitiveLog = (obj) => ({
|
|
1060
|
+
...obj,
|
|
1061
|
+
});
|
|
1062
|
+
export const CreateCacheSubnetGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1063
|
+
...obj,
|
|
1064
|
+
});
|
|
1065
|
+
export const AvailabilityZoneFilterSensitiveLog = (obj) => ({
|
|
1066
|
+
...obj,
|
|
1067
|
+
});
|
|
1068
|
+
export const SubnetOutpostFilterSensitiveLog = (obj) => ({
|
|
1069
|
+
...obj,
|
|
1070
|
+
});
|
|
1071
|
+
export const SubnetFilterSensitiveLog = (obj) => ({
|
|
1072
|
+
...obj,
|
|
1073
|
+
});
|
|
1074
|
+
export const CacheSubnetGroupFilterSensitiveLog = (obj) => ({
|
|
1075
|
+
...obj,
|
|
1076
|
+
});
|
|
1077
|
+
export const CreateCacheSubnetGroupResultFilterSensitiveLog = (obj) => ({
|
|
1078
|
+
...obj,
|
|
1079
|
+
});
|
|
1080
|
+
export const CreateGlobalReplicationGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1081
|
+
...obj,
|
|
1082
|
+
});
|
|
1083
|
+
export const GlobalNodeGroupFilterSensitiveLog = (obj) => ({
|
|
1084
|
+
...obj,
|
|
1085
|
+
});
|
|
1086
|
+
export const GlobalReplicationGroupMemberFilterSensitiveLog = (obj) => ({
|
|
1087
|
+
...obj,
|
|
1088
|
+
});
|
|
1089
|
+
export const GlobalReplicationGroupFilterSensitiveLog = (obj) => ({
|
|
1090
|
+
...obj,
|
|
1091
|
+
});
|
|
1092
|
+
export const CreateGlobalReplicationGroupResultFilterSensitiveLog = (obj) => ({
|
|
1093
|
+
...obj,
|
|
1094
|
+
});
|
|
1095
|
+
export const CreateReplicationGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1096
|
+
...obj,
|
|
1097
|
+
});
|
|
1098
|
+
export const CreateReplicationGroupResultFilterSensitiveLog = (obj) => ({
|
|
1099
|
+
...obj,
|
|
1100
|
+
});
|
|
1101
|
+
export const CreateSnapshotMessageFilterSensitiveLog = (obj) => ({
|
|
1102
|
+
...obj,
|
|
1103
|
+
});
|
|
1104
|
+
export const CreateSnapshotResultFilterSensitiveLog = (obj) => ({
|
|
1105
|
+
...obj,
|
|
1106
|
+
});
|
|
1107
|
+
export const CreateUserMessageFilterSensitiveLog = (obj) => ({
|
|
1108
|
+
...obj,
|
|
1109
|
+
});
|
|
1110
|
+
export const AuthenticationFilterSensitiveLog = (obj) => ({
|
|
1111
|
+
...obj,
|
|
1112
|
+
});
|
|
1113
|
+
export const UserFilterSensitiveLog = (obj) => ({
|
|
1114
|
+
...obj,
|
|
1115
|
+
});
|
|
1116
|
+
export const CreateUserGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1117
|
+
...obj,
|
|
1118
|
+
});
|
|
1119
|
+
export const UserGroupPendingChangesFilterSensitiveLog = (obj) => ({
|
|
1120
|
+
...obj,
|
|
1121
|
+
});
|
|
1122
|
+
export const UserGroupFilterSensitiveLog = (obj) => ({
|
|
1123
|
+
...obj,
|
|
1124
|
+
});
|
|
1125
|
+
export const DecreaseNodeGroupsInGlobalReplicationGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1126
|
+
...obj,
|
|
1127
|
+
});
|
|
1128
|
+
export const DecreaseNodeGroupsInGlobalReplicationGroupResultFilterSensitiveLog = (obj) => ({
|
|
1129
|
+
...obj,
|
|
1130
|
+
});
|
|
1131
|
+
export const ConfigureShardFilterSensitiveLog = (obj) => ({
|
|
1132
|
+
...obj,
|
|
1133
|
+
});
|
|
1134
|
+
export const DecreaseReplicaCountMessageFilterSensitiveLog = (obj) => ({
|
|
1135
|
+
...obj,
|
|
1136
|
+
});
|
|
1137
|
+
export const DecreaseReplicaCountResultFilterSensitiveLog = (obj) => ({
|
|
1138
|
+
...obj,
|
|
1139
|
+
});
|
|
1140
|
+
export const DeleteCacheClusterMessageFilterSensitiveLog = (obj) => ({
|
|
1141
|
+
...obj,
|
|
1142
|
+
});
|
|
1143
|
+
export const DeleteCacheClusterResultFilterSensitiveLog = (obj) => ({
|
|
1144
|
+
...obj,
|
|
1145
|
+
});
|
|
1146
|
+
export const DeleteCacheParameterGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1147
|
+
...obj,
|
|
1148
|
+
});
|
|
1149
|
+
export const DeleteCacheSecurityGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1150
|
+
...obj,
|
|
1151
|
+
});
|
|
1152
|
+
export const DeleteCacheSubnetGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1153
|
+
...obj,
|
|
1154
|
+
});
|
|
1155
|
+
export const DeleteGlobalReplicationGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1156
|
+
...obj,
|
|
1157
|
+
});
|
|
1158
|
+
export const DeleteGlobalReplicationGroupResultFilterSensitiveLog = (obj) => ({
|
|
1159
|
+
...obj,
|
|
1160
|
+
});
|
|
1161
|
+
export const DeleteReplicationGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1162
|
+
...obj,
|
|
1163
|
+
});
|
|
1164
|
+
export const DeleteReplicationGroupResultFilterSensitiveLog = (obj) => ({
|
|
1165
|
+
...obj,
|
|
1166
|
+
});
|
|
1167
|
+
export const DeleteSnapshotMessageFilterSensitiveLog = (obj) => ({
|
|
1168
|
+
...obj,
|
|
1169
|
+
});
|
|
1170
|
+
export const DeleteSnapshotResultFilterSensitiveLog = (obj) => ({
|
|
1171
|
+
...obj,
|
|
1172
|
+
});
|
|
1173
|
+
export const DeleteUserMessageFilterSensitiveLog = (obj) => ({
|
|
1174
|
+
...obj,
|
|
1175
|
+
});
|
|
1176
|
+
export const DeleteUserGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1177
|
+
...obj,
|
|
1178
|
+
});
|
|
1179
|
+
export const CacheClusterMessageFilterSensitiveLog = (obj) => ({
|
|
1180
|
+
...obj,
|
|
1181
|
+
});
|
|
1182
|
+
export const DescribeCacheClustersMessageFilterSensitiveLog = (obj) => ({
|
|
1183
|
+
...obj,
|
|
1184
|
+
});
|
|
1185
|
+
export const CacheEngineVersionFilterSensitiveLog = (obj) => ({
|
|
1186
|
+
...obj,
|
|
1187
|
+
});
|
|
1188
|
+
export const CacheEngineVersionMessageFilterSensitiveLog = (obj) => ({
|
|
1189
|
+
...obj,
|
|
1190
|
+
});
|
|
1191
|
+
export const DescribeCacheEngineVersionsMessageFilterSensitiveLog = (obj) => ({
|
|
1192
|
+
...obj,
|
|
1193
|
+
});
|
|
1194
|
+
export const CacheParameterGroupsMessageFilterSensitiveLog = (obj) => ({
|
|
1195
|
+
...obj,
|
|
1196
|
+
});
|
|
1197
|
+
export const DescribeCacheParameterGroupsMessageFilterSensitiveLog = (obj) => ({
|
|
1198
|
+
...obj,
|
|
1199
|
+
});
|
|
1200
|
+
export const CacheNodeTypeSpecificValueFilterSensitiveLog = (obj) => ({
|
|
1201
|
+
...obj,
|
|
1202
|
+
});
|
|
1203
|
+
export const CacheNodeTypeSpecificParameterFilterSensitiveLog = (obj) => ({
|
|
1204
|
+
...obj,
|
|
1205
|
+
});
|
|
1206
|
+
export const ParameterFilterSensitiveLog = (obj) => ({
|
|
1207
|
+
...obj,
|
|
1208
|
+
});
|
|
1209
|
+
export const CacheParameterGroupDetailsFilterSensitiveLog = (obj) => ({
|
|
1210
|
+
...obj,
|
|
1211
|
+
});
|
|
1212
|
+
export const DescribeCacheParametersMessageFilterSensitiveLog = (obj) => ({
|
|
1213
|
+
...obj,
|
|
1214
|
+
});
|
|
1215
|
+
export const CacheSecurityGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1216
|
+
...obj,
|
|
1217
|
+
});
|
|
1218
|
+
export const DescribeCacheSecurityGroupsMessageFilterSensitiveLog = (obj) => ({
|
|
1219
|
+
...obj,
|
|
1220
|
+
});
|
|
1221
|
+
export const CacheSubnetGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1222
|
+
...obj,
|
|
1223
|
+
});
|
|
1224
|
+
export const DescribeCacheSubnetGroupsMessageFilterSensitiveLog = (obj) => ({
|
|
1225
|
+
...obj,
|
|
1226
|
+
});
|
|
1227
|
+
export const DescribeEngineDefaultParametersMessageFilterSensitiveLog = (obj) => ({
|
|
1228
|
+
...obj,
|
|
1229
|
+
});
|
|
1230
|
+
export const EngineDefaultsFilterSensitiveLog = (obj) => ({
|
|
1231
|
+
...obj,
|
|
1232
|
+
});
|
|
1233
|
+
export const DescribeEngineDefaultParametersResultFilterSensitiveLog = (obj) => ({
|
|
1234
|
+
...obj,
|
|
1235
|
+
});
|
|
1236
|
+
export const DescribeEventsMessageFilterSensitiveLog = (obj) => ({
|
|
1237
|
+
...obj,
|
|
1238
|
+
});
|
|
1239
|
+
export const EventFilterSensitiveLog = (obj) => ({
|
|
1240
|
+
...obj,
|
|
1241
|
+
});
|
|
1242
|
+
export const EventsMessageFilterSensitiveLog = (obj) => ({
|
|
1243
|
+
...obj,
|
|
1244
|
+
});
|
|
1245
|
+
export const DescribeGlobalReplicationGroupsMessageFilterSensitiveLog = (obj) => ({
|
|
1246
|
+
...obj,
|
|
1247
|
+
});
|
|
1248
|
+
export const DescribeGlobalReplicationGroupsResultFilterSensitiveLog = (obj) => ({
|
|
1249
|
+
...obj,
|
|
1250
|
+
});
|
|
1251
|
+
export const DescribeReplicationGroupsMessageFilterSensitiveLog = (obj) => ({
|
|
1252
|
+
...obj,
|
|
1253
|
+
});
|
|
1254
|
+
export const ReplicationGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1255
|
+
...obj,
|
|
1256
|
+
});
|
|
1257
|
+
export const DescribeReservedCacheNodesMessageFilterSensitiveLog = (obj) => ({
|
|
1258
|
+
...obj,
|
|
1259
|
+
});
|
|
1260
|
+
export const RecurringChargeFilterSensitiveLog = (obj) => ({
|
|
1261
|
+
...obj,
|
|
1262
|
+
});
|
|
1263
|
+
export const ReservedCacheNodeFilterSensitiveLog = (obj) => ({
|
|
1264
|
+
...obj,
|
|
1265
|
+
});
|
|
1266
|
+
export const ReservedCacheNodeMessageFilterSensitiveLog = (obj) => ({
|
|
1267
|
+
...obj,
|
|
1268
|
+
});
|
|
1269
|
+
export const DescribeReservedCacheNodesOfferingsMessageFilterSensitiveLog = (obj) => ({
|
|
1270
|
+
...obj,
|
|
1271
|
+
});
|
|
1272
|
+
export const ReservedCacheNodesOfferingFilterSensitiveLog = (obj) => ({
|
|
1273
|
+
...obj,
|
|
1274
|
+
});
|
|
1275
|
+
export const ReservedCacheNodesOfferingMessageFilterSensitiveLog = (obj) => ({
|
|
1276
|
+
...obj,
|
|
1277
|
+
});
|
|
1278
|
+
export const DescribeServiceUpdatesMessageFilterSensitiveLog = (obj) => ({
|
|
1279
|
+
...obj,
|
|
1280
|
+
});
|
|
1281
|
+
export const ServiceUpdateFilterSensitiveLog = (obj) => ({
|
|
1282
|
+
...obj,
|
|
1283
|
+
});
|
|
1284
|
+
export const ServiceUpdatesMessageFilterSensitiveLog = (obj) => ({
|
|
1285
|
+
...obj,
|
|
1286
|
+
});
|
|
1287
|
+
export const DescribeSnapshotsListMessageFilterSensitiveLog = (obj) => ({
|
|
1288
|
+
...obj,
|
|
1289
|
+
});
|
|
1290
|
+
export const DescribeSnapshotsMessageFilterSensitiveLog = (obj) => ({
|
|
1291
|
+
...obj,
|
|
1292
|
+
});
|
|
1293
|
+
export const TimeRangeFilterFilterSensitiveLog = (obj) => ({
|
|
1294
|
+
...obj,
|
|
1295
|
+
});
|
|
1296
|
+
export const DescribeUpdateActionsMessageFilterSensitiveLog = (obj) => ({
|
|
1297
|
+
...obj,
|
|
1298
|
+
});
|
|
1299
|
+
export const CacheNodeUpdateStatusFilterSensitiveLog = (obj) => ({
|
|
1300
|
+
...obj,
|
|
1301
|
+
});
|
|
1302
|
+
export const NodeGroupMemberUpdateStatusFilterSensitiveLog = (obj) => ({
|
|
1303
|
+
...obj,
|
|
1304
|
+
});
|
|
1305
|
+
export const NodeGroupUpdateStatusFilterSensitiveLog = (obj) => ({
|
|
1306
|
+
...obj,
|
|
1307
|
+
});
|
|
1308
|
+
export const UpdateActionFilterSensitiveLog = (obj) => ({
|
|
1309
|
+
...obj,
|
|
1310
|
+
});
|
|
1311
|
+
export const UpdateActionsMessageFilterSensitiveLog = (obj) => ({
|
|
1312
|
+
...obj,
|
|
1313
|
+
});
|
|
1314
|
+
export const DescribeUserGroupsMessageFilterSensitiveLog = (obj) => ({
|
|
1315
|
+
...obj,
|
|
1316
|
+
});
|
|
1317
|
+
export const DescribeUserGroupsResultFilterSensitiveLog = (obj) => ({
|
|
1318
|
+
...obj,
|
|
1319
|
+
});
|
|
1320
|
+
export const FilterFilterSensitiveLog = (obj) => ({
|
|
1321
|
+
...obj,
|
|
1322
|
+
});
|
|
1323
|
+
export const DescribeUsersMessageFilterSensitiveLog = (obj) => ({
|
|
1324
|
+
...obj,
|
|
1325
|
+
});
|
|
1326
|
+
export const DescribeUsersResultFilterSensitiveLog = (obj) => ({
|
|
1327
|
+
...obj,
|
|
1328
|
+
});
|
|
1329
|
+
export const DisassociateGlobalReplicationGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1330
|
+
...obj,
|
|
1331
|
+
});
|
|
1332
|
+
export const DisassociateGlobalReplicationGroupResultFilterSensitiveLog = (obj) => ({
|
|
1333
|
+
...obj,
|
|
1334
|
+
});
|
|
1335
|
+
export const FailoverGlobalReplicationGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1336
|
+
...obj,
|
|
1337
|
+
});
|
|
1338
|
+
export const FailoverGlobalReplicationGroupResultFilterSensitiveLog = (obj) => ({
|
|
1339
|
+
...obj,
|
|
1340
|
+
});
|
|
1341
|
+
export const ReshardingConfigurationFilterSensitiveLog = (obj) => ({
|
|
1342
|
+
...obj,
|
|
1343
|
+
});
|
|
1344
|
+
export const RegionalConfigurationFilterSensitiveLog = (obj) => ({
|
|
1345
|
+
...obj,
|
|
1346
|
+
});
|
|
1347
|
+
export const IncreaseNodeGroupsInGlobalReplicationGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1348
|
+
...obj,
|
|
1349
|
+
});
|
|
1350
|
+
export const IncreaseNodeGroupsInGlobalReplicationGroupResultFilterSensitiveLog = (obj) => ({
|
|
1351
|
+
...obj,
|
|
1352
|
+
});
|
|
1353
|
+
export const IncreaseReplicaCountMessageFilterSensitiveLog = (obj) => ({
|
|
1354
|
+
...obj,
|
|
1355
|
+
});
|
|
1356
|
+
export const IncreaseReplicaCountResultFilterSensitiveLog = (obj) => ({
|
|
1357
|
+
...obj,
|
|
1358
|
+
});
|
|
1359
|
+
export const ListAllowedNodeTypeModificationsMessageFilterSensitiveLog = (obj) => ({
|
|
1360
|
+
...obj,
|
|
1361
|
+
});
|
|
1362
|
+
export const ListTagsForResourceMessageFilterSensitiveLog = (obj) => ({
|
|
1363
|
+
...obj,
|
|
1364
|
+
});
|
|
1365
|
+
export const ModifyCacheClusterMessageFilterSensitiveLog = (obj) => ({
|
|
1366
|
+
...obj,
|
|
1367
|
+
});
|
|
1368
|
+
export const ModifyCacheClusterResultFilterSensitiveLog = (obj) => ({
|
|
1369
|
+
...obj,
|
|
1370
|
+
});
|
|
1371
|
+
export const CacheParameterGroupNameMessageFilterSensitiveLog = (obj) => ({
|
|
1372
|
+
...obj,
|
|
1373
|
+
});
|
|
1374
|
+
export const ParameterNameValueFilterSensitiveLog = (obj) => ({
|
|
1375
|
+
...obj,
|
|
1376
|
+
});
|
|
1377
|
+
export const ModifyCacheParameterGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1378
|
+
...obj,
|
|
1379
|
+
});
|
|
1380
|
+
export const ModifyCacheSubnetGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1381
|
+
...obj,
|
|
1382
|
+
});
|
|
1383
|
+
export const ModifyCacheSubnetGroupResultFilterSensitiveLog = (obj) => ({
|
|
1384
|
+
...obj,
|
|
1385
|
+
});
|
|
1386
|
+
export const ModifyGlobalReplicationGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1387
|
+
...obj,
|
|
1388
|
+
});
|
|
1389
|
+
export const ModifyGlobalReplicationGroupResultFilterSensitiveLog = (obj) => ({
|
|
1390
|
+
...obj,
|
|
1391
|
+
});
|
|
1392
|
+
export const ModifyReplicationGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1393
|
+
...obj,
|
|
1394
|
+
});
|
|
1395
|
+
export const ModifyReplicationGroupResultFilterSensitiveLog = (obj) => ({
|
|
1396
|
+
...obj,
|
|
1397
|
+
});
|
|
1398
|
+
export const ModifyReplicationGroupShardConfigurationMessageFilterSensitiveLog = (obj) => ({
|
|
1399
|
+
...obj,
|
|
1400
|
+
});
|
|
1401
|
+
export const ModifyReplicationGroupShardConfigurationResultFilterSensitiveLog = (obj) => ({
|
|
1402
|
+
...obj,
|
|
1403
|
+
});
|
|
1404
|
+
export const ModifyUserMessageFilterSensitiveLog = (obj) => ({
|
|
1405
|
+
...obj,
|
|
1406
|
+
});
|
|
1407
|
+
export const ModifyUserGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1408
|
+
...obj,
|
|
1409
|
+
});
|
|
1410
|
+
export const PurchaseReservedCacheNodesOfferingMessageFilterSensitiveLog = (obj) => ({
|
|
1411
|
+
...obj,
|
|
1412
|
+
});
|
|
1413
|
+
export const PurchaseReservedCacheNodesOfferingResultFilterSensitiveLog = (obj) => ({
|
|
1414
|
+
...obj,
|
|
1415
|
+
});
|
|
1416
|
+
export const RebalanceSlotsInGlobalReplicationGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1417
|
+
...obj,
|
|
1418
|
+
});
|
|
1419
|
+
export const RebalanceSlotsInGlobalReplicationGroupResultFilterSensitiveLog = (obj) => ({
|
|
1420
|
+
...obj,
|
|
1421
|
+
});
|
|
1422
|
+
export const RebootCacheClusterMessageFilterSensitiveLog = (obj) => ({
|
|
1423
|
+
...obj,
|
|
1424
|
+
});
|
|
1425
|
+
export const RebootCacheClusterResultFilterSensitiveLog = (obj) => ({
|
|
1426
|
+
...obj,
|
|
1427
|
+
});
|
|
1428
|
+
export const RemoveTagsFromResourceMessageFilterSensitiveLog = (obj) => ({
|
|
1429
|
+
...obj,
|
|
1430
|
+
});
|
|
1431
|
+
export const ResetCacheParameterGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1432
|
+
...obj,
|
|
1433
|
+
});
|
|
1434
|
+
export const RevokeCacheSecurityGroupIngressMessageFilterSensitiveLog = (obj) => ({
|
|
1435
|
+
...obj,
|
|
1436
|
+
});
|
|
1437
|
+
export const RevokeCacheSecurityGroupIngressResultFilterSensitiveLog = (obj) => ({
|
|
1438
|
+
...obj,
|
|
1439
|
+
});
|
|
1440
|
+
export const CustomerNodeEndpointFilterSensitiveLog = (obj) => ({
|
|
1441
|
+
...obj,
|
|
1442
|
+
});
|
|
1443
|
+
export const StartMigrationMessageFilterSensitiveLog = (obj) => ({
|
|
1444
|
+
...obj,
|
|
1445
|
+
});
|
|
1446
|
+
export const StartMigrationResponseFilterSensitiveLog = (obj) => ({
|
|
1447
|
+
...obj,
|
|
1448
|
+
});
|
|
1449
|
+
export const TestFailoverMessageFilterSensitiveLog = (obj) => ({
|
|
1450
|
+
...obj,
|
|
1451
|
+
});
|
|
1452
|
+
export const TestFailoverResultFilterSensitiveLog = (obj) => ({
|
|
1453
|
+
...obj,
|
|
1454
|
+
});
|