@aws-sdk/client-cloudhsm-v2 3.130.0 → 3.141.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 +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CopyBackupToRegionCommand.js +2 -2
- package/dist-cjs/commands/CreateClusterCommand.js +2 -2
- package/dist-cjs/commands/CreateHsmCommand.js +2 -2
- package/dist-cjs/commands/DeleteBackupCommand.js +2 -2
- package/dist-cjs/commands/DeleteClusterCommand.js +2 -2
- package/dist-cjs/commands/DeleteHsmCommand.js +2 -2
- package/dist-cjs/commands/DescribeBackupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeClustersCommand.js +2 -2
- package/dist-cjs/commands/InitializeClusterCommand.js +2 -2
- package/dist-cjs/commands/ListTagsCommand.js +2 -2
- package/dist-cjs/commands/ModifyBackupAttributesCommand.js +2 -2
- package/dist-cjs/commands/ModifyClusterCommand.js +2 -2
- package/dist-cjs/commands/RestoreBackupCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/models/models_0.js +149 -223
- package/dist-es/commands/CopyBackupToRegionCommand.js +3 -3
- package/dist-es/commands/CreateClusterCommand.js +3 -3
- package/dist-es/commands/CreateHsmCommand.js +3 -3
- package/dist-es/commands/DeleteBackupCommand.js +3 -3
- package/dist-es/commands/DeleteClusterCommand.js +3 -3
- package/dist-es/commands/DeleteHsmCommand.js +3 -3
- package/dist-es/commands/DescribeBackupsCommand.js +3 -3
- package/dist-es/commands/DescribeClustersCommand.js +3 -3
- package/dist-es/commands/InitializeClusterCommand.js +3 -3
- package/dist-es/commands/ListTagsCommand.js +3 -3
- package/dist-es/commands/ModifyBackupAttributesCommand.js +3 -3
- package/dist-es/commands/ModifyClusterCommand.js +3 -3
- package/dist-es/commands/RestoreBackupCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/models/models_0.js +37 -148
- package/dist-types/models/models_0.d.ts +148 -222
- package/dist-types/ts3.4/models/models_0.d.ts +74 -148
- package/package.json +7 -7
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.RestoreBackupResponseFilterSensitiveLog = exports.RestoreBackupRequestFilterSensitiveLog = exports.ModifyClusterResponseFilterSensitiveLog = exports.ModifyClusterRequestFilterSensitiveLog = exports.ModifyBackupAttributesResponseFilterSensitiveLog = exports.ModifyBackupAttributesRequestFilterSensitiveLog = exports.ListTagsResponseFilterSensitiveLog = exports.ListTagsRequestFilterSensitiveLog = exports.InitializeClusterResponseFilterSensitiveLog = exports.InitializeClusterRequestFilterSensitiveLog = exports.DescribeClustersResponseFilterSensitiveLog = exports.DescribeClustersRequestFilterSensitiveLog = exports.DescribeBackupsResponseFilterSensitiveLog = exports.DescribeBackupsRequestFilterSensitiveLog = exports.DeleteHsmResponseFilterSensitiveLog = exports.DeleteHsmRequestFilterSensitiveLog = exports.DeleteClusterResponseFilterSensitiveLog = exports.DeleteClusterRequestFilterSensitiveLog = exports.DeleteBackupResponseFilterSensitiveLog = exports.DeleteBackupRequestFilterSensitiveLog = exports.CreateHsmResponseFilterSensitiveLog = exports.CreateHsmRequestFilterSensitiveLog = exports.CreateClusterResponseFilterSensitiveLog = exports.ClusterFilterSensitiveLog = exports.HsmFilterSensitiveLog = exports.CertificatesFilterSensitiveLog = exports.CreateClusterRequestFilterSensitiveLog = exports.CopyBackupToRegionResponseFilterSensitiveLog = exports.DestinationBackupFilterSensitiveLog = exports.CopyBackupToRegionRequestFilterSensitiveLog = exports.BackupRetentionPolicyFilterSensitiveLog = exports.BackupFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.ClusterState = exports.HsmState = exports.CloudHsmTagException = exports.CloudHsmServiceException = exports.CloudHsmResourceNotFoundException = exports.CloudHsmInvalidRequestException = exports.CloudHsmInternalFailureException = exports.CloudHsmAccessDeniedException = exports.BackupRetentionType = exports.BackupPolicy = exports.BackupState = void 0;
|
|
4
4
|
const CloudHSMV2ServiceException_1 = require("./CloudHSMV2ServiceException");
|
|
5
5
|
var BackupState;
|
|
6
6
|
(function (BackupState) {
|
|
@@ -9,18 +9,6 @@ var BackupState;
|
|
|
9
9
|
BackupState["PENDING_DELETION"] = "PENDING_DELETION";
|
|
10
10
|
BackupState["READY"] = "READY";
|
|
11
11
|
})(BackupState = exports.BackupState || (exports.BackupState = {}));
|
|
12
|
-
var Tag;
|
|
13
|
-
(function (Tag) {
|
|
14
|
-
Tag.filterSensitiveLog = (obj) => ({
|
|
15
|
-
...obj,
|
|
16
|
-
});
|
|
17
|
-
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
18
|
-
var Backup;
|
|
19
|
-
(function (Backup) {
|
|
20
|
-
Backup.filterSensitiveLog = (obj) => ({
|
|
21
|
-
...obj,
|
|
22
|
-
});
|
|
23
|
-
})(Backup = exports.Backup || (exports.Backup = {}));
|
|
24
12
|
var BackupPolicy;
|
|
25
13
|
(function (BackupPolicy) {
|
|
26
14
|
BackupPolicy["DEFAULT"] = "DEFAULT";
|
|
@@ -29,12 +17,6 @@ var BackupRetentionType;
|
|
|
29
17
|
(function (BackupRetentionType) {
|
|
30
18
|
BackupRetentionType["DAYS"] = "DAYS";
|
|
31
19
|
})(BackupRetentionType = exports.BackupRetentionType || (exports.BackupRetentionType = {}));
|
|
32
|
-
var BackupRetentionPolicy;
|
|
33
|
-
(function (BackupRetentionPolicy) {
|
|
34
|
-
BackupRetentionPolicy.filterSensitiveLog = (obj) => ({
|
|
35
|
-
...obj,
|
|
36
|
-
});
|
|
37
|
-
})(BackupRetentionPolicy = exports.BackupRetentionPolicy || (exports.BackupRetentionPolicy = {}));
|
|
38
20
|
class CloudHsmAccessDeniedException extends CloudHSMV2ServiceException_1.CloudHSMV2ServiceException {
|
|
39
21
|
constructor(opts) {
|
|
40
22
|
super({
|
|
@@ -119,36 +101,6 @@ class CloudHsmTagException extends CloudHSMV2ServiceException_1.CloudHSMV2Servic
|
|
|
119
101
|
}
|
|
120
102
|
}
|
|
121
103
|
exports.CloudHsmTagException = CloudHsmTagException;
|
|
122
|
-
var CopyBackupToRegionRequest;
|
|
123
|
-
(function (CopyBackupToRegionRequest) {
|
|
124
|
-
CopyBackupToRegionRequest.filterSensitiveLog = (obj) => ({
|
|
125
|
-
...obj,
|
|
126
|
-
});
|
|
127
|
-
})(CopyBackupToRegionRequest = exports.CopyBackupToRegionRequest || (exports.CopyBackupToRegionRequest = {}));
|
|
128
|
-
var DestinationBackup;
|
|
129
|
-
(function (DestinationBackup) {
|
|
130
|
-
DestinationBackup.filterSensitiveLog = (obj) => ({
|
|
131
|
-
...obj,
|
|
132
|
-
});
|
|
133
|
-
})(DestinationBackup = exports.DestinationBackup || (exports.DestinationBackup = {}));
|
|
134
|
-
var CopyBackupToRegionResponse;
|
|
135
|
-
(function (CopyBackupToRegionResponse) {
|
|
136
|
-
CopyBackupToRegionResponse.filterSensitiveLog = (obj) => ({
|
|
137
|
-
...obj,
|
|
138
|
-
});
|
|
139
|
-
})(CopyBackupToRegionResponse = exports.CopyBackupToRegionResponse || (exports.CopyBackupToRegionResponse = {}));
|
|
140
|
-
var CreateClusterRequest;
|
|
141
|
-
(function (CreateClusterRequest) {
|
|
142
|
-
CreateClusterRequest.filterSensitiveLog = (obj) => ({
|
|
143
|
-
...obj,
|
|
144
|
-
});
|
|
145
|
-
})(CreateClusterRequest = exports.CreateClusterRequest || (exports.CreateClusterRequest = {}));
|
|
146
|
-
var Certificates;
|
|
147
|
-
(function (Certificates) {
|
|
148
|
-
Certificates.filterSensitiveLog = (obj) => ({
|
|
149
|
-
...obj,
|
|
150
|
-
});
|
|
151
|
-
})(Certificates = exports.Certificates || (exports.Certificates = {}));
|
|
152
104
|
var HsmState;
|
|
153
105
|
(function (HsmState) {
|
|
154
106
|
HsmState["ACTIVE"] = "ACTIVE";
|
|
@@ -157,12 +109,6 @@ var HsmState;
|
|
|
157
109
|
HsmState["DELETED"] = "DELETED";
|
|
158
110
|
HsmState["DELETE_IN_PROGRESS"] = "DELETE_IN_PROGRESS";
|
|
159
111
|
})(HsmState = exports.HsmState || (exports.HsmState = {}));
|
|
160
|
-
var Hsm;
|
|
161
|
-
(function (Hsm) {
|
|
162
|
-
Hsm.filterSensitiveLog = (obj) => ({
|
|
163
|
-
...obj,
|
|
164
|
-
});
|
|
165
|
-
})(Hsm = exports.Hsm || (exports.Hsm = {}));
|
|
166
112
|
var ClusterState;
|
|
167
113
|
(function (ClusterState) {
|
|
168
114
|
ClusterState["ACTIVE"] = "ACTIVE";
|
|
@@ -175,171 +121,151 @@ var ClusterState;
|
|
|
175
121
|
ClusterState["UNINITIALIZED"] = "UNINITIALIZED";
|
|
176
122
|
ClusterState["UPDATE_IN_PROGRESS"] = "UPDATE_IN_PROGRESS";
|
|
177
123
|
})(ClusterState = exports.ClusterState || (exports.ClusterState = {}));
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
});
|
|
327
|
-
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
328
|
-
var TagResourceResponse;
|
|
329
|
-
(function (TagResourceResponse) {
|
|
330
|
-
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
331
|
-
...obj,
|
|
332
|
-
});
|
|
333
|
-
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
334
|
-
var UntagResourceRequest;
|
|
335
|
-
(function (UntagResourceRequest) {
|
|
336
|
-
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
337
|
-
...obj,
|
|
338
|
-
});
|
|
339
|
-
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
340
|
-
var UntagResourceResponse;
|
|
341
|
-
(function (UntagResourceResponse) {
|
|
342
|
-
UntagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
343
|
-
...obj,
|
|
344
|
-
});
|
|
345
|
-
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
124
|
+
const TagFilterSensitiveLog = (obj) => ({
|
|
125
|
+
...obj,
|
|
126
|
+
});
|
|
127
|
+
exports.TagFilterSensitiveLog = TagFilterSensitiveLog;
|
|
128
|
+
const BackupFilterSensitiveLog = (obj) => ({
|
|
129
|
+
...obj,
|
|
130
|
+
});
|
|
131
|
+
exports.BackupFilterSensitiveLog = BackupFilterSensitiveLog;
|
|
132
|
+
const BackupRetentionPolicyFilterSensitiveLog = (obj) => ({
|
|
133
|
+
...obj,
|
|
134
|
+
});
|
|
135
|
+
exports.BackupRetentionPolicyFilterSensitiveLog = BackupRetentionPolicyFilterSensitiveLog;
|
|
136
|
+
const CopyBackupToRegionRequestFilterSensitiveLog = (obj) => ({
|
|
137
|
+
...obj,
|
|
138
|
+
});
|
|
139
|
+
exports.CopyBackupToRegionRequestFilterSensitiveLog = CopyBackupToRegionRequestFilterSensitiveLog;
|
|
140
|
+
const DestinationBackupFilterSensitiveLog = (obj) => ({
|
|
141
|
+
...obj,
|
|
142
|
+
});
|
|
143
|
+
exports.DestinationBackupFilterSensitiveLog = DestinationBackupFilterSensitiveLog;
|
|
144
|
+
const CopyBackupToRegionResponseFilterSensitiveLog = (obj) => ({
|
|
145
|
+
...obj,
|
|
146
|
+
});
|
|
147
|
+
exports.CopyBackupToRegionResponseFilterSensitiveLog = CopyBackupToRegionResponseFilterSensitiveLog;
|
|
148
|
+
const CreateClusterRequestFilterSensitiveLog = (obj) => ({
|
|
149
|
+
...obj,
|
|
150
|
+
});
|
|
151
|
+
exports.CreateClusterRequestFilterSensitiveLog = CreateClusterRequestFilterSensitiveLog;
|
|
152
|
+
const CertificatesFilterSensitiveLog = (obj) => ({
|
|
153
|
+
...obj,
|
|
154
|
+
});
|
|
155
|
+
exports.CertificatesFilterSensitiveLog = CertificatesFilterSensitiveLog;
|
|
156
|
+
const HsmFilterSensitiveLog = (obj) => ({
|
|
157
|
+
...obj,
|
|
158
|
+
});
|
|
159
|
+
exports.HsmFilterSensitiveLog = HsmFilterSensitiveLog;
|
|
160
|
+
const ClusterFilterSensitiveLog = (obj) => ({
|
|
161
|
+
...obj,
|
|
162
|
+
});
|
|
163
|
+
exports.ClusterFilterSensitiveLog = ClusterFilterSensitiveLog;
|
|
164
|
+
const CreateClusterResponseFilterSensitiveLog = (obj) => ({
|
|
165
|
+
...obj,
|
|
166
|
+
});
|
|
167
|
+
exports.CreateClusterResponseFilterSensitiveLog = CreateClusterResponseFilterSensitiveLog;
|
|
168
|
+
const CreateHsmRequestFilterSensitiveLog = (obj) => ({
|
|
169
|
+
...obj,
|
|
170
|
+
});
|
|
171
|
+
exports.CreateHsmRequestFilterSensitiveLog = CreateHsmRequestFilterSensitiveLog;
|
|
172
|
+
const CreateHsmResponseFilterSensitiveLog = (obj) => ({
|
|
173
|
+
...obj,
|
|
174
|
+
});
|
|
175
|
+
exports.CreateHsmResponseFilterSensitiveLog = CreateHsmResponseFilterSensitiveLog;
|
|
176
|
+
const DeleteBackupRequestFilterSensitiveLog = (obj) => ({
|
|
177
|
+
...obj,
|
|
178
|
+
});
|
|
179
|
+
exports.DeleteBackupRequestFilterSensitiveLog = DeleteBackupRequestFilterSensitiveLog;
|
|
180
|
+
const DeleteBackupResponseFilterSensitiveLog = (obj) => ({
|
|
181
|
+
...obj,
|
|
182
|
+
});
|
|
183
|
+
exports.DeleteBackupResponseFilterSensitiveLog = DeleteBackupResponseFilterSensitiveLog;
|
|
184
|
+
const DeleteClusterRequestFilterSensitiveLog = (obj) => ({
|
|
185
|
+
...obj,
|
|
186
|
+
});
|
|
187
|
+
exports.DeleteClusterRequestFilterSensitiveLog = DeleteClusterRequestFilterSensitiveLog;
|
|
188
|
+
const DeleteClusterResponseFilterSensitiveLog = (obj) => ({
|
|
189
|
+
...obj,
|
|
190
|
+
});
|
|
191
|
+
exports.DeleteClusterResponseFilterSensitiveLog = DeleteClusterResponseFilterSensitiveLog;
|
|
192
|
+
const DeleteHsmRequestFilterSensitiveLog = (obj) => ({
|
|
193
|
+
...obj,
|
|
194
|
+
});
|
|
195
|
+
exports.DeleteHsmRequestFilterSensitiveLog = DeleteHsmRequestFilterSensitiveLog;
|
|
196
|
+
const DeleteHsmResponseFilterSensitiveLog = (obj) => ({
|
|
197
|
+
...obj,
|
|
198
|
+
});
|
|
199
|
+
exports.DeleteHsmResponseFilterSensitiveLog = DeleteHsmResponseFilterSensitiveLog;
|
|
200
|
+
const DescribeBackupsRequestFilterSensitiveLog = (obj) => ({
|
|
201
|
+
...obj,
|
|
202
|
+
});
|
|
203
|
+
exports.DescribeBackupsRequestFilterSensitiveLog = DescribeBackupsRequestFilterSensitiveLog;
|
|
204
|
+
const DescribeBackupsResponseFilterSensitiveLog = (obj) => ({
|
|
205
|
+
...obj,
|
|
206
|
+
});
|
|
207
|
+
exports.DescribeBackupsResponseFilterSensitiveLog = DescribeBackupsResponseFilterSensitiveLog;
|
|
208
|
+
const DescribeClustersRequestFilterSensitiveLog = (obj) => ({
|
|
209
|
+
...obj,
|
|
210
|
+
});
|
|
211
|
+
exports.DescribeClustersRequestFilterSensitiveLog = DescribeClustersRequestFilterSensitiveLog;
|
|
212
|
+
const DescribeClustersResponseFilterSensitiveLog = (obj) => ({
|
|
213
|
+
...obj,
|
|
214
|
+
});
|
|
215
|
+
exports.DescribeClustersResponseFilterSensitiveLog = DescribeClustersResponseFilterSensitiveLog;
|
|
216
|
+
const InitializeClusterRequestFilterSensitiveLog = (obj) => ({
|
|
217
|
+
...obj,
|
|
218
|
+
});
|
|
219
|
+
exports.InitializeClusterRequestFilterSensitiveLog = InitializeClusterRequestFilterSensitiveLog;
|
|
220
|
+
const InitializeClusterResponseFilterSensitiveLog = (obj) => ({
|
|
221
|
+
...obj,
|
|
222
|
+
});
|
|
223
|
+
exports.InitializeClusterResponseFilterSensitiveLog = InitializeClusterResponseFilterSensitiveLog;
|
|
224
|
+
const ListTagsRequestFilterSensitiveLog = (obj) => ({
|
|
225
|
+
...obj,
|
|
226
|
+
});
|
|
227
|
+
exports.ListTagsRequestFilterSensitiveLog = ListTagsRequestFilterSensitiveLog;
|
|
228
|
+
const ListTagsResponseFilterSensitiveLog = (obj) => ({
|
|
229
|
+
...obj,
|
|
230
|
+
});
|
|
231
|
+
exports.ListTagsResponseFilterSensitiveLog = ListTagsResponseFilterSensitiveLog;
|
|
232
|
+
const ModifyBackupAttributesRequestFilterSensitiveLog = (obj) => ({
|
|
233
|
+
...obj,
|
|
234
|
+
});
|
|
235
|
+
exports.ModifyBackupAttributesRequestFilterSensitiveLog = ModifyBackupAttributesRequestFilterSensitiveLog;
|
|
236
|
+
const ModifyBackupAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
237
|
+
...obj,
|
|
238
|
+
});
|
|
239
|
+
exports.ModifyBackupAttributesResponseFilterSensitiveLog = ModifyBackupAttributesResponseFilterSensitiveLog;
|
|
240
|
+
const ModifyClusterRequestFilterSensitiveLog = (obj) => ({
|
|
241
|
+
...obj,
|
|
242
|
+
});
|
|
243
|
+
exports.ModifyClusterRequestFilterSensitiveLog = ModifyClusterRequestFilterSensitiveLog;
|
|
244
|
+
const ModifyClusterResponseFilterSensitiveLog = (obj) => ({
|
|
245
|
+
...obj,
|
|
246
|
+
});
|
|
247
|
+
exports.ModifyClusterResponseFilterSensitiveLog = ModifyClusterResponseFilterSensitiveLog;
|
|
248
|
+
const RestoreBackupRequestFilterSensitiveLog = (obj) => ({
|
|
249
|
+
...obj,
|
|
250
|
+
});
|
|
251
|
+
exports.RestoreBackupRequestFilterSensitiveLog = RestoreBackupRequestFilterSensitiveLog;
|
|
252
|
+
const RestoreBackupResponseFilterSensitiveLog = (obj) => ({
|
|
253
|
+
...obj,
|
|
254
|
+
});
|
|
255
|
+
exports.RestoreBackupResponseFilterSensitiveLog = RestoreBackupResponseFilterSensitiveLog;
|
|
256
|
+
const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
257
|
+
...obj,
|
|
258
|
+
});
|
|
259
|
+
exports.TagResourceRequestFilterSensitiveLog = TagResourceRequestFilterSensitiveLog;
|
|
260
|
+
const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
261
|
+
...obj,
|
|
262
|
+
});
|
|
263
|
+
exports.TagResourceResponseFilterSensitiveLog = TagResourceResponseFilterSensitiveLog;
|
|
264
|
+
const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
265
|
+
...obj,
|
|
266
|
+
});
|
|
267
|
+
exports.UntagResourceRequestFilterSensitiveLog = UntagResourceRequestFilterSensitiveLog;
|
|
268
|
+
const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
269
|
+
...obj,
|
|
270
|
+
});
|
|
271
|
+
exports.UntagResourceResponseFilterSensitiveLog = UntagResourceResponseFilterSensitiveLog;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CopyBackupToRegionRequestFilterSensitiveLog, CopyBackupToRegionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CopyBackupToRegionCommand, serializeAws_json1_1CopyBackupToRegionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CopyBackupToRegionCommand = (function (_super) {
|
|
7
7
|
__extends(CopyBackupToRegionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CopyBackupToRegionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CopyBackupToRegionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CopyBackupToRegionResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateClusterRequestFilterSensitiveLog, CreateClusterResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateClusterCommand, serializeAws_json1_1CreateClusterCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateClusterCommand = (function (_super) {
|
|
7
7
|
__extends(CreateClusterCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateClusterCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateClusterRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateClusterResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateHsmRequestFilterSensitiveLog, CreateHsmResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateHsmCommand, serializeAws_json1_1CreateHsmCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateHsmCommand = (function (_super) {
|
|
7
7
|
__extends(CreateHsmCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateHsmCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateHsmRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateHsmResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteBackupRequestFilterSensitiveLog, DeleteBackupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteBackupCommand, serializeAws_json1_1DeleteBackupCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteBackupCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteBackupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteBackupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteBackupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteBackupResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteClusterRequestFilterSensitiveLog, DeleteClusterResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteClusterCommand, serializeAws_json1_1DeleteClusterCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteClusterCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteClusterCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteClusterCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteClusterRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteClusterResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteHsmRequestFilterSensitiveLog, DeleteHsmResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteHsmCommand, serializeAws_json1_1DeleteHsmCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteHsmCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteHsmCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteHsmCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteHsmRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteHsmResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeBackupsRequestFilterSensitiveLog, DescribeBackupsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeBackupsCommand, serializeAws_json1_1DescribeBackupsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeBackupsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeBackupsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeBackupsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeBackupsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeBackupsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeClustersRequestFilterSensitiveLog, DescribeClustersResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeClustersCommand, serializeAws_json1_1DescribeClustersCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeClustersCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeClustersCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeClustersCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeClustersRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeClustersResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { InitializeClusterRequestFilterSensitiveLog, InitializeClusterResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1InitializeClusterCommand, serializeAws_json1_1InitializeClusterCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var InitializeClusterCommand = (function (_super) {
|
|
7
7
|
__extends(InitializeClusterCommand, _super);
|
|
@@ -20,8 +20,8 @@ var InitializeClusterCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: InitializeClusterRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: InitializeClusterResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListTagsRequestFilterSensitiveLog, ListTagsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListTagsCommand, serializeAws_json1_1ListTagsCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListTagsCommand = (function (_super) {
|
|
7
7
|
__extends(ListTagsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTagsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTagsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTagsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|