@aws-sdk/client-redshift-serverless 3.168.0 → 3.170.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.
Files changed (60) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/RedshiftServerless.d.ts +670 -190
  3. package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +352 -110
  4. package/dist-types/ts3.4/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/GetCredentialsCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +38 -17
  18. package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +38 -17
  21. package/dist-types/ts3.4/commands/GetSnapshotCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +34 -17
  24. package/dist-types/ts3.4/commands/ListEndpointAccessCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/ListRecoveryPointsCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/ListSnapshotsCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/ListUsageLimitsCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/ListWorkgroupsCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +38 -17
  34. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  35. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/index.d.ts +37 -37
  42. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  43. package/dist-types/ts3.4/index.d.ts +6 -6
  44. package/dist-types/ts3.4/models/RedshiftServerlessServiceException.d.ts +8 -6
  45. package/dist-types/ts3.4/models/index.d.ts +1 -1
  46. package/dist-types/ts3.4/models/models_0.d.ts +1057 -966
  47. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  48. package/dist-types/ts3.4/pagination/ListEndpointAccessPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListNamespacesPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListRecoveryPointsPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListSnapshotsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/ListUsageLimitsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/ListWorkgroupsPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/index.d.ts +7 -7
  55. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +449 -113
  56. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  57. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  58. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  59. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  60. package/package.json +34 -34
@@ -1,966 +1,1057 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { RedshiftServerlessServiceException as __BaseException } from "./RedshiftServerlessServiceException";
3
-
4
- export declare class AccessDeniedException extends __BaseException {
5
- readonly name: "AccessDeniedException";
6
- readonly $fault: "client";
7
- code?: string;
8
-
9
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
10
- }
11
-
12
- export interface ConfigParameter {
13
-
14
- parameterKey?: string;
15
-
16
- parameterValue?: string;
17
- }
18
-
19
- export declare class ConflictException extends __BaseException {
20
- readonly name: "ConflictException";
21
- readonly $fault: "client";
22
-
23
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
24
- }
25
- export interface ConvertRecoveryPointToSnapshotRequest {
26
-
27
- recoveryPointId: string | undefined;
28
-
29
- snapshotName: string | undefined;
30
-
31
- retentionPeriod?: number;
32
- }
33
- export declare enum SnapshotStatus {
34
- AVAILABLE = "AVAILABLE",
35
- CANCELLED = "CANCELLED",
36
- COPYING = "COPYING",
37
- CREATING = "CREATING",
38
- DELETED = "DELETED",
39
- FAILED = "FAILED"
40
- }
41
-
42
- export interface Snapshot {
43
-
44
- namespaceName?: string;
45
-
46
- namespaceArn?: string;
47
-
48
- snapshotName?: string;
49
-
50
- snapshotCreateTime?: Date;
51
-
52
- adminUsername?: string;
53
-
54
- status?: SnapshotStatus | string;
55
-
56
- kmsKeyId?: string;
57
-
58
- ownerAccount?: string;
59
-
60
- totalBackupSizeInMegaBytes?: number;
61
-
62
- actualIncrementalBackupSizeInMegaBytes?: number;
63
-
64
- backupProgressInMegaBytes?: number;
65
-
66
- currentBackupRateInMegaBytesPerSecond?: number;
67
-
68
- estimatedSecondsToCompletion?: number;
69
-
70
- elapsedTimeInSeconds?: number;
71
-
72
- snapshotRetentionPeriod?: number;
73
-
74
- snapshotRemainingDays?: number;
75
-
76
- snapshotRetentionStartTime?: Date;
77
-
78
- snapshotArn?: string;
79
-
80
- accountsWithRestoreAccess?: string[];
81
-
82
- accountsWithProvisionedRestoreAccess?: string[];
83
- }
84
- export interface ConvertRecoveryPointToSnapshotResponse {
85
-
86
- snapshot?: Snapshot;
87
- }
88
-
89
- export declare class InternalServerException extends __BaseException {
90
- readonly name: "InternalServerException";
91
- readonly $fault: "server";
92
- $retryable: {};
93
-
94
- constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
95
- }
96
-
97
- export declare class ResourceNotFoundException extends __BaseException {
98
- readonly name: "ResourceNotFoundException";
99
- readonly $fault: "client";
100
-
101
- resourceName?: string;
102
-
103
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
104
- }
105
-
106
- export declare class ServiceQuotaExceededException extends __BaseException {
107
- readonly name: "ServiceQuotaExceededException";
108
- readonly $fault: "client";
109
-
110
- constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
111
- }
112
-
113
- export declare class ValidationException extends __BaseException {
114
- readonly name: "ValidationException";
115
- readonly $fault: "client";
116
-
117
- constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
118
- }
119
- export interface CreateEndpointAccessRequest {
120
-
121
- endpointName: string | undefined;
122
-
123
- subnetIds: string[] | undefined;
124
-
125
- workgroupName: string | undefined;
126
-
127
- vpcSecurityGroupIds?: string[];
128
- }
129
-
130
- export interface NetworkInterface {
131
-
132
- networkInterfaceId?: string;
133
-
134
- subnetId?: string;
135
-
136
- privateIpAddress?: string;
137
-
138
- availabilityZone?: string;
139
- }
140
-
141
- export interface VpcEndpoint {
142
-
143
- vpcEndpointId?: string;
144
-
145
- vpcId?: string;
146
-
147
- networkInterfaces?: NetworkInterface[];
148
- }
149
-
150
- export interface VpcSecurityGroupMembership {
151
-
152
- vpcSecurityGroupId?: string;
153
-
154
- status?: string;
155
- }
156
-
157
- export interface EndpointAccess {
158
-
159
- endpointName?: string;
160
-
161
- endpointStatus?: string;
162
-
163
- workgroupName?: string;
164
-
165
- endpointCreateTime?: Date;
166
-
167
- port?: number;
168
-
169
- address?: string;
170
-
171
- subnetIds?: string[];
172
-
173
- vpcSecurityGroups?: VpcSecurityGroupMembership[];
174
-
175
- vpcEndpoint?: VpcEndpoint;
176
-
177
- endpointArn?: string;
178
- }
179
- export interface CreateEndpointAccessResponse {
180
-
181
- endpoint?: EndpointAccess;
182
- }
183
- export declare enum LogExport {
184
- CONNECTION_LOG = "connectionlog",
185
- USER_ACTIVITY_LOG = "useractivitylog",
186
- USER_LOG = "userlog"
187
- }
188
-
189
- export interface Tag {
190
-
191
- key: string | undefined;
192
-
193
- value: string | undefined;
194
- }
195
- export interface CreateNamespaceRequest {
196
-
197
- namespaceName: string | undefined;
198
-
199
- adminUsername?: string;
200
-
201
- adminUserPassword?: string;
202
-
203
- dbName?: string;
204
-
205
- kmsKeyId?: string;
206
-
207
- defaultIamRoleArn?: string;
208
-
209
- iamRoles?: string[];
210
-
211
- logExports?: (LogExport | string)[];
212
-
213
- tags?: Tag[];
214
- }
215
- export declare enum NamespaceStatus {
216
- AVAILABLE = "AVAILABLE",
217
- DELETING = "DELETING",
218
- MODIFYING = "MODIFYING"
219
- }
220
-
221
- export interface Namespace {
222
-
223
- namespaceArn?: string;
224
-
225
- namespaceId?: string;
226
-
227
- namespaceName?: string;
228
-
229
- adminUsername?: string;
230
-
231
- dbName?: string;
232
-
233
- kmsKeyId?: string;
234
-
235
- defaultIamRoleArn?: string;
236
-
237
- iamRoles?: string[];
238
-
239
- logExports?: (LogExport | string)[];
240
-
241
- status?: NamespaceStatus | string;
242
-
243
- creationDate?: Date;
244
- }
245
- export interface CreateNamespaceResponse {
246
-
247
- namespace?: Namespace;
248
- }
249
-
250
- export declare class TooManyTagsException extends __BaseException {
251
- readonly name: "TooManyTagsException";
252
- readonly $fault: "client";
253
-
254
- resourceName?: string;
255
-
256
- constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
257
- }
258
- export interface CreateSnapshotRequest {
259
-
260
- namespaceName: string | undefined;
261
-
262
- snapshotName: string | undefined;
263
-
264
- retentionPeriod?: number;
265
- }
266
- export interface CreateSnapshotResponse {
267
-
268
- snapshot?: Snapshot;
269
- }
270
- export declare enum UsageLimitBreachAction {
271
- DEACTIVATE = "deactivate",
272
- EMIT_METRIC = "emit-metric",
273
- LOG = "log"
274
- }
275
- export declare enum UsageLimitPeriod {
276
- DAILY = "daily",
277
- MONTHLY = "monthly",
278
- WEEKLY = "weekly"
279
- }
280
- export declare enum UsageLimitUsageType {
281
- CROSS_REGION_DATASHARING = "cross-region-datasharing",
282
- SERVERLESS_COMPUTE = "serverless-compute"
283
- }
284
- export interface CreateUsageLimitRequest {
285
-
286
- resourceArn: string | undefined;
287
-
288
- usageType: UsageLimitUsageType | string | undefined;
289
-
290
- amount: number | undefined;
291
-
292
- period?: UsageLimitPeriod | string;
293
-
294
- breachAction?: UsageLimitBreachAction | string;
295
- }
296
-
297
- export interface UsageLimit {
298
-
299
- usageLimitId?: string;
300
-
301
- usageLimitArn?: string;
302
-
303
- resourceArn?: string;
304
-
305
- usageType?: UsageLimitUsageType | string;
306
-
307
- amount?: number;
308
-
309
- period?: UsageLimitPeriod | string;
310
-
311
- breachAction?: UsageLimitBreachAction | string;
312
- }
313
- export interface CreateUsageLimitResponse {
314
-
315
- usageLimit?: UsageLimit;
316
- }
317
- export interface CreateWorkgroupRequest {
318
-
319
- workgroupName: string | undefined;
320
-
321
- namespaceName: string | undefined;
322
-
323
- baseCapacity?: number;
324
-
325
- enhancedVpcRouting?: boolean;
326
-
327
- configParameters?: ConfigParameter[];
328
-
329
- securityGroupIds?: string[];
330
-
331
- subnetIds?: string[];
332
-
333
- publiclyAccessible?: boolean;
334
-
335
- tags?: Tag[];
336
- }
337
-
338
- export interface Endpoint {
339
-
340
- address?: string;
341
-
342
- port?: number;
343
-
344
- vpcEndpoints?: VpcEndpoint[];
345
- }
346
- export declare enum WorkgroupStatus {
347
- AVAILABLE = "AVAILABLE",
348
- CREATING = "CREATING",
349
- DELETING = "DELETING",
350
- MODIFYING = "MODIFYING"
351
- }
352
-
353
- export interface Workgroup {
354
-
355
- workgroupId?: string;
356
-
357
- workgroupArn?: string;
358
-
359
- workgroupName?: string;
360
-
361
- namespaceName?: string;
362
-
363
- baseCapacity?: number;
364
-
365
- enhancedVpcRouting?: boolean;
366
-
367
- configParameters?: ConfigParameter[];
368
-
369
- securityGroupIds?: string[];
370
-
371
- subnetIds?: string[];
372
-
373
- status?: WorkgroupStatus | string;
374
-
375
- endpoint?: Endpoint;
376
-
377
- publiclyAccessible?: boolean;
378
-
379
- creationDate?: Date;
380
- }
381
- export interface CreateWorkgroupResponse {
382
-
383
- workgroup?: Workgroup;
384
- }
385
-
386
- export declare class InsufficientCapacityException extends __BaseException {
387
- readonly name: "InsufficientCapacityException";
388
- readonly $fault: "client";
389
- $retryable: {};
390
-
391
- constructor(opts: __ExceptionOptionType<InsufficientCapacityException, __BaseException>);
392
- }
393
- export interface DeleteEndpointAccessRequest {
394
-
395
- endpointName: string | undefined;
396
- }
397
- export interface DeleteEndpointAccessResponse {
398
-
399
- endpoint?: EndpointAccess;
400
- }
401
- export interface GetEndpointAccessRequest {
402
-
403
- endpointName: string | undefined;
404
- }
405
- export interface GetEndpointAccessResponse {
406
-
407
- endpoint?: EndpointAccess;
408
- }
409
- export interface ListEndpointAccessRequest {
410
-
411
- nextToken?: string;
412
-
413
- maxResults?: number;
414
-
415
- workgroupName?: string;
416
-
417
- vpcId?: string;
418
- }
419
- export interface ListEndpointAccessResponse {
420
-
421
- nextToken?: string;
422
-
423
- endpoints: EndpointAccess[] | undefined;
424
- }
425
- export interface UpdateEndpointAccessRequest {
426
-
427
- endpointName: string | undefined;
428
-
429
- vpcSecurityGroupIds?: string[];
430
- }
431
- export interface UpdateEndpointAccessResponse {
432
-
433
- endpoint?: EndpointAccess;
434
- }
435
- export interface DeleteNamespaceRequest {
436
-
437
- namespaceName: string | undefined;
438
-
439
- finalSnapshotName?: string;
440
-
441
- finalSnapshotRetentionPeriod?: number;
442
- }
443
- export interface DeleteNamespaceResponse {
444
-
445
- namespace: Namespace | undefined;
446
- }
447
- export interface DeleteResourcePolicyRequest {
448
-
449
- resourceArn: string | undefined;
450
- }
451
- export interface DeleteResourcePolicyResponse {
452
- }
453
- export interface DeleteSnapshotRequest {
454
-
455
- snapshotName: string | undefined;
456
- }
457
- export interface DeleteSnapshotResponse {
458
-
459
- snapshot?: Snapshot;
460
- }
461
- export interface DeleteUsageLimitRequest {
462
-
463
- usageLimitId: string | undefined;
464
- }
465
- export interface DeleteUsageLimitResponse {
466
-
467
- usageLimit?: UsageLimit;
468
- }
469
- export interface DeleteWorkgroupRequest {
470
-
471
- workgroupName: string | undefined;
472
- }
473
- export interface DeleteWorkgroupResponse {
474
-
475
- workgroup: Workgroup | undefined;
476
- }
477
- export interface GetCredentialsRequest {
478
-
479
- workgroupName: string | undefined;
480
-
481
- dbName?: string;
482
-
483
- durationSeconds?: number;
484
- }
485
- export interface GetCredentialsResponse {
486
-
487
- dbUser?: string;
488
-
489
- dbPassword?: string;
490
-
491
- expiration?: Date;
492
-
493
- nextRefreshTime?: Date;
494
- }
495
- export interface GetNamespaceRequest {
496
-
497
- namespaceName: string | undefined;
498
- }
499
- export interface GetNamespaceResponse {
500
-
501
- namespace: Namespace | undefined;
502
- }
503
- export interface GetRecoveryPointRequest {
504
-
505
- recoveryPointId: string | undefined;
506
- }
507
-
508
- export interface RecoveryPoint {
509
-
510
- recoveryPointId?: string;
511
-
512
- recoveryPointCreateTime?: Date;
513
-
514
- totalSizeInMegaBytes?: number;
515
-
516
- namespaceName?: string;
517
-
518
- workgroupName?: string;
519
- }
520
- export interface GetRecoveryPointResponse {
521
-
522
- recoveryPoint?: RecoveryPoint;
523
- }
524
- export interface GetResourcePolicyRequest {
525
-
526
- resourceArn: string | undefined;
527
- }
528
-
529
- export interface ResourcePolicy {
530
-
531
- resourceArn?: string;
532
-
533
- policy?: string;
534
- }
535
- export interface GetResourcePolicyResponse {
536
-
537
- resourcePolicy?: ResourcePolicy;
538
- }
539
- export interface GetSnapshotRequest {
540
-
541
- snapshotName?: string;
542
-
543
- ownerAccount?: string;
544
-
545
- snapshotArn?: string;
546
- }
547
- export interface GetSnapshotResponse {
548
-
549
- snapshot?: Snapshot;
550
- }
551
- export interface GetUsageLimitRequest {
552
-
553
- usageLimitId: string | undefined;
554
- }
555
- export interface GetUsageLimitResponse {
556
-
557
- usageLimit?: UsageLimit;
558
- }
559
- export interface GetWorkgroupRequest {
560
-
561
- workgroupName: string | undefined;
562
- }
563
- export interface GetWorkgroupResponse {
564
-
565
- workgroup: Workgroup | undefined;
566
- }
567
-
568
- export declare class InvalidPaginationException extends __BaseException {
569
- readonly name: "InvalidPaginationException";
570
- readonly $fault: "client";
571
-
572
- constructor(opts: __ExceptionOptionType<InvalidPaginationException, __BaseException>);
573
- }
574
- export interface ListNamespacesRequest {
575
-
576
- nextToken?: string;
577
-
578
- maxResults?: number;
579
- }
580
- export interface ListNamespacesResponse {
581
-
582
- nextToken?: string;
583
-
584
- namespaces: Namespace[] | undefined;
585
- }
586
- export interface ListRecoveryPointsRequest {
587
-
588
- nextToken?: string;
589
-
590
- maxResults?: number;
591
-
592
- startTime?: Date;
593
-
594
- endTime?: Date;
595
-
596
- namespaceName?: string;
597
- }
598
- export interface ListRecoveryPointsResponse {
599
-
600
- recoveryPoints?: RecoveryPoint[];
601
-
602
- nextToken?: string;
603
- }
604
- export interface ListSnapshotsRequest {
605
-
606
- nextToken?: string;
607
-
608
- maxResults?: number;
609
-
610
- namespaceName?: string;
611
-
612
- namespaceArn?: string;
613
-
614
- ownerAccount?: string;
615
-
616
- startTime?: Date;
617
-
618
- endTime?: Date;
619
- }
620
- export interface ListSnapshotsResponse {
621
-
622
- nextToken?: string;
623
-
624
- snapshots?: Snapshot[];
625
- }
626
- export interface ListTagsForResourceRequest {
627
-
628
- resourceArn: string | undefined;
629
- }
630
- export interface ListTagsForResourceResponse {
631
-
632
- tags?: Tag[];
633
- }
634
-
635
- export declare class ThrottlingException extends __BaseException {
636
- readonly name: "ThrottlingException";
637
- readonly $fault: "client";
638
- $retryable: {};
639
- code?: string;
640
-
641
- constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
642
- }
643
- export interface ListUsageLimitsRequest {
644
-
645
- resourceArn?: string;
646
-
647
- usageType?: UsageLimitUsageType | string;
648
-
649
- nextToken?: string;
650
-
651
- maxResults?: number;
652
- }
653
- export interface ListUsageLimitsResponse {
654
-
655
- usageLimits?: UsageLimit[];
656
-
657
- nextToken?: string;
658
- }
659
- export interface ListWorkgroupsRequest {
660
-
661
- nextToken?: string;
662
-
663
- maxResults?: number;
664
- }
665
- export interface ListWorkgroupsResponse {
666
-
667
- nextToken?: string;
668
-
669
- workgroups: Workgroup[] | undefined;
670
- }
671
- export interface UpdateNamespaceRequest {
672
-
673
- namespaceName: string | undefined;
674
-
675
- adminUserPassword?: string;
676
-
677
- adminUsername?: string;
678
-
679
- kmsKeyId?: string;
680
-
681
- defaultIamRoleArn?: string;
682
-
683
- iamRoles?: string[];
684
-
685
- logExports?: (LogExport | string)[];
686
- }
687
- export interface UpdateNamespaceResponse {
688
-
689
- namespace: Namespace | undefined;
690
- }
691
- export interface PutResourcePolicyRequest {
692
-
693
- resourceArn: string | undefined;
694
-
695
- policy: string | undefined;
696
- }
697
- export interface PutResourcePolicyResponse {
698
-
699
- resourcePolicy?: ResourcePolicy;
700
- }
701
- export interface RestoreFromRecoveryPointRequest {
702
-
703
- recoveryPointId: string | undefined;
704
-
705
- namespaceName: string | undefined;
706
-
707
- workgroupName: string | undefined;
708
- }
709
- export interface RestoreFromRecoveryPointResponse {
710
-
711
- recoveryPointId?: string;
712
-
713
- namespace?: Namespace;
714
- }
715
- export interface RestoreFromSnapshotRequest {
716
-
717
- namespaceName: string | undefined;
718
-
719
- workgroupName: string | undefined;
720
-
721
- snapshotName?: string;
722
-
723
- snapshotArn?: string;
724
-
725
- ownerAccount?: string;
726
- }
727
- export interface RestoreFromSnapshotResponse {
728
-
729
- snapshotName?: string;
730
-
731
- ownerAccount?: string;
732
-
733
- namespace?: Namespace;
734
- }
735
- export interface UpdateSnapshotRequest {
736
-
737
- snapshotName: string | undefined;
738
-
739
- retentionPeriod?: number;
740
- }
741
- export interface UpdateSnapshotResponse {
742
-
743
- snapshot?: Snapshot;
744
- }
745
- export interface TagResourceRequest {
746
-
747
- resourceArn: string | undefined;
748
-
749
- tags: Tag[] | undefined;
750
- }
751
- export interface TagResourceResponse {
752
- }
753
- export interface UntagResourceRequest {
754
-
755
- resourceArn: string | undefined;
756
-
757
- tagKeys: string[] | undefined;
758
- }
759
- export interface UntagResourceResponse {
760
- }
761
- export interface UpdateUsageLimitRequest {
762
-
763
- usageLimitId: string | undefined;
764
-
765
- amount?: number;
766
-
767
- breachAction?: UsageLimitBreachAction | string;
768
- }
769
- export interface UpdateUsageLimitResponse {
770
-
771
- usageLimit?: UsageLimit;
772
- }
773
- export interface UpdateWorkgroupRequest {
774
-
775
- workgroupName: string | undefined;
776
-
777
- baseCapacity?: number;
778
-
779
- enhancedVpcRouting?: boolean;
780
-
781
- configParameters?: ConfigParameter[];
782
-
783
- publiclyAccessible?: boolean;
784
-
785
- subnetIds?: string[];
786
-
787
- securityGroupIds?: string[];
788
- }
789
- export interface UpdateWorkgroupResponse {
790
-
791
- workgroup: Workgroup | undefined;
792
- }
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;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { RedshiftServerlessServiceException as __BaseException } from "./RedshiftServerlessServiceException";
3
+
4
+ export declare class AccessDeniedException extends __BaseException {
5
+ readonly name: "AccessDeniedException";
6
+ readonly $fault: "client";
7
+ code?: string;
8
+
9
+ constructor(
10
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
11
+ );
12
+ }
13
+
14
+ export interface ConfigParameter {
15
+ parameterKey?: string;
16
+
17
+ parameterValue?: string;
18
+ }
19
+
20
+ export declare class ConflictException extends __BaseException {
21
+ readonly name: "ConflictException";
22
+ readonly $fault: "client";
23
+
24
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
25
+ }
26
+ export interface ConvertRecoveryPointToSnapshotRequest {
27
+ recoveryPointId: string | undefined;
28
+
29
+ snapshotName: string | undefined;
30
+
31
+ retentionPeriod?: number;
32
+ }
33
+ export declare enum SnapshotStatus {
34
+ AVAILABLE = "AVAILABLE",
35
+ CANCELLED = "CANCELLED",
36
+ COPYING = "COPYING",
37
+ CREATING = "CREATING",
38
+ DELETED = "DELETED",
39
+ FAILED = "FAILED",
40
+ }
41
+
42
+ export interface Snapshot {
43
+ namespaceName?: string;
44
+
45
+ namespaceArn?: string;
46
+
47
+ snapshotName?: string;
48
+
49
+ snapshotCreateTime?: Date;
50
+
51
+ adminUsername?: string;
52
+
53
+ status?: SnapshotStatus | string;
54
+
55
+ kmsKeyId?: string;
56
+
57
+ ownerAccount?: string;
58
+
59
+ totalBackupSizeInMegaBytes?: number;
60
+
61
+ actualIncrementalBackupSizeInMegaBytes?: number;
62
+
63
+ backupProgressInMegaBytes?: number;
64
+
65
+ currentBackupRateInMegaBytesPerSecond?: number;
66
+
67
+ estimatedSecondsToCompletion?: number;
68
+
69
+ elapsedTimeInSeconds?: number;
70
+
71
+ snapshotRetentionPeriod?: number;
72
+
73
+ snapshotRemainingDays?: number;
74
+
75
+ snapshotRetentionStartTime?: Date;
76
+
77
+ snapshotArn?: string;
78
+
79
+ accountsWithRestoreAccess?: string[];
80
+
81
+ accountsWithProvisionedRestoreAccess?: string[];
82
+ }
83
+ export interface ConvertRecoveryPointToSnapshotResponse {
84
+ snapshot?: Snapshot;
85
+ }
86
+
87
+ export declare class InternalServerException extends __BaseException {
88
+ readonly name: "InternalServerException";
89
+ readonly $fault: "server";
90
+ $retryable: {};
91
+
92
+ constructor(
93
+ opts: __ExceptionOptionType<InternalServerException, __BaseException>
94
+ );
95
+ }
96
+
97
+ export declare class ResourceNotFoundException extends __BaseException {
98
+ readonly name: "ResourceNotFoundException";
99
+ readonly $fault: "client";
100
+
101
+ resourceName?: string;
102
+
103
+ constructor(
104
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
105
+ );
106
+ }
107
+
108
+ export declare class ServiceQuotaExceededException extends __BaseException {
109
+ readonly name: "ServiceQuotaExceededException";
110
+ readonly $fault: "client";
111
+
112
+ constructor(
113
+ opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
114
+ );
115
+ }
116
+
117
+ export declare class ValidationException extends __BaseException {
118
+ readonly name: "ValidationException";
119
+ readonly $fault: "client";
120
+
121
+ constructor(
122
+ opts: __ExceptionOptionType<ValidationException, __BaseException>
123
+ );
124
+ }
125
+ export interface CreateEndpointAccessRequest {
126
+ endpointName: string | undefined;
127
+
128
+ subnetIds: string[] | undefined;
129
+
130
+ workgroupName: string | undefined;
131
+
132
+ vpcSecurityGroupIds?: string[];
133
+ }
134
+
135
+ export interface NetworkInterface {
136
+ networkInterfaceId?: string;
137
+
138
+ subnetId?: string;
139
+
140
+ privateIpAddress?: string;
141
+
142
+ availabilityZone?: string;
143
+ }
144
+
145
+ export interface VpcEndpoint {
146
+ vpcEndpointId?: string;
147
+
148
+ vpcId?: string;
149
+
150
+ networkInterfaces?: NetworkInterface[];
151
+ }
152
+
153
+ export interface VpcSecurityGroupMembership {
154
+ vpcSecurityGroupId?: string;
155
+
156
+ status?: string;
157
+ }
158
+
159
+ export interface EndpointAccess {
160
+ endpointName?: string;
161
+
162
+ endpointStatus?: string;
163
+
164
+ workgroupName?: string;
165
+
166
+ endpointCreateTime?: Date;
167
+
168
+ port?: number;
169
+
170
+ address?: string;
171
+
172
+ subnetIds?: string[];
173
+
174
+ vpcSecurityGroups?: VpcSecurityGroupMembership[];
175
+
176
+ vpcEndpoint?: VpcEndpoint;
177
+
178
+ endpointArn?: string;
179
+ }
180
+ export interface CreateEndpointAccessResponse {
181
+ endpoint?: EndpointAccess;
182
+ }
183
+ export declare enum LogExport {
184
+ CONNECTION_LOG = "connectionlog",
185
+ USER_ACTIVITY_LOG = "useractivitylog",
186
+ USER_LOG = "userlog",
187
+ }
188
+
189
+ export interface Tag {
190
+ key: string | undefined;
191
+
192
+ value: string | undefined;
193
+ }
194
+ export interface CreateNamespaceRequest {
195
+ namespaceName: string | undefined;
196
+
197
+ adminUsername?: string;
198
+
199
+ adminUserPassword?: string;
200
+
201
+ dbName?: string;
202
+
203
+ kmsKeyId?: string;
204
+
205
+ defaultIamRoleArn?: string;
206
+
207
+ iamRoles?: string[];
208
+
209
+ logExports?: (LogExport | string)[];
210
+
211
+ tags?: Tag[];
212
+ }
213
+ export declare enum NamespaceStatus {
214
+ AVAILABLE = "AVAILABLE",
215
+ DELETING = "DELETING",
216
+ MODIFYING = "MODIFYING",
217
+ }
218
+
219
+ export interface Namespace {
220
+ namespaceArn?: string;
221
+
222
+ namespaceId?: string;
223
+
224
+ namespaceName?: string;
225
+
226
+ adminUsername?: string;
227
+
228
+ dbName?: string;
229
+
230
+ kmsKeyId?: string;
231
+
232
+ defaultIamRoleArn?: string;
233
+
234
+ iamRoles?: string[];
235
+
236
+ logExports?: (LogExport | string)[];
237
+
238
+ status?: NamespaceStatus | string;
239
+
240
+ creationDate?: Date;
241
+ }
242
+ export interface CreateNamespaceResponse {
243
+ namespace?: Namespace;
244
+ }
245
+
246
+ export declare class TooManyTagsException extends __BaseException {
247
+ readonly name: "TooManyTagsException";
248
+ readonly $fault: "client";
249
+
250
+ resourceName?: string;
251
+
252
+ constructor(
253
+ opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
254
+ );
255
+ }
256
+ export interface CreateSnapshotRequest {
257
+ namespaceName: string | undefined;
258
+
259
+ snapshotName: string | undefined;
260
+
261
+ retentionPeriod?: number;
262
+ }
263
+ export interface CreateSnapshotResponse {
264
+ snapshot?: Snapshot;
265
+ }
266
+ export declare enum UsageLimitBreachAction {
267
+ DEACTIVATE = "deactivate",
268
+ EMIT_METRIC = "emit-metric",
269
+ LOG = "log",
270
+ }
271
+ export declare enum UsageLimitPeriod {
272
+ DAILY = "daily",
273
+ MONTHLY = "monthly",
274
+ WEEKLY = "weekly",
275
+ }
276
+ export declare enum UsageLimitUsageType {
277
+ CROSS_REGION_DATASHARING = "cross-region-datasharing",
278
+ SERVERLESS_COMPUTE = "serverless-compute",
279
+ }
280
+ export interface CreateUsageLimitRequest {
281
+ resourceArn: string | undefined;
282
+
283
+ usageType: UsageLimitUsageType | string | undefined;
284
+
285
+ amount: number | undefined;
286
+
287
+ period?: UsageLimitPeriod | string;
288
+
289
+ breachAction?: UsageLimitBreachAction | string;
290
+ }
291
+
292
+ export interface UsageLimit {
293
+ usageLimitId?: string;
294
+
295
+ usageLimitArn?: string;
296
+
297
+ resourceArn?: string;
298
+
299
+ usageType?: UsageLimitUsageType | string;
300
+
301
+ amount?: number;
302
+
303
+ period?: UsageLimitPeriod | string;
304
+
305
+ breachAction?: UsageLimitBreachAction | string;
306
+ }
307
+ export interface CreateUsageLimitResponse {
308
+ usageLimit?: UsageLimit;
309
+ }
310
+ export interface CreateWorkgroupRequest {
311
+ workgroupName: string | undefined;
312
+
313
+ namespaceName: string | undefined;
314
+
315
+ baseCapacity?: number;
316
+
317
+ enhancedVpcRouting?: boolean;
318
+
319
+ configParameters?: ConfigParameter[];
320
+
321
+ securityGroupIds?: string[];
322
+
323
+ subnetIds?: string[];
324
+
325
+ publiclyAccessible?: boolean;
326
+
327
+ tags?: Tag[];
328
+ }
329
+
330
+ export interface Endpoint {
331
+ address?: string;
332
+
333
+ port?: number;
334
+
335
+ vpcEndpoints?: VpcEndpoint[];
336
+ }
337
+ export declare enum WorkgroupStatus {
338
+ AVAILABLE = "AVAILABLE",
339
+ CREATING = "CREATING",
340
+ DELETING = "DELETING",
341
+ MODIFYING = "MODIFYING",
342
+ }
343
+
344
+ export interface Workgroup {
345
+ workgroupId?: string;
346
+
347
+ workgroupArn?: string;
348
+
349
+ workgroupName?: string;
350
+
351
+ namespaceName?: string;
352
+
353
+ baseCapacity?: number;
354
+
355
+ enhancedVpcRouting?: boolean;
356
+
357
+ configParameters?: ConfigParameter[];
358
+
359
+ securityGroupIds?: string[];
360
+
361
+ subnetIds?: string[];
362
+
363
+ status?: WorkgroupStatus | string;
364
+
365
+ endpoint?: Endpoint;
366
+
367
+ publiclyAccessible?: boolean;
368
+
369
+ creationDate?: Date;
370
+ }
371
+ export interface CreateWorkgroupResponse {
372
+ workgroup?: Workgroup;
373
+ }
374
+
375
+ export declare class InsufficientCapacityException extends __BaseException {
376
+ readonly name: "InsufficientCapacityException";
377
+ readonly $fault: "client";
378
+ $retryable: {};
379
+
380
+ constructor(
381
+ opts: __ExceptionOptionType<InsufficientCapacityException, __BaseException>
382
+ );
383
+ }
384
+ export interface DeleteEndpointAccessRequest {
385
+ endpointName: string | undefined;
386
+ }
387
+ export interface DeleteEndpointAccessResponse {
388
+ endpoint?: EndpointAccess;
389
+ }
390
+ export interface GetEndpointAccessRequest {
391
+ endpointName: string | undefined;
392
+ }
393
+ export interface GetEndpointAccessResponse {
394
+ endpoint?: EndpointAccess;
395
+ }
396
+ export interface ListEndpointAccessRequest {
397
+ nextToken?: string;
398
+
399
+ maxResults?: number;
400
+
401
+ workgroupName?: string;
402
+
403
+ vpcId?: string;
404
+ }
405
+ export interface ListEndpointAccessResponse {
406
+ nextToken?: string;
407
+
408
+ endpoints: EndpointAccess[] | undefined;
409
+ }
410
+ export interface UpdateEndpointAccessRequest {
411
+ endpointName: string | undefined;
412
+
413
+ vpcSecurityGroupIds?: string[];
414
+ }
415
+ export interface UpdateEndpointAccessResponse {
416
+ endpoint?: EndpointAccess;
417
+ }
418
+ export interface DeleteNamespaceRequest {
419
+ namespaceName: string | undefined;
420
+
421
+ finalSnapshotName?: string;
422
+
423
+ finalSnapshotRetentionPeriod?: number;
424
+ }
425
+ export interface DeleteNamespaceResponse {
426
+ namespace: Namespace | undefined;
427
+ }
428
+ export interface DeleteResourcePolicyRequest {
429
+ resourceArn: string | undefined;
430
+ }
431
+ export interface DeleteResourcePolicyResponse {}
432
+ export interface DeleteSnapshotRequest {
433
+ snapshotName: string | undefined;
434
+ }
435
+ export interface DeleteSnapshotResponse {
436
+ snapshot?: Snapshot;
437
+ }
438
+ export interface DeleteUsageLimitRequest {
439
+ usageLimitId: string | undefined;
440
+ }
441
+ export interface DeleteUsageLimitResponse {
442
+ usageLimit?: UsageLimit;
443
+ }
444
+ export interface DeleteWorkgroupRequest {
445
+ workgroupName: string | undefined;
446
+ }
447
+ export interface DeleteWorkgroupResponse {
448
+ workgroup: Workgroup | undefined;
449
+ }
450
+ export interface GetCredentialsRequest {
451
+ workgroupName: string | undefined;
452
+
453
+ dbName?: string;
454
+
455
+ durationSeconds?: number;
456
+ }
457
+ export interface GetCredentialsResponse {
458
+ dbUser?: string;
459
+
460
+ dbPassword?: string;
461
+
462
+ expiration?: Date;
463
+
464
+ nextRefreshTime?: Date;
465
+ }
466
+ export interface GetNamespaceRequest {
467
+ namespaceName: string | undefined;
468
+ }
469
+ export interface GetNamespaceResponse {
470
+ namespace: Namespace | undefined;
471
+ }
472
+ export interface GetRecoveryPointRequest {
473
+ recoveryPointId: string | undefined;
474
+ }
475
+
476
+ export interface RecoveryPoint {
477
+ recoveryPointId?: string;
478
+
479
+ recoveryPointCreateTime?: Date;
480
+
481
+ totalSizeInMegaBytes?: number;
482
+
483
+ namespaceName?: string;
484
+
485
+ workgroupName?: string;
486
+ }
487
+ export interface GetRecoveryPointResponse {
488
+ recoveryPoint?: RecoveryPoint;
489
+ }
490
+ export interface GetResourcePolicyRequest {
491
+ resourceArn: string | undefined;
492
+ }
493
+
494
+ export interface ResourcePolicy {
495
+ resourceArn?: string;
496
+
497
+ policy?: string;
498
+ }
499
+ export interface GetResourcePolicyResponse {
500
+ resourcePolicy?: ResourcePolicy;
501
+ }
502
+ export interface GetSnapshotRequest {
503
+ snapshotName?: string;
504
+
505
+ ownerAccount?: string;
506
+
507
+ snapshotArn?: string;
508
+ }
509
+ export interface GetSnapshotResponse {
510
+ snapshot?: Snapshot;
511
+ }
512
+ export interface GetUsageLimitRequest {
513
+ usageLimitId: string | undefined;
514
+ }
515
+ export interface GetUsageLimitResponse {
516
+ usageLimit?: UsageLimit;
517
+ }
518
+ export interface GetWorkgroupRequest {
519
+ workgroupName: string | undefined;
520
+ }
521
+ export interface GetWorkgroupResponse {
522
+ workgroup: Workgroup | undefined;
523
+ }
524
+
525
+ export declare class InvalidPaginationException extends __BaseException {
526
+ readonly name: "InvalidPaginationException";
527
+ readonly $fault: "client";
528
+
529
+ constructor(
530
+ opts: __ExceptionOptionType<InvalidPaginationException, __BaseException>
531
+ );
532
+ }
533
+ export interface ListNamespacesRequest {
534
+ nextToken?: string;
535
+
536
+ maxResults?: number;
537
+ }
538
+ export interface ListNamespacesResponse {
539
+ nextToken?: string;
540
+
541
+ namespaces: Namespace[] | undefined;
542
+ }
543
+ export interface ListRecoveryPointsRequest {
544
+ nextToken?: string;
545
+
546
+ maxResults?: number;
547
+
548
+ startTime?: Date;
549
+
550
+ endTime?: Date;
551
+
552
+ namespaceName?: string;
553
+ }
554
+ export interface ListRecoveryPointsResponse {
555
+ recoveryPoints?: RecoveryPoint[];
556
+
557
+ nextToken?: string;
558
+ }
559
+ export interface ListSnapshotsRequest {
560
+ nextToken?: string;
561
+
562
+ maxResults?: number;
563
+
564
+ namespaceName?: string;
565
+
566
+ namespaceArn?: string;
567
+
568
+ ownerAccount?: string;
569
+
570
+ startTime?: Date;
571
+
572
+ endTime?: Date;
573
+ }
574
+ export interface ListSnapshotsResponse {
575
+ nextToken?: string;
576
+
577
+ snapshots?: Snapshot[];
578
+ }
579
+ export interface ListTagsForResourceRequest {
580
+ resourceArn: string | undefined;
581
+ }
582
+ export interface ListTagsForResourceResponse {
583
+ tags?: Tag[];
584
+ }
585
+
586
+ export declare class ThrottlingException extends __BaseException {
587
+ readonly name: "ThrottlingException";
588
+ readonly $fault: "client";
589
+ $retryable: {};
590
+ code?: string;
591
+
592
+ constructor(
593
+ opts: __ExceptionOptionType<ThrottlingException, __BaseException>
594
+ );
595
+ }
596
+ export interface ListUsageLimitsRequest {
597
+ resourceArn?: string;
598
+
599
+ usageType?: UsageLimitUsageType | string;
600
+
601
+ nextToken?: string;
602
+
603
+ maxResults?: number;
604
+ }
605
+ export interface ListUsageLimitsResponse {
606
+ usageLimits?: UsageLimit[];
607
+
608
+ nextToken?: string;
609
+ }
610
+ export interface ListWorkgroupsRequest {
611
+ nextToken?: string;
612
+
613
+ maxResults?: number;
614
+ }
615
+ export interface ListWorkgroupsResponse {
616
+ nextToken?: string;
617
+
618
+ workgroups: Workgroup[] | undefined;
619
+ }
620
+ export interface UpdateNamespaceRequest {
621
+ namespaceName: string | undefined;
622
+
623
+ adminUserPassword?: string;
624
+
625
+ adminUsername?: string;
626
+
627
+ kmsKeyId?: string;
628
+
629
+ defaultIamRoleArn?: string;
630
+
631
+ iamRoles?: string[];
632
+
633
+ logExports?: (LogExport | string)[];
634
+ }
635
+ export interface UpdateNamespaceResponse {
636
+ namespace: Namespace | undefined;
637
+ }
638
+ export interface PutResourcePolicyRequest {
639
+ resourceArn: string | undefined;
640
+
641
+ policy: string | undefined;
642
+ }
643
+ export interface PutResourcePolicyResponse {
644
+ resourcePolicy?: ResourcePolicy;
645
+ }
646
+ export interface RestoreFromRecoveryPointRequest {
647
+ recoveryPointId: string | undefined;
648
+
649
+ namespaceName: string | undefined;
650
+
651
+ workgroupName: string | undefined;
652
+ }
653
+ export interface RestoreFromRecoveryPointResponse {
654
+ recoveryPointId?: string;
655
+
656
+ namespace?: Namespace;
657
+ }
658
+ export interface RestoreFromSnapshotRequest {
659
+ namespaceName: string | undefined;
660
+
661
+ workgroupName: string | undefined;
662
+
663
+ snapshotName?: string;
664
+
665
+ snapshotArn?: string;
666
+
667
+ ownerAccount?: string;
668
+ }
669
+ export interface RestoreFromSnapshotResponse {
670
+ snapshotName?: string;
671
+
672
+ ownerAccount?: string;
673
+
674
+ namespace?: Namespace;
675
+ }
676
+ export interface UpdateSnapshotRequest {
677
+ snapshotName: string | undefined;
678
+
679
+ retentionPeriod?: number;
680
+ }
681
+ export interface UpdateSnapshotResponse {
682
+ snapshot?: Snapshot;
683
+ }
684
+ export interface TagResourceRequest {
685
+ resourceArn: string | undefined;
686
+
687
+ tags: Tag[] | undefined;
688
+ }
689
+ export interface TagResourceResponse {}
690
+ export interface UntagResourceRequest {
691
+ resourceArn: string | undefined;
692
+
693
+ tagKeys: string[] | undefined;
694
+ }
695
+ export interface UntagResourceResponse {}
696
+ export interface UpdateUsageLimitRequest {
697
+ usageLimitId: string | undefined;
698
+
699
+ amount?: number;
700
+
701
+ breachAction?: UsageLimitBreachAction | string;
702
+ }
703
+ export interface UpdateUsageLimitResponse {
704
+ usageLimit?: UsageLimit;
705
+ }
706
+ export interface UpdateWorkgroupRequest {
707
+ workgroupName: string | undefined;
708
+
709
+ baseCapacity?: number;
710
+
711
+ enhancedVpcRouting?: boolean;
712
+
713
+ configParameters?: ConfigParameter[];
714
+
715
+ publiclyAccessible?: boolean;
716
+
717
+ subnetIds?: string[];
718
+
719
+ securityGroupIds?: string[];
720
+ }
721
+ export interface UpdateWorkgroupResponse {
722
+ workgroup: Workgroup | undefined;
723
+ }
724
+
725
+ export declare const ConfigParameterFilterSensitiveLog: (
726
+ obj: ConfigParameter
727
+ ) => any;
728
+
729
+ export declare const ConvertRecoveryPointToSnapshotRequestFilterSensitiveLog: (
730
+ obj: ConvertRecoveryPointToSnapshotRequest
731
+ ) => any;
732
+
733
+ export declare const SnapshotFilterSensitiveLog: (obj: Snapshot) => any;
734
+
735
+ export declare const ConvertRecoveryPointToSnapshotResponseFilterSensitiveLog: (
736
+ obj: ConvertRecoveryPointToSnapshotResponse
737
+ ) => any;
738
+
739
+ export declare const CreateEndpointAccessRequestFilterSensitiveLog: (
740
+ obj: CreateEndpointAccessRequest
741
+ ) => any;
742
+
743
+ export declare const NetworkInterfaceFilterSensitiveLog: (
744
+ obj: NetworkInterface
745
+ ) => any;
746
+
747
+ export declare const VpcEndpointFilterSensitiveLog: (obj: VpcEndpoint) => any;
748
+
749
+ export declare const VpcSecurityGroupMembershipFilterSensitiveLog: (
750
+ obj: VpcSecurityGroupMembership
751
+ ) => any;
752
+
753
+ export declare const EndpointAccessFilterSensitiveLog: (
754
+ obj: EndpointAccess
755
+ ) => any;
756
+
757
+ export declare const CreateEndpointAccessResponseFilterSensitiveLog: (
758
+ obj: CreateEndpointAccessResponse
759
+ ) => any;
760
+
761
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
762
+
763
+ export declare const CreateNamespaceRequestFilterSensitiveLog: (
764
+ obj: CreateNamespaceRequest
765
+ ) => any;
766
+
767
+ export declare const NamespaceFilterSensitiveLog: (obj: Namespace) => any;
768
+
769
+ export declare const CreateNamespaceResponseFilterSensitiveLog: (
770
+ obj: CreateNamespaceResponse
771
+ ) => any;
772
+
773
+ export declare const CreateSnapshotRequestFilterSensitiveLog: (
774
+ obj: CreateSnapshotRequest
775
+ ) => any;
776
+
777
+ export declare const CreateSnapshotResponseFilterSensitiveLog: (
778
+ obj: CreateSnapshotResponse
779
+ ) => any;
780
+
781
+ export declare const CreateUsageLimitRequestFilterSensitiveLog: (
782
+ obj: CreateUsageLimitRequest
783
+ ) => any;
784
+
785
+ export declare const UsageLimitFilterSensitiveLog: (obj: UsageLimit) => any;
786
+
787
+ export declare const CreateUsageLimitResponseFilterSensitiveLog: (
788
+ obj: CreateUsageLimitResponse
789
+ ) => any;
790
+
791
+ export declare const CreateWorkgroupRequestFilterSensitiveLog: (
792
+ obj: CreateWorkgroupRequest
793
+ ) => any;
794
+
795
+ export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
796
+
797
+ export declare const WorkgroupFilterSensitiveLog: (obj: Workgroup) => any;
798
+
799
+ export declare const CreateWorkgroupResponseFilterSensitiveLog: (
800
+ obj: CreateWorkgroupResponse
801
+ ) => any;
802
+
803
+ export declare const DeleteEndpointAccessRequestFilterSensitiveLog: (
804
+ obj: DeleteEndpointAccessRequest
805
+ ) => any;
806
+
807
+ export declare const DeleteEndpointAccessResponseFilterSensitiveLog: (
808
+ obj: DeleteEndpointAccessResponse
809
+ ) => any;
810
+
811
+ export declare const GetEndpointAccessRequestFilterSensitiveLog: (
812
+ obj: GetEndpointAccessRequest
813
+ ) => any;
814
+
815
+ export declare const GetEndpointAccessResponseFilterSensitiveLog: (
816
+ obj: GetEndpointAccessResponse
817
+ ) => any;
818
+
819
+ export declare const ListEndpointAccessRequestFilterSensitiveLog: (
820
+ obj: ListEndpointAccessRequest
821
+ ) => any;
822
+
823
+ export declare const ListEndpointAccessResponseFilterSensitiveLog: (
824
+ obj: ListEndpointAccessResponse
825
+ ) => any;
826
+
827
+ export declare const UpdateEndpointAccessRequestFilterSensitiveLog: (
828
+ obj: UpdateEndpointAccessRequest
829
+ ) => any;
830
+
831
+ export declare const UpdateEndpointAccessResponseFilterSensitiveLog: (
832
+ obj: UpdateEndpointAccessResponse
833
+ ) => any;
834
+
835
+ export declare const DeleteNamespaceRequestFilterSensitiveLog: (
836
+ obj: DeleteNamespaceRequest
837
+ ) => any;
838
+
839
+ export declare const DeleteNamespaceResponseFilterSensitiveLog: (
840
+ obj: DeleteNamespaceResponse
841
+ ) => any;
842
+
843
+ export declare const DeleteResourcePolicyRequestFilterSensitiveLog: (
844
+ obj: DeleteResourcePolicyRequest
845
+ ) => any;
846
+
847
+ export declare const DeleteResourcePolicyResponseFilterSensitiveLog: (
848
+ obj: DeleteResourcePolicyResponse
849
+ ) => any;
850
+
851
+ export declare const DeleteSnapshotRequestFilterSensitiveLog: (
852
+ obj: DeleteSnapshotRequest
853
+ ) => any;
854
+
855
+ export declare const DeleteSnapshotResponseFilterSensitiveLog: (
856
+ obj: DeleteSnapshotResponse
857
+ ) => any;
858
+
859
+ export declare const DeleteUsageLimitRequestFilterSensitiveLog: (
860
+ obj: DeleteUsageLimitRequest
861
+ ) => any;
862
+
863
+ export declare const DeleteUsageLimitResponseFilterSensitiveLog: (
864
+ obj: DeleteUsageLimitResponse
865
+ ) => any;
866
+
867
+ export declare const DeleteWorkgroupRequestFilterSensitiveLog: (
868
+ obj: DeleteWorkgroupRequest
869
+ ) => any;
870
+
871
+ export declare const DeleteWorkgroupResponseFilterSensitiveLog: (
872
+ obj: DeleteWorkgroupResponse
873
+ ) => any;
874
+
875
+ export declare const GetCredentialsRequestFilterSensitiveLog: (
876
+ obj: GetCredentialsRequest
877
+ ) => any;
878
+
879
+ export declare const GetCredentialsResponseFilterSensitiveLog: (
880
+ obj: GetCredentialsResponse
881
+ ) => any;
882
+
883
+ export declare const GetNamespaceRequestFilterSensitiveLog: (
884
+ obj: GetNamespaceRequest
885
+ ) => any;
886
+
887
+ export declare const GetNamespaceResponseFilterSensitiveLog: (
888
+ obj: GetNamespaceResponse
889
+ ) => any;
890
+
891
+ export declare const GetRecoveryPointRequestFilterSensitiveLog: (
892
+ obj: GetRecoveryPointRequest
893
+ ) => any;
894
+
895
+ export declare const RecoveryPointFilterSensitiveLog: (
896
+ obj: RecoveryPoint
897
+ ) => any;
898
+
899
+ export declare const GetRecoveryPointResponseFilterSensitiveLog: (
900
+ obj: GetRecoveryPointResponse
901
+ ) => any;
902
+
903
+ export declare const GetResourcePolicyRequestFilterSensitiveLog: (
904
+ obj: GetResourcePolicyRequest
905
+ ) => any;
906
+
907
+ export declare const ResourcePolicyFilterSensitiveLog: (
908
+ obj: ResourcePolicy
909
+ ) => any;
910
+
911
+ export declare const GetResourcePolicyResponseFilterSensitiveLog: (
912
+ obj: GetResourcePolicyResponse
913
+ ) => any;
914
+
915
+ export declare const GetSnapshotRequestFilterSensitiveLog: (
916
+ obj: GetSnapshotRequest
917
+ ) => any;
918
+
919
+ export declare const GetSnapshotResponseFilterSensitiveLog: (
920
+ obj: GetSnapshotResponse
921
+ ) => any;
922
+
923
+ export declare const GetUsageLimitRequestFilterSensitiveLog: (
924
+ obj: GetUsageLimitRequest
925
+ ) => any;
926
+
927
+ export declare const GetUsageLimitResponseFilterSensitiveLog: (
928
+ obj: GetUsageLimitResponse
929
+ ) => any;
930
+
931
+ export declare const GetWorkgroupRequestFilterSensitiveLog: (
932
+ obj: GetWorkgroupRequest
933
+ ) => any;
934
+
935
+ export declare const GetWorkgroupResponseFilterSensitiveLog: (
936
+ obj: GetWorkgroupResponse
937
+ ) => any;
938
+
939
+ export declare const ListNamespacesRequestFilterSensitiveLog: (
940
+ obj: ListNamespacesRequest
941
+ ) => any;
942
+
943
+ export declare const ListNamespacesResponseFilterSensitiveLog: (
944
+ obj: ListNamespacesResponse
945
+ ) => any;
946
+
947
+ export declare const ListRecoveryPointsRequestFilterSensitiveLog: (
948
+ obj: ListRecoveryPointsRequest
949
+ ) => any;
950
+
951
+ export declare const ListRecoveryPointsResponseFilterSensitiveLog: (
952
+ obj: ListRecoveryPointsResponse
953
+ ) => any;
954
+
955
+ export declare const ListSnapshotsRequestFilterSensitiveLog: (
956
+ obj: ListSnapshotsRequest
957
+ ) => any;
958
+
959
+ export declare const ListSnapshotsResponseFilterSensitiveLog: (
960
+ obj: ListSnapshotsResponse
961
+ ) => any;
962
+
963
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
964
+ obj: ListTagsForResourceRequest
965
+ ) => any;
966
+
967
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
968
+ obj: ListTagsForResourceResponse
969
+ ) => any;
970
+
971
+ export declare const ListUsageLimitsRequestFilterSensitiveLog: (
972
+ obj: ListUsageLimitsRequest
973
+ ) => any;
974
+
975
+ export declare const ListUsageLimitsResponseFilterSensitiveLog: (
976
+ obj: ListUsageLimitsResponse
977
+ ) => any;
978
+
979
+ export declare const ListWorkgroupsRequestFilterSensitiveLog: (
980
+ obj: ListWorkgroupsRequest
981
+ ) => any;
982
+
983
+ export declare const ListWorkgroupsResponseFilterSensitiveLog: (
984
+ obj: ListWorkgroupsResponse
985
+ ) => any;
986
+
987
+ export declare const UpdateNamespaceRequestFilterSensitiveLog: (
988
+ obj: UpdateNamespaceRequest
989
+ ) => any;
990
+
991
+ export declare const UpdateNamespaceResponseFilterSensitiveLog: (
992
+ obj: UpdateNamespaceResponse
993
+ ) => any;
994
+
995
+ export declare const PutResourcePolicyRequestFilterSensitiveLog: (
996
+ obj: PutResourcePolicyRequest
997
+ ) => any;
998
+
999
+ export declare const PutResourcePolicyResponseFilterSensitiveLog: (
1000
+ obj: PutResourcePolicyResponse
1001
+ ) => any;
1002
+
1003
+ export declare const RestoreFromRecoveryPointRequestFilterSensitiveLog: (
1004
+ obj: RestoreFromRecoveryPointRequest
1005
+ ) => any;
1006
+
1007
+ export declare const RestoreFromRecoveryPointResponseFilterSensitiveLog: (
1008
+ obj: RestoreFromRecoveryPointResponse
1009
+ ) => any;
1010
+
1011
+ export declare const RestoreFromSnapshotRequestFilterSensitiveLog: (
1012
+ obj: RestoreFromSnapshotRequest
1013
+ ) => any;
1014
+
1015
+ export declare const RestoreFromSnapshotResponseFilterSensitiveLog: (
1016
+ obj: RestoreFromSnapshotResponse
1017
+ ) => any;
1018
+
1019
+ export declare const UpdateSnapshotRequestFilterSensitiveLog: (
1020
+ obj: UpdateSnapshotRequest
1021
+ ) => any;
1022
+
1023
+ export declare const UpdateSnapshotResponseFilterSensitiveLog: (
1024
+ obj: UpdateSnapshotResponse
1025
+ ) => any;
1026
+
1027
+ export declare const TagResourceRequestFilterSensitiveLog: (
1028
+ obj: TagResourceRequest
1029
+ ) => any;
1030
+
1031
+ export declare const TagResourceResponseFilterSensitiveLog: (
1032
+ obj: TagResourceResponse
1033
+ ) => any;
1034
+
1035
+ export declare const UntagResourceRequestFilterSensitiveLog: (
1036
+ obj: UntagResourceRequest
1037
+ ) => any;
1038
+
1039
+ export declare const UntagResourceResponseFilterSensitiveLog: (
1040
+ obj: UntagResourceResponse
1041
+ ) => any;
1042
+
1043
+ export declare const UpdateUsageLimitRequestFilterSensitiveLog: (
1044
+ obj: UpdateUsageLimitRequest
1045
+ ) => any;
1046
+
1047
+ export declare const UpdateUsageLimitResponseFilterSensitiveLog: (
1048
+ obj: UpdateUsageLimitResponse
1049
+ ) => any;
1050
+
1051
+ export declare const UpdateWorkgroupRequestFilterSensitiveLog: (
1052
+ obj: UpdateWorkgroupRequest
1053
+ ) => any;
1054
+
1055
+ export declare const UpdateWorkgroupResponseFilterSensitiveLog: (
1056
+ obj: UpdateWorkgroupResponse
1057
+ ) => any;