@aws-sdk/client-redshift 3.42.0 → 3.47.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 +51 -0
- package/dist-cjs/Redshift.js +30 -0
- package/dist-cjs/commands/DescribeHsmConfigurationsCommand.js +2 -1
- package/dist-cjs/commands/DescribeLoggingStatusCommand.js +1 -2
- package/dist-cjs/commands/DescribeReservedNodeExchangeStatusCommand.js +36 -0
- package/dist-cjs/commands/GetReservedNodeExchangeConfigurationOptionsCommand.js +36 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/endpoints.js +1 -20
- package/dist-cjs/models/models_0.js +19 -660
- package/dist-cjs/models/models_1.js +48 -109
- package/dist-cjs/pagination/DescribeDataSharesForConsumerPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeDataSharesForProducerPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeDataSharesPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeReservedNodeExchangeStatusPaginator.js +35 -0
- package/dist-cjs/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +6 -1
- package/dist-cjs/protocols/Aws_query.js +508 -4
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/Redshift.js +30 -0
- package/dist-es/commands/DescribeHsmConfigurationsCommand.js +2 -1
- package/dist-es/commands/DescribeLoggingStatusCommand.js +1 -2
- package/dist-es/commands/DescribeReservedNodeExchangeStatusCommand.js +39 -0
- package/dist-es/commands/GetReservedNodeExchangeConfigurationOptionsCommand.js +39 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/endpoints.js +1 -20
- package/dist-es/models/models_0.js +13 -436
- package/dist-es/models/models_1.js +33 -72
- package/dist-es/pagination/DescribeDataSharesForConsumerPaginator.js +74 -0
- package/dist-es/pagination/DescribeDataSharesForProducerPaginator.js +74 -0
- package/dist-es/pagination/DescribeDataSharesPaginator.js +74 -0
- package/dist-es/pagination/DescribeReservedNodeExchangeStatusPaginator.js +74 -0
- package/dist-es/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.js +74 -0
- package/dist-es/pagination/index.js +6 -1
- package/dist-es/protocols/Aws_query.js +675 -161
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/Redshift.d.ts +18 -1
- package/dist-types/RedshiftClient.d.ts +9 -3
- package/dist-types/commands/AuthorizeDataShareCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHsmConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLoggingStatusCommand.d.ts +1 -2
- package/dist-types/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +36 -0
- package/dist-types/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +90 -691
- package/dist-types/models/models_1.d.ts +196 -109
- package/dist-types/pagination/DescribeDataSharesForConsumerPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeDataSharesForProducerPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeDataSharesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeReservedNodeExchangeStatusPaginator.d.ts +4 -0
- package/dist-types/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +6 -1
- package/dist-types/protocols/Aws_query.d.ts +6 -0
- 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/Redshift.d.ts +10 -0
- package/dist-types/ts3.4/RedshiftClient.d.ts +7 -3
- package/dist-types/ts3.4/commands/DescribeHsmConfigurationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeLoggingStatusCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +45 -448
- package/dist-types/ts3.4/models/models_1.d.ts +102 -73
- package/dist-types/ts3.4/pagination/DescribeDataSharesForConsumerPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDataSharesForProducerPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDataSharesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReservedNodeExchangeStatusPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -1
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +6 -0
- 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 +39 -46
|
@@ -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)); };
|
|
@@ -380,6 +240,19 @@ export var PendingModifiedValues;
|
|
|
380
240
|
(function (PendingModifiedValues) {
|
|
381
241
|
PendingModifiedValues.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
382
242
|
})(PendingModifiedValues || (PendingModifiedValues = {}));
|
|
243
|
+
export var ReservedNodeExchangeStatusType;
|
|
244
|
+
(function (ReservedNodeExchangeStatusType) {
|
|
245
|
+
ReservedNodeExchangeStatusType["FAILED"] = "FAILED";
|
|
246
|
+
ReservedNodeExchangeStatusType["IN_PROGRESS"] = "IN_PROGRESS";
|
|
247
|
+
ReservedNodeExchangeStatusType["PENDING"] = "PENDING";
|
|
248
|
+
ReservedNodeExchangeStatusType["REQUESTED"] = "REQUESTED";
|
|
249
|
+
ReservedNodeExchangeStatusType["RETRYING"] = "RETRYING";
|
|
250
|
+
ReservedNodeExchangeStatusType["SUCCEEDED"] = "SUCCEEDED";
|
|
251
|
+
})(ReservedNodeExchangeStatusType || (ReservedNodeExchangeStatusType = {}));
|
|
252
|
+
export var ReservedNodeExchangeStatus;
|
|
253
|
+
(function (ReservedNodeExchangeStatus) {
|
|
254
|
+
ReservedNodeExchangeStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
|
+
})(ReservedNodeExchangeStatus || (ReservedNodeExchangeStatus = {}));
|
|
383
256
|
export var ResizeInfo;
|
|
384
257
|
(function (ResizeInfo) {
|
|
385
258
|
ResizeInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -396,10 +269,6 @@ export var Cluster;
|
|
|
396
269
|
(function (Cluster) {
|
|
397
270
|
Cluster.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
398
271
|
})(Cluster || (Cluster = {}));
|
|
399
|
-
export var ClusterAlreadyExistsFault;
|
|
400
|
-
(function (ClusterAlreadyExistsFault) {
|
|
401
|
-
ClusterAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
402
|
-
})(ClusterAlreadyExistsFault || (ClusterAlreadyExistsFault = {}));
|
|
403
272
|
export var ClusterCredentials;
|
|
404
273
|
(function (ClusterCredentials) {
|
|
405
274
|
ClusterCredentials.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DbPassword && { DbPassword: SENSITIVE_STRING }))); };
|
|
@@ -416,18 +285,10 @@ export var ClusterDbRevisionsMessage;
|
|
|
416
285
|
(function (ClusterDbRevisionsMessage) {
|
|
417
286
|
ClusterDbRevisionsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
418
287
|
})(ClusterDbRevisionsMessage || (ClusterDbRevisionsMessage = {}));
|
|
419
|
-
export var ClusterOnLatestRevisionFault;
|
|
420
|
-
(function (ClusterOnLatestRevisionFault) {
|
|
421
|
-
ClusterOnLatestRevisionFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
422
|
-
})(ClusterOnLatestRevisionFault || (ClusterOnLatestRevisionFault = {}));
|
|
423
288
|
export var ClusterParameterGroup;
|
|
424
289
|
(function (ClusterParameterGroup) {
|
|
425
290
|
ClusterParameterGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
426
291
|
})(ClusterParameterGroup || (ClusterParameterGroup = {}));
|
|
427
|
-
export var ClusterParameterGroupAlreadyExistsFault;
|
|
428
|
-
(function (ClusterParameterGroupAlreadyExistsFault) {
|
|
429
|
-
ClusterParameterGroupAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
430
|
-
})(ClusterParameterGroupAlreadyExistsFault || (ClusterParameterGroupAlreadyExistsFault = {}));
|
|
431
292
|
export var Parameter;
|
|
432
293
|
(function (Parameter) {
|
|
433
294
|
Parameter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -440,46 +301,18 @@ export var ClusterParameterGroupNameMessage;
|
|
|
440
301
|
(function (ClusterParameterGroupNameMessage) {
|
|
441
302
|
ClusterParameterGroupNameMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
442
303
|
})(ClusterParameterGroupNameMessage || (ClusterParameterGroupNameMessage = {}));
|
|
443
|
-
export var ClusterParameterGroupNotFoundFault;
|
|
444
|
-
(function (ClusterParameterGroupNotFoundFault) {
|
|
445
|
-
ClusterParameterGroupNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
446
|
-
})(ClusterParameterGroupNotFoundFault || (ClusterParameterGroupNotFoundFault = {}));
|
|
447
|
-
export var ClusterParameterGroupQuotaExceededFault;
|
|
448
|
-
(function (ClusterParameterGroupQuotaExceededFault) {
|
|
449
|
-
ClusterParameterGroupQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
450
|
-
})(ClusterParameterGroupQuotaExceededFault || (ClusterParameterGroupQuotaExceededFault = {}));
|
|
451
304
|
export var ClusterParameterGroupsMessage;
|
|
452
305
|
(function (ClusterParameterGroupsMessage) {
|
|
453
306
|
ClusterParameterGroupsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
454
307
|
})(ClusterParameterGroupsMessage || (ClusterParameterGroupsMessage = {}));
|
|
455
|
-
export var ClusterQuotaExceededFault;
|
|
456
|
-
(function (ClusterQuotaExceededFault) {
|
|
457
|
-
ClusterQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
458
|
-
})(ClusterQuotaExceededFault || (ClusterQuotaExceededFault = {}));
|
|
459
|
-
export var ClusterSecurityGroupAlreadyExistsFault;
|
|
460
|
-
(function (ClusterSecurityGroupAlreadyExistsFault) {
|
|
461
|
-
ClusterSecurityGroupAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
462
|
-
})(ClusterSecurityGroupAlreadyExistsFault || (ClusterSecurityGroupAlreadyExistsFault = {}));
|
|
463
308
|
export var ClusterSecurityGroupMessage;
|
|
464
309
|
(function (ClusterSecurityGroupMessage) {
|
|
465
310
|
ClusterSecurityGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
466
311
|
})(ClusterSecurityGroupMessage || (ClusterSecurityGroupMessage = {}));
|
|
467
|
-
export var ClusterSecurityGroupQuotaExceededFault;
|
|
468
|
-
(function (ClusterSecurityGroupQuotaExceededFault) {
|
|
469
|
-
ClusterSecurityGroupQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
470
|
-
})(ClusterSecurityGroupQuotaExceededFault || (ClusterSecurityGroupQuotaExceededFault = {}));
|
|
471
312
|
export var ClustersMessage;
|
|
472
313
|
(function (ClustersMessage) {
|
|
473
314
|
ClustersMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
474
315
|
})(ClustersMessage || (ClustersMessage = {}));
|
|
475
|
-
export var ClusterSnapshotAlreadyExistsFault;
|
|
476
|
-
(function (ClusterSnapshotAlreadyExistsFault) {
|
|
477
|
-
ClusterSnapshotAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
478
|
-
})(ClusterSnapshotAlreadyExistsFault || (ClusterSnapshotAlreadyExistsFault = {}));
|
|
479
|
-
export var ClusterSnapshotQuotaExceededFault;
|
|
480
|
-
(function (ClusterSnapshotQuotaExceededFault) {
|
|
481
|
-
ClusterSnapshotQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
482
|
-
})(ClusterSnapshotQuotaExceededFault || (ClusterSnapshotQuotaExceededFault = {}));
|
|
483
316
|
export var Subnet;
|
|
484
317
|
(function (Subnet) {
|
|
485
318
|
Subnet.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -488,26 +321,10 @@ export var ClusterSubnetGroup;
|
|
|
488
321
|
(function (ClusterSubnetGroup) {
|
|
489
322
|
ClusterSubnetGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
490
323
|
})(ClusterSubnetGroup || (ClusterSubnetGroup = {}));
|
|
491
|
-
export var ClusterSubnetGroupAlreadyExistsFault;
|
|
492
|
-
(function (ClusterSubnetGroupAlreadyExistsFault) {
|
|
493
|
-
ClusterSubnetGroupAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
494
|
-
})(ClusterSubnetGroupAlreadyExistsFault || (ClusterSubnetGroupAlreadyExistsFault = {}));
|
|
495
324
|
export var ClusterSubnetGroupMessage;
|
|
496
325
|
(function (ClusterSubnetGroupMessage) {
|
|
497
326
|
ClusterSubnetGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
498
327
|
})(ClusterSubnetGroupMessage || (ClusterSubnetGroupMessage = {}));
|
|
499
|
-
export var ClusterSubnetGroupNotFoundFault;
|
|
500
|
-
(function (ClusterSubnetGroupNotFoundFault) {
|
|
501
|
-
ClusterSubnetGroupNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
502
|
-
})(ClusterSubnetGroupNotFoundFault || (ClusterSubnetGroupNotFoundFault = {}));
|
|
503
|
-
export var ClusterSubnetGroupQuotaExceededFault;
|
|
504
|
-
(function (ClusterSubnetGroupQuotaExceededFault) {
|
|
505
|
-
ClusterSubnetGroupQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
506
|
-
})(ClusterSubnetGroupQuotaExceededFault || (ClusterSubnetGroupQuotaExceededFault = {}));
|
|
507
|
-
export var ClusterSubnetQuotaExceededFault;
|
|
508
|
-
(function (ClusterSubnetQuotaExceededFault) {
|
|
509
|
-
ClusterSubnetQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
510
|
-
})(ClusterSubnetQuotaExceededFault || (ClusterSubnetQuotaExceededFault = {}));
|
|
511
328
|
export var ClusterVersion;
|
|
512
329
|
(function (ClusterVersion) {
|
|
513
330
|
ClusterVersion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -524,10 +341,6 @@ export var CopyClusterSnapshotResult;
|
|
|
524
341
|
(function (CopyClusterSnapshotResult) {
|
|
525
342
|
CopyClusterSnapshotResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
526
343
|
})(CopyClusterSnapshotResult || (CopyClusterSnapshotResult = {}));
|
|
527
|
-
export var CopyToRegionDisabledFault;
|
|
528
|
-
(function (CopyToRegionDisabledFault) {
|
|
529
|
-
CopyToRegionDisabledFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
530
|
-
})(CopyToRegionDisabledFault || (CopyToRegionDisabledFault = {}));
|
|
531
344
|
export var CreateAuthenticationProfileMessage;
|
|
532
345
|
(function (CreateAuthenticationProfileMessage) {
|
|
533
346
|
CreateAuthenticationProfileMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -536,10 +349,6 @@ export var CreateAuthenticationProfileResult;
|
|
|
536
349
|
(function (CreateAuthenticationProfileResult) {
|
|
537
350
|
CreateAuthenticationProfileResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
538
351
|
})(CreateAuthenticationProfileResult || (CreateAuthenticationProfileResult = {}));
|
|
539
|
-
export var InvalidAuthenticationProfileRequestFault;
|
|
540
|
-
(function (InvalidAuthenticationProfileRequestFault) {
|
|
541
|
-
InvalidAuthenticationProfileRequestFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
542
|
-
})(InvalidAuthenticationProfileRequestFault || (InvalidAuthenticationProfileRequestFault = {}));
|
|
543
352
|
export var CreateClusterMessage;
|
|
544
353
|
(function (CreateClusterMessage) {
|
|
545
354
|
CreateClusterMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -548,62 +357,6 @@ export var CreateClusterResult;
|
|
|
548
357
|
(function (CreateClusterResult) {
|
|
549
358
|
CreateClusterResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
550
359
|
})(CreateClusterResult || (CreateClusterResult = {}));
|
|
551
|
-
export var HsmClientCertificateNotFoundFault;
|
|
552
|
-
(function (HsmClientCertificateNotFoundFault) {
|
|
553
|
-
HsmClientCertificateNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
554
|
-
})(HsmClientCertificateNotFoundFault || (HsmClientCertificateNotFoundFault = {}));
|
|
555
|
-
export var HsmConfigurationNotFoundFault;
|
|
556
|
-
(function (HsmConfigurationNotFoundFault) {
|
|
557
|
-
HsmConfigurationNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
558
|
-
})(HsmConfigurationNotFoundFault || (HsmConfigurationNotFoundFault = {}));
|
|
559
|
-
export var InsufficientClusterCapacityFault;
|
|
560
|
-
(function (InsufficientClusterCapacityFault) {
|
|
561
|
-
InsufficientClusterCapacityFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
562
|
-
})(InsufficientClusterCapacityFault || (InsufficientClusterCapacityFault = {}));
|
|
563
|
-
export var InvalidClusterSubnetGroupStateFault;
|
|
564
|
-
(function (InvalidClusterSubnetGroupStateFault) {
|
|
565
|
-
InvalidClusterSubnetGroupStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
566
|
-
})(InvalidClusterSubnetGroupStateFault || (InvalidClusterSubnetGroupStateFault = {}));
|
|
567
|
-
export var InvalidClusterTrackFault;
|
|
568
|
-
(function (InvalidClusterTrackFault) {
|
|
569
|
-
InvalidClusterTrackFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
570
|
-
})(InvalidClusterTrackFault || (InvalidClusterTrackFault = {}));
|
|
571
|
-
export var InvalidElasticIpFault;
|
|
572
|
-
(function (InvalidElasticIpFault) {
|
|
573
|
-
InvalidElasticIpFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
574
|
-
})(InvalidElasticIpFault || (InvalidElasticIpFault = {}));
|
|
575
|
-
export var InvalidSubnet;
|
|
576
|
-
(function (InvalidSubnet) {
|
|
577
|
-
InvalidSubnet.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
578
|
-
})(InvalidSubnet || (InvalidSubnet = {}));
|
|
579
|
-
export var InvalidTagFault;
|
|
580
|
-
(function (InvalidTagFault) {
|
|
581
|
-
InvalidTagFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
582
|
-
})(InvalidTagFault || (InvalidTagFault = {}));
|
|
583
|
-
export var InvalidVPCNetworkStateFault;
|
|
584
|
-
(function (InvalidVPCNetworkStateFault) {
|
|
585
|
-
InvalidVPCNetworkStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
586
|
-
})(InvalidVPCNetworkStateFault || (InvalidVPCNetworkStateFault = {}));
|
|
587
|
-
export var NumberOfNodesPerClusterLimitExceededFault;
|
|
588
|
-
(function (NumberOfNodesPerClusterLimitExceededFault) {
|
|
589
|
-
NumberOfNodesPerClusterLimitExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
590
|
-
})(NumberOfNodesPerClusterLimitExceededFault || (NumberOfNodesPerClusterLimitExceededFault = {}));
|
|
591
|
-
export var NumberOfNodesQuotaExceededFault;
|
|
592
|
-
(function (NumberOfNodesQuotaExceededFault) {
|
|
593
|
-
NumberOfNodesQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
-
})(NumberOfNodesQuotaExceededFault || (NumberOfNodesQuotaExceededFault = {}));
|
|
595
|
-
export var SnapshotScheduleNotFoundFault;
|
|
596
|
-
(function (SnapshotScheduleNotFoundFault) {
|
|
597
|
-
SnapshotScheduleNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
-
})(SnapshotScheduleNotFoundFault || (SnapshotScheduleNotFoundFault = {}));
|
|
599
|
-
export var TagLimitExceededFault;
|
|
600
|
-
(function (TagLimitExceededFault) {
|
|
601
|
-
TagLimitExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
602
|
-
})(TagLimitExceededFault || (TagLimitExceededFault = {}));
|
|
603
|
-
export var UnauthorizedOperation;
|
|
604
|
-
(function (UnauthorizedOperation) {
|
|
605
|
-
UnauthorizedOperation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
-
})(UnauthorizedOperation || (UnauthorizedOperation = {}));
|
|
607
360
|
export var CreateClusterParameterGroupMessage;
|
|
608
361
|
(function (CreateClusterParameterGroupMessage) {
|
|
609
362
|
CreateClusterParameterGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -644,18 +397,6 @@ export var EndpointAccess;
|
|
|
644
397
|
(function (EndpointAccess) {
|
|
645
398
|
EndpointAccess.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
646
399
|
})(EndpointAccess || (EndpointAccess = {}));
|
|
647
|
-
export var EndpointAlreadyExistsFault;
|
|
648
|
-
(function (EndpointAlreadyExistsFault) {
|
|
649
|
-
EndpointAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
650
|
-
})(EndpointAlreadyExistsFault || (EndpointAlreadyExistsFault = {}));
|
|
651
|
-
export var EndpointsPerAuthorizationLimitExceededFault;
|
|
652
|
-
(function (EndpointsPerAuthorizationLimitExceededFault) {
|
|
653
|
-
EndpointsPerAuthorizationLimitExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
654
|
-
})(EndpointsPerAuthorizationLimitExceededFault || (EndpointsPerAuthorizationLimitExceededFault = {}));
|
|
655
|
-
export var EndpointsPerClusterLimitExceededFault;
|
|
656
|
-
(function (EndpointsPerClusterLimitExceededFault) {
|
|
657
|
-
EndpointsPerClusterLimitExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
658
|
-
})(EndpointsPerClusterLimitExceededFault || (EndpointsPerClusterLimitExceededFault = {}));
|
|
659
400
|
export var CreateEventSubscriptionMessage;
|
|
660
401
|
(function (CreateEventSubscriptionMessage) {
|
|
661
402
|
CreateEventSubscriptionMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -668,42 +409,6 @@ export var CreateEventSubscriptionResult;
|
|
|
668
409
|
(function (CreateEventSubscriptionResult) {
|
|
669
410
|
CreateEventSubscriptionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
670
411
|
})(CreateEventSubscriptionResult || (CreateEventSubscriptionResult = {}));
|
|
671
|
-
export var EventSubscriptionQuotaExceededFault;
|
|
672
|
-
(function (EventSubscriptionQuotaExceededFault) {
|
|
673
|
-
EventSubscriptionQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
674
|
-
})(EventSubscriptionQuotaExceededFault || (EventSubscriptionQuotaExceededFault = {}));
|
|
675
|
-
export var SNSInvalidTopicFault;
|
|
676
|
-
(function (SNSInvalidTopicFault) {
|
|
677
|
-
SNSInvalidTopicFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
678
|
-
})(SNSInvalidTopicFault || (SNSInvalidTopicFault = {}));
|
|
679
|
-
export var SNSNoAuthorizationFault;
|
|
680
|
-
(function (SNSNoAuthorizationFault) {
|
|
681
|
-
SNSNoAuthorizationFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
682
|
-
})(SNSNoAuthorizationFault || (SNSNoAuthorizationFault = {}));
|
|
683
|
-
export var SNSTopicArnNotFoundFault;
|
|
684
|
-
(function (SNSTopicArnNotFoundFault) {
|
|
685
|
-
SNSTopicArnNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
686
|
-
})(SNSTopicArnNotFoundFault || (SNSTopicArnNotFoundFault = {}));
|
|
687
|
-
export var SourceNotFoundFault;
|
|
688
|
-
(function (SourceNotFoundFault) {
|
|
689
|
-
SourceNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
690
|
-
})(SourceNotFoundFault || (SourceNotFoundFault = {}));
|
|
691
|
-
export var SubscriptionAlreadyExistFault;
|
|
692
|
-
(function (SubscriptionAlreadyExistFault) {
|
|
693
|
-
SubscriptionAlreadyExistFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
694
|
-
})(SubscriptionAlreadyExistFault || (SubscriptionAlreadyExistFault = {}));
|
|
695
|
-
export var SubscriptionCategoryNotFoundFault;
|
|
696
|
-
(function (SubscriptionCategoryNotFoundFault) {
|
|
697
|
-
SubscriptionCategoryNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
698
|
-
})(SubscriptionCategoryNotFoundFault || (SubscriptionCategoryNotFoundFault = {}));
|
|
699
|
-
export var SubscriptionEventIdNotFoundFault;
|
|
700
|
-
(function (SubscriptionEventIdNotFoundFault) {
|
|
701
|
-
SubscriptionEventIdNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
702
|
-
})(SubscriptionEventIdNotFoundFault || (SubscriptionEventIdNotFoundFault = {}));
|
|
703
|
-
export var SubscriptionSeverityNotFoundFault;
|
|
704
|
-
(function (SubscriptionSeverityNotFoundFault) {
|
|
705
|
-
SubscriptionSeverityNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
706
|
-
})(SubscriptionSeverityNotFoundFault || (SubscriptionSeverityNotFoundFault = {}));
|
|
707
412
|
export var CreateHsmClientCertificateMessage;
|
|
708
413
|
(function (CreateHsmClientCertificateMessage) {
|
|
709
414
|
CreateHsmClientCertificateMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -716,14 +421,6 @@ export var CreateHsmClientCertificateResult;
|
|
|
716
421
|
(function (CreateHsmClientCertificateResult) {
|
|
717
422
|
CreateHsmClientCertificateResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
718
423
|
})(CreateHsmClientCertificateResult || (CreateHsmClientCertificateResult = {}));
|
|
719
|
-
export var HsmClientCertificateAlreadyExistsFault;
|
|
720
|
-
(function (HsmClientCertificateAlreadyExistsFault) {
|
|
721
|
-
HsmClientCertificateAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
722
|
-
})(HsmClientCertificateAlreadyExistsFault || (HsmClientCertificateAlreadyExistsFault = {}));
|
|
723
|
-
export var HsmClientCertificateQuotaExceededFault;
|
|
724
|
-
(function (HsmClientCertificateQuotaExceededFault) {
|
|
725
|
-
HsmClientCertificateQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
726
|
-
})(HsmClientCertificateQuotaExceededFault || (HsmClientCertificateQuotaExceededFault = {}));
|
|
727
424
|
export var CreateHsmConfigurationMessage;
|
|
728
425
|
(function (CreateHsmConfigurationMessage) {
|
|
729
426
|
CreateHsmConfigurationMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -736,14 +433,6 @@ export var CreateHsmConfigurationResult;
|
|
|
736
433
|
(function (CreateHsmConfigurationResult) {
|
|
737
434
|
CreateHsmConfigurationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
738
435
|
})(CreateHsmConfigurationResult || (CreateHsmConfigurationResult = {}));
|
|
739
|
-
export var HsmConfigurationAlreadyExistsFault;
|
|
740
|
-
(function (HsmConfigurationAlreadyExistsFault) {
|
|
741
|
-
HsmConfigurationAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
742
|
-
})(HsmConfigurationAlreadyExistsFault || (HsmConfigurationAlreadyExistsFault = {}));
|
|
743
|
-
export var HsmConfigurationQuotaExceededFault;
|
|
744
|
-
(function (HsmConfigurationQuotaExceededFault) {
|
|
745
|
-
HsmConfigurationQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
746
|
-
})(HsmConfigurationQuotaExceededFault || (HsmConfigurationQuotaExceededFault = {}));
|
|
747
436
|
export var PauseClusterMessage;
|
|
748
437
|
(function (PauseClusterMessage) {
|
|
749
438
|
PauseClusterMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -764,14 +453,6 @@ export var CreateScheduledActionMessage;
|
|
|
764
453
|
(function (CreateScheduledActionMessage) {
|
|
765
454
|
CreateScheduledActionMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
766
455
|
})(CreateScheduledActionMessage || (CreateScheduledActionMessage = {}));
|
|
767
|
-
export var InvalidScheduledActionFault;
|
|
768
|
-
(function (InvalidScheduledActionFault) {
|
|
769
|
-
InvalidScheduledActionFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
770
|
-
})(InvalidScheduledActionFault || (InvalidScheduledActionFault = {}));
|
|
771
|
-
export var InvalidScheduleFault;
|
|
772
|
-
(function (InvalidScheduleFault) {
|
|
773
|
-
InvalidScheduleFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
774
|
-
})(InvalidScheduleFault || (InvalidScheduleFault = {}));
|
|
775
456
|
export var ScheduledActionState;
|
|
776
457
|
(function (ScheduledActionState) {
|
|
777
458
|
ScheduledActionState["ACTIVE"] = "ACTIVE";
|
|
@@ -781,18 +462,6 @@ export var ScheduledAction;
|
|
|
781
462
|
(function (ScheduledAction) {
|
|
782
463
|
ScheduledAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
783
464
|
})(ScheduledAction || (ScheduledAction = {}));
|
|
784
|
-
export var ScheduledActionAlreadyExistsFault;
|
|
785
|
-
(function (ScheduledActionAlreadyExistsFault) {
|
|
786
|
-
ScheduledActionAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
787
|
-
})(ScheduledActionAlreadyExistsFault || (ScheduledActionAlreadyExistsFault = {}));
|
|
788
|
-
export var ScheduledActionQuotaExceededFault;
|
|
789
|
-
(function (ScheduledActionQuotaExceededFault) {
|
|
790
|
-
ScheduledActionQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
791
|
-
})(ScheduledActionQuotaExceededFault || (ScheduledActionQuotaExceededFault = {}));
|
|
792
|
-
export var ScheduledActionTypeUnsupportedFault;
|
|
793
|
-
(function (ScheduledActionTypeUnsupportedFault) {
|
|
794
|
-
ScheduledActionTypeUnsupportedFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
795
|
-
})(ScheduledActionTypeUnsupportedFault || (ScheduledActionTypeUnsupportedFault = {}));
|
|
796
465
|
export var CreateSnapshotCopyGrantMessage;
|
|
797
466
|
(function (CreateSnapshotCopyGrantMessage) {
|
|
798
467
|
CreateSnapshotCopyGrantMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -805,42 +474,18 @@ export var CreateSnapshotCopyGrantResult;
|
|
|
805
474
|
(function (CreateSnapshotCopyGrantResult) {
|
|
806
475
|
CreateSnapshotCopyGrantResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
807
476
|
})(CreateSnapshotCopyGrantResult || (CreateSnapshotCopyGrantResult = {}));
|
|
808
|
-
export var SnapshotCopyGrantAlreadyExistsFault;
|
|
809
|
-
(function (SnapshotCopyGrantAlreadyExistsFault) {
|
|
810
|
-
SnapshotCopyGrantAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
811
|
-
})(SnapshotCopyGrantAlreadyExistsFault || (SnapshotCopyGrantAlreadyExistsFault = {}));
|
|
812
|
-
export var SnapshotCopyGrantQuotaExceededFault;
|
|
813
|
-
(function (SnapshotCopyGrantQuotaExceededFault) {
|
|
814
|
-
SnapshotCopyGrantQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
815
|
-
})(SnapshotCopyGrantQuotaExceededFault || (SnapshotCopyGrantQuotaExceededFault = {}));
|
|
816
477
|
export var CreateSnapshotScheduleMessage;
|
|
817
478
|
(function (CreateSnapshotScheduleMessage) {
|
|
818
479
|
CreateSnapshotScheduleMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
819
480
|
})(CreateSnapshotScheduleMessage || (CreateSnapshotScheduleMessage = {}));
|
|
820
|
-
export var ScheduleDefinitionTypeUnsupportedFault;
|
|
821
|
-
(function (ScheduleDefinitionTypeUnsupportedFault) {
|
|
822
|
-
ScheduleDefinitionTypeUnsupportedFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
823
|
-
})(ScheduleDefinitionTypeUnsupportedFault || (ScheduleDefinitionTypeUnsupportedFault = {}));
|
|
824
481
|
export var SnapshotSchedule;
|
|
825
482
|
(function (SnapshotSchedule) {
|
|
826
483
|
SnapshotSchedule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
827
484
|
})(SnapshotSchedule || (SnapshotSchedule = {}));
|
|
828
|
-
export var SnapshotScheduleAlreadyExistsFault;
|
|
829
|
-
(function (SnapshotScheduleAlreadyExistsFault) {
|
|
830
|
-
SnapshotScheduleAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
831
|
-
})(SnapshotScheduleAlreadyExistsFault || (SnapshotScheduleAlreadyExistsFault = {}));
|
|
832
|
-
export var SnapshotScheduleQuotaExceededFault;
|
|
833
|
-
(function (SnapshotScheduleQuotaExceededFault) {
|
|
834
|
-
SnapshotScheduleQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
835
|
-
})(SnapshotScheduleQuotaExceededFault || (SnapshotScheduleQuotaExceededFault = {}));
|
|
836
485
|
export var CreateTagsMessage;
|
|
837
486
|
(function (CreateTagsMessage) {
|
|
838
487
|
CreateTagsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
839
488
|
})(CreateTagsMessage || (CreateTagsMessage = {}));
|
|
840
|
-
export var ResourceNotFoundFault;
|
|
841
|
-
(function (ResourceNotFoundFault) {
|
|
842
|
-
ResourceNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
843
|
-
})(ResourceNotFoundFault || (ResourceNotFoundFault = {}));
|
|
844
489
|
export var UsageLimitBreachAction;
|
|
845
490
|
(function (UsageLimitBreachAction) {
|
|
846
491
|
UsageLimitBreachAction["DISABLE"] = "disable";
|
|
@@ -867,18 +512,10 @@ export var CreateUsageLimitMessage;
|
|
|
867
512
|
(function (CreateUsageLimitMessage) {
|
|
868
513
|
CreateUsageLimitMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
869
514
|
})(CreateUsageLimitMessage || (CreateUsageLimitMessage = {}));
|
|
870
|
-
export var InvalidUsageLimitFault;
|
|
871
|
-
(function (InvalidUsageLimitFault) {
|
|
872
|
-
InvalidUsageLimitFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
873
|
-
})(InvalidUsageLimitFault || (InvalidUsageLimitFault = {}));
|
|
874
515
|
export var UsageLimit;
|
|
875
516
|
(function (UsageLimit) {
|
|
876
517
|
UsageLimit.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
877
518
|
})(UsageLimit || (UsageLimit = {}));
|
|
878
|
-
export var UsageLimitAlreadyExistsFault;
|
|
879
|
-
(function (UsageLimitAlreadyExistsFault) {
|
|
880
|
-
UsageLimitAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
881
|
-
})(UsageLimitAlreadyExistsFault || (UsageLimitAlreadyExistsFault = {}));
|
|
882
519
|
export var CustomerStorageMessage;
|
|
883
520
|
(function (CustomerStorageMessage) {
|
|
884
521
|
CustomerStorageMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -924,10 +561,6 @@ export var DeleteClusterParameterGroupMessage;
|
|
|
924
561
|
(function (DeleteClusterParameterGroupMessage) {
|
|
925
562
|
DeleteClusterParameterGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
926
563
|
})(DeleteClusterParameterGroupMessage || (DeleteClusterParameterGroupMessage = {}));
|
|
927
|
-
export var InvalidClusterParameterGroupStateFault;
|
|
928
|
-
(function (InvalidClusterParameterGroupStateFault) {
|
|
929
|
-
InvalidClusterParameterGroupStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
930
|
-
})(InvalidClusterParameterGroupStateFault || (InvalidClusterParameterGroupStateFault = {}));
|
|
931
564
|
export var DeleteClusterSecurityGroupMessage;
|
|
932
565
|
(function (DeleteClusterSecurityGroupMessage) {
|
|
933
566
|
DeleteClusterSecurityGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -940,78 +573,34 @@ export var DeleteClusterSubnetGroupMessage;
|
|
|
940
573
|
(function (DeleteClusterSubnetGroupMessage) {
|
|
941
574
|
DeleteClusterSubnetGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
942
575
|
})(DeleteClusterSubnetGroupMessage || (DeleteClusterSubnetGroupMessage = {}));
|
|
943
|
-
export var InvalidClusterSubnetStateFault;
|
|
944
|
-
(function (InvalidClusterSubnetStateFault) {
|
|
945
|
-
InvalidClusterSubnetStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
946
|
-
})(InvalidClusterSubnetStateFault || (InvalidClusterSubnetStateFault = {}));
|
|
947
576
|
export var DeleteEndpointAccessMessage;
|
|
948
577
|
(function (DeleteEndpointAccessMessage) {
|
|
949
578
|
DeleteEndpointAccessMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
950
579
|
})(DeleteEndpointAccessMessage || (DeleteEndpointAccessMessage = {}));
|
|
951
|
-
export var EndpointNotFoundFault;
|
|
952
|
-
(function (EndpointNotFoundFault) {
|
|
953
|
-
EndpointNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
954
|
-
})(EndpointNotFoundFault || (EndpointNotFoundFault = {}));
|
|
955
|
-
export var InvalidEndpointStateFault;
|
|
956
|
-
(function (InvalidEndpointStateFault) {
|
|
957
|
-
InvalidEndpointStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
958
|
-
})(InvalidEndpointStateFault || (InvalidEndpointStateFault = {}));
|
|
959
580
|
export var DeleteEventSubscriptionMessage;
|
|
960
581
|
(function (DeleteEventSubscriptionMessage) {
|
|
961
582
|
DeleteEventSubscriptionMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
962
583
|
})(DeleteEventSubscriptionMessage || (DeleteEventSubscriptionMessage = {}));
|
|
963
|
-
export var InvalidSubscriptionStateFault;
|
|
964
|
-
(function (InvalidSubscriptionStateFault) {
|
|
965
|
-
InvalidSubscriptionStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
966
|
-
})(InvalidSubscriptionStateFault || (InvalidSubscriptionStateFault = {}));
|
|
967
|
-
export var SubscriptionNotFoundFault;
|
|
968
|
-
(function (SubscriptionNotFoundFault) {
|
|
969
|
-
SubscriptionNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
970
|
-
})(SubscriptionNotFoundFault || (SubscriptionNotFoundFault = {}));
|
|
971
584
|
export var DeleteHsmClientCertificateMessage;
|
|
972
585
|
(function (DeleteHsmClientCertificateMessage) {
|
|
973
586
|
DeleteHsmClientCertificateMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
974
587
|
})(DeleteHsmClientCertificateMessage || (DeleteHsmClientCertificateMessage = {}));
|
|
975
|
-
export var InvalidHsmClientCertificateStateFault;
|
|
976
|
-
(function (InvalidHsmClientCertificateStateFault) {
|
|
977
|
-
InvalidHsmClientCertificateStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
978
|
-
})(InvalidHsmClientCertificateStateFault || (InvalidHsmClientCertificateStateFault = {}));
|
|
979
588
|
export var DeleteHsmConfigurationMessage;
|
|
980
589
|
(function (DeleteHsmConfigurationMessage) {
|
|
981
590
|
DeleteHsmConfigurationMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
982
591
|
})(DeleteHsmConfigurationMessage || (DeleteHsmConfigurationMessage = {}));
|
|
983
|
-
export var InvalidHsmConfigurationStateFault;
|
|
984
|
-
(function (InvalidHsmConfigurationStateFault) {
|
|
985
|
-
InvalidHsmConfigurationStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
986
|
-
})(InvalidHsmConfigurationStateFault || (InvalidHsmConfigurationStateFault = {}));
|
|
987
592
|
export var DeleteScheduledActionMessage;
|
|
988
593
|
(function (DeleteScheduledActionMessage) {
|
|
989
594
|
DeleteScheduledActionMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
990
595
|
})(DeleteScheduledActionMessage || (DeleteScheduledActionMessage = {}));
|
|
991
|
-
export var ScheduledActionNotFoundFault;
|
|
992
|
-
(function (ScheduledActionNotFoundFault) {
|
|
993
|
-
ScheduledActionNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
994
|
-
})(ScheduledActionNotFoundFault || (ScheduledActionNotFoundFault = {}));
|
|
995
596
|
export var DeleteSnapshotCopyGrantMessage;
|
|
996
597
|
(function (DeleteSnapshotCopyGrantMessage) {
|
|
997
598
|
DeleteSnapshotCopyGrantMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
998
599
|
})(DeleteSnapshotCopyGrantMessage || (DeleteSnapshotCopyGrantMessage = {}));
|
|
999
|
-
export var InvalidSnapshotCopyGrantStateFault;
|
|
1000
|
-
(function (InvalidSnapshotCopyGrantStateFault) {
|
|
1001
|
-
InvalidSnapshotCopyGrantStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1002
|
-
})(InvalidSnapshotCopyGrantStateFault || (InvalidSnapshotCopyGrantStateFault = {}));
|
|
1003
|
-
export var SnapshotCopyGrantNotFoundFault;
|
|
1004
|
-
(function (SnapshotCopyGrantNotFoundFault) {
|
|
1005
|
-
SnapshotCopyGrantNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1006
|
-
})(SnapshotCopyGrantNotFoundFault || (SnapshotCopyGrantNotFoundFault = {}));
|
|
1007
600
|
export var DeleteSnapshotScheduleMessage;
|
|
1008
601
|
(function (DeleteSnapshotScheduleMessage) {
|
|
1009
602
|
DeleteSnapshotScheduleMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1010
603
|
})(DeleteSnapshotScheduleMessage || (DeleteSnapshotScheduleMessage = {}));
|
|
1011
|
-
export var InvalidClusterSnapshotScheduleStateFault;
|
|
1012
|
-
(function (InvalidClusterSnapshotScheduleStateFault) {
|
|
1013
|
-
InvalidClusterSnapshotScheduleStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1014
|
-
})(InvalidClusterSnapshotScheduleStateFault || (InvalidClusterSnapshotScheduleStateFault = {}));
|
|
1015
604
|
export var DeleteTagsMessage;
|
|
1016
605
|
(function (DeleteTagsMessage) {
|
|
1017
606
|
DeleteTagsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1020,10 +609,6 @@ export var DeleteUsageLimitMessage;
|
|
|
1020
609
|
(function (DeleteUsageLimitMessage) {
|
|
1021
610
|
DeleteUsageLimitMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1022
611
|
})(DeleteUsageLimitMessage || (DeleteUsageLimitMessage = {}));
|
|
1023
|
-
export var UsageLimitNotFoundFault;
|
|
1024
|
-
(function (UsageLimitNotFoundFault) {
|
|
1025
|
-
UsageLimitNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1026
|
-
})(UsageLimitNotFoundFault || (UsageLimitNotFoundFault = {}));
|
|
1027
612
|
export var DescribeAccountAttributesMessage;
|
|
1028
613
|
(function (DescribeAccountAttributesMessage) {
|
|
1029
614
|
DescribeAccountAttributesMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1203,11 +788,3 @@ export var DescribeHsmConfigurationsMessage;
|
|
|
1203
788
|
(function (DescribeHsmConfigurationsMessage) {
|
|
1204
789
|
DescribeHsmConfigurationsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1205
790
|
})(DescribeHsmConfigurationsMessage || (DescribeHsmConfigurationsMessage = {}));
|
|
1206
|
-
export var HsmConfigurationMessage;
|
|
1207
|
-
(function (HsmConfigurationMessage) {
|
|
1208
|
-
HsmConfigurationMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1209
|
-
})(HsmConfigurationMessage || (HsmConfigurationMessage = {}));
|
|
1210
|
-
export var DescribeLoggingStatusMessage;
|
|
1211
|
-
(function (DescribeLoggingStatusMessage) {
|
|
1212
|
-
DescribeLoggingStatusMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1213
|
-
})(DescribeLoggingStatusMessage || (DescribeLoggingStatusMessage = {}));
|