@aws-sdk/client-rds 3.438.0 → 3.441.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 (69) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/RDS.js +6 -0
  3. package/dist-cjs/commands/CreateIntegrationCommand.js +51 -0
  4. package/dist-cjs/commands/DeleteIntegrationCommand.js +51 -0
  5. package/dist-cjs/commands/DescribeIntegrationsCommand.js +51 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/models/models_0.js +77 -3
  8. package/dist-cjs/pagination/DescribeIntegrationsPaginator.js +29 -0
  9. package/dist-cjs/pagination/index.js +1 -0
  10. package/dist-cjs/protocols/Aws_query.js +466 -6
  11. package/dist-es/RDS.js +6 -0
  12. package/dist-es/commands/CreateIntegrationCommand.js +47 -0
  13. package/dist-es/commands/DeleteIntegrationCommand.js +47 -0
  14. package/dist-es/commands/DescribeIntegrationsCommand.js +47 -0
  15. package/dist-es/commands/index.js +3 -0
  16. package/dist-es/models/models_0.js +69 -0
  17. package/dist-es/pagination/DescribeIntegrationsPaginator.js +25 -0
  18. package/dist-es/pagination/index.js +1 -0
  19. package/dist-es/protocols/Aws_query.js +455 -1
  20. package/dist-types/RDS.d.ts +21 -0
  21. package/dist-types/RDSClient.d.ts +5 -2
  22. package/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -0
  23. package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +2 -0
  24. package/dist-types/commands/CreateDBClusterCommand.d.ts +12 -0
  25. package/dist-types/commands/CreateIntegrationCommand.d.ts +130 -0
  26. package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +2 -0
  27. package/dist-types/commands/DeleteDBClusterCommand.d.ts +8 -0
  28. package/dist-types/commands/DeleteIntegrationCommand.d.ts +107 -0
  29. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeDBClustersCommand.d.ts +9 -1
  33. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +3 -2
  34. package/dist-types/commands/DescribeIntegrationsCommand.d.ts +115 -0
  35. package/dist-types/commands/FailoverDBClusterCommand.d.ts +8 -0
  36. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
  37. package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +2 -0
  38. package/dist-types/commands/ModifyDBClusterCommand.d.ts +8 -0
  39. package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +8 -0
  40. package/dist-types/commands/RebootDBClusterCommand.d.ts +8 -0
  41. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +3 -0
  42. package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +8 -0
  43. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +12 -0
  44. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +12 -0
  45. package/dist-types/commands/StartDBClusterCommand.d.ts +8 -0
  46. package/dist-types/commands/StopDBClusterCommand.d.ts +8 -0
  47. package/dist-types/commands/index.d.ts +3 -0
  48. package/dist-types/models/models_0.d.ts +256 -423
  49. package/dist-types/models/models_1.d.ts +481 -1
  50. package/dist-types/pagination/DescribeIntegrationsPaginator.d.ts +7 -0
  51. package/dist-types/pagination/index.d.ts +1 -0
  52. package/dist-types/protocols/Aws_query.d.ts +27 -0
  53. package/dist-types/ts3.4/RDS.d.ts +51 -0
  54. package/dist-types/ts3.4/RDSClient.d.ts +18 -0
  55. package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +36 -0
  56. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +36 -0
  57. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +4 -2
  62. package/dist-types/ts3.4/commands/DescribeIntegrationsCommand.d.ts +42 -0
  63. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  64. package/dist-types/ts3.4/models/models_0.d.ts +85 -55
  65. package/dist-types/ts3.4/models/models_1.d.ts +71 -1
  66. package/dist-types/ts3.4/pagination/DescribeIntegrationsPaginator.d.ts +11 -0
  67. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  68. package/dist-types/ts3.4/protocols/Aws_query.d.ts +36 -0
  69. package/package.json +4 -4
@@ -1,6 +1,429 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { ActivityStreamMode, ActivityStreamPolicyStatus, ActivityStreamStatus, AutomationMode, AvailabilityZone, BlueGreenDeployment, Certificate, DBCluster, DBClusterSnapshotAttributesResult, DBInstance, DBInstanceAutomatedBackup, DBParameterGroup, DBProxy, DBProxyEndpoint, DBSecurityGroup, DBSnapshot, DBSubnetGroup, EventSubscription, ExportSourceType, ExportTask, Filter, GlobalCluster, OptionGroup, OptionSetting, Parameter, ProcessorFeature, ReplicaMode, ResourcePendingMaintenanceActions, ScalingConfiguration, ServerlessV2ScalingConfiguration, Tag, UserAuthConfig } from "./models_0";
2
+ import { ActivityStreamMode, ActivityStreamPolicyStatus, ActivityStreamStatus, AutomationMode, AvailabilityZone, BlueGreenDeployment, Certificate, DBCluster, DBClusterSnapshot, DBEngineVersion, DBInstance, DBInstanceAutomatedBackup, DBParameterGroup, DBProxy, DBProxyEndpoint, DBSecurityGroup, DBSnapshot, DBSubnetGroup, EventSubscription, ExportSourceType, ExportTask, Filter, GlobalCluster, Integration, OptionGroup, OptionSetting, Parameter, ProcessorFeature, RdsCustomClusterConfiguration, ReplicaMode, ResourcePendingMaintenanceActions, ScalingConfiguration, ServerlessV2ScalingConfiguration, Tag, UserAuthConfig } from "./models_0";
3
3
  import { RDSServiceException as __BaseException } from "./RDSServiceException";
4
+ /**
5
+ * @public
6
+ * <p>Provides details about a DB cluster parameter group including the parameters in the DB cluster parameter group.</p>
7
+ */
8
+ export interface DBClusterParameterGroupDetails {
9
+ /**
10
+ * @public
11
+ * <p>Provides a list of parameters for the DB cluster parameter group.</p>
12
+ */
13
+ Parameters?: Parameter[];
14
+ /**
15
+ * @public
16
+ * <p>An optional pagination token provided by a previous
17
+ * <code>DescribeDBClusterParameters</code> request.
18
+ * If this parameter is specified, the response includes
19
+ * only records beyond the marker,
20
+ * up to the value specified by <code>MaxRecords</code>.</p>
21
+ */
22
+ Marker?: string;
23
+ }
24
+ /**
25
+ * @public
26
+ * <p></p>
27
+ */
28
+ export interface DescribeDBClusterParametersMessage {
29
+ /**
30
+ * @public
31
+ * <p>The name of a specific DB cluster parameter group to return parameter details for.</p>
32
+ * <p>Constraints:</p>
33
+ * <ul>
34
+ * <li>
35
+ * <p>If supplied, must match the name of an existing DBClusterParameterGroup.</p>
36
+ * </li>
37
+ * </ul>
38
+ */
39
+ DBClusterParameterGroupName: string | undefined;
40
+ /**
41
+ * @public
42
+ * <p>A specific source to return parameters for.</p>
43
+ * <p>Valid Values:</p>
44
+ * <ul>
45
+ * <li>
46
+ * <p>
47
+ * <code>customer</code>
48
+ * </p>
49
+ * </li>
50
+ * <li>
51
+ * <p>
52
+ * <code>engine</code>
53
+ * </p>
54
+ * </li>
55
+ * <li>
56
+ * <p>
57
+ * <code>service</code>
58
+ * </p>
59
+ * </li>
60
+ * </ul>
61
+ */
62
+ Source?: string;
63
+ /**
64
+ * @public
65
+ * <p>This parameter isn't currently supported.</p>
66
+ */
67
+ Filters?: Filter[];
68
+ /**
69
+ * @public
70
+ * <p>The maximum number of records to include in the response.
71
+ * If more records exist than the specified <code>MaxRecords</code> value,
72
+ * a pagination token called a marker is included in the response so you can retrieve the remaining results.</p>
73
+ * <p>Default: 100</p>
74
+ * <p>Constraints: Minimum 20, maximum 100.</p>
75
+ */
76
+ MaxRecords?: number;
77
+ /**
78
+ * @public
79
+ * <p>An optional pagination token provided by a previous
80
+ * <code>DescribeDBClusterParameters</code> request.
81
+ * If this parameter is specified, the response includes
82
+ * only records beyond the marker,
83
+ * up to the value specified by <code>MaxRecords</code>.</p>
84
+ */
85
+ Marker?: string;
86
+ }
87
+ /**
88
+ * @public
89
+ * <p>Contains the result of a successful invocation of the <code>DescribeDBClusters</code> action.</p>
90
+ */
91
+ export interface DBClusterMessage {
92
+ /**
93
+ * @public
94
+ * <p>A pagination token that can be used in a later <code>DescribeDBClusters</code> request.</p>
95
+ */
96
+ Marker?: string;
97
+ /**
98
+ * @public
99
+ * <p>Contains a list of DB clusters for the user.</p>
100
+ */
101
+ DBClusters?: DBCluster[];
102
+ }
103
+ /**
104
+ * @public
105
+ * <p></p>
106
+ */
107
+ export interface DescribeDBClustersMessage {
108
+ /**
109
+ * @public
110
+ * <p>The user-supplied DB cluster identifier or the Amazon Resource Name (ARN) of the DB cluster. If this parameter is specified,
111
+ * information for only the specific DB cluster is returned. This parameter isn't case-sensitive.</p>
112
+ * <p>Constraints:</p>
113
+ * <ul>
114
+ * <li>
115
+ * <p>If supplied, must match an existing DB cluster identifier.</p>
116
+ * </li>
117
+ * </ul>
118
+ */
119
+ DBClusterIdentifier?: string;
120
+ /**
121
+ * @public
122
+ * <p>A filter that specifies one or more DB clusters to describe.</p>
123
+ * <p>Supported Filters:</p>
124
+ * <ul>
125
+ * <li>
126
+ * <p>
127
+ * <code>clone-group-id</code> - Accepts clone group identifiers.
128
+ * The results list only includes information about
129
+ * the DB clusters associated with these clone groups.</p>
130
+ * </li>
131
+ * <li>
132
+ * <p>
133
+ * <code>db-cluster-id</code> - Accepts DB cluster identifiers and DB
134
+ * cluster Amazon Resource Names (ARNs). The results list only includes information about
135
+ * the DB clusters identified by these ARNs.</p>
136
+ * </li>
137
+ * <li>
138
+ * <p>
139
+ * <code>db-cluster-resource-id</code> - Accepts DB cluster resource identifiers.
140
+ * The results list will only include information about the DB clusters identified
141
+ * by these DB cluster resource identifiers.</p>
142
+ * </li>
143
+ * <li>
144
+ * <p>
145
+ * <code>domain</code> - Accepts Active Directory directory IDs.
146
+ * The results list only includes information about
147
+ * the DB clusters associated with these domains.</p>
148
+ * </li>
149
+ * <li>
150
+ * <p>
151
+ * <code>engine</code> - Accepts engine names.
152
+ * The results list only includes information about
153
+ * the DB clusters for these engines.</p>
154
+ * </li>
155
+ * </ul>
156
+ */
157
+ Filters?: Filter[];
158
+ /**
159
+ * @public
160
+ * <p>The maximum number of records to include in the response.
161
+ * If more records exist than the specified <code>MaxRecords</code> value,
162
+ * a pagination token called a marker is included in the response so you can retrieve the remaining results.</p>
163
+ * <p>Default: 100</p>
164
+ * <p>Constraints: Minimum 20, maximum 100.</p>
165
+ */
166
+ MaxRecords?: number;
167
+ /**
168
+ * @public
169
+ * <p>An optional pagination token provided by a previous
170
+ * <code>DescribeDBClusters</code> request.
171
+ * If this parameter is specified, the response includes
172
+ * only records beyond the marker,
173
+ * up to the value specified by <code>MaxRecords</code>.</p>
174
+ */
175
+ Marker?: string;
176
+ /**
177
+ * @public
178
+ * <p>Specifies whether the output includes information about clusters
179
+ * shared from other Amazon Web Services accounts.</p>
180
+ */
181
+ IncludeShared?: boolean;
182
+ }
183
+ /**
184
+ * @public
185
+ * <p></p>
186
+ */
187
+ export interface DescribeDBClusterSnapshotAttributesMessage {
188
+ /**
189
+ * @public
190
+ * <p>The identifier for the DB cluster snapshot to describe the attributes for.</p>
191
+ */
192
+ DBClusterSnapshotIdentifier: string | undefined;
193
+ }
194
+ /**
195
+ * @public
196
+ * <p>Contains the name and values of a manual DB cluster snapshot attribute.</p>
197
+ * <p>Manual DB cluster snapshot attributes are used to authorize other Amazon Web Services accounts
198
+ * to restore a manual DB cluster snapshot. For more information, see the <code>ModifyDBClusterSnapshotAttribute</code>
199
+ * API action.</p>
200
+ */
201
+ export interface DBClusterSnapshotAttribute {
202
+ /**
203
+ * @public
204
+ * <p>The name of the manual DB cluster snapshot attribute.</p>
205
+ * <p>The attribute named <code>restore</code> refers to the list of Amazon Web Services accounts that
206
+ * have permission to copy or restore the manual DB cluster snapshot. For more information,
207
+ * see the <code>ModifyDBClusterSnapshotAttribute</code>
208
+ * API action.</p>
209
+ */
210
+ AttributeName?: string;
211
+ /**
212
+ * @public
213
+ * <p>The value(s) for the manual DB cluster snapshot attribute.</p>
214
+ * <p>If the <code>AttributeName</code> field is set to <code>restore</code>, then this element
215
+ * returns a list of IDs of the Amazon Web Services accounts that are authorized to copy or restore the manual
216
+ * DB cluster snapshot. If a value of <code>all</code> is in the list, then the manual DB cluster snapshot
217
+ * is public and available for any Amazon Web Services account to copy or restore.</p>
218
+ */
219
+ AttributeValues?: string[];
220
+ }
221
+ /**
222
+ * @public
223
+ * <p>Contains the results of a successful call to the <code>DescribeDBClusterSnapshotAttributes</code>
224
+ * API action.</p>
225
+ * <p>Manual DB cluster snapshot attributes are used to authorize other Amazon Web Services accounts
226
+ * to copy or restore a manual DB cluster snapshot. For more information, see the <code>ModifyDBClusterSnapshotAttribute</code>
227
+ * API action.</p>
228
+ */
229
+ export interface DBClusterSnapshotAttributesResult {
230
+ /**
231
+ * @public
232
+ * <p>The identifier of the manual DB cluster snapshot that the attributes apply to.</p>
233
+ */
234
+ DBClusterSnapshotIdentifier?: string;
235
+ /**
236
+ * @public
237
+ * <p>The list of attributes and values for the manual DB cluster snapshot.</p>
238
+ */
239
+ DBClusterSnapshotAttributes?: DBClusterSnapshotAttribute[];
240
+ }
241
+ /**
242
+ * @public
243
+ */
244
+ export interface DescribeDBClusterSnapshotAttributesResult {
245
+ /**
246
+ * @public
247
+ * <p>Contains the results of a successful call to the <code>DescribeDBClusterSnapshotAttributes</code>
248
+ * API action.</p>
249
+ * <p>Manual DB cluster snapshot attributes are used to authorize other Amazon Web Services accounts
250
+ * to copy or restore a manual DB cluster snapshot. For more information, see the <code>ModifyDBClusterSnapshotAttribute</code>
251
+ * API action.</p>
252
+ */
253
+ DBClusterSnapshotAttributesResult?: DBClusterSnapshotAttributesResult;
254
+ }
255
+ /**
256
+ * @public
257
+ * <p>Provides a list of DB cluster snapshots for the user as the result of a call to the <code>DescribeDBClusterSnapshots</code> action.</p>
258
+ */
259
+ export interface DBClusterSnapshotMessage {
260
+ /**
261
+ * @public
262
+ * <p>An optional pagination token provided by a previous
263
+ * <code>DescribeDBClusterSnapshots</code> request.
264
+ * If this parameter is specified, the response includes
265
+ * only records beyond the marker,
266
+ * up to the value specified by <code>MaxRecords</code>.</p>
267
+ */
268
+ Marker?: string;
269
+ /**
270
+ * @public
271
+ * <p>Provides a list of DB cluster snapshots for the user.</p>
272
+ */
273
+ DBClusterSnapshots?: DBClusterSnapshot[];
274
+ }
275
+ /**
276
+ * @public
277
+ * <p></p>
278
+ */
279
+ export interface DescribeDBClusterSnapshotsMessage {
280
+ /**
281
+ * @public
282
+ * <p>The ID of the DB cluster to retrieve the list of DB cluster snapshots for.
283
+ * This parameter can't be used in conjunction with the
284
+ * <code>DBClusterSnapshotIdentifier</code> parameter.
285
+ * This parameter isn't case-sensitive.</p>
286
+ * <p>Constraints:</p>
287
+ * <ul>
288
+ * <li>
289
+ * <p>If supplied, must match the identifier of an existing DBCluster.</p>
290
+ * </li>
291
+ * </ul>
292
+ */
293
+ DBClusterIdentifier?: string;
294
+ /**
295
+ * @public
296
+ * <p>A specific DB cluster snapshot identifier to describe.
297
+ * This parameter can't be used in conjunction with the
298
+ * <code>DBClusterIdentifier</code> parameter.
299
+ * This value is stored as a lowercase string.</p>
300
+ * <p>Constraints:</p>
301
+ * <ul>
302
+ * <li>
303
+ * <p>If supplied, must match the identifier of an existing DBClusterSnapshot.</p>
304
+ * </li>
305
+ * <li>
306
+ * <p>If this identifier is for an automated snapshot, the <code>SnapshotType</code> parameter must also be specified.</p>
307
+ * </li>
308
+ * </ul>
309
+ */
310
+ DBClusterSnapshotIdentifier?: string;
311
+ /**
312
+ * @public
313
+ * <p>The type of DB cluster snapshots to be returned. You can specify one of the following values:</p>
314
+ * <ul>
315
+ * <li>
316
+ * <p>
317
+ * <code>automated</code> - Return all DB cluster snapshots that have been automatically taken by
318
+ * Amazon RDS for my Amazon Web Services account.</p>
319
+ * </li>
320
+ * <li>
321
+ * <p>
322
+ * <code>manual</code> - Return all DB cluster snapshots that have been taken by my Amazon Web Services account.</p>
323
+ * </li>
324
+ * <li>
325
+ * <p>
326
+ * <code>shared</code> - Return all manual DB cluster snapshots that have been shared to my Amazon Web Services account.</p>
327
+ * </li>
328
+ * <li>
329
+ * <p>
330
+ * <code>public</code> - Return all DB cluster snapshots that have been marked as public.</p>
331
+ * </li>
332
+ * </ul>
333
+ * <p>If you don't specify a <code>SnapshotType</code> value, then both automated and manual DB cluster snapshots are
334
+ * returned. You can include shared DB cluster snapshots with these results by enabling the <code>IncludeShared</code>
335
+ * parameter. You can include public DB cluster snapshots with these results by enabling the
336
+ * <code>IncludePublic</code> parameter.</p>
337
+ * <p>The <code>IncludeShared</code> and <code>IncludePublic</code> parameters don't apply for <code>SnapshotType</code> values
338
+ * of <code>manual</code> or <code>automated</code>. The <code>IncludePublic</code> parameter doesn't apply when <code>SnapshotType</code> is
339
+ * set to <code>shared</code>. The <code>IncludeShared</code> parameter doesn't apply when <code>SnapshotType</code> is set to
340
+ * <code>public</code>.</p>
341
+ */
342
+ SnapshotType?: string;
343
+ /**
344
+ * @public
345
+ * <p>A filter that specifies one or more DB cluster snapshots to describe.</p>
346
+ * <p>Supported filters:</p>
347
+ * <ul>
348
+ * <li>
349
+ * <p>
350
+ * <code>db-cluster-id</code> - Accepts DB cluster identifiers and DB
351
+ * cluster Amazon Resource Names (ARNs).</p>
352
+ * </li>
353
+ * <li>
354
+ * <p>
355
+ * <code>db-cluster-snapshot-id</code> - Accepts DB cluster snapshot identifiers.</p>
356
+ * </li>
357
+ * <li>
358
+ * <p>
359
+ * <code>snapshot-type</code> - Accepts types of DB cluster snapshots.</p>
360
+ * </li>
361
+ * <li>
362
+ * <p>
363
+ * <code>engine</code> - Accepts names of database engines.</p>
364
+ * </li>
365
+ * </ul>
366
+ */
367
+ Filters?: Filter[];
368
+ /**
369
+ * @public
370
+ * <p>The maximum number of records to include in the response.
371
+ * If more records exist than the specified <code>MaxRecords</code> value,
372
+ * a pagination token called a marker is included in the response so you can retrieve the remaining results.</p>
373
+ * <p>Default: 100</p>
374
+ * <p>Constraints: Minimum 20, maximum 100.</p>
375
+ */
376
+ MaxRecords?: number;
377
+ /**
378
+ * @public
379
+ * <p>An optional pagination token provided by a previous
380
+ * <code>DescribeDBClusterSnapshots</code> request.
381
+ * If this parameter is specified, the response includes
382
+ * only records beyond the marker,
383
+ * up to the value specified by <code>MaxRecords</code>.</p>
384
+ */
385
+ Marker?: string;
386
+ /**
387
+ * @public
388
+ * <p>Specifies whether to include shared manual DB cluster snapshots
389
+ * from other Amazon Web Services accounts that this Amazon Web Services account has been given
390
+ * permission to copy or restore. By default, these snapshots are not included.</p>
391
+ * <p>You can give an Amazon Web Services account permission to restore a manual DB cluster snapshot from
392
+ * another Amazon Web Services account by the <code>ModifyDBClusterSnapshotAttribute</code> API action.</p>
393
+ */
394
+ IncludeShared?: boolean;
395
+ /**
396
+ * @public
397
+ * <p>Specifies whether to include manual DB cluster snapshots that are public and can be copied
398
+ * or restored by any Amazon Web Services account. By default, the public snapshots are not included.</p>
399
+ * <p>You can share a manual DB cluster snapshot as public by using the <a>ModifyDBClusterSnapshotAttribute</a> API action.</p>
400
+ */
401
+ IncludePublic?: boolean;
402
+ /**
403
+ * @public
404
+ * <p>A specific DB cluster resource ID to describe.</p>
405
+ */
406
+ DbClusterResourceId?: string;
407
+ }
408
+ /**
409
+ * @public
410
+ * <p>Contains the result of a successful invocation of the <code>DescribeDBEngineVersions</code> action.</p>
411
+ */
412
+ export interface DBEngineVersionMessage {
413
+ /**
414
+ * @public
415
+ * <p>An optional pagination token provided by a previous request.
416
+ * If this parameter is specified, the response includes
417
+ * only records beyond the marker,
418
+ * up to the value specified by <code>MaxRecords</code>.</p>
419
+ */
420
+ Marker?: string;
421
+ /**
422
+ * @public
423
+ * <p>A list of <code>DBEngineVersion</code> elements.</p>
424
+ */
425
+ DBEngineVersions?: DBEngineVersion[];
426
+ }
4
427
  /**
5
428
  * @public
6
429
  */
@@ -2193,6 +2616,53 @@ export interface GlobalClustersMessage {
2193
2616
  */
2194
2617
  GlobalClusters?: GlobalCluster[];
2195
2618
  }
2619
+ /**
2620
+ * @public
2621
+ */
2622
+ export interface DescribeIntegrationsMessage {
2623
+ /**
2624
+ * @public
2625
+ * <p>The unique identifier of the integration.</p>
2626
+ */
2627
+ IntegrationIdentifier?: string;
2628
+ /**
2629
+ * @public
2630
+ * <p>A filter that specifies one or more resources to return.</p>
2631
+ */
2632
+ Filters?: Filter[];
2633
+ /**
2634
+ * @public
2635
+ * <p>The maximum number of records to include in the response. If more records exist than
2636
+ * the specified <code>MaxRecords</code> value, a pagination token called a marker is
2637
+ * included in the response so that you can retrieve the remaining results.</p>
2638
+ * <p>Default: 100</p>
2639
+ * <p>Constraints: Minimum 20, maximum 100.</p>
2640
+ */
2641
+ MaxRecords?: number;
2642
+ /**
2643
+ * @public
2644
+ * <p>An optional pagination token provided by a previous <code>DescribeIntegrations</code>
2645
+ * request. If this parameter is specified, the response includes only records beyond the
2646
+ * marker, up to the value specified by <code>MaxRecords</code>.</p>
2647
+ */
2648
+ Marker?: string;
2649
+ }
2650
+ /**
2651
+ * @public
2652
+ */
2653
+ export interface DescribeIntegrationsResponse {
2654
+ /**
2655
+ * @public
2656
+ * <p>A pagination token that can be used in a later <code>DescribeIntegrations</code>
2657
+ * request.</p>
2658
+ */
2659
+ Marker?: string;
2660
+ /**
2661
+ * @public
2662
+ * <p>A list of integrations.</p>
2663
+ */
2664
+ Integrations?: Integration[];
2665
+ }
2196
2666
  /**
2197
2667
  * @public
2198
2668
  * <p></p>
@@ -7958,6 +8428,11 @@ export interface RestoreDBClusterFromSnapshotMessage {
7958
8428
  * <p>Valid for: Aurora DB clusters only</p>
7959
8429
  */
7960
8430
  NetworkType?: string;
8431
+ /**
8432
+ * @public
8433
+ * <p>Reserved for future use.</p>
8434
+ */
8435
+ RdsCustomClusterConfiguration?: RdsCustomClusterConfiguration;
7961
8436
  }
7962
8437
  /**
7963
8438
  * @public
@@ -8352,6 +8827,11 @@ export interface RestoreDBClusterToPointInTimeMessage {
8352
8827
  * <p>The resource ID of the source DB cluster from which to restore.</p>
8353
8828
  */
8354
8829
  SourceDbClusterResourceId?: string;
8830
+ /**
8831
+ * @public
8832
+ * <p>Reserved for future use.</p>
8833
+ */
8834
+ RdsCustomClusterConfiguration?: RdsCustomClusterConfiguration;
8355
8835
  }
8356
8836
  /**
8357
8837
  * @public
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { DescribeIntegrationsCommandInput, DescribeIntegrationsCommandOutput } from "../commands/DescribeIntegrationsCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare function paginateDescribeIntegrations(config: RDSPaginationConfiguration, input: DescribeIntegrationsCommandInput, ...additionalArguments: any): Paginator<DescribeIntegrationsCommandOutput>;
@@ -26,6 +26,7 @@ export * from "./DescribeEventSubscriptionsPaginator";
26
26
  export * from "./DescribeEventsPaginator";
27
27
  export * from "./DescribeExportTasksPaginator";
28
28
  export * from "./DescribeGlobalClustersPaginator";
29
+ export * from "./DescribeIntegrationsPaginator";
29
30
  export * from "./DescribeOptionGroupOptionsPaginator";
30
31
  export * from "./DescribeOptionGroupsPaginator";
31
32
  export * from "./DescribeOrderableDBInstanceOptionsPaginator";
@@ -29,6 +29,7 @@ import { CreateDBSnapshotCommandInput, CreateDBSnapshotCommandOutput } from "../
29
29
  import { CreateDBSubnetGroupCommandInput, CreateDBSubnetGroupCommandOutput } from "../commands/CreateDBSubnetGroupCommand";
30
30
  import { CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput } from "../commands/CreateEventSubscriptionCommand";
31
31
  import { CreateGlobalClusterCommandInput, CreateGlobalClusterCommandOutput } from "../commands/CreateGlobalClusterCommand";
32
+ import { CreateIntegrationCommandInput, CreateIntegrationCommandOutput } from "../commands/CreateIntegrationCommand";
32
33
  import { CreateOptionGroupCommandInput, CreateOptionGroupCommandOutput } from "../commands/CreateOptionGroupCommand";
33
34
  import { DeleteBlueGreenDeploymentCommandInput, DeleteBlueGreenDeploymentCommandOutput } from "../commands/DeleteBlueGreenDeploymentCommand";
34
35
  import { DeleteCustomDBEngineVersionCommandInput, DeleteCustomDBEngineVersionCommandOutput } from "../commands/DeleteCustomDBEngineVersionCommand";
@@ -47,6 +48,7 @@ import { DeleteDBSnapshotCommandInput, DeleteDBSnapshotCommandOutput } from "../
47
48
  import { DeleteDBSubnetGroupCommandInput, DeleteDBSubnetGroupCommandOutput } from "../commands/DeleteDBSubnetGroupCommand";
48
49
  import { DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput } from "../commands/DeleteEventSubscriptionCommand";
49
50
  import { DeleteGlobalClusterCommandInput, DeleteGlobalClusterCommandOutput } from "../commands/DeleteGlobalClusterCommand";
51
+ import { DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput } from "../commands/DeleteIntegrationCommand";
50
52
  import { DeleteOptionGroupCommandInput, DeleteOptionGroupCommandOutput } from "../commands/DeleteOptionGroupCommand";
51
53
  import { DeregisterDBProxyTargetsCommandInput, DeregisterDBProxyTargetsCommandOutput } from "../commands/DeregisterDBProxyTargetsCommand";
52
54
  import { DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput } from "../commands/DescribeAccountAttributesCommand";
@@ -81,6 +83,7 @@ import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "../comm
81
83
  import { DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput } from "../commands/DescribeEventSubscriptionsCommand";
82
84
  import { DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput } from "../commands/DescribeExportTasksCommand";
83
85
  import { DescribeGlobalClustersCommandInput, DescribeGlobalClustersCommandOutput } from "../commands/DescribeGlobalClustersCommand";
86
+ import { DescribeIntegrationsCommandInput, DescribeIntegrationsCommandOutput } from "../commands/DescribeIntegrationsCommand";
84
87
  import { DescribeOptionGroupOptionsCommandInput, DescribeOptionGroupOptionsCommandOutput } from "../commands/DescribeOptionGroupOptionsCommand";
85
88
  import { DescribeOptionGroupsCommandInput, DescribeOptionGroupsCommandOutput } from "../commands/DescribeOptionGroupsCommand";
86
89
  import { DescribeOrderableDBInstanceOptionsCommandInput, DescribeOrderableDBInstanceOptionsCommandOutput } from "../commands/DescribeOrderableDBInstanceOptionsCommand";
@@ -260,6 +263,10 @@ export declare const se_CreateEventSubscriptionCommand: (input: CreateEventSubsc
260
263
  * serializeAws_queryCreateGlobalClusterCommand
261
264
  */
262
265
  export declare const se_CreateGlobalClusterCommand: (input: CreateGlobalClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
266
+ /**
267
+ * serializeAws_queryCreateIntegrationCommand
268
+ */
269
+ export declare const se_CreateIntegrationCommand: (input: CreateIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
263
270
  /**
264
271
  * serializeAws_queryCreateOptionGroupCommand
265
272
  */
@@ -332,6 +339,10 @@ export declare const se_DeleteEventSubscriptionCommand: (input: DeleteEventSubsc
332
339
  * serializeAws_queryDeleteGlobalClusterCommand
333
340
  */
334
341
  export declare const se_DeleteGlobalClusterCommand: (input: DeleteGlobalClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
342
+ /**
343
+ * serializeAws_queryDeleteIntegrationCommand
344
+ */
345
+ export declare const se_DeleteIntegrationCommand: (input: DeleteIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
335
346
  /**
336
347
  * serializeAws_queryDeleteOptionGroupCommand
337
348
  */
@@ -468,6 +479,10 @@ export declare const se_DescribeExportTasksCommand: (input: DescribeExportTasksC
468
479
  * serializeAws_queryDescribeGlobalClustersCommand
469
480
  */
470
481
  export declare const se_DescribeGlobalClustersCommand: (input: DescribeGlobalClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
482
+ /**
483
+ * serializeAws_queryDescribeIntegrationsCommand
484
+ */
485
+ export declare const se_DescribeIntegrationsCommand: (input: DescribeIntegrationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
471
486
  /**
472
487
  * serializeAws_queryDescribeOptionGroupOptionsCommand
473
488
  */
@@ -836,6 +851,10 @@ export declare const de_CreateEventSubscriptionCommand: (output: __HttpResponse,
836
851
  * deserializeAws_queryCreateGlobalClusterCommand
837
852
  */
838
853
  export declare const de_CreateGlobalClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGlobalClusterCommandOutput>;
854
+ /**
855
+ * deserializeAws_queryCreateIntegrationCommand
856
+ */
857
+ export declare const de_CreateIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIntegrationCommandOutput>;
839
858
  /**
840
859
  * deserializeAws_queryCreateOptionGroupCommand
841
860
  */
@@ -908,6 +927,10 @@ export declare const de_DeleteEventSubscriptionCommand: (output: __HttpResponse,
908
927
  * deserializeAws_queryDeleteGlobalClusterCommand
909
928
  */
910
929
  export declare const de_DeleteGlobalClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGlobalClusterCommandOutput>;
930
+ /**
931
+ * deserializeAws_queryDeleteIntegrationCommand
932
+ */
933
+ export declare const de_DeleteIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntegrationCommandOutput>;
911
934
  /**
912
935
  * deserializeAws_queryDeleteOptionGroupCommand
913
936
  */
@@ -1044,6 +1067,10 @@ export declare const de_DescribeExportTasksCommand: (output: __HttpResponse, con
1044
1067
  * deserializeAws_queryDescribeGlobalClustersCommand
1045
1068
  */
1046
1069
  export declare const de_DescribeGlobalClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGlobalClustersCommandOutput>;
1070
+ /**
1071
+ * deserializeAws_queryDescribeIntegrationsCommand
1072
+ */
1073
+ export declare const de_DescribeIntegrationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIntegrationsCommandOutput>;
1047
1074
  /**
1048
1075
  * deserializeAws_queryDescribeOptionGroupOptionsCommand
1049
1076
  */