@aws-sdk/client-rds 3.438.0 → 3.439.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 (58) 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 +419 -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 +408 -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/CreateIntegrationCommand.d.ts +130 -0
  25. package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +2 -0
  26. package/dist-types/commands/DeleteIntegrationCommand.d.ts +107 -0
  27. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeDBClustersCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +3 -2
  32. package/dist-types/commands/DescribeIntegrationsCommand.d.ts +115 -0
  33. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
  34. package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +2 -0
  35. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +3 -0
  36. package/dist-types/commands/index.d.ts +3 -0
  37. package/dist-types/models/models_0.d.ts +225 -403
  38. package/dist-types/models/models_1.d.ts +451 -1
  39. package/dist-types/pagination/DescribeIntegrationsPaginator.d.ts +7 -0
  40. package/dist-types/pagination/index.d.ts +1 -0
  41. package/dist-types/protocols/Aws_query.d.ts +27 -0
  42. package/dist-types/ts3.4/RDS.d.ts +51 -0
  43. package/dist-types/ts3.4/RDSClient.d.ts +18 -0
  44. package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +36 -0
  45. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +36 -0
  46. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +2 -4
  47. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +4 -2
  51. package/dist-types/ts3.4/commands/DescribeIntegrationsCommand.d.ts +42 -0
  52. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  53. package/dist-types/ts3.4/models/models_0.d.ts +78 -51
  54. package/dist-types/ts3.4/models/models_1.d.ts +64 -1
  55. package/dist-types/ts3.4/pagination/DescribeIntegrationsPaginator.d.ts +11 -0
  56. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  57. package/dist-types/ts3.4/protocols/Aws_query.d.ts +36 -0
  58. package/package.json +1 -1
@@ -1,6 +1,409 @@
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, ReplicaMode, ResourcePendingMaintenanceActions, ScalingConfiguration, ServerlessV2ScalingConfiguration, Tag, UserAuthConfig } from "./models_0";
3
3
  import { RDSServiceException as __BaseException } from "./RDSServiceException";
4
+ /**
5
+ * @public
6
+ * <p></p>
7
+ */
8
+ export interface DescribeDBClusterParametersMessage {
9
+ /**
10
+ * @public
11
+ * <p>The name of a specific DB cluster parameter group to return parameter details for.</p>
12
+ * <p>Constraints:</p>
13
+ * <ul>
14
+ * <li>
15
+ * <p>If supplied, must match the name of an existing DBClusterParameterGroup.</p>
16
+ * </li>
17
+ * </ul>
18
+ */
19
+ DBClusterParameterGroupName: string | undefined;
20
+ /**
21
+ * @public
22
+ * <p>A specific source to return parameters for.</p>
23
+ * <p>Valid Values:</p>
24
+ * <ul>
25
+ * <li>
26
+ * <p>
27
+ * <code>customer</code>
28
+ * </p>
29
+ * </li>
30
+ * <li>
31
+ * <p>
32
+ * <code>engine</code>
33
+ * </p>
34
+ * </li>
35
+ * <li>
36
+ * <p>
37
+ * <code>service</code>
38
+ * </p>
39
+ * </li>
40
+ * </ul>
41
+ */
42
+ Source?: string;
43
+ /**
44
+ * @public
45
+ * <p>This parameter isn't currently supported.</p>
46
+ */
47
+ Filters?: Filter[];
48
+ /**
49
+ * @public
50
+ * <p>The maximum number of records to include in the response.
51
+ * If more records exist than the specified <code>MaxRecords</code> value,
52
+ * a pagination token called a marker is included in the response so you can retrieve the remaining results.</p>
53
+ * <p>Default: 100</p>
54
+ * <p>Constraints: Minimum 20, maximum 100.</p>
55
+ */
56
+ MaxRecords?: number;
57
+ /**
58
+ * @public
59
+ * <p>An optional pagination token provided by a previous
60
+ * <code>DescribeDBClusterParameters</code> request.
61
+ * If this parameter is specified, the response includes
62
+ * only records beyond the marker,
63
+ * up to the value specified by <code>MaxRecords</code>.</p>
64
+ */
65
+ Marker?: string;
66
+ }
67
+ /**
68
+ * @public
69
+ * <p>Contains the result of a successful invocation of the <code>DescribeDBClusters</code> action.</p>
70
+ */
71
+ export interface DBClusterMessage {
72
+ /**
73
+ * @public
74
+ * <p>A pagination token that can be used in a later <code>DescribeDBClusters</code> request.</p>
75
+ */
76
+ Marker?: string;
77
+ /**
78
+ * @public
79
+ * <p>Contains a list of DB clusters for the user.</p>
80
+ */
81
+ DBClusters?: DBCluster[];
82
+ }
83
+ /**
84
+ * @public
85
+ * <p></p>
86
+ */
87
+ export interface DescribeDBClustersMessage {
88
+ /**
89
+ * @public
90
+ * <p>The user-supplied DB cluster identifier or the Amazon Resource Name (ARN) of the DB cluster. If this parameter is specified,
91
+ * information for only the specific DB cluster is returned. This parameter isn't case-sensitive.</p>
92
+ * <p>Constraints:</p>
93
+ * <ul>
94
+ * <li>
95
+ * <p>If supplied, must match an existing DB cluster identifier.</p>
96
+ * </li>
97
+ * </ul>
98
+ */
99
+ DBClusterIdentifier?: string;
100
+ /**
101
+ * @public
102
+ * <p>A filter that specifies one or more DB clusters to describe.</p>
103
+ * <p>Supported Filters:</p>
104
+ * <ul>
105
+ * <li>
106
+ * <p>
107
+ * <code>clone-group-id</code> - Accepts clone group identifiers.
108
+ * The results list only includes information about
109
+ * the DB clusters associated with these clone groups.</p>
110
+ * </li>
111
+ * <li>
112
+ * <p>
113
+ * <code>db-cluster-id</code> - Accepts DB cluster identifiers and DB
114
+ * cluster Amazon Resource Names (ARNs). The results list only includes information about
115
+ * the DB clusters identified by these ARNs.</p>
116
+ * </li>
117
+ * <li>
118
+ * <p>
119
+ * <code>db-cluster-resource-id</code> - Accepts DB cluster resource identifiers.
120
+ * The results list will only include information about the DB clusters identified
121
+ * by these DB cluster resource identifiers.</p>
122
+ * </li>
123
+ * <li>
124
+ * <p>
125
+ * <code>domain</code> - Accepts Active Directory directory IDs.
126
+ * The results list only includes information about
127
+ * the DB clusters associated with these domains.</p>
128
+ * </li>
129
+ * <li>
130
+ * <p>
131
+ * <code>engine</code> - Accepts engine names.
132
+ * The results list only includes information about
133
+ * the DB clusters for these engines.</p>
134
+ * </li>
135
+ * </ul>
136
+ */
137
+ Filters?: Filter[];
138
+ /**
139
+ * @public
140
+ * <p>The maximum number of records to include in the response.
141
+ * If more records exist than the specified <code>MaxRecords</code> value,
142
+ * a pagination token called a marker is included in the response so you can retrieve the remaining results.</p>
143
+ * <p>Default: 100</p>
144
+ * <p>Constraints: Minimum 20, maximum 100.</p>
145
+ */
146
+ MaxRecords?: number;
147
+ /**
148
+ * @public
149
+ * <p>An optional pagination token provided by a previous
150
+ * <code>DescribeDBClusters</code> request.
151
+ * If this parameter is specified, the response includes
152
+ * only records beyond the marker,
153
+ * up to the value specified by <code>MaxRecords</code>.</p>
154
+ */
155
+ Marker?: string;
156
+ /**
157
+ * @public
158
+ * <p>Specifies whether the output includes information about clusters
159
+ * shared from other Amazon Web Services accounts.</p>
160
+ */
161
+ IncludeShared?: boolean;
162
+ }
163
+ /**
164
+ * @public
165
+ * <p></p>
166
+ */
167
+ export interface DescribeDBClusterSnapshotAttributesMessage {
168
+ /**
169
+ * @public
170
+ * <p>The identifier for the DB cluster snapshot to describe the attributes for.</p>
171
+ */
172
+ DBClusterSnapshotIdentifier: string | undefined;
173
+ }
174
+ /**
175
+ * @public
176
+ * <p>Contains the name and values of a manual DB cluster snapshot attribute.</p>
177
+ * <p>Manual DB cluster snapshot attributes are used to authorize other Amazon Web Services accounts
178
+ * to restore a manual DB cluster snapshot. For more information, see the <code>ModifyDBClusterSnapshotAttribute</code>
179
+ * API action.</p>
180
+ */
181
+ export interface DBClusterSnapshotAttribute {
182
+ /**
183
+ * @public
184
+ * <p>The name of the manual DB cluster snapshot attribute.</p>
185
+ * <p>The attribute named <code>restore</code> refers to the list of Amazon Web Services accounts that
186
+ * have permission to copy or restore the manual DB cluster snapshot. For more information,
187
+ * see the <code>ModifyDBClusterSnapshotAttribute</code>
188
+ * API action.</p>
189
+ */
190
+ AttributeName?: string;
191
+ /**
192
+ * @public
193
+ * <p>The value(s) for the manual DB cluster snapshot attribute.</p>
194
+ * <p>If the <code>AttributeName</code> field is set to <code>restore</code>, then this element
195
+ * returns a list of IDs of the Amazon Web Services accounts that are authorized to copy or restore the manual
196
+ * DB cluster snapshot. If a value of <code>all</code> is in the list, then the manual DB cluster snapshot
197
+ * is public and available for any Amazon Web Services account to copy or restore.</p>
198
+ */
199
+ AttributeValues?: string[];
200
+ }
201
+ /**
202
+ * @public
203
+ * <p>Contains the results of a successful call to the <code>DescribeDBClusterSnapshotAttributes</code>
204
+ * API action.</p>
205
+ * <p>Manual DB cluster snapshot attributes are used to authorize other Amazon Web Services accounts
206
+ * to copy or restore a manual DB cluster snapshot. For more information, see the <code>ModifyDBClusterSnapshotAttribute</code>
207
+ * API action.</p>
208
+ */
209
+ export interface DBClusterSnapshotAttributesResult {
210
+ /**
211
+ * @public
212
+ * <p>The identifier of the manual DB cluster snapshot that the attributes apply to.</p>
213
+ */
214
+ DBClusterSnapshotIdentifier?: string;
215
+ /**
216
+ * @public
217
+ * <p>The list of attributes and values for the manual DB cluster snapshot.</p>
218
+ */
219
+ DBClusterSnapshotAttributes?: DBClusterSnapshotAttribute[];
220
+ }
221
+ /**
222
+ * @public
223
+ */
224
+ export interface DescribeDBClusterSnapshotAttributesResult {
225
+ /**
226
+ * @public
227
+ * <p>Contains the results of a successful call to the <code>DescribeDBClusterSnapshotAttributes</code>
228
+ * API action.</p>
229
+ * <p>Manual DB cluster snapshot attributes are used to authorize other Amazon Web Services accounts
230
+ * to copy or restore a manual DB cluster snapshot. For more information, see the <code>ModifyDBClusterSnapshotAttribute</code>
231
+ * API action.</p>
232
+ */
233
+ DBClusterSnapshotAttributesResult?: DBClusterSnapshotAttributesResult;
234
+ }
235
+ /**
236
+ * @public
237
+ * <p>Provides a list of DB cluster snapshots for the user as the result of a call to the <code>DescribeDBClusterSnapshots</code> action.</p>
238
+ */
239
+ export interface DBClusterSnapshotMessage {
240
+ /**
241
+ * @public
242
+ * <p>An optional pagination token provided by a previous
243
+ * <code>DescribeDBClusterSnapshots</code> request.
244
+ * If this parameter is specified, the response includes
245
+ * only records beyond the marker,
246
+ * up to the value specified by <code>MaxRecords</code>.</p>
247
+ */
248
+ Marker?: string;
249
+ /**
250
+ * @public
251
+ * <p>Provides a list of DB cluster snapshots for the user.</p>
252
+ */
253
+ DBClusterSnapshots?: DBClusterSnapshot[];
254
+ }
255
+ /**
256
+ * @public
257
+ * <p></p>
258
+ */
259
+ export interface DescribeDBClusterSnapshotsMessage {
260
+ /**
261
+ * @public
262
+ * <p>The ID of the DB cluster to retrieve the list of DB cluster snapshots for.
263
+ * This parameter can't be used in conjunction with the
264
+ * <code>DBClusterSnapshotIdentifier</code> parameter.
265
+ * This parameter isn't case-sensitive.</p>
266
+ * <p>Constraints:</p>
267
+ * <ul>
268
+ * <li>
269
+ * <p>If supplied, must match the identifier of an existing DBCluster.</p>
270
+ * </li>
271
+ * </ul>
272
+ */
273
+ DBClusterIdentifier?: string;
274
+ /**
275
+ * @public
276
+ * <p>A specific DB cluster snapshot identifier to describe.
277
+ * This parameter can't be used in conjunction with the
278
+ * <code>DBClusterIdentifier</code> parameter.
279
+ * This value is stored as a lowercase string.</p>
280
+ * <p>Constraints:</p>
281
+ * <ul>
282
+ * <li>
283
+ * <p>If supplied, must match the identifier of an existing DBClusterSnapshot.</p>
284
+ * </li>
285
+ * <li>
286
+ * <p>If this identifier is for an automated snapshot, the <code>SnapshotType</code> parameter must also be specified.</p>
287
+ * </li>
288
+ * </ul>
289
+ */
290
+ DBClusterSnapshotIdentifier?: string;
291
+ /**
292
+ * @public
293
+ * <p>The type of DB cluster snapshots to be returned. You can specify one of the following values:</p>
294
+ * <ul>
295
+ * <li>
296
+ * <p>
297
+ * <code>automated</code> - Return all DB cluster snapshots that have been automatically taken by
298
+ * Amazon RDS for my Amazon Web Services account.</p>
299
+ * </li>
300
+ * <li>
301
+ * <p>
302
+ * <code>manual</code> - Return all DB cluster snapshots that have been taken by my Amazon Web Services account.</p>
303
+ * </li>
304
+ * <li>
305
+ * <p>
306
+ * <code>shared</code> - Return all manual DB cluster snapshots that have been shared to my Amazon Web Services account.</p>
307
+ * </li>
308
+ * <li>
309
+ * <p>
310
+ * <code>public</code> - Return all DB cluster snapshots that have been marked as public.</p>
311
+ * </li>
312
+ * </ul>
313
+ * <p>If you don't specify a <code>SnapshotType</code> value, then both automated and manual DB cluster snapshots are
314
+ * returned. You can include shared DB cluster snapshots with these results by enabling the <code>IncludeShared</code>
315
+ * parameter. You can include public DB cluster snapshots with these results by enabling the
316
+ * <code>IncludePublic</code> parameter.</p>
317
+ * <p>The <code>IncludeShared</code> and <code>IncludePublic</code> parameters don't apply for <code>SnapshotType</code> values
318
+ * of <code>manual</code> or <code>automated</code>. The <code>IncludePublic</code> parameter doesn't apply when <code>SnapshotType</code> is
319
+ * set to <code>shared</code>. The <code>IncludeShared</code> parameter doesn't apply when <code>SnapshotType</code> is set to
320
+ * <code>public</code>.</p>
321
+ */
322
+ SnapshotType?: string;
323
+ /**
324
+ * @public
325
+ * <p>A filter that specifies one or more DB cluster snapshots to describe.</p>
326
+ * <p>Supported filters:</p>
327
+ * <ul>
328
+ * <li>
329
+ * <p>
330
+ * <code>db-cluster-id</code> - Accepts DB cluster identifiers and DB
331
+ * cluster Amazon Resource Names (ARNs).</p>
332
+ * </li>
333
+ * <li>
334
+ * <p>
335
+ * <code>db-cluster-snapshot-id</code> - Accepts DB cluster snapshot identifiers.</p>
336
+ * </li>
337
+ * <li>
338
+ * <p>
339
+ * <code>snapshot-type</code> - Accepts types of DB cluster snapshots.</p>
340
+ * </li>
341
+ * <li>
342
+ * <p>
343
+ * <code>engine</code> - Accepts names of database engines.</p>
344
+ * </li>
345
+ * </ul>
346
+ */
347
+ Filters?: Filter[];
348
+ /**
349
+ * @public
350
+ * <p>The maximum number of records to include in the response.
351
+ * If more records exist than the specified <code>MaxRecords</code> value,
352
+ * a pagination token called a marker is included in the response so you can retrieve the remaining results.</p>
353
+ * <p>Default: 100</p>
354
+ * <p>Constraints: Minimum 20, maximum 100.</p>
355
+ */
356
+ MaxRecords?: number;
357
+ /**
358
+ * @public
359
+ * <p>An optional pagination token provided by a previous
360
+ * <code>DescribeDBClusterSnapshots</code> request.
361
+ * If this parameter is specified, the response includes
362
+ * only records beyond the marker,
363
+ * up to the value specified by <code>MaxRecords</code>.</p>
364
+ */
365
+ Marker?: string;
366
+ /**
367
+ * @public
368
+ * <p>Specifies whether to include shared manual DB cluster snapshots
369
+ * from other Amazon Web Services accounts that this Amazon Web Services account has been given
370
+ * permission to copy or restore. By default, these snapshots are not included.</p>
371
+ * <p>You can give an Amazon Web Services account permission to restore a manual DB cluster snapshot from
372
+ * another Amazon Web Services account by the <code>ModifyDBClusterSnapshotAttribute</code> API action.</p>
373
+ */
374
+ IncludeShared?: boolean;
375
+ /**
376
+ * @public
377
+ * <p>Specifies whether to include manual DB cluster snapshots that are public and can be copied
378
+ * or restored by any Amazon Web Services account. By default, the public snapshots are not included.</p>
379
+ * <p>You can share a manual DB cluster snapshot as public by using the <a>ModifyDBClusterSnapshotAttribute</a> API action.</p>
380
+ */
381
+ IncludePublic?: boolean;
382
+ /**
383
+ * @public
384
+ * <p>A specific DB cluster resource ID to describe.</p>
385
+ */
386
+ DbClusterResourceId?: string;
387
+ }
388
+ /**
389
+ * @public
390
+ * <p>Contains the result of a successful invocation of the <code>DescribeDBEngineVersions</code> action.</p>
391
+ */
392
+ export interface DBEngineVersionMessage {
393
+ /**
394
+ * @public
395
+ * <p>An optional pagination token provided by a previous request.
396
+ * If this parameter is specified, the response includes
397
+ * only records beyond the marker,
398
+ * up to the value specified by <code>MaxRecords</code>.</p>
399
+ */
400
+ Marker?: string;
401
+ /**
402
+ * @public
403
+ * <p>A list of <code>DBEngineVersion</code> elements.</p>
404
+ */
405
+ DBEngineVersions?: DBEngineVersion[];
406
+ }
4
407
  /**
5
408
  * @public
6
409
  */
@@ -2193,6 +2596,53 @@ export interface GlobalClustersMessage {
2193
2596
  */
2194
2597
  GlobalClusters?: GlobalCluster[];
2195
2598
  }
2599
+ /**
2600
+ * @public
2601
+ */
2602
+ export interface DescribeIntegrationsMessage {
2603
+ /**
2604
+ * @public
2605
+ * <p>The unique identifier of the integration.</p>
2606
+ */
2607
+ IntegrationIdentifier?: string;
2608
+ /**
2609
+ * @public
2610
+ * <p>A filter that specifies one or more resources to return.</p>
2611
+ */
2612
+ Filters?: Filter[];
2613
+ /**
2614
+ * @public
2615
+ * <p>The maximum number of records to include in the response. If more records exist than
2616
+ * the specified <code>MaxRecords</code> value, a pagination token called a marker is
2617
+ * included in the response so that you can retrieve the remaining results.</p>
2618
+ * <p>Default: 100</p>
2619
+ * <p>Constraints: Minimum 20, maximum 100.</p>
2620
+ */
2621
+ MaxRecords?: number;
2622
+ /**
2623
+ * @public
2624
+ * <p>An optional pagination token provided by a previous <code>DescribeIntegrations</code>
2625
+ * request. If this parameter is specified, the response includes only records beyond the
2626
+ * marker, up to the value specified by <code>MaxRecords</code>.</p>
2627
+ */
2628
+ Marker?: string;
2629
+ }
2630
+ /**
2631
+ * @public
2632
+ */
2633
+ export interface DescribeIntegrationsResponse {
2634
+ /**
2635
+ * @public
2636
+ * <p>A pagination token that can be used in a later <code>DescribeIntegrations</code>
2637
+ * request.</p>
2638
+ */
2639
+ Marker?: string;
2640
+ /**
2641
+ * @public
2642
+ * <p>A list of integrations.</p>
2643
+ */
2644
+ Integrations?: Integration[];
2645
+ }
2196
2646
  /**
2197
2647
  * @public
2198
2648
  * <p></p>
@@ -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
  */
@@ -115,6 +115,10 @@ import {
115
115
  CreateGlobalClusterCommandInput,
116
116
  CreateGlobalClusterCommandOutput,
117
117
  } from "./commands/CreateGlobalClusterCommand";
118
+ import {
119
+ CreateIntegrationCommandInput,
120
+ CreateIntegrationCommandOutput,
121
+ } from "./commands/CreateIntegrationCommand";
118
122
  import {
119
123
  CreateOptionGroupCommandInput,
120
124
  CreateOptionGroupCommandOutput,
@@ -187,6 +191,10 @@ import {
187
191
  DeleteGlobalClusterCommandInput,
188
192
  DeleteGlobalClusterCommandOutput,
189
193
  } from "./commands/DeleteGlobalClusterCommand";
194
+ import {
195
+ DeleteIntegrationCommandInput,
196
+ DeleteIntegrationCommandOutput,
197
+ } from "./commands/DeleteIntegrationCommand";
190
198
  import {
191
199
  DeleteOptionGroupCommandInput,
192
200
  DeleteOptionGroupCommandOutput,
@@ -323,6 +331,10 @@ import {
323
331
  DescribeGlobalClustersCommandInput,
324
332
  DescribeGlobalClustersCommandOutput,
325
333
  } from "./commands/DescribeGlobalClustersCommand";
334
+ import {
335
+ DescribeIntegrationsCommandInput,
336
+ DescribeIntegrationsCommandOutput,
337
+ } from "./commands/DescribeIntegrationsCommand";
326
338
  import {
327
339
  DescribeOptionGroupOptionsCommandInput,
328
340
  DescribeOptionGroupOptionsCommandOutput,
@@ -960,6 +972,19 @@ export interface RDS {
960
972
  options: __HttpHandlerOptions,
961
973
  cb: (err: any, data?: CreateGlobalClusterCommandOutput) => void
962
974
  ): void;
975
+ createIntegration(
976
+ args: CreateIntegrationCommandInput,
977
+ options?: __HttpHandlerOptions
978
+ ): Promise<CreateIntegrationCommandOutput>;
979
+ createIntegration(
980
+ args: CreateIntegrationCommandInput,
981
+ cb: (err: any, data?: CreateIntegrationCommandOutput) => void
982
+ ): void;
983
+ createIntegration(
984
+ args: CreateIntegrationCommandInput,
985
+ options: __HttpHandlerOptions,
986
+ cb: (err: any, data?: CreateIntegrationCommandOutput) => void
987
+ ): void;
963
988
  createOptionGroup(
964
989
  args: CreateOptionGroupCommandInput,
965
990
  options?: __HttpHandlerOptions
@@ -1194,6 +1219,19 @@ export interface RDS {
1194
1219
  options: __HttpHandlerOptions,
1195
1220
  cb: (err: any, data?: DeleteGlobalClusterCommandOutput) => void
1196
1221
  ): void;
1222
+ deleteIntegration(
1223
+ args: DeleteIntegrationCommandInput,
1224
+ options?: __HttpHandlerOptions
1225
+ ): Promise<DeleteIntegrationCommandOutput>;
1226
+ deleteIntegration(
1227
+ args: DeleteIntegrationCommandInput,
1228
+ cb: (err: any, data?: DeleteIntegrationCommandOutput) => void
1229
+ ): void;
1230
+ deleteIntegration(
1231
+ args: DeleteIntegrationCommandInput,
1232
+ options: __HttpHandlerOptions,
1233
+ cb: (err: any, data?: DeleteIntegrationCommandOutput) => void
1234
+ ): void;
1197
1235
  deleteOptionGroup(
1198
1236
  args: DeleteOptionGroupCommandInput,
1199
1237
  options?: __HttpHandlerOptions
@@ -1660,6 +1698,19 @@ export interface RDS {
1660
1698
  options: __HttpHandlerOptions,
1661
1699
  cb: (err: any, data?: DescribeGlobalClustersCommandOutput) => void
1662
1700
  ): void;
1701
+ describeIntegrations(
1702
+ args: DescribeIntegrationsCommandInput,
1703
+ options?: __HttpHandlerOptions
1704
+ ): Promise<DescribeIntegrationsCommandOutput>;
1705
+ describeIntegrations(
1706
+ args: DescribeIntegrationsCommandInput,
1707
+ cb: (err: any, data?: DescribeIntegrationsCommandOutput) => void
1708
+ ): void;
1709
+ describeIntegrations(
1710
+ args: DescribeIntegrationsCommandInput,
1711
+ options: __HttpHandlerOptions,
1712
+ cb: (err: any, data?: DescribeIntegrationsCommandOutput) => void
1713
+ ): void;
1663
1714
  describeOptionGroupOptions(
1664
1715
  args: DescribeOptionGroupOptionsCommandInput,
1665
1716
  options?: __HttpHandlerOptions