@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.
- package/README.md +24 -0
- package/dist-cjs/RDS.js +6 -0
- package/dist-cjs/commands/CreateIntegrationCommand.js +51 -0
- package/dist-cjs/commands/DeleteIntegrationCommand.js +51 -0
- package/dist-cjs/commands/DescribeIntegrationsCommand.js +51 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_0.js +77 -3
- package/dist-cjs/pagination/DescribeIntegrationsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_query.js +419 -6
- package/dist-es/RDS.js +6 -0
- package/dist-es/commands/CreateIntegrationCommand.js +47 -0
- package/dist-es/commands/DeleteIntegrationCommand.js +47 -0
- package/dist-es/commands/DescribeIntegrationsCommand.js +47 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +69 -0
- package/dist-es/pagination/DescribeIntegrationsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_query.js +408 -1
- package/dist-types/RDS.d.ts +21 -0
- package/dist-types/RDSClient.d.ts +5 -2
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -0
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +2 -0
- package/dist-types/commands/CreateIntegrationCommand.d.ts +130 -0
- package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +107 -0
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +3 -2
- package/dist-types/commands/DescribeIntegrationsCommand.d.ts +115 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +2 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +3 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +225 -403
- package/dist-types/models/models_1.d.ts +451 -1
- package/dist-types/pagination/DescribeIntegrationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_query.d.ts +27 -0
- package/dist-types/ts3.4/RDS.d.ts +51 -0
- package/dist-types/ts3.4/RDSClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeIntegrationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +78 -51
- package/dist-types/ts3.4/models/models_1.d.ts +64 -1
- package/dist-types/ts3.4/pagination/DescribeIntegrationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +36 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -487,6 +487,14 @@ CreateGlobalCluster
|
|
|
487
487
|
|
|
488
488
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-rds/classes/createglobalclustercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-rds/interfaces/createglobalclustercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-rds/interfaces/createglobalclustercommandoutput.html)
|
|
489
489
|
|
|
490
|
+
</details>
|
|
491
|
+
<details>
|
|
492
|
+
<summary>
|
|
493
|
+
CreateIntegration
|
|
494
|
+
</summary>
|
|
495
|
+
|
|
496
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-rds/classes/createintegrationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-rds/interfaces/createintegrationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-rds/interfaces/createintegrationcommandoutput.html)
|
|
497
|
+
|
|
490
498
|
</details>
|
|
491
499
|
<details>
|
|
492
500
|
<summary>
|
|
@@ -631,6 +639,14 @@ DeleteGlobalCluster
|
|
|
631
639
|
|
|
632
640
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-rds/classes/deleteglobalclustercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-rds/interfaces/deleteglobalclustercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-rds/interfaces/deleteglobalclustercommandoutput.html)
|
|
633
641
|
|
|
642
|
+
</details>
|
|
643
|
+
<details>
|
|
644
|
+
<summary>
|
|
645
|
+
DeleteIntegration
|
|
646
|
+
</summary>
|
|
647
|
+
|
|
648
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-rds/classes/deleteintegrationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-rds/interfaces/deleteintegrationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-rds/interfaces/deleteintegrationcommandoutput.html)
|
|
649
|
+
|
|
634
650
|
</details>
|
|
635
651
|
<details>
|
|
636
652
|
<summary>
|
|
@@ -903,6 +919,14 @@ DescribeGlobalClusters
|
|
|
903
919
|
|
|
904
920
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-rds/classes/describeglobalclusterscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-rds/interfaces/describeglobalclusterscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-rds/interfaces/describeglobalclusterscommandoutput.html)
|
|
905
921
|
|
|
922
|
+
</details>
|
|
923
|
+
<details>
|
|
924
|
+
<summary>
|
|
925
|
+
DescribeIntegrations
|
|
926
|
+
</summary>
|
|
927
|
+
|
|
928
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-rds/classes/describeintegrationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-rds/interfaces/describeintegrationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-rds/interfaces/describeintegrationscommandoutput.html)
|
|
929
|
+
|
|
906
930
|
</details>
|
|
907
931
|
<details>
|
|
908
932
|
<summary>
|
package/dist-cjs/RDS.js
CHANGED
|
@@ -31,6 +31,7 @@ const CreateDBSnapshotCommand_1 = require("./commands/CreateDBSnapshotCommand");
|
|
|
31
31
|
const CreateDBSubnetGroupCommand_1 = require("./commands/CreateDBSubnetGroupCommand");
|
|
32
32
|
const CreateEventSubscriptionCommand_1 = require("./commands/CreateEventSubscriptionCommand");
|
|
33
33
|
const CreateGlobalClusterCommand_1 = require("./commands/CreateGlobalClusterCommand");
|
|
34
|
+
const CreateIntegrationCommand_1 = require("./commands/CreateIntegrationCommand");
|
|
34
35
|
const CreateOptionGroupCommand_1 = require("./commands/CreateOptionGroupCommand");
|
|
35
36
|
const DeleteBlueGreenDeploymentCommand_1 = require("./commands/DeleteBlueGreenDeploymentCommand");
|
|
36
37
|
const DeleteCustomDBEngineVersionCommand_1 = require("./commands/DeleteCustomDBEngineVersionCommand");
|
|
@@ -49,6 +50,7 @@ const DeleteDBSnapshotCommand_1 = require("./commands/DeleteDBSnapshotCommand");
|
|
|
49
50
|
const DeleteDBSubnetGroupCommand_1 = require("./commands/DeleteDBSubnetGroupCommand");
|
|
50
51
|
const DeleteEventSubscriptionCommand_1 = require("./commands/DeleteEventSubscriptionCommand");
|
|
51
52
|
const DeleteGlobalClusterCommand_1 = require("./commands/DeleteGlobalClusterCommand");
|
|
53
|
+
const DeleteIntegrationCommand_1 = require("./commands/DeleteIntegrationCommand");
|
|
52
54
|
const DeleteOptionGroupCommand_1 = require("./commands/DeleteOptionGroupCommand");
|
|
53
55
|
const DeregisterDBProxyTargetsCommand_1 = require("./commands/DeregisterDBProxyTargetsCommand");
|
|
54
56
|
const DescribeAccountAttributesCommand_1 = require("./commands/DescribeAccountAttributesCommand");
|
|
@@ -83,6 +85,7 @@ const DescribeEventsCommand_1 = require("./commands/DescribeEventsCommand");
|
|
|
83
85
|
const DescribeEventSubscriptionsCommand_1 = require("./commands/DescribeEventSubscriptionsCommand");
|
|
84
86
|
const DescribeExportTasksCommand_1 = require("./commands/DescribeExportTasksCommand");
|
|
85
87
|
const DescribeGlobalClustersCommand_1 = require("./commands/DescribeGlobalClustersCommand");
|
|
88
|
+
const DescribeIntegrationsCommand_1 = require("./commands/DescribeIntegrationsCommand");
|
|
86
89
|
const DescribeOptionGroupOptionsCommand_1 = require("./commands/DescribeOptionGroupOptionsCommand");
|
|
87
90
|
const DescribeOptionGroupsCommand_1 = require("./commands/DescribeOptionGroupsCommand");
|
|
88
91
|
const DescribeOrderableDBInstanceOptionsCommand_1 = require("./commands/DescribeOrderableDBInstanceOptionsCommand");
|
|
@@ -177,6 +180,7 @@ const commands = {
|
|
|
177
180
|
CreateDBSubnetGroupCommand: CreateDBSubnetGroupCommand_1.CreateDBSubnetGroupCommand,
|
|
178
181
|
CreateEventSubscriptionCommand: CreateEventSubscriptionCommand_1.CreateEventSubscriptionCommand,
|
|
179
182
|
CreateGlobalClusterCommand: CreateGlobalClusterCommand_1.CreateGlobalClusterCommand,
|
|
183
|
+
CreateIntegrationCommand: CreateIntegrationCommand_1.CreateIntegrationCommand,
|
|
180
184
|
CreateOptionGroupCommand: CreateOptionGroupCommand_1.CreateOptionGroupCommand,
|
|
181
185
|
DeleteBlueGreenDeploymentCommand: DeleteBlueGreenDeploymentCommand_1.DeleteBlueGreenDeploymentCommand,
|
|
182
186
|
DeleteCustomDBEngineVersionCommand: DeleteCustomDBEngineVersionCommand_1.DeleteCustomDBEngineVersionCommand,
|
|
@@ -195,6 +199,7 @@ const commands = {
|
|
|
195
199
|
DeleteDBSubnetGroupCommand: DeleteDBSubnetGroupCommand_1.DeleteDBSubnetGroupCommand,
|
|
196
200
|
DeleteEventSubscriptionCommand: DeleteEventSubscriptionCommand_1.DeleteEventSubscriptionCommand,
|
|
197
201
|
DeleteGlobalClusterCommand: DeleteGlobalClusterCommand_1.DeleteGlobalClusterCommand,
|
|
202
|
+
DeleteIntegrationCommand: DeleteIntegrationCommand_1.DeleteIntegrationCommand,
|
|
198
203
|
DeleteOptionGroupCommand: DeleteOptionGroupCommand_1.DeleteOptionGroupCommand,
|
|
199
204
|
DeregisterDBProxyTargetsCommand: DeregisterDBProxyTargetsCommand_1.DeregisterDBProxyTargetsCommand,
|
|
200
205
|
DescribeAccountAttributesCommand: DescribeAccountAttributesCommand_1.DescribeAccountAttributesCommand,
|
|
@@ -229,6 +234,7 @@ const commands = {
|
|
|
229
234
|
DescribeEventSubscriptionsCommand: DescribeEventSubscriptionsCommand_1.DescribeEventSubscriptionsCommand,
|
|
230
235
|
DescribeExportTasksCommand: DescribeExportTasksCommand_1.DescribeExportTasksCommand,
|
|
231
236
|
DescribeGlobalClustersCommand: DescribeGlobalClustersCommand_1.DescribeGlobalClustersCommand,
|
|
237
|
+
DescribeIntegrationsCommand: DescribeIntegrationsCommand_1.DescribeIntegrationsCommand,
|
|
232
238
|
DescribeOptionGroupOptionsCommand: DescribeOptionGroupOptionsCommand_1.DescribeOptionGroupOptionsCommand,
|
|
233
239
|
DescribeOptionGroupsCommand: DescribeOptionGroupsCommand_1.DescribeOptionGroupsCommand,
|
|
234
240
|
DescribeOrderableDBInstanceOptionsCommand: DescribeOrderableDBInstanceOptionsCommand_1.DescribeOrderableDBInstanceOptionsCommand,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateIntegrationCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
+
class CreateIntegrationCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateIntegrationCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "RDSClient";
|
|
29
|
+
const commandName = "CreateIntegrationCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonRDSv19",
|
|
38
|
+
operation: "CreateIntegration",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_query_1.se_CreateIntegrationCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_query_1.de_CreateIntegrationCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.CreateIntegrationCommand = CreateIntegrationCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteIntegrationCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
+
class DeleteIntegrationCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteIntegrationCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "RDSClient";
|
|
29
|
+
const commandName = "DeleteIntegrationCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonRDSv19",
|
|
38
|
+
operation: "DeleteIntegration",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_query_1.se_DeleteIntegrationCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_query_1.de_DeleteIntegrationCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.DeleteIntegrationCommand = DeleteIntegrationCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeIntegrationsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
+
class DescribeIntegrationsCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeIntegrationsCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "RDSClient";
|
|
29
|
+
const commandName = "DescribeIntegrationsCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonRDSv19",
|
|
38
|
+
operation: "DescribeIntegrations",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_query_1.se_DescribeIntegrationsCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_query_1.de_DescribeIntegrationsCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.DescribeIntegrationsCommand = DescribeIntegrationsCommand;
|
|
@@ -30,6 +30,7 @@ tslib_1.__exportStar(require("./CreateDBSnapshotCommand"), exports);
|
|
|
30
30
|
tslib_1.__exportStar(require("./CreateDBSubnetGroupCommand"), exports);
|
|
31
31
|
tslib_1.__exportStar(require("./CreateEventSubscriptionCommand"), exports);
|
|
32
32
|
tslib_1.__exportStar(require("./CreateGlobalClusterCommand"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./CreateIntegrationCommand"), exports);
|
|
33
34
|
tslib_1.__exportStar(require("./CreateOptionGroupCommand"), exports);
|
|
34
35
|
tslib_1.__exportStar(require("./DeleteBlueGreenDeploymentCommand"), exports);
|
|
35
36
|
tslib_1.__exportStar(require("./DeleteCustomDBEngineVersionCommand"), exports);
|
|
@@ -48,6 +49,7 @@ tslib_1.__exportStar(require("./DeleteDBSnapshotCommand"), exports);
|
|
|
48
49
|
tslib_1.__exportStar(require("./DeleteDBSubnetGroupCommand"), exports);
|
|
49
50
|
tslib_1.__exportStar(require("./DeleteEventSubscriptionCommand"), exports);
|
|
50
51
|
tslib_1.__exportStar(require("./DeleteGlobalClusterCommand"), exports);
|
|
52
|
+
tslib_1.__exportStar(require("./DeleteIntegrationCommand"), exports);
|
|
51
53
|
tslib_1.__exportStar(require("./DeleteOptionGroupCommand"), exports);
|
|
52
54
|
tslib_1.__exportStar(require("./DeregisterDBProxyTargetsCommand"), exports);
|
|
53
55
|
tslib_1.__exportStar(require("./DescribeAccountAttributesCommand"), exports);
|
|
@@ -82,6 +84,7 @@ tslib_1.__exportStar(require("./DescribeEventSubscriptionsCommand"), exports);
|
|
|
82
84
|
tslib_1.__exportStar(require("./DescribeEventsCommand"), exports);
|
|
83
85
|
tslib_1.__exportStar(require("./DescribeExportTasksCommand"), exports);
|
|
84
86
|
tslib_1.__exportStar(require("./DescribeGlobalClustersCommand"), exports);
|
|
87
|
+
tslib_1.__exportStar(require("./DescribeIntegrationsCommand"), exports);
|
|
85
88
|
tslib_1.__exportStar(require("./DescribeOptionGroupOptionsCommand"), exports);
|
|
86
89
|
tslib_1.__exportStar(require("./DescribeOptionGroupsCommand"), exports);
|
|
87
90
|
tslib_1.__exportStar(require("./DescribeOrderableDBInstanceOptionsCommand"), exports);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.ApplyMethod = exports.DBClusterBacktrackNotFoundFault = exports.DBProxyTargetNotFoundFault = exports.InvalidOptionGroupStateFault = exports.InvalidEventSubscriptionStateFault = exports.InvalidDBSubnetStateFault = exports.InvalidDBProxyEndpointStateFault = exports.DBProxyEndpointNotFoundFault = exports.InvalidDBInstanceAutomatedBackupStateFault = exports.DBInstanceAutomatedBackupNotFoundFault = exports.DBInstanceAutomatedBackupQuotaExceededFault = exports.InvalidDBParameterGroupStateFault = exports.InvalidDBClusterEndpointStateFault = exports.DBClusterEndpointNotFoundFault = exports.InvalidDBClusterAutomatedBackupStateFault = exports.DBClusterAutomatedBackupNotFoundFault = exports.DBClusterAutomatedBackupQuotaExceededFault = exports.InvalidCustomDBEngineVersionStateFault = exports.CustomDBEngineVersionNotFoundFault = exports.InvalidBlueGreenDeploymentStateFault = exports.GlobalClusterQuotaExceededFault = exports.GlobalClusterAlreadyExistsFault = exports.GlobalClusterMemberSynchronizationStatus = exports.FailoverStatus = void 0;
|
|
3
|
+
exports.Ec2ImagePropertiesNotSupportedFault = exports.CustomDBEngineVersionQuotaExceededFault = exports.CustomDBEngineVersionAlreadyExistsFault = exports.CreateCustomDBEngineVersionFault = exports.SourceDatabaseNotSupportedFault = exports.SourceClusterNotSupportedFault = exports.InstanceQuotaExceededFault = exports.DBClusterQuotaExceededFault = exports.DBClusterParameterGroupNotFoundFault = exports.BlueGreenDeploymentAlreadyExistsFault = exports.OptionGroupQuotaExceededFault = exports.OptionGroupNotFoundFault = exports.OptionGroupAlreadyExistsFault = exports.InvalidDBSnapshotStateFault = exports.DBSnapshotAlreadyExistsFault = exports.CustomAvailabilityZoneNotFoundFault = exports.SnapshotQuotaExceededFault = exports.KMSKeyNotAccessibleFault = exports.InvalidDBClusterSnapshotStateFault = exports.DBClusterSnapshotNotFoundFault = exports.DBClusterSnapshotAlreadyExistsFault = exports.DBParameterGroupQuotaExceededFault = exports.DBParameterGroupNotFoundFault = exports.DBParameterGroupAlreadyExistsFault = exports.InvalidExportTaskStateFault = exports.ExportTaskNotFoundFault = exports.ExportSourceType = exports.InvalidDBSecurityGroupStateFault = exports.DBSecurityGroupNotFoundFault = exports.AuthorizationQuotaExceededFault = exports.AuthorizationAlreadyExistsFault = exports.ResourceNotFoundFault = exports.IntegrationNotFoundFault = exports.DBSnapshotNotFoundFault = exports.DBProxyTargetGroupNotFoundFault = exports.DBProxyNotFoundFault = exports.BlueGreenDeploymentNotFoundFault = exports.SubscriptionNotFoundFault = exports.SourceNotFoundFault = exports.InvalidDBInstanceStateFault = exports.DBInstanceRoleQuotaExceededFault = exports.DBInstanceRoleAlreadyExistsFault = exports.DBInstanceNotFoundFault = exports.InvalidDBClusterStateFault = exports.DBClusterRoleQuotaExceededFault = exports.DBClusterRoleAlreadyExistsFault = exports.DBClusterNotFoundFault = exports.ActivityStreamStatus = exports.ActivityStreamPolicyStatus = exports.ActivityStreamMode = void 0;
|
|
4
|
+
exports.SubscriptionAlreadyExistFault = exports.SNSTopicArnNotFoundFault = exports.SNSNoAuthorizationFault = exports.SNSInvalidTopicFault = exports.EventSubscriptionQuotaExceededFault = exports.DBSubnetQuotaExceededFault = exports.DBSubnetGroupQuotaExceededFault = exports.DBSubnetGroupAlreadyExistsFault = exports.DBSecurityGroupQuotaExceededFault = exports.DBSecurityGroupNotSupportedFault = exports.DBSecurityGroupAlreadyExistsFault = exports.InvalidDBProxyStateFault = exports.DBProxyEndpointQuotaExceededFault = exports.DBProxyEndpointAlreadyExistsFault = exports.DBProxyEndpointStatus = exports.DBProxyEndpointTargetRole = exports.DBProxyQuotaExceededFault = exports.DBProxyAlreadyExistsFault = exports.DBProxyStatus = exports.EngineFamily = exports.IAMAuthMode = exports.ClientPasswordAuthType = exports.AuthScheme = exports.InvalidDBSubnetGroupFault = exports.DBSubnetGroupNotAllowedFault = exports.StorageTypeNotSupportedFault = exports.ProvisionedIopsNotAvailableInAZFault = exports.NetworkTypeNotSupported = exports.InsufficientDBInstanceCapacityFault = exports.DBInstanceAlreadyExistsFault = exports.ReplicaMode = exports.AutomationMode = exports.CertificateNotFoundFault = exports.BackupPolicyNotFoundFault = exports.AuthorizationNotFoundFault = exports.DBClusterEndpointQuotaExceededFault = exports.DBClusterEndpointAlreadyExistsFault = exports.StorageQuotaExceededFault = exports.InvalidVPCNetworkStateFault = exports.InvalidSubnet = exports.InvalidGlobalClusterStateFault = exports.InvalidDBSubnetGroupStateFault = exports.InsufficientStorageClusterCapacityFault = exports.GlobalClusterNotFoundFault = exports.DomainNotFoundFault = exports.DBSubnetGroupNotFoundFault = exports.DBSubnetGroupDoesNotCoverEnoughAZs = exports.DBClusterAlreadyExistsFault = exports.LocalWriteForwardingStatus = exports.WriteForwardingStatus = void 0;
|
|
5
|
+
exports.ApplyMethod = exports.DBClusterBacktrackNotFoundFault = exports.DBProxyTargetNotFoundFault = exports.InvalidOptionGroupStateFault = exports.InvalidIntegrationStateFault = exports.InvalidEventSubscriptionStateFault = exports.InvalidDBSubnetStateFault = exports.InvalidDBProxyEndpointStateFault = exports.DBProxyEndpointNotFoundFault = exports.InvalidDBInstanceAutomatedBackupStateFault = exports.DBInstanceAutomatedBackupNotFoundFault = exports.DBInstanceAutomatedBackupQuotaExceededFault = exports.InvalidDBParameterGroupStateFault = exports.InvalidDBClusterEndpointStateFault = exports.DBClusterEndpointNotFoundFault = exports.InvalidDBClusterAutomatedBackupStateFault = exports.DBClusterAutomatedBackupNotFoundFault = exports.DBClusterAutomatedBackupQuotaExceededFault = exports.InvalidCustomDBEngineVersionStateFault = exports.CustomDBEngineVersionNotFoundFault = exports.InvalidBlueGreenDeploymentStateFault = exports.IntegrationQuotaExceededFault = exports.IntegrationConflictOperationFault = exports.IntegrationAlreadyExistsFault = exports.IntegrationStatus = exports.GlobalClusterQuotaExceededFault = exports.GlobalClusterAlreadyExistsFault = exports.GlobalClusterMemberSynchronizationStatus = exports.FailoverStatus = exports.SubscriptionCategoryNotFoundFault = void 0;
|
|
6
6
|
const RDSServiceException_1 = require("./RDSServiceException");
|
|
7
7
|
exports.ActivityStreamMode = {
|
|
8
8
|
async: "async",
|
|
@@ -202,6 +202,19 @@ class DBSnapshotNotFoundFault extends RDSServiceException_1.RDSServiceException
|
|
|
202
202
|
}
|
|
203
203
|
}
|
|
204
204
|
exports.DBSnapshotNotFoundFault = DBSnapshotNotFoundFault;
|
|
205
|
+
class IntegrationNotFoundFault extends RDSServiceException_1.RDSServiceException {
|
|
206
|
+
constructor(opts) {
|
|
207
|
+
super({
|
|
208
|
+
name: "IntegrationNotFoundFault",
|
|
209
|
+
$fault: "client",
|
|
210
|
+
...opts,
|
|
211
|
+
});
|
|
212
|
+
this.name = "IntegrationNotFoundFault";
|
|
213
|
+
this.$fault = "client";
|
|
214
|
+
Object.setPrototypeOf(this, IntegrationNotFoundFault.prototype);
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
exports.IntegrationNotFoundFault = IntegrationNotFoundFault;
|
|
205
218
|
class ResourceNotFoundFault extends RDSServiceException_1.RDSServiceException {
|
|
206
219
|
constructor(opts) {
|
|
207
220
|
super({
|
|
@@ -1228,6 +1241,54 @@ class GlobalClusterQuotaExceededFault extends RDSServiceException_1.RDSServiceEx
|
|
|
1228
1241
|
}
|
|
1229
1242
|
}
|
|
1230
1243
|
exports.GlobalClusterQuotaExceededFault = GlobalClusterQuotaExceededFault;
|
|
1244
|
+
exports.IntegrationStatus = {
|
|
1245
|
+
ACTIVE: "active",
|
|
1246
|
+
CREATING: "creating",
|
|
1247
|
+
DELETING: "deleting",
|
|
1248
|
+
FAILED: "failed",
|
|
1249
|
+
MODIFYING: "modifying",
|
|
1250
|
+
NEEDS_ATTENTION: "needs_attention",
|
|
1251
|
+
SYNCING: "syncing",
|
|
1252
|
+
};
|
|
1253
|
+
class IntegrationAlreadyExistsFault extends RDSServiceException_1.RDSServiceException {
|
|
1254
|
+
constructor(opts) {
|
|
1255
|
+
super({
|
|
1256
|
+
name: "IntegrationAlreadyExistsFault",
|
|
1257
|
+
$fault: "client",
|
|
1258
|
+
...opts,
|
|
1259
|
+
});
|
|
1260
|
+
this.name = "IntegrationAlreadyExistsFault";
|
|
1261
|
+
this.$fault = "client";
|
|
1262
|
+
Object.setPrototypeOf(this, IntegrationAlreadyExistsFault.prototype);
|
|
1263
|
+
}
|
|
1264
|
+
}
|
|
1265
|
+
exports.IntegrationAlreadyExistsFault = IntegrationAlreadyExistsFault;
|
|
1266
|
+
class IntegrationConflictOperationFault extends RDSServiceException_1.RDSServiceException {
|
|
1267
|
+
constructor(opts) {
|
|
1268
|
+
super({
|
|
1269
|
+
name: "IntegrationConflictOperationFault",
|
|
1270
|
+
$fault: "client",
|
|
1271
|
+
...opts,
|
|
1272
|
+
});
|
|
1273
|
+
this.name = "IntegrationConflictOperationFault";
|
|
1274
|
+
this.$fault = "client";
|
|
1275
|
+
Object.setPrototypeOf(this, IntegrationConflictOperationFault.prototype);
|
|
1276
|
+
}
|
|
1277
|
+
}
|
|
1278
|
+
exports.IntegrationConflictOperationFault = IntegrationConflictOperationFault;
|
|
1279
|
+
class IntegrationQuotaExceededFault extends RDSServiceException_1.RDSServiceException {
|
|
1280
|
+
constructor(opts) {
|
|
1281
|
+
super({
|
|
1282
|
+
name: "IntegrationQuotaExceededFault",
|
|
1283
|
+
$fault: "client",
|
|
1284
|
+
...opts,
|
|
1285
|
+
});
|
|
1286
|
+
this.name = "IntegrationQuotaExceededFault";
|
|
1287
|
+
this.$fault = "client";
|
|
1288
|
+
Object.setPrototypeOf(this, IntegrationQuotaExceededFault.prototype);
|
|
1289
|
+
}
|
|
1290
|
+
}
|
|
1291
|
+
exports.IntegrationQuotaExceededFault = IntegrationQuotaExceededFault;
|
|
1231
1292
|
class InvalidBlueGreenDeploymentStateFault extends RDSServiceException_1.RDSServiceException {
|
|
1232
1293
|
constructor(opts) {
|
|
1233
1294
|
super({
|
|
@@ -1436,6 +1497,19 @@ class InvalidEventSubscriptionStateFault extends RDSServiceException_1.RDSServic
|
|
|
1436
1497
|
}
|
|
1437
1498
|
}
|
|
1438
1499
|
exports.InvalidEventSubscriptionStateFault = InvalidEventSubscriptionStateFault;
|
|
1500
|
+
class InvalidIntegrationStateFault extends RDSServiceException_1.RDSServiceException {
|
|
1501
|
+
constructor(opts) {
|
|
1502
|
+
super({
|
|
1503
|
+
name: "InvalidIntegrationStateFault",
|
|
1504
|
+
$fault: "client",
|
|
1505
|
+
...opts,
|
|
1506
|
+
});
|
|
1507
|
+
this.name = "InvalidIntegrationStateFault";
|
|
1508
|
+
this.$fault = "client";
|
|
1509
|
+
Object.setPrototypeOf(this, InvalidIntegrationStateFault.prototype);
|
|
1510
|
+
}
|
|
1511
|
+
}
|
|
1512
|
+
exports.InvalidIntegrationStateFault = InvalidIntegrationStateFault;
|
|
1439
1513
|
class InvalidOptionGroupStateFault extends RDSServiceException_1.RDSServiceException {
|
|
1440
1514
|
constructor(opts) {
|
|
1441
1515
|
super({
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateDescribeIntegrations = void 0;
|
|
4
|
+
const DescribeIntegrationsCommand_1 = require("../commands/DescribeIntegrationsCommand");
|
|
5
|
+
const RDSClient_1 = require("../RDSClient");
|
|
6
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
7
|
+
return await client.send(new DescribeIntegrationsCommand_1.DescribeIntegrationsCommand(input), ...args);
|
|
8
|
+
};
|
|
9
|
+
async function* paginateDescribeIntegrations(config, input, ...additionalArguments) {
|
|
10
|
+
let token = config.startingToken || undefined;
|
|
11
|
+
let hasNext = true;
|
|
12
|
+
let page;
|
|
13
|
+
while (hasNext) {
|
|
14
|
+
input.Marker = token;
|
|
15
|
+
input["MaxRecords"] = config.pageSize;
|
|
16
|
+
if (config.client instanceof RDSClient_1.RDSClient) {
|
|
17
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
+
}
|
|
19
|
+
else {
|
|
20
|
+
throw new Error("Invalid client, expected RDS | RDSClient");
|
|
21
|
+
}
|
|
22
|
+
yield page;
|
|
23
|
+
const prevToken = token;
|
|
24
|
+
token = page.Marker;
|
|
25
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
+
}
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
exports.paginateDescribeIntegrations = paginateDescribeIntegrations;
|
|
@@ -29,6 +29,7 @@ tslib_1.__exportStar(require("./DescribeEventSubscriptionsPaginator"), exports);
|
|
|
29
29
|
tslib_1.__exportStar(require("./DescribeEventsPaginator"), exports);
|
|
30
30
|
tslib_1.__exportStar(require("./DescribeExportTasksPaginator"), exports);
|
|
31
31
|
tslib_1.__exportStar(require("./DescribeGlobalClustersPaginator"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./DescribeIntegrationsPaginator"), exports);
|
|
32
33
|
tslib_1.__exportStar(require("./DescribeOptionGroupOptionsPaginator"), exports);
|
|
33
34
|
tslib_1.__exportStar(require("./DescribeOptionGroupsPaginator"), exports);
|
|
34
35
|
tslib_1.__exportStar(require("./DescribeOrderableDBInstanceOptionsPaginator"), exports);
|