@aws-sdk/client-redshift-serverless 3.130.0 → 3.141.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/ConvertRecoveryPointToSnapshotCommand.js +2 -2
  4. package/dist-cjs/commands/CreateEndpointAccessCommand.js +2 -2
  5. package/dist-cjs/commands/CreateNamespaceCommand.js +2 -2
  6. package/dist-cjs/commands/CreateSnapshotCommand.js +2 -2
  7. package/dist-cjs/commands/CreateUsageLimitCommand.js +2 -2
  8. package/dist-cjs/commands/CreateWorkgroupCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteEndpointAccessCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteNamespaceCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteSnapshotCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteUsageLimitCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteWorkgroupCommand.js +2 -2
  15. package/dist-cjs/commands/GetCredentialsCommand.js +2 -2
  16. package/dist-cjs/commands/GetEndpointAccessCommand.js +2 -2
  17. package/dist-cjs/commands/GetNamespaceCommand.js +2 -2
  18. package/dist-cjs/commands/GetRecoveryPointCommand.js +2 -2
  19. package/dist-cjs/commands/GetResourcePolicyCommand.js +2 -2
  20. package/dist-cjs/commands/GetSnapshotCommand.js +2 -2
  21. package/dist-cjs/commands/GetUsageLimitCommand.js +2 -2
  22. package/dist-cjs/commands/GetWorkgroupCommand.js +2 -2
  23. package/dist-cjs/commands/ListEndpointAccessCommand.js +2 -2
  24. package/dist-cjs/commands/ListNamespacesCommand.js +2 -2
  25. package/dist-cjs/commands/ListRecoveryPointsCommand.js +2 -2
  26. package/dist-cjs/commands/ListSnapshotsCommand.js +2 -2
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  28. package/dist-cjs/commands/ListUsageLimitsCommand.js +2 -2
  29. package/dist-cjs/commands/ListWorkgroupsCommand.js +2 -2
  30. package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -2
  31. package/dist-cjs/commands/RestoreFromRecoveryPointCommand.js +2 -2
  32. package/dist-cjs/commands/RestoreFromSnapshotCommand.js +2 -2
  33. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  34. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  35. package/dist-cjs/commands/UpdateEndpointAccessCommand.js +2 -2
  36. package/dist-cjs/commands/UpdateNamespaceCommand.js +2 -2
  37. package/dist-cjs/commands/UpdateSnapshotCommand.js +2 -2
  38. package/dist-cjs/commands/UpdateUsageLimitCommand.js +2 -2
  39. package/dist-cjs/commands/UpdateWorkgroupCommand.js +2 -2
  40. package/dist-cjs/models/models_0.js +365 -539
  41. package/dist-es/commands/ConvertRecoveryPointToSnapshotCommand.js +3 -3
  42. package/dist-es/commands/CreateEndpointAccessCommand.js +3 -3
  43. package/dist-es/commands/CreateNamespaceCommand.js +3 -3
  44. package/dist-es/commands/CreateSnapshotCommand.js +3 -3
  45. package/dist-es/commands/CreateUsageLimitCommand.js +3 -3
  46. package/dist-es/commands/CreateWorkgroupCommand.js +3 -3
  47. package/dist-es/commands/DeleteEndpointAccessCommand.js +3 -3
  48. package/dist-es/commands/DeleteNamespaceCommand.js +3 -3
  49. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
  50. package/dist-es/commands/DeleteSnapshotCommand.js +3 -3
  51. package/dist-es/commands/DeleteUsageLimitCommand.js +3 -3
  52. package/dist-es/commands/DeleteWorkgroupCommand.js +3 -3
  53. package/dist-es/commands/GetCredentialsCommand.js +3 -3
  54. package/dist-es/commands/GetEndpointAccessCommand.js +3 -3
  55. package/dist-es/commands/GetNamespaceCommand.js +3 -3
  56. package/dist-es/commands/GetRecoveryPointCommand.js +3 -3
  57. package/dist-es/commands/GetResourcePolicyCommand.js +3 -3
  58. package/dist-es/commands/GetSnapshotCommand.js +3 -3
  59. package/dist-es/commands/GetUsageLimitCommand.js +3 -3
  60. package/dist-es/commands/GetWorkgroupCommand.js +3 -3
  61. package/dist-es/commands/ListEndpointAccessCommand.js +3 -3
  62. package/dist-es/commands/ListNamespacesCommand.js +3 -3
  63. package/dist-es/commands/ListRecoveryPointsCommand.js +3 -3
  64. package/dist-es/commands/ListSnapshotsCommand.js +3 -3
  65. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  66. package/dist-es/commands/ListUsageLimitsCommand.js +3 -3
  67. package/dist-es/commands/ListWorkgroupsCommand.js +3 -3
  68. package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
  69. package/dist-es/commands/RestoreFromRecoveryPointCommand.js +3 -3
  70. package/dist-es/commands/RestoreFromSnapshotCommand.js +3 -3
  71. package/dist-es/commands/TagResourceCommand.js +3 -3
  72. package/dist-es/commands/UntagResourceCommand.js +3 -3
  73. package/dist-es/commands/UpdateEndpointAccessCommand.js +3 -3
  74. package/dist-es/commands/UpdateNamespaceCommand.js +3 -3
  75. package/dist-es/commands/UpdateSnapshotCommand.js +3 -3
  76. package/dist-es/commands/UpdateUsageLimitCommand.js +3 -3
  77. package/dist-es/commands/UpdateWorkgroupCommand.js +3 -3
  78. package/dist-es/models/models_0.js +87 -348
  79. package/dist-types/models/models_0.d.ts +348 -522
  80. package/dist-types/ts3.4/models/models_0.d.ts +174 -348
  81. package/package.json +7 -7
@@ -27,12 +27,6 @@ export interface ConfigParameter {
27
27
  */
28
28
  parameterValue?: string;
29
29
  }
30
- export declare namespace ConfigParameter {
31
- /**
32
- * @internal
33
- */
34
- const filterSensitiveLog: (obj: ConfigParameter) => any;
35
- }
36
30
  /**
37
31
  * <p>The submitted action has conflicts.</p>
38
32
  */
@@ -58,12 +52,6 @@ export interface ConvertRecoveryPointToSnapshotRequest {
58
52
  */
59
53
  retentionPeriod?: number;
60
54
  }
61
- export declare namespace ConvertRecoveryPointToSnapshotRequest {
62
- /**
63
- * @internal
64
- */
65
- const filterSensitiveLog: (obj: ConvertRecoveryPointToSnapshotRequest) => any;
66
- }
67
55
  export declare enum SnapshotStatus {
68
56
  AVAILABLE = "AVAILABLE",
69
57
  CANCELLED = "CANCELLED",
@@ -158,24 +146,12 @@ export interface Snapshot {
158
146
  */
159
147
  accountsWithProvisionedRestoreAccess?: string[];
160
148
  }
161
- export declare namespace Snapshot {
162
- /**
163
- * @internal
164
- */
165
- const filterSensitiveLog: (obj: Snapshot) => any;
166
- }
167
149
  export interface ConvertRecoveryPointToSnapshotResponse {
168
150
  /**
169
151
  * <p>The snapshot converted from the recovery point.</p>
170
152
  */
171
153
  snapshot?: Snapshot;
172
154
  }
173
- export declare namespace ConvertRecoveryPointToSnapshotResponse {
174
- /**
175
- * @internal
176
- */
177
- const filterSensitiveLog: (obj: ConvertRecoveryPointToSnapshotResponse) => any;
178
- }
179
155
  /**
180
156
  * <p>The request processing has failed because of an unknown error, exception or failure.</p>
181
157
  */
@@ -247,12 +223,6 @@ export interface CreateEndpointAccessRequest {
247
223
  */
248
224
  vpcSecurityGroupIds?: string[];
249
225
  }
250
- export declare namespace CreateEndpointAccessRequest {
251
- /**
252
- * @internal
253
- */
254
- const filterSensitiveLog: (obj: CreateEndpointAccessRequest) => any;
255
- }
256
226
  /**
257
227
  * <p>Contains information about a network interface
258
228
  * in an Amazon Redshift Serverless managed VPC endpoint.
@@ -276,12 +246,6 @@ export interface NetworkInterface {
276
246
  */
277
247
  availabilityZone?: string;
278
248
  }
279
- export declare namespace NetworkInterface {
280
- /**
281
- * @internal
282
- */
283
- const filterSensitiveLog: (obj: NetworkInterface) => any;
284
- }
285
249
  /**
286
250
  * <p>The connection endpoint for connecting to Amazon Redshift Serverless through the proxy.</p>
287
251
  */
@@ -299,12 +263,6 @@ export interface VpcEndpoint {
299
263
  */
300
264
  networkInterfaces?: NetworkInterface[];
301
265
  }
302
- export declare namespace VpcEndpoint {
303
- /**
304
- * @internal
305
- */
306
- const filterSensitiveLog: (obj: VpcEndpoint) => any;
307
- }
308
266
  /**
309
267
  * <p>Describes the members of a VPC security group.</p>
310
268
  */
@@ -318,12 +276,6 @@ export interface VpcSecurityGroupMembership {
318
276
  */
319
277
  status?: string;
320
278
  }
321
- export declare namespace VpcSecurityGroupMembership {
322
- /**
323
- * @internal
324
- */
325
- const filterSensitiveLog: (obj: VpcSecurityGroupMembership) => any;
326
- }
327
279
  /**
328
280
  * <p>Information about an Amazon Redshift Serverless VPC endpoint.</p>
329
281
  */
@@ -370,24 +322,12 @@ export interface EndpointAccess {
370
322
  */
371
323
  endpointArn?: string;
372
324
  }
373
- export declare namespace EndpointAccess {
374
- /**
375
- * @internal
376
- */
377
- const filterSensitiveLog: (obj: EndpointAccess) => any;
378
- }
379
325
  export interface CreateEndpointAccessResponse {
380
326
  /**
381
327
  * <p>The created VPC endpoint.</p>
382
328
  */
383
329
  endpoint?: EndpointAccess;
384
330
  }
385
- export declare namespace CreateEndpointAccessResponse {
386
- /**
387
- * @internal
388
- */
389
- const filterSensitiveLog: (obj: CreateEndpointAccessResponse) => any;
390
- }
391
331
  export declare enum LogExport {
392
332
  CONNECTION_LOG = "connectionlog",
393
333
  USER_ACTIVITY_LOG = "useractivitylog",
@@ -406,12 +346,6 @@ export interface Tag {
406
346
  */
407
347
  value: string | undefined;
408
348
  }
409
- export declare namespace Tag {
410
- /**
411
- * @internal
412
- */
413
- const filterSensitiveLog: (obj: Tag) => any;
414
- }
415
349
  export interface CreateNamespaceRequest {
416
350
  /**
417
351
  * <p>The name of the namespace.</p>
@@ -451,12 +385,6 @@ export interface CreateNamespaceRequest {
451
385
  */
452
386
  tags?: Tag[];
453
387
  }
454
- export declare namespace CreateNamespaceRequest {
455
- /**
456
- * @internal
457
- */
458
- const filterSensitiveLog: (obj: CreateNamespaceRequest) => any;
459
- }
460
388
  export declare enum NamespaceStatus {
461
389
  AVAILABLE = "AVAILABLE",
462
390
  DELETING = "DELETING",
@@ -514,24 +442,12 @@ export interface Namespace {
514
442
  */
515
443
  creationDate?: Date;
516
444
  }
517
- export declare namespace Namespace {
518
- /**
519
- * @internal
520
- */
521
- const filterSensitiveLog: (obj: Namespace) => any;
522
- }
523
445
  export interface CreateNamespaceResponse {
524
446
  /**
525
447
  * <p>The created namespace object.</p>
526
448
  */
527
449
  namespace?: Namespace;
528
450
  }
529
- export declare namespace CreateNamespaceResponse {
530
- /**
531
- * @internal
532
- */
533
- const filterSensitiveLog: (obj: CreateNamespaceResponse) => any;
534
- }
535
451
  /**
536
452
  * <p>The request exceeded the number of tags allowed for a resource.</p>
537
453
  */
@@ -561,24 +477,12 @@ export interface CreateSnapshotRequest {
561
477
  */
562
478
  retentionPeriod?: number;
563
479
  }
564
- export declare namespace CreateSnapshotRequest {
565
- /**
566
- * @internal
567
- */
568
- const filterSensitiveLog: (obj: CreateSnapshotRequest) => any;
569
- }
570
480
  export interface CreateSnapshotResponse {
571
481
  /**
572
482
  * <p>The created snapshot object.</p>
573
483
  */
574
484
  snapshot?: Snapshot;
575
485
  }
576
- export declare namespace CreateSnapshotResponse {
577
- /**
578
- * @internal
579
- */
580
- const filterSensitiveLog: (obj: CreateSnapshotResponse) => any;
581
- }
582
486
  export declare enum UsageLimitBreachAction {
583
487
  DEACTIVATE = "deactivate",
584
488
  EMIT_METRIC = "emit-metric",
@@ -616,12 +520,6 @@ export interface CreateUsageLimitRequest {
616
520
  */
617
521
  breachAction?: UsageLimitBreachAction | string;
618
522
  }
619
- export declare namespace CreateUsageLimitRequest {
620
- /**
621
- * @internal
622
- */
623
- const filterSensitiveLog: (obj: CreateUsageLimitRequest) => any;
624
- }
625
523
  /**
626
524
  * <p>The usage limit object.</p>
627
525
  */
@@ -655,24 +553,12 @@ export interface UsageLimit {
655
553
  */
656
554
  breachAction?: UsageLimitBreachAction | string;
657
555
  }
658
- export declare namespace UsageLimit {
659
- /**
660
- * @internal
661
- */
662
- const filterSensitiveLog: (obj: UsageLimit) => any;
663
- }
664
556
  export interface CreateUsageLimitResponse {
665
557
  /**
666
558
  * <p>The returned usage limit object.</p>
667
559
  */
668
560
  usageLimit?: UsageLimit;
669
561
  }
670
- export declare namespace CreateUsageLimitResponse {
671
- /**
672
- * @internal
673
- */
674
- const filterSensitiveLog: (obj: CreateUsageLimitResponse) => any;
675
- }
676
562
  export interface CreateWorkgroupRequest {
677
563
  /**
678
564
  * <p>The name of the created workgroup.</p>
@@ -714,12 +600,6 @@ export interface CreateWorkgroupRequest {
714
600
  */
715
601
  tags?: Tag[];
716
602
  }
717
- export declare namespace CreateWorkgroupRequest {
718
- /**
719
- * @internal
720
- */
721
- const filterSensitiveLog: (obj: CreateWorkgroupRequest) => any;
722
- }
723
603
  /**
724
604
  * <p>The VPC endpoint object.</p>
725
605
  */
@@ -737,12 +617,6 @@ export interface Endpoint {
737
617
  */
738
618
  vpcEndpoints?: VpcEndpoint[];
739
619
  }
740
- export declare namespace Endpoint {
741
- /**
742
- * @internal
743
- */
744
- const filterSensitiveLog: (obj: Endpoint) => any;
745
- }
746
620
  export declare enum WorkgroupStatus {
747
621
  AVAILABLE = "AVAILABLE",
748
622
  CREATING = "CREATING",
@@ -810,24 +684,12 @@ export interface Workgroup {
810
684
  */
811
685
  creationDate?: Date;
812
686
  }
813
- export declare namespace Workgroup {
814
- /**
815
- * @internal
816
- */
817
- const filterSensitiveLog: (obj: Workgroup) => any;
818
- }
819
687
  export interface CreateWorkgroupResponse {
820
688
  /**
821
689
  * <p>The created workgroup object.</p>
822
690
  */
823
691
  workgroup?: Workgroup;
824
692
  }
825
- export declare namespace CreateWorkgroupResponse {
826
- /**
827
- * @internal
828
- */
829
- const filterSensitiveLog: (obj: CreateWorkgroupResponse) => any;
830
- }
831
693
  /**
832
694
  * <p>There is an insufficient capacity to perform the action.</p>
833
695
  */
@@ -846,48 +708,24 @@ export interface DeleteEndpointAccessRequest {
846
708
  */
847
709
  endpointName: string | undefined;
848
710
  }
849
- export declare namespace DeleteEndpointAccessRequest {
850
- /**
851
- * @internal
852
- */
853
- const filterSensitiveLog: (obj: DeleteEndpointAccessRequest) => any;
854
- }
855
711
  export interface DeleteEndpointAccessResponse {
856
712
  /**
857
713
  * <p>The deleted VPC endpoint.</p>
858
714
  */
859
715
  endpoint?: EndpointAccess;
860
716
  }
861
- export declare namespace DeleteEndpointAccessResponse {
862
- /**
863
- * @internal
864
- */
865
- const filterSensitiveLog: (obj: DeleteEndpointAccessResponse) => any;
866
- }
867
717
  export interface GetEndpointAccessRequest {
868
718
  /**
869
719
  * <p>The name of the VPC endpoint to return information for.</p>
870
720
  */
871
721
  endpointName: string | undefined;
872
722
  }
873
- export declare namespace GetEndpointAccessRequest {
874
- /**
875
- * @internal
876
- */
877
- const filterSensitiveLog: (obj: GetEndpointAccessRequest) => any;
878
- }
879
723
  export interface GetEndpointAccessResponse {
880
724
  /**
881
725
  * <p>The returned VPC endpoint.</p>
882
726
  */
883
727
  endpoint?: EndpointAccess;
884
728
  }
885
- export declare namespace GetEndpointAccessResponse {
886
- /**
887
- * @internal
888
- */
889
- const filterSensitiveLog: (obj: GetEndpointAccessResponse) => any;
890
- }
891
729
  export interface ListEndpointAccessRequest {
892
730
  /**
893
731
  * <p>If your initial <code>ListEndpointAccess</code> operation returns a <code>nextToken</code>,
@@ -909,12 +747,6 @@ export interface ListEndpointAccessRequest {
909
747
  */
910
748
  vpcId?: string;
911
749
  }
912
- export declare namespace ListEndpointAccessRequest {
913
- /**
914
- * @internal
915
- */
916
- const filterSensitiveLog: (obj: ListEndpointAccessRequest) => any;
917
- }
918
750
  export interface ListEndpointAccessResponse {
919
751
  /**
920
752
  * <p>When <code>nextToken</code> is returned, there are more results available.
@@ -927,12 +759,6 @@ export interface ListEndpointAccessResponse {
927
759
  */
928
760
  endpoints: EndpointAccess[] | undefined;
929
761
  }
930
- export declare namespace ListEndpointAccessResponse {
931
- /**
932
- * @internal
933
- */
934
- const filterSensitiveLog: (obj: ListEndpointAccessResponse) => any;
935
- }
936
762
  export interface UpdateEndpointAccessRequest {
937
763
  /**
938
764
  * <p>The name of the VPC endpoint to update.</p>
@@ -943,24 +769,12 @@ export interface UpdateEndpointAccessRequest {
943
769
  */
944
770
  vpcSecurityGroupIds?: string[];
945
771
  }
946
- export declare namespace UpdateEndpointAccessRequest {
947
- /**
948
- * @internal
949
- */
950
- const filterSensitiveLog: (obj: UpdateEndpointAccessRequest) => any;
951
- }
952
772
  export interface UpdateEndpointAccessResponse {
953
773
  /**
954
774
  * <p>The updated VPC endpoint.</p>
955
775
  */
956
776
  endpoint?: EndpointAccess;
957
777
  }
958
- export declare namespace UpdateEndpointAccessResponse {
959
- /**
960
- * @internal
961
- */
962
- const filterSensitiveLog: (obj: UpdateEndpointAccessResponse) => any;
963
- }
964
778
  export interface DeleteNamespaceRequest {
965
779
  /**
966
780
  * <p>The name of the namespace to delete.</p>
@@ -975,116 +789,56 @@ export interface DeleteNamespaceRequest {
975
789
  */
976
790
  finalSnapshotRetentionPeriod?: number;
977
791
  }
978
- export declare namespace DeleteNamespaceRequest {
979
- /**
980
- * @internal
981
- */
982
- const filterSensitiveLog: (obj: DeleteNamespaceRequest) => any;
983
- }
984
792
  export interface DeleteNamespaceResponse {
985
793
  /**
986
794
  * <p>The deleted namespace object.</p>
987
795
  */
988
796
  namespace: Namespace | undefined;
989
797
  }
990
- export declare namespace DeleteNamespaceResponse {
991
- /**
992
- * @internal
993
- */
994
- const filterSensitiveLog: (obj: DeleteNamespaceResponse) => any;
995
- }
996
798
  export interface DeleteResourcePolicyRequest {
997
799
  /**
998
800
  * <p>The Amazon Resource Name (ARN) of the policy to delete.</p>
999
801
  */
1000
802
  resourceArn: string | undefined;
1001
803
  }
1002
- export declare namespace DeleteResourcePolicyRequest {
1003
- /**
1004
- * @internal
1005
- */
1006
- const filterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
1007
- }
1008
804
  export interface DeleteResourcePolicyResponse {
1009
805
  }
1010
- export declare namespace DeleteResourcePolicyResponse {
1011
- /**
1012
- * @internal
1013
- */
1014
- const filterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
1015
- }
1016
806
  export interface DeleteSnapshotRequest {
1017
807
  /**
1018
808
  * <p>The name of the snapshot to be deleted.</p>
1019
809
  */
1020
810
  snapshotName: string | undefined;
1021
811
  }
1022
- export declare namespace DeleteSnapshotRequest {
1023
- /**
1024
- * @internal
1025
- */
1026
- const filterSensitiveLog: (obj: DeleteSnapshotRequest) => any;
1027
- }
1028
812
  export interface DeleteSnapshotResponse {
1029
813
  /**
1030
814
  * <p>The deleted snapshot object.</p>
1031
815
  */
1032
816
  snapshot?: Snapshot;
1033
817
  }
1034
- export declare namespace DeleteSnapshotResponse {
1035
- /**
1036
- * @internal
1037
- */
1038
- const filterSensitiveLog: (obj: DeleteSnapshotResponse) => any;
1039
- }
1040
818
  export interface DeleteUsageLimitRequest {
1041
819
  /**
1042
820
  * <p>The unique identifier of the usage limit to delete.</p>
1043
821
  */
1044
822
  usageLimitId: string | undefined;
1045
823
  }
1046
- export declare namespace DeleteUsageLimitRequest {
1047
- /**
1048
- * @internal
1049
- */
1050
- const filterSensitiveLog: (obj: DeleteUsageLimitRequest) => any;
1051
- }
1052
824
  export interface DeleteUsageLimitResponse {
1053
825
  /**
1054
826
  * <p>The deleted usage limit object.</p>
1055
827
  */
1056
828
  usageLimit?: UsageLimit;
1057
829
  }
1058
- export declare namespace DeleteUsageLimitResponse {
1059
- /**
1060
- * @internal
1061
- */
1062
- const filterSensitiveLog: (obj: DeleteUsageLimitResponse) => any;
1063
- }
1064
830
  export interface DeleteWorkgroupRequest {
1065
831
  /**
1066
832
  * <p>The name of the workgroup to be deleted.</p>
1067
833
  */
1068
834
  workgroupName: string | undefined;
1069
835
  }
1070
- export declare namespace DeleteWorkgroupRequest {
1071
- /**
1072
- * @internal
1073
- */
1074
- const filterSensitiveLog: (obj: DeleteWorkgroupRequest) => any;
1075
- }
1076
836
  export interface DeleteWorkgroupResponse {
1077
837
  /**
1078
838
  * <p>The deleted workgroup object.</p>
1079
839
  */
1080
840
  workgroup: Workgroup | undefined;
1081
841
  }
1082
- export declare namespace DeleteWorkgroupResponse {
1083
- /**
1084
- * @internal
1085
- */
1086
- const filterSensitiveLog: (obj: DeleteWorkgroupResponse) => any;
1087
- }
1088
842
  export interface GetCredentialsRequest {
1089
843
  /**
1090
844
  * <p>The name of the workgroup associated with the database.</p>
@@ -1120,12 +874,6 @@ export interface GetCredentialsRequest {
1120
874
  */
1121
875
  durationSeconds?: number;
1122
876
  }
1123
- export declare namespace GetCredentialsRequest {
1124
- /**
1125
- * @internal
1126
- */
1127
- const filterSensitiveLog: (obj: GetCredentialsRequest) => any;
1128
- }
1129
877
  export interface GetCredentialsResponse {
1130
878
  /**
1131
879
  * <p>A database user name that is authorized to log on to the database <code>DbName</code>
@@ -1149,48 +897,24 @@ export interface GetCredentialsResponse {
1149
897
  */
1150
898
  nextRefreshTime?: Date;
1151
899
  }
1152
- export declare namespace GetCredentialsResponse {
1153
- /**
1154
- * @internal
1155
- */
1156
- const filterSensitiveLog: (obj: GetCredentialsResponse) => any;
1157
- }
1158
900
  export interface GetNamespaceRequest {
1159
901
  /**
1160
902
  * <p>The name of the namespace to retrieve information for.</p>
1161
903
  */
1162
904
  namespaceName: string | undefined;
1163
905
  }
1164
- export declare namespace GetNamespaceRequest {
1165
- /**
1166
- * @internal
1167
- */
1168
- const filterSensitiveLog: (obj: GetNamespaceRequest) => any;
1169
- }
1170
906
  export interface GetNamespaceResponse {
1171
907
  /**
1172
908
  * <p>The returned namespace object.</p>
1173
909
  */
1174
910
  namespace: Namespace | undefined;
1175
911
  }
1176
- export declare namespace GetNamespaceResponse {
1177
- /**
1178
- * @internal
1179
- */
1180
- const filterSensitiveLog: (obj: GetNamespaceResponse) => any;
1181
- }
1182
912
  export interface GetRecoveryPointRequest {
1183
913
  /**
1184
914
  * <p>The unique identifier of the recovery point to return information for.</p>
1185
915
  */
1186
916
  recoveryPointId: string | undefined;
1187
917
  }
1188
- export declare namespace GetRecoveryPointRequest {
1189
- /**
1190
- * @internal
1191
- */
1192
- const filterSensitiveLog: (obj: GetRecoveryPointRequest) => any;
1193
- }
1194
918
  /**
1195
919
  * <p>The automatically created recovery point of a namespace.
1196
920
  * Recovery points are created every 30 minutes and kept for 24 hours.</p>
@@ -1217,36 +941,18 @@ export interface RecoveryPoint {
1217
941
  */
1218
942
  workgroupName?: string;
1219
943
  }
1220
- export declare namespace RecoveryPoint {
1221
- /**
1222
- * @internal
1223
- */
1224
- const filterSensitiveLog: (obj: RecoveryPoint) => any;
1225
- }
1226
944
  export interface GetRecoveryPointResponse {
1227
945
  /**
1228
946
  * <p>The returned recovery point object.</p>
1229
947
  */
1230
948
  recoveryPoint?: RecoveryPoint;
1231
949
  }
1232
- export declare namespace GetRecoveryPointResponse {
1233
- /**
1234
- * @internal
1235
- */
1236
- const filterSensitiveLog: (obj: GetRecoveryPointResponse) => any;
1237
- }
1238
950
  export interface GetResourcePolicyRequest {
1239
951
  /**
1240
952
  * <p>The Amazon Resource Name (ARN) of the resource to return.</p>
1241
953
  */
1242
954
  resourceArn: string | undefined;
1243
955
  }
1244
- export declare namespace GetResourcePolicyRequest {
1245
- /**
1246
- * @internal
1247
- */
1248
- const filterSensitiveLog: (obj: GetResourcePolicyRequest) => any;
1249
- }
1250
956
  /**
1251
957
  * <p>The resource policy object. Currently, you can use policies to share snapshots across Amazon Web Services accounts.</p>
1252
958
  */
@@ -1260,24 +966,12 @@ export interface ResourcePolicy {
1260
966
  */
1261
967
  policy?: string;
1262
968
  }
1263
- export declare namespace ResourcePolicy {
1264
- /**
1265
- * @internal
1266
- */
1267
- const filterSensitiveLog: (obj: ResourcePolicy) => any;
1268
- }
1269
969
  export interface GetResourcePolicyResponse {
1270
970
  /**
1271
971
  * <p>The returned resource policy.</p>
1272
972
  */
1273
973
  resourcePolicy?: ResourcePolicy;
1274
974
  }
1275
- export declare namespace GetResourcePolicyResponse {
1276
- /**
1277
- * @internal
1278
- */
1279
- const filterSensitiveLog: (obj: GetResourcePolicyResponse) => any;
1280
- }
1281
975
  export interface GetSnapshotRequest {
1282
976
  /**
1283
977
  * <p>The name of the snapshot to return.</p>
@@ -1292,72 +986,36 @@ export interface GetSnapshotRequest {
1292
986
  */
1293
987
  snapshotArn?: string;
1294
988
  }
1295
- export declare namespace GetSnapshotRequest {
1296
- /**
1297
- * @internal
1298
- */
1299
- const filterSensitiveLog: (obj: GetSnapshotRequest) => any;
1300
- }
1301
989
  export interface GetSnapshotResponse {
1302
990
  /**
1303
991
  * <p>The returned snapshot object.</p>
1304
992
  */
1305
993
  snapshot?: Snapshot;
1306
994
  }
1307
- export declare namespace GetSnapshotResponse {
1308
- /**
1309
- * @internal
1310
- */
1311
- const filterSensitiveLog: (obj: GetSnapshotResponse) => any;
1312
- }
1313
995
  export interface GetUsageLimitRequest {
1314
996
  /**
1315
997
  * <p>The unique identifier of the usage limit to return information for.</p>
1316
998
  */
1317
999
  usageLimitId: string | undefined;
1318
1000
  }
1319
- export declare namespace GetUsageLimitRequest {
1320
- /**
1321
- * @internal
1322
- */
1323
- const filterSensitiveLog: (obj: GetUsageLimitRequest) => any;
1324
- }
1325
1001
  export interface GetUsageLimitResponse {
1326
1002
  /**
1327
1003
  * <p>The returned usage limit object.</p>
1328
1004
  */
1329
1005
  usageLimit?: UsageLimit;
1330
1006
  }
1331
- export declare namespace GetUsageLimitResponse {
1332
- /**
1333
- * @internal
1334
- */
1335
- const filterSensitiveLog: (obj: GetUsageLimitResponse) => any;
1336
- }
1337
1007
  export interface GetWorkgroupRequest {
1338
1008
  /**
1339
1009
  * <p>The name of the workgroup to return information for.</p>
1340
1010
  */
1341
1011
  workgroupName: string | undefined;
1342
1012
  }
1343
- export declare namespace GetWorkgroupRequest {
1344
- /**
1345
- * @internal
1346
- */
1347
- const filterSensitiveLog: (obj: GetWorkgroupRequest) => any;
1348
- }
1349
1013
  export interface GetWorkgroupResponse {
1350
1014
  /**
1351
1015
  * <p>The returned workgroup object.</p>
1352
1016
  */
1353
1017
  workgroup: Workgroup | undefined;
1354
1018
  }
1355
- export declare namespace GetWorkgroupResponse {
1356
- /**
1357
- * @internal
1358
- */
1359
- const filterSensitiveLog: (obj: GetWorkgroupResponse) => any;
1360
- }
1361
1019
  /**
1362
1020
  * <p>The provided pagination token is invalid.</p>
1363
1021
  */
@@ -1382,12 +1040,6 @@ export interface ListNamespacesRequest {
1382
1040
  */
1383
1041
  maxResults?: number;
1384
1042
  }
1385
- export declare namespace ListNamespacesRequest {
1386
- /**
1387
- * @internal
1388
- */
1389
- const filterSensitiveLog: (obj: ListNamespacesRequest) => any;
1390
- }
1391
1043
  export interface ListNamespacesResponse {
1392
1044
  /**
1393
1045
  * <p>When <code>nextToken</code> is returned, there are more results available.
@@ -1400,12 +1052,6 @@ export interface ListNamespacesResponse {
1400
1052
  */
1401
1053
  namespaces: Namespace[] | undefined;
1402
1054
  }
1403
- export declare namespace ListNamespacesResponse {
1404
- /**
1405
- * @internal
1406
- */
1407
- const filterSensitiveLog: (obj: ListNamespacesResponse) => any;
1408
- }
1409
1055
  export interface ListRecoveryPointsRequest {
1410
1056
  /**
1411
1057
  * <p>If your initial <code>ListRecoveryPoints</code> operation returns a <code>nextToken</code>,
@@ -1431,12 +1077,6 @@ export interface ListRecoveryPointsRequest {
1431
1077
  */
1432
1078
  namespaceName?: string;
1433
1079
  }
1434
- export declare namespace ListRecoveryPointsRequest {
1435
- /**
1436
- * @internal
1437
- */
1438
- const filterSensitiveLog: (obj: ListRecoveryPointsRequest) => any;
1439
- }
1440
1080
  export interface ListRecoveryPointsResponse {
1441
1081
  /**
1442
1082
  * <p>The returned recovery point objects.</p>
@@ -1449,12 +1089,6 @@ export interface ListRecoveryPointsResponse {
1449
1089
  */
1450
1090
  nextToken?: string;
1451
1091
  }
1452
- export declare namespace ListRecoveryPointsResponse {
1453
- /**
1454
- * @internal
1455
- */
1456
- const filterSensitiveLog: (obj: ListRecoveryPointsResponse) => any;
1457
- }
1458
1092
  export interface ListSnapshotsRequest {
1459
1093
  /**
1460
1094
  * <p>If <code>nextToken</code> is returned, there are more results available.
@@ -1488,12 +1122,6 @@ export interface ListSnapshotsRequest {
1488
1122
  */
1489
1123
  endTime?: Date;
1490
1124
  }
1491
- export declare namespace ListSnapshotsRequest {
1492
- /**
1493
- * @internal
1494
- */
1495
- const filterSensitiveLog: (obj: ListSnapshotsRequest) => any;
1496
- }
1497
1125
  export interface ListSnapshotsResponse {
1498
1126
  /**
1499
1127
  * <p>If <code>nextToken</code> is returned, there are more results available.
@@ -1506,36 +1134,18 @@ export interface ListSnapshotsResponse {
1506
1134
  */
1507
1135
  snapshots?: Snapshot[];
1508
1136
  }
1509
- export declare namespace ListSnapshotsResponse {
1510
- /**
1511
- * @internal
1512
- */
1513
- const filterSensitiveLog: (obj: ListSnapshotsResponse) => any;
1514
- }
1515
1137
  export interface ListTagsForResourceRequest {
1516
1138
  /**
1517
1139
  * <p>The Amazon Resource Name (ARN) of the resource to list tags for.</p>
1518
1140
  */
1519
1141
  resourceArn: string | undefined;
1520
1142
  }
1521
- export declare namespace ListTagsForResourceRequest {
1522
- /**
1523
- * @internal
1524
- */
1525
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1526
- }
1527
1143
  export interface ListTagsForResourceResponse {
1528
1144
  /**
1529
1145
  * <p>A map of the key-value pairs assigned to the resource.</p>
1530
1146
  */
1531
1147
  tags?: Tag[];
1532
1148
  }
1533
- export declare namespace ListTagsForResourceResponse {
1534
- /**
1535
- * @internal
1536
- */
1537
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1538
- }
1539
1149
  /**
1540
1150
  * <p>The request was denied due to request throttling.</p>
1541
1151
  */
@@ -1571,12 +1181,6 @@ export interface ListUsageLimitsRequest {
1571
1181
  */
1572
1182
  maxResults?: number;
1573
1183
  }
1574
- export declare namespace ListUsageLimitsRequest {
1575
- /**
1576
- * @internal
1577
- */
1578
- const filterSensitiveLog: (obj: ListUsageLimitsRequest) => any;
1579
- }
1580
1184
  export interface ListUsageLimitsResponse {
1581
1185
  /**
1582
1186
  * <p>An array of returned usage limit objects.</p>
@@ -1589,12 +1193,6 @@ export interface ListUsageLimitsResponse {
1589
1193
  */
1590
1194
  nextToken?: string;
1591
1195
  }
1592
- export declare namespace ListUsageLimitsResponse {
1593
- /**
1594
- * @internal
1595
- */
1596
- const filterSensitiveLog: (obj: ListUsageLimitsResponse) => any;
1597
- }
1598
1196
  export interface ListWorkgroupsRequest {
1599
1197
  /**
1600
1198
  * <p>If your initial ListWorkgroups operation returns a <code>nextToken</code>,
@@ -1608,12 +1206,6 @@ export interface ListWorkgroupsRequest {
1608
1206
  */
1609
1207
  maxResults?: number;
1610
1208
  }
1611
- export declare namespace ListWorkgroupsRequest {
1612
- /**
1613
- * @internal
1614
- */
1615
- const filterSensitiveLog: (obj: ListWorkgroupsRequest) => any;
1616
- }
1617
1209
  export interface ListWorkgroupsResponse {
1618
1210
  /**
1619
1211
  * <p>
@@ -1627,12 +1219,6 @@ export interface ListWorkgroupsResponse {
1627
1219
  */
1628
1220
  workgroups: Workgroup[] | undefined;
1629
1221
  }
1630
- export declare namespace ListWorkgroupsResponse {
1631
- /**
1632
- * @internal
1633
- */
1634
- const filterSensitiveLog: (obj: ListWorkgroupsResponse) => any;
1635
- }
1636
1222
  export interface UpdateNamespaceRequest {
1637
1223
  /**
1638
1224
  * <p>The name of the namespace.</p>
@@ -1663,24 +1249,12 @@ export interface UpdateNamespaceRequest {
1663
1249
  */
1664
1250
  logExports?: (LogExport | string)[];
1665
1251
  }
1666
- export declare namespace UpdateNamespaceRequest {
1667
- /**
1668
- * @internal
1669
- */
1670
- const filterSensitiveLog: (obj: UpdateNamespaceRequest) => any;
1671
- }
1672
1252
  export interface UpdateNamespaceResponse {
1673
1253
  /**
1674
1254
  * <p>A list of tag instances.</p>
1675
1255
  */
1676
1256
  namespace: Namespace | undefined;
1677
1257
  }
1678
- export declare namespace UpdateNamespaceResponse {
1679
- /**
1680
- * @internal
1681
- */
1682
- const filterSensitiveLog: (obj: UpdateNamespaceResponse) => any;
1683
- }
1684
1258
  export interface PutResourcePolicyRequest {
1685
1259
  /**
1686
1260
  * <p>The Amazon Resource Name (ARN) of the account to create or update a resource policy for.</p>
@@ -1697,24 +1271,12 @@ export interface PutResourcePolicyRequest {
1697
1271
  */
1698
1272
  policy: string | undefined;
1699
1273
  }
1700
- export declare namespace PutResourcePolicyRequest {
1701
- /**
1702
- * @internal
1703
- */
1704
- const filterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
1705
- }
1706
1274
  export interface PutResourcePolicyResponse {
1707
1275
  /**
1708
1276
  * <p>The policy that was created or updated.</p>
1709
1277
  */
1710
1278
  resourcePolicy?: ResourcePolicy;
1711
1279
  }
1712
- export declare namespace PutResourcePolicyResponse {
1713
- /**
1714
- * @internal
1715
- */
1716
- const filterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
1717
- }
1718
1280
  export interface RestoreFromRecoveryPointRequest {
1719
1281
  /**
1720
1282
  * <p>The unique identifier of the recovery point to restore from.</p>
@@ -1729,12 +1291,6 @@ export interface RestoreFromRecoveryPointRequest {
1729
1291
  */
1730
1292
  workgroupName: string | undefined;
1731
1293
  }
1732
- export declare namespace RestoreFromRecoveryPointRequest {
1733
- /**
1734
- * @internal
1735
- */
1736
- const filterSensitiveLog: (obj: RestoreFromRecoveryPointRequest) => any;
1737
- }
1738
1294
  export interface RestoreFromRecoveryPointResponse {
1739
1295
  /**
1740
1296
  * <p>The unique identifier of the recovery point used for the restore.</p>
@@ -1745,12 +1301,6 @@ export interface RestoreFromRecoveryPointResponse {
1745
1301
  */
1746
1302
  namespace?: Namespace;
1747
1303
  }
1748
- export declare namespace RestoreFromRecoveryPointResponse {
1749
- /**
1750
- * @internal
1751
- */
1752
- const filterSensitiveLog: (obj: RestoreFromRecoveryPointResponse) => any;
1753
- }
1754
1304
  export interface RestoreFromSnapshotRequest {
1755
1305
  /**
1756
1306
  * <p>The name of the namespace to restore the snapshot to.</p>
@@ -1773,12 +1323,6 @@ export interface RestoreFromSnapshotRequest {
1773
1323
  */
1774
1324
  ownerAccount?: string;
1775
1325
  }
1776
- export declare namespace RestoreFromSnapshotRequest {
1777
- /**
1778
- * @internal
1779
- */
1780
- const filterSensitiveLog: (obj: RestoreFromSnapshotRequest) => any;
1781
- }
1782
1326
  export interface RestoreFromSnapshotResponse {
1783
1327
  /**
1784
1328
  * <p>The name of the snapshot used to restore the namespace.</p>
@@ -1793,12 +1337,6 @@ export interface RestoreFromSnapshotResponse {
1793
1337
  */
1794
1338
  namespace?: Namespace;
1795
1339
  }
1796
- export declare namespace RestoreFromSnapshotResponse {
1797
- /**
1798
- * @internal
1799
- */
1800
- const filterSensitiveLog: (obj: RestoreFromSnapshotResponse) => any;
1801
- }
1802
1340
  export interface UpdateSnapshotRequest {
1803
1341
  /**
1804
1342
  * <p>The name of the snapshot.</p>
@@ -1809,24 +1347,12 @@ export interface UpdateSnapshotRequest {
1809
1347
  */
1810
1348
  retentionPeriod?: number;
1811
1349
  }
1812
- export declare namespace UpdateSnapshotRequest {
1813
- /**
1814
- * @internal
1815
- */
1816
- const filterSensitiveLog: (obj: UpdateSnapshotRequest) => any;
1817
- }
1818
1350
  export interface UpdateSnapshotResponse {
1819
1351
  /**
1820
1352
  * <p>The updated snapshot object.</p>
1821
1353
  */
1822
1354
  snapshot?: Snapshot;
1823
1355
  }
1824
- export declare namespace UpdateSnapshotResponse {
1825
- /**
1826
- * @internal
1827
- */
1828
- const filterSensitiveLog: (obj: UpdateSnapshotResponse) => any;
1829
- }
1830
1356
  export interface TagResourceRequest {
1831
1357
  /**
1832
1358
  * <p>The Amazon Resource Name (ARN) of the resource to tag.</p>
@@ -1837,20 +1363,8 @@ export interface TagResourceRequest {
1837
1363
  */
1838
1364
  tags: Tag[] | undefined;
1839
1365
  }
1840
- export declare namespace TagResourceRequest {
1841
- /**
1842
- * @internal
1843
- */
1844
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
1845
- }
1846
1366
  export interface TagResourceResponse {
1847
1367
  }
1848
- export declare namespace TagResourceResponse {
1849
- /**
1850
- * @internal
1851
- */
1852
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
1853
- }
1854
1368
  export interface UntagResourceRequest {
1855
1369
  /**
1856
1370
  * <p>The Amazon Resource Name (ARN) of the resource to remove tags from.</p>
@@ -1861,20 +1375,8 @@ export interface UntagResourceRequest {
1861
1375
  */
1862
1376
  tagKeys: string[] | undefined;
1863
1377
  }
1864
- export declare namespace UntagResourceRequest {
1865
- /**
1866
- * @internal
1867
- */
1868
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1869
- }
1870
1378
  export interface UntagResourceResponse {
1871
1379
  }
1872
- export declare namespace UntagResourceResponse {
1873
- /**
1874
- * @internal
1875
- */
1876
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
1877
- }
1878
1380
  export interface UpdateUsageLimitRequest {
1879
1381
  /**
1880
1382
  * <p>The identifier of the usage limit to update.</p>
@@ -1889,24 +1391,12 @@ export interface UpdateUsageLimitRequest {
1889
1391
  */
1890
1392
  breachAction?: UsageLimitBreachAction | string;
1891
1393
  }
1892
- export declare namespace UpdateUsageLimitRequest {
1893
- /**
1894
- * @internal
1895
- */
1896
- const filterSensitiveLog: (obj: UpdateUsageLimitRequest) => any;
1897
- }
1898
1394
  export interface UpdateUsageLimitResponse {
1899
1395
  /**
1900
1396
  * <p>The updated usage limit object.</p>
1901
1397
  */
1902
1398
  usageLimit?: UsageLimit;
1903
1399
  }
1904
- export declare namespace UpdateUsageLimitResponse {
1905
- /**
1906
- * @internal
1907
- */
1908
- const filterSensitiveLog: (obj: UpdateUsageLimitResponse) => any;
1909
- }
1910
1400
  export interface UpdateWorkgroupRequest {
1911
1401
  /**
1912
1402
  * <p>The name of the workgroup to update.</p>
@@ -1940,21 +1430,357 @@ export interface UpdateWorkgroupRequest {
1940
1430
  */
1941
1431
  securityGroupIds?: string[];
1942
1432
  }
1943
- export declare namespace UpdateWorkgroupRequest {
1944
- /**
1945
- * @internal
1946
- */
1947
- const filterSensitiveLog: (obj: UpdateWorkgroupRequest) => any;
1948
- }
1949
1433
  export interface UpdateWorkgroupResponse {
1950
1434
  /**
1951
1435
  * <p>The updated workgroup object.</p>
1952
1436
  */
1953
1437
  workgroup: Workgroup | undefined;
1954
1438
  }
1955
- export declare namespace UpdateWorkgroupResponse {
1956
- /**
1957
- * @internal
1958
- */
1959
- const filterSensitiveLog: (obj: UpdateWorkgroupResponse) => any;
1960
- }
1439
+ /**
1440
+ * @internal
1441
+ */
1442
+ export declare const ConfigParameterFilterSensitiveLog: (obj: ConfigParameter) => any;
1443
+ /**
1444
+ * @internal
1445
+ */
1446
+ export declare const ConvertRecoveryPointToSnapshotRequestFilterSensitiveLog: (obj: ConvertRecoveryPointToSnapshotRequest) => any;
1447
+ /**
1448
+ * @internal
1449
+ */
1450
+ export declare const SnapshotFilterSensitiveLog: (obj: Snapshot) => any;
1451
+ /**
1452
+ * @internal
1453
+ */
1454
+ export declare const ConvertRecoveryPointToSnapshotResponseFilterSensitiveLog: (obj: ConvertRecoveryPointToSnapshotResponse) => any;
1455
+ /**
1456
+ * @internal
1457
+ */
1458
+ export declare const CreateEndpointAccessRequestFilterSensitiveLog: (obj: CreateEndpointAccessRequest) => any;
1459
+ /**
1460
+ * @internal
1461
+ */
1462
+ export declare const NetworkInterfaceFilterSensitiveLog: (obj: NetworkInterface) => any;
1463
+ /**
1464
+ * @internal
1465
+ */
1466
+ export declare const VpcEndpointFilterSensitiveLog: (obj: VpcEndpoint) => any;
1467
+ /**
1468
+ * @internal
1469
+ */
1470
+ export declare const VpcSecurityGroupMembershipFilterSensitiveLog: (obj: VpcSecurityGroupMembership) => any;
1471
+ /**
1472
+ * @internal
1473
+ */
1474
+ export declare const EndpointAccessFilterSensitiveLog: (obj: EndpointAccess) => any;
1475
+ /**
1476
+ * @internal
1477
+ */
1478
+ export declare const CreateEndpointAccessResponseFilterSensitiveLog: (obj: CreateEndpointAccessResponse) => any;
1479
+ /**
1480
+ * @internal
1481
+ */
1482
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1483
+ /**
1484
+ * @internal
1485
+ */
1486
+ export declare const CreateNamespaceRequestFilterSensitiveLog: (obj: CreateNamespaceRequest) => any;
1487
+ /**
1488
+ * @internal
1489
+ */
1490
+ export declare const NamespaceFilterSensitiveLog: (obj: Namespace) => any;
1491
+ /**
1492
+ * @internal
1493
+ */
1494
+ export declare const CreateNamespaceResponseFilterSensitiveLog: (obj: CreateNamespaceResponse) => any;
1495
+ /**
1496
+ * @internal
1497
+ */
1498
+ export declare const CreateSnapshotRequestFilterSensitiveLog: (obj: CreateSnapshotRequest) => any;
1499
+ /**
1500
+ * @internal
1501
+ */
1502
+ export declare const CreateSnapshotResponseFilterSensitiveLog: (obj: CreateSnapshotResponse) => any;
1503
+ /**
1504
+ * @internal
1505
+ */
1506
+ export declare const CreateUsageLimitRequestFilterSensitiveLog: (obj: CreateUsageLimitRequest) => any;
1507
+ /**
1508
+ * @internal
1509
+ */
1510
+ export declare const UsageLimitFilterSensitiveLog: (obj: UsageLimit) => any;
1511
+ /**
1512
+ * @internal
1513
+ */
1514
+ export declare const CreateUsageLimitResponseFilterSensitiveLog: (obj: CreateUsageLimitResponse) => any;
1515
+ /**
1516
+ * @internal
1517
+ */
1518
+ export declare const CreateWorkgroupRequestFilterSensitiveLog: (obj: CreateWorkgroupRequest) => any;
1519
+ /**
1520
+ * @internal
1521
+ */
1522
+ export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
1523
+ /**
1524
+ * @internal
1525
+ */
1526
+ export declare const WorkgroupFilterSensitiveLog: (obj: Workgroup) => any;
1527
+ /**
1528
+ * @internal
1529
+ */
1530
+ export declare const CreateWorkgroupResponseFilterSensitiveLog: (obj: CreateWorkgroupResponse) => any;
1531
+ /**
1532
+ * @internal
1533
+ */
1534
+ export declare const DeleteEndpointAccessRequestFilterSensitiveLog: (obj: DeleteEndpointAccessRequest) => any;
1535
+ /**
1536
+ * @internal
1537
+ */
1538
+ export declare const DeleteEndpointAccessResponseFilterSensitiveLog: (obj: DeleteEndpointAccessResponse) => any;
1539
+ /**
1540
+ * @internal
1541
+ */
1542
+ export declare const GetEndpointAccessRequestFilterSensitiveLog: (obj: GetEndpointAccessRequest) => any;
1543
+ /**
1544
+ * @internal
1545
+ */
1546
+ export declare const GetEndpointAccessResponseFilterSensitiveLog: (obj: GetEndpointAccessResponse) => any;
1547
+ /**
1548
+ * @internal
1549
+ */
1550
+ export declare const ListEndpointAccessRequestFilterSensitiveLog: (obj: ListEndpointAccessRequest) => any;
1551
+ /**
1552
+ * @internal
1553
+ */
1554
+ export declare const ListEndpointAccessResponseFilterSensitiveLog: (obj: ListEndpointAccessResponse) => any;
1555
+ /**
1556
+ * @internal
1557
+ */
1558
+ export declare const UpdateEndpointAccessRequestFilterSensitiveLog: (obj: UpdateEndpointAccessRequest) => any;
1559
+ /**
1560
+ * @internal
1561
+ */
1562
+ export declare const UpdateEndpointAccessResponseFilterSensitiveLog: (obj: UpdateEndpointAccessResponse) => any;
1563
+ /**
1564
+ * @internal
1565
+ */
1566
+ export declare const DeleteNamespaceRequestFilterSensitiveLog: (obj: DeleteNamespaceRequest) => any;
1567
+ /**
1568
+ * @internal
1569
+ */
1570
+ export declare const DeleteNamespaceResponseFilterSensitiveLog: (obj: DeleteNamespaceResponse) => any;
1571
+ /**
1572
+ * @internal
1573
+ */
1574
+ export declare const DeleteResourcePolicyRequestFilterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
1575
+ /**
1576
+ * @internal
1577
+ */
1578
+ export declare const DeleteResourcePolicyResponseFilterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
1579
+ /**
1580
+ * @internal
1581
+ */
1582
+ export declare const DeleteSnapshotRequestFilterSensitiveLog: (obj: DeleteSnapshotRequest) => any;
1583
+ /**
1584
+ * @internal
1585
+ */
1586
+ export declare const DeleteSnapshotResponseFilterSensitiveLog: (obj: DeleteSnapshotResponse) => any;
1587
+ /**
1588
+ * @internal
1589
+ */
1590
+ export declare const DeleteUsageLimitRequestFilterSensitiveLog: (obj: DeleteUsageLimitRequest) => any;
1591
+ /**
1592
+ * @internal
1593
+ */
1594
+ export declare const DeleteUsageLimitResponseFilterSensitiveLog: (obj: DeleteUsageLimitResponse) => any;
1595
+ /**
1596
+ * @internal
1597
+ */
1598
+ export declare const DeleteWorkgroupRequestFilterSensitiveLog: (obj: DeleteWorkgroupRequest) => any;
1599
+ /**
1600
+ * @internal
1601
+ */
1602
+ export declare const DeleteWorkgroupResponseFilterSensitiveLog: (obj: DeleteWorkgroupResponse) => any;
1603
+ /**
1604
+ * @internal
1605
+ */
1606
+ export declare const GetCredentialsRequestFilterSensitiveLog: (obj: GetCredentialsRequest) => any;
1607
+ /**
1608
+ * @internal
1609
+ */
1610
+ export declare const GetCredentialsResponseFilterSensitiveLog: (obj: GetCredentialsResponse) => any;
1611
+ /**
1612
+ * @internal
1613
+ */
1614
+ export declare const GetNamespaceRequestFilterSensitiveLog: (obj: GetNamespaceRequest) => any;
1615
+ /**
1616
+ * @internal
1617
+ */
1618
+ export declare const GetNamespaceResponseFilterSensitiveLog: (obj: GetNamespaceResponse) => any;
1619
+ /**
1620
+ * @internal
1621
+ */
1622
+ export declare const GetRecoveryPointRequestFilterSensitiveLog: (obj: GetRecoveryPointRequest) => any;
1623
+ /**
1624
+ * @internal
1625
+ */
1626
+ export declare const RecoveryPointFilterSensitiveLog: (obj: RecoveryPoint) => any;
1627
+ /**
1628
+ * @internal
1629
+ */
1630
+ export declare const GetRecoveryPointResponseFilterSensitiveLog: (obj: GetRecoveryPointResponse) => any;
1631
+ /**
1632
+ * @internal
1633
+ */
1634
+ export declare const GetResourcePolicyRequestFilterSensitiveLog: (obj: GetResourcePolicyRequest) => any;
1635
+ /**
1636
+ * @internal
1637
+ */
1638
+ export declare const ResourcePolicyFilterSensitiveLog: (obj: ResourcePolicy) => any;
1639
+ /**
1640
+ * @internal
1641
+ */
1642
+ export declare const GetResourcePolicyResponseFilterSensitiveLog: (obj: GetResourcePolicyResponse) => any;
1643
+ /**
1644
+ * @internal
1645
+ */
1646
+ export declare const GetSnapshotRequestFilterSensitiveLog: (obj: GetSnapshotRequest) => any;
1647
+ /**
1648
+ * @internal
1649
+ */
1650
+ export declare const GetSnapshotResponseFilterSensitiveLog: (obj: GetSnapshotResponse) => any;
1651
+ /**
1652
+ * @internal
1653
+ */
1654
+ export declare const GetUsageLimitRequestFilterSensitiveLog: (obj: GetUsageLimitRequest) => any;
1655
+ /**
1656
+ * @internal
1657
+ */
1658
+ export declare const GetUsageLimitResponseFilterSensitiveLog: (obj: GetUsageLimitResponse) => any;
1659
+ /**
1660
+ * @internal
1661
+ */
1662
+ export declare const GetWorkgroupRequestFilterSensitiveLog: (obj: GetWorkgroupRequest) => any;
1663
+ /**
1664
+ * @internal
1665
+ */
1666
+ export declare const GetWorkgroupResponseFilterSensitiveLog: (obj: GetWorkgroupResponse) => any;
1667
+ /**
1668
+ * @internal
1669
+ */
1670
+ export declare const ListNamespacesRequestFilterSensitiveLog: (obj: ListNamespacesRequest) => any;
1671
+ /**
1672
+ * @internal
1673
+ */
1674
+ export declare const ListNamespacesResponseFilterSensitiveLog: (obj: ListNamespacesResponse) => any;
1675
+ /**
1676
+ * @internal
1677
+ */
1678
+ export declare const ListRecoveryPointsRequestFilterSensitiveLog: (obj: ListRecoveryPointsRequest) => any;
1679
+ /**
1680
+ * @internal
1681
+ */
1682
+ export declare const ListRecoveryPointsResponseFilterSensitiveLog: (obj: ListRecoveryPointsResponse) => any;
1683
+ /**
1684
+ * @internal
1685
+ */
1686
+ export declare const ListSnapshotsRequestFilterSensitiveLog: (obj: ListSnapshotsRequest) => any;
1687
+ /**
1688
+ * @internal
1689
+ */
1690
+ export declare const ListSnapshotsResponseFilterSensitiveLog: (obj: ListSnapshotsResponse) => any;
1691
+ /**
1692
+ * @internal
1693
+ */
1694
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1695
+ /**
1696
+ * @internal
1697
+ */
1698
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1699
+ /**
1700
+ * @internal
1701
+ */
1702
+ export declare const ListUsageLimitsRequestFilterSensitiveLog: (obj: ListUsageLimitsRequest) => any;
1703
+ /**
1704
+ * @internal
1705
+ */
1706
+ export declare const ListUsageLimitsResponseFilterSensitiveLog: (obj: ListUsageLimitsResponse) => any;
1707
+ /**
1708
+ * @internal
1709
+ */
1710
+ export declare const ListWorkgroupsRequestFilterSensitiveLog: (obj: ListWorkgroupsRequest) => any;
1711
+ /**
1712
+ * @internal
1713
+ */
1714
+ export declare const ListWorkgroupsResponseFilterSensitiveLog: (obj: ListWorkgroupsResponse) => any;
1715
+ /**
1716
+ * @internal
1717
+ */
1718
+ export declare const UpdateNamespaceRequestFilterSensitiveLog: (obj: UpdateNamespaceRequest) => any;
1719
+ /**
1720
+ * @internal
1721
+ */
1722
+ export declare const UpdateNamespaceResponseFilterSensitiveLog: (obj: UpdateNamespaceResponse) => any;
1723
+ /**
1724
+ * @internal
1725
+ */
1726
+ export declare const PutResourcePolicyRequestFilterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
1727
+ /**
1728
+ * @internal
1729
+ */
1730
+ export declare const PutResourcePolicyResponseFilterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
1731
+ /**
1732
+ * @internal
1733
+ */
1734
+ export declare const RestoreFromRecoveryPointRequestFilterSensitiveLog: (obj: RestoreFromRecoveryPointRequest) => any;
1735
+ /**
1736
+ * @internal
1737
+ */
1738
+ export declare const RestoreFromRecoveryPointResponseFilterSensitiveLog: (obj: RestoreFromRecoveryPointResponse) => any;
1739
+ /**
1740
+ * @internal
1741
+ */
1742
+ export declare const RestoreFromSnapshotRequestFilterSensitiveLog: (obj: RestoreFromSnapshotRequest) => any;
1743
+ /**
1744
+ * @internal
1745
+ */
1746
+ export declare const RestoreFromSnapshotResponseFilterSensitiveLog: (obj: RestoreFromSnapshotResponse) => any;
1747
+ /**
1748
+ * @internal
1749
+ */
1750
+ export declare const UpdateSnapshotRequestFilterSensitiveLog: (obj: UpdateSnapshotRequest) => any;
1751
+ /**
1752
+ * @internal
1753
+ */
1754
+ export declare const UpdateSnapshotResponseFilterSensitiveLog: (obj: UpdateSnapshotResponse) => any;
1755
+ /**
1756
+ * @internal
1757
+ */
1758
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1759
+ /**
1760
+ * @internal
1761
+ */
1762
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
1763
+ /**
1764
+ * @internal
1765
+ */
1766
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1767
+ /**
1768
+ * @internal
1769
+ */
1770
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
1771
+ /**
1772
+ * @internal
1773
+ */
1774
+ export declare const UpdateUsageLimitRequestFilterSensitiveLog: (obj: UpdateUsageLimitRequest) => any;
1775
+ /**
1776
+ * @internal
1777
+ */
1778
+ export declare const UpdateUsageLimitResponseFilterSensitiveLog: (obj: UpdateUsageLimitResponse) => any;
1779
+ /**
1780
+ * @internal
1781
+ */
1782
+ export declare const UpdateWorkgroupRequestFilterSensitiveLog: (obj: UpdateWorkgroupRequest) => any;
1783
+ /**
1784
+ * @internal
1785
+ */
1786
+ export declare const UpdateWorkgroupResponseFilterSensitiveLog: (obj: UpdateWorkgroupResponse) => any;