@aws-sdk/client-redshift-serverless 3.128.0 → 3.137.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 +27 -0
- package/dist-cjs/commands/ConvertRecoveryPointToSnapshotCommand.js +2 -2
- package/dist-cjs/commands/CreateEndpointAccessCommand.js +2 -2
- package/dist-cjs/commands/CreateNamespaceCommand.js +2 -2
- package/dist-cjs/commands/CreateSnapshotCommand.js +2 -2
- package/dist-cjs/commands/CreateUsageLimitCommand.js +2 -2
- package/dist-cjs/commands/CreateWorkgroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteEndpointAccessCommand.js +2 -2
- package/dist-cjs/commands/DeleteNamespaceCommand.js +2 -2
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteSnapshotCommand.js +2 -2
- package/dist-cjs/commands/DeleteUsageLimitCommand.js +2 -2
- package/dist-cjs/commands/DeleteWorkgroupCommand.js +2 -2
- package/dist-cjs/commands/GetCredentialsCommand.js +2 -2
- package/dist-cjs/commands/GetEndpointAccessCommand.js +2 -2
- package/dist-cjs/commands/GetNamespaceCommand.js +2 -2
- package/dist-cjs/commands/GetRecoveryPointCommand.js +2 -2
- package/dist-cjs/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/GetSnapshotCommand.js +2 -2
- package/dist-cjs/commands/GetUsageLimitCommand.js +2 -2
- package/dist-cjs/commands/GetWorkgroupCommand.js +2 -2
- package/dist-cjs/commands/ListEndpointAccessCommand.js +2 -2
- package/dist-cjs/commands/ListNamespacesCommand.js +2 -2
- package/dist-cjs/commands/ListRecoveryPointsCommand.js +2 -2
- package/dist-cjs/commands/ListSnapshotsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListUsageLimitsCommand.js +2 -2
- package/dist-cjs/commands/ListWorkgroupsCommand.js +2 -2
- package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/RestoreFromRecoveryPointCommand.js +2 -2
- package/dist-cjs/commands/RestoreFromSnapshotCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateEndpointAccessCommand.js +2 -2
- package/dist-cjs/commands/UpdateNamespaceCommand.js +2 -2
- package/dist-cjs/commands/UpdateSnapshotCommand.js +2 -2
- package/dist-cjs/commands/UpdateUsageLimitCommand.js +2 -2
- package/dist-cjs/commands/UpdateWorkgroupCommand.js +2 -2
- package/dist-cjs/models/models_0.js +365 -539
- package/dist-cjs/protocols/Aws_json1_1.js +3 -0
- package/dist-es/commands/ConvertRecoveryPointToSnapshotCommand.js +3 -3
- package/dist-es/commands/CreateEndpointAccessCommand.js +3 -3
- package/dist-es/commands/CreateNamespaceCommand.js +3 -3
- package/dist-es/commands/CreateSnapshotCommand.js +3 -3
- package/dist-es/commands/CreateUsageLimitCommand.js +3 -3
- package/dist-es/commands/CreateWorkgroupCommand.js +3 -3
- package/dist-es/commands/DeleteEndpointAccessCommand.js +3 -3
- package/dist-es/commands/DeleteNamespaceCommand.js +3 -3
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
- package/dist-es/commands/DeleteSnapshotCommand.js +3 -3
- package/dist-es/commands/DeleteUsageLimitCommand.js +3 -3
- package/dist-es/commands/DeleteWorkgroupCommand.js +3 -3
- package/dist-es/commands/GetCredentialsCommand.js +3 -3
- package/dist-es/commands/GetEndpointAccessCommand.js +3 -3
- package/dist-es/commands/GetNamespaceCommand.js +3 -3
- package/dist-es/commands/GetRecoveryPointCommand.js +3 -3
- package/dist-es/commands/GetResourcePolicyCommand.js +3 -3
- package/dist-es/commands/GetSnapshotCommand.js +3 -3
- package/dist-es/commands/GetUsageLimitCommand.js +3 -3
- package/dist-es/commands/GetWorkgroupCommand.js +3 -3
- package/dist-es/commands/ListEndpointAccessCommand.js +3 -3
- package/dist-es/commands/ListNamespacesCommand.js +3 -3
- package/dist-es/commands/ListRecoveryPointsCommand.js +3 -3
- package/dist-es/commands/ListSnapshotsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListUsageLimitsCommand.js +3 -3
- package/dist-es/commands/ListWorkgroupsCommand.js +3 -3
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
- package/dist-es/commands/RestoreFromRecoveryPointCommand.js +3 -3
- package/dist-es/commands/RestoreFromSnapshotCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateEndpointAccessCommand.js +3 -3
- package/dist-es/commands/UpdateNamespaceCommand.js +3 -3
- package/dist-es/commands/UpdateSnapshotCommand.js +3 -3
- package/dist-es/commands/UpdateUsageLimitCommand.js +3 -3
- package/dist-es/commands/UpdateWorkgroupCommand.js +3 -3
- package/dist-es/models/models_0.js +87 -348
- package/dist-es/protocols/Aws_json1_1.js +3 -0
- package/dist-types/models/models_0.d.ts +348 -522
- package/dist-types/ts3.4/models/models_0.d.ts +174 -348
- package/package.json +9 -9
|
@@ -15,10 +15,6 @@ export interface ConfigParameter {
|
|
|
15
15
|
|
|
16
16
|
parameterValue?: string;
|
|
17
17
|
}
|
|
18
|
-
export declare namespace ConfigParameter {
|
|
19
|
-
|
|
20
|
-
const filterSensitiveLog: (obj: ConfigParameter) => any;
|
|
21
|
-
}
|
|
22
18
|
|
|
23
19
|
export declare class ConflictException extends __BaseException {
|
|
24
20
|
readonly name: "ConflictException";
|
|
@@ -34,10 +30,6 @@ export interface ConvertRecoveryPointToSnapshotRequest {
|
|
|
34
30
|
|
|
35
31
|
retentionPeriod?: number;
|
|
36
32
|
}
|
|
37
|
-
export declare namespace ConvertRecoveryPointToSnapshotRequest {
|
|
38
|
-
|
|
39
|
-
const filterSensitiveLog: (obj: ConvertRecoveryPointToSnapshotRequest) => any;
|
|
40
|
-
}
|
|
41
33
|
export declare enum SnapshotStatus {
|
|
42
34
|
AVAILABLE = "AVAILABLE",
|
|
43
35
|
CANCELLED = "CANCELLED",
|
|
@@ -89,18 +81,10 @@ export interface Snapshot {
|
|
|
89
81
|
|
|
90
82
|
accountsWithProvisionedRestoreAccess?: string[];
|
|
91
83
|
}
|
|
92
|
-
export declare namespace Snapshot {
|
|
93
|
-
|
|
94
|
-
const filterSensitiveLog: (obj: Snapshot) => any;
|
|
95
|
-
}
|
|
96
84
|
export interface ConvertRecoveryPointToSnapshotResponse {
|
|
97
85
|
|
|
98
86
|
snapshot?: Snapshot;
|
|
99
87
|
}
|
|
100
|
-
export declare namespace ConvertRecoveryPointToSnapshotResponse {
|
|
101
|
-
|
|
102
|
-
const filterSensitiveLog: (obj: ConvertRecoveryPointToSnapshotResponse) => any;
|
|
103
|
-
}
|
|
104
88
|
|
|
105
89
|
export declare class InternalServerException extends __BaseException {
|
|
106
90
|
readonly name: "InternalServerException";
|
|
@@ -142,10 +126,6 @@ export interface CreateEndpointAccessRequest {
|
|
|
142
126
|
|
|
143
127
|
vpcSecurityGroupIds?: string[];
|
|
144
128
|
}
|
|
145
|
-
export declare namespace CreateEndpointAccessRequest {
|
|
146
|
-
|
|
147
|
-
const filterSensitiveLog: (obj: CreateEndpointAccessRequest) => any;
|
|
148
|
-
}
|
|
149
129
|
|
|
150
130
|
export interface NetworkInterface {
|
|
151
131
|
|
|
@@ -157,10 +137,6 @@ export interface NetworkInterface {
|
|
|
157
137
|
|
|
158
138
|
availabilityZone?: string;
|
|
159
139
|
}
|
|
160
|
-
export declare namespace NetworkInterface {
|
|
161
|
-
|
|
162
|
-
const filterSensitiveLog: (obj: NetworkInterface) => any;
|
|
163
|
-
}
|
|
164
140
|
|
|
165
141
|
export interface VpcEndpoint {
|
|
166
142
|
|
|
@@ -170,10 +146,6 @@ export interface VpcEndpoint {
|
|
|
170
146
|
|
|
171
147
|
networkInterfaces?: NetworkInterface[];
|
|
172
148
|
}
|
|
173
|
-
export declare namespace VpcEndpoint {
|
|
174
|
-
|
|
175
|
-
const filterSensitiveLog: (obj: VpcEndpoint) => any;
|
|
176
|
-
}
|
|
177
149
|
|
|
178
150
|
export interface VpcSecurityGroupMembership {
|
|
179
151
|
|
|
@@ -181,10 +153,6 @@ export interface VpcSecurityGroupMembership {
|
|
|
181
153
|
|
|
182
154
|
status?: string;
|
|
183
155
|
}
|
|
184
|
-
export declare namespace VpcSecurityGroupMembership {
|
|
185
|
-
|
|
186
|
-
const filterSensitiveLog: (obj: VpcSecurityGroupMembership) => any;
|
|
187
|
-
}
|
|
188
156
|
|
|
189
157
|
export interface EndpointAccess {
|
|
190
158
|
|
|
@@ -208,18 +176,10 @@ export interface EndpointAccess {
|
|
|
208
176
|
|
|
209
177
|
endpointArn?: string;
|
|
210
178
|
}
|
|
211
|
-
export declare namespace EndpointAccess {
|
|
212
|
-
|
|
213
|
-
const filterSensitiveLog: (obj: EndpointAccess) => any;
|
|
214
|
-
}
|
|
215
179
|
export interface CreateEndpointAccessResponse {
|
|
216
180
|
|
|
217
181
|
endpoint?: EndpointAccess;
|
|
218
182
|
}
|
|
219
|
-
export declare namespace CreateEndpointAccessResponse {
|
|
220
|
-
|
|
221
|
-
const filterSensitiveLog: (obj: CreateEndpointAccessResponse) => any;
|
|
222
|
-
}
|
|
223
183
|
export declare enum LogExport {
|
|
224
184
|
CONNECTION_LOG = "connectionlog",
|
|
225
185
|
USER_ACTIVITY_LOG = "useractivitylog",
|
|
@@ -232,10 +192,6 @@ export interface Tag {
|
|
|
232
192
|
|
|
233
193
|
value: string | undefined;
|
|
234
194
|
}
|
|
235
|
-
export declare namespace Tag {
|
|
236
|
-
|
|
237
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
238
|
-
}
|
|
239
195
|
export interface CreateNamespaceRequest {
|
|
240
196
|
|
|
241
197
|
namespaceName: string | undefined;
|
|
@@ -256,10 +212,6 @@ export interface CreateNamespaceRequest {
|
|
|
256
212
|
|
|
257
213
|
tags?: Tag[];
|
|
258
214
|
}
|
|
259
|
-
export declare namespace CreateNamespaceRequest {
|
|
260
|
-
|
|
261
|
-
const filterSensitiveLog: (obj: CreateNamespaceRequest) => any;
|
|
262
|
-
}
|
|
263
215
|
export declare enum NamespaceStatus {
|
|
264
216
|
AVAILABLE = "AVAILABLE",
|
|
265
217
|
DELETING = "DELETING",
|
|
@@ -290,18 +242,10 @@ export interface Namespace {
|
|
|
290
242
|
|
|
291
243
|
creationDate?: Date;
|
|
292
244
|
}
|
|
293
|
-
export declare namespace Namespace {
|
|
294
|
-
|
|
295
|
-
const filterSensitiveLog: (obj: Namespace) => any;
|
|
296
|
-
}
|
|
297
245
|
export interface CreateNamespaceResponse {
|
|
298
246
|
|
|
299
247
|
namespace?: Namespace;
|
|
300
248
|
}
|
|
301
|
-
export declare namespace CreateNamespaceResponse {
|
|
302
|
-
|
|
303
|
-
const filterSensitiveLog: (obj: CreateNamespaceResponse) => any;
|
|
304
|
-
}
|
|
305
249
|
|
|
306
250
|
export declare class TooManyTagsException extends __BaseException {
|
|
307
251
|
readonly name: "TooManyTagsException";
|
|
@@ -319,18 +263,10 @@ export interface CreateSnapshotRequest {
|
|
|
319
263
|
|
|
320
264
|
retentionPeriod?: number;
|
|
321
265
|
}
|
|
322
|
-
export declare namespace CreateSnapshotRequest {
|
|
323
|
-
|
|
324
|
-
const filterSensitiveLog: (obj: CreateSnapshotRequest) => any;
|
|
325
|
-
}
|
|
326
266
|
export interface CreateSnapshotResponse {
|
|
327
267
|
|
|
328
268
|
snapshot?: Snapshot;
|
|
329
269
|
}
|
|
330
|
-
export declare namespace CreateSnapshotResponse {
|
|
331
|
-
|
|
332
|
-
const filterSensitiveLog: (obj: CreateSnapshotResponse) => any;
|
|
333
|
-
}
|
|
334
270
|
export declare enum UsageLimitBreachAction {
|
|
335
271
|
DEACTIVATE = "deactivate",
|
|
336
272
|
EMIT_METRIC = "emit-metric",
|
|
@@ -357,10 +293,6 @@ export interface CreateUsageLimitRequest {
|
|
|
357
293
|
|
|
358
294
|
breachAction?: UsageLimitBreachAction | string;
|
|
359
295
|
}
|
|
360
|
-
export declare namespace CreateUsageLimitRequest {
|
|
361
|
-
|
|
362
|
-
const filterSensitiveLog: (obj: CreateUsageLimitRequest) => any;
|
|
363
|
-
}
|
|
364
296
|
|
|
365
297
|
export interface UsageLimit {
|
|
366
298
|
|
|
@@ -378,18 +310,10 @@ export interface UsageLimit {
|
|
|
378
310
|
|
|
379
311
|
breachAction?: UsageLimitBreachAction | string;
|
|
380
312
|
}
|
|
381
|
-
export declare namespace UsageLimit {
|
|
382
|
-
|
|
383
|
-
const filterSensitiveLog: (obj: UsageLimit) => any;
|
|
384
|
-
}
|
|
385
313
|
export interface CreateUsageLimitResponse {
|
|
386
314
|
|
|
387
315
|
usageLimit?: UsageLimit;
|
|
388
316
|
}
|
|
389
|
-
export declare namespace CreateUsageLimitResponse {
|
|
390
|
-
|
|
391
|
-
const filterSensitiveLog: (obj: CreateUsageLimitResponse) => any;
|
|
392
|
-
}
|
|
393
317
|
export interface CreateWorkgroupRequest {
|
|
394
318
|
|
|
395
319
|
workgroupName: string | undefined;
|
|
@@ -410,10 +334,6 @@ export interface CreateWorkgroupRequest {
|
|
|
410
334
|
|
|
411
335
|
tags?: Tag[];
|
|
412
336
|
}
|
|
413
|
-
export declare namespace CreateWorkgroupRequest {
|
|
414
|
-
|
|
415
|
-
const filterSensitiveLog: (obj: CreateWorkgroupRequest) => any;
|
|
416
|
-
}
|
|
417
337
|
|
|
418
338
|
export interface Endpoint {
|
|
419
339
|
|
|
@@ -423,10 +343,6 @@ export interface Endpoint {
|
|
|
423
343
|
|
|
424
344
|
vpcEndpoints?: VpcEndpoint[];
|
|
425
345
|
}
|
|
426
|
-
export declare namespace Endpoint {
|
|
427
|
-
|
|
428
|
-
const filterSensitiveLog: (obj: Endpoint) => any;
|
|
429
|
-
}
|
|
430
346
|
export declare enum WorkgroupStatus {
|
|
431
347
|
AVAILABLE = "AVAILABLE",
|
|
432
348
|
CREATING = "CREATING",
|
|
@@ -462,18 +378,10 @@ export interface Workgroup {
|
|
|
462
378
|
|
|
463
379
|
creationDate?: Date;
|
|
464
380
|
}
|
|
465
|
-
export declare namespace Workgroup {
|
|
466
|
-
|
|
467
|
-
const filterSensitiveLog: (obj: Workgroup) => any;
|
|
468
|
-
}
|
|
469
381
|
export interface CreateWorkgroupResponse {
|
|
470
382
|
|
|
471
383
|
workgroup?: Workgroup;
|
|
472
384
|
}
|
|
473
|
-
export declare namespace CreateWorkgroupResponse {
|
|
474
|
-
|
|
475
|
-
const filterSensitiveLog: (obj: CreateWorkgroupResponse) => any;
|
|
476
|
-
}
|
|
477
385
|
|
|
478
386
|
export declare class InsufficientCapacityException extends __BaseException {
|
|
479
387
|
readonly name: "InsufficientCapacityException";
|
|
@@ -486,34 +394,18 @@ export interface DeleteEndpointAccessRequest {
|
|
|
486
394
|
|
|
487
395
|
endpointName: string | undefined;
|
|
488
396
|
}
|
|
489
|
-
export declare namespace DeleteEndpointAccessRequest {
|
|
490
|
-
|
|
491
|
-
const filterSensitiveLog: (obj: DeleteEndpointAccessRequest) => any;
|
|
492
|
-
}
|
|
493
397
|
export interface DeleteEndpointAccessResponse {
|
|
494
398
|
|
|
495
399
|
endpoint?: EndpointAccess;
|
|
496
400
|
}
|
|
497
|
-
export declare namespace DeleteEndpointAccessResponse {
|
|
498
|
-
|
|
499
|
-
const filterSensitiveLog: (obj: DeleteEndpointAccessResponse) => any;
|
|
500
|
-
}
|
|
501
401
|
export interface GetEndpointAccessRequest {
|
|
502
402
|
|
|
503
403
|
endpointName: string | undefined;
|
|
504
404
|
}
|
|
505
|
-
export declare namespace GetEndpointAccessRequest {
|
|
506
|
-
|
|
507
|
-
const filterSensitiveLog: (obj: GetEndpointAccessRequest) => any;
|
|
508
|
-
}
|
|
509
405
|
export interface GetEndpointAccessResponse {
|
|
510
406
|
|
|
511
407
|
endpoint?: EndpointAccess;
|
|
512
408
|
}
|
|
513
|
-
export declare namespace GetEndpointAccessResponse {
|
|
514
|
-
|
|
515
|
-
const filterSensitiveLog: (obj: GetEndpointAccessResponse) => any;
|
|
516
|
-
}
|
|
517
409
|
export interface ListEndpointAccessRequest {
|
|
518
410
|
|
|
519
411
|
nextToken?: string;
|
|
@@ -524,38 +416,22 @@ export interface ListEndpointAccessRequest {
|
|
|
524
416
|
|
|
525
417
|
vpcId?: string;
|
|
526
418
|
}
|
|
527
|
-
export declare namespace ListEndpointAccessRequest {
|
|
528
|
-
|
|
529
|
-
const filterSensitiveLog: (obj: ListEndpointAccessRequest) => any;
|
|
530
|
-
}
|
|
531
419
|
export interface ListEndpointAccessResponse {
|
|
532
420
|
|
|
533
421
|
nextToken?: string;
|
|
534
422
|
|
|
535
423
|
endpoints: EndpointAccess[] | undefined;
|
|
536
424
|
}
|
|
537
|
-
export declare namespace ListEndpointAccessResponse {
|
|
538
|
-
|
|
539
|
-
const filterSensitiveLog: (obj: ListEndpointAccessResponse) => any;
|
|
540
|
-
}
|
|
541
425
|
export interface UpdateEndpointAccessRequest {
|
|
542
426
|
|
|
543
427
|
endpointName: string | undefined;
|
|
544
428
|
|
|
545
429
|
vpcSecurityGroupIds?: string[];
|
|
546
430
|
}
|
|
547
|
-
export declare namespace UpdateEndpointAccessRequest {
|
|
548
|
-
|
|
549
|
-
const filterSensitiveLog: (obj: UpdateEndpointAccessRequest) => any;
|
|
550
|
-
}
|
|
551
431
|
export interface UpdateEndpointAccessResponse {
|
|
552
432
|
|
|
553
433
|
endpoint?: EndpointAccess;
|
|
554
434
|
}
|
|
555
|
-
export declare namespace UpdateEndpointAccessResponse {
|
|
556
|
-
|
|
557
|
-
const filterSensitiveLog: (obj: UpdateEndpointAccessResponse) => any;
|
|
558
|
-
}
|
|
559
435
|
export interface DeleteNamespaceRequest {
|
|
560
436
|
|
|
561
437
|
namespaceName: string | undefined;
|
|
@@ -564,80 +440,40 @@ export interface DeleteNamespaceRequest {
|
|
|
564
440
|
|
|
565
441
|
finalSnapshotRetentionPeriod?: number;
|
|
566
442
|
}
|
|
567
|
-
export declare namespace DeleteNamespaceRequest {
|
|
568
|
-
|
|
569
|
-
const filterSensitiveLog: (obj: DeleteNamespaceRequest) => any;
|
|
570
|
-
}
|
|
571
443
|
export interface DeleteNamespaceResponse {
|
|
572
444
|
|
|
573
445
|
namespace: Namespace | undefined;
|
|
574
446
|
}
|
|
575
|
-
export declare namespace DeleteNamespaceResponse {
|
|
576
|
-
|
|
577
|
-
const filterSensitiveLog: (obj: DeleteNamespaceResponse) => any;
|
|
578
|
-
}
|
|
579
447
|
export interface DeleteResourcePolicyRequest {
|
|
580
448
|
|
|
581
449
|
resourceArn: string | undefined;
|
|
582
450
|
}
|
|
583
|
-
export declare namespace DeleteResourcePolicyRequest {
|
|
584
|
-
|
|
585
|
-
const filterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
|
|
586
|
-
}
|
|
587
451
|
export interface DeleteResourcePolicyResponse {
|
|
588
452
|
}
|
|
589
|
-
export declare namespace DeleteResourcePolicyResponse {
|
|
590
|
-
|
|
591
|
-
const filterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
|
|
592
|
-
}
|
|
593
453
|
export interface DeleteSnapshotRequest {
|
|
594
454
|
|
|
595
455
|
snapshotName: string | undefined;
|
|
596
456
|
}
|
|
597
|
-
export declare namespace DeleteSnapshotRequest {
|
|
598
|
-
|
|
599
|
-
const filterSensitiveLog: (obj: DeleteSnapshotRequest) => any;
|
|
600
|
-
}
|
|
601
457
|
export interface DeleteSnapshotResponse {
|
|
602
458
|
|
|
603
459
|
snapshot?: Snapshot;
|
|
604
460
|
}
|
|
605
|
-
export declare namespace DeleteSnapshotResponse {
|
|
606
|
-
|
|
607
|
-
const filterSensitiveLog: (obj: DeleteSnapshotResponse) => any;
|
|
608
|
-
}
|
|
609
461
|
export interface DeleteUsageLimitRequest {
|
|
610
462
|
|
|
611
463
|
usageLimitId: string | undefined;
|
|
612
464
|
}
|
|
613
|
-
export declare namespace DeleteUsageLimitRequest {
|
|
614
|
-
|
|
615
|
-
const filterSensitiveLog: (obj: DeleteUsageLimitRequest) => any;
|
|
616
|
-
}
|
|
617
465
|
export interface DeleteUsageLimitResponse {
|
|
618
466
|
|
|
619
467
|
usageLimit?: UsageLimit;
|
|
620
468
|
}
|
|
621
|
-
export declare namespace DeleteUsageLimitResponse {
|
|
622
|
-
|
|
623
|
-
const filterSensitiveLog: (obj: DeleteUsageLimitResponse) => any;
|
|
624
|
-
}
|
|
625
469
|
export interface DeleteWorkgroupRequest {
|
|
626
470
|
|
|
627
471
|
workgroupName: string | undefined;
|
|
628
472
|
}
|
|
629
|
-
export declare namespace DeleteWorkgroupRequest {
|
|
630
|
-
|
|
631
|
-
const filterSensitiveLog: (obj: DeleteWorkgroupRequest) => any;
|
|
632
|
-
}
|
|
633
473
|
export interface DeleteWorkgroupResponse {
|
|
634
474
|
|
|
635
475
|
workgroup: Workgroup | undefined;
|
|
636
476
|
}
|
|
637
|
-
export declare namespace DeleteWorkgroupResponse {
|
|
638
|
-
|
|
639
|
-
const filterSensitiveLog: (obj: DeleteWorkgroupResponse) => any;
|
|
640
|
-
}
|
|
641
477
|
export interface GetCredentialsRequest {
|
|
642
478
|
|
|
643
479
|
workgroupName: string | undefined;
|
|
@@ -646,10 +482,6 @@ export interface GetCredentialsRequest {
|
|
|
646
482
|
|
|
647
483
|
durationSeconds?: number;
|
|
648
484
|
}
|
|
649
|
-
export declare namespace GetCredentialsRequest {
|
|
650
|
-
|
|
651
|
-
const filterSensitiveLog: (obj: GetCredentialsRequest) => any;
|
|
652
|
-
}
|
|
653
485
|
export interface GetCredentialsResponse {
|
|
654
486
|
|
|
655
487
|
dbUser?: string;
|
|
@@ -660,34 +492,18 @@ export interface GetCredentialsResponse {
|
|
|
660
492
|
|
|
661
493
|
nextRefreshTime?: Date;
|
|
662
494
|
}
|
|
663
|
-
export declare namespace GetCredentialsResponse {
|
|
664
|
-
|
|
665
|
-
const filterSensitiveLog: (obj: GetCredentialsResponse) => any;
|
|
666
|
-
}
|
|
667
495
|
export interface GetNamespaceRequest {
|
|
668
496
|
|
|
669
497
|
namespaceName: string | undefined;
|
|
670
498
|
}
|
|
671
|
-
export declare namespace GetNamespaceRequest {
|
|
672
|
-
|
|
673
|
-
const filterSensitiveLog: (obj: GetNamespaceRequest) => any;
|
|
674
|
-
}
|
|
675
499
|
export interface GetNamespaceResponse {
|
|
676
500
|
|
|
677
501
|
namespace: Namespace | undefined;
|
|
678
502
|
}
|
|
679
|
-
export declare namespace GetNamespaceResponse {
|
|
680
|
-
|
|
681
|
-
const filterSensitiveLog: (obj: GetNamespaceResponse) => any;
|
|
682
|
-
}
|
|
683
503
|
export interface GetRecoveryPointRequest {
|
|
684
504
|
|
|
685
505
|
recoveryPointId: string | undefined;
|
|
686
506
|
}
|
|
687
|
-
export declare namespace GetRecoveryPointRequest {
|
|
688
|
-
|
|
689
|
-
const filterSensitiveLog: (obj: GetRecoveryPointRequest) => any;
|
|
690
|
-
}
|
|
691
507
|
|
|
692
508
|
export interface RecoveryPoint {
|
|
693
509
|
|
|
@@ -701,26 +517,14 @@ export interface RecoveryPoint {
|
|
|
701
517
|
|
|
702
518
|
workgroupName?: string;
|
|
703
519
|
}
|
|
704
|
-
export declare namespace RecoveryPoint {
|
|
705
|
-
|
|
706
|
-
const filterSensitiveLog: (obj: RecoveryPoint) => any;
|
|
707
|
-
}
|
|
708
520
|
export interface GetRecoveryPointResponse {
|
|
709
521
|
|
|
710
522
|
recoveryPoint?: RecoveryPoint;
|
|
711
523
|
}
|
|
712
|
-
export declare namespace GetRecoveryPointResponse {
|
|
713
|
-
|
|
714
|
-
const filterSensitiveLog: (obj: GetRecoveryPointResponse) => any;
|
|
715
|
-
}
|
|
716
524
|
export interface GetResourcePolicyRequest {
|
|
717
525
|
|
|
718
526
|
resourceArn: string | undefined;
|
|
719
527
|
}
|
|
720
|
-
export declare namespace GetResourcePolicyRequest {
|
|
721
|
-
|
|
722
|
-
const filterSensitiveLog: (obj: GetResourcePolicyRequest) => any;
|
|
723
|
-
}
|
|
724
528
|
|
|
725
529
|
export interface ResourcePolicy {
|
|
726
530
|
|
|
@@ -728,18 +532,10 @@ export interface ResourcePolicy {
|
|
|
728
532
|
|
|
729
533
|
policy?: string;
|
|
730
534
|
}
|
|
731
|
-
export declare namespace ResourcePolicy {
|
|
732
|
-
|
|
733
|
-
const filterSensitiveLog: (obj: ResourcePolicy) => any;
|
|
734
|
-
}
|
|
735
535
|
export interface GetResourcePolicyResponse {
|
|
736
536
|
|
|
737
537
|
resourcePolicy?: ResourcePolicy;
|
|
738
538
|
}
|
|
739
|
-
export declare namespace GetResourcePolicyResponse {
|
|
740
|
-
|
|
741
|
-
const filterSensitiveLog: (obj: GetResourcePolicyResponse) => any;
|
|
742
|
-
}
|
|
743
539
|
export interface GetSnapshotRequest {
|
|
744
540
|
|
|
745
541
|
snapshotName?: string;
|
|
@@ -748,50 +544,26 @@ export interface GetSnapshotRequest {
|
|
|
748
544
|
|
|
749
545
|
snapshotArn?: string;
|
|
750
546
|
}
|
|
751
|
-
export declare namespace GetSnapshotRequest {
|
|
752
|
-
|
|
753
|
-
const filterSensitiveLog: (obj: GetSnapshotRequest) => any;
|
|
754
|
-
}
|
|
755
547
|
export interface GetSnapshotResponse {
|
|
756
548
|
|
|
757
549
|
snapshot?: Snapshot;
|
|
758
550
|
}
|
|
759
|
-
export declare namespace GetSnapshotResponse {
|
|
760
|
-
|
|
761
|
-
const filterSensitiveLog: (obj: GetSnapshotResponse) => any;
|
|
762
|
-
}
|
|
763
551
|
export interface GetUsageLimitRequest {
|
|
764
552
|
|
|
765
553
|
usageLimitId: string | undefined;
|
|
766
554
|
}
|
|
767
|
-
export declare namespace GetUsageLimitRequest {
|
|
768
|
-
|
|
769
|
-
const filterSensitiveLog: (obj: GetUsageLimitRequest) => any;
|
|
770
|
-
}
|
|
771
555
|
export interface GetUsageLimitResponse {
|
|
772
556
|
|
|
773
557
|
usageLimit?: UsageLimit;
|
|
774
558
|
}
|
|
775
|
-
export declare namespace GetUsageLimitResponse {
|
|
776
|
-
|
|
777
|
-
const filterSensitiveLog: (obj: GetUsageLimitResponse) => any;
|
|
778
|
-
}
|
|
779
559
|
export interface GetWorkgroupRequest {
|
|
780
560
|
|
|
781
561
|
workgroupName: string | undefined;
|
|
782
562
|
}
|
|
783
|
-
export declare namespace GetWorkgroupRequest {
|
|
784
|
-
|
|
785
|
-
const filterSensitiveLog: (obj: GetWorkgroupRequest) => any;
|
|
786
|
-
}
|
|
787
563
|
export interface GetWorkgroupResponse {
|
|
788
564
|
|
|
789
565
|
workgroup: Workgroup | undefined;
|
|
790
566
|
}
|
|
791
|
-
export declare namespace GetWorkgroupResponse {
|
|
792
|
-
|
|
793
|
-
const filterSensitiveLog: (obj: GetWorkgroupResponse) => any;
|
|
794
|
-
}
|
|
795
567
|
|
|
796
568
|
export declare class InvalidPaginationException extends __BaseException {
|
|
797
569
|
readonly name: "InvalidPaginationException";
|
|
@@ -805,20 +577,12 @@ export interface ListNamespacesRequest {
|
|
|
805
577
|
|
|
806
578
|
maxResults?: number;
|
|
807
579
|
}
|
|
808
|
-
export declare namespace ListNamespacesRequest {
|
|
809
|
-
|
|
810
|
-
const filterSensitiveLog: (obj: ListNamespacesRequest) => any;
|
|
811
|
-
}
|
|
812
580
|
export interface ListNamespacesResponse {
|
|
813
581
|
|
|
814
582
|
nextToken?: string;
|
|
815
583
|
|
|
816
584
|
namespaces: Namespace[] | undefined;
|
|
817
585
|
}
|
|
818
|
-
export declare namespace ListNamespacesResponse {
|
|
819
|
-
|
|
820
|
-
const filterSensitiveLog: (obj: ListNamespacesResponse) => any;
|
|
821
|
-
}
|
|
822
586
|
export interface ListRecoveryPointsRequest {
|
|
823
587
|
|
|
824
588
|
nextToken?: string;
|
|
@@ -831,20 +595,12 @@ export interface ListRecoveryPointsRequest {
|
|
|
831
595
|
|
|
832
596
|
namespaceName?: string;
|
|
833
597
|
}
|
|
834
|
-
export declare namespace ListRecoveryPointsRequest {
|
|
835
|
-
|
|
836
|
-
const filterSensitiveLog: (obj: ListRecoveryPointsRequest) => any;
|
|
837
|
-
}
|
|
838
598
|
export interface ListRecoveryPointsResponse {
|
|
839
599
|
|
|
840
600
|
recoveryPoints?: RecoveryPoint[];
|
|
841
601
|
|
|
842
602
|
nextToken?: string;
|
|
843
603
|
}
|
|
844
|
-
export declare namespace ListRecoveryPointsResponse {
|
|
845
|
-
|
|
846
|
-
const filterSensitiveLog: (obj: ListRecoveryPointsResponse) => any;
|
|
847
|
-
}
|
|
848
604
|
export interface ListSnapshotsRequest {
|
|
849
605
|
|
|
850
606
|
nextToken?: string;
|
|
@@ -861,36 +617,20 @@ export interface ListSnapshotsRequest {
|
|
|
861
617
|
|
|
862
618
|
endTime?: Date;
|
|
863
619
|
}
|
|
864
|
-
export declare namespace ListSnapshotsRequest {
|
|
865
|
-
|
|
866
|
-
const filterSensitiveLog: (obj: ListSnapshotsRequest) => any;
|
|
867
|
-
}
|
|
868
620
|
export interface ListSnapshotsResponse {
|
|
869
621
|
|
|
870
622
|
nextToken?: string;
|
|
871
623
|
|
|
872
624
|
snapshots?: Snapshot[];
|
|
873
625
|
}
|
|
874
|
-
export declare namespace ListSnapshotsResponse {
|
|
875
|
-
|
|
876
|
-
const filterSensitiveLog: (obj: ListSnapshotsResponse) => any;
|
|
877
|
-
}
|
|
878
626
|
export interface ListTagsForResourceRequest {
|
|
879
627
|
|
|
880
628
|
resourceArn: string | undefined;
|
|
881
629
|
}
|
|
882
|
-
export declare namespace ListTagsForResourceRequest {
|
|
883
|
-
|
|
884
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
885
|
-
}
|
|
886
630
|
export interface ListTagsForResourceResponse {
|
|
887
631
|
|
|
888
632
|
tags?: Tag[];
|
|
889
633
|
}
|
|
890
|
-
export declare namespace ListTagsForResourceResponse {
|
|
891
|
-
|
|
892
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
893
|
-
}
|
|
894
634
|
|
|
895
635
|
export declare class ThrottlingException extends __BaseException {
|
|
896
636
|
readonly name: "ThrottlingException";
|
|
@@ -910,40 +650,24 @@ export interface ListUsageLimitsRequest {
|
|
|
910
650
|
|
|
911
651
|
maxResults?: number;
|
|
912
652
|
}
|
|
913
|
-
export declare namespace ListUsageLimitsRequest {
|
|
914
|
-
|
|
915
|
-
const filterSensitiveLog: (obj: ListUsageLimitsRequest) => any;
|
|
916
|
-
}
|
|
917
653
|
export interface ListUsageLimitsResponse {
|
|
918
654
|
|
|
919
655
|
usageLimits?: UsageLimit[];
|
|
920
656
|
|
|
921
657
|
nextToken?: string;
|
|
922
658
|
}
|
|
923
|
-
export declare namespace ListUsageLimitsResponse {
|
|
924
|
-
|
|
925
|
-
const filterSensitiveLog: (obj: ListUsageLimitsResponse) => any;
|
|
926
|
-
}
|
|
927
659
|
export interface ListWorkgroupsRequest {
|
|
928
660
|
|
|
929
661
|
nextToken?: string;
|
|
930
662
|
|
|
931
663
|
maxResults?: number;
|
|
932
664
|
}
|
|
933
|
-
export declare namespace ListWorkgroupsRequest {
|
|
934
|
-
|
|
935
|
-
const filterSensitiveLog: (obj: ListWorkgroupsRequest) => any;
|
|
936
|
-
}
|
|
937
665
|
export interface ListWorkgroupsResponse {
|
|
938
666
|
|
|
939
667
|
nextToken?: string;
|
|
940
668
|
|
|
941
669
|
workgroups: Workgroup[] | undefined;
|
|
942
670
|
}
|
|
943
|
-
export declare namespace ListWorkgroupsResponse {
|
|
944
|
-
|
|
945
|
-
const filterSensitiveLog: (obj: ListWorkgroupsResponse) => any;
|
|
946
|
-
}
|
|
947
671
|
export interface UpdateNamespaceRequest {
|
|
948
672
|
|
|
949
673
|
namespaceName: string | undefined;
|
|
@@ -960,36 +684,20 @@ export interface UpdateNamespaceRequest {
|
|
|
960
684
|
|
|
961
685
|
logExports?: (LogExport | string)[];
|
|
962
686
|
}
|
|
963
|
-
export declare namespace UpdateNamespaceRequest {
|
|
964
|
-
|
|
965
|
-
const filterSensitiveLog: (obj: UpdateNamespaceRequest) => any;
|
|
966
|
-
}
|
|
967
687
|
export interface UpdateNamespaceResponse {
|
|
968
688
|
|
|
969
689
|
namespace: Namespace | undefined;
|
|
970
690
|
}
|
|
971
|
-
export declare namespace UpdateNamespaceResponse {
|
|
972
|
-
|
|
973
|
-
const filterSensitiveLog: (obj: UpdateNamespaceResponse) => any;
|
|
974
|
-
}
|
|
975
691
|
export interface PutResourcePolicyRequest {
|
|
976
692
|
|
|
977
693
|
resourceArn: string | undefined;
|
|
978
694
|
|
|
979
695
|
policy: string | undefined;
|
|
980
696
|
}
|
|
981
|
-
export declare namespace PutResourcePolicyRequest {
|
|
982
|
-
|
|
983
|
-
const filterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
|
|
984
|
-
}
|
|
985
697
|
export interface PutResourcePolicyResponse {
|
|
986
698
|
|
|
987
699
|
resourcePolicy?: ResourcePolicy;
|
|
988
700
|
}
|
|
989
|
-
export declare namespace PutResourcePolicyResponse {
|
|
990
|
-
|
|
991
|
-
const filterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
|
|
992
|
-
}
|
|
993
701
|
export interface RestoreFromRecoveryPointRequest {
|
|
994
702
|
|
|
995
703
|
recoveryPointId: string | undefined;
|
|
@@ -998,20 +706,12 @@ export interface RestoreFromRecoveryPointRequest {
|
|
|
998
706
|
|
|
999
707
|
workgroupName: string | undefined;
|
|
1000
708
|
}
|
|
1001
|
-
export declare namespace RestoreFromRecoveryPointRequest {
|
|
1002
|
-
|
|
1003
|
-
const filterSensitiveLog: (obj: RestoreFromRecoveryPointRequest) => any;
|
|
1004
|
-
}
|
|
1005
709
|
export interface RestoreFromRecoveryPointResponse {
|
|
1006
710
|
|
|
1007
711
|
recoveryPointId?: string;
|
|
1008
712
|
|
|
1009
713
|
namespace?: Namespace;
|
|
1010
714
|
}
|
|
1011
|
-
export declare namespace RestoreFromRecoveryPointResponse {
|
|
1012
|
-
|
|
1013
|
-
const filterSensitiveLog: (obj: RestoreFromRecoveryPointResponse) => any;
|
|
1014
|
-
}
|
|
1015
715
|
export interface RestoreFromSnapshotRequest {
|
|
1016
716
|
|
|
1017
717
|
namespaceName: string | undefined;
|
|
@@ -1024,10 +724,6 @@ export interface RestoreFromSnapshotRequest {
|
|
|
1024
724
|
|
|
1025
725
|
ownerAccount?: string;
|
|
1026
726
|
}
|
|
1027
|
-
export declare namespace RestoreFromSnapshotRequest {
|
|
1028
|
-
|
|
1029
|
-
const filterSensitiveLog: (obj: RestoreFromSnapshotRequest) => any;
|
|
1030
|
-
}
|
|
1031
727
|
export interface RestoreFromSnapshotResponse {
|
|
1032
728
|
|
|
1033
729
|
snapshotName?: string;
|
|
@@ -1036,60 +732,32 @@ export interface RestoreFromSnapshotResponse {
|
|
|
1036
732
|
|
|
1037
733
|
namespace?: Namespace;
|
|
1038
734
|
}
|
|
1039
|
-
export declare namespace RestoreFromSnapshotResponse {
|
|
1040
|
-
|
|
1041
|
-
const filterSensitiveLog: (obj: RestoreFromSnapshotResponse) => any;
|
|
1042
|
-
}
|
|
1043
735
|
export interface UpdateSnapshotRequest {
|
|
1044
736
|
|
|
1045
737
|
snapshotName: string | undefined;
|
|
1046
738
|
|
|
1047
739
|
retentionPeriod?: number;
|
|
1048
740
|
}
|
|
1049
|
-
export declare namespace UpdateSnapshotRequest {
|
|
1050
|
-
|
|
1051
|
-
const filterSensitiveLog: (obj: UpdateSnapshotRequest) => any;
|
|
1052
|
-
}
|
|
1053
741
|
export interface UpdateSnapshotResponse {
|
|
1054
742
|
|
|
1055
743
|
snapshot?: Snapshot;
|
|
1056
744
|
}
|
|
1057
|
-
export declare namespace UpdateSnapshotResponse {
|
|
1058
|
-
|
|
1059
|
-
const filterSensitiveLog: (obj: UpdateSnapshotResponse) => any;
|
|
1060
|
-
}
|
|
1061
745
|
export interface TagResourceRequest {
|
|
1062
746
|
|
|
1063
747
|
resourceArn: string | undefined;
|
|
1064
748
|
|
|
1065
749
|
tags: Tag[] | undefined;
|
|
1066
750
|
}
|
|
1067
|
-
export declare namespace TagResourceRequest {
|
|
1068
|
-
|
|
1069
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1070
|
-
}
|
|
1071
751
|
export interface TagResourceResponse {
|
|
1072
752
|
}
|
|
1073
|
-
export declare namespace TagResourceResponse {
|
|
1074
|
-
|
|
1075
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1076
|
-
}
|
|
1077
753
|
export interface UntagResourceRequest {
|
|
1078
754
|
|
|
1079
755
|
resourceArn: string | undefined;
|
|
1080
756
|
|
|
1081
757
|
tagKeys: string[] | undefined;
|
|
1082
758
|
}
|
|
1083
|
-
export declare namespace UntagResourceRequest {
|
|
1084
|
-
|
|
1085
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1086
|
-
}
|
|
1087
759
|
export interface UntagResourceResponse {
|
|
1088
760
|
}
|
|
1089
|
-
export declare namespace UntagResourceResponse {
|
|
1090
|
-
|
|
1091
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1092
|
-
}
|
|
1093
761
|
export interface UpdateUsageLimitRequest {
|
|
1094
762
|
|
|
1095
763
|
usageLimitId: string | undefined;
|
|
@@ -1098,18 +766,10 @@ export interface UpdateUsageLimitRequest {
|
|
|
1098
766
|
|
|
1099
767
|
breachAction?: UsageLimitBreachAction | string;
|
|
1100
768
|
}
|
|
1101
|
-
export declare namespace UpdateUsageLimitRequest {
|
|
1102
|
-
|
|
1103
|
-
const filterSensitiveLog: (obj: UpdateUsageLimitRequest) => any;
|
|
1104
|
-
}
|
|
1105
769
|
export interface UpdateUsageLimitResponse {
|
|
1106
770
|
|
|
1107
771
|
usageLimit?: UsageLimit;
|
|
1108
772
|
}
|
|
1109
|
-
export declare namespace UpdateUsageLimitResponse {
|
|
1110
|
-
|
|
1111
|
-
const filterSensitiveLog: (obj: UpdateUsageLimitResponse) => any;
|
|
1112
|
-
}
|
|
1113
773
|
export interface UpdateWorkgroupRequest {
|
|
1114
774
|
|
|
1115
775
|
workgroupName: string | undefined;
|
|
@@ -1126,15 +786,181 @@ export interface UpdateWorkgroupRequest {
|
|
|
1126
786
|
|
|
1127
787
|
securityGroupIds?: string[];
|
|
1128
788
|
}
|
|
1129
|
-
export declare namespace UpdateWorkgroupRequest {
|
|
1130
|
-
|
|
1131
|
-
const filterSensitiveLog: (obj: UpdateWorkgroupRequest) => any;
|
|
1132
|
-
}
|
|
1133
789
|
export interface UpdateWorkgroupResponse {
|
|
1134
790
|
|
|
1135
791
|
workgroup: Workgroup | undefined;
|
|
1136
792
|
}
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
793
|
+
|
|
794
|
+
export declare const ConfigParameterFilterSensitiveLog: (obj: ConfigParameter) => any;
|
|
795
|
+
|
|
796
|
+
export declare const ConvertRecoveryPointToSnapshotRequestFilterSensitiveLog: (obj: ConvertRecoveryPointToSnapshotRequest) => any;
|
|
797
|
+
|
|
798
|
+
export declare const SnapshotFilterSensitiveLog: (obj: Snapshot) => any;
|
|
799
|
+
|
|
800
|
+
export declare const ConvertRecoveryPointToSnapshotResponseFilterSensitiveLog: (obj: ConvertRecoveryPointToSnapshotResponse) => any;
|
|
801
|
+
|
|
802
|
+
export declare const CreateEndpointAccessRequestFilterSensitiveLog: (obj: CreateEndpointAccessRequest) => any;
|
|
803
|
+
|
|
804
|
+
export declare const NetworkInterfaceFilterSensitiveLog: (obj: NetworkInterface) => any;
|
|
805
|
+
|
|
806
|
+
export declare const VpcEndpointFilterSensitiveLog: (obj: VpcEndpoint) => any;
|
|
807
|
+
|
|
808
|
+
export declare const VpcSecurityGroupMembershipFilterSensitiveLog: (obj: VpcSecurityGroupMembership) => any;
|
|
809
|
+
|
|
810
|
+
export declare const EndpointAccessFilterSensitiveLog: (obj: EndpointAccess) => any;
|
|
811
|
+
|
|
812
|
+
export declare const CreateEndpointAccessResponseFilterSensitiveLog: (obj: CreateEndpointAccessResponse) => any;
|
|
813
|
+
|
|
814
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
815
|
+
|
|
816
|
+
export declare const CreateNamespaceRequestFilterSensitiveLog: (obj: CreateNamespaceRequest) => any;
|
|
817
|
+
|
|
818
|
+
export declare const NamespaceFilterSensitiveLog: (obj: Namespace) => any;
|
|
819
|
+
|
|
820
|
+
export declare const CreateNamespaceResponseFilterSensitiveLog: (obj: CreateNamespaceResponse) => any;
|
|
821
|
+
|
|
822
|
+
export declare const CreateSnapshotRequestFilterSensitiveLog: (obj: CreateSnapshotRequest) => any;
|
|
823
|
+
|
|
824
|
+
export declare const CreateSnapshotResponseFilterSensitiveLog: (obj: CreateSnapshotResponse) => any;
|
|
825
|
+
|
|
826
|
+
export declare const CreateUsageLimitRequestFilterSensitiveLog: (obj: CreateUsageLimitRequest) => any;
|
|
827
|
+
|
|
828
|
+
export declare const UsageLimitFilterSensitiveLog: (obj: UsageLimit) => any;
|
|
829
|
+
|
|
830
|
+
export declare const CreateUsageLimitResponseFilterSensitiveLog: (obj: CreateUsageLimitResponse) => any;
|
|
831
|
+
|
|
832
|
+
export declare const CreateWorkgroupRequestFilterSensitiveLog: (obj: CreateWorkgroupRequest) => any;
|
|
833
|
+
|
|
834
|
+
export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
|
|
835
|
+
|
|
836
|
+
export declare const WorkgroupFilterSensitiveLog: (obj: Workgroup) => any;
|
|
837
|
+
|
|
838
|
+
export declare const CreateWorkgroupResponseFilterSensitiveLog: (obj: CreateWorkgroupResponse) => any;
|
|
839
|
+
|
|
840
|
+
export declare const DeleteEndpointAccessRequestFilterSensitiveLog: (obj: DeleteEndpointAccessRequest) => any;
|
|
841
|
+
|
|
842
|
+
export declare const DeleteEndpointAccessResponseFilterSensitiveLog: (obj: DeleteEndpointAccessResponse) => any;
|
|
843
|
+
|
|
844
|
+
export declare const GetEndpointAccessRequestFilterSensitiveLog: (obj: GetEndpointAccessRequest) => any;
|
|
845
|
+
|
|
846
|
+
export declare const GetEndpointAccessResponseFilterSensitiveLog: (obj: GetEndpointAccessResponse) => any;
|
|
847
|
+
|
|
848
|
+
export declare const ListEndpointAccessRequestFilterSensitiveLog: (obj: ListEndpointAccessRequest) => any;
|
|
849
|
+
|
|
850
|
+
export declare const ListEndpointAccessResponseFilterSensitiveLog: (obj: ListEndpointAccessResponse) => any;
|
|
851
|
+
|
|
852
|
+
export declare const UpdateEndpointAccessRequestFilterSensitiveLog: (obj: UpdateEndpointAccessRequest) => any;
|
|
853
|
+
|
|
854
|
+
export declare const UpdateEndpointAccessResponseFilterSensitiveLog: (obj: UpdateEndpointAccessResponse) => any;
|
|
855
|
+
|
|
856
|
+
export declare const DeleteNamespaceRequestFilterSensitiveLog: (obj: DeleteNamespaceRequest) => any;
|
|
857
|
+
|
|
858
|
+
export declare const DeleteNamespaceResponseFilterSensitiveLog: (obj: DeleteNamespaceResponse) => any;
|
|
859
|
+
|
|
860
|
+
export declare const DeleteResourcePolicyRequestFilterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
|
|
861
|
+
|
|
862
|
+
export declare const DeleteResourcePolicyResponseFilterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
|
|
863
|
+
|
|
864
|
+
export declare const DeleteSnapshotRequestFilterSensitiveLog: (obj: DeleteSnapshotRequest) => any;
|
|
865
|
+
|
|
866
|
+
export declare const DeleteSnapshotResponseFilterSensitiveLog: (obj: DeleteSnapshotResponse) => any;
|
|
867
|
+
|
|
868
|
+
export declare const DeleteUsageLimitRequestFilterSensitiveLog: (obj: DeleteUsageLimitRequest) => any;
|
|
869
|
+
|
|
870
|
+
export declare const DeleteUsageLimitResponseFilterSensitiveLog: (obj: DeleteUsageLimitResponse) => any;
|
|
871
|
+
|
|
872
|
+
export declare const DeleteWorkgroupRequestFilterSensitiveLog: (obj: DeleteWorkgroupRequest) => any;
|
|
873
|
+
|
|
874
|
+
export declare const DeleteWorkgroupResponseFilterSensitiveLog: (obj: DeleteWorkgroupResponse) => any;
|
|
875
|
+
|
|
876
|
+
export declare const GetCredentialsRequestFilterSensitiveLog: (obj: GetCredentialsRequest) => any;
|
|
877
|
+
|
|
878
|
+
export declare const GetCredentialsResponseFilterSensitiveLog: (obj: GetCredentialsResponse) => any;
|
|
879
|
+
|
|
880
|
+
export declare const GetNamespaceRequestFilterSensitiveLog: (obj: GetNamespaceRequest) => any;
|
|
881
|
+
|
|
882
|
+
export declare const GetNamespaceResponseFilterSensitiveLog: (obj: GetNamespaceResponse) => any;
|
|
883
|
+
|
|
884
|
+
export declare const GetRecoveryPointRequestFilterSensitiveLog: (obj: GetRecoveryPointRequest) => any;
|
|
885
|
+
|
|
886
|
+
export declare const RecoveryPointFilterSensitiveLog: (obj: RecoveryPoint) => any;
|
|
887
|
+
|
|
888
|
+
export declare const GetRecoveryPointResponseFilterSensitiveLog: (obj: GetRecoveryPointResponse) => any;
|
|
889
|
+
|
|
890
|
+
export declare const GetResourcePolicyRequestFilterSensitiveLog: (obj: GetResourcePolicyRequest) => any;
|
|
891
|
+
|
|
892
|
+
export declare const ResourcePolicyFilterSensitiveLog: (obj: ResourcePolicy) => any;
|
|
893
|
+
|
|
894
|
+
export declare const GetResourcePolicyResponseFilterSensitiveLog: (obj: GetResourcePolicyResponse) => any;
|
|
895
|
+
|
|
896
|
+
export declare const GetSnapshotRequestFilterSensitiveLog: (obj: GetSnapshotRequest) => any;
|
|
897
|
+
|
|
898
|
+
export declare const GetSnapshotResponseFilterSensitiveLog: (obj: GetSnapshotResponse) => any;
|
|
899
|
+
|
|
900
|
+
export declare const GetUsageLimitRequestFilterSensitiveLog: (obj: GetUsageLimitRequest) => any;
|
|
901
|
+
|
|
902
|
+
export declare const GetUsageLimitResponseFilterSensitiveLog: (obj: GetUsageLimitResponse) => any;
|
|
903
|
+
|
|
904
|
+
export declare const GetWorkgroupRequestFilterSensitiveLog: (obj: GetWorkgroupRequest) => any;
|
|
905
|
+
|
|
906
|
+
export declare const GetWorkgroupResponseFilterSensitiveLog: (obj: GetWorkgroupResponse) => any;
|
|
907
|
+
|
|
908
|
+
export declare const ListNamespacesRequestFilterSensitiveLog: (obj: ListNamespacesRequest) => any;
|
|
909
|
+
|
|
910
|
+
export declare const ListNamespacesResponseFilterSensitiveLog: (obj: ListNamespacesResponse) => any;
|
|
911
|
+
|
|
912
|
+
export declare const ListRecoveryPointsRequestFilterSensitiveLog: (obj: ListRecoveryPointsRequest) => any;
|
|
913
|
+
|
|
914
|
+
export declare const ListRecoveryPointsResponseFilterSensitiveLog: (obj: ListRecoveryPointsResponse) => any;
|
|
915
|
+
|
|
916
|
+
export declare const ListSnapshotsRequestFilterSensitiveLog: (obj: ListSnapshotsRequest) => any;
|
|
917
|
+
|
|
918
|
+
export declare const ListSnapshotsResponseFilterSensitiveLog: (obj: ListSnapshotsResponse) => any;
|
|
919
|
+
|
|
920
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
921
|
+
|
|
922
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
923
|
+
|
|
924
|
+
export declare const ListUsageLimitsRequestFilterSensitiveLog: (obj: ListUsageLimitsRequest) => any;
|
|
925
|
+
|
|
926
|
+
export declare const ListUsageLimitsResponseFilterSensitiveLog: (obj: ListUsageLimitsResponse) => any;
|
|
927
|
+
|
|
928
|
+
export declare const ListWorkgroupsRequestFilterSensitiveLog: (obj: ListWorkgroupsRequest) => any;
|
|
929
|
+
|
|
930
|
+
export declare const ListWorkgroupsResponseFilterSensitiveLog: (obj: ListWorkgroupsResponse) => any;
|
|
931
|
+
|
|
932
|
+
export declare const UpdateNamespaceRequestFilterSensitiveLog: (obj: UpdateNamespaceRequest) => any;
|
|
933
|
+
|
|
934
|
+
export declare const UpdateNamespaceResponseFilterSensitiveLog: (obj: UpdateNamespaceResponse) => any;
|
|
935
|
+
|
|
936
|
+
export declare const PutResourcePolicyRequestFilterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
|
|
937
|
+
|
|
938
|
+
export declare const PutResourcePolicyResponseFilterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
|
|
939
|
+
|
|
940
|
+
export declare const RestoreFromRecoveryPointRequestFilterSensitiveLog: (obj: RestoreFromRecoveryPointRequest) => any;
|
|
941
|
+
|
|
942
|
+
export declare const RestoreFromRecoveryPointResponseFilterSensitiveLog: (obj: RestoreFromRecoveryPointResponse) => any;
|
|
943
|
+
|
|
944
|
+
export declare const RestoreFromSnapshotRequestFilterSensitiveLog: (obj: RestoreFromSnapshotRequest) => any;
|
|
945
|
+
|
|
946
|
+
export declare const RestoreFromSnapshotResponseFilterSensitiveLog: (obj: RestoreFromSnapshotResponse) => any;
|
|
947
|
+
|
|
948
|
+
export declare const UpdateSnapshotRequestFilterSensitiveLog: (obj: UpdateSnapshotRequest) => any;
|
|
949
|
+
|
|
950
|
+
export declare const UpdateSnapshotResponseFilterSensitiveLog: (obj: UpdateSnapshotResponse) => any;
|
|
951
|
+
|
|
952
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
953
|
+
|
|
954
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
955
|
+
|
|
956
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
957
|
+
|
|
958
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
959
|
+
|
|
960
|
+
export declare const UpdateUsageLimitRequestFilterSensitiveLog: (obj: UpdateUsageLimitRequest) => any;
|
|
961
|
+
|
|
962
|
+
export declare const UpdateUsageLimitResponseFilterSensitiveLog: (obj: UpdateUsageLimitResponse) => any;
|
|
963
|
+
|
|
964
|
+
export declare const UpdateWorkgroupRequestFilterSensitiveLog: (obj: UpdateWorkgroupRequest) => any;
|
|
965
|
+
|
|
966
|
+
export declare const UpdateWorkgroupResponseFilterSensitiveLog: (obj: UpdateWorkgroupResponse) => any;
|