@aws-sdk/client-redshift 3.45.0 → 3.47.2
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 +45 -0
- package/dist-cjs/endpoints.js +0 -20
- package/dist-cjs/models/models_0.js +4 -648
- package/dist-cjs/models/models_1.js +3 -117
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/endpoints.js +0 -20
- package/dist-es/models/models_0.js +0 -428
- package/dist-es/models/models_1.js +0 -76
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/RedshiftClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -642
- package/dist-types/models/models_1.d.ts +0 -114
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/RedshiftClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -428
- package/dist-types/ts3.4/models/models_1.d.ts +0 -76
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +40 -47
|
@@ -16,42 +16,6 @@ export var AcceptReservedNodeExchangeOutputMessage;
|
|
|
16
16
|
(function (AcceptReservedNodeExchangeOutputMessage) {
|
|
17
17
|
AcceptReservedNodeExchangeOutputMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
18
18
|
})(AcceptReservedNodeExchangeOutputMessage || (AcceptReservedNodeExchangeOutputMessage = {}));
|
|
19
|
-
export var DependentServiceUnavailableFault;
|
|
20
|
-
(function (DependentServiceUnavailableFault) {
|
|
21
|
-
DependentServiceUnavailableFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
22
|
-
})(DependentServiceUnavailableFault || (DependentServiceUnavailableFault = {}));
|
|
23
|
-
export var InvalidReservedNodeStateFault;
|
|
24
|
-
(function (InvalidReservedNodeStateFault) {
|
|
25
|
-
InvalidReservedNodeStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
26
|
-
})(InvalidReservedNodeStateFault || (InvalidReservedNodeStateFault = {}));
|
|
27
|
-
export var ReservedNodeAlreadyExistsFault;
|
|
28
|
-
(function (ReservedNodeAlreadyExistsFault) {
|
|
29
|
-
ReservedNodeAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
30
|
-
})(ReservedNodeAlreadyExistsFault || (ReservedNodeAlreadyExistsFault = {}));
|
|
31
|
-
export var ReservedNodeAlreadyMigratedFault;
|
|
32
|
-
(function (ReservedNodeAlreadyMigratedFault) {
|
|
33
|
-
ReservedNodeAlreadyMigratedFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
34
|
-
})(ReservedNodeAlreadyMigratedFault || (ReservedNodeAlreadyMigratedFault = {}));
|
|
35
|
-
export var ReservedNodeNotFoundFault;
|
|
36
|
-
(function (ReservedNodeNotFoundFault) {
|
|
37
|
-
ReservedNodeNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
38
|
-
})(ReservedNodeNotFoundFault || (ReservedNodeNotFoundFault = {}));
|
|
39
|
-
export var ReservedNodeOfferingNotFoundFault;
|
|
40
|
-
(function (ReservedNodeOfferingNotFoundFault) {
|
|
41
|
-
ReservedNodeOfferingNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
42
|
-
})(ReservedNodeOfferingNotFoundFault || (ReservedNodeOfferingNotFoundFault = {}));
|
|
43
|
-
export var UnsupportedOperationFault;
|
|
44
|
-
(function (UnsupportedOperationFault) {
|
|
45
|
-
UnsupportedOperationFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
46
|
-
})(UnsupportedOperationFault || (UnsupportedOperationFault = {}));
|
|
47
|
-
export var AccessToClusterDeniedFault;
|
|
48
|
-
(function (AccessToClusterDeniedFault) {
|
|
49
|
-
AccessToClusterDeniedFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
50
|
-
})(AccessToClusterDeniedFault || (AccessToClusterDeniedFault = {}));
|
|
51
|
-
export var AccessToSnapshotDeniedFault;
|
|
52
|
-
(function (AccessToSnapshotDeniedFault) {
|
|
53
|
-
AccessToSnapshotDeniedFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
54
|
-
})(AccessToSnapshotDeniedFault || (AccessToSnapshotDeniedFault = {}));
|
|
55
19
|
export var AttributeValueTarget;
|
|
56
20
|
(function (AttributeValueTarget) {
|
|
57
21
|
AttributeValueTarget.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -74,10 +38,6 @@ export var ActionType;
|
|
|
74
38
|
ActionType["RESIZE_CLUSTER"] = "resize-cluster";
|
|
75
39
|
ActionType["RESTORE_CLUSTER"] = "restore-cluster";
|
|
76
40
|
})(ActionType || (ActionType = {}));
|
|
77
|
-
export var ClusterNotFoundFault;
|
|
78
|
-
(function (ClusterNotFoundFault) {
|
|
79
|
-
ClusterNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
80
|
-
})(ClusterNotFoundFault || (ClusterNotFoundFault = {}));
|
|
81
41
|
export var PartnerIntegrationInputMessage;
|
|
82
42
|
(function (PartnerIntegrationInputMessage) {
|
|
83
43
|
PartnerIntegrationInputMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -86,14 +46,6 @@ export var PartnerIntegrationOutputMessage;
|
|
|
86
46
|
(function (PartnerIntegrationOutputMessage) {
|
|
87
47
|
PartnerIntegrationOutputMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
88
48
|
})(PartnerIntegrationOutputMessage || (PartnerIntegrationOutputMessage = {}));
|
|
89
|
-
export var PartnerNotFoundFault;
|
|
90
|
-
(function (PartnerNotFoundFault) {
|
|
91
|
-
PartnerNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
92
|
-
})(PartnerNotFoundFault || (PartnerNotFoundFault = {}));
|
|
93
|
-
export var UnauthorizedPartnerIntegrationFault;
|
|
94
|
-
(function (UnauthorizedPartnerIntegrationFault) {
|
|
95
|
-
UnauthorizedPartnerIntegrationFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
96
|
-
})(UnauthorizedPartnerIntegrationFault || (UnauthorizedPartnerIntegrationFault = {}));
|
|
97
49
|
export var AquaConfigurationStatus;
|
|
98
50
|
(function (AquaConfigurationStatus) {
|
|
99
51
|
AquaConfigurationStatus["AUTO"] = "auto";
|
|
@@ -131,14 +83,6 @@ export var DataShare;
|
|
|
131
83
|
(function (DataShare) {
|
|
132
84
|
DataShare.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
133
85
|
})(DataShare || (DataShare = {}));
|
|
134
|
-
export var InvalidDataShareFault;
|
|
135
|
-
(function (InvalidDataShareFault) {
|
|
136
|
-
InvalidDataShareFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
137
|
-
})(InvalidDataShareFault || (InvalidDataShareFault = {}));
|
|
138
|
-
export var InvalidNamespaceFault;
|
|
139
|
-
(function (InvalidNamespaceFault) {
|
|
140
|
-
InvalidNamespaceFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
141
|
-
})(InvalidNamespaceFault || (InvalidNamespaceFault = {}));
|
|
142
86
|
export var ClusterAssociatedToSchedule;
|
|
143
87
|
(function (ClusterAssociatedToSchedule) {
|
|
144
88
|
ClusterAssociatedToSchedule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -147,30 +91,6 @@ export var AuthenticationProfile;
|
|
|
147
91
|
(function (AuthenticationProfile) {
|
|
148
92
|
AuthenticationProfile.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
149
93
|
})(AuthenticationProfile || (AuthenticationProfile = {}));
|
|
150
|
-
export var AuthenticationProfileAlreadyExistsFault;
|
|
151
|
-
(function (AuthenticationProfileAlreadyExistsFault) {
|
|
152
|
-
AuthenticationProfileAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
153
|
-
})(AuthenticationProfileAlreadyExistsFault || (AuthenticationProfileAlreadyExistsFault = {}));
|
|
154
|
-
export var AuthenticationProfileNotFoundFault;
|
|
155
|
-
(function (AuthenticationProfileNotFoundFault) {
|
|
156
|
-
AuthenticationProfileNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
157
|
-
})(AuthenticationProfileNotFoundFault || (AuthenticationProfileNotFoundFault = {}));
|
|
158
|
-
export var AuthenticationProfileQuotaExceededFault;
|
|
159
|
-
(function (AuthenticationProfileQuotaExceededFault) {
|
|
160
|
-
AuthenticationProfileQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
161
|
-
})(AuthenticationProfileQuotaExceededFault || (AuthenticationProfileQuotaExceededFault = {}));
|
|
162
|
-
export var AuthorizationAlreadyExistsFault;
|
|
163
|
-
(function (AuthorizationAlreadyExistsFault) {
|
|
164
|
-
AuthorizationAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
165
|
-
})(AuthorizationAlreadyExistsFault || (AuthorizationAlreadyExistsFault = {}));
|
|
166
|
-
export var AuthorizationNotFoundFault;
|
|
167
|
-
(function (AuthorizationNotFoundFault) {
|
|
168
|
-
AuthorizationNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
169
|
-
})(AuthorizationNotFoundFault || (AuthorizationNotFoundFault = {}));
|
|
170
|
-
export var AuthorizationQuotaExceededFault;
|
|
171
|
-
(function (AuthorizationQuotaExceededFault) {
|
|
172
|
-
AuthorizationQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
173
|
-
})(AuthorizationQuotaExceededFault || (AuthorizationQuotaExceededFault = {}));
|
|
174
94
|
export var AuthorizationStatus;
|
|
175
95
|
(function (AuthorizationStatus) {
|
|
176
96
|
AuthorizationStatus["AUTHORIZED"] = "Authorized";
|
|
@@ -200,14 +120,6 @@ export var AuthorizeClusterSecurityGroupIngressResult;
|
|
|
200
120
|
(function (AuthorizeClusterSecurityGroupIngressResult) {
|
|
201
121
|
AuthorizeClusterSecurityGroupIngressResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
202
122
|
})(AuthorizeClusterSecurityGroupIngressResult || (AuthorizeClusterSecurityGroupIngressResult = {}));
|
|
203
|
-
export var ClusterSecurityGroupNotFoundFault;
|
|
204
|
-
(function (ClusterSecurityGroupNotFoundFault) {
|
|
205
|
-
ClusterSecurityGroupNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
206
|
-
})(ClusterSecurityGroupNotFoundFault || (ClusterSecurityGroupNotFoundFault = {}));
|
|
207
|
-
export var InvalidClusterSecurityGroupStateFault;
|
|
208
|
-
(function (InvalidClusterSecurityGroupStateFault) {
|
|
209
|
-
InvalidClusterSecurityGroupStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
210
|
-
})(InvalidClusterSecurityGroupStateFault || (InvalidClusterSecurityGroupStateFault = {}));
|
|
211
123
|
export var AuthorizeDataShareMessage;
|
|
212
124
|
(function (AuthorizeDataShareMessage) {
|
|
213
125
|
AuthorizeDataShareMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -220,22 +132,6 @@ export var EndpointAuthorization;
|
|
|
220
132
|
(function (EndpointAuthorization) {
|
|
221
133
|
EndpointAuthorization.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
222
134
|
})(EndpointAuthorization || (EndpointAuthorization = {}));
|
|
223
|
-
export var EndpointAuthorizationAlreadyExistsFault;
|
|
224
|
-
(function (EndpointAuthorizationAlreadyExistsFault) {
|
|
225
|
-
EndpointAuthorizationAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
|
-
})(EndpointAuthorizationAlreadyExistsFault || (EndpointAuthorizationAlreadyExistsFault = {}));
|
|
227
|
-
export var EndpointAuthorizationsPerClusterLimitExceededFault;
|
|
228
|
-
(function (EndpointAuthorizationsPerClusterLimitExceededFault) {
|
|
229
|
-
EndpointAuthorizationsPerClusterLimitExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
|
-
})(EndpointAuthorizationsPerClusterLimitExceededFault || (EndpointAuthorizationsPerClusterLimitExceededFault = {}));
|
|
231
|
-
export var InvalidAuthorizationStateFault;
|
|
232
|
-
(function (InvalidAuthorizationStateFault) {
|
|
233
|
-
InvalidAuthorizationStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
|
-
})(InvalidAuthorizationStateFault || (InvalidAuthorizationStateFault = {}));
|
|
235
|
-
export var InvalidClusterStateFault;
|
|
236
|
-
(function (InvalidClusterStateFault) {
|
|
237
|
-
InvalidClusterStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
238
|
-
})(InvalidClusterStateFault || (InvalidClusterStateFault = {}));
|
|
239
135
|
export var AuthorizeSnapshotAccessMessage;
|
|
240
136
|
(function (AuthorizeSnapshotAccessMessage) {
|
|
241
137
|
AuthorizeSnapshotAccessMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -248,22 +144,6 @@ export var AuthorizeSnapshotAccessResult;
|
|
|
248
144
|
(function (AuthorizeSnapshotAccessResult) {
|
|
249
145
|
AuthorizeSnapshotAccessResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
250
146
|
})(AuthorizeSnapshotAccessResult || (AuthorizeSnapshotAccessResult = {}));
|
|
251
|
-
export var ClusterSnapshotNotFoundFault;
|
|
252
|
-
(function (ClusterSnapshotNotFoundFault) {
|
|
253
|
-
ClusterSnapshotNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
-
})(ClusterSnapshotNotFoundFault || (ClusterSnapshotNotFoundFault = {}));
|
|
255
|
-
export var DependentServiceRequestThrottlingFault;
|
|
256
|
-
(function (DependentServiceRequestThrottlingFault) {
|
|
257
|
-
DependentServiceRequestThrottlingFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
258
|
-
})(DependentServiceRequestThrottlingFault || (DependentServiceRequestThrottlingFault = {}));
|
|
259
|
-
export var InvalidClusterSnapshotStateFault;
|
|
260
|
-
(function (InvalidClusterSnapshotStateFault) {
|
|
261
|
-
InvalidClusterSnapshotStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
|
-
})(InvalidClusterSnapshotStateFault || (InvalidClusterSnapshotStateFault = {}));
|
|
263
|
-
export var LimitExceededFault;
|
|
264
|
-
(function (LimitExceededFault) {
|
|
265
|
-
LimitExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
266
|
-
})(LimitExceededFault || (LimitExceededFault = {}));
|
|
267
147
|
export var SupportedPlatform;
|
|
268
148
|
(function (SupportedPlatform) {
|
|
269
149
|
SupportedPlatform.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -288,14 +168,6 @@ export var BatchDeleteClusterSnapshotsResult;
|
|
|
288
168
|
(function (BatchDeleteClusterSnapshotsResult) {
|
|
289
169
|
BatchDeleteClusterSnapshotsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
170
|
})(BatchDeleteClusterSnapshotsResult || (BatchDeleteClusterSnapshotsResult = {}));
|
|
291
|
-
export var BatchDeleteRequestSizeExceededFault;
|
|
292
|
-
(function (BatchDeleteRequestSizeExceededFault) {
|
|
293
|
-
BatchDeleteRequestSizeExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
|
-
})(BatchDeleteRequestSizeExceededFault || (BatchDeleteRequestSizeExceededFault = {}));
|
|
295
|
-
export var BatchModifyClusterSnapshotsLimitExceededFault;
|
|
296
|
-
(function (BatchModifyClusterSnapshotsLimitExceededFault) {
|
|
297
|
-
BatchModifyClusterSnapshotsLimitExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
298
|
-
})(BatchModifyClusterSnapshotsLimitExceededFault || (BatchModifyClusterSnapshotsLimitExceededFault = {}));
|
|
299
171
|
export var BatchModifyClusterSnapshotsMessage;
|
|
300
172
|
(function (BatchModifyClusterSnapshotsMessage) {
|
|
301
173
|
BatchModifyClusterSnapshotsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -304,22 +176,10 @@ export var BatchModifyClusterSnapshotsOutputMessage;
|
|
|
304
176
|
(function (BatchModifyClusterSnapshotsOutputMessage) {
|
|
305
177
|
BatchModifyClusterSnapshotsOutputMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
306
178
|
})(BatchModifyClusterSnapshotsOutputMessage || (BatchModifyClusterSnapshotsOutputMessage = {}));
|
|
307
|
-
export var InvalidRetentionPeriodFault;
|
|
308
|
-
(function (InvalidRetentionPeriodFault) {
|
|
309
|
-
InvalidRetentionPeriodFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
310
|
-
})(InvalidRetentionPeriodFault || (InvalidRetentionPeriodFault = {}));
|
|
311
|
-
export var BucketNotFoundFault;
|
|
312
|
-
(function (BucketNotFoundFault) {
|
|
313
|
-
BucketNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
314
|
-
})(BucketNotFoundFault || (BucketNotFoundFault = {}));
|
|
315
179
|
export var CancelResizeMessage;
|
|
316
180
|
(function (CancelResizeMessage) {
|
|
317
181
|
CancelResizeMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
318
182
|
})(CancelResizeMessage || (CancelResizeMessage = {}));
|
|
319
|
-
export var ResizeNotFoundFault;
|
|
320
|
-
(function (ResizeNotFoundFault) {
|
|
321
|
-
ResizeNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
322
|
-
})(ResizeNotFoundFault || (ResizeNotFoundFault = {}));
|
|
323
183
|
export var ResizeProgressMessage;
|
|
324
184
|
(function (ResizeProgressMessage) {
|
|
325
185
|
ResizeProgressMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -409,10 +269,6 @@ export var Cluster;
|
|
|
409
269
|
(function (Cluster) {
|
|
410
270
|
Cluster.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
411
271
|
})(Cluster || (Cluster = {}));
|
|
412
|
-
export var ClusterAlreadyExistsFault;
|
|
413
|
-
(function (ClusterAlreadyExistsFault) {
|
|
414
|
-
ClusterAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
415
|
-
})(ClusterAlreadyExistsFault || (ClusterAlreadyExistsFault = {}));
|
|
416
272
|
export var ClusterCredentials;
|
|
417
273
|
(function (ClusterCredentials) {
|
|
418
274
|
ClusterCredentials.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DbPassword && { DbPassword: SENSITIVE_STRING }))); };
|
|
@@ -429,18 +285,10 @@ export var ClusterDbRevisionsMessage;
|
|
|
429
285
|
(function (ClusterDbRevisionsMessage) {
|
|
430
286
|
ClusterDbRevisionsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
431
287
|
})(ClusterDbRevisionsMessage || (ClusterDbRevisionsMessage = {}));
|
|
432
|
-
export var ClusterOnLatestRevisionFault;
|
|
433
|
-
(function (ClusterOnLatestRevisionFault) {
|
|
434
|
-
ClusterOnLatestRevisionFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
435
|
-
})(ClusterOnLatestRevisionFault || (ClusterOnLatestRevisionFault = {}));
|
|
436
288
|
export var ClusterParameterGroup;
|
|
437
289
|
(function (ClusterParameterGroup) {
|
|
438
290
|
ClusterParameterGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
439
291
|
})(ClusterParameterGroup || (ClusterParameterGroup = {}));
|
|
440
|
-
export var ClusterParameterGroupAlreadyExistsFault;
|
|
441
|
-
(function (ClusterParameterGroupAlreadyExistsFault) {
|
|
442
|
-
ClusterParameterGroupAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
443
|
-
})(ClusterParameterGroupAlreadyExistsFault || (ClusterParameterGroupAlreadyExistsFault = {}));
|
|
444
292
|
export var Parameter;
|
|
445
293
|
(function (Parameter) {
|
|
446
294
|
Parameter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -453,46 +301,18 @@ export var ClusterParameterGroupNameMessage;
|
|
|
453
301
|
(function (ClusterParameterGroupNameMessage) {
|
|
454
302
|
ClusterParameterGroupNameMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
455
303
|
})(ClusterParameterGroupNameMessage || (ClusterParameterGroupNameMessage = {}));
|
|
456
|
-
export var ClusterParameterGroupNotFoundFault;
|
|
457
|
-
(function (ClusterParameterGroupNotFoundFault) {
|
|
458
|
-
ClusterParameterGroupNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
459
|
-
})(ClusterParameterGroupNotFoundFault || (ClusterParameterGroupNotFoundFault = {}));
|
|
460
|
-
export var ClusterParameterGroupQuotaExceededFault;
|
|
461
|
-
(function (ClusterParameterGroupQuotaExceededFault) {
|
|
462
|
-
ClusterParameterGroupQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
463
|
-
})(ClusterParameterGroupQuotaExceededFault || (ClusterParameterGroupQuotaExceededFault = {}));
|
|
464
304
|
export var ClusterParameterGroupsMessage;
|
|
465
305
|
(function (ClusterParameterGroupsMessage) {
|
|
466
306
|
ClusterParameterGroupsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
467
307
|
})(ClusterParameterGroupsMessage || (ClusterParameterGroupsMessage = {}));
|
|
468
|
-
export var ClusterQuotaExceededFault;
|
|
469
|
-
(function (ClusterQuotaExceededFault) {
|
|
470
|
-
ClusterQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
471
|
-
})(ClusterQuotaExceededFault || (ClusterQuotaExceededFault = {}));
|
|
472
|
-
export var ClusterSecurityGroupAlreadyExistsFault;
|
|
473
|
-
(function (ClusterSecurityGroupAlreadyExistsFault) {
|
|
474
|
-
ClusterSecurityGroupAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
475
|
-
})(ClusterSecurityGroupAlreadyExistsFault || (ClusterSecurityGroupAlreadyExistsFault = {}));
|
|
476
308
|
export var ClusterSecurityGroupMessage;
|
|
477
309
|
(function (ClusterSecurityGroupMessage) {
|
|
478
310
|
ClusterSecurityGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
479
311
|
})(ClusterSecurityGroupMessage || (ClusterSecurityGroupMessage = {}));
|
|
480
|
-
export var ClusterSecurityGroupQuotaExceededFault;
|
|
481
|
-
(function (ClusterSecurityGroupQuotaExceededFault) {
|
|
482
|
-
ClusterSecurityGroupQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
483
|
-
})(ClusterSecurityGroupQuotaExceededFault || (ClusterSecurityGroupQuotaExceededFault = {}));
|
|
484
312
|
export var ClustersMessage;
|
|
485
313
|
(function (ClustersMessage) {
|
|
486
314
|
ClustersMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
487
315
|
})(ClustersMessage || (ClustersMessage = {}));
|
|
488
|
-
export var ClusterSnapshotAlreadyExistsFault;
|
|
489
|
-
(function (ClusterSnapshotAlreadyExistsFault) {
|
|
490
|
-
ClusterSnapshotAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
491
|
-
})(ClusterSnapshotAlreadyExistsFault || (ClusterSnapshotAlreadyExistsFault = {}));
|
|
492
|
-
export var ClusterSnapshotQuotaExceededFault;
|
|
493
|
-
(function (ClusterSnapshotQuotaExceededFault) {
|
|
494
|
-
ClusterSnapshotQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
495
|
-
})(ClusterSnapshotQuotaExceededFault || (ClusterSnapshotQuotaExceededFault = {}));
|
|
496
316
|
export var Subnet;
|
|
497
317
|
(function (Subnet) {
|
|
498
318
|
Subnet.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -501,26 +321,10 @@ export var ClusterSubnetGroup;
|
|
|
501
321
|
(function (ClusterSubnetGroup) {
|
|
502
322
|
ClusterSubnetGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
503
323
|
})(ClusterSubnetGroup || (ClusterSubnetGroup = {}));
|
|
504
|
-
export var ClusterSubnetGroupAlreadyExistsFault;
|
|
505
|
-
(function (ClusterSubnetGroupAlreadyExistsFault) {
|
|
506
|
-
ClusterSubnetGroupAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
507
|
-
})(ClusterSubnetGroupAlreadyExistsFault || (ClusterSubnetGroupAlreadyExistsFault = {}));
|
|
508
324
|
export var ClusterSubnetGroupMessage;
|
|
509
325
|
(function (ClusterSubnetGroupMessage) {
|
|
510
326
|
ClusterSubnetGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
511
327
|
})(ClusterSubnetGroupMessage || (ClusterSubnetGroupMessage = {}));
|
|
512
|
-
export var ClusterSubnetGroupNotFoundFault;
|
|
513
|
-
(function (ClusterSubnetGroupNotFoundFault) {
|
|
514
|
-
ClusterSubnetGroupNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
515
|
-
})(ClusterSubnetGroupNotFoundFault || (ClusterSubnetGroupNotFoundFault = {}));
|
|
516
|
-
export var ClusterSubnetGroupQuotaExceededFault;
|
|
517
|
-
(function (ClusterSubnetGroupQuotaExceededFault) {
|
|
518
|
-
ClusterSubnetGroupQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
519
|
-
})(ClusterSubnetGroupQuotaExceededFault || (ClusterSubnetGroupQuotaExceededFault = {}));
|
|
520
|
-
export var ClusterSubnetQuotaExceededFault;
|
|
521
|
-
(function (ClusterSubnetQuotaExceededFault) {
|
|
522
|
-
ClusterSubnetQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
523
|
-
})(ClusterSubnetQuotaExceededFault || (ClusterSubnetQuotaExceededFault = {}));
|
|
524
328
|
export var ClusterVersion;
|
|
525
329
|
(function (ClusterVersion) {
|
|
526
330
|
ClusterVersion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -537,10 +341,6 @@ export var CopyClusterSnapshotResult;
|
|
|
537
341
|
(function (CopyClusterSnapshotResult) {
|
|
538
342
|
CopyClusterSnapshotResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
539
343
|
})(CopyClusterSnapshotResult || (CopyClusterSnapshotResult = {}));
|
|
540
|
-
export var CopyToRegionDisabledFault;
|
|
541
|
-
(function (CopyToRegionDisabledFault) {
|
|
542
|
-
CopyToRegionDisabledFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
543
|
-
})(CopyToRegionDisabledFault || (CopyToRegionDisabledFault = {}));
|
|
544
344
|
export var CreateAuthenticationProfileMessage;
|
|
545
345
|
(function (CreateAuthenticationProfileMessage) {
|
|
546
346
|
CreateAuthenticationProfileMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -549,10 +349,6 @@ export var CreateAuthenticationProfileResult;
|
|
|
549
349
|
(function (CreateAuthenticationProfileResult) {
|
|
550
350
|
CreateAuthenticationProfileResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
551
351
|
})(CreateAuthenticationProfileResult || (CreateAuthenticationProfileResult = {}));
|
|
552
|
-
export var InvalidAuthenticationProfileRequestFault;
|
|
553
|
-
(function (InvalidAuthenticationProfileRequestFault) {
|
|
554
|
-
InvalidAuthenticationProfileRequestFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
555
|
-
})(InvalidAuthenticationProfileRequestFault || (InvalidAuthenticationProfileRequestFault = {}));
|
|
556
352
|
export var CreateClusterMessage;
|
|
557
353
|
(function (CreateClusterMessage) {
|
|
558
354
|
CreateClusterMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -561,62 +357,6 @@ export var CreateClusterResult;
|
|
|
561
357
|
(function (CreateClusterResult) {
|
|
562
358
|
CreateClusterResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
563
359
|
})(CreateClusterResult || (CreateClusterResult = {}));
|
|
564
|
-
export var HsmClientCertificateNotFoundFault;
|
|
565
|
-
(function (HsmClientCertificateNotFoundFault) {
|
|
566
|
-
HsmClientCertificateNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
567
|
-
})(HsmClientCertificateNotFoundFault || (HsmClientCertificateNotFoundFault = {}));
|
|
568
|
-
export var HsmConfigurationNotFoundFault;
|
|
569
|
-
(function (HsmConfigurationNotFoundFault) {
|
|
570
|
-
HsmConfigurationNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
571
|
-
})(HsmConfigurationNotFoundFault || (HsmConfigurationNotFoundFault = {}));
|
|
572
|
-
export var InsufficientClusterCapacityFault;
|
|
573
|
-
(function (InsufficientClusterCapacityFault) {
|
|
574
|
-
InsufficientClusterCapacityFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
575
|
-
})(InsufficientClusterCapacityFault || (InsufficientClusterCapacityFault = {}));
|
|
576
|
-
export var InvalidClusterSubnetGroupStateFault;
|
|
577
|
-
(function (InvalidClusterSubnetGroupStateFault) {
|
|
578
|
-
InvalidClusterSubnetGroupStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
579
|
-
})(InvalidClusterSubnetGroupStateFault || (InvalidClusterSubnetGroupStateFault = {}));
|
|
580
|
-
export var InvalidClusterTrackFault;
|
|
581
|
-
(function (InvalidClusterTrackFault) {
|
|
582
|
-
InvalidClusterTrackFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
583
|
-
})(InvalidClusterTrackFault || (InvalidClusterTrackFault = {}));
|
|
584
|
-
export var InvalidElasticIpFault;
|
|
585
|
-
(function (InvalidElasticIpFault) {
|
|
586
|
-
InvalidElasticIpFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
587
|
-
})(InvalidElasticIpFault || (InvalidElasticIpFault = {}));
|
|
588
|
-
export var InvalidSubnet;
|
|
589
|
-
(function (InvalidSubnet) {
|
|
590
|
-
InvalidSubnet.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
591
|
-
})(InvalidSubnet || (InvalidSubnet = {}));
|
|
592
|
-
export var InvalidTagFault;
|
|
593
|
-
(function (InvalidTagFault) {
|
|
594
|
-
InvalidTagFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
595
|
-
})(InvalidTagFault || (InvalidTagFault = {}));
|
|
596
|
-
export var InvalidVPCNetworkStateFault;
|
|
597
|
-
(function (InvalidVPCNetworkStateFault) {
|
|
598
|
-
InvalidVPCNetworkStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
599
|
-
})(InvalidVPCNetworkStateFault || (InvalidVPCNetworkStateFault = {}));
|
|
600
|
-
export var NumberOfNodesPerClusterLimitExceededFault;
|
|
601
|
-
(function (NumberOfNodesPerClusterLimitExceededFault) {
|
|
602
|
-
NumberOfNodesPerClusterLimitExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
603
|
-
})(NumberOfNodesPerClusterLimitExceededFault || (NumberOfNodesPerClusterLimitExceededFault = {}));
|
|
604
|
-
export var NumberOfNodesQuotaExceededFault;
|
|
605
|
-
(function (NumberOfNodesQuotaExceededFault) {
|
|
606
|
-
NumberOfNodesQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
607
|
-
})(NumberOfNodesQuotaExceededFault || (NumberOfNodesQuotaExceededFault = {}));
|
|
608
|
-
export var SnapshotScheduleNotFoundFault;
|
|
609
|
-
(function (SnapshotScheduleNotFoundFault) {
|
|
610
|
-
SnapshotScheduleNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
611
|
-
})(SnapshotScheduleNotFoundFault || (SnapshotScheduleNotFoundFault = {}));
|
|
612
|
-
export var TagLimitExceededFault;
|
|
613
|
-
(function (TagLimitExceededFault) {
|
|
614
|
-
TagLimitExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
615
|
-
})(TagLimitExceededFault || (TagLimitExceededFault = {}));
|
|
616
|
-
export var UnauthorizedOperation;
|
|
617
|
-
(function (UnauthorizedOperation) {
|
|
618
|
-
UnauthorizedOperation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
619
|
-
})(UnauthorizedOperation || (UnauthorizedOperation = {}));
|
|
620
360
|
export var CreateClusterParameterGroupMessage;
|
|
621
361
|
(function (CreateClusterParameterGroupMessage) {
|
|
622
362
|
CreateClusterParameterGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -657,18 +397,6 @@ export var EndpointAccess;
|
|
|
657
397
|
(function (EndpointAccess) {
|
|
658
398
|
EndpointAccess.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
659
399
|
})(EndpointAccess || (EndpointAccess = {}));
|
|
660
|
-
export var EndpointAlreadyExistsFault;
|
|
661
|
-
(function (EndpointAlreadyExistsFault) {
|
|
662
|
-
EndpointAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
663
|
-
})(EndpointAlreadyExistsFault || (EndpointAlreadyExistsFault = {}));
|
|
664
|
-
export var EndpointsPerAuthorizationLimitExceededFault;
|
|
665
|
-
(function (EndpointsPerAuthorizationLimitExceededFault) {
|
|
666
|
-
EndpointsPerAuthorizationLimitExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
667
|
-
})(EndpointsPerAuthorizationLimitExceededFault || (EndpointsPerAuthorizationLimitExceededFault = {}));
|
|
668
|
-
export var EndpointsPerClusterLimitExceededFault;
|
|
669
|
-
(function (EndpointsPerClusterLimitExceededFault) {
|
|
670
|
-
EndpointsPerClusterLimitExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
671
|
-
})(EndpointsPerClusterLimitExceededFault || (EndpointsPerClusterLimitExceededFault = {}));
|
|
672
400
|
export var CreateEventSubscriptionMessage;
|
|
673
401
|
(function (CreateEventSubscriptionMessage) {
|
|
674
402
|
CreateEventSubscriptionMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -681,42 +409,6 @@ export var CreateEventSubscriptionResult;
|
|
|
681
409
|
(function (CreateEventSubscriptionResult) {
|
|
682
410
|
CreateEventSubscriptionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
683
411
|
})(CreateEventSubscriptionResult || (CreateEventSubscriptionResult = {}));
|
|
684
|
-
export var EventSubscriptionQuotaExceededFault;
|
|
685
|
-
(function (EventSubscriptionQuotaExceededFault) {
|
|
686
|
-
EventSubscriptionQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
687
|
-
})(EventSubscriptionQuotaExceededFault || (EventSubscriptionQuotaExceededFault = {}));
|
|
688
|
-
export var SNSInvalidTopicFault;
|
|
689
|
-
(function (SNSInvalidTopicFault) {
|
|
690
|
-
SNSInvalidTopicFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
691
|
-
})(SNSInvalidTopicFault || (SNSInvalidTopicFault = {}));
|
|
692
|
-
export var SNSNoAuthorizationFault;
|
|
693
|
-
(function (SNSNoAuthorizationFault) {
|
|
694
|
-
SNSNoAuthorizationFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
695
|
-
})(SNSNoAuthorizationFault || (SNSNoAuthorizationFault = {}));
|
|
696
|
-
export var SNSTopicArnNotFoundFault;
|
|
697
|
-
(function (SNSTopicArnNotFoundFault) {
|
|
698
|
-
SNSTopicArnNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
699
|
-
})(SNSTopicArnNotFoundFault || (SNSTopicArnNotFoundFault = {}));
|
|
700
|
-
export var SourceNotFoundFault;
|
|
701
|
-
(function (SourceNotFoundFault) {
|
|
702
|
-
SourceNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
703
|
-
})(SourceNotFoundFault || (SourceNotFoundFault = {}));
|
|
704
|
-
export var SubscriptionAlreadyExistFault;
|
|
705
|
-
(function (SubscriptionAlreadyExistFault) {
|
|
706
|
-
SubscriptionAlreadyExistFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
707
|
-
})(SubscriptionAlreadyExistFault || (SubscriptionAlreadyExistFault = {}));
|
|
708
|
-
export var SubscriptionCategoryNotFoundFault;
|
|
709
|
-
(function (SubscriptionCategoryNotFoundFault) {
|
|
710
|
-
SubscriptionCategoryNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
711
|
-
})(SubscriptionCategoryNotFoundFault || (SubscriptionCategoryNotFoundFault = {}));
|
|
712
|
-
export var SubscriptionEventIdNotFoundFault;
|
|
713
|
-
(function (SubscriptionEventIdNotFoundFault) {
|
|
714
|
-
SubscriptionEventIdNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
715
|
-
})(SubscriptionEventIdNotFoundFault || (SubscriptionEventIdNotFoundFault = {}));
|
|
716
|
-
export var SubscriptionSeverityNotFoundFault;
|
|
717
|
-
(function (SubscriptionSeverityNotFoundFault) {
|
|
718
|
-
SubscriptionSeverityNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
719
|
-
})(SubscriptionSeverityNotFoundFault || (SubscriptionSeverityNotFoundFault = {}));
|
|
720
412
|
export var CreateHsmClientCertificateMessage;
|
|
721
413
|
(function (CreateHsmClientCertificateMessage) {
|
|
722
414
|
CreateHsmClientCertificateMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -729,14 +421,6 @@ export var CreateHsmClientCertificateResult;
|
|
|
729
421
|
(function (CreateHsmClientCertificateResult) {
|
|
730
422
|
CreateHsmClientCertificateResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
731
423
|
})(CreateHsmClientCertificateResult || (CreateHsmClientCertificateResult = {}));
|
|
732
|
-
export var HsmClientCertificateAlreadyExistsFault;
|
|
733
|
-
(function (HsmClientCertificateAlreadyExistsFault) {
|
|
734
|
-
HsmClientCertificateAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
735
|
-
})(HsmClientCertificateAlreadyExistsFault || (HsmClientCertificateAlreadyExistsFault = {}));
|
|
736
|
-
export var HsmClientCertificateQuotaExceededFault;
|
|
737
|
-
(function (HsmClientCertificateQuotaExceededFault) {
|
|
738
|
-
HsmClientCertificateQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
739
|
-
})(HsmClientCertificateQuotaExceededFault || (HsmClientCertificateQuotaExceededFault = {}));
|
|
740
424
|
export var CreateHsmConfigurationMessage;
|
|
741
425
|
(function (CreateHsmConfigurationMessage) {
|
|
742
426
|
CreateHsmConfigurationMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -749,14 +433,6 @@ export var CreateHsmConfigurationResult;
|
|
|
749
433
|
(function (CreateHsmConfigurationResult) {
|
|
750
434
|
CreateHsmConfigurationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
751
435
|
})(CreateHsmConfigurationResult || (CreateHsmConfigurationResult = {}));
|
|
752
|
-
export var HsmConfigurationAlreadyExistsFault;
|
|
753
|
-
(function (HsmConfigurationAlreadyExistsFault) {
|
|
754
|
-
HsmConfigurationAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
755
|
-
})(HsmConfigurationAlreadyExistsFault || (HsmConfigurationAlreadyExistsFault = {}));
|
|
756
|
-
export var HsmConfigurationQuotaExceededFault;
|
|
757
|
-
(function (HsmConfigurationQuotaExceededFault) {
|
|
758
|
-
HsmConfigurationQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
759
|
-
})(HsmConfigurationQuotaExceededFault || (HsmConfigurationQuotaExceededFault = {}));
|
|
760
436
|
export var PauseClusterMessage;
|
|
761
437
|
(function (PauseClusterMessage) {
|
|
762
438
|
PauseClusterMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -777,14 +453,6 @@ export var CreateScheduledActionMessage;
|
|
|
777
453
|
(function (CreateScheduledActionMessage) {
|
|
778
454
|
CreateScheduledActionMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
779
455
|
})(CreateScheduledActionMessage || (CreateScheduledActionMessage = {}));
|
|
780
|
-
export var InvalidScheduledActionFault;
|
|
781
|
-
(function (InvalidScheduledActionFault) {
|
|
782
|
-
InvalidScheduledActionFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
783
|
-
})(InvalidScheduledActionFault || (InvalidScheduledActionFault = {}));
|
|
784
|
-
export var InvalidScheduleFault;
|
|
785
|
-
(function (InvalidScheduleFault) {
|
|
786
|
-
InvalidScheduleFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
787
|
-
})(InvalidScheduleFault || (InvalidScheduleFault = {}));
|
|
788
456
|
export var ScheduledActionState;
|
|
789
457
|
(function (ScheduledActionState) {
|
|
790
458
|
ScheduledActionState["ACTIVE"] = "ACTIVE";
|
|
@@ -794,18 +462,6 @@ export var ScheduledAction;
|
|
|
794
462
|
(function (ScheduledAction) {
|
|
795
463
|
ScheduledAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
796
464
|
})(ScheduledAction || (ScheduledAction = {}));
|
|
797
|
-
export var ScheduledActionAlreadyExistsFault;
|
|
798
|
-
(function (ScheduledActionAlreadyExistsFault) {
|
|
799
|
-
ScheduledActionAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
800
|
-
})(ScheduledActionAlreadyExistsFault || (ScheduledActionAlreadyExistsFault = {}));
|
|
801
|
-
export var ScheduledActionQuotaExceededFault;
|
|
802
|
-
(function (ScheduledActionQuotaExceededFault) {
|
|
803
|
-
ScheduledActionQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
804
|
-
})(ScheduledActionQuotaExceededFault || (ScheduledActionQuotaExceededFault = {}));
|
|
805
|
-
export var ScheduledActionTypeUnsupportedFault;
|
|
806
|
-
(function (ScheduledActionTypeUnsupportedFault) {
|
|
807
|
-
ScheduledActionTypeUnsupportedFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
808
|
-
})(ScheduledActionTypeUnsupportedFault || (ScheduledActionTypeUnsupportedFault = {}));
|
|
809
465
|
export var CreateSnapshotCopyGrantMessage;
|
|
810
466
|
(function (CreateSnapshotCopyGrantMessage) {
|
|
811
467
|
CreateSnapshotCopyGrantMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -818,42 +474,18 @@ export var CreateSnapshotCopyGrantResult;
|
|
|
818
474
|
(function (CreateSnapshotCopyGrantResult) {
|
|
819
475
|
CreateSnapshotCopyGrantResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
820
476
|
})(CreateSnapshotCopyGrantResult || (CreateSnapshotCopyGrantResult = {}));
|
|
821
|
-
export var SnapshotCopyGrantAlreadyExistsFault;
|
|
822
|
-
(function (SnapshotCopyGrantAlreadyExistsFault) {
|
|
823
|
-
SnapshotCopyGrantAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
824
|
-
})(SnapshotCopyGrantAlreadyExistsFault || (SnapshotCopyGrantAlreadyExistsFault = {}));
|
|
825
|
-
export var SnapshotCopyGrantQuotaExceededFault;
|
|
826
|
-
(function (SnapshotCopyGrantQuotaExceededFault) {
|
|
827
|
-
SnapshotCopyGrantQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
828
|
-
})(SnapshotCopyGrantQuotaExceededFault || (SnapshotCopyGrantQuotaExceededFault = {}));
|
|
829
477
|
export var CreateSnapshotScheduleMessage;
|
|
830
478
|
(function (CreateSnapshotScheduleMessage) {
|
|
831
479
|
CreateSnapshotScheduleMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
832
480
|
})(CreateSnapshotScheduleMessage || (CreateSnapshotScheduleMessage = {}));
|
|
833
|
-
export var ScheduleDefinitionTypeUnsupportedFault;
|
|
834
|
-
(function (ScheduleDefinitionTypeUnsupportedFault) {
|
|
835
|
-
ScheduleDefinitionTypeUnsupportedFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
836
|
-
})(ScheduleDefinitionTypeUnsupportedFault || (ScheduleDefinitionTypeUnsupportedFault = {}));
|
|
837
481
|
export var SnapshotSchedule;
|
|
838
482
|
(function (SnapshotSchedule) {
|
|
839
483
|
SnapshotSchedule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
840
484
|
})(SnapshotSchedule || (SnapshotSchedule = {}));
|
|
841
|
-
export var SnapshotScheduleAlreadyExistsFault;
|
|
842
|
-
(function (SnapshotScheduleAlreadyExistsFault) {
|
|
843
|
-
SnapshotScheduleAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
844
|
-
})(SnapshotScheduleAlreadyExistsFault || (SnapshotScheduleAlreadyExistsFault = {}));
|
|
845
|
-
export var SnapshotScheduleQuotaExceededFault;
|
|
846
|
-
(function (SnapshotScheduleQuotaExceededFault) {
|
|
847
|
-
SnapshotScheduleQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
848
|
-
})(SnapshotScheduleQuotaExceededFault || (SnapshotScheduleQuotaExceededFault = {}));
|
|
849
485
|
export var CreateTagsMessage;
|
|
850
486
|
(function (CreateTagsMessage) {
|
|
851
487
|
CreateTagsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
852
488
|
})(CreateTagsMessage || (CreateTagsMessage = {}));
|
|
853
|
-
export var ResourceNotFoundFault;
|
|
854
|
-
(function (ResourceNotFoundFault) {
|
|
855
|
-
ResourceNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
856
|
-
})(ResourceNotFoundFault || (ResourceNotFoundFault = {}));
|
|
857
489
|
export var UsageLimitBreachAction;
|
|
858
490
|
(function (UsageLimitBreachAction) {
|
|
859
491
|
UsageLimitBreachAction["DISABLE"] = "disable";
|
|
@@ -880,18 +512,10 @@ export var CreateUsageLimitMessage;
|
|
|
880
512
|
(function (CreateUsageLimitMessage) {
|
|
881
513
|
CreateUsageLimitMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
882
514
|
})(CreateUsageLimitMessage || (CreateUsageLimitMessage = {}));
|
|
883
|
-
export var InvalidUsageLimitFault;
|
|
884
|
-
(function (InvalidUsageLimitFault) {
|
|
885
|
-
InvalidUsageLimitFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
886
|
-
})(InvalidUsageLimitFault || (InvalidUsageLimitFault = {}));
|
|
887
515
|
export var UsageLimit;
|
|
888
516
|
(function (UsageLimit) {
|
|
889
517
|
UsageLimit.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
890
518
|
})(UsageLimit || (UsageLimit = {}));
|
|
891
|
-
export var UsageLimitAlreadyExistsFault;
|
|
892
|
-
(function (UsageLimitAlreadyExistsFault) {
|
|
893
|
-
UsageLimitAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
894
|
-
})(UsageLimitAlreadyExistsFault || (UsageLimitAlreadyExistsFault = {}));
|
|
895
519
|
export var CustomerStorageMessage;
|
|
896
520
|
(function (CustomerStorageMessage) {
|
|
897
521
|
CustomerStorageMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -937,10 +561,6 @@ export var DeleteClusterParameterGroupMessage;
|
|
|
937
561
|
(function (DeleteClusterParameterGroupMessage) {
|
|
938
562
|
DeleteClusterParameterGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
939
563
|
})(DeleteClusterParameterGroupMessage || (DeleteClusterParameterGroupMessage = {}));
|
|
940
|
-
export var InvalidClusterParameterGroupStateFault;
|
|
941
|
-
(function (InvalidClusterParameterGroupStateFault) {
|
|
942
|
-
InvalidClusterParameterGroupStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
943
|
-
})(InvalidClusterParameterGroupStateFault || (InvalidClusterParameterGroupStateFault = {}));
|
|
944
564
|
export var DeleteClusterSecurityGroupMessage;
|
|
945
565
|
(function (DeleteClusterSecurityGroupMessage) {
|
|
946
566
|
DeleteClusterSecurityGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -953,78 +573,34 @@ export var DeleteClusterSubnetGroupMessage;
|
|
|
953
573
|
(function (DeleteClusterSubnetGroupMessage) {
|
|
954
574
|
DeleteClusterSubnetGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
955
575
|
})(DeleteClusterSubnetGroupMessage || (DeleteClusterSubnetGroupMessage = {}));
|
|
956
|
-
export var InvalidClusterSubnetStateFault;
|
|
957
|
-
(function (InvalidClusterSubnetStateFault) {
|
|
958
|
-
InvalidClusterSubnetStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
959
|
-
})(InvalidClusterSubnetStateFault || (InvalidClusterSubnetStateFault = {}));
|
|
960
576
|
export var DeleteEndpointAccessMessage;
|
|
961
577
|
(function (DeleteEndpointAccessMessage) {
|
|
962
578
|
DeleteEndpointAccessMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
963
579
|
})(DeleteEndpointAccessMessage || (DeleteEndpointAccessMessage = {}));
|
|
964
|
-
export var EndpointNotFoundFault;
|
|
965
|
-
(function (EndpointNotFoundFault) {
|
|
966
|
-
EndpointNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
967
|
-
})(EndpointNotFoundFault || (EndpointNotFoundFault = {}));
|
|
968
|
-
export var InvalidEndpointStateFault;
|
|
969
|
-
(function (InvalidEndpointStateFault) {
|
|
970
|
-
InvalidEndpointStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
971
|
-
})(InvalidEndpointStateFault || (InvalidEndpointStateFault = {}));
|
|
972
580
|
export var DeleteEventSubscriptionMessage;
|
|
973
581
|
(function (DeleteEventSubscriptionMessage) {
|
|
974
582
|
DeleteEventSubscriptionMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
975
583
|
})(DeleteEventSubscriptionMessage || (DeleteEventSubscriptionMessage = {}));
|
|
976
|
-
export var InvalidSubscriptionStateFault;
|
|
977
|
-
(function (InvalidSubscriptionStateFault) {
|
|
978
|
-
InvalidSubscriptionStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
979
|
-
})(InvalidSubscriptionStateFault || (InvalidSubscriptionStateFault = {}));
|
|
980
|
-
export var SubscriptionNotFoundFault;
|
|
981
|
-
(function (SubscriptionNotFoundFault) {
|
|
982
|
-
SubscriptionNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
983
|
-
})(SubscriptionNotFoundFault || (SubscriptionNotFoundFault = {}));
|
|
984
584
|
export var DeleteHsmClientCertificateMessage;
|
|
985
585
|
(function (DeleteHsmClientCertificateMessage) {
|
|
986
586
|
DeleteHsmClientCertificateMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
987
587
|
})(DeleteHsmClientCertificateMessage || (DeleteHsmClientCertificateMessage = {}));
|
|
988
|
-
export var InvalidHsmClientCertificateStateFault;
|
|
989
|
-
(function (InvalidHsmClientCertificateStateFault) {
|
|
990
|
-
InvalidHsmClientCertificateStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
991
|
-
})(InvalidHsmClientCertificateStateFault || (InvalidHsmClientCertificateStateFault = {}));
|
|
992
588
|
export var DeleteHsmConfigurationMessage;
|
|
993
589
|
(function (DeleteHsmConfigurationMessage) {
|
|
994
590
|
DeleteHsmConfigurationMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
995
591
|
})(DeleteHsmConfigurationMessage || (DeleteHsmConfigurationMessage = {}));
|
|
996
|
-
export var InvalidHsmConfigurationStateFault;
|
|
997
|
-
(function (InvalidHsmConfigurationStateFault) {
|
|
998
|
-
InvalidHsmConfigurationStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
999
|
-
})(InvalidHsmConfigurationStateFault || (InvalidHsmConfigurationStateFault = {}));
|
|
1000
592
|
export var DeleteScheduledActionMessage;
|
|
1001
593
|
(function (DeleteScheduledActionMessage) {
|
|
1002
594
|
DeleteScheduledActionMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1003
595
|
})(DeleteScheduledActionMessage || (DeleteScheduledActionMessage = {}));
|
|
1004
|
-
export var ScheduledActionNotFoundFault;
|
|
1005
|
-
(function (ScheduledActionNotFoundFault) {
|
|
1006
|
-
ScheduledActionNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1007
|
-
})(ScheduledActionNotFoundFault || (ScheduledActionNotFoundFault = {}));
|
|
1008
596
|
export var DeleteSnapshotCopyGrantMessage;
|
|
1009
597
|
(function (DeleteSnapshotCopyGrantMessage) {
|
|
1010
598
|
DeleteSnapshotCopyGrantMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1011
599
|
})(DeleteSnapshotCopyGrantMessage || (DeleteSnapshotCopyGrantMessage = {}));
|
|
1012
|
-
export var InvalidSnapshotCopyGrantStateFault;
|
|
1013
|
-
(function (InvalidSnapshotCopyGrantStateFault) {
|
|
1014
|
-
InvalidSnapshotCopyGrantStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1015
|
-
})(InvalidSnapshotCopyGrantStateFault || (InvalidSnapshotCopyGrantStateFault = {}));
|
|
1016
|
-
export var SnapshotCopyGrantNotFoundFault;
|
|
1017
|
-
(function (SnapshotCopyGrantNotFoundFault) {
|
|
1018
|
-
SnapshotCopyGrantNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1019
|
-
})(SnapshotCopyGrantNotFoundFault || (SnapshotCopyGrantNotFoundFault = {}));
|
|
1020
600
|
export var DeleteSnapshotScheduleMessage;
|
|
1021
601
|
(function (DeleteSnapshotScheduleMessage) {
|
|
1022
602
|
DeleteSnapshotScheduleMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1023
603
|
})(DeleteSnapshotScheduleMessage || (DeleteSnapshotScheduleMessage = {}));
|
|
1024
|
-
export var InvalidClusterSnapshotScheduleStateFault;
|
|
1025
|
-
(function (InvalidClusterSnapshotScheduleStateFault) {
|
|
1026
|
-
InvalidClusterSnapshotScheduleStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1027
|
-
})(InvalidClusterSnapshotScheduleStateFault || (InvalidClusterSnapshotScheduleStateFault = {}));
|
|
1028
604
|
export var DeleteTagsMessage;
|
|
1029
605
|
(function (DeleteTagsMessage) {
|
|
1030
606
|
DeleteTagsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1033,10 +609,6 @@ export var DeleteUsageLimitMessage;
|
|
|
1033
609
|
(function (DeleteUsageLimitMessage) {
|
|
1034
610
|
DeleteUsageLimitMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1035
611
|
})(DeleteUsageLimitMessage || (DeleteUsageLimitMessage = {}));
|
|
1036
|
-
export var UsageLimitNotFoundFault;
|
|
1037
|
-
(function (UsageLimitNotFoundFault) {
|
|
1038
|
-
UsageLimitNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1039
|
-
})(UsageLimitNotFoundFault || (UsageLimitNotFoundFault = {}));
|
|
1040
612
|
export var DescribeAccountAttributesMessage;
|
|
1041
613
|
(function (DescribeAccountAttributesMessage) {
|
|
1042
614
|
DescribeAccountAttributesMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|