@aws-sdk/client-rds 3.67.0 → 3.75.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 +30 -0
- package/dist-cjs/RDS.js +0 -90
- package/dist-cjs/commands/DescribeDBProxyTargetsCommand.js +1 -2
- package/dist-cjs/commands/DescribeDBSecurityGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeDBSnapshotAttributesCommand.js +2 -1
- package/dist-cjs/commands/index.js +0 -6
- package/dist-cjs/models/models_0.js +91 -122
- package/dist-cjs/models/models_1.js +4 -109
- package/dist-cjs/pagination/index.js +1 -3
- package/dist-cjs/protocols/Aws_query.js +68 -640
- package/dist-es/RDS.js +0 -90
- package/dist-es/commands/DescribeDBProxyTargetsCommand.js +1 -2
- package/dist-es/commands/DescribeDBSecurityGroupsCommand.js +1 -1
- package/dist-es/commands/DescribeDBSnapshotAttributesCommand.js +2 -1
- package/dist-es/commands/index.js +0 -6
- package/dist-es/models/models_0.js +66 -89
- package/dist-es/models/models_1.js +0 -82
- package/dist-es/pagination/index.js +1 -3
- package/dist-es/protocols/Aws_query.js +78 -717
- package/dist-types/RDS.d.ts +1 -61
- package/dist-types/RDSClient.d.ts +2 -8
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +2 -1
- package/dist-types/commands/ModifyCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +0 -6
- package/dist-types/models/models_0.d.ts +304 -308
- package/dist-types/models/models_1.d.ts +223 -382
- package/dist-types/pagination/index.d.ts +1 -3
- package/dist-types/protocols/Aws_query.d.ts +0 -18
- package/dist-types/ts3.4/RDS.d.ts +0 -30
- package/dist-types/ts3.4/RDSClient.d.ts +2 -8
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/index.d.ts +0 -6
- package/dist-types/ts3.4/models/models_0.d.ts +151 -158
- package/dist-types/ts3.4/models/models_1.d.ts +9 -173
- package/dist-types/ts3.4/pagination/index.d.ts +1 -3
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -18
- package/package.json +11 -11
- package/dist-cjs/commands/CreateCustomAvailabilityZoneCommand.js +0 -36
- package/dist-cjs/commands/DeleteCustomAvailabilityZoneCommand.js +0 -36
- package/dist-cjs/commands/DeleteInstallationMediaCommand.js +0 -36
- package/dist-cjs/commands/DescribeCustomAvailabilityZonesCommand.js +0 -36
- package/dist-cjs/commands/DescribeInstallationMediaCommand.js +0 -36
- package/dist-cjs/commands/ImportInstallationMediaCommand.js +0 -37
- package/dist-cjs/pagination/DescribeCustomAvailabilityZonesPaginator.js +0 -35
- package/dist-cjs/pagination/DescribeInstallationMediaPaginator.js +0 -35
- package/dist-es/commands/CreateCustomAvailabilityZoneCommand.js +0 -39
- package/dist-es/commands/DeleteCustomAvailabilityZoneCommand.js +0 -39
- package/dist-es/commands/DeleteInstallationMediaCommand.js +0 -39
- package/dist-es/commands/DescribeCustomAvailabilityZonesCommand.js +0 -39
- package/dist-es/commands/DescribeInstallationMediaCommand.js +0 -39
- package/dist-es/commands/ImportInstallationMediaCommand.js +0 -40
- package/dist-es/pagination/DescribeCustomAvailabilityZonesPaginator.js +0 -74
- package/dist-es/pagination/DescribeInstallationMediaPaginator.js +0 -74
- package/dist-types/commands/CreateCustomAvailabilityZoneCommand.d.ts +0 -40
- package/dist-types/commands/DeleteCustomAvailabilityZoneCommand.d.ts +0 -40
- package/dist-types/commands/DeleteInstallationMediaCommand.d.ts +0 -36
- package/dist-types/commands/DescribeCustomAvailabilityZonesCommand.d.ts +0 -40
- package/dist-types/commands/DescribeInstallationMediaCommand.d.ts +0 -36
- package/dist-types/commands/ImportInstallationMediaCommand.d.ts +0 -37
- package/dist-types/pagination/DescribeCustomAvailabilityZonesPaginator.d.ts +0 -4
- package/dist-types/pagination/DescribeInstallationMediaPaginator.d.ts +0 -4
- package/dist-types/ts3.4/commands/CreateCustomAvailabilityZoneCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteCustomAvailabilityZoneCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteInstallationMediaCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeCustomAvailabilityZonesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstallationMediaCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ImportInstallationMediaCommand.d.ts +0 -18
- package/dist-types/ts3.4/pagination/DescribeCustomAvailabilityZonesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeInstallationMediaPaginator.d.ts +0 -4
|
@@ -1,246 +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,
|
|
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, ServerlessV2ScalingConfiguration, 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
|
-
* <p>Information about the connection health of an RDS Proxy target.</p>
|
|
23
|
-
*/
|
|
24
|
-
export interface TargetHealth {
|
|
25
|
-
/**
|
|
26
|
-
* <p>The current state of the connection health lifecycle for the RDS Proxy target.
|
|
27
|
-
* The following is a typical lifecycle example for the states of an RDS Proxy target:</p>
|
|
28
|
-
* <p>
|
|
29
|
-
* <code>registering</code> > <code>unavailable</code> > <code>available</code> > <code>unavailable</code> > <code>available</code>
|
|
30
|
-
* </p>
|
|
31
|
-
*/
|
|
32
|
-
State?: TargetState | string;
|
|
33
|
-
/**
|
|
34
|
-
* <p>The reason for the current health <code>State</code> of the RDS Proxy target.</p>
|
|
35
|
-
*/
|
|
36
|
-
Reason?: TargetHealthReason | string;
|
|
37
|
-
/**
|
|
38
|
-
* <p>A description of the health of the RDS Proxy target.
|
|
39
|
-
* If the <code>State</code> is <code>AVAILABLE</code>, a description is not included.</p>
|
|
40
|
-
*/
|
|
41
|
-
Description?: string;
|
|
42
|
-
}
|
|
43
|
-
export declare namespace TargetHealth {
|
|
44
|
-
/**
|
|
45
|
-
* @internal
|
|
46
|
-
*/
|
|
47
|
-
const filterSensitiveLog: (obj: TargetHealth) => any;
|
|
48
|
-
}
|
|
49
|
-
export declare enum TargetType {
|
|
50
|
-
RDS_INSTANCE = "RDS_INSTANCE",
|
|
51
|
-
RDS_SERVERLESS_ENDPOINT = "RDS_SERVERLESS_ENDPOINT",
|
|
52
|
-
TRACKED_CLUSTER = "TRACKED_CLUSTER"
|
|
53
|
-
}
|
|
54
|
-
/**
|
|
55
|
-
* <p>Contains the details for an RDS Proxy target. It represents an RDS DB instance or Aurora DB cluster
|
|
56
|
-
* that the proxy can connect to. One or more targets are associated with an RDS Proxy target group.</p>
|
|
57
|
-
* <p>This data type is used as a response element in the <code>DescribeDBProxyTargets</code> action.</p>
|
|
58
|
-
*/
|
|
59
|
-
export interface DBProxyTarget {
|
|
60
|
-
/**
|
|
61
|
-
* <p>The Amazon Resource Name (ARN) for the RDS DB instance or Aurora DB cluster.</p>
|
|
62
|
-
*/
|
|
63
|
-
TargetArn?: string;
|
|
64
|
-
/**
|
|
65
|
-
* <p>The writer endpoint for the RDS DB instance or Aurora DB cluster.</p>
|
|
66
|
-
*/
|
|
67
|
-
Endpoint?: string;
|
|
68
|
-
/**
|
|
69
|
-
* <p>The DB cluster identifier when the target represents an Aurora DB cluster. This field is blank when the target represents an RDS DB instance.</p>
|
|
70
|
-
*/
|
|
71
|
-
TrackedClusterId?: string;
|
|
72
|
-
/**
|
|
73
|
-
* <p>The identifier representing the target. It can be the instance identifier for an RDS DB instance,
|
|
74
|
-
* or the cluster identifier for an Aurora DB cluster.</p>
|
|
75
|
-
*/
|
|
76
|
-
RdsResourceId?: string;
|
|
77
|
-
/**
|
|
78
|
-
* <p>The port that the RDS Proxy uses to connect to the target RDS DB instance or Aurora DB cluster.</p>
|
|
79
|
-
*/
|
|
80
|
-
Port?: number;
|
|
81
|
-
/**
|
|
82
|
-
* <p>Specifies the kind of database, such as an RDS DB instance or an Aurora DB cluster, that the target represents.</p>
|
|
83
|
-
*/
|
|
84
|
-
Type?: TargetType | string;
|
|
85
|
-
/**
|
|
86
|
-
* <p>A value that indicates whether the target of the proxy can be used for read/write or read-only operations.</p>
|
|
87
|
-
*/
|
|
88
|
-
Role?: TargetRole | string;
|
|
89
|
-
/**
|
|
90
|
-
* <p>Information about the connection health of the RDS Proxy target.</p>
|
|
91
|
-
*/
|
|
92
|
-
TargetHealth?: TargetHealth;
|
|
93
|
-
}
|
|
94
|
-
export declare namespace DBProxyTarget {
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
const filterSensitiveLog: (obj: DBProxyTarget) => any;
|
|
99
|
-
}
|
|
100
|
-
export interface DescribeDBProxyTargetsResponse {
|
|
101
|
-
/**
|
|
102
|
-
* <p>An arbitrary number of <code>DBProxyTarget</code> objects, containing details of the corresponding targets.</p>
|
|
103
|
-
*/
|
|
104
|
-
Targets?: DBProxyTarget[];
|
|
105
|
-
/**
|
|
106
|
-
* <p>An optional pagination token provided by a previous request.
|
|
107
|
-
* If this parameter is specified, the response includes only records beyond the marker,
|
|
108
|
-
* up to the value specified by <code>MaxRecords</code>.</p>
|
|
109
|
-
*/
|
|
110
|
-
Marker?: string;
|
|
111
|
-
}
|
|
112
|
-
export declare namespace DescribeDBProxyTargetsResponse {
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
const filterSensitiveLog: (obj: DescribeDBProxyTargetsResponse) => any;
|
|
117
|
-
}
|
|
118
|
-
/**
|
|
119
|
-
* <p>Contains the result of a successful invocation of the <code>DescribeDBSecurityGroups</code> action.</p>
|
|
120
|
-
*/
|
|
121
|
-
export interface DBSecurityGroupMessage {
|
|
122
|
-
/**
|
|
123
|
-
* <p>An optional pagination token provided by a previous request.
|
|
124
|
-
* If this parameter is specified, the response includes
|
|
125
|
-
* only records beyond the marker,
|
|
126
|
-
* up to the value specified by <code>MaxRecords</code>.</p>
|
|
127
|
-
*/
|
|
128
|
-
Marker?: string;
|
|
129
|
-
/**
|
|
130
|
-
* <p>A list of <code>DBSecurityGroup</code> instances.</p>
|
|
131
|
-
*/
|
|
132
|
-
DBSecurityGroups?: DBSecurityGroup[];
|
|
133
|
-
}
|
|
134
|
-
export declare namespace DBSecurityGroupMessage {
|
|
135
|
-
/**
|
|
136
|
-
* @internal
|
|
137
|
-
*/
|
|
138
|
-
const filterSensitiveLog: (obj: DBSecurityGroupMessage) => any;
|
|
139
|
-
}
|
|
140
|
-
/**
|
|
141
|
-
* <p></p>
|
|
142
|
-
*/
|
|
143
|
-
export interface DescribeDBSecurityGroupsMessage {
|
|
144
|
-
/**
|
|
145
|
-
* <p>The name of the DB security group to return details for.</p>
|
|
146
|
-
*/
|
|
147
|
-
DBSecurityGroupName?: string;
|
|
148
|
-
/**
|
|
149
|
-
* <p>This parameter isn't currently supported.</p>
|
|
150
|
-
*/
|
|
151
|
-
Filters?: Filter[];
|
|
152
|
-
/**
|
|
153
|
-
* <p>The maximum number of records to include in the response.
|
|
154
|
-
* If more records exist than the specified <code>MaxRecords</code> value,
|
|
155
|
-
* a pagination token called a marker is included in the response so that
|
|
156
|
-
* you can retrieve the remaining results.</p>
|
|
157
|
-
* <p>Default: 100</p>
|
|
158
|
-
* <p>Constraints: Minimum 20, maximum 100.</p>
|
|
159
|
-
*/
|
|
160
|
-
MaxRecords?: number;
|
|
161
|
-
/**
|
|
162
|
-
* <p>An optional pagination token provided by a previous
|
|
163
|
-
* <code>DescribeDBSecurityGroups</code> request.
|
|
164
|
-
* If this parameter is specified, the response includes
|
|
165
|
-
* only records beyond the marker,
|
|
166
|
-
* up to the value specified by <code>MaxRecords</code>.</p>
|
|
167
|
-
*/
|
|
168
|
-
Marker?: string;
|
|
169
|
-
}
|
|
170
|
-
export declare namespace DescribeDBSecurityGroupsMessage {
|
|
171
|
-
/**
|
|
172
|
-
* @internal
|
|
173
|
-
*/
|
|
174
|
-
const filterSensitiveLog: (obj: DescribeDBSecurityGroupsMessage) => any;
|
|
175
|
-
}
|
|
176
|
-
/**
|
|
177
|
-
* <p></p>
|
|
178
|
-
*/
|
|
179
|
-
export interface DescribeDBSnapshotAttributesMessage {
|
|
180
|
-
/**
|
|
181
|
-
* <p>The identifier for the DB snapshot to describe the attributes for.</p>
|
|
182
|
-
*/
|
|
183
|
-
DBSnapshotIdentifier: string | undefined;
|
|
184
|
-
}
|
|
185
|
-
export declare namespace DescribeDBSnapshotAttributesMessage {
|
|
186
|
-
/**
|
|
187
|
-
* @internal
|
|
188
|
-
*/
|
|
189
|
-
const filterSensitiveLog: (obj: DescribeDBSnapshotAttributesMessage) => any;
|
|
190
|
-
}
|
|
191
|
-
/**
|
|
192
|
-
* <p>Contains the name and values of a manual DB snapshot attribute</p>
|
|
193
|
-
* <p>Manual DB snapshot attributes are used to authorize other Amazon Web Services accounts
|
|
194
|
-
* to restore a manual DB snapshot. For more information, see the <code>ModifyDBSnapshotAttribute</code>
|
|
195
|
-
* API.</p>
|
|
196
|
-
*/
|
|
197
|
-
export interface DBSnapshotAttribute {
|
|
198
|
-
/**
|
|
199
|
-
* <p>The name of the manual DB snapshot attribute.</p>
|
|
200
|
-
* <p>The attribute named <code>restore</code> refers to the list of Amazon Web Services accounts that
|
|
201
|
-
* have permission to copy or restore the manual DB cluster snapshot. For more information,
|
|
202
|
-
* see the <code>ModifyDBSnapshotAttribute</code>
|
|
203
|
-
* API action.</p>
|
|
204
|
-
*/
|
|
205
|
-
AttributeName?: string;
|
|
206
|
-
/**
|
|
207
|
-
* <p>The value or values for the manual DB snapshot attribute.</p>
|
|
208
|
-
* <p>If the <code>AttributeName</code> field is set to <code>restore</code>, then this element
|
|
209
|
-
* returns a list of IDs of the Amazon Web Services accounts that are authorized to copy or restore the manual
|
|
210
|
-
* DB snapshot. If a value of <code>all</code> is in the list, then the manual DB snapshot
|
|
211
|
-
* is public and available for any Amazon Web Services account to copy or restore.</p>
|
|
212
|
-
*/
|
|
213
|
-
AttributeValues?: string[];
|
|
214
|
-
}
|
|
215
|
-
export declare namespace DBSnapshotAttribute {
|
|
216
|
-
/**
|
|
217
|
-
* @internal
|
|
218
|
-
*/
|
|
219
|
-
const filterSensitiveLog: (obj: DBSnapshotAttribute) => any;
|
|
220
|
-
}
|
|
221
|
-
/**
|
|
222
|
-
* <p>Contains the results of a successful call to the <code>DescribeDBSnapshotAttributes</code>
|
|
223
|
-
* API action.</p>
|
|
224
|
-
* <p>Manual DB snapshot attributes are used to authorize other Amazon Web Services accounts
|
|
225
|
-
* to copy or restore a manual DB snapshot. For more information, see the <code>ModifyDBSnapshotAttribute</code>
|
|
226
|
-
* API action.</p>
|
|
227
|
-
*/
|
|
228
|
-
export interface DBSnapshotAttributesResult {
|
|
229
|
-
/**
|
|
230
|
-
* <p>The identifier of the manual DB snapshot that the attributes apply to.</p>
|
|
231
|
-
*/
|
|
232
|
-
DBSnapshotIdentifier?: string;
|
|
233
|
-
/**
|
|
234
|
-
* <p>The list of attributes and values for the manual DB snapshot.</p>
|
|
235
|
-
*/
|
|
236
|
-
DBSnapshotAttributes?: DBSnapshotAttribute[];
|
|
237
|
-
}
|
|
238
|
-
export declare namespace DBSnapshotAttributesResult {
|
|
239
|
-
/**
|
|
240
|
-
* @internal
|
|
241
|
-
*/
|
|
242
|
-
const filterSensitiveLog: (obj: DBSnapshotAttributesResult) => any;
|
|
243
|
-
}
|
|
244
4
|
export interface DescribeDBSnapshotAttributesResult {
|
|
245
5
|
/**
|
|
246
6
|
* <p>Contains the results of a successful call to the <code>DescribeDBSnapshotAttributes</code>
|
|
@@ -560,6 +320,204 @@ export declare namespace DescribeEngineDefaultClusterParametersResult {
|
|
|
560
320
|
export interface DescribeEngineDefaultParametersMessage {
|
|
561
321
|
/**
|
|
562
322
|
* <p>The name of the DB parameter group family.</p>
|
|
323
|
+
* <p>Valid Values:</p>
|
|
324
|
+
* <ul>
|
|
325
|
+
* <li>
|
|
326
|
+
* <p>
|
|
327
|
+
* <code>aurora5.6</code>
|
|
328
|
+
* </p>
|
|
329
|
+
* </li>
|
|
330
|
+
* <li>
|
|
331
|
+
* <p>
|
|
332
|
+
* <code>aurora-mysql5.7</code>
|
|
333
|
+
* </p>
|
|
334
|
+
* </li>
|
|
335
|
+
* <li>
|
|
336
|
+
* <p>
|
|
337
|
+
* <code>aurora-mysql8.0</code>
|
|
338
|
+
* </p>
|
|
339
|
+
* </li>
|
|
340
|
+
* <li>
|
|
341
|
+
* <p>
|
|
342
|
+
* <code>aurora-postgresql10</code>
|
|
343
|
+
* </p>
|
|
344
|
+
* </li>
|
|
345
|
+
* <li>
|
|
346
|
+
* <p>
|
|
347
|
+
* <code>aurora-postgresql11</code>
|
|
348
|
+
* </p>
|
|
349
|
+
* </li>
|
|
350
|
+
* <li>
|
|
351
|
+
* <p>
|
|
352
|
+
* <code>aurora-postgresql12</code>
|
|
353
|
+
* </p>
|
|
354
|
+
* </li>
|
|
355
|
+
* <li>
|
|
356
|
+
* <p>
|
|
357
|
+
* <code>aurora-postgresql13</code>
|
|
358
|
+
* </p>
|
|
359
|
+
* </li>
|
|
360
|
+
* <li>
|
|
361
|
+
* <p>
|
|
362
|
+
* <code>mariadb10.2</code>
|
|
363
|
+
* </p>
|
|
364
|
+
* </li>
|
|
365
|
+
* <li>
|
|
366
|
+
* <p>
|
|
367
|
+
* <code>mariadb10.3</code>
|
|
368
|
+
* </p>
|
|
369
|
+
* </li>
|
|
370
|
+
* <li>
|
|
371
|
+
* <p>
|
|
372
|
+
* <code>mariadb10.4</code>
|
|
373
|
+
* </p>
|
|
374
|
+
* </li>
|
|
375
|
+
* <li>
|
|
376
|
+
* <p>
|
|
377
|
+
* <code>mariadb10.5</code>
|
|
378
|
+
* </p>
|
|
379
|
+
* </li>
|
|
380
|
+
* <li>
|
|
381
|
+
* <p>
|
|
382
|
+
* <code>mariadb10.6</code>
|
|
383
|
+
* </p>
|
|
384
|
+
* </li>
|
|
385
|
+
* <li>
|
|
386
|
+
* <p>
|
|
387
|
+
* <code>mysql5.7</code>
|
|
388
|
+
* </p>
|
|
389
|
+
* </li>
|
|
390
|
+
* <li>
|
|
391
|
+
* <p>
|
|
392
|
+
* <code>mysql8.0</code>
|
|
393
|
+
* </p>
|
|
394
|
+
* </li>
|
|
395
|
+
* <li>
|
|
396
|
+
* <p>
|
|
397
|
+
* <code>postgres10</code>
|
|
398
|
+
* </p>
|
|
399
|
+
* </li>
|
|
400
|
+
* <li>
|
|
401
|
+
* <p>
|
|
402
|
+
* <code>postgres11</code>
|
|
403
|
+
* </p>
|
|
404
|
+
* </li>
|
|
405
|
+
* <li>
|
|
406
|
+
* <p>
|
|
407
|
+
* <code>postgres12</code>
|
|
408
|
+
* </p>
|
|
409
|
+
* </li>
|
|
410
|
+
* <li>
|
|
411
|
+
* <p>
|
|
412
|
+
* <code>postgres13</code>
|
|
413
|
+
* </p>
|
|
414
|
+
* </li>
|
|
415
|
+
* <li>
|
|
416
|
+
* <p>
|
|
417
|
+
* <code>postgres14</code>
|
|
418
|
+
* </p>
|
|
419
|
+
* </li>
|
|
420
|
+
* <li>
|
|
421
|
+
* <p>
|
|
422
|
+
* <code>sqlserver-ee-11.0</code>
|
|
423
|
+
* </p>
|
|
424
|
+
* </li>
|
|
425
|
+
* <li>
|
|
426
|
+
* <p>
|
|
427
|
+
* <code>sqlserver-ee-12.0</code>
|
|
428
|
+
* </p>
|
|
429
|
+
* </li>
|
|
430
|
+
* <li>
|
|
431
|
+
* <p>
|
|
432
|
+
* <code>sqlserver-ee-13.0</code>
|
|
433
|
+
* </p>
|
|
434
|
+
* </li>
|
|
435
|
+
* <li>
|
|
436
|
+
* <p>
|
|
437
|
+
* <code>sqlserver-ee-14.0</code>
|
|
438
|
+
* </p>
|
|
439
|
+
* </li>
|
|
440
|
+
* <li>
|
|
441
|
+
* <p>
|
|
442
|
+
* <code>sqlserver-ee-15.0</code>
|
|
443
|
+
* </p>
|
|
444
|
+
* </li>
|
|
445
|
+
* <li>
|
|
446
|
+
* <p>
|
|
447
|
+
* <code>sqlserver-ex-11.0</code>
|
|
448
|
+
* </p>
|
|
449
|
+
* </li>
|
|
450
|
+
* <li>
|
|
451
|
+
* <p>
|
|
452
|
+
* <code>sqlserver-ex-12.0</code>
|
|
453
|
+
* </p>
|
|
454
|
+
* </li>
|
|
455
|
+
* <li>
|
|
456
|
+
* <p>
|
|
457
|
+
* <code>sqlserver-ex-13.0</code>
|
|
458
|
+
* </p>
|
|
459
|
+
* </li>
|
|
460
|
+
* <li>
|
|
461
|
+
* <p>
|
|
462
|
+
* <code>sqlserver-ex-14.0</code>
|
|
463
|
+
* </p>
|
|
464
|
+
* </li>
|
|
465
|
+
* <li>
|
|
466
|
+
* <p>
|
|
467
|
+
* <code>sqlserver-ex-15.0</code>
|
|
468
|
+
* </p>
|
|
469
|
+
* </li>
|
|
470
|
+
* <li>
|
|
471
|
+
* <p>
|
|
472
|
+
* <code>sqlserver-se-11.0</code>
|
|
473
|
+
* </p>
|
|
474
|
+
* </li>
|
|
475
|
+
* <li>
|
|
476
|
+
* <p>
|
|
477
|
+
* <code>sqlserver-se-12.0</code>
|
|
478
|
+
* </p>
|
|
479
|
+
* </li>
|
|
480
|
+
* <li>
|
|
481
|
+
* <p>
|
|
482
|
+
* <code>sqlserver-se-13.0</code>
|
|
483
|
+
* </p>
|
|
484
|
+
* </li>
|
|
485
|
+
* <li>
|
|
486
|
+
* <p>
|
|
487
|
+
* <code>sqlserver-se-14.0</code>
|
|
488
|
+
* </p>
|
|
489
|
+
* </li>
|
|
490
|
+
* <li>
|
|
491
|
+
* <p>
|
|
492
|
+
* <code>sqlserver-se-15.0</code>
|
|
493
|
+
* </p>
|
|
494
|
+
* </li>
|
|
495
|
+
* <li>
|
|
496
|
+
* <p>
|
|
497
|
+
* <code>sqlserver-web-11.0</code>
|
|
498
|
+
* </p>
|
|
499
|
+
* </li>
|
|
500
|
+
* <li>
|
|
501
|
+
* <p>
|
|
502
|
+
* <code>sqlserver-web-12.0</code>
|
|
503
|
+
* </p>
|
|
504
|
+
* </li>
|
|
505
|
+
* <li>
|
|
506
|
+
* <p>
|
|
507
|
+
* <code>sqlserver-web-13.0</code>
|
|
508
|
+
* </p>
|
|
509
|
+
* </li>
|
|
510
|
+
* <li>
|
|
511
|
+
* <p>
|
|
512
|
+
* <code>sqlserver-web-14.0</code>
|
|
513
|
+
* </p>
|
|
514
|
+
* </li>
|
|
515
|
+
* <li>
|
|
516
|
+
* <p>
|
|
517
|
+
* <code>sqlserver-web-15.0</code>
|
|
518
|
+
* </p>
|
|
519
|
+
* </li>
|
|
520
|
+
* </ul>
|
|
563
521
|
*/
|
|
564
522
|
DBParameterGroupFamily: string | undefined;
|
|
565
523
|
/**
|
|
@@ -1028,70 +986,6 @@ export declare namespace GlobalClustersMessage {
|
|
|
1028
986
|
*/
|
|
1029
987
|
const filterSensitiveLog: (obj: GlobalClustersMessage) => any;
|
|
1030
988
|
}
|
|
1031
|
-
export interface DescribeInstallationMediaMessage {
|
|
1032
|
-
/**
|
|
1033
|
-
* <p>The installation medium ID.</p>
|
|
1034
|
-
*/
|
|
1035
|
-
InstallationMediaId?: string;
|
|
1036
|
-
/**
|
|
1037
|
-
* <p>A filter that specifies one or more installation media to describe. Supported filters
|
|
1038
|
-
* include the following:</p>
|
|
1039
|
-
* <ul>
|
|
1040
|
-
* <li>
|
|
1041
|
-
* <p>
|
|
1042
|
-
* <code>custom-availability-zone-id</code> - Accepts custom Availability Zone (AZ)
|
|
1043
|
-
* identifiers. The results list includes information about only the custom AZs
|
|
1044
|
-
* identified by these identifiers.</p>
|
|
1045
|
-
* </li>
|
|
1046
|
-
* <li>
|
|
1047
|
-
* <p>
|
|
1048
|
-
* <code>engine</code> - Accepts database engines. The results list includes information about
|
|
1049
|
-
* only the database engines identified by these identifiers.</p>
|
|
1050
|
-
* <p>For more information about the valid engines for installation media, see <a>ImportInstallationMedia</a>.</p>
|
|
1051
|
-
* </li>
|
|
1052
|
-
* </ul>
|
|
1053
|
-
*/
|
|
1054
|
-
Filters?: Filter[];
|
|
1055
|
-
/**
|
|
1056
|
-
* <p>An optional pagination token provided by a previous DescribeInstallationMedia request.
|
|
1057
|
-
* If this parameter is specified, the response includes
|
|
1058
|
-
* only records beyond the marker, up to the value specified by <code>MaxRecords</code>.</p>
|
|
1059
|
-
*/
|
|
1060
|
-
MaxRecords?: number;
|
|
1061
|
-
/**
|
|
1062
|
-
* <p>An optional pagination token provided by a previous request.
|
|
1063
|
-
* If this parameter is specified, the response includes
|
|
1064
|
-
* only records beyond the marker,
|
|
1065
|
-
* up to the value specified by <code>MaxRecords</code>.</p>
|
|
1066
|
-
*/
|
|
1067
|
-
Marker?: string;
|
|
1068
|
-
}
|
|
1069
|
-
export declare namespace DescribeInstallationMediaMessage {
|
|
1070
|
-
/**
|
|
1071
|
-
* @internal
|
|
1072
|
-
*/
|
|
1073
|
-
const filterSensitiveLog: (obj: DescribeInstallationMediaMessage) => any;
|
|
1074
|
-
}
|
|
1075
|
-
export interface InstallationMediaMessage {
|
|
1076
|
-
/**
|
|
1077
|
-
* <p>An optional pagination token provided by a previous
|
|
1078
|
-
* <a>DescribeInstallationMedia</a> request.
|
|
1079
|
-
* If this parameter is specified, the response includes
|
|
1080
|
-
* only records beyond the marker,
|
|
1081
|
-
* up to the value specified by <code>MaxRecords</code>.</p>
|
|
1082
|
-
*/
|
|
1083
|
-
Marker?: string;
|
|
1084
|
-
/**
|
|
1085
|
-
* <p>The list of <a>InstallationMedia</a> objects for the Amazon Web Services account.</p>
|
|
1086
|
-
*/
|
|
1087
|
-
InstallationMedia?: InstallationMedia[];
|
|
1088
|
-
}
|
|
1089
|
-
export declare namespace InstallationMediaMessage {
|
|
1090
|
-
/**
|
|
1091
|
-
* @internal
|
|
1092
|
-
*/
|
|
1093
|
-
const filterSensitiveLog: (obj: InstallationMediaMessage) => any;
|
|
1094
|
-
}
|
|
1095
989
|
/**
|
|
1096
990
|
* <p></p>
|
|
1097
991
|
*/
|
|
@@ -2658,83 +2552,6 @@ export declare namespace FailoverGlobalClusterResult {
|
|
|
2658
2552
|
*/
|
|
2659
2553
|
const filterSensitiveLog: (obj: FailoverGlobalClusterResult) => any;
|
|
2660
2554
|
}
|
|
2661
|
-
export interface ImportInstallationMediaMessage {
|
|
2662
|
-
/**
|
|
2663
|
-
* <p>The identifier of the custom Availability Zone (AZ) to import the installation media to.</p>
|
|
2664
|
-
*/
|
|
2665
|
-
CustomAvailabilityZoneId: string | undefined;
|
|
2666
|
-
/**
|
|
2667
|
-
* <p>The name of the database engine to be used for this instance.</p>
|
|
2668
|
-
* <p>The list only includes supported DB engines that require an on-premises
|
|
2669
|
-
* customer provided license.</p>
|
|
2670
|
-
* <p>Valid Values:</p>
|
|
2671
|
-
* <ul>
|
|
2672
|
-
* <li>
|
|
2673
|
-
* <p>
|
|
2674
|
-
* <code>sqlserver-ee</code>
|
|
2675
|
-
* </p>
|
|
2676
|
-
* </li>
|
|
2677
|
-
* <li>
|
|
2678
|
-
* <p>
|
|
2679
|
-
* <code>sqlserver-se</code>
|
|
2680
|
-
* </p>
|
|
2681
|
-
* </li>
|
|
2682
|
-
* <li>
|
|
2683
|
-
* <p>
|
|
2684
|
-
* <code>sqlserver-ex</code>
|
|
2685
|
-
* </p>
|
|
2686
|
-
* </li>
|
|
2687
|
-
* <li>
|
|
2688
|
-
* <p>
|
|
2689
|
-
* <code>sqlserver-web</code>
|
|
2690
|
-
* </p>
|
|
2691
|
-
* </li>
|
|
2692
|
-
* </ul>
|
|
2693
|
-
*/
|
|
2694
|
-
Engine: string | undefined;
|
|
2695
|
-
/**
|
|
2696
|
-
* <p>The version number of the database engine to use.</p>
|
|
2697
|
-
* <p>For a list of valid engine versions, call <a>DescribeDBEngineVersions</a>.</p>
|
|
2698
|
-
* <p>The following are the database engines and links to information about the major and minor
|
|
2699
|
-
* versions. The list only includes DB engines that require an on-premises
|
|
2700
|
-
* customer provided license.</p>
|
|
2701
|
-
* <p>
|
|
2702
|
-
* <b>Microsoft SQL Server</b>
|
|
2703
|
-
* </p>
|
|
2704
|
-
* <p>See <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport">
|
|
2705
|
-
* Microsoft SQL Server Versions on Amazon RDS</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
2706
|
-
*/
|
|
2707
|
-
EngineVersion: string | undefined;
|
|
2708
|
-
/**
|
|
2709
|
-
* <p>The path to the installation medium for the specified DB engine.</p>
|
|
2710
|
-
* <p>Example: <code>SQLServerISO/en_sql_server_2016_enterprise_x64_dvd_8701793.iso</code>
|
|
2711
|
-
* </p>
|
|
2712
|
-
*/
|
|
2713
|
-
EngineInstallationMediaPath: string | undefined;
|
|
2714
|
-
/**
|
|
2715
|
-
* <p>The path to the installation medium for the operating system associated with the specified DB engine.</p>
|
|
2716
|
-
* <p>Example: <code>WindowsISO/en_windows_server_2016_x64_dvd_9327751.iso</code>
|
|
2717
|
-
* </p>
|
|
2718
|
-
*/
|
|
2719
|
-
OSInstallationMediaPath: string | undefined;
|
|
2720
|
-
}
|
|
2721
|
-
export declare namespace ImportInstallationMediaMessage {
|
|
2722
|
-
/**
|
|
2723
|
-
* @internal
|
|
2724
|
-
*/
|
|
2725
|
-
const filterSensitiveLog: (obj: ImportInstallationMediaMessage) => any;
|
|
2726
|
-
}
|
|
2727
|
-
/**
|
|
2728
|
-
* <p>The specified installation medium has already been imported.</p>
|
|
2729
|
-
*/
|
|
2730
|
-
export declare class InstallationMediaAlreadyExistsFault extends __BaseException {
|
|
2731
|
-
readonly name: "InstallationMediaAlreadyExistsFault";
|
|
2732
|
-
readonly $fault: "client";
|
|
2733
|
-
/**
|
|
2734
|
-
* @internal
|
|
2735
|
-
*/
|
|
2736
|
-
constructor(opts: __ExceptionOptionType<InstallationMediaAlreadyExistsFault, __BaseException>);
|
|
2737
|
-
}
|
|
2738
2555
|
/**
|
|
2739
2556
|
* <p></p>
|
|
2740
2557
|
*/
|
|
@@ -3332,6 +3149,12 @@ export interface ModifyDBClusterMessage {
|
|
|
3332
3149
|
* <p>Valid for: Multi-AZ DB clusters only</p>
|
|
3333
3150
|
*/
|
|
3334
3151
|
PerformanceInsightsRetentionPeriod?: number;
|
|
3152
|
+
/**
|
|
3153
|
+
* <p>Contains the scaling configuration of an Aurora Serverless v2 DB cluster.</p>
|
|
3154
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html">Using Amazon Aurora Serverless v2</a> in the
|
|
3155
|
+
* <i>Amazon Aurora User Guide</i>.</p>
|
|
3156
|
+
*/
|
|
3157
|
+
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration;
|
|
3335
3158
|
}
|
|
3336
3159
|
export declare namespace ModifyDBClusterMessage {
|
|
3337
3160
|
/**
|
|
@@ -5703,6 +5526,12 @@ export interface RestoreDBClusterFromS3Message {
|
|
|
5703
5526
|
* <p>Specify the name of the IAM role to be used when making API calls to the Directory Service.</p>
|
|
5704
5527
|
*/
|
|
5705
5528
|
DomainIAMRoleName?: string;
|
|
5529
|
+
/**
|
|
5530
|
+
* <p>Contains the scaling configuration of an Aurora Serverless v2 DB cluster.</p>
|
|
5531
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html">Using Amazon Aurora Serverless v2</a> in the
|
|
5532
|
+
* <i>Amazon Aurora User Guide</i>.</p>
|
|
5533
|
+
*/
|
|
5534
|
+
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration;
|
|
5706
5535
|
}
|
|
5707
5536
|
export declare namespace RestoreDBClusterFromS3Message {
|
|
5708
5537
|
/**
|
|
@@ -6084,6 +5913,12 @@ export interface RestoreDBClusterFromSnapshotMessage {
|
|
|
6084
5913
|
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
6085
5914
|
*/
|
|
6086
5915
|
PubliclyAccessible?: boolean;
|
|
5916
|
+
/**
|
|
5917
|
+
* <p>Contains the scaling configuration of an Aurora Serverless v2 DB cluster.</p>
|
|
5918
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html">Using Amazon Aurora Serverless v2</a> in the
|
|
5919
|
+
* <i>Amazon Aurora User Guide</i>.</p>
|
|
5920
|
+
*/
|
|
5921
|
+
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration;
|
|
6087
5922
|
}
|
|
6088
5923
|
export declare namespace RestoreDBClusterFromSnapshotMessage {
|
|
6089
5924
|
/**
|
|
@@ -6421,6 +6256,12 @@ export interface RestoreDBClusterToPointInTimeMessage {
|
|
|
6421
6256
|
* <p>Valid for: Multi-AZ DB clusters only</p>
|
|
6422
6257
|
*/
|
|
6423
6258
|
Iops?: number;
|
|
6259
|
+
/**
|
|
6260
|
+
* <p>Contains the scaling configuration of an Aurora Serverless v2 DB cluster.</p>
|
|
6261
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html">Using Amazon Aurora Serverless v2</a> in the
|
|
6262
|
+
* <i>Amazon Aurora User Guide</i>.</p>
|
|
6263
|
+
*/
|
|
6264
|
+
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration;
|
|
6424
6265
|
}
|
|
6425
6266
|
export declare namespace RestoreDBClusterToPointInTimeMessage {
|
|
6426
6267
|
/**
|
|
@@ -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";
|