@aws-sdk/client-elasticache 3.183.0 → 3.185.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 +11 -0
- package/dist-cjs/protocols/Aws_query.js +2 -2
- package/dist-es/ElastiCache.js +269 -262
- package/dist-es/ElastiCacheClient.js +28 -22
- package/dist-es/commands/AddTagsToResourceCommand.js +28 -21
- package/dist-es/commands/AuthorizeCacheSecurityGroupIngressCommand.js +28 -21
- package/dist-es/commands/BatchApplyUpdateActionCommand.js +28 -21
- package/dist-es/commands/BatchStopUpdateActionCommand.js +28 -21
- package/dist-es/commands/CompleteMigrationCommand.js +28 -21
- package/dist-es/commands/CopySnapshotCommand.js +28 -21
- package/dist-es/commands/CreateCacheClusterCommand.js +28 -21
- package/dist-es/commands/CreateCacheParameterGroupCommand.js +28 -21
- package/dist-es/commands/CreateCacheSecurityGroupCommand.js +28 -21
- package/dist-es/commands/CreateCacheSubnetGroupCommand.js +28 -21
- package/dist-es/commands/CreateGlobalReplicationGroupCommand.js +28 -21
- package/dist-es/commands/CreateReplicationGroupCommand.js +28 -21
- package/dist-es/commands/CreateSnapshotCommand.js +28 -21
- package/dist-es/commands/CreateUserCommand.js +28 -21
- package/dist-es/commands/CreateUserGroupCommand.js +28 -21
- package/dist-es/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.js +28 -21
- package/dist-es/commands/DecreaseReplicaCountCommand.js +28 -21
- package/dist-es/commands/DeleteCacheClusterCommand.js +28 -21
- package/dist-es/commands/DeleteCacheParameterGroupCommand.js +29 -22
- package/dist-es/commands/DeleteCacheSecurityGroupCommand.js +29 -22
- package/dist-es/commands/DeleteCacheSubnetGroupCommand.js +29 -22
- package/dist-es/commands/DeleteGlobalReplicationGroupCommand.js +28 -21
- package/dist-es/commands/DeleteReplicationGroupCommand.js +28 -21
- package/dist-es/commands/DeleteSnapshotCommand.js +28 -21
- package/dist-es/commands/DeleteUserCommand.js +28 -21
- package/dist-es/commands/DeleteUserGroupCommand.js +28 -21
- package/dist-es/commands/DescribeCacheClustersCommand.js +28 -21
- package/dist-es/commands/DescribeCacheEngineVersionsCommand.js +28 -21
- package/dist-es/commands/DescribeCacheParameterGroupsCommand.js +28 -21
- package/dist-es/commands/DescribeCacheParametersCommand.js +28 -21
- package/dist-es/commands/DescribeCacheSecurityGroupsCommand.js +28 -21
- package/dist-es/commands/DescribeCacheSubnetGroupsCommand.js +28 -21
- package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +28 -21
- package/dist-es/commands/DescribeEventsCommand.js +28 -21
- package/dist-es/commands/DescribeGlobalReplicationGroupsCommand.js +28 -21
- package/dist-es/commands/DescribeReplicationGroupsCommand.js +28 -21
- package/dist-es/commands/DescribeReservedCacheNodesCommand.js +28 -21
- package/dist-es/commands/DescribeReservedCacheNodesOfferingsCommand.js +28 -21
- package/dist-es/commands/DescribeServiceUpdatesCommand.js +28 -21
- package/dist-es/commands/DescribeSnapshotsCommand.js +28 -21
- package/dist-es/commands/DescribeUpdateActionsCommand.js +28 -21
- package/dist-es/commands/DescribeUserGroupsCommand.js +28 -21
- package/dist-es/commands/DescribeUsersCommand.js +28 -21
- package/dist-es/commands/DisassociateGlobalReplicationGroupCommand.js +28 -21
- package/dist-es/commands/FailoverGlobalReplicationGroupCommand.js +28 -21
- package/dist-es/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.js +28 -21
- package/dist-es/commands/IncreaseReplicaCountCommand.js +28 -21
- package/dist-es/commands/ListAllowedNodeTypeModificationsCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/ModifyCacheClusterCommand.js +28 -21
- package/dist-es/commands/ModifyCacheParameterGroupCommand.js +28 -21
- package/dist-es/commands/ModifyCacheSubnetGroupCommand.js +28 -21
- package/dist-es/commands/ModifyGlobalReplicationGroupCommand.js +28 -21
- package/dist-es/commands/ModifyReplicationGroupCommand.js +28 -21
- package/dist-es/commands/ModifyReplicationGroupShardConfigurationCommand.js +28 -21
- package/dist-es/commands/ModifyUserCommand.js +28 -21
- package/dist-es/commands/ModifyUserGroupCommand.js +28 -21
- package/dist-es/commands/PurchaseReservedCacheNodesOfferingCommand.js +28 -21
- package/dist-es/commands/RebalanceSlotsInGlobalReplicationGroupCommand.js +28 -21
- package/dist-es/commands/RebootCacheClusterCommand.js +28 -21
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +28 -21
- package/dist-es/commands/ResetCacheParameterGroupCommand.js +28 -21
- package/dist-es/commands/RevokeCacheSecurityGroupIngressCommand.js +28 -21
- package/dist-es/commands/StartMigrationCommand.js +28 -21
- package/dist-es/commands/TestFailoverCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/ElastiCacheServiceException.js +10 -5
- package/dist-es/models/models_0.js +985 -1344
- package/dist-es/pagination/DescribeCacheClustersPaginator.js +68 -25
- package/dist-es/pagination/DescribeCacheEngineVersionsPaginator.js +68 -25
- package/dist-es/pagination/DescribeCacheParameterGroupsPaginator.js +68 -25
- package/dist-es/pagination/DescribeCacheParametersPaginator.js +68 -25
- package/dist-es/pagination/DescribeCacheSecurityGroupsPaginator.js +68 -25
- package/dist-es/pagination/DescribeCacheSubnetGroupsPaginator.js +68 -25
- package/dist-es/pagination/DescribeEngineDefaultParametersPaginator.js +68 -25
- package/dist-es/pagination/DescribeEventsPaginator.js +68 -25
- package/dist-es/pagination/DescribeGlobalReplicationGroupsPaginator.js +68 -25
- package/dist-es/pagination/DescribeReplicationGroupsPaginator.js +68 -25
- package/dist-es/pagination/DescribeReservedCacheNodesOfferingsPaginator.js +68 -25
- package/dist-es/pagination/DescribeReservedCacheNodesPaginator.js +68 -25
- package/dist-es/pagination/DescribeServiceUpdatesPaginator.js +68 -25
- package/dist-es/pagination/DescribeSnapshotsPaginator.js +68 -25
- package/dist-es/pagination/DescribeUpdateActionsPaginator.js +68 -25
- package/dist-es/pagination/DescribeUserGroupsPaginator.js +68 -25
- package/dist-es/pagination/DescribeUsersPaginator.js +68 -25
- package/dist-es/protocols/Aws_query.js +7362 -5557
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/dist-es/waiters/waitForCacheClusterAvailable.js +163 -92
- package/dist-es/waiters/waitForCacheClusterDeleted.js +213 -122
- package/dist-es/waiters/waitForReplicationGroupAvailable.js +91 -50
- package/dist-es/waiters/waitForReplicationGroupDeleted.js +93 -52
- package/package.json +5 -5
|
@@ -1,208 +1,209 @@
|
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
1
2
|
import { ElastiCacheServiceException as __BaseException } from "./ElastiCacheServiceException";
|
|
2
|
-
|
|
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
|
-
}
|
|
3
|
+
var CacheClusterNotFoundFault = (function (_super) {
|
|
4
|
+
__extends(CacheClusterNotFoundFault, _super);
|
|
5
|
+
function CacheClusterNotFoundFault(opts) {
|
|
6
|
+
var _this = _super.call(this, __assign({ name: "CacheClusterNotFoundFault", $fault: "client" }, opts)) || this;
|
|
7
|
+
_this.name = "CacheClusterNotFoundFault";
|
|
8
|
+
_this.$fault = "client";
|
|
9
|
+
Object.setPrototypeOf(_this, CacheClusterNotFoundFault.prototype);
|
|
10
|
+
return _this;
|
|
11
|
+
}
|
|
12
|
+
return CacheClusterNotFoundFault;
|
|
13
|
+
}(__BaseException));
|
|
14
|
+
export { CacheClusterNotFoundFault };
|
|
15
|
+
var CacheParameterGroupNotFoundFault = (function (_super) {
|
|
16
|
+
__extends(CacheParameterGroupNotFoundFault, _super);
|
|
17
|
+
function CacheParameterGroupNotFoundFault(opts) {
|
|
18
|
+
var _this = _super.call(this, __assign({ name: "CacheParameterGroupNotFoundFault", $fault: "client" }, opts)) || this;
|
|
19
|
+
_this.name = "CacheParameterGroupNotFoundFault";
|
|
20
|
+
_this.$fault = "client";
|
|
21
|
+
Object.setPrototypeOf(_this, CacheParameterGroupNotFoundFault.prototype);
|
|
22
|
+
return _this;
|
|
23
|
+
}
|
|
24
|
+
return CacheParameterGroupNotFoundFault;
|
|
25
|
+
}(__BaseException));
|
|
26
|
+
export { CacheParameterGroupNotFoundFault };
|
|
27
|
+
var CacheSecurityGroupNotFoundFault = (function (_super) {
|
|
28
|
+
__extends(CacheSecurityGroupNotFoundFault, _super);
|
|
29
|
+
function CacheSecurityGroupNotFoundFault(opts) {
|
|
30
|
+
var _this = _super.call(this, __assign({ name: "CacheSecurityGroupNotFoundFault", $fault: "client" }, opts)) || this;
|
|
31
|
+
_this.name = "CacheSecurityGroupNotFoundFault";
|
|
32
|
+
_this.$fault = "client";
|
|
33
|
+
Object.setPrototypeOf(_this, CacheSecurityGroupNotFoundFault.prototype);
|
|
34
|
+
return _this;
|
|
35
|
+
}
|
|
36
|
+
return CacheSecurityGroupNotFoundFault;
|
|
37
|
+
}(__BaseException));
|
|
38
|
+
export { CacheSecurityGroupNotFoundFault };
|
|
39
|
+
var CacheSubnetGroupNotFoundFault = (function (_super) {
|
|
40
|
+
__extends(CacheSubnetGroupNotFoundFault, _super);
|
|
41
|
+
function CacheSubnetGroupNotFoundFault(opts) {
|
|
42
|
+
var _this = _super.call(this, __assign({ name: "CacheSubnetGroupNotFoundFault", $fault: "client" }, opts)) || this;
|
|
43
|
+
_this.name = "CacheSubnetGroupNotFoundFault";
|
|
44
|
+
_this.$fault = "client";
|
|
45
|
+
Object.setPrototypeOf(_this, CacheSubnetGroupNotFoundFault.prototype);
|
|
46
|
+
return _this;
|
|
47
|
+
}
|
|
48
|
+
return CacheSubnetGroupNotFoundFault;
|
|
49
|
+
}(__BaseException));
|
|
50
|
+
export { CacheSubnetGroupNotFoundFault };
|
|
51
|
+
var InvalidARNFault = (function (_super) {
|
|
52
|
+
__extends(InvalidARNFault, _super);
|
|
53
|
+
function InvalidARNFault(opts) {
|
|
54
|
+
var _this = _super.call(this, __assign({ name: "InvalidARNFault", $fault: "client" }, opts)) || this;
|
|
55
|
+
_this.name = "InvalidARNFault";
|
|
56
|
+
_this.$fault = "client";
|
|
57
|
+
Object.setPrototypeOf(_this, InvalidARNFault.prototype);
|
|
58
|
+
return _this;
|
|
59
|
+
}
|
|
60
|
+
return InvalidARNFault;
|
|
61
|
+
}(__BaseException));
|
|
62
|
+
export { InvalidARNFault };
|
|
63
|
+
var InvalidReplicationGroupStateFault = (function (_super) {
|
|
64
|
+
__extends(InvalidReplicationGroupStateFault, _super);
|
|
65
|
+
function InvalidReplicationGroupStateFault(opts) {
|
|
66
|
+
var _this = _super.call(this, __assign({ name: "InvalidReplicationGroupStateFault", $fault: "client" }, opts)) || this;
|
|
67
|
+
_this.name = "InvalidReplicationGroupStateFault";
|
|
68
|
+
_this.$fault = "client";
|
|
69
|
+
Object.setPrototypeOf(_this, InvalidReplicationGroupStateFault.prototype);
|
|
70
|
+
return _this;
|
|
71
|
+
}
|
|
72
|
+
return InvalidReplicationGroupStateFault;
|
|
73
|
+
}(__BaseException));
|
|
74
|
+
export { InvalidReplicationGroupStateFault };
|
|
75
|
+
var ReplicationGroupNotFoundFault = (function (_super) {
|
|
76
|
+
__extends(ReplicationGroupNotFoundFault, _super);
|
|
77
|
+
function ReplicationGroupNotFoundFault(opts) {
|
|
78
|
+
var _this = _super.call(this, __assign({ name: "ReplicationGroupNotFoundFault", $fault: "client" }, opts)) || this;
|
|
79
|
+
_this.name = "ReplicationGroupNotFoundFault";
|
|
80
|
+
_this.$fault = "client";
|
|
81
|
+
Object.setPrototypeOf(_this, ReplicationGroupNotFoundFault.prototype);
|
|
82
|
+
return _this;
|
|
83
|
+
}
|
|
84
|
+
return ReplicationGroupNotFoundFault;
|
|
85
|
+
}(__BaseException));
|
|
86
|
+
export { ReplicationGroupNotFoundFault };
|
|
87
|
+
var ReservedCacheNodeNotFoundFault = (function (_super) {
|
|
88
|
+
__extends(ReservedCacheNodeNotFoundFault, _super);
|
|
89
|
+
function ReservedCacheNodeNotFoundFault(opts) {
|
|
90
|
+
var _this = _super.call(this, __assign({ name: "ReservedCacheNodeNotFoundFault", $fault: "client" }, opts)) || this;
|
|
91
|
+
_this.name = "ReservedCacheNodeNotFoundFault";
|
|
92
|
+
_this.$fault = "client";
|
|
93
|
+
Object.setPrototypeOf(_this, ReservedCacheNodeNotFoundFault.prototype);
|
|
94
|
+
return _this;
|
|
95
|
+
}
|
|
96
|
+
return ReservedCacheNodeNotFoundFault;
|
|
97
|
+
}(__BaseException));
|
|
98
|
+
export { ReservedCacheNodeNotFoundFault };
|
|
99
|
+
var SnapshotNotFoundFault = (function (_super) {
|
|
100
|
+
__extends(SnapshotNotFoundFault, _super);
|
|
101
|
+
function SnapshotNotFoundFault(opts) {
|
|
102
|
+
var _this = _super.call(this, __assign({ name: "SnapshotNotFoundFault", $fault: "client" }, opts)) || this;
|
|
103
|
+
_this.name = "SnapshotNotFoundFault";
|
|
104
|
+
_this.$fault = "client";
|
|
105
|
+
Object.setPrototypeOf(_this, SnapshotNotFoundFault.prototype);
|
|
106
|
+
return _this;
|
|
107
|
+
}
|
|
108
|
+
return SnapshotNotFoundFault;
|
|
109
|
+
}(__BaseException));
|
|
110
|
+
export { SnapshotNotFoundFault };
|
|
111
|
+
var TagQuotaPerResourceExceeded = (function (_super) {
|
|
112
|
+
__extends(TagQuotaPerResourceExceeded, _super);
|
|
113
|
+
function TagQuotaPerResourceExceeded(opts) {
|
|
114
|
+
var _this = _super.call(this, __assign({ name: "TagQuotaPerResourceExceeded", $fault: "client" }, opts)) || this;
|
|
115
|
+
_this.name = "TagQuotaPerResourceExceeded";
|
|
116
|
+
_this.$fault = "client";
|
|
117
|
+
Object.setPrototypeOf(_this, TagQuotaPerResourceExceeded.prototype);
|
|
118
|
+
return _this;
|
|
119
|
+
}
|
|
120
|
+
return TagQuotaPerResourceExceeded;
|
|
121
|
+
}(__BaseException));
|
|
122
|
+
export { TagQuotaPerResourceExceeded };
|
|
123
|
+
var UserGroupNotFoundFault = (function (_super) {
|
|
124
|
+
__extends(UserGroupNotFoundFault, _super);
|
|
125
|
+
function UserGroupNotFoundFault(opts) {
|
|
126
|
+
var _this = _super.call(this, __assign({ name: "UserGroupNotFoundFault", $fault: "client" }, opts)) || this;
|
|
127
|
+
_this.name = "UserGroupNotFoundFault";
|
|
128
|
+
_this.$fault = "client";
|
|
129
|
+
Object.setPrototypeOf(_this, UserGroupNotFoundFault.prototype);
|
|
130
|
+
return _this;
|
|
131
|
+
}
|
|
132
|
+
return UserGroupNotFoundFault;
|
|
133
|
+
}(__BaseException));
|
|
134
|
+
export { UserGroupNotFoundFault };
|
|
135
|
+
var UserNotFoundFault = (function (_super) {
|
|
136
|
+
__extends(UserNotFoundFault, _super);
|
|
137
|
+
function UserNotFoundFault(opts) {
|
|
138
|
+
var _this = _super.call(this, __assign({ name: "UserNotFoundFault", $fault: "client" }, opts)) || this;
|
|
139
|
+
_this.name = "UserNotFoundFault";
|
|
140
|
+
_this.$fault = "client";
|
|
141
|
+
Object.setPrototypeOf(_this, UserNotFoundFault.prototype);
|
|
142
|
+
return _this;
|
|
143
|
+
}
|
|
144
|
+
return UserNotFoundFault;
|
|
145
|
+
}(__BaseException));
|
|
146
|
+
export { UserNotFoundFault };
|
|
147
|
+
var AuthorizationAlreadyExistsFault = (function (_super) {
|
|
148
|
+
__extends(AuthorizationAlreadyExistsFault, _super);
|
|
149
|
+
function AuthorizationAlreadyExistsFault(opts) {
|
|
150
|
+
var _this = _super.call(this, __assign({ name: "AuthorizationAlreadyExistsFault", $fault: "client" }, opts)) || this;
|
|
151
|
+
_this.name = "AuthorizationAlreadyExistsFault";
|
|
152
|
+
_this.$fault = "client";
|
|
153
|
+
Object.setPrototypeOf(_this, AuthorizationAlreadyExistsFault.prototype);
|
|
154
|
+
return _this;
|
|
155
|
+
}
|
|
156
|
+
return AuthorizationAlreadyExistsFault;
|
|
157
|
+
}(__BaseException));
|
|
158
|
+
export { AuthorizationAlreadyExistsFault };
|
|
159
|
+
var InvalidCacheSecurityGroupStateFault = (function (_super) {
|
|
160
|
+
__extends(InvalidCacheSecurityGroupStateFault, _super);
|
|
161
|
+
function InvalidCacheSecurityGroupStateFault(opts) {
|
|
162
|
+
var _this = _super.call(this, __assign({ name: "InvalidCacheSecurityGroupStateFault", $fault: "client" }, opts)) || this;
|
|
163
|
+
_this.name = "InvalidCacheSecurityGroupStateFault";
|
|
164
|
+
_this.$fault = "client";
|
|
165
|
+
Object.setPrototypeOf(_this, InvalidCacheSecurityGroupStateFault.prototype);
|
|
166
|
+
return _this;
|
|
167
|
+
}
|
|
168
|
+
return InvalidCacheSecurityGroupStateFault;
|
|
169
|
+
}(__BaseException));
|
|
170
|
+
export { InvalidCacheSecurityGroupStateFault };
|
|
171
|
+
var InvalidParameterCombinationException = (function (_super) {
|
|
172
|
+
__extends(InvalidParameterCombinationException, _super);
|
|
173
|
+
function InvalidParameterCombinationException(opts) {
|
|
174
|
+
var _this = _super.call(this, __assign({ name: "InvalidParameterCombinationException", $fault: "client" }, opts)) || this;
|
|
175
|
+
_this.name = "InvalidParameterCombinationException";
|
|
176
|
+
_this.$fault = "client";
|
|
177
|
+
Object.setPrototypeOf(_this, InvalidParameterCombinationException.prototype);
|
|
178
|
+
return _this;
|
|
179
|
+
}
|
|
180
|
+
return InvalidParameterCombinationException;
|
|
181
|
+
}(__BaseException));
|
|
182
|
+
export { InvalidParameterCombinationException };
|
|
183
|
+
var InvalidParameterValueException = (function (_super) {
|
|
184
|
+
__extends(InvalidParameterValueException, _super);
|
|
185
|
+
function InvalidParameterValueException(opts) {
|
|
186
|
+
var _this = _super.call(this, __assign({ name: "InvalidParameterValueException", $fault: "client" }, opts)) || this;
|
|
187
|
+
_this.name = "InvalidParameterValueException";
|
|
188
|
+
_this.$fault = "client";
|
|
189
|
+
Object.setPrototypeOf(_this, InvalidParameterValueException.prototype);
|
|
190
|
+
return _this;
|
|
191
|
+
}
|
|
192
|
+
return InvalidParameterValueException;
|
|
193
|
+
}(__BaseException));
|
|
194
|
+
export { InvalidParameterValueException };
|
|
195
|
+
var ServiceUpdateNotFoundFault = (function (_super) {
|
|
196
|
+
__extends(ServiceUpdateNotFoundFault, _super);
|
|
197
|
+
function ServiceUpdateNotFoundFault(opts) {
|
|
198
|
+
var _this = _super.call(this, __assign({ name: "ServiceUpdateNotFoundFault", $fault: "client" }, opts)) || this;
|
|
199
|
+
_this.name = "ServiceUpdateNotFoundFault";
|
|
200
|
+
_this.$fault = "client";
|
|
201
|
+
Object.setPrototypeOf(_this, ServiceUpdateNotFoundFault.prototype);
|
|
202
|
+
return _this;
|
|
203
|
+
}
|
|
204
|
+
return ServiceUpdateNotFoundFault;
|
|
205
|
+
}(__BaseException));
|
|
206
|
+
export { ServiceUpdateNotFoundFault };
|
|
206
207
|
export var UpdateActionStatus;
|
|
207
208
|
(function (UpdateActionStatus) {
|
|
208
209
|
UpdateActionStatus["COMPLETE"] = "complete";
|
|
@@ -260,78 +261,78 @@ export var PendingAutomaticFailoverStatus;
|
|
|
260
261
|
PendingAutomaticFailoverStatus["DISABLED"] = "disabled";
|
|
261
262
|
PendingAutomaticFailoverStatus["ENABLED"] = "enabled";
|
|
262
263
|
})(PendingAutomaticFailoverStatus || (PendingAutomaticFailoverStatus = {}));
|
|
263
|
-
|
|
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
|
-
}
|
|
264
|
+
var ReplicationGroupNotUnderMigrationFault = (function (_super) {
|
|
265
|
+
__extends(ReplicationGroupNotUnderMigrationFault, _super);
|
|
266
|
+
function ReplicationGroupNotUnderMigrationFault(opts) {
|
|
267
|
+
var _this = _super.call(this, __assign({ name: "ReplicationGroupNotUnderMigrationFault", $fault: "client" }, opts)) || this;
|
|
268
|
+
_this.name = "ReplicationGroupNotUnderMigrationFault";
|
|
269
|
+
_this.$fault = "client";
|
|
270
|
+
Object.setPrototypeOf(_this, ReplicationGroupNotUnderMigrationFault.prototype);
|
|
271
|
+
return _this;
|
|
272
|
+
}
|
|
273
|
+
return ReplicationGroupNotUnderMigrationFault;
|
|
274
|
+
}(__BaseException));
|
|
275
|
+
export { ReplicationGroupNotUnderMigrationFault };
|
|
276
|
+
var InvalidSnapshotStateFault = (function (_super) {
|
|
277
|
+
__extends(InvalidSnapshotStateFault, _super);
|
|
278
|
+
function InvalidSnapshotStateFault(opts) {
|
|
279
|
+
var _this = _super.call(this, __assign({ name: "InvalidSnapshotStateFault", $fault: "client" }, opts)) || this;
|
|
280
|
+
_this.name = "InvalidSnapshotStateFault";
|
|
281
|
+
_this.$fault = "client";
|
|
282
|
+
Object.setPrototypeOf(_this, InvalidSnapshotStateFault.prototype);
|
|
283
|
+
return _this;
|
|
284
|
+
}
|
|
285
|
+
return InvalidSnapshotStateFault;
|
|
286
|
+
}(__BaseException));
|
|
287
|
+
export { InvalidSnapshotStateFault };
|
|
288
|
+
var SnapshotAlreadyExistsFault = (function (_super) {
|
|
289
|
+
__extends(SnapshotAlreadyExistsFault, _super);
|
|
290
|
+
function SnapshotAlreadyExistsFault(opts) {
|
|
291
|
+
var _this = _super.call(this, __assign({ name: "SnapshotAlreadyExistsFault", $fault: "client" }, opts)) || this;
|
|
292
|
+
_this.name = "SnapshotAlreadyExistsFault";
|
|
293
|
+
_this.$fault = "client";
|
|
294
|
+
Object.setPrototypeOf(_this, SnapshotAlreadyExistsFault.prototype);
|
|
295
|
+
return _this;
|
|
296
|
+
}
|
|
297
|
+
return SnapshotAlreadyExistsFault;
|
|
298
|
+
}(__BaseException));
|
|
299
|
+
export { SnapshotAlreadyExistsFault };
|
|
300
|
+
var SnapshotQuotaExceededFault = (function (_super) {
|
|
301
|
+
__extends(SnapshotQuotaExceededFault, _super);
|
|
302
|
+
function SnapshotQuotaExceededFault(opts) {
|
|
303
|
+
var _this = _super.call(this, __assign({ name: "SnapshotQuotaExceededFault", $fault: "client" }, opts)) || this;
|
|
304
|
+
_this.name = "SnapshotQuotaExceededFault";
|
|
305
|
+
_this.$fault = "client";
|
|
306
|
+
Object.setPrototypeOf(_this, SnapshotQuotaExceededFault.prototype);
|
|
307
|
+
return _this;
|
|
308
|
+
}
|
|
309
|
+
return SnapshotQuotaExceededFault;
|
|
310
|
+
}(__BaseException));
|
|
311
|
+
export { SnapshotQuotaExceededFault };
|
|
312
|
+
var CacheClusterAlreadyExistsFault = (function (_super) {
|
|
313
|
+
__extends(CacheClusterAlreadyExistsFault, _super);
|
|
314
|
+
function CacheClusterAlreadyExistsFault(opts) {
|
|
315
|
+
var _this = _super.call(this, __assign({ name: "CacheClusterAlreadyExistsFault", $fault: "client" }, opts)) || this;
|
|
316
|
+
_this.name = "CacheClusterAlreadyExistsFault";
|
|
317
|
+
_this.$fault = "client";
|
|
318
|
+
Object.setPrototypeOf(_this, CacheClusterAlreadyExistsFault.prototype);
|
|
319
|
+
return _this;
|
|
320
|
+
}
|
|
321
|
+
return CacheClusterAlreadyExistsFault;
|
|
322
|
+
}(__BaseException));
|
|
323
|
+
export { CacheClusterAlreadyExistsFault };
|
|
324
|
+
var ClusterQuotaForCustomerExceededFault = (function (_super) {
|
|
325
|
+
__extends(ClusterQuotaForCustomerExceededFault, _super);
|
|
326
|
+
function ClusterQuotaForCustomerExceededFault(opts) {
|
|
327
|
+
var _this = _super.call(this, __assign({ name: "ClusterQuotaForCustomerExceededFault", $fault: "client" }, opts)) || this;
|
|
328
|
+
_this.name = "ClusterQuotaForCustomerExceededFault";
|
|
329
|
+
_this.$fault = "client";
|
|
330
|
+
Object.setPrototypeOf(_this, ClusterQuotaForCustomerExceededFault.prototype);
|
|
331
|
+
return _this;
|
|
332
|
+
}
|
|
333
|
+
return ClusterQuotaForCustomerExceededFault;
|
|
334
|
+
}(__BaseException));
|
|
335
|
+
export { ClusterQuotaForCustomerExceededFault };
|
|
335
336
|
export var AZMode;
|
|
336
337
|
(function (AZMode) {
|
|
337
338
|
AZMode["CROSS_AZ"] = "cross-az";
|
|
@@ -342,419 +343,419 @@ export var OutpostMode;
|
|
|
342
343
|
OutpostMode["CROSS_OUTPOST"] = "cross-outpost";
|
|
343
344
|
OutpostMode["SINGLE_OUTPOST"] = "single-outpost";
|
|
344
345
|
})(OutpostMode || (OutpostMode = {}));
|
|
345
|
-
|
|
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
|
-
}
|
|
346
|
+
var InsufficientCacheClusterCapacityFault = (function (_super) {
|
|
347
|
+
__extends(InsufficientCacheClusterCapacityFault, _super);
|
|
348
|
+
function InsufficientCacheClusterCapacityFault(opts) {
|
|
349
|
+
var _this = _super.call(this, __assign({ name: "InsufficientCacheClusterCapacityFault", $fault: "client" }, opts)) || this;
|
|
350
|
+
_this.name = "InsufficientCacheClusterCapacityFault";
|
|
351
|
+
_this.$fault = "client";
|
|
352
|
+
Object.setPrototypeOf(_this, InsufficientCacheClusterCapacityFault.prototype);
|
|
353
|
+
return _this;
|
|
354
|
+
}
|
|
355
|
+
return InsufficientCacheClusterCapacityFault;
|
|
356
|
+
}(__BaseException));
|
|
357
|
+
export { InsufficientCacheClusterCapacityFault };
|
|
358
|
+
var InvalidVPCNetworkStateFault = (function (_super) {
|
|
359
|
+
__extends(InvalidVPCNetworkStateFault, _super);
|
|
360
|
+
function InvalidVPCNetworkStateFault(opts) {
|
|
361
|
+
var _this = _super.call(this, __assign({ name: "InvalidVPCNetworkStateFault", $fault: "client" }, opts)) || this;
|
|
362
|
+
_this.name = "InvalidVPCNetworkStateFault";
|
|
363
|
+
_this.$fault = "client";
|
|
364
|
+
Object.setPrototypeOf(_this, InvalidVPCNetworkStateFault.prototype);
|
|
365
|
+
return _this;
|
|
366
|
+
}
|
|
367
|
+
return InvalidVPCNetworkStateFault;
|
|
368
|
+
}(__BaseException));
|
|
369
|
+
export { InvalidVPCNetworkStateFault };
|
|
370
|
+
var NodeQuotaForClusterExceededFault = (function (_super) {
|
|
371
|
+
__extends(NodeQuotaForClusterExceededFault, _super);
|
|
372
|
+
function NodeQuotaForClusterExceededFault(opts) {
|
|
373
|
+
var _this = _super.call(this, __assign({ name: "NodeQuotaForClusterExceededFault", $fault: "client" }, opts)) || this;
|
|
374
|
+
_this.name = "NodeQuotaForClusterExceededFault";
|
|
375
|
+
_this.$fault = "client";
|
|
376
|
+
Object.setPrototypeOf(_this, NodeQuotaForClusterExceededFault.prototype);
|
|
377
|
+
return _this;
|
|
378
|
+
}
|
|
379
|
+
return NodeQuotaForClusterExceededFault;
|
|
380
|
+
}(__BaseException));
|
|
381
|
+
export { NodeQuotaForClusterExceededFault };
|
|
382
|
+
var NodeQuotaForCustomerExceededFault = (function (_super) {
|
|
383
|
+
__extends(NodeQuotaForCustomerExceededFault, _super);
|
|
384
|
+
function NodeQuotaForCustomerExceededFault(opts) {
|
|
385
|
+
var _this = _super.call(this, __assign({ name: "NodeQuotaForCustomerExceededFault", $fault: "client" }, opts)) || this;
|
|
386
|
+
_this.name = "NodeQuotaForCustomerExceededFault";
|
|
387
|
+
_this.$fault = "client";
|
|
388
|
+
Object.setPrototypeOf(_this, NodeQuotaForCustomerExceededFault.prototype);
|
|
389
|
+
return _this;
|
|
390
|
+
}
|
|
391
|
+
return NodeQuotaForCustomerExceededFault;
|
|
392
|
+
}(__BaseException));
|
|
393
|
+
export { NodeQuotaForCustomerExceededFault };
|
|
394
|
+
var CacheParameterGroupAlreadyExistsFault = (function (_super) {
|
|
395
|
+
__extends(CacheParameterGroupAlreadyExistsFault, _super);
|
|
396
|
+
function CacheParameterGroupAlreadyExistsFault(opts) {
|
|
397
|
+
var _this = _super.call(this, __assign({ name: "CacheParameterGroupAlreadyExistsFault", $fault: "client" }, opts)) || this;
|
|
398
|
+
_this.name = "CacheParameterGroupAlreadyExistsFault";
|
|
399
|
+
_this.$fault = "client";
|
|
400
|
+
Object.setPrototypeOf(_this, CacheParameterGroupAlreadyExistsFault.prototype);
|
|
401
|
+
return _this;
|
|
402
|
+
}
|
|
403
|
+
return CacheParameterGroupAlreadyExistsFault;
|
|
404
|
+
}(__BaseException));
|
|
405
|
+
export { CacheParameterGroupAlreadyExistsFault };
|
|
406
|
+
var CacheParameterGroupQuotaExceededFault = (function (_super) {
|
|
407
|
+
__extends(CacheParameterGroupQuotaExceededFault, _super);
|
|
408
|
+
function CacheParameterGroupQuotaExceededFault(opts) {
|
|
409
|
+
var _this = _super.call(this, __assign({ name: "CacheParameterGroupQuotaExceededFault", $fault: "client" }, opts)) || this;
|
|
410
|
+
_this.name = "CacheParameterGroupQuotaExceededFault";
|
|
411
|
+
_this.$fault = "client";
|
|
412
|
+
Object.setPrototypeOf(_this, CacheParameterGroupQuotaExceededFault.prototype);
|
|
413
|
+
return _this;
|
|
414
|
+
}
|
|
415
|
+
return CacheParameterGroupQuotaExceededFault;
|
|
416
|
+
}(__BaseException));
|
|
417
|
+
export { CacheParameterGroupQuotaExceededFault };
|
|
418
|
+
var InvalidCacheParameterGroupStateFault = (function (_super) {
|
|
419
|
+
__extends(InvalidCacheParameterGroupStateFault, _super);
|
|
420
|
+
function InvalidCacheParameterGroupStateFault(opts) {
|
|
421
|
+
var _this = _super.call(this, __assign({ name: "InvalidCacheParameterGroupStateFault", $fault: "client" }, opts)) || this;
|
|
422
|
+
_this.name = "InvalidCacheParameterGroupStateFault";
|
|
423
|
+
_this.$fault = "client";
|
|
424
|
+
Object.setPrototypeOf(_this, InvalidCacheParameterGroupStateFault.prototype);
|
|
425
|
+
return _this;
|
|
426
|
+
}
|
|
427
|
+
return InvalidCacheParameterGroupStateFault;
|
|
428
|
+
}(__BaseException));
|
|
429
|
+
export { InvalidCacheParameterGroupStateFault };
|
|
430
|
+
var CacheSecurityGroupAlreadyExistsFault = (function (_super) {
|
|
431
|
+
__extends(CacheSecurityGroupAlreadyExistsFault, _super);
|
|
432
|
+
function CacheSecurityGroupAlreadyExistsFault(opts) {
|
|
433
|
+
var _this = _super.call(this, __assign({ name: "CacheSecurityGroupAlreadyExistsFault", $fault: "client" }, opts)) || this;
|
|
434
|
+
_this.name = "CacheSecurityGroupAlreadyExistsFault";
|
|
435
|
+
_this.$fault = "client";
|
|
436
|
+
Object.setPrototypeOf(_this, CacheSecurityGroupAlreadyExistsFault.prototype);
|
|
437
|
+
return _this;
|
|
438
|
+
}
|
|
439
|
+
return CacheSecurityGroupAlreadyExistsFault;
|
|
440
|
+
}(__BaseException));
|
|
441
|
+
export { CacheSecurityGroupAlreadyExistsFault };
|
|
442
|
+
var CacheSecurityGroupQuotaExceededFault = (function (_super) {
|
|
443
|
+
__extends(CacheSecurityGroupQuotaExceededFault, _super);
|
|
444
|
+
function CacheSecurityGroupQuotaExceededFault(opts) {
|
|
445
|
+
var _this = _super.call(this, __assign({ name: "CacheSecurityGroupQuotaExceededFault", $fault: "client" }, opts)) || this;
|
|
446
|
+
_this.name = "CacheSecurityGroupQuotaExceededFault";
|
|
447
|
+
_this.$fault = "client";
|
|
448
|
+
Object.setPrototypeOf(_this, CacheSecurityGroupQuotaExceededFault.prototype);
|
|
449
|
+
return _this;
|
|
450
|
+
}
|
|
451
|
+
return CacheSecurityGroupQuotaExceededFault;
|
|
452
|
+
}(__BaseException));
|
|
453
|
+
export { CacheSecurityGroupQuotaExceededFault };
|
|
454
|
+
var CacheSubnetGroupAlreadyExistsFault = (function (_super) {
|
|
455
|
+
__extends(CacheSubnetGroupAlreadyExistsFault, _super);
|
|
456
|
+
function CacheSubnetGroupAlreadyExistsFault(opts) {
|
|
457
|
+
var _this = _super.call(this, __assign({ name: "CacheSubnetGroupAlreadyExistsFault", $fault: "client" }, opts)) || this;
|
|
458
|
+
_this.name = "CacheSubnetGroupAlreadyExistsFault";
|
|
459
|
+
_this.$fault = "client";
|
|
460
|
+
Object.setPrototypeOf(_this, CacheSubnetGroupAlreadyExistsFault.prototype);
|
|
461
|
+
return _this;
|
|
462
|
+
}
|
|
463
|
+
return CacheSubnetGroupAlreadyExistsFault;
|
|
464
|
+
}(__BaseException));
|
|
465
|
+
export { CacheSubnetGroupAlreadyExistsFault };
|
|
466
|
+
var CacheSubnetGroupQuotaExceededFault = (function (_super) {
|
|
467
|
+
__extends(CacheSubnetGroupQuotaExceededFault, _super);
|
|
468
|
+
function CacheSubnetGroupQuotaExceededFault(opts) {
|
|
469
|
+
var _this = _super.call(this, __assign({ name: "CacheSubnetGroupQuotaExceededFault", $fault: "client" }, opts)) || this;
|
|
470
|
+
_this.name = "CacheSubnetGroupQuotaExceededFault";
|
|
471
|
+
_this.$fault = "client";
|
|
472
|
+
Object.setPrototypeOf(_this, CacheSubnetGroupQuotaExceededFault.prototype);
|
|
473
|
+
return _this;
|
|
474
|
+
}
|
|
475
|
+
return CacheSubnetGroupQuotaExceededFault;
|
|
476
|
+
}(__BaseException));
|
|
477
|
+
export { CacheSubnetGroupQuotaExceededFault };
|
|
478
|
+
var CacheSubnetQuotaExceededFault = (function (_super) {
|
|
479
|
+
__extends(CacheSubnetQuotaExceededFault, _super);
|
|
480
|
+
function CacheSubnetQuotaExceededFault(opts) {
|
|
481
|
+
var _this = _super.call(this, __assign({ name: "CacheSubnetQuotaExceededFault", $fault: "client" }, opts)) || this;
|
|
482
|
+
_this.name = "CacheSubnetQuotaExceededFault";
|
|
483
|
+
_this.$fault = "client";
|
|
484
|
+
Object.setPrototypeOf(_this, CacheSubnetQuotaExceededFault.prototype);
|
|
485
|
+
return _this;
|
|
486
|
+
}
|
|
487
|
+
return CacheSubnetQuotaExceededFault;
|
|
488
|
+
}(__BaseException));
|
|
489
|
+
export { CacheSubnetQuotaExceededFault };
|
|
490
|
+
var InvalidSubnet = (function (_super) {
|
|
491
|
+
__extends(InvalidSubnet, _super);
|
|
492
|
+
function InvalidSubnet(opts) {
|
|
493
|
+
var _this = _super.call(this, __assign({ name: "InvalidSubnet", $fault: "client" }, opts)) || this;
|
|
494
|
+
_this.name = "InvalidSubnet";
|
|
495
|
+
_this.$fault = "client";
|
|
496
|
+
Object.setPrototypeOf(_this, InvalidSubnet.prototype);
|
|
497
|
+
return _this;
|
|
498
|
+
}
|
|
499
|
+
return InvalidSubnet;
|
|
500
|
+
}(__BaseException));
|
|
501
|
+
export { InvalidSubnet };
|
|
502
|
+
var SubnetNotAllowedFault = (function (_super) {
|
|
503
|
+
__extends(SubnetNotAllowedFault, _super);
|
|
504
|
+
function SubnetNotAllowedFault(opts) {
|
|
505
|
+
var _this = _super.call(this, __assign({ name: "SubnetNotAllowedFault", $fault: "client" }, opts)) || this;
|
|
506
|
+
_this.name = "SubnetNotAllowedFault";
|
|
507
|
+
_this.$fault = "client";
|
|
508
|
+
Object.setPrototypeOf(_this, SubnetNotAllowedFault.prototype);
|
|
509
|
+
return _this;
|
|
510
|
+
}
|
|
511
|
+
return SubnetNotAllowedFault;
|
|
512
|
+
}(__BaseException));
|
|
513
|
+
export { SubnetNotAllowedFault };
|
|
514
|
+
var GlobalReplicationGroupAlreadyExistsFault = (function (_super) {
|
|
515
|
+
__extends(GlobalReplicationGroupAlreadyExistsFault, _super);
|
|
516
|
+
function GlobalReplicationGroupAlreadyExistsFault(opts) {
|
|
517
|
+
var _this = _super.call(this, __assign({ name: "GlobalReplicationGroupAlreadyExistsFault", $fault: "client" }, opts)) || this;
|
|
518
|
+
_this.name = "GlobalReplicationGroupAlreadyExistsFault";
|
|
519
|
+
_this.$fault = "client";
|
|
520
|
+
Object.setPrototypeOf(_this, GlobalReplicationGroupAlreadyExistsFault.prototype);
|
|
521
|
+
return _this;
|
|
522
|
+
}
|
|
523
|
+
return GlobalReplicationGroupAlreadyExistsFault;
|
|
524
|
+
}(__BaseException));
|
|
525
|
+
export { GlobalReplicationGroupAlreadyExistsFault };
|
|
526
|
+
var ServiceLinkedRoleNotFoundFault = (function (_super) {
|
|
527
|
+
__extends(ServiceLinkedRoleNotFoundFault, _super);
|
|
528
|
+
function ServiceLinkedRoleNotFoundFault(opts) {
|
|
529
|
+
var _this = _super.call(this, __assign({ name: "ServiceLinkedRoleNotFoundFault", $fault: "client" }, opts)) || this;
|
|
530
|
+
_this.name = "ServiceLinkedRoleNotFoundFault";
|
|
531
|
+
_this.$fault = "client";
|
|
532
|
+
Object.setPrototypeOf(_this, ServiceLinkedRoleNotFoundFault.prototype);
|
|
533
|
+
return _this;
|
|
534
|
+
}
|
|
535
|
+
return ServiceLinkedRoleNotFoundFault;
|
|
536
|
+
}(__BaseException));
|
|
537
|
+
export { ServiceLinkedRoleNotFoundFault };
|
|
538
|
+
var GlobalReplicationGroupNotFoundFault = (function (_super) {
|
|
539
|
+
__extends(GlobalReplicationGroupNotFoundFault, _super);
|
|
540
|
+
function GlobalReplicationGroupNotFoundFault(opts) {
|
|
541
|
+
var _this = _super.call(this, __assign({ name: "GlobalReplicationGroupNotFoundFault", $fault: "client" }, opts)) || this;
|
|
542
|
+
_this.name = "GlobalReplicationGroupNotFoundFault";
|
|
543
|
+
_this.$fault = "client";
|
|
544
|
+
Object.setPrototypeOf(_this, GlobalReplicationGroupNotFoundFault.prototype);
|
|
545
|
+
return _this;
|
|
546
|
+
}
|
|
547
|
+
return GlobalReplicationGroupNotFoundFault;
|
|
548
|
+
}(__BaseException));
|
|
549
|
+
export { GlobalReplicationGroupNotFoundFault };
|
|
550
|
+
var InvalidCacheClusterStateFault = (function (_super) {
|
|
551
|
+
__extends(InvalidCacheClusterStateFault, _super);
|
|
552
|
+
function InvalidCacheClusterStateFault(opts) {
|
|
553
|
+
var _this = _super.call(this, __assign({ name: "InvalidCacheClusterStateFault", $fault: "client" }, opts)) || this;
|
|
554
|
+
_this.name = "InvalidCacheClusterStateFault";
|
|
555
|
+
_this.$fault = "client";
|
|
556
|
+
Object.setPrototypeOf(_this, InvalidCacheClusterStateFault.prototype);
|
|
557
|
+
return _this;
|
|
558
|
+
}
|
|
559
|
+
return InvalidCacheClusterStateFault;
|
|
560
|
+
}(__BaseException));
|
|
561
|
+
export { InvalidCacheClusterStateFault };
|
|
562
|
+
var InvalidGlobalReplicationGroupStateFault = (function (_super) {
|
|
563
|
+
__extends(InvalidGlobalReplicationGroupStateFault, _super);
|
|
564
|
+
function InvalidGlobalReplicationGroupStateFault(opts) {
|
|
565
|
+
var _this = _super.call(this, __assign({ name: "InvalidGlobalReplicationGroupStateFault", $fault: "client" }, opts)) || this;
|
|
566
|
+
_this.name = "InvalidGlobalReplicationGroupStateFault";
|
|
567
|
+
_this.$fault = "client";
|
|
568
|
+
Object.setPrototypeOf(_this, InvalidGlobalReplicationGroupStateFault.prototype);
|
|
569
|
+
return _this;
|
|
570
|
+
}
|
|
571
|
+
return InvalidGlobalReplicationGroupStateFault;
|
|
572
|
+
}(__BaseException));
|
|
573
|
+
export { InvalidGlobalReplicationGroupStateFault };
|
|
574
|
+
var InvalidUserGroupStateFault = (function (_super) {
|
|
575
|
+
__extends(InvalidUserGroupStateFault, _super);
|
|
576
|
+
function InvalidUserGroupStateFault(opts) {
|
|
577
|
+
var _this = _super.call(this, __assign({ name: "InvalidUserGroupStateFault", $fault: "client" }, opts)) || this;
|
|
578
|
+
_this.name = "InvalidUserGroupStateFault";
|
|
579
|
+
_this.$fault = "client";
|
|
580
|
+
Object.setPrototypeOf(_this, InvalidUserGroupStateFault.prototype);
|
|
581
|
+
return _this;
|
|
582
|
+
}
|
|
583
|
+
return InvalidUserGroupStateFault;
|
|
584
|
+
}(__BaseException));
|
|
585
|
+
export { InvalidUserGroupStateFault };
|
|
586
|
+
var NodeGroupsPerReplicationGroupQuotaExceededFault = (function (_super) {
|
|
587
|
+
__extends(NodeGroupsPerReplicationGroupQuotaExceededFault, _super);
|
|
588
|
+
function NodeGroupsPerReplicationGroupQuotaExceededFault(opts) {
|
|
589
|
+
var _this = _super.call(this, __assign({ name: "NodeGroupsPerReplicationGroupQuotaExceededFault", $fault: "client" }, opts)) || this;
|
|
590
|
+
_this.name = "NodeGroupsPerReplicationGroupQuotaExceededFault";
|
|
591
|
+
_this.$fault = "client";
|
|
592
|
+
Object.setPrototypeOf(_this, NodeGroupsPerReplicationGroupQuotaExceededFault.prototype);
|
|
593
|
+
return _this;
|
|
594
|
+
}
|
|
595
|
+
return NodeGroupsPerReplicationGroupQuotaExceededFault;
|
|
596
|
+
}(__BaseException));
|
|
597
|
+
export { NodeGroupsPerReplicationGroupQuotaExceededFault };
|
|
598
|
+
var ReplicationGroupAlreadyExistsFault = (function (_super) {
|
|
599
|
+
__extends(ReplicationGroupAlreadyExistsFault, _super);
|
|
600
|
+
function ReplicationGroupAlreadyExistsFault(opts) {
|
|
601
|
+
var _this = _super.call(this, __assign({ name: "ReplicationGroupAlreadyExistsFault", $fault: "client" }, opts)) || this;
|
|
602
|
+
_this.name = "ReplicationGroupAlreadyExistsFault";
|
|
603
|
+
_this.$fault = "client";
|
|
604
|
+
Object.setPrototypeOf(_this, ReplicationGroupAlreadyExistsFault.prototype);
|
|
605
|
+
return _this;
|
|
606
|
+
}
|
|
607
|
+
return ReplicationGroupAlreadyExistsFault;
|
|
608
|
+
}(__BaseException));
|
|
609
|
+
export { ReplicationGroupAlreadyExistsFault };
|
|
610
|
+
var SnapshotFeatureNotSupportedFault = (function (_super) {
|
|
611
|
+
__extends(SnapshotFeatureNotSupportedFault, _super);
|
|
612
|
+
function SnapshotFeatureNotSupportedFault(opts) {
|
|
613
|
+
var _this = _super.call(this, __assign({ name: "SnapshotFeatureNotSupportedFault", $fault: "client" }, opts)) || this;
|
|
614
|
+
_this.name = "SnapshotFeatureNotSupportedFault";
|
|
615
|
+
_this.$fault = "client";
|
|
616
|
+
Object.setPrototypeOf(_this, SnapshotFeatureNotSupportedFault.prototype);
|
|
617
|
+
return _this;
|
|
618
|
+
}
|
|
619
|
+
return SnapshotFeatureNotSupportedFault;
|
|
620
|
+
}(__BaseException));
|
|
621
|
+
export { SnapshotFeatureNotSupportedFault };
|
|
622
|
+
var DuplicateUserNameFault = (function (_super) {
|
|
623
|
+
__extends(DuplicateUserNameFault, _super);
|
|
624
|
+
function DuplicateUserNameFault(opts) {
|
|
625
|
+
var _this = _super.call(this, __assign({ name: "DuplicateUserNameFault", $fault: "client" }, opts)) || this;
|
|
626
|
+
_this.name = "DuplicateUserNameFault";
|
|
627
|
+
_this.$fault = "client";
|
|
628
|
+
Object.setPrototypeOf(_this, DuplicateUserNameFault.prototype);
|
|
629
|
+
return _this;
|
|
630
|
+
}
|
|
631
|
+
return DuplicateUserNameFault;
|
|
632
|
+
}(__BaseException));
|
|
633
|
+
export { DuplicateUserNameFault };
|
|
633
634
|
export var AuthenticationType;
|
|
634
635
|
(function (AuthenticationType) {
|
|
635
636
|
AuthenticationType["NO_PASSWORD"] = "no-password";
|
|
636
637
|
AuthenticationType["PASSWORD"] = "password";
|
|
637
638
|
})(AuthenticationType || (AuthenticationType = {}));
|
|
638
|
-
|
|
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
|
-
}
|
|
639
|
+
var UserAlreadyExistsFault = (function (_super) {
|
|
640
|
+
__extends(UserAlreadyExistsFault, _super);
|
|
641
|
+
function UserAlreadyExistsFault(opts) {
|
|
642
|
+
var _this = _super.call(this, __assign({ name: "UserAlreadyExistsFault", $fault: "client" }, opts)) || this;
|
|
643
|
+
_this.name = "UserAlreadyExistsFault";
|
|
644
|
+
_this.$fault = "client";
|
|
645
|
+
Object.setPrototypeOf(_this, UserAlreadyExistsFault.prototype);
|
|
646
|
+
return _this;
|
|
647
|
+
}
|
|
648
|
+
return UserAlreadyExistsFault;
|
|
649
|
+
}(__BaseException));
|
|
650
|
+
export { UserAlreadyExistsFault };
|
|
651
|
+
var UserQuotaExceededFault = (function (_super) {
|
|
652
|
+
__extends(UserQuotaExceededFault, _super);
|
|
653
|
+
function UserQuotaExceededFault(opts) {
|
|
654
|
+
var _this = _super.call(this, __assign({ name: "UserQuotaExceededFault", $fault: "client" }, opts)) || this;
|
|
655
|
+
_this.name = "UserQuotaExceededFault";
|
|
656
|
+
_this.$fault = "client";
|
|
657
|
+
Object.setPrototypeOf(_this, UserQuotaExceededFault.prototype);
|
|
658
|
+
return _this;
|
|
659
|
+
}
|
|
660
|
+
return UserQuotaExceededFault;
|
|
661
|
+
}(__BaseException));
|
|
662
|
+
export { UserQuotaExceededFault };
|
|
663
|
+
var DefaultUserRequired = (function (_super) {
|
|
664
|
+
__extends(DefaultUserRequired, _super);
|
|
665
|
+
function DefaultUserRequired(opts) {
|
|
666
|
+
var _this = _super.call(this, __assign({ name: "DefaultUserRequired", $fault: "client" }, opts)) || this;
|
|
667
|
+
_this.name = "DefaultUserRequired";
|
|
668
|
+
_this.$fault = "client";
|
|
669
|
+
Object.setPrototypeOf(_this, DefaultUserRequired.prototype);
|
|
670
|
+
return _this;
|
|
671
|
+
}
|
|
672
|
+
return DefaultUserRequired;
|
|
673
|
+
}(__BaseException));
|
|
674
|
+
export { DefaultUserRequired };
|
|
675
|
+
var UserGroupAlreadyExistsFault = (function (_super) {
|
|
676
|
+
__extends(UserGroupAlreadyExistsFault, _super);
|
|
677
|
+
function UserGroupAlreadyExistsFault(opts) {
|
|
678
|
+
var _this = _super.call(this, __assign({ name: "UserGroupAlreadyExistsFault", $fault: "client" }, opts)) || this;
|
|
679
|
+
_this.name = "UserGroupAlreadyExistsFault";
|
|
680
|
+
_this.$fault = "client";
|
|
681
|
+
Object.setPrototypeOf(_this, UserGroupAlreadyExistsFault.prototype);
|
|
682
|
+
return _this;
|
|
683
|
+
}
|
|
684
|
+
return UserGroupAlreadyExistsFault;
|
|
685
|
+
}(__BaseException));
|
|
686
|
+
export { UserGroupAlreadyExistsFault };
|
|
687
|
+
var UserGroupQuotaExceededFault = (function (_super) {
|
|
688
|
+
__extends(UserGroupQuotaExceededFault, _super);
|
|
689
|
+
function UserGroupQuotaExceededFault(opts) {
|
|
690
|
+
var _this = _super.call(this, __assign({ name: "UserGroupQuotaExceededFault", $fault: "client" }, opts)) || this;
|
|
691
|
+
_this.name = "UserGroupQuotaExceededFault";
|
|
692
|
+
_this.$fault = "client";
|
|
693
|
+
Object.setPrototypeOf(_this, UserGroupQuotaExceededFault.prototype);
|
|
694
|
+
return _this;
|
|
695
|
+
}
|
|
696
|
+
return UserGroupQuotaExceededFault;
|
|
697
|
+
}(__BaseException));
|
|
698
|
+
export { UserGroupQuotaExceededFault };
|
|
699
|
+
var NoOperationFault = (function (_super) {
|
|
700
|
+
__extends(NoOperationFault, _super);
|
|
701
|
+
function NoOperationFault(opts) {
|
|
702
|
+
var _this = _super.call(this, __assign({ name: "NoOperationFault", $fault: "client" }, opts)) || this;
|
|
703
|
+
_this.name = "NoOperationFault";
|
|
704
|
+
_this.$fault = "client";
|
|
705
|
+
Object.setPrototypeOf(_this, NoOperationFault.prototype);
|
|
706
|
+
return _this;
|
|
707
|
+
}
|
|
708
|
+
return NoOperationFault;
|
|
709
|
+
}(__BaseException));
|
|
710
|
+
export { NoOperationFault };
|
|
711
|
+
var CacheSubnetGroupInUse = (function (_super) {
|
|
712
|
+
__extends(CacheSubnetGroupInUse, _super);
|
|
713
|
+
function CacheSubnetGroupInUse(opts) {
|
|
714
|
+
var _this = _super.call(this, __assign({ name: "CacheSubnetGroupInUse", $fault: "client" }, opts)) || this;
|
|
715
|
+
_this.name = "CacheSubnetGroupInUse";
|
|
716
|
+
_this.$fault = "client";
|
|
717
|
+
Object.setPrototypeOf(_this, CacheSubnetGroupInUse.prototype);
|
|
718
|
+
return _this;
|
|
719
|
+
}
|
|
720
|
+
return CacheSubnetGroupInUse;
|
|
721
|
+
}(__BaseException));
|
|
722
|
+
export { CacheSubnetGroupInUse };
|
|
723
|
+
var DefaultUserAssociatedToUserGroupFault = (function (_super) {
|
|
724
|
+
__extends(DefaultUserAssociatedToUserGroupFault, _super);
|
|
725
|
+
function DefaultUserAssociatedToUserGroupFault(opts) {
|
|
726
|
+
var _this = _super.call(this, __assign({ name: "DefaultUserAssociatedToUserGroupFault", $fault: "client" }, opts)) || this;
|
|
727
|
+
_this.name = "DefaultUserAssociatedToUserGroupFault";
|
|
728
|
+
_this.$fault = "client";
|
|
729
|
+
Object.setPrototypeOf(_this, DefaultUserAssociatedToUserGroupFault.prototype);
|
|
730
|
+
return _this;
|
|
731
|
+
}
|
|
732
|
+
return DefaultUserAssociatedToUserGroupFault;
|
|
733
|
+
}(__BaseException));
|
|
734
|
+
export { DefaultUserAssociatedToUserGroupFault };
|
|
735
|
+
var InvalidUserStateFault = (function (_super) {
|
|
736
|
+
__extends(InvalidUserStateFault, _super);
|
|
737
|
+
function InvalidUserStateFault(opts) {
|
|
738
|
+
var _this = _super.call(this, __assign({ name: "InvalidUserStateFault", $fault: "client" }, opts)) || this;
|
|
739
|
+
_this.name = "InvalidUserStateFault";
|
|
740
|
+
_this.$fault = "client";
|
|
741
|
+
Object.setPrototypeOf(_this, InvalidUserStateFault.prototype);
|
|
742
|
+
return _this;
|
|
743
|
+
}
|
|
744
|
+
return InvalidUserStateFault;
|
|
745
|
+
}(__BaseException));
|
|
746
|
+
export { InvalidUserStateFault };
|
|
747
|
+
var ReservedCacheNodesOfferingNotFoundFault = (function (_super) {
|
|
748
|
+
__extends(ReservedCacheNodesOfferingNotFoundFault, _super);
|
|
749
|
+
function ReservedCacheNodesOfferingNotFoundFault(opts) {
|
|
750
|
+
var _this = _super.call(this, __assign({ name: "ReservedCacheNodesOfferingNotFoundFault", $fault: "client" }, opts)) || this;
|
|
751
|
+
_this.name = "ReservedCacheNodesOfferingNotFoundFault";
|
|
752
|
+
_this.$fault = "client";
|
|
753
|
+
Object.setPrototypeOf(_this, ReservedCacheNodesOfferingNotFoundFault.prototype);
|
|
754
|
+
return _this;
|
|
755
|
+
}
|
|
756
|
+
return ReservedCacheNodesOfferingNotFoundFault;
|
|
757
|
+
}(__BaseException));
|
|
758
|
+
export { ReservedCacheNodesOfferingNotFoundFault };
|
|
758
759
|
export var ServiceUpdateStatus;
|
|
759
760
|
(function (ServiceUpdateStatus) {
|
|
760
761
|
ServiceUpdateStatus["AVAILABLE"] = "available";
|
|
@@ -792,663 +793,303 @@ export var SlaMet;
|
|
|
792
793
|
SlaMet["NO"] = "no";
|
|
793
794
|
SlaMet["YES"] = "yes";
|
|
794
795
|
})(SlaMet || (SlaMet = {}));
|
|
795
|
-
|
|
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
|
-
export
|
|
916
|
-
|
|
917
|
-
});
|
|
918
|
-
export
|
|
919
|
-
|
|
920
|
-
});
|
|
921
|
-
export
|
|
922
|
-
|
|
923
|
-
});
|
|
924
|
-
export
|
|
925
|
-
|
|
926
|
-
});
|
|
927
|
-
export
|
|
928
|
-
|
|
929
|
-
});
|
|
930
|
-
export
|
|
931
|
-
|
|
932
|
-
});
|
|
933
|
-
export
|
|
934
|
-
|
|
935
|
-
});
|
|
936
|
-
export
|
|
937
|
-
|
|
938
|
-
});
|
|
939
|
-
export
|
|
940
|
-
|
|
941
|
-
});
|
|
942
|
-
export
|
|
943
|
-
|
|
944
|
-
});
|
|
945
|
-
export
|
|
946
|
-
|
|
947
|
-
});
|
|
948
|
-
export
|
|
949
|
-
|
|
950
|
-
});
|
|
951
|
-
export
|
|
952
|
-
|
|
953
|
-
});
|
|
954
|
-
export
|
|
955
|
-
|
|
956
|
-
});
|
|
957
|
-
export
|
|
958
|
-
|
|
959
|
-
});
|
|
960
|
-
export
|
|
961
|
-
|
|
962
|
-
});
|
|
963
|
-
export
|
|
964
|
-
|
|
965
|
-
});
|
|
966
|
-
export
|
|
967
|
-
|
|
968
|
-
});
|
|
969
|
-
export
|
|
970
|
-
|
|
971
|
-
});
|
|
972
|
-
export
|
|
973
|
-
|
|
974
|
-
});
|
|
975
|
-
export
|
|
976
|
-
|
|
977
|
-
});
|
|
978
|
-
export
|
|
979
|
-
|
|
980
|
-
});
|
|
981
|
-
export
|
|
982
|
-
|
|
983
|
-
});
|
|
984
|
-
export
|
|
985
|
-
|
|
986
|
-
});
|
|
987
|
-
export
|
|
988
|
-
|
|
989
|
-
});
|
|
990
|
-
export
|
|
991
|
-
|
|
992
|
-
});
|
|
993
|
-
export
|
|
994
|
-
|
|
995
|
-
});
|
|
996
|
-
export
|
|
997
|
-
|
|
998
|
-
});
|
|
999
|
-
export
|
|
1000
|
-
|
|
1001
|
-
});
|
|
1002
|
-
export
|
|
1003
|
-
|
|
1004
|
-
});
|
|
1005
|
-
export
|
|
1006
|
-
|
|
1007
|
-
});
|
|
1008
|
-
export
|
|
1009
|
-
|
|
1010
|
-
});
|
|
1011
|
-
export
|
|
1012
|
-
|
|
1013
|
-
});
|
|
1014
|
-
export
|
|
1015
|
-
|
|
1016
|
-
});
|
|
1017
|
-
export
|
|
1018
|
-
|
|
1019
|
-
});
|
|
1020
|
-
export
|
|
1021
|
-
|
|
1022
|
-
});
|
|
1023
|
-
export
|
|
1024
|
-
|
|
1025
|
-
});
|
|
1026
|
-
export
|
|
1027
|
-
|
|
1028
|
-
});
|
|
1029
|
-
export
|
|
1030
|
-
|
|
1031
|
-
});
|
|
1032
|
-
export
|
|
1033
|
-
|
|
1034
|
-
});
|
|
1035
|
-
export
|
|
1036
|
-
|
|
1037
|
-
});
|
|
1038
|
-
export
|
|
1039
|
-
|
|
1040
|
-
});
|
|
1041
|
-
export
|
|
1042
|
-
|
|
1043
|
-
});
|
|
1044
|
-
export
|
|
1045
|
-
|
|
1046
|
-
});
|
|
1047
|
-
export
|
|
1048
|
-
|
|
1049
|
-
});
|
|
1050
|
-
export
|
|
1051
|
-
|
|
1052
|
-
});
|
|
1053
|
-
export
|
|
1054
|
-
|
|
1055
|
-
});
|
|
1056
|
-
export
|
|
1057
|
-
|
|
1058
|
-
});
|
|
1059
|
-
export
|
|
1060
|
-
|
|
1061
|
-
});
|
|
1062
|
-
export
|
|
1063
|
-
|
|
1064
|
-
});
|
|
1065
|
-
export
|
|
1066
|
-
|
|
1067
|
-
});
|
|
1068
|
-
export
|
|
1069
|
-
|
|
1070
|
-
});
|
|
1071
|
-
export
|
|
1072
|
-
|
|
1073
|
-
});
|
|
1074
|
-
export
|
|
1075
|
-
|
|
1076
|
-
});
|
|
1077
|
-
export
|
|
1078
|
-
|
|
1079
|
-
});
|
|
1080
|
-
export
|
|
1081
|
-
|
|
1082
|
-
});
|
|
1083
|
-
export
|
|
1084
|
-
|
|
1085
|
-
});
|
|
1086
|
-
export
|
|
1087
|
-
|
|
1088
|
-
});
|
|
1089
|
-
export
|
|
1090
|
-
|
|
1091
|
-
});
|
|
1092
|
-
export
|
|
1093
|
-
|
|
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
|
-
});
|
|
796
|
+
var InvalidKMSKeyFault = (function (_super) {
|
|
797
|
+
__extends(InvalidKMSKeyFault, _super);
|
|
798
|
+
function InvalidKMSKeyFault(opts) {
|
|
799
|
+
var _this = _super.call(this, __assign({ name: "InvalidKMSKeyFault", $fault: "client" }, opts)) || this;
|
|
800
|
+
_this.name = "InvalidKMSKeyFault";
|
|
801
|
+
_this.$fault = "client";
|
|
802
|
+
Object.setPrototypeOf(_this, InvalidKMSKeyFault.prototype);
|
|
803
|
+
return _this;
|
|
804
|
+
}
|
|
805
|
+
return InvalidKMSKeyFault;
|
|
806
|
+
}(__BaseException));
|
|
807
|
+
export { InvalidKMSKeyFault };
|
|
808
|
+
var SubnetInUse = (function (_super) {
|
|
809
|
+
__extends(SubnetInUse, _super);
|
|
810
|
+
function SubnetInUse(opts) {
|
|
811
|
+
var _this = _super.call(this, __assign({ name: "SubnetInUse", $fault: "client" }, opts)) || this;
|
|
812
|
+
_this.name = "SubnetInUse";
|
|
813
|
+
_this.$fault = "client";
|
|
814
|
+
Object.setPrototypeOf(_this, SubnetInUse.prototype);
|
|
815
|
+
return _this;
|
|
816
|
+
}
|
|
817
|
+
return SubnetInUse;
|
|
818
|
+
}(__BaseException));
|
|
819
|
+
export { SubnetInUse };
|
|
820
|
+
var ReservedCacheNodeAlreadyExistsFault = (function (_super) {
|
|
821
|
+
__extends(ReservedCacheNodeAlreadyExistsFault, _super);
|
|
822
|
+
function ReservedCacheNodeAlreadyExistsFault(opts) {
|
|
823
|
+
var _this = _super.call(this, __assign({ name: "ReservedCacheNodeAlreadyExistsFault", $fault: "client" }, opts)) || this;
|
|
824
|
+
_this.name = "ReservedCacheNodeAlreadyExistsFault";
|
|
825
|
+
_this.$fault = "client";
|
|
826
|
+
Object.setPrototypeOf(_this, ReservedCacheNodeAlreadyExistsFault.prototype);
|
|
827
|
+
return _this;
|
|
828
|
+
}
|
|
829
|
+
return ReservedCacheNodeAlreadyExistsFault;
|
|
830
|
+
}(__BaseException));
|
|
831
|
+
export { ReservedCacheNodeAlreadyExistsFault };
|
|
832
|
+
var ReservedCacheNodeQuotaExceededFault = (function (_super) {
|
|
833
|
+
__extends(ReservedCacheNodeQuotaExceededFault, _super);
|
|
834
|
+
function ReservedCacheNodeQuotaExceededFault(opts) {
|
|
835
|
+
var _this = _super.call(this, __assign({ name: "ReservedCacheNodeQuotaExceededFault", $fault: "client" }, opts)) || this;
|
|
836
|
+
_this.name = "ReservedCacheNodeQuotaExceededFault";
|
|
837
|
+
_this.$fault = "client";
|
|
838
|
+
Object.setPrototypeOf(_this, ReservedCacheNodeQuotaExceededFault.prototype);
|
|
839
|
+
return _this;
|
|
840
|
+
}
|
|
841
|
+
return ReservedCacheNodeQuotaExceededFault;
|
|
842
|
+
}(__BaseException));
|
|
843
|
+
export { ReservedCacheNodeQuotaExceededFault };
|
|
844
|
+
var TagNotFoundFault = (function (_super) {
|
|
845
|
+
__extends(TagNotFoundFault, _super);
|
|
846
|
+
function TagNotFoundFault(opts) {
|
|
847
|
+
var _this = _super.call(this, __assign({ name: "TagNotFoundFault", $fault: "client" }, opts)) || this;
|
|
848
|
+
_this.name = "TagNotFoundFault";
|
|
849
|
+
_this.$fault = "client";
|
|
850
|
+
Object.setPrototypeOf(_this, TagNotFoundFault.prototype);
|
|
851
|
+
return _this;
|
|
852
|
+
}
|
|
853
|
+
return TagNotFoundFault;
|
|
854
|
+
}(__BaseException));
|
|
855
|
+
export { TagNotFoundFault };
|
|
856
|
+
var AuthorizationNotFoundFault = (function (_super) {
|
|
857
|
+
__extends(AuthorizationNotFoundFault, _super);
|
|
858
|
+
function AuthorizationNotFoundFault(opts) {
|
|
859
|
+
var _this = _super.call(this, __assign({ name: "AuthorizationNotFoundFault", $fault: "client" }, opts)) || this;
|
|
860
|
+
_this.name = "AuthorizationNotFoundFault";
|
|
861
|
+
_this.$fault = "client";
|
|
862
|
+
Object.setPrototypeOf(_this, AuthorizationNotFoundFault.prototype);
|
|
863
|
+
return _this;
|
|
864
|
+
}
|
|
865
|
+
return AuthorizationNotFoundFault;
|
|
866
|
+
}(__BaseException));
|
|
867
|
+
export { AuthorizationNotFoundFault };
|
|
868
|
+
var ReplicationGroupAlreadyUnderMigrationFault = (function (_super) {
|
|
869
|
+
__extends(ReplicationGroupAlreadyUnderMigrationFault, _super);
|
|
870
|
+
function ReplicationGroupAlreadyUnderMigrationFault(opts) {
|
|
871
|
+
var _this = _super.call(this, __assign({ name: "ReplicationGroupAlreadyUnderMigrationFault", $fault: "client" }, opts)) || this;
|
|
872
|
+
_this.name = "ReplicationGroupAlreadyUnderMigrationFault";
|
|
873
|
+
_this.$fault = "client";
|
|
874
|
+
Object.setPrototypeOf(_this, ReplicationGroupAlreadyUnderMigrationFault.prototype);
|
|
875
|
+
return _this;
|
|
876
|
+
}
|
|
877
|
+
return ReplicationGroupAlreadyUnderMigrationFault;
|
|
878
|
+
}(__BaseException));
|
|
879
|
+
export { ReplicationGroupAlreadyUnderMigrationFault };
|
|
880
|
+
var APICallRateForCustomerExceededFault = (function (_super) {
|
|
881
|
+
__extends(APICallRateForCustomerExceededFault, _super);
|
|
882
|
+
function APICallRateForCustomerExceededFault(opts) {
|
|
883
|
+
var _this = _super.call(this, __assign({ name: "APICallRateForCustomerExceededFault", $fault: "client" }, opts)) || this;
|
|
884
|
+
_this.name = "APICallRateForCustomerExceededFault";
|
|
885
|
+
_this.$fault = "client";
|
|
886
|
+
Object.setPrototypeOf(_this, APICallRateForCustomerExceededFault.prototype);
|
|
887
|
+
return _this;
|
|
888
|
+
}
|
|
889
|
+
return APICallRateForCustomerExceededFault;
|
|
890
|
+
}(__BaseException));
|
|
891
|
+
export { APICallRateForCustomerExceededFault };
|
|
892
|
+
var NodeGroupNotFoundFault = (function (_super) {
|
|
893
|
+
__extends(NodeGroupNotFoundFault, _super);
|
|
894
|
+
function NodeGroupNotFoundFault(opts) {
|
|
895
|
+
var _this = _super.call(this, __assign({ name: "NodeGroupNotFoundFault", $fault: "client" }, opts)) || this;
|
|
896
|
+
_this.name = "NodeGroupNotFoundFault";
|
|
897
|
+
_this.$fault = "client";
|
|
898
|
+
Object.setPrototypeOf(_this, NodeGroupNotFoundFault.prototype);
|
|
899
|
+
return _this;
|
|
900
|
+
}
|
|
901
|
+
return NodeGroupNotFoundFault;
|
|
902
|
+
}(__BaseException));
|
|
903
|
+
export { NodeGroupNotFoundFault };
|
|
904
|
+
var TestFailoverNotAvailableFault = (function (_super) {
|
|
905
|
+
__extends(TestFailoverNotAvailableFault, _super);
|
|
906
|
+
function TestFailoverNotAvailableFault(opts) {
|
|
907
|
+
var _this = _super.call(this, __assign({ name: "TestFailoverNotAvailableFault", $fault: "client" }, opts)) || this;
|
|
908
|
+
_this.name = "TestFailoverNotAvailableFault";
|
|
909
|
+
_this.$fault = "client";
|
|
910
|
+
Object.setPrototypeOf(_this, TestFailoverNotAvailableFault.prototype);
|
|
911
|
+
return _this;
|
|
912
|
+
}
|
|
913
|
+
return TestFailoverNotAvailableFault;
|
|
914
|
+
}(__BaseException));
|
|
915
|
+
export { TestFailoverNotAvailableFault };
|
|
916
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
917
|
+
export var AddTagsToResourceMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
918
|
+
export var TagListMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
919
|
+
export var AllowedNodeTypeModificationsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
920
|
+
export var AuthorizeCacheSecurityGroupIngressMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
921
|
+
export var EC2SecurityGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
922
|
+
export var CacheSecurityGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
923
|
+
export var AuthorizeCacheSecurityGroupIngressResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
924
|
+
export var BatchApplyUpdateActionMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
925
|
+
export var ProcessedUpdateActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
926
|
+
export var UnprocessedUpdateActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
927
|
+
export var UpdateActionResultsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
928
|
+
export var BatchStopUpdateActionMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
929
|
+
export var CompleteMigrationMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
930
|
+
export var EndpointFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
931
|
+
export var GlobalReplicationGroupInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
932
|
+
export var CloudWatchLogsDestinationDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
933
|
+
export var KinesisFirehoseDestinationDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
934
|
+
export var DestinationDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
935
|
+
export var LogDeliveryConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
936
|
+
export var NodeGroupMemberFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
937
|
+
export var NodeGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
938
|
+
export var PendingLogDeliveryConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
939
|
+
export var SlotMigrationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
940
|
+
export var ReshardingStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
941
|
+
export var UserGroupsUpdateStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
942
|
+
export var ReplicationGroupPendingModifiedValuesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
943
|
+
export var ReplicationGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
944
|
+
export var CompleteMigrationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
945
|
+
export var CopySnapshotMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
946
|
+
export var NodeGroupConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
947
|
+
export var NodeSnapshotFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
948
|
+
export var SnapshotFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
949
|
+
export var CopySnapshotResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
950
|
+
export var LogDeliveryConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
951
|
+
export var CreateCacheClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
952
|
+
export var CacheNodeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
953
|
+
export var CacheParameterGroupStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
954
|
+
export var CacheSecurityGroupMembershipFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
955
|
+
export var NotificationConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
956
|
+
export var PendingModifiedValuesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
957
|
+
export var SecurityGroupMembershipFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
958
|
+
export var CacheClusterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
959
|
+
export var CreateCacheClusterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
960
|
+
export var CreateCacheParameterGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
961
|
+
export var CacheParameterGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
962
|
+
export var CreateCacheParameterGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
963
|
+
export var CreateCacheSecurityGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
964
|
+
export var CreateCacheSecurityGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
965
|
+
export var CreateCacheSubnetGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
966
|
+
export var AvailabilityZoneFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
967
|
+
export var SubnetOutpostFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
968
|
+
export var SubnetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
969
|
+
export var CacheSubnetGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
970
|
+
export var CreateCacheSubnetGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
971
|
+
export var CreateGlobalReplicationGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
972
|
+
export var GlobalNodeGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
973
|
+
export var GlobalReplicationGroupMemberFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
974
|
+
export var GlobalReplicationGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
975
|
+
export var CreateGlobalReplicationGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
976
|
+
export var CreateReplicationGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
977
|
+
export var CreateReplicationGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
978
|
+
export var CreateSnapshotMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
979
|
+
export var CreateSnapshotResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
980
|
+
export var CreateUserMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
981
|
+
export var AuthenticationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
982
|
+
export var UserFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
983
|
+
export var CreateUserGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
984
|
+
export var UserGroupPendingChangesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
985
|
+
export var UserGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
986
|
+
export var DecreaseNodeGroupsInGlobalReplicationGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
987
|
+
export var DecreaseNodeGroupsInGlobalReplicationGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
988
|
+
export var ConfigureShardFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
989
|
+
export var DecreaseReplicaCountMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
990
|
+
export var DecreaseReplicaCountResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
991
|
+
export var DeleteCacheClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
992
|
+
export var DeleteCacheClusterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
993
|
+
export var DeleteCacheParameterGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
994
|
+
export var DeleteCacheSecurityGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
995
|
+
export var DeleteCacheSubnetGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
996
|
+
export var DeleteGlobalReplicationGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
997
|
+
export var DeleteGlobalReplicationGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
998
|
+
export var DeleteReplicationGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
999
|
+
export var DeleteReplicationGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1000
|
+
export var DeleteSnapshotMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1001
|
+
export var DeleteSnapshotResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1002
|
+
export var DeleteUserMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1003
|
+
export var DeleteUserGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1004
|
+
export var CacheClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1005
|
+
export var DescribeCacheClustersMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1006
|
+
export var CacheEngineVersionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1007
|
+
export var CacheEngineVersionMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1008
|
+
export var DescribeCacheEngineVersionsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1009
|
+
export var CacheParameterGroupsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1010
|
+
export var DescribeCacheParameterGroupsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1011
|
+
export var CacheNodeTypeSpecificValueFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1012
|
+
export var CacheNodeTypeSpecificParameterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1013
|
+
export var ParameterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1014
|
+
export var CacheParameterGroupDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1015
|
+
export var DescribeCacheParametersMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1016
|
+
export var CacheSecurityGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1017
|
+
export var DescribeCacheSecurityGroupsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1018
|
+
export var CacheSubnetGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1019
|
+
export var DescribeCacheSubnetGroupsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1020
|
+
export var DescribeEngineDefaultParametersMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1021
|
+
export var EngineDefaultsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1022
|
+
export var DescribeEngineDefaultParametersResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1023
|
+
export var DescribeEventsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1024
|
+
export var EventFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1025
|
+
export var EventsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1026
|
+
export var DescribeGlobalReplicationGroupsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1027
|
+
export var DescribeGlobalReplicationGroupsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1028
|
+
export var DescribeReplicationGroupsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1029
|
+
export var ReplicationGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1030
|
+
export var DescribeReservedCacheNodesMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1031
|
+
export var RecurringChargeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1032
|
+
export var ReservedCacheNodeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1033
|
+
export var ReservedCacheNodeMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1034
|
+
export var DescribeReservedCacheNodesOfferingsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1035
|
+
export var ReservedCacheNodesOfferingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1036
|
+
export var ReservedCacheNodesOfferingMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1037
|
+
export var DescribeServiceUpdatesMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1038
|
+
export var ServiceUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1039
|
+
export var ServiceUpdatesMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1040
|
+
export var DescribeSnapshotsListMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1041
|
+
export var DescribeSnapshotsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1042
|
+
export var TimeRangeFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1043
|
+
export var DescribeUpdateActionsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1044
|
+
export var CacheNodeUpdateStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1045
|
+
export var NodeGroupMemberUpdateStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1046
|
+
export var NodeGroupUpdateStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1047
|
+
export var UpdateActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1048
|
+
export var UpdateActionsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1049
|
+
export var DescribeUserGroupsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1050
|
+
export var DescribeUserGroupsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1051
|
+
export var FilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1052
|
+
export var DescribeUsersMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1053
|
+
export var DescribeUsersResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1054
|
+
export var DisassociateGlobalReplicationGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1055
|
+
export var DisassociateGlobalReplicationGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1056
|
+
export var FailoverGlobalReplicationGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1057
|
+
export var FailoverGlobalReplicationGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1058
|
+
export var ReshardingConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1059
|
+
export var RegionalConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1060
|
+
export var IncreaseNodeGroupsInGlobalReplicationGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1061
|
+
export var IncreaseNodeGroupsInGlobalReplicationGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1062
|
+
export var IncreaseReplicaCountMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1063
|
+
export var IncreaseReplicaCountResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1064
|
+
export var ListAllowedNodeTypeModificationsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1065
|
+
export var ListTagsForResourceMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1066
|
+
export var ModifyCacheClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1067
|
+
export var ModifyCacheClusterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1068
|
+
export var CacheParameterGroupNameMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1069
|
+
export var ParameterNameValueFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1070
|
+
export var ModifyCacheParameterGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1071
|
+
export var ModifyCacheSubnetGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1072
|
+
export var ModifyCacheSubnetGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1073
|
+
export var ModifyGlobalReplicationGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1074
|
+
export var ModifyGlobalReplicationGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1075
|
+
export var ModifyReplicationGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1076
|
+
export var ModifyReplicationGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1077
|
+
export var ModifyReplicationGroupShardConfigurationMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1078
|
+
export var ModifyReplicationGroupShardConfigurationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1079
|
+
export var ModifyUserMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1080
|
+
export var ModifyUserGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1081
|
+
export var PurchaseReservedCacheNodesOfferingMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1082
|
+
export var PurchaseReservedCacheNodesOfferingResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1083
|
+
export var RebalanceSlotsInGlobalReplicationGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1084
|
+
export var RebalanceSlotsInGlobalReplicationGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1085
|
+
export var RebootCacheClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1086
|
+
export var RebootCacheClusterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1087
|
+
export var RemoveTagsFromResourceMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1088
|
+
export var ResetCacheParameterGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1089
|
+
export var RevokeCacheSecurityGroupIngressMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1090
|
+
export var RevokeCacheSecurityGroupIngressResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1091
|
+
export var CustomerNodeEndpointFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1092
|
+
export var StartMigrationMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1093
|
+
export var StartMigrationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1094
|
+
export var TestFailoverMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1095
|
+
export var TestFailoverResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|