@aws-sdk/client-rds 3.67.0 → 3.72.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 (77) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/RDS.js +0 -90
  3. package/dist-cjs/commands/DescribeDBProxyTargetsCommand.js +1 -2
  4. package/dist-cjs/commands/DescribeDBSecurityGroupsCommand.js +3 -3
  5. package/dist-cjs/commands/DescribeDBSnapshotAttributesCommand.js +3 -3
  6. package/dist-cjs/commands/DescribeDBSnapshotsCommand.js +2 -1
  7. package/dist-cjs/commands/index.js +0 -6
  8. package/dist-cjs/models/models_0.js +91 -122
  9. package/dist-cjs/models/models_1.js +4 -121
  10. package/dist-cjs/pagination/index.js +1 -3
  11. package/dist-cjs/protocols/Aws_query.js +6 -640
  12. package/dist-es/RDS.js +0 -90
  13. package/dist-es/commands/DescribeDBProxyTargetsCommand.js +1 -2
  14. package/dist-es/commands/DescribeDBSecurityGroupsCommand.js +1 -1
  15. package/dist-es/commands/DescribeDBSnapshotAttributesCommand.js +1 -1
  16. package/dist-es/commands/DescribeDBSnapshotsCommand.js +2 -1
  17. package/dist-es/commands/index.js +0 -6
  18. package/dist-es/models/models_0.js +66 -89
  19. package/dist-es/models/models_1.js +0 -90
  20. package/dist-es/pagination/index.js +1 -3
  21. package/dist-es/protocols/Aws_query.js +33 -739
  22. package/dist-types/RDS.d.ts +1 -61
  23. package/dist-types/RDSClient.d.ts +2 -8
  24. package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +1 -2
  25. package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +2 -1
  28. package/dist-types/commands/ModifyCertificatesCommand.d.ts +1 -1
  29. package/dist-types/commands/index.d.ts +0 -6
  30. package/dist-types/models/models_0.d.ts +280 -308
  31. package/dist-types/models/models_1.d.ts +199 -420
  32. package/dist-types/pagination/index.d.ts +1 -3
  33. package/dist-types/protocols/Aws_query.d.ts +0 -18
  34. package/dist-types/ts3.4/RDS.d.ts +0 -30
  35. package/dist-types/ts3.4/RDSClient.d.ts +2 -8
  36. package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +1 -2
  37. package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
  38. package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/commands/DescribeDBSnapshotsCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/index.d.ts +0 -6
  41. package/dist-types/ts3.4/models/models_0.d.ts +144 -158
  42. package/dist-types/ts3.4/models/models_1.d.ts +1 -192
  43. package/dist-types/ts3.4/pagination/index.d.ts +1 -3
  44. package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -18
  45. package/package.json +6 -6
  46. package/dist-cjs/commands/CreateCustomAvailabilityZoneCommand.js +0 -36
  47. package/dist-cjs/commands/DeleteCustomAvailabilityZoneCommand.js +0 -36
  48. package/dist-cjs/commands/DeleteInstallationMediaCommand.js +0 -36
  49. package/dist-cjs/commands/DescribeCustomAvailabilityZonesCommand.js +0 -36
  50. package/dist-cjs/commands/DescribeInstallationMediaCommand.js +0 -36
  51. package/dist-cjs/commands/ImportInstallationMediaCommand.js +0 -37
  52. package/dist-cjs/pagination/DescribeCustomAvailabilityZonesPaginator.js +0 -35
  53. package/dist-cjs/pagination/DescribeInstallationMediaPaginator.js +0 -35
  54. package/dist-es/commands/CreateCustomAvailabilityZoneCommand.js +0 -39
  55. package/dist-es/commands/DeleteCustomAvailabilityZoneCommand.js +0 -39
  56. package/dist-es/commands/DeleteInstallationMediaCommand.js +0 -39
  57. package/dist-es/commands/DescribeCustomAvailabilityZonesCommand.js +0 -39
  58. package/dist-es/commands/DescribeInstallationMediaCommand.js +0 -39
  59. package/dist-es/commands/ImportInstallationMediaCommand.js +0 -40
  60. package/dist-es/pagination/DescribeCustomAvailabilityZonesPaginator.js +0 -74
  61. package/dist-es/pagination/DescribeInstallationMediaPaginator.js +0 -74
  62. package/dist-types/commands/CreateCustomAvailabilityZoneCommand.d.ts +0 -40
  63. package/dist-types/commands/DeleteCustomAvailabilityZoneCommand.d.ts +0 -40
  64. package/dist-types/commands/DeleteInstallationMediaCommand.d.ts +0 -36
  65. package/dist-types/commands/DescribeCustomAvailabilityZonesCommand.d.ts +0 -40
  66. package/dist-types/commands/DescribeInstallationMediaCommand.d.ts +0 -36
  67. package/dist-types/commands/ImportInstallationMediaCommand.d.ts +0 -37
  68. package/dist-types/pagination/DescribeCustomAvailabilityZonesPaginator.d.ts +0 -4
  69. package/dist-types/pagination/DescribeInstallationMediaPaginator.d.ts +0 -4
  70. package/dist-types/ts3.4/commands/CreateCustomAvailabilityZoneCommand.d.ts +0 -17
  71. package/dist-types/ts3.4/commands/DeleteCustomAvailabilityZoneCommand.d.ts +0 -17
  72. package/dist-types/ts3.4/commands/DeleteInstallationMediaCommand.d.ts +0 -17
  73. package/dist-types/ts3.4/commands/DescribeCustomAvailabilityZonesCommand.d.ts +0 -17
  74. package/dist-types/ts3.4/commands/DescribeInstallationMediaCommand.d.ts +0 -17
  75. package/dist-types/ts3.4/commands/ImportInstallationMediaCommand.d.ts +0 -18
  76. package/dist-types/ts3.4/pagination/DescribeCustomAvailabilityZonesPaginator.d.ts +0 -4
  77. package/dist-types/ts3.4/pagination/DescribeInstallationMediaPaginator.d.ts +0 -4
@@ -938,77 +938,6 @@ export declare class OptionGroupQuotaExceededFault extends __BaseException {
938
938
 
939
939
  constructor(opts: __ExceptionOptionType<OptionGroupQuotaExceededFault, __BaseException>);
940
940
  }
941
-
942
- export interface CreateCustomAvailabilityZoneMessage {
943
-
944
- CustomAvailabilityZoneName: string | undefined;
945
-
946
- ExistingVpnId?: string;
947
-
948
- NewVpnTunnelName?: string;
949
-
950
- VpnTunnelOriginatorIP?: string;
951
- }
952
- export declare namespace CreateCustomAvailabilityZoneMessage {
953
-
954
- const filterSensitiveLog: (obj: CreateCustomAvailabilityZoneMessage) => any;
955
- }
956
-
957
- export interface VpnDetails {
958
-
959
- VpnId?: string;
960
-
961
- VpnTunnelOriginatorIP?: string;
962
-
963
- VpnGatewayIp?: string;
964
-
965
- VpnPSK?: string;
966
-
967
- VpnName?: string;
968
-
969
- VpnState?: string;
970
- }
971
- export declare namespace VpnDetails {
972
-
973
- const filterSensitiveLog: (obj: VpnDetails) => any;
974
- }
975
-
976
- export interface CustomAvailabilityZone {
977
-
978
- CustomAvailabilityZoneId?: string;
979
-
980
- CustomAvailabilityZoneName?: string;
981
-
982
- CustomAvailabilityZoneStatus?: string;
983
-
984
- VpnDetails?: VpnDetails;
985
- }
986
- export declare namespace CustomAvailabilityZone {
987
-
988
- const filterSensitiveLog: (obj: CustomAvailabilityZone) => any;
989
- }
990
- export interface CreateCustomAvailabilityZoneResult {
991
-
992
- CustomAvailabilityZone?: CustomAvailabilityZone;
993
- }
994
- export declare namespace CreateCustomAvailabilityZoneResult {
995
-
996
- const filterSensitiveLog: (obj: CreateCustomAvailabilityZoneResult) => any;
997
- }
998
-
999
- export declare class CustomAvailabilityZoneAlreadyExistsFault extends __BaseException {
1000
- readonly name: "CustomAvailabilityZoneAlreadyExistsFault";
1001
- readonly $fault: "client";
1002
-
1003
- constructor(opts: __ExceptionOptionType<CustomAvailabilityZoneAlreadyExistsFault, __BaseException>);
1004
- }
1005
-
1006
- export declare class CustomAvailabilityZoneQuotaExceededFault extends __BaseException {
1007
- readonly name: "CustomAvailabilityZoneQuotaExceededFault";
1008
- readonly $fault: "client";
1009
-
1010
- constructor(opts: __ExceptionOptionType<CustomAvailabilityZoneQuotaExceededFault, __BaseException>);
1011
- }
1012
941
  export interface CreateCustomDBEngineVersionMessage {
1013
942
 
1014
943
  Engine: string | undefined;
@@ -2860,22 +2789,6 @@ export declare namespace CreateOptionGroupResult {
2860
2789
 
2861
2790
  const filterSensitiveLog: (obj: CreateOptionGroupResult) => any;
2862
2791
  }
2863
- export interface DeleteCustomAvailabilityZoneMessage {
2864
-
2865
- CustomAvailabilityZoneId: string | undefined;
2866
- }
2867
- export declare namespace DeleteCustomAvailabilityZoneMessage {
2868
-
2869
- const filterSensitiveLog: (obj: DeleteCustomAvailabilityZoneMessage) => any;
2870
- }
2871
- export interface DeleteCustomAvailabilityZoneResult {
2872
-
2873
- CustomAvailabilityZone?: CustomAvailabilityZone;
2874
- }
2875
- export declare namespace DeleteCustomAvailabilityZoneResult {
2876
-
2877
- const filterSensitiveLog: (obj: DeleteCustomAvailabilityZoneResult) => any;
2878
- }
2879
2792
 
2880
2793
  export declare class CustomDBEngineVersionNotFoundFault extends __BaseException {
2881
2794
  readonly name: "CustomDBEngineVersionNotFoundFault";
@@ -3248,53 +3161,6 @@ export declare namespace DeleteGlobalClusterResult {
3248
3161
 
3249
3162
  const filterSensitiveLog: (obj: DeleteGlobalClusterResult) => any;
3250
3163
  }
3251
- export interface DeleteInstallationMediaMessage {
3252
-
3253
- InstallationMediaId: string | undefined;
3254
- }
3255
- export declare namespace DeleteInstallationMediaMessage {
3256
-
3257
- const filterSensitiveLog: (obj: DeleteInstallationMediaMessage) => any;
3258
- }
3259
-
3260
- export interface InstallationMediaFailureCause {
3261
-
3262
- Message?: string;
3263
- }
3264
- export declare namespace InstallationMediaFailureCause {
3265
-
3266
- const filterSensitiveLog: (obj: InstallationMediaFailureCause) => any;
3267
- }
3268
-
3269
- export interface InstallationMedia {
3270
-
3271
- InstallationMediaId?: string;
3272
-
3273
- CustomAvailabilityZoneId?: string;
3274
-
3275
- Engine?: string;
3276
-
3277
- EngineVersion?: string;
3278
-
3279
- EngineInstallationMediaPath?: string;
3280
-
3281
- OSInstallationMediaPath?: string;
3282
-
3283
- Status?: string;
3284
-
3285
- FailureCause?: InstallationMediaFailureCause;
3286
- }
3287
- export declare namespace InstallationMedia {
3288
-
3289
- const filterSensitiveLog: (obj: InstallationMedia) => any;
3290
- }
3291
-
3292
- export declare class InstallationMediaNotFoundFault extends __BaseException {
3293
- readonly name: "InstallationMediaNotFoundFault";
3294
- readonly $fault: "client";
3295
-
3296
- constructor(opts: __ExceptionOptionType<InstallationMediaNotFoundFault, __BaseException>);
3297
- }
3298
3164
 
3299
3165
  export interface DeleteOptionGroupMessage {
3300
3166
 
@@ -3412,30 +3278,6 @@ export declare namespace DescribeCertificatesMessage {
3412
3278
 
3413
3279
  const filterSensitiveLog: (obj: DescribeCertificatesMessage) => any;
3414
3280
  }
3415
- export interface CustomAvailabilityZoneMessage {
3416
-
3417
- Marker?: string;
3418
-
3419
- CustomAvailabilityZones?: CustomAvailabilityZone[];
3420
- }
3421
- export declare namespace CustomAvailabilityZoneMessage {
3422
-
3423
- const filterSensitiveLog: (obj: CustomAvailabilityZoneMessage) => any;
3424
- }
3425
- export interface DescribeCustomAvailabilityZonesMessage {
3426
-
3427
- CustomAvailabilityZoneId?: string;
3428
-
3429
- Filters?: Filter[];
3430
-
3431
- MaxRecords?: number;
3432
-
3433
- Marker?: string;
3434
- }
3435
- export declare namespace DescribeCustomAvailabilityZonesMessage {
3436
-
3437
- const filterSensitiveLog: (obj: DescribeCustomAvailabilityZonesMessage) => any;
3438
- }
3439
3281
 
3440
3282
  export interface DBClusterBacktrackMessage {
3441
3283
 
@@ -4005,3 +3847,147 @@ export declare namespace DescribeDBProxyTargetsRequest {
4005
3847
 
4006
3848
  const filterSensitiveLog: (obj: DescribeDBProxyTargetsRequest) => any;
4007
3849
  }
3850
+ export declare enum TargetRole {
3851
+ READ_ONLY = "READ_ONLY",
3852
+ READ_WRITE = "READ_WRITE",
3853
+ UNKNOWN = "UNKNOWN"
3854
+ }
3855
+ export declare enum TargetHealthReason {
3856
+ AUTH_FAILURE = "AUTH_FAILURE",
3857
+ CONNECTION_FAILED = "CONNECTION_FAILED",
3858
+ INVALID_REPLICATION_STATE = "INVALID_REPLICATION_STATE",
3859
+ PENDING_PROXY_CAPACITY = "PENDING_PROXY_CAPACITY",
3860
+ UNREACHABLE = "UNREACHABLE"
3861
+ }
3862
+ export declare enum TargetState {
3863
+ available = "AVAILABLE",
3864
+ registering = "REGISTERING",
3865
+ unavailable = "UNAVAILABLE"
3866
+ }
3867
+
3868
+ export interface TargetHealth {
3869
+
3870
+ State?: TargetState | string;
3871
+
3872
+ Reason?: TargetHealthReason | string;
3873
+
3874
+ Description?: string;
3875
+ }
3876
+ export declare namespace TargetHealth {
3877
+
3878
+ const filterSensitiveLog: (obj: TargetHealth) => any;
3879
+ }
3880
+ export declare enum TargetType {
3881
+ RDS_INSTANCE = "RDS_INSTANCE",
3882
+ RDS_SERVERLESS_ENDPOINT = "RDS_SERVERLESS_ENDPOINT",
3883
+ TRACKED_CLUSTER = "TRACKED_CLUSTER"
3884
+ }
3885
+
3886
+ export interface DBProxyTarget {
3887
+
3888
+ TargetArn?: string;
3889
+
3890
+ Endpoint?: string;
3891
+
3892
+ TrackedClusterId?: string;
3893
+
3894
+ RdsResourceId?: string;
3895
+
3896
+ Port?: number;
3897
+
3898
+ Type?: TargetType | string;
3899
+
3900
+ Role?: TargetRole | string;
3901
+
3902
+ TargetHealth?: TargetHealth;
3903
+ }
3904
+ export declare namespace DBProxyTarget {
3905
+
3906
+ const filterSensitiveLog: (obj: DBProxyTarget) => any;
3907
+ }
3908
+ export interface DescribeDBProxyTargetsResponse {
3909
+
3910
+ Targets?: DBProxyTarget[];
3911
+
3912
+ Marker?: string;
3913
+ }
3914
+ export declare namespace DescribeDBProxyTargetsResponse {
3915
+
3916
+ const filterSensitiveLog: (obj: DescribeDBProxyTargetsResponse) => any;
3917
+ }
3918
+
3919
+ export interface DBSecurityGroupMessage {
3920
+
3921
+ Marker?: string;
3922
+
3923
+ DBSecurityGroups?: DBSecurityGroup[];
3924
+ }
3925
+ export declare namespace DBSecurityGroupMessage {
3926
+
3927
+ const filterSensitiveLog: (obj: DBSecurityGroupMessage) => any;
3928
+ }
3929
+
3930
+ export interface DescribeDBSecurityGroupsMessage {
3931
+
3932
+ DBSecurityGroupName?: string;
3933
+
3934
+ Filters?: Filter[];
3935
+
3936
+ MaxRecords?: number;
3937
+
3938
+ Marker?: string;
3939
+ }
3940
+ export declare namespace DescribeDBSecurityGroupsMessage {
3941
+
3942
+ const filterSensitiveLog: (obj: DescribeDBSecurityGroupsMessage) => any;
3943
+ }
3944
+
3945
+ export interface DescribeDBSnapshotAttributesMessage {
3946
+
3947
+ DBSnapshotIdentifier: string | undefined;
3948
+ }
3949
+ export declare namespace DescribeDBSnapshotAttributesMessage {
3950
+
3951
+ const filterSensitiveLog: (obj: DescribeDBSnapshotAttributesMessage) => any;
3952
+ }
3953
+
3954
+ export interface DBSnapshotAttribute {
3955
+
3956
+ AttributeName?: string;
3957
+
3958
+ AttributeValues?: string[];
3959
+ }
3960
+ export declare namespace DBSnapshotAttribute {
3961
+
3962
+ const filterSensitiveLog: (obj: DBSnapshotAttribute) => any;
3963
+ }
3964
+
3965
+ export interface DBSnapshotAttributesResult {
3966
+
3967
+ DBSnapshotIdentifier?: string;
3968
+
3969
+ DBSnapshotAttributes?: DBSnapshotAttribute[];
3970
+ }
3971
+ export declare namespace DBSnapshotAttributesResult {
3972
+
3973
+ const filterSensitiveLog: (obj: DBSnapshotAttributesResult) => any;
3974
+ }
3975
+ export interface DescribeDBSnapshotAttributesResult {
3976
+
3977
+ DBSnapshotAttributesResult?: DBSnapshotAttributesResult;
3978
+ }
3979
+ export declare namespace DescribeDBSnapshotAttributesResult {
3980
+
3981
+ const filterSensitiveLog: (obj: DescribeDBSnapshotAttributesResult) => any;
3982
+ }
3983
+
3984
+ export interface DBSnapshotMessage {
3985
+
3986
+ Marker?: string;
3987
+
3988
+ DBSnapshots?: DBSnapshot[];
3989
+ }
3990
+ export declare namespace DBSnapshotMessage {
3991
+
3992
+ const filterSensitiveLog: (obj: DBSnapshotMessage) => any;
3993
+ }
@@ -1,150 +1,6 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { ActivityStreamMode, ActivityStreamStatus, AutomationMode, AvailabilityZone, Certificate, DBCluster, DBClusterSnapshotAttributesResult, DBInstance, DBInstanceAutomatedBackup, DBProxy, DBProxyEndpoint, DBProxyTargetGroup, DBSecurityGroup, DBSnapshot, DBSubnetGroup, EventSubscription, ExportTask, Filter, GlobalCluster, InstallationMedia, OptionGroup, OptionSetting, Parameter, ProcessorFeature, ReplicaMode, ResourcePendingMaintenanceActions, ScalingConfiguration, Tag, UserAuthConfig } from "./models_0";
2
+ import { ActivityStreamMode, ActivityStreamStatus, AutomationMode, AvailabilityZone, Certificate, DBCluster, DBClusterSnapshotAttributesResult, DBInstance, DBInstanceAutomatedBackup, DBProxy, DBProxyEndpoint, DBProxyTarget, DBProxyTargetGroup, DBSecurityGroup, DBSnapshot, DBSnapshotAttributesResult, DBSubnetGroup, EventSubscription, ExportTask, Filter, GlobalCluster, OptionGroup, OptionSetting, Parameter, ProcessorFeature, ReplicaMode, ResourcePendingMaintenanceActions, ScalingConfiguration, Tag, UserAuthConfig } from "./models_0";
3
3
  import { RDSServiceException as __BaseException } from "./RDSServiceException";
4
- export declare enum TargetRole {
5
- READ_ONLY = "READ_ONLY",
6
- READ_WRITE = "READ_WRITE",
7
- UNKNOWN = "UNKNOWN"
8
- }
9
- export declare enum TargetHealthReason {
10
- AUTH_FAILURE = "AUTH_FAILURE",
11
- CONNECTION_FAILED = "CONNECTION_FAILED",
12
- INVALID_REPLICATION_STATE = "INVALID_REPLICATION_STATE",
13
- PENDING_PROXY_CAPACITY = "PENDING_PROXY_CAPACITY",
14
- UNREACHABLE = "UNREACHABLE"
15
- }
16
- export declare enum TargetState {
17
- available = "AVAILABLE",
18
- registering = "REGISTERING",
19
- unavailable = "UNAVAILABLE"
20
- }
21
-
22
- export interface TargetHealth {
23
-
24
- State?: TargetState | string;
25
-
26
- Reason?: TargetHealthReason | string;
27
-
28
- Description?: string;
29
- }
30
- export declare namespace TargetHealth {
31
-
32
- const filterSensitiveLog: (obj: TargetHealth) => any;
33
- }
34
- export declare enum TargetType {
35
- RDS_INSTANCE = "RDS_INSTANCE",
36
- RDS_SERVERLESS_ENDPOINT = "RDS_SERVERLESS_ENDPOINT",
37
- TRACKED_CLUSTER = "TRACKED_CLUSTER"
38
- }
39
-
40
- export interface DBProxyTarget {
41
-
42
- TargetArn?: string;
43
-
44
- Endpoint?: string;
45
-
46
- TrackedClusterId?: string;
47
-
48
- RdsResourceId?: string;
49
-
50
- Port?: number;
51
-
52
- Type?: TargetType | string;
53
-
54
- Role?: TargetRole | string;
55
-
56
- TargetHealth?: TargetHealth;
57
- }
58
- export declare namespace DBProxyTarget {
59
-
60
- const filterSensitiveLog: (obj: DBProxyTarget) => any;
61
- }
62
- export interface DescribeDBProxyTargetsResponse {
63
-
64
- Targets?: DBProxyTarget[];
65
-
66
- Marker?: string;
67
- }
68
- export declare namespace DescribeDBProxyTargetsResponse {
69
-
70
- const filterSensitiveLog: (obj: DescribeDBProxyTargetsResponse) => any;
71
- }
72
-
73
- export interface DBSecurityGroupMessage {
74
-
75
- Marker?: string;
76
-
77
- DBSecurityGroups?: DBSecurityGroup[];
78
- }
79
- export declare namespace DBSecurityGroupMessage {
80
-
81
- const filterSensitiveLog: (obj: DBSecurityGroupMessage) => any;
82
- }
83
-
84
- export interface DescribeDBSecurityGroupsMessage {
85
-
86
- DBSecurityGroupName?: string;
87
-
88
- Filters?: Filter[];
89
-
90
- MaxRecords?: number;
91
-
92
- Marker?: string;
93
- }
94
- export declare namespace DescribeDBSecurityGroupsMessage {
95
-
96
- const filterSensitiveLog: (obj: DescribeDBSecurityGroupsMessage) => any;
97
- }
98
-
99
- export interface DescribeDBSnapshotAttributesMessage {
100
-
101
- DBSnapshotIdentifier: string | undefined;
102
- }
103
- export declare namespace DescribeDBSnapshotAttributesMessage {
104
-
105
- const filterSensitiveLog: (obj: DescribeDBSnapshotAttributesMessage) => any;
106
- }
107
-
108
- export interface DBSnapshotAttribute {
109
-
110
- AttributeName?: string;
111
-
112
- AttributeValues?: string[];
113
- }
114
- export declare namespace DBSnapshotAttribute {
115
-
116
- const filterSensitiveLog: (obj: DBSnapshotAttribute) => any;
117
- }
118
-
119
- export interface DBSnapshotAttributesResult {
120
-
121
- DBSnapshotIdentifier?: string;
122
-
123
- DBSnapshotAttributes?: DBSnapshotAttribute[];
124
- }
125
- export declare namespace DBSnapshotAttributesResult {
126
-
127
- const filterSensitiveLog: (obj: DBSnapshotAttributesResult) => any;
128
- }
129
- export interface DescribeDBSnapshotAttributesResult {
130
-
131
- DBSnapshotAttributesResult?: DBSnapshotAttributesResult;
132
- }
133
- export declare namespace DescribeDBSnapshotAttributesResult {
134
-
135
- const filterSensitiveLog: (obj: DescribeDBSnapshotAttributesResult) => any;
136
- }
137
-
138
- export interface DBSnapshotMessage {
139
-
140
- Marker?: string;
141
-
142
- DBSnapshots?: DBSnapshot[];
143
- }
144
- export declare namespace DBSnapshotMessage {
145
-
146
- const filterSensitiveLog: (obj: DBSnapshotMessage) => any;
147
- }
148
4
 
149
5
  export interface DescribeDBSnapshotsMessage {
150
6
 
@@ -418,30 +274,6 @@ export declare namespace GlobalClustersMessage {
418
274
 
419
275
  const filterSensitiveLog: (obj: GlobalClustersMessage) => any;
420
276
  }
421
- export interface DescribeInstallationMediaMessage {
422
-
423
- InstallationMediaId?: string;
424
-
425
- Filters?: Filter[];
426
-
427
- MaxRecords?: number;
428
-
429
- Marker?: string;
430
- }
431
- export declare namespace DescribeInstallationMediaMessage {
432
-
433
- const filterSensitiveLog: (obj: DescribeInstallationMediaMessage) => any;
434
- }
435
- export interface InstallationMediaMessage {
436
-
437
- Marker?: string;
438
-
439
- InstallationMedia?: InstallationMedia[];
440
- }
441
- export declare namespace InstallationMediaMessage {
442
-
443
- const filterSensitiveLog: (obj: InstallationMediaMessage) => any;
444
- }
445
277
 
446
278
  export interface DescribeOptionGroupOptionsMessage {
447
279
 
@@ -1073,29 +905,6 @@ export declare namespace FailoverGlobalClusterResult {
1073
905
 
1074
906
  const filterSensitiveLog: (obj: FailoverGlobalClusterResult) => any;
1075
907
  }
1076
- export interface ImportInstallationMediaMessage {
1077
-
1078
- CustomAvailabilityZoneId: string | undefined;
1079
-
1080
- Engine: string | undefined;
1081
-
1082
- EngineVersion: string | undefined;
1083
-
1084
- EngineInstallationMediaPath: string | undefined;
1085
-
1086
- OSInstallationMediaPath: string | undefined;
1087
- }
1088
- export declare namespace ImportInstallationMediaMessage {
1089
-
1090
- const filterSensitiveLog: (obj: ImportInstallationMediaMessage) => any;
1091
- }
1092
-
1093
- export declare class InstallationMediaAlreadyExistsFault extends __BaseException {
1094
- readonly name: "InstallationMediaAlreadyExistsFault";
1095
- readonly $fault: "client";
1096
-
1097
- constructor(opts: __ExceptionOptionType<InstallationMediaAlreadyExistsFault, __BaseException>);
1098
- }
1099
908
 
1100
909
  export interface ListTagsForResourceMessage {
1101
910
 
@@ -1,5 +1,4 @@
1
1
  export * from "./DescribeCertificatesPaginator";
2
- export * from "./DescribeCustomAvailabilityZonesPaginator";
3
2
  export * from "./DescribeDBClusterBacktracksPaginator";
4
3
  export * from "./DescribeDBClusterEndpointsPaginator";
5
4
  export * from "./DescribeDBClusterParameterGroupsPaginator";
@@ -8,8 +7,8 @@ export * from "./DescribeDBClusterSnapshotsPaginator";
8
7
  export * from "./DescribeDBClustersPaginator";
9
8
  export * from "./DescribeDBEngineVersionsPaginator";
10
9
  export * from "./DescribeDBInstanceAutomatedBackupsPaginator";
11
- export * from "./Interfaces";
12
10
  export * from "./DescribeDBInstancesPaginator";
11
+ export * from "./Interfaces";
13
12
  export * from "./DescribeDBLogFilesPaginator";
14
13
  export * from "./DescribeDBParameterGroupsPaginator";
15
14
  export * from "./DescribeDBParametersPaginator";
@@ -25,7 +24,6 @@ export * from "./DescribeEventSubscriptionsPaginator";
25
24
  export * from "./DescribeEventsPaginator";
26
25
  export * from "./DescribeExportTasksPaginator";
27
26
  export * from "./DescribeGlobalClustersPaginator";
28
- export * from "./DescribeInstallationMediaPaginator";
29
27
  export * from "./DescribeOptionGroupOptionsPaginator";
30
28
  export * from "./DescribeOptionGroupsPaginator";
31
29
  export * from "./DescribeOrderableDBInstanceOptionsPaginator";