@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
@@ -1,284 +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
- * <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
- export interface DescribeDBSnapshotAttributesResult {
245
- /**
246
- * <p>Contains the results of a successful call to the <code>DescribeDBSnapshotAttributes</code>
247
- * API action.</p>
248
- * <p>Manual DB snapshot attributes are used to authorize other Amazon Web Services accounts
249
- * to copy or restore a manual DB snapshot. For more information, see the <code>ModifyDBSnapshotAttribute</code>
250
- * API action.</p>
251
- */
252
- DBSnapshotAttributesResult?: DBSnapshotAttributesResult;
253
- }
254
- export declare namespace DescribeDBSnapshotAttributesResult {
255
- /**
256
- * @internal
257
- */
258
- const filterSensitiveLog: (obj: DescribeDBSnapshotAttributesResult) => any;
259
- }
260
- /**
261
- * <p>Contains the result of a successful invocation of the <code>DescribeDBSnapshots</code> action.</p>
262
- */
263
- export interface DBSnapshotMessage {
264
- /**
265
- * <p>An optional pagination token provided by a previous request.
266
- * If this parameter is specified, the response includes
267
- * only records beyond the marker,
268
- * up to the value specified by <code>MaxRecords</code>.</p>
269
- */
270
- Marker?: string;
271
- /**
272
- * <p>A list of <code>DBSnapshot</code> instances.</p>
273
- */
274
- DBSnapshots?: DBSnapshot[];
275
- }
276
- export declare namespace DBSnapshotMessage {
277
- /**
278
- * @internal
279
- */
280
- const filterSensitiveLog: (obj: DBSnapshotMessage) => any;
281
- }
282
4
  /**
283
5
  * <p></p>
284
6
  */
@@ -560,6 +282,204 @@ export declare namespace DescribeEngineDefaultClusterParametersResult {
560
282
  export interface DescribeEngineDefaultParametersMessage {
561
283
  /**
562
284
  * <p>The name of the DB parameter group family.</p>
285
+ * <p>Valid Values:</p>
286
+ * <ul>
287
+ * <li>
288
+ * <p>
289
+ * <code>aurora5.6</code>
290
+ * </p>
291
+ * </li>
292
+ * <li>
293
+ * <p>
294
+ * <code>aurora-mysql5.7</code>
295
+ * </p>
296
+ * </li>
297
+ * <li>
298
+ * <p>
299
+ * <code>aurora-mysql8.0</code>
300
+ * </p>
301
+ * </li>
302
+ * <li>
303
+ * <p>
304
+ * <code>aurora-postgresql10</code>
305
+ * </p>
306
+ * </li>
307
+ * <li>
308
+ * <p>
309
+ * <code>aurora-postgresql11</code>
310
+ * </p>
311
+ * </li>
312
+ * <li>
313
+ * <p>
314
+ * <code>aurora-postgresql12</code>
315
+ * </p>
316
+ * </li>
317
+ * <li>
318
+ * <p>
319
+ * <code>aurora-postgresql13</code>
320
+ * </p>
321
+ * </li>
322
+ * <li>
323
+ * <p>
324
+ * <code>mariadb10.2</code>
325
+ * </p>
326
+ * </li>
327
+ * <li>
328
+ * <p>
329
+ * <code>mariadb10.3</code>
330
+ * </p>
331
+ * </li>
332
+ * <li>
333
+ * <p>
334
+ * <code>mariadb10.4</code>
335
+ * </p>
336
+ * </li>
337
+ * <li>
338
+ * <p>
339
+ * <code>mariadb10.5</code>
340
+ * </p>
341
+ * </li>
342
+ * <li>
343
+ * <p>
344
+ * <code>mariadb10.6</code>
345
+ * </p>
346
+ * </li>
347
+ * <li>
348
+ * <p>
349
+ * <code>mysql5.7</code>
350
+ * </p>
351
+ * </li>
352
+ * <li>
353
+ * <p>
354
+ * <code>mysql8.0</code>
355
+ * </p>
356
+ * </li>
357
+ * <li>
358
+ * <p>
359
+ * <code>postgres10</code>
360
+ * </p>
361
+ * </li>
362
+ * <li>
363
+ * <p>
364
+ * <code>postgres11</code>
365
+ * </p>
366
+ * </li>
367
+ * <li>
368
+ * <p>
369
+ * <code>postgres12</code>
370
+ * </p>
371
+ * </li>
372
+ * <li>
373
+ * <p>
374
+ * <code>postgres13</code>
375
+ * </p>
376
+ * </li>
377
+ * <li>
378
+ * <p>
379
+ * <code>postgres14</code>
380
+ * </p>
381
+ * </li>
382
+ * <li>
383
+ * <p>
384
+ * <code>sqlserver-ee-11.0</code>
385
+ * </p>
386
+ * </li>
387
+ * <li>
388
+ * <p>
389
+ * <code>sqlserver-ee-12.0</code>
390
+ * </p>
391
+ * </li>
392
+ * <li>
393
+ * <p>
394
+ * <code>sqlserver-ee-13.0</code>
395
+ * </p>
396
+ * </li>
397
+ * <li>
398
+ * <p>
399
+ * <code>sqlserver-ee-14.0</code>
400
+ * </p>
401
+ * </li>
402
+ * <li>
403
+ * <p>
404
+ * <code>sqlserver-ee-15.0</code>
405
+ * </p>
406
+ * </li>
407
+ * <li>
408
+ * <p>
409
+ * <code>sqlserver-ex-11.0</code>
410
+ * </p>
411
+ * </li>
412
+ * <li>
413
+ * <p>
414
+ * <code>sqlserver-ex-12.0</code>
415
+ * </p>
416
+ * </li>
417
+ * <li>
418
+ * <p>
419
+ * <code>sqlserver-ex-13.0</code>
420
+ * </p>
421
+ * </li>
422
+ * <li>
423
+ * <p>
424
+ * <code>sqlserver-ex-14.0</code>
425
+ * </p>
426
+ * </li>
427
+ * <li>
428
+ * <p>
429
+ * <code>sqlserver-ex-15.0</code>
430
+ * </p>
431
+ * </li>
432
+ * <li>
433
+ * <p>
434
+ * <code>sqlserver-se-11.0</code>
435
+ * </p>
436
+ * </li>
437
+ * <li>
438
+ * <p>
439
+ * <code>sqlserver-se-12.0</code>
440
+ * </p>
441
+ * </li>
442
+ * <li>
443
+ * <p>
444
+ * <code>sqlserver-se-13.0</code>
445
+ * </p>
446
+ * </li>
447
+ * <li>
448
+ * <p>
449
+ * <code>sqlserver-se-14.0</code>
450
+ * </p>
451
+ * </li>
452
+ * <li>
453
+ * <p>
454
+ * <code>sqlserver-se-15.0</code>
455
+ * </p>
456
+ * </li>
457
+ * <li>
458
+ * <p>
459
+ * <code>sqlserver-web-11.0</code>
460
+ * </p>
461
+ * </li>
462
+ * <li>
463
+ * <p>
464
+ * <code>sqlserver-web-12.0</code>
465
+ * </p>
466
+ * </li>
467
+ * <li>
468
+ * <p>
469
+ * <code>sqlserver-web-13.0</code>
470
+ * </p>
471
+ * </li>
472
+ * <li>
473
+ * <p>
474
+ * <code>sqlserver-web-14.0</code>
475
+ * </p>
476
+ * </li>
477
+ * <li>
478
+ * <p>
479
+ * <code>sqlserver-web-15.0</code>
480
+ * </p>
481
+ * </li>
482
+ * </ul>
563
483
  */
564
484
  DBParameterGroupFamily: string | undefined;
565
485
  /**
@@ -1028,70 +948,6 @@ export declare namespace GlobalClustersMessage {
1028
948
  */
1029
949
  const filterSensitiveLog: (obj: GlobalClustersMessage) => any;
1030
950
  }
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
951
  /**
1096
952
  * <p></p>
1097
953
  */
@@ -2658,83 +2514,6 @@ export declare namespace FailoverGlobalClusterResult {
2658
2514
  */
2659
2515
  const filterSensitiveLog: (obj: FailoverGlobalClusterResult) => any;
2660
2516
  }
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
2517
  /**
2739
2518
  * <p></p>
2740
2519
  */
@@ -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";