@aws-sdk/client-rds 3.36.1 → 3.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +45 -0
- package/dist-cjs/RDS.js +45 -0
- package/dist-cjs/commands/CreateCustomDBEngineVersionCommand.js +36 -0
- package/dist-cjs/commands/DeleteCustomDBEngineVersionCommand.js +36 -0
- package/dist-cjs/commands/DescribeDBProxyTargetsCommand.js +2 -1
- package/dist-cjs/commands/ModifyCustomDBEngineVersionCommand.js +37 -0
- package/dist-cjs/commands/index.js +143 -0
- package/dist-cjs/endpoints.js +167 -28
- package/dist-cjs/index.js +5 -181
- package/dist-cjs/models/models_0.js +70 -73
- package/dist-cjs/models/models_1.js +60 -4
- package/dist-cjs/pagination/index.js +39 -0
- package/dist-cjs/protocols/Aws_query.js +426 -6
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-cjs/waiters/index.js +9 -0
- package/dist-es/RDS.js +45 -0
- package/dist-es/commands/CreateCustomDBEngineVersionCommand.js +39 -0
- package/dist-es/commands/DeleteCustomDBEngineVersionCommand.js +39 -0
- package/dist-es/commands/DescribeDBProxyTargetsCommand.js +2 -1
- package/dist-es/commands/ModifyCustomDBEngineVersionCommand.js +40 -0
- package/dist-es/commands/index.js +140 -0
- package/dist-es/endpoints.js +167 -28
- package/dist-es/index.js +5 -181
- package/dist-es/models/models_0.js +45 -54
- package/dist-es/models/models_1.js +48 -0
- package/dist-es/pagination/index.js +36 -0
- package/dist-es/protocols/Aws_query.js +431 -0
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-es/waiters/index.js +6 -0
- package/dist-types/RDS.d.ts +103 -13
- package/dist-types/RDSClient.d.ts +13 -2
- package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +1 -0
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +1 -2
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +2 -0
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +62 -0
- package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +4 -3
- package/dist-types/commands/CreateOptionGroupCommand.d.ts +1 -0
- package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +55 -0
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +3 -4
- package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +1 -0
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +46 -0
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +1 -1
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +2 -0
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +1 -0
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -0
- package/dist-types/commands/StartDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/StartExportTaskCommand.d.ts +1 -0
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -0
- package/dist-types/commands/StopDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +140 -0
- package/dist-types/index.d.ts +5 -181
- package/dist-types/models/models_0.d.ts +697 -410
- package/dist-types/models/models_1.d.ts +468 -137
- package/dist-types/pagination/index.d.ts +36 -0
- package/dist-types/protocols/Aws_query.d.ts +9 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/RDS.d.ts +15 -0
- package/dist-types/ts3.4/RDSClient.d.ts +9 -2
- package/dist-types/ts3.4/commands/CreateCustomDBEngineVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCustomDBEngineVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ModifyCustomDBEngineVersionCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/index.d.ts +140 -0
- package/dist-types/ts3.4/index.d.ts +5 -181
- package/dist-types/ts3.4/models/models_0.d.ts +190 -154
- package/dist-types/ts3.4/models/models_1.d.ts +97 -2
- package/dist-types/ts3.4/pagination/index.d.ts +36 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/waiters/index.d.ts +6 -0
- package/dist-types/waiters/index.d.ts +6 -0
- package/package.json +34 -34
|
@@ -1,182 +1,6 @@
|
|
|
1
|
-
export * from "./RDSClient";
|
|
2
1
|
export * from "./RDS";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/AuthorizeDBSecurityGroupIngressCommand";
|
|
9
|
-
export * from "./commands/BacktrackDBClusterCommand";
|
|
10
|
-
export * from "./commands/CancelExportTaskCommand";
|
|
11
|
-
export * from "./commands/CopyDBClusterParameterGroupCommand";
|
|
12
|
-
export * from "./commands/CopyDBClusterSnapshotCommand";
|
|
13
|
-
export * from "./commands/CopyDBParameterGroupCommand";
|
|
14
|
-
export * from "./commands/CopyDBSnapshotCommand";
|
|
15
|
-
export * from "./commands/CopyOptionGroupCommand";
|
|
16
|
-
export * from "./commands/CreateCustomAvailabilityZoneCommand";
|
|
17
|
-
export * from "./commands/CreateDBClusterCommand";
|
|
18
|
-
export * from "./commands/CreateDBClusterEndpointCommand";
|
|
19
|
-
export * from "./commands/CreateDBClusterParameterGroupCommand";
|
|
20
|
-
export * from "./commands/CreateDBClusterSnapshotCommand";
|
|
21
|
-
export * from "./commands/CreateDBInstanceCommand";
|
|
22
|
-
export * from "./commands/CreateDBInstanceReadReplicaCommand";
|
|
23
|
-
export * from "./commands/CreateDBParameterGroupCommand";
|
|
24
|
-
export * from "./commands/CreateDBProxyCommand";
|
|
25
|
-
export * from "./commands/CreateDBProxyEndpointCommand";
|
|
26
|
-
export * from "./commands/CreateDBSecurityGroupCommand";
|
|
27
|
-
export * from "./commands/CreateDBSnapshotCommand";
|
|
28
|
-
export * from "./commands/CreateDBSubnetGroupCommand";
|
|
29
|
-
export * from "./commands/CreateEventSubscriptionCommand";
|
|
30
|
-
export * from "./commands/CreateGlobalClusterCommand";
|
|
31
|
-
export * from "./commands/CreateOptionGroupCommand";
|
|
32
|
-
export * from "./commands/DeleteCustomAvailabilityZoneCommand";
|
|
33
|
-
export * from "./commands/DeleteDBClusterCommand";
|
|
34
|
-
export * from "./commands/DeleteDBClusterEndpointCommand";
|
|
35
|
-
export * from "./commands/DeleteDBClusterParameterGroupCommand";
|
|
36
|
-
export * from "./commands/DeleteDBClusterSnapshotCommand";
|
|
37
|
-
export * from "./commands/DeleteDBInstanceCommand";
|
|
38
|
-
export * from "./commands/DeleteDBInstanceAutomatedBackupCommand";
|
|
39
|
-
export * from "./commands/DeleteDBParameterGroupCommand";
|
|
40
|
-
export * from "./commands/DeleteDBProxyCommand";
|
|
41
|
-
export * from "./commands/DeleteDBProxyEndpointCommand";
|
|
42
|
-
export * from "./commands/DeleteDBSecurityGroupCommand";
|
|
43
|
-
export * from "./commands/DeleteDBSnapshotCommand";
|
|
44
|
-
export * from "./commands/DeleteDBSubnetGroupCommand";
|
|
45
|
-
export * from "./commands/DeleteEventSubscriptionCommand";
|
|
46
|
-
export * from "./commands/DeleteGlobalClusterCommand";
|
|
47
|
-
export * from "./commands/DeleteInstallationMediaCommand";
|
|
48
|
-
export * from "./commands/DeleteOptionGroupCommand";
|
|
49
|
-
export * from "./commands/DeregisterDBProxyTargetsCommand";
|
|
50
|
-
export * from "./commands/DescribeAccountAttributesCommand";
|
|
51
|
-
export * from "./commands/DescribeCertificatesCommand";
|
|
52
|
-
export * from "./pagination/DescribeCertificatesPaginator";
|
|
53
|
-
export * from "./commands/DescribeCustomAvailabilityZonesCommand";
|
|
54
|
-
export * from "./pagination/DescribeCustomAvailabilityZonesPaginator";
|
|
55
|
-
export * from "./commands/DescribeDBClusterBacktracksCommand";
|
|
56
|
-
export * from "./pagination/DescribeDBClusterBacktracksPaginator";
|
|
57
|
-
export * from "./commands/DescribeDBClusterEndpointsCommand";
|
|
58
|
-
export * from "./pagination/DescribeDBClusterEndpointsPaginator";
|
|
59
|
-
export * from "./commands/DescribeDBClusterParameterGroupsCommand";
|
|
60
|
-
export * from "./pagination/DescribeDBClusterParameterGroupsPaginator";
|
|
61
|
-
export * from "./commands/DescribeDBClusterParametersCommand";
|
|
62
|
-
export * from "./pagination/DescribeDBClusterParametersPaginator";
|
|
63
|
-
export * from "./commands/DescribeDBClustersCommand";
|
|
64
|
-
export * from "./pagination/DescribeDBClustersPaginator";
|
|
65
|
-
export * from "./commands/DescribeDBClusterSnapshotAttributesCommand";
|
|
66
|
-
export * from "./commands/DescribeDBClusterSnapshotsCommand";
|
|
67
|
-
export * from "./pagination/DescribeDBClusterSnapshotsPaginator";
|
|
68
|
-
export * from "./waiters/waitForDBClusterSnapshotAvailable";
|
|
69
|
-
export * from "./waiters/waitForDBClusterSnapshotDeleted";
|
|
70
|
-
export * from "./commands/DescribeDBEngineVersionsCommand";
|
|
71
|
-
export * from "./pagination/DescribeDBEngineVersionsPaginator";
|
|
72
|
-
export * from "./commands/DescribeDBInstanceAutomatedBackupsCommand";
|
|
73
|
-
export * from "./pagination/DescribeDBInstanceAutomatedBackupsPaginator";
|
|
74
|
-
export * from "./commands/DescribeDBInstancesCommand";
|
|
75
|
-
export * from "./pagination/DescribeDBInstancesPaginator";
|
|
76
|
-
export * from "./waiters/waitForDBInstanceAvailable";
|
|
77
|
-
export * from "./waiters/waitForDBInstanceDeleted";
|
|
78
|
-
export * from "./commands/DescribeDBLogFilesCommand";
|
|
79
|
-
export * from "./pagination/DescribeDBLogFilesPaginator";
|
|
80
|
-
export * from "./commands/DescribeDBParameterGroupsCommand";
|
|
81
|
-
export * from "./pagination/DescribeDBParameterGroupsPaginator";
|
|
82
|
-
export * from "./commands/DescribeDBParametersCommand";
|
|
83
|
-
export * from "./pagination/DescribeDBParametersPaginator";
|
|
84
|
-
export * from "./commands/DescribeDBProxiesCommand";
|
|
85
|
-
export * from "./pagination/DescribeDBProxiesPaginator";
|
|
86
|
-
export * from "./commands/DescribeDBProxyEndpointsCommand";
|
|
87
|
-
export * from "./pagination/DescribeDBProxyEndpointsPaginator";
|
|
88
|
-
export * from "./commands/DescribeDBProxyTargetGroupsCommand";
|
|
89
|
-
export * from "./pagination/DescribeDBProxyTargetGroupsPaginator";
|
|
90
|
-
export * from "./commands/DescribeDBProxyTargetsCommand";
|
|
91
|
-
export * from "./pagination/DescribeDBProxyTargetsPaginator";
|
|
92
|
-
export * from "./commands/DescribeDBSecurityGroupsCommand";
|
|
93
|
-
export * from "./pagination/DescribeDBSecurityGroupsPaginator";
|
|
94
|
-
export * from "./commands/DescribeDBSnapshotAttributesCommand";
|
|
95
|
-
export * from "./commands/DescribeDBSnapshotsCommand";
|
|
96
|
-
export * from "./pagination/DescribeDBSnapshotsPaginator";
|
|
97
|
-
export * from "./waiters/waitForDBSnapshotAvailable";
|
|
98
|
-
export * from "./waiters/waitForDBSnapshotDeleted";
|
|
99
|
-
export * from "./commands/DescribeDBSubnetGroupsCommand";
|
|
100
|
-
export * from "./pagination/DescribeDBSubnetGroupsPaginator";
|
|
101
|
-
export * from "./commands/DescribeEngineDefaultClusterParametersCommand";
|
|
102
|
-
export * from "./commands/DescribeEngineDefaultParametersCommand";
|
|
103
|
-
export * from "./pagination/DescribeEngineDefaultParametersPaginator";
|
|
104
|
-
export * from "./commands/DescribeEventCategoriesCommand";
|
|
105
|
-
export * from "./commands/DescribeEventsCommand";
|
|
106
|
-
export * from "./pagination/DescribeEventsPaginator";
|
|
107
|
-
export * from "./commands/DescribeEventSubscriptionsCommand";
|
|
108
|
-
export * from "./pagination/DescribeEventSubscriptionsPaginator";
|
|
109
|
-
export * from "./commands/DescribeExportTasksCommand";
|
|
110
|
-
export * from "./pagination/DescribeExportTasksPaginator";
|
|
111
|
-
export * from "./commands/DescribeGlobalClustersCommand";
|
|
112
|
-
export * from "./pagination/DescribeGlobalClustersPaginator";
|
|
113
|
-
export * from "./commands/DescribeInstallationMediaCommand";
|
|
114
|
-
export * from "./pagination/DescribeInstallationMediaPaginator";
|
|
115
|
-
export * from "./commands/DescribeOptionGroupOptionsCommand";
|
|
116
|
-
export * from "./pagination/DescribeOptionGroupOptionsPaginator";
|
|
117
|
-
export * from "./commands/DescribeOptionGroupsCommand";
|
|
118
|
-
export * from "./pagination/DescribeOptionGroupsPaginator";
|
|
119
|
-
export * from "./commands/DescribeOrderableDBInstanceOptionsCommand";
|
|
120
|
-
export * from "./pagination/DescribeOrderableDBInstanceOptionsPaginator";
|
|
121
|
-
export * from "./commands/DescribePendingMaintenanceActionsCommand";
|
|
122
|
-
export * from "./pagination/DescribePendingMaintenanceActionsPaginator";
|
|
123
|
-
export * from "./commands/DescribeReservedDBInstancesCommand";
|
|
124
|
-
export * from "./pagination/DescribeReservedDBInstancesPaginator";
|
|
125
|
-
export * from "./commands/DescribeReservedDBInstancesOfferingsCommand";
|
|
126
|
-
export * from "./pagination/DescribeReservedDBInstancesOfferingsPaginator";
|
|
127
|
-
export * from "./commands/DescribeSourceRegionsCommand";
|
|
128
|
-
export * from "./pagination/DescribeSourceRegionsPaginator";
|
|
129
|
-
export * from "./commands/DescribeValidDBInstanceModificationsCommand";
|
|
130
|
-
export * from "./commands/DownloadDBLogFilePortionCommand";
|
|
131
|
-
export * from "./pagination/DownloadDBLogFilePortionPaginator";
|
|
132
|
-
export * from "./commands/FailoverDBClusterCommand";
|
|
133
|
-
export * from "./commands/FailoverGlobalClusterCommand";
|
|
134
|
-
export * from "./commands/ImportInstallationMediaCommand";
|
|
135
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
136
|
-
export * from "./commands/ModifyCertificatesCommand";
|
|
137
|
-
export * from "./commands/ModifyCurrentDBClusterCapacityCommand";
|
|
138
|
-
export * from "./commands/ModifyDBClusterCommand";
|
|
139
|
-
export * from "./commands/ModifyDBClusterEndpointCommand";
|
|
140
|
-
export * from "./commands/ModifyDBClusterParameterGroupCommand";
|
|
141
|
-
export * from "./commands/ModifyDBClusterSnapshotAttributeCommand";
|
|
142
|
-
export * from "./commands/ModifyDBInstanceCommand";
|
|
143
|
-
export * from "./commands/ModifyDBParameterGroupCommand";
|
|
144
|
-
export * from "./commands/ModifyDBProxyCommand";
|
|
145
|
-
export * from "./commands/ModifyDBProxyEndpointCommand";
|
|
146
|
-
export * from "./commands/ModifyDBProxyTargetGroupCommand";
|
|
147
|
-
export * from "./commands/ModifyDBSnapshotCommand";
|
|
148
|
-
export * from "./commands/ModifyDBSnapshotAttributeCommand";
|
|
149
|
-
export * from "./commands/ModifyDBSubnetGroupCommand";
|
|
150
|
-
export * from "./commands/ModifyEventSubscriptionCommand";
|
|
151
|
-
export * from "./commands/ModifyGlobalClusterCommand";
|
|
152
|
-
export * from "./commands/ModifyOptionGroupCommand";
|
|
153
|
-
export * from "./commands/PromoteReadReplicaCommand";
|
|
154
|
-
export * from "./commands/PromoteReadReplicaDBClusterCommand";
|
|
155
|
-
export * from "./commands/PurchaseReservedDBInstancesOfferingCommand";
|
|
156
|
-
export * from "./commands/RebootDBInstanceCommand";
|
|
157
|
-
export * from "./commands/RegisterDBProxyTargetsCommand";
|
|
158
|
-
export * from "./commands/RemoveFromGlobalClusterCommand";
|
|
159
|
-
export * from "./commands/RemoveRoleFromDBClusterCommand";
|
|
160
|
-
export * from "./commands/RemoveRoleFromDBInstanceCommand";
|
|
161
|
-
export * from "./commands/RemoveSourceIdentifierFromSubscriptionCommand";
|
|
162
|
-
export * from "./commands/RemoveTagsFromResourceCommand";
|
|
163
|
-
export * from "./commands/ResetDBClusterParameterGroupCommand";
|
|
164
|
-
export * from "./commands/ResetDBParameterGroupCommand";
|
|
165
|
-
export * from "./commands/RestoreDBClusterFromS3Command";
|
|
166
|
-
export * from "./commands/RestoreDBClusterFromSnapshotCommand";
|
|
167
|
-
export * from "./commands/RestoreDBClusterToPointInTimeCommand";
|
|
168
|
-
export * from "./commands/RestoreDBInstanceFromDBSnapshotCommand";
|
|
169
|
-
export * from "./commands/RestoreDBInstanceFromS3Command";
|
|
170
|
-
export * from "./commands/RestoreDBInstanceToPointInTimeCommand";
|
|
171
|
-
export * from "./commands/RevokeDBSecurityGroupIngressCommand";
|
|
172
|
-
export * from "./commands/StartActivityStreamCommand";
|
|
173
|
-
export * from "./commands/StartDBClusterCommand";
|
|
174
|
-
export * from "./commands/StartDBInstanceCommand";
|
|
175
|
-
export * from "./commands/StartDBInstanceAutomatedBackupsReplicationCommand";
|
|
176
|
-
export * from "./commands/StartExportTaskCommand";
|
|
177
|
-
export * from "./commands/StopActivityStreamCommand";
|
|
178
|
-
export * from "./commands/StopDBClusterCommand";
|
|
179
|
-
export * from "./commands/StopDBInstanceCommand";
|
|
180
|
-
export * from "./commands/StopDBInstanceAutomatedBackupsReplicationCommand";
|
|
181
|
-
export * from "./pagination/Interfaces";
|
|
182
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./RDSClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
@@ -1114,6 +1114,148 @@ export declare namespace CustomAvailabilityZoneQuotaExceededFault {
|
|
|
1114
1114
|
|
|
1115
1115
|
const filterSensitiveLog: (obj: CustomAvailabilityZoneQuotaExceededFault) => any;
|
|
1116
1116
|
}
|
|
1117
|
+
export interface CreateCustomDBEngineVersionMessage {
|
|
1118
|
+
|
|
1119
|
+
Engine: string | undefined;
|
|
1120
|
+
|
|
1121
|
+
EngineVersion: string | undefined;
|
|
1122
|
+
|
|
1123
|
+
DatabaseInstallationFilesS3BucketName: string | undefined;
|
|
1124
|
+
|
|
1125
|
+
DatabaseInstallationFilesS3Prefix?: string;
|
|
1126
|
+
|
|
1127
|
+
KMSKeyId: string | undefined;
|
|
1128
|
+
|
|
1129
|
+
Description?: string;
|
|
1130
|
+
|
|
1131
|
+
Manifest: string | undefined;
|
|
1132
|
+
|
|
1133
|
+
Tags?: Tag[];
|
|
1134
|
+
}
|
|
1135
|
+
export declare namespace CreateCustomDBEngineVersionMessage {
|
|
1136
|
+
|
|
1137
|
+
const filterSensitiveLog: (obj: CreateCustomDBEngineVersionMessage) => any;
|
|
1138
|
+
}
|
|
1139
|
+
|
|
1140
|
+
export interface CustomDBEngineVersionAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
1141
|
+
name: "CustomDBEngineVersionAlreadyExistsFault";
|
|
1142
|
+
$fault: "client";
|
|
1143
|
+
message?: string;
|
|
1144
|
+
}
|
|
1145
|
+
export declare namespace CustomDBEngineVersionAlreadyExistsFault {
|
|
1146
|
+
|
|
1147
|
+
const filterSensitiveLog: (obj: CustomDBEngineVersionAlreadyExistsFault) => any;
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1150
|
+
export interface CustomDBEngineVersionQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
1151
|
+
name: "CustomDBEngineVersionQuotaExceededFault";
|
|
1152
|
+
$fault: "client";
|
|
1153
|
+
message?: string;
|
|
1154
|
+
}
|
|
1155
|
+
export declare namespace CustomDBEngineVersionQuotaExceededFault {
|
|
1156
|
+
|
|
1157
|
+
const filterSensitiveLog: (obj: CustomDBEngineVersionQuotaExceededFault) => any;
|
|
1158
|
+
}
|
|
1159
|
+
|
|
1160
|
+
export interface CharacterSet {
|
|
1161
|
+
|
|
1162
|
+
CharacterSetName?: string;
|
|
1163
|
+
|
|
1164
|
+
CharacterSetDescription?: string;
|
|
1165
|
+
}
|
|
1166
|
+
export declare namespace CharacterSet {
|
|
1167
|
+
|
|
1168
|
+
const filterSensitiveLog: (obj: CharacterSet) => any;
|
|
1169
|
+
}
|
|
1170
|
+
|
|
1171
|
+
export interface Timezone {
|
|
1172
|
+
|
|
1173
|
+
TimezoneName?: string;
|
|
1174
|
+
}
|
|
1175
|
+
export declare namespace Timezone {
|
|
1176
|
+
|
|
1177
|
+
const filterSensitiveLog: (obj: Timezone) => any;
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1180
|
+
export interface UpgradeTarget {
|
|
1181
|
+
|
|
1182
|
+
Engine?: string;
|
|
1183
|
+
|
|
1184
|
+
EngineVersion?: string;
|
|
1185
|
+
|
|
1186
|
+
Description?: string;
|
|
1187
|
+
|
|
1188
|
+
AutoUpgrade?: boolean;
|
|
1189
|
+
|
|
1190
|
+
IsMajorVersionUpgrade?: boolean;
|
|
1191
|
+
|
|
1192
|
+
SupportedEngineModes?: string[];
|
|
1193
|
+
|
|
1194
|
+
SupportsParallelQuery?: boolean;
|
|
1195
|
+
|
|
1196
|
+
SupportsGlobalDatabases?: boolean;
|
|
1197
|
+
}
|
|
1198
|
+
export declare namespace UpgradeTarget {
|
|
1199
|
+
|
|
1200
|
+
const filterSensitiveLog: (obj: UpgradeTarget) => any;
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
export interface DBEngineVersion {
|
|
1204
|
+
|
|
1205
|
+
Engine?: string;
|
|
1206
|
+
|
|
1207
|
+
EngineVersion?: string;
|
|
1208
|
+
|
|
1209
|
+
DBParameterGroupFamily?: string;
|
|
1210
|
+
|
|
1211
|
+
DBEngineDescription?: string;
|
|
1212
|
+
|
|
1213
|
+
DBEngineVersionDescription?: string;
|
|
1214
|
+
|
|
1215
|
+
DefaultCharacterSet?: CharacterSet;
|
|
1216
|
+
|
|
1217
|
+
SupportedCharacterSets?: CharacterSet[];
|
|
1218
|
+
|
|
1219
|
+
SupportedNcharCharacterSets?: CharacterSet[];
|
|
1220
|
+
|
|
1221
|
+
ValidUpgradeTarget?: UpgradeTarget[];
|
|
1222
|
+
|
|
1223
|
+
SupportedTimezones?: Timezone[];
|
|
1224
|
+
|
|
1225
|
+
ExportableLogTypes?: string[];
|
|
1226
|
+
|
|
1227
|
+
SupportsLogExportsToCloudwatchLogs?: boolean;
|
|
1228
|
+
|
|
1229
|
+
SupportsReadReplica?: boolean;
|
|
1230
|
+
|
|
1231
|
+
SupportedEngineModes?: string[];
|
|
1232
|
+
|
|
1233
|
+
SupportedFeatureNames?: string[];
|
|
1234
|
+
|
|
1235
|
+
Status?: string;
|
|
1236
|
+
|
|
1237
|
+
SupportsParallelQuery?: boolean;
|
|
1238
|
+
|
|
1239
|
+
SupportsGlobalDatabases?: boolean;
|
|
1240
|
+
|
|
1241
|
+
MajorEngineVersion?: string;
|
|
1242
|
+
|
|
1243
|
+
DatabaseInstallationFilesS3BucketName?: string;
|
|
1244
|
+
|
|
1245
|
+
DatabaseInstallationFilesS3Prefix?: string;
|
|
1246
|
+
|
|
1247
|
+
DBEngineVersionArn?: string;
|
|
1248
|
+
|
|
1249
|
+
KMSKeyId?: string;
|
|
1250
|
+
|
|
1251
|
+
CreateTime?: Date;
|
|
1252
|
+
|
|
1253
|
+
TagList?: Tag[];
|
|
1254
|
+
}
|
|
1255
|
+
export declare namespace DBEngineVersion {
|
|
1256
|
+
|
|
1257
|
+
const filterSensitiveLog: (obj: DBEngineVersion) => any;
|
|
1258
|
+
}
|
|
1117
1259
|
|
|
1118
1260
|
export interface ScalingConfiguration {
|
|
1119
1261
|
|
|
@@ -1799,6 +1941,8 @@ export interface CreateDBInstanceMessage {
|
|
|
1799
1941
|
MaxAllocatedStorage?: number;
|
|
1800
1942
|
|
|
1801
1943
|
EnableCustomerOwnedIp?: boolean;
|
|
1944
|
+
|
|
1945
|
+
CustomIamInstanceProfile?: string;
|
|
1802
1946
|
}
|
|
1803
1947
|
export declare namespace CreateDBInstanceMessage {
|
|
1804
1948
|
|
|
@@ -1817,6 +1961,10 @@ export declare namespace DBInstanceRole {
|
|
|
1817
1961
|
|
|
1818
1962
|
const filterSensitiveLog: (obj: DBInstanceRole) => any;
|
|
1819
1963
|
}
|
|
1964
|
+
export declare enum AutomationMode {
|
|
1965
|
+
ALL_PAUSED = "all-paused",
|
|
1966
|
+
FULL = "full"
|
|
1967
|
+
}
|
|
1820
1968
|
|
|
1821
1969
|
export interface DBInstanceAutomatedBackupsReplication {
|
|
1822
1970
|
|
|
@@ -1947,6 +2095,10 @@ export interface PendingModifiedValues {
|
|
|
1947
2095
|
ProcessorFeatures?: ProcessorFeature[];
|
|
1948
2096
|
|
|
1949
2097
|
IAMDatabaseAuthenticationEnabled?: boolean;
|
|
2098
|
+
|
|
2099
|
+
AutomationMode?: AutomationMode | string;
|
|
2100
|
+
|
|
2101
|
+
ResumeFullAutomationModeTime?: Date;
|
|
1950
2102
|
}
|
|
1951
2103
|
export declare namespace PendingModifiedValues {
|
|
1952
2104
|
|
|
@@ -2113,6 +2265,12 @@ export interface DBInstance {
|
|
|
2113
2265
|
ActivityStreamMode?: ActivityStreamMode | string;
|
|
2114
2266
|
|
|
2115
2267
|
ActivityStreamEngineNativeAuditFieldsIncluded?: boolean;
|
|
2268
|
+
|
|
2269
|
+
AutomationMode?: AutomationMode | string;
|
|
2270
|
+
|
|
2271
|
+
ResumeFullAutomationModeTime?: Date;
|
|
2272
|
+
|
|
2273
|
+
CustomIamInstanceProfile?: string;
|
|
2116
2274
|
}
|
|
2117
2275
|
export declare namespace DBInstance {
|
|
2118
2276
|
|
|
@@ -2241,6 +2399,8 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
2241
2399
|
ReplicaMode?: ReplicaMode | string;
|
|
2242
2400
|
|
|
2243
2401
|
MaxAllocatedStorage?: number;
|
|
2402
|
+
|
|
2403
|
+
CustomIamInstanceProfile?: string;
|
|
2244
2404
|
}
|
|
2245
2405
|
export declare namespace CreateDBInstanceReadReplicaMessage {
|
|
2246
2406
|
|
|
@@ -2907,6 +3067,36 @@ export declare namespace DeleteCustomAvailabilityZoneResult {
|
|
|
2907
3067
|
const filterSensitiveLog: (obj: DeleteCustomAvailabilityZoneResult) => any;
|
|
2908
3068
|
}
|
|
2909
3069
|
|
|
3070
|
+
export interface CustomDBEngineVersionNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
3071
|
+
name: "CustomDBEngineVersionNotFoundFault";
|
|
3072
|
+
$fault: "client";
|
|
3073
|
+
message?: string;
|
|
3074
|
+
}
|
|
3075
|
+
export declare namespace CustomDBEngineVersionNotFoundFault {
|
|
3076
|
+
|
|
3077
|
+
const filterSensitiveLog: (obj: CustomDBEngineVersionNotFoundFault) => any;
|
|
3078
|
+
}
|
|
3079
|
+
export interface DeleteCustomDBEngineVersionMessage {
|
|
3080
|
+
|
|
3081
|
+
Engine: string | undefined;
|
|
3082
|
+
|
|
3083
|
+
EngineVersion: string | undefined;
|
|
3084
|
+
}
|
|
3085
|
+
export declare namespace DeleteCustomDBEngineVersionMessage {
|
|
3086
|
+
|
|
3087
|
+
const filterSensitiveLog: (obj: DeleteCustomDBEngineVersionMessage) => any;
|
|
3088
|
+
}
|
|
3089
|
+
|
|
3090
|
+
export interface InvalidCustomDBEngineVersionStateFault extends __SmithyException, $MetadataBearer {
|
|
3091
|
+
name: "InvalidCustomDBEngineVersionStateFault";
|
|
3092
|
+
$fault: "client";
|
|
3093
|
+
message?: string;
|
|
3094
|
+
}
|
|
3095
|
+
export declare namespace InvalidCustomDBEngineVersionStateFault {
|
|
3096
|
+
|
|
3097
|
+
const filterSensitiveLog: (obj: InvalidCustomDBEngineVersionStateFault) => any;
|
|
3098
|
+
}
|
|
3099
|
+
|
|
2910
3100
|
export interface DeleteDBClusterMessage {
|
|
2911
3101
|
|
|
2912
3102
|
DBClusterIdentifier: string | undefined;
|
|
@@ -3732,92 +3922,6 @@ export declare namespace DescribeDBClusterSnapshotsMessage {
|
|
|
3732
3922
|
const filterSensitiveLog: (obj: DescribeDBClusterSnapshotsMessage) => any;
|
|
3733
3923
|
}
|
|
3734
3924
|
|
|
3735
|
-
export interface CharacterSet {
|
|
3736
|
-
|
|
3737
|
-
CharacterSetName?: string;
|
|
3738
|
-
|
|
3739
|
-
CharacterSetDescription?: string;
|
|
3740
|
-
}
|
|
3741
|
-
export declare namespace CharacterSet {
|
|
3742
|
-
|
|
3743
|
-
const filterSensitiveLog: (obj: CharacterSet) => any;
|
|
3744
|
-
}
|
|
3745
|
-
|
|
3746
|
-
export interface Timezone {
|
|
3747
|
-
|
|
3748
|
-
TimezoneName?: string;
|
|
3749
|
-
}
|
|
3750
|
-
export declare namespace Timezone {
|
|
3751
|
-
|
|
3752
|
-
const filterSensitiveLog: (obj: Timezone) => any;
|
|
3753
|
-
}
|
|
3754
|
-
|
|
3755
|
-
export interface UpgradeTarget {
|
|
3756
|
-
|
|
3757
|
-
Engine?: string;
|
|
3758
|
-
|
|
3759
|
-
EngineVersion?: string;
|
|
3760
|
-
|
|
3761
|
-
Description?: string;
|
|
3762
|
-
|
|
3763
|
-
AutoUpgrade?: boolean;
|
|
3764
|
-
|
|
3765
|
-
IsMajorVersionUpgrade?: boolean;
|
|
3766
|
-
|
|
3767
|
-
SupportedEngineModes?: string[];
|
|
3768
|
-
|
|
3769
|
-
SupportsParallelQuery?: boolean;
|
|
3770
|
-
|
|
3771
|
-
SupportsGlobalDatabases?: boolean;
|
|
3772
|
-
}
|
|
3773
|
-
export declare namespace UpgradeTarget {
|
|
3774
|
-
|
|
3775
|
-
const filterSensitiveLog: (obj: UpgradeTarget) => any;
|
|
3776
|
-
}
|
|
3777
|
-
|
|
3778
|
-
export interface DBEngineVersion {
|
|
3779
|
-
|
|
3780
|
-
Engine?: string;
|
|
3781
|
-
|
|
3782
|
-
EngineVersion?: string;
|
|
3783
|
-
|
|
3784
|
-
DBParameterGroupFamily?: string;
|
|
3785
|
-
|
|
3786
|
-
DBEngineDescription?: string;
|
|
3787
|
-
|
|
3788
|
-
DBEngineVersionDescription?: string;
|
|
3789
|
-
|
|
3790
|
-
DefaultCharacterSet?: CharacterSet;
|
|
3791
|
-
|
|
3792
|
-
SupportedCharacterSets?: CharacterSet[];
|
|
3793
|
-
|
|
3794
|
-
SupportedNcharCharacterSets?: CharacterSet[];
|
|
3795
|
-
|
|
3796
|
-
ValidUpgradeTarget?: UpgradeTarget[];
|
|
3797
|
-
|
|
3798
|
-
SupportedTimezones?: Timezone[];
|
|
3799
|
-
|
|
3800
|
-
ExportableLogTypes?: string[];
|
|
3801
|
-
|
|
3802
|
-
SupportsLogExportsToCloudwatchLogs?: boolean;
|
|
3803
|
-
|
|
3804
|
-
SupportsReadReplica?: boolean;
|
|
3805
|
-
|
|
3806
|
-
SupportedEngineModes?: string[];
|
|
3807
|
-
|
|
3808
|
-
SupportedFeatureNames?: string[];
|
|
3809
|
-
|
|
3810
|
-
Status?: string;
|
|
3811
|
-
|
|
3812
|
-
SupportsParallelQuery?: boolean;
|
|
3813
|
-
|
|
3814
|
-
SupportsGlobalDatabases?: boolean;
|
|
3815
|
-
}
|
|
3816
|
-
export declare namespace DBEngineVersion {
|
|
3817
|
-
|
|
3818
|
-
const filterSensitiveLog: (obj: DBEngineVersion) => any;
|
|
3819
|
-
}
|
|
3820
|
-
|
|
3821
3925
|
export interface DBEngineVersionMessage {
|
|
3822
3926
|
|
|
3823
3927
|
Marker?: string;
|
|
@@ -4140,71 +4244,3 @@ export declare namespace DescribeDBProxyTargetsRequest {
|
|
|
4140
4244
|
|
|
4141
4245
|
const filterSensitiveLog: (obj: DescribeDBProxyTargetsRequest) => any;
|
|
4142
4246
|
}
|
|
4143
|
-
export declare enum TargetRole {
|
|
4144
|
-
READ_ONLY = "READ_ONLY",
|
|
4145
|
-
READ_WRITE = "READ_WRITE",
|
|
4146
|
-
UNKNOWN = "UNKNOWN"
|
|
4147
|
-
}
|
|
4148
|
-
export declare enum TargetHealthReason {
|
|
4149
|
-
AUTH_FAILURE = "AUTH_FAILURE",
|
|
4150
|
-
CONNECTION_FAILED = "CONNECTION_FAILED",
|
|
4151
|
-
INVALID_REPLICATION_STATE = "INVALID_REPLICATION_STATE",
|
|
4152
|
-
PENDING_PROXY_CAPACITY = "PENDING_PROXY_CAPACITY",
|
|
4153
|
-
UNREACHABLE = "UNREACHABLE"
|
|
4154
|
-
}
|
|
4155
|
-
export declare enum TargetState {
|
|
4156
|
-
available = "AVAILABLE",
|
|
4157
|
-
registering = "REGISTERING",
|
|
4158
|
-
unavailable = "UNAVAILABLE"
|
|
4159
|
-
}
|
|
4160
|
-
|
|
4161
|
-
export interface TargetHealth {
|
|
4162
|
-
|
|
4163
|
-
State?: TargetState | string;
|
|
4164
|
-
|
|
4165
|
-
Reason?: TargetHealthReason | string;
|
|
4166
|
-
|
|
4167
|
-
Description?: string;
|
|
4168
|
-
}
|
|
4169
|
-
export declare namespace TargetHealth {
|
|
4170
|
-
|
|
4171
|
-
const filterSensitiveLog: (obj: TargetHealth) => any;
|
|
4172
|
-
}
|
|
4173
|
-
export declare enum TargetType {
|
|
4174
|
-
RDS_INSTANCE = "RDS_INSTANCE",
|
|
4175
|
-
RDS_SERVERLESS_ENDPOINT = "RDS_SERVERLESS_ENDPOINT",
|
|
4176
|
-
TRACKED_CLUSTER = "TRACKED_CLUSTER"
|
|
4177
|
-
}
|
|
4178
|
-
|
|
4179
|
-
export interface DBProxyTarget {
|
|
4180
|
-
|
|
4181
|
-
TargetArn?: string;
|
|
4182
|
-
|
|
4183
|
-
Endpoint?: string;
|
|
4184
|
-
|
|
4185
|
-
TrackedClusterId?: string;
|
|
4186
|
-
|
|
4187
|
-
RdsResourceId?: string;
|
|
4188
|
-
|
|
4189
|
-
Port?: number;
|
|
4190
|
-
|
|
4191
|
-
Type?: TargetType | string;
|
|
4192
|
-
|
|
4193
|
-
Role?: TargetRole | string;
|
|
4194
|
-
|
|
4195
|
-
TargetHealth?: TargetHealth;
|
|
4196
|
-
}
|
|
4197
|
-
export declare namespace DBProxyTarget {
|
|
4198
|
-
|
|
4199
|
-
const filterSensitiveLog: (obj: DBProxyTarget) => any;
|
|
4200
|
-
}
|
|
4201
|
-
export interface DescribeDBProxyTargetsResponse {
|
|
4202
|
-
|
|
4203
|
-
Targets?: DBProxyTarget[];
|
|
4204
|
-
|
|
4205
|
-
Marker?: string;
|
|
4206
|
-
}
|
|
4207
|
-
export declare namespace DescribeDBProxyTargetsResponse {
|
|
4208
|
-
|
|
4209
|
-
const filterSensitiveLog: (obj: DescribeDBProxyTargetsResponse) => any;
|
|
4210
|
-
}
|