@aws-sdk/client-rds 3.476.0 → 3.477.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 +16 -0
- package/dist-cjs/RDS.js +4 -0
- package/dist-cjs/commands/DescribeDBRecommendationsCommand.js +51 -0
- package/dist-cjs/commands/ModifyDBRecommendationCommand.js +51 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/pagination/DescribeDBRecommendationsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_query.js +6427 -5124
- package/dist-es/RDS.js +4 -0
- package/dist-es/commands/DescribeDBRecommendationsCommand.js +47 -0
- package/dist-es/commands/ModifyDBRecommendationCommand.js +47 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/pagination/DescribeDBRecommendationsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_query.js +6417 -5118
- package/dist-types/RDS.d.ts +14 -0
- package/dist-types/RDSClient.d.ts +4 -2
- package/dist-types/commands/DescribeDBRecommendationsCommand.d.ts +204 -0
- package/dist-types/commands/ModifyDBRecommendationCommand.d.ts +197 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +5 -0
- package/dist-types/models/models_1.d.ts +798 -0
- package/dist-types/pagination/DescribeDBRecommendationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_query.d.ts +18 -0
- package/dist-types/ts3.4/RDS.d.ts +34 -0
- package/dist-types/ts3.4/RDSClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/DescribeDBRecommendationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyDBRecommendationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_1.d.ts +107 -0
- package/dist-types/ts3.4/pagination/DescribeDBRecommendationsPaginator.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 +24 -0
- package/package.json +4 -4
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeDBRecommendationsCommandInput, DescribeDBRecommendationsCommandOutput } from "../commands/DescribeDBRecommendationsCommand";
|
|
3
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateDescribeDBRecommendations(config: RDSPaginationConfiguration, input: DescribeDBRecommendationsCommandInput, ...additionalArguments: any): Paginator<DescribeDBRecommendationsCommandOutput>;
|
|
@@ -18,6 +18,7 @@ export * from "./DescribeDBProxiesPaginator";
|
|
|
18
18
|
export * from "./DescribeDBProxyEndpointsPaginator";
|
|
19
19
|
export * from "./DescribeDBProxyTargetGroupsPaginator";
|
|
20
20
|
export * from "./DescribeDBProxyTargetsPaginator";
|
|
21
|
+
export * from "./DescribeDBRecommendationsPaginator";
|
|
21
22
|
export * from "./DescribeDBSecurityGroupsPaginator";
|
|
22
23
|
export * from "./DescribeDBSnapshotTenantDatabasesPaginator";
|
|
23
24
|
export * from "./DescribeDBSnapshotsPaginator";
|
|
@@ -74,6 +74,7 @@ import { DescribeDBProxiesCommandInput, DescribeDBProxiesCommandOutput } from ".
|
|
|
74
74
|
import { DescribeDBProxyEndpointsCommandInput, DescribeDBProxyEndpointsCommandOutput } from "../commands/DescribeDBProxyEndpointsCommand";
|
|
75
75
|
import { DescribeDBProxyTargetGroupsCommandInput, DescribeDBProxyTargetGroupsCommandOutput } from "../commands/DescribeDBProxyTargetGroupsCommand";
|
|
76
76
|
import { DescribeDBProxyTargetsCommandInput, DescribeDBProxyTargetsCommandOutput } from "../commands/DescribeDBProxyTargetsCommand";
|
|
77
|
+
import { DescribeDBRecommendationsCommandInput, DescribeDBRecommendationsCommandOutput } from "../commands/DescribeDBRecommendationsCommand";
|
|
77
78
|
import { DescribeDBSecurityGroupsCommandInput, DescribeDBSecurityGroupsCommandOutput } from "../commands/DescribeDBSecurityGroupsCommand";
|
|
78
79
|
import { DescribeDBSnapshotAttributesCommandInput, DescribeDBSnapshotAttributesCommandOutput } from "../commands/DescribeDBSnapshotAttributesCommand";
|
|
79
80
|
import { DescribeDBSnapshotsCommandInput, DescribeDBSnapshotsCommandOutput } from "../commands/DescribeDBSnapshotsCommand";
|
|
@@ -113,6 +114,7 @@ import { ModifyDBParameterGroupCommandInput, ModifyDBParameterGroupCommandOutput
|
|
|
113
114
|
import { ModifyDBProxyCommandInput, ModifyDBProxyCommandOutput } from "../commands/ModifyDBProxyCommand";
|
|
114
115
|
import { ModifyDBProxyEndpointCommandInput, ModifyDBProxyEndpointCommandOutput } from "../commands/ModifyDBProxyEndpointCommand";
|
|
115
116
|
import { ModifyDBProxyTargetGroupCommandInput, ModifyDBProxyTargetGroupCommandOutput } from "../commands/ModifyDBProxyTargetGroupCommand";
|
|
117
|
+
import { ModifyDBRecommendationCommandInput, ModifyDBRecommendationCommandOutput } from "../commands/ModifyDBRecommendationCommand";
|
|
116
118
|
import { ModifyDBSnapshotAttributeCommandInput, ModifyDBSnapshotAttributeCommandOutput } from "../commands/ModifyDBSnapshotAttributeCommand";
|
|
117
119
|
import { ModifyDBSnapshotCommandInput, ModifyDBSnapshotCommandOutput } from "../commands/ModifyDBSnapshotCommand";
|
|
118
120
|
import { ModifyDBSubnetGroupCommandInput, ModifyDBSubnetGroupCommandOutput } from "../commands/ModifyDBSubnetGroupCommand";
|
|
@@ -448,6 +450,10 @@ export declare const se_DescribeDBProxyTargetGroupsCommand: (input: DescribeDBPr
|
|
|
448
450
|
* serializeAws_queryDescribeDBProxyTargetsCommand
|
|
449
451
|
*/
|
|
450
452
|
export declare const se_DescribeDBProxyTargetsCommand: (input: DescribeDBProxyTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
453
|
+
/**
|
|
454
|
+
* serializeAws_queryDescribeDBRecommendationsCommand
|
|
455
|
+
*/
|
|
456
|
+
export declare const se_DescribeDBRecommendationsCommand: (input: DescribeDBRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
451
457
|
/**
|
|
452
458
|
* serializeAws_queryDescribeDBSecurityGroupsCommand
|
|
453
459
|
*/
|
|
@@ -604,6 +610,10 @@ export declare const se_ModifyDBProxyEndpointCommand: (input: ModifyDBProxyEndpo
|
|
|
604
610
|
* serializeAws_queryModifyDBProxyTargetGroupCommand
|
|
605
611
|
*/
|
|
606
612
|
export declare const se_ModifyDBProxyTargetGroupCommand: (input: ModifyDBProxyTargetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
613
|
+
/**
|
|
614
|
+
* serializeAws_queryModifyDBRecommendationCommand
|
|
615
|
+
*/
|
|
616
|
+
export declare const se_ModifyDBRecommendationCommand: (input: ModifyDBRecommendationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
607
617
|
/**
|
|
608
618
|
* serializeAws_queryModifyDBSnapshotCommand
|
|
609
619
|
*/
|
|
@@ -1056,6 +1066,10 @@ export declare const de_DescribeDBProxyTargetGroupsCommand: (output: __HttpRespo
|
|
|
1056
1066
|
* deserializeAws_queryDescribeDBProxyTargetsCommand
|
|
1057
1067
|
*/
|
|
1058
1068
|
export declare const de_DescribeDBProxyTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDBProxyTargetsCommandOutput>;
|
|
1069
|
+
/**
|
|
1070
|
+
* deserializeAws_queryDescribeDBRecommendationsCommand
|
|
1071
|
+
*/
|
|
1072
|
+
export declare const de_DescribeDBRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDBRecommendationsCommandOutput>;
|
|
1059
1073
|
/**
|
|
1060
1074
|
* deserializeAws_queryDescribeDBSecurityGroupsCommand
|
|
1061
1075
|
*/
|
|
@@ -1212,6 +1226,10 @@ export declare const de_ModifyDBProxyEndpointCommand: (output: __HttpResponse, c
|
|
|
1212
1226
|
* deserializeAws_queryModifyDBProxyTargetGroupCommand
|
|
1213
1227
|
*/
|
|
1214
1228
|
export declare const de_ModifyDBProxyTargetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyDBProxyTargetGroupCommandOutput>;
|
|
1229
|
+
/**
|
|
1230
|
+
* deserializeAws_queryModifyDBRecommendationCommand
|
|
1231
|
+
*/
|
|
1232
|
+
export declare const de_ModifyDBRecommendationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyDBRecommendationCommandOutput>;
|
|
1215
1233
|
/**
|
|
1216
1234
|
* deserializeAws_queryModifyDBSnapshotCommand
|
|
1217
1235
|
*/
|
|
@@ -295,6 +295,10 @@ import {
|
|
|
295
295
|
DescribeDBProxyTargetsCommandInput,
|
|
296
296
|
DescribeDBProxyTargetsCommandOutput,
|
|
297
297
|
} from "./commands/DescribeDBProxyTargetsCommand";
|
|
298
|
+
import {
|
|
299
|
+
DescribeDBRecommendationsCommandInput,
|
|
300
|
+
DescribeDBRecommendationsCommandOutput,
|
|
301
|
+
} from "./commands/DescribeDBRecommendationsCommand";
|
|
298
302
|
import {
|
|
299
303
|
DescribeDBSecurityGroupsCommandInput,
|
|
300
304
|
DescribeDBSecurityGroupsCommandOutput,
|
|
@@ -451,6 +455,10 @@ import {
|
|
|
451
455
|
ModifyDBProxyTargetGroupCommandInput,
|
|
452
456
|
ModifyDBProxyTargetGroupCommandOutput,
|
|
453
457
|
} from "./commands/ModifyDBProxyTargetGroupCommand";
|
|
458
|
+
import {
|
|
459
|
+
ModifyDBRecommendationCommandInput,
|
|
460
|
+
ModifyDBRecommendationCommandOutput,
|
|
461
|
+
} from "./commands/ModifyDBRecommendationCommand";
|
|
454
462
|
import {
|
|
455
463
|
ModifyDBSnapshotAttributeCommandInput,
|
|
456
464
|
ModifyDBSnapshotAttributeCommandOutput,
|
|
@@ -1595,6 +1603,19 @@ export interface RDS {
|
|
|
1595
1603
|
options: __HttpHandlerOptions,
|
|
1596
1604
|
cb: (err: any, data?: DescribeDBProxyTargetsCommandOutput) => void
|
|
1597
1605
|
): void;
|
|
1606
|
+
describeDBRecommendations(
|
|
1607
|
+
args: DescribeDBRecommendationsCommandInput,
|
|
1608
|
+
options?: __HttpHandlerOptions
|
|
1609
|
+
): Promise<DescribeDBRecommendationsCommandOutput>;
|
|
1610
|
+
describeDBRecommendations(
|
|
1611
|
+
args: DescribeDBRecommendationsCommandInput,
|
|
1612
|
+
cb: (err: any, data?: DescribeDBRecommendationsCommandOutput) => void
|
|
1613
|
+
): void;
|
|
1614
|
+
describeDBRecommendations(
|
|
1615
|
+
args: DescribeDBRecommendationsCommandInput,
|
|
1616
|
+
options: __HttpHandlerOptions,
|
|
1617
|
+
cb: (err: any, data?: DescribeDBRecommendationsCommandOutput) => void
|
|
1618
|
+
): void;
|
|
1598
1619
|
describeDBSecurityGroups(
|
|
1599
1620
|
args: DescribeDBSecurityGroupsCommandInput,
|
|
1600
1621
|
options?: __HttpHandlerOptions
|
|
@@ -2138,6 +2159,19 @@ export interface RDS {
|
|
|
2138
2159
|
options: __HttpHandlerOptions,
|
|
2139
2160
|
cb: (err: any, data?: ModifyDBProxyTargetGroupCommandOutput) => void
|
|
2140
2161
|
): void;
|
|
2162
|
+
modifyDBRecommendation(
|
|
2163
|
+
args: ModifyDBRecommendationCommandInput,
|
|
2164
|
+
options?: __HttpHandlerOptions
|
|
2165
|
+
): Promise<ModifyDBRecommendationCommandOutput>;
|
|
2166
|
+
modifyDBRecommendation(
|
|
2167
|
+
args: ModifyDBRecommendationCommandInput,
|
|
2168
|
+
cb: (err: any, data?: ModifyDBRecommendationCommandOutput) => void
|
|
2169
|
+
): void;
|
|
2170
|
+
modifyDBRecommendation(
|
|
2171
|
+
args: ModifyDBRecommendationCommandInput,
|
|
2172
|
+
options: __HttpHandlerOptions,
|
|
2173
|
+
cb: (err: any, data?: ModifyDBRecommendationCommandOutput) => void
|
|
2174
|
+
): void;
|
|
2141
2175
|
modifyDBSnapshot(
|
|
2142
2176
|
args: ModifyDBSnapshotCommandInput,
|
|
2143
2177
|
options?: __HttpHandlerOptions
|
|
@@ -341,6 +341,10 @@ import {
|
|
|
341
341
|
DescribeDBProxyTargetsCommandInput,
|
|
342
342
|
DescribeDBProxyTargetsCommandOutput,
|
|
343
343
|
} from "./commands/DescribeDBProxyTargetsCommand";
|
|
344
|
+
import {
|
|
345
|
+
DescribeDBRecommendationsCommandInput,
|
|
346
|
+
DescribeDBRecommendationsCommandOutput,
|
|
347
|
+
} from "./commands/DescribeDBRecommendationsCommand";
|
|
344
348
|
import {
|
|
345
349
|
DescribeDBSecurityGroupsCommandInput,
|
|
346
350
|
DescribeDBSecurityGroupsCommandOutput,
|
|
@@ -497,6 +501,10 @@ import {
|
|
|
497
501
|
ModifyDBProxyTargetGroupCommandInput,
|
|
498
502
|
ModifyDBProxyTargetGroupCommandOutput,
|
|
499
503
|
} from "./commands/ModifyDBProxyTargetGroupCommand";
|
|
504
|
+
import {
|
|
505
|
+
ModifyDBRecommendationCommandInput,
|
|
506
|
+
ModifyDBRecommendationCommandOutput,
|
|
507
|
+
} from "./commands/ModifyDBRecommendationCommand";
|
|
500
508
|
import {
|
|
501
509
|
ModifyDBSnapshotAttributeCommandInput,
|
|
502
510
|
ModifyDBSnapshotAttributeCommandOutput,
|
|
@@ -735,6 +743,7 @@ export type ServiceInputTypes =
|
|
|
735
743
|
| DescribeDBProxyEndpointsCommandInput
|
|
736
744
|
| DescribeDBProxyTargetGroupsCommandInput
|
|
737
745
|
| DescribeDBProxyTargetsCommandInput
|
|
746
|
+
| DescribeDBRecommendationsCommandInput
|
|
738
747
|
| DescribeDBSecurityGroupsCommandInput
|
|
739
748
|
| DescribeDBSnapshotAttributesCommandInput
|
|
740
749
|
| DescribeDBSnapshotTenantDatabasesCommandInput
|
|
@@ -774,6 +783,7 @@ export type ServiceInputTypes =
|
|
|
774
783
|
| ModifyDBProxyCommandInput
|
|
775
784
|
| ModifyDBProxyEndpointCommandInput
|
|
776
785
|
| ModifyDBProxyTargetGroupCommandInput
|
|
786
|
+
| ModifyDBRecommendationCommandInput
|
|
777
787
|
| ModifyDBSnapshotAttributeCommandInput
|
|
778
788
|
| ModifyDBSnapshotCommandInput
|
|
779
789
|
| ModifyDBSubnetGroupCommandInput
|
|
@@ -888,6 +898,7 @@ export type ServiceOutputTypes =
|
|
|
888
898
|
| DescribeDBProxyEndpointsCommandOutput
|
|
889
899
|
| DescribeDBProxyTargetGroupsCommandOutput
|
|
890
900
|
| DescribeDBProxyTargetsCommandOutput
|
|
901
|
+
| DescribeDBRecommendationsCommandOutput
|
|
891
902
|
| DescribeDBSecurityGroupsCommandOutput
|
|
892
903
|
| DescribeDBSnapshotAttributesCommandOutput
|
|
893
904
|
| DescribeDBSnapshotTenantDatabasesCommandOutput
|
|
@@ -927,6 +938,7 @@ export type ServiceOutputTypes =
|
|
|
927
938
|
| ModifyDBProxyCommandOutput
|
|
928
939
|
| ModifyDBProxyEndpointCommandOutput
|
|
929
940
|
| ModifyDBProxyTargetGroupCommandOutput
|
|
941
|
+
| ModifyDBRecommendationCommandOutput
|
|
930
942
|
| ModifyDBSnapshotAttributeCommandOutput
|
|
931
943
|
| ModifyDBSnapshotCommandOutput
|
|
932
944
|
| ModifyDBSubnetGroupCommandOutput
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
DBRecommendationsMessage,
|
|
11
|
+
DescribeDBRecommendationsMessage,
|
|
12
|
+
} from "../models/models_1";
|
|
13
|
+
import {
|
|
14
|
+
RDSClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../RDSClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DescribeDBRecommendationsCommandInput
|
|
20
|
+
extends DescribeDBRecommendationsMessage {}
|
|
21
|
+
export interface DescribeDBRecommendationsCommandOutput
|
|
22
|
+
extends DBRecommendationsMessage,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DescribeDBRecommendationsCommand extends $Command<
|
|
25
|
+
DescribeDBRecommendationsCommandInput,
|
|
26
|
+
DescribeDBRecommendationsCommandOutput,
|
|
27
|
+
RDSClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DescribeDBRecommendationsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DescribeDBRecommendationsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: RDSClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DescribeDBRecommendationsCommandInput,
|
|
38
|
+
DescribeDBRecommendationsCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
DBRecommendationMessage,
|
|
11
|
+
ModifyDBRecommendationMessage,
|
|
12
|
+
} from "../models/models_1";
|
|
13
|
+
import {
|
|
14
|
+
RDSClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../RDSClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ModifyDBRecommendationCommandInput
|
|
20
|
+
extends ModifyDBRecommendationMessage {}
|
|
21
|
+
export interface ModifyDBRecommendationCommandOutput
|
|
22
|
+
extends DBRecommendationMessage,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ModifyDBRecommendationCommand extends $Command<
|
|
25
|
+
ModifyDBRecommendationCommandInput,
|
|
26
|
+
ModifyDBRecommendationCommandOutput,
|
|
27
|
+
RDSClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ModifyDBRecommendationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ModifyDBRecommendationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: RDSClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ModifyDBRecommendationCommandInput,
|
|
38
|
+
ModifyDBRecommendationCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -72,6 +72,7 @@ export * from "./DescribeDBProxiesCommand";
|
|
|
72
72
|
export * from "./DescribeDBProxyEndpointsCommand";
|
|
73
73
|
export * from "./DescribeDBProxyTargetGroupsCommand";
|
|
74
74
|
export * from "./DescribeDBProxyTargetsCommand";
|
|
75
|
+
export * from "./DescribeDBRecommendationsCommand";
|
|
75
76
|
export * from "./DescribeDBSecurityGroupsCommand";
|
|
76
77
|
export * from "./DescribeDBSnapshotAttributesCommand";
|
|
77
78
|
export * from "./DescribeDBSnapshotTenantDatabasesCommand";
|
|
@@ -111,6 +112,7 @@ export * from "./ModifyDBParameterGroupCommand";
|
|
|
111
112
|
export * from "./ModifyDBProxyCommand";
|
|
112
113
|
export * from "./ModifyDBProxyEndpointCommand";
|
|
113
114
|
export * from "./ModifyDBProxyTargetGroupCommand";
|
|
115
|
+
export * from "./ModifyDBRecommendationCommand";
|
|
114
116
|
export * from "./ModifyDBSnapshotAttributeCommand";
|
|
115
117
|
export * from "./ModifyDBSnapshotCommand";
|
|
116
118
|
export * from "./ModifyDBSubnetGroupCommand";
|
|
@@ -342,6 +342,100 @@ export interface DescribeDBProxyTargetsResponse {
|
|
|
342
342
|
Targets?: DBProxyTarget[];
|
|
343
343
|
Marker?: string;
|
|
344
344
|
}
|
|
345
|
+
export interface PerformanceInsightsMetricDimensionGroup {
|
|
346
|
+
Dimensions?: string[];
|
|
347
|
+
Group?: string;
|
|
348
|
+
Limit?: number;
|
|
349
|
+
}
|
|
350
|
+
export interface PerformanceInsightsMetricQuery {
|
|
351
|
+
GroupBy?: PerformanceInsightsMetricDimensionGroup;
|
|
352
|
+
Metric?: string;
|
|
353
|
+
}
|
|
354
|
+
export interface MetricQuery {
|
|
355
|
+
PerformanceInsightsMetricQuery?: PerformanceInsightsMetricQuery;
|
|
356
|
+
}
|
|
357
|
+
export interface ScalarReferenceDetails {
|
|
358
|
+
Value?: number;
|
|
359
|
+
}
|
|
360
|
+
export interface ReferenceDetails {
|
|
361
|
+
ScalarReferenceDetails?: ScalarReferenceDetails;
|
|
362
|
+
}
|
|
363
|
+
export interface MetricReference {
|
|
364
|
+
Name?: string;
|
|
365
|
+
ReferenceDetails?: ReferenceDetails;
|
|
366
|
+
}
|
|
367
|
+
export interface Metric {
|
|
368
|
+
Name?: string;
|
|
369
|
+
References?: MetricReference[];
|
|
370
|
+
StatisticsDetails?: string;
|
|
371
|
+
MetricQuery?: MetricQuery;
|
|
372
|
+
}
|
|
373
|
+
export interface PerformanceIssueDetails {
|
|
374
|
+
StartTime?: Date;
|
|
375
|
+
EndTime?: Date;
|
|
376
|
+
Metrics?: Metric[];
|
|
377
|
+
Analysis?: string;
|
|
378
|
+
}
|
|
379
|
+
export interface IssueDetails {
|
|
380
|
+
PerformanceIssueDetails?: PerformanceIssueDetails;
|
|
381
|
+
}
|
|
382
|
+
export interface DocLink {
|
|
383
|
+
Text?: string;
|
|
384
|
+
Url?: string;
|
|
385
|
+
}
|
|
386
|
+
export interface ContextAttribute {
|
|
387
|
+
Key?: string;
|
|
388
|
+
Value?: string;
|
|
389
|
+
}
|
|
390
|
+
export interface RecommendedActionParameter {
|
|
391
|
+
Key?: string;
|
|
392
|
+
Value?: string;
|
|
393
|
+
}
|
|
394
|
+
export interface RecommendedAction {
|
|
395
|
+
ActionId?: string;
|
|
396
|
+
Title?: string;
|
|
397
|
+
Description?: string;
|
|
398
|
+
Operation?: string;
|
|
399
|
+
Parameters?: RecommendedActionParameter[];
|
|
400
|
+
ApplyModes?: string[];
|
|
401
|
+
Status?: string;
|
|
402
|
+
IssueDetails?: IssueDetails;
|
|
403
|
+
ContextAttributes?: ContextAttribute[];
|
|
404
|
+
}
|
|
405
|
+
export interface DBRecommendation {
|
|
406
|
+
RecommendationId?: string;
|
|
407
|
+
TypeId?: string;
|
|
408
|
+
Severity?: string;
|
|
409
|
+
ResourceArn?: string;
|
|
410
|
+
Status?: string;
|
|
411
|
+
CreatedTime?: Date;
|
|
412
|
+
UpdatedTime?: Date;
|
|
413
|
+
Detection?: string;
|
|
414
|
+
Recommendation?: string;
|
|
415
|
+
Description?: string;
|
|
416
|
+
Reason?: string;
|
|
417
|
+
RecommendedActions?: RecommendedAction[];
|
|
418
|
+
Category?: string;
|
|
419
|
+
Source?: string;
|
|
420
|
+
TypeDetection?: string;
|
|
421
|
+
TypeRecommendation?: string;
|
|
422
|
+
Impact?: string;
|
|
423
|
+
AdditionalInfo?: string;
|
|
424
|
+
Links?: DocLink[];
|
|
425
|
+
IssueDetails?: IssueDetails;
|
|
426
|
+
}
|
|
427
|
+
export interface DBRecommendationsMessage {
|
|
428
|
+
DBRecommendations?: DBRecommendation[];
|
|
429
|
+
Marker?: string;
|
|
430
|
+
}
|
|
431
|
+
export interface DescribeDBRecommendationsMessage {
|
|
432
|
+
LastUpdatedAfter?: Date;
|
|
433
|
+
LastUpdatedBefore?: Date;
|
|
434
|
+
Locale?: string;
|
|
435
|
+
Filters?: Filter[];
|
|
436
|
+
MaxRecords?: number;
|
|
437
|
+
Marker?: string;
|
|
438
|
+
}
|
|
345
439
|
export interface DBSecurityGroupMessage {
|
|
346
440
|
Marker?: string;
|
|
347
441
|
DBSecurityGroups?: DBSecurityGroup[];
|
|
@@ -1109,6 +1203,19 @@ export interface ModifyDBProxyTargetGroupRequest {
|
|
|
1109
1203
|
export interface ModifyDBProxyTargetGroupResponse {
|
|
1110
1204
|
DBProxyTargetGroup?: DBProxyTargetGroup;
|
|
1111
1205
|
}
|
|
1206
|
+
export interface DBRecommendationMessage {
|
|
1207
|
+
DBRecommendation?: DBRecommendation;
|
|
1208
|
+
}
|
|
1209
|
+
export interface RecommendedActionUpdate {
|
|
1210
|
+
ActionId: string | undefined;
|
|
1211
|
+
Status: string | undefined;
|
|
1212
|
+
}
|
|
1213
|
+
export interface ModifyDBRecommendationMessage {
|
|
1214
|
+
RecommendationId: string | undefined;
|
|
1215
|
+
Locale?: string;
|
|
1216
|
+
Status?: string;
|
|
1217
|
+
RecommendedActionUpdates?: RecommendedActionUpdate[];
|
|
1218
|
+
}
|
|
1112
1219
|
export interface ModifyDBSnapshotMessage {
|
|
1113
1220
|
DBSnapshotIdentifier: string | undefined;
|
|
1114
1221
|
EngineVersion?: string;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeDBRecommendationsCommandInput,
|
|
4
|
+
DescribeDBRecommendationsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeDBRecommendationsCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeDBRecommendations(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeDBRecommendationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeDBRecommendationsCommandOutput>;
|
|
@@ -18,6 +18,7 @@ export * from "./DescribeDBProxiesPaginator";
|
|
|
18
18
|
export * from "./DescribeDBProxyEndpointsPaginator";
|
|
19
19
|
export * from "./DescribeDBProxyTargetGroupsPaginator";
|
|
20
20
|
export * from "./DescribeDBProxyTargetsPaginator";
|
|
21
|
+
export * from "./DescribeDBRecommendationsPaginator";
|
|
21
22
|
export * from "./DescribeDBSecurityGroupsPaginator";
|
|
22
23
|
export * from "./DescribeDBSnapshotTenantDatabasesPaginator";
|
|
23
24
|
export * from "./DescribeDBSnapshotsPaginator";
|
|
@@ -299,6 +299,10 @@ import {
|
|
|
299
299
|
DescribeDBProxyTargetsCommandInput,
|
|
300
300
|
DescribeDBProxyTargetsCommandOutput,
|
|
301
301
|
} from "../commands/DescribeDBProxyTargetsCommand";
|
|
302
|
+
import {
|
|
303
|
+
DescribeDBRecommendationsCommandInput,
|
|
304
|
+
DescribeDBRecommendationsCommandOutput,
|
|
305
|
+
} from "../commands/DescribeDBRecommendationsCommand";
|
|
302
306
|
import {
|
|
303
307
|
DescribeDBSecurityGroupsCommandInput,
|
|
304
308
|
DescribeDBSecurityGroupsCommandOutput,
|
|
@@ -455,6 +459,10 @@ import {
|
|
|
455
459
|
ModifyDBProxyTargetGroupCommandInput,
|
|
456
460
|
ModifyDBProxyTargetGroupCommandOutput,
|
|
457
461
|
} from "../commands/ModifyDBProxyTargetGroupCommand";
|
|
462
|
+
import {
|
|
463
|
+
ModifyDBRecommendationCommandInput,
|
|
464
|
+
ModifyDBRecommendationCommandOutput,
|
|
465
|
+
} from "../commands/ModifyDBRecommendationCommand";
|
|
458
466
|
import {
|
|
459
467
|
ModifyDBSnapshotAttributeCommandInput,
|
|
460
468
|
ModifyDBSnapshotAttributeCommandOutput,
|
|
@@ -907,6 +915,10 @@ export declare const se_DescribeDBProxyTargetsCommand: (
|
|
|
907
915
|
input: DescribeDBProxyTargetsCommandInput,
|
|
908
916
|
context: __SerdeContext
|
|
909
917
|
) => Promise<__HttpRequest>;
|
|
918
|
+
export declare const se_DescribeDBRecommendationsCommand: (
|
|
919
|
+
input: DescribeDBRecommendationsCommandInput,
|
|
920
|
+
context: __SerdeContext
|
|
921
|
+
) => Promise<__HttpRequest>;
|
|
910
922
|
export declare const se_DescribeDBSecurityGroupsCommand: (
|
|
911
923
|
input: DescribeDBSecurityGroupsCommandInput,
|
|
912
924
|
context: __SerdeContext
|
|
@@ -1063,6 +1075,10 @@ export declare const se_ModifyDBProxyTargetGroupCommand: (
|
|
|
1063
1075
|
input: ModifyDBProxyTargetGroupCommandInput,
|
|
1064
1076
|
context: __SerdeContext
|
|
1065
1077
|
) => Promise<__HttpRequest>;
|
|
1078
|
+
export declare const se_ModifyDBRecommendationCommand: (
|
|
1079
|
+
input: ModifyDBRecommendationCommandInput,
|
|
1080
|
+
context: __SerdeContext
|
|
1081
|
+
) => Promise<__HttpRequest>;
|
|
1066
1082
|
export declare const se_ModifyDBSnapshotCommand: (
|
|
1067
1083
|
input: ModifyDBSnapshotCommandInput,
|
|
1068
1084
|
context: __SerdeContext
|
|
@@ -1515,6 +1531,10 @@ export declare const de_DescribeDBProxyTargetsCommand: (
|
|
|
1515
1531
|
output: __HttpResponse,
|
|
1516
1532
|
context: __SerdeContext
|
|
1517
1533
|
) => Promise<DescribeDBProxyTargetsCommandOutput>;
|
|
1534
|
+
export declare const de_DescribeDBRecommendationsCommand: (
|
|
1535
|
+
output: __HttpResponse,
|
|
1536
|
+
context: __SerdeContext
|
|
1537
|
+
) => Promise<DescribeDBRecommendationsCommandOutput>;
|
|
1518
1538
|
export declare const de_DescribeDBSecurityGroupsCommand: (
|
|
1519
1539
|
output: __HttpResponse,
|
|
1520
1540
|
context: __SerdeContext
|
|
@@ -1671,6 +1691,10 @@ export declare const de_ModifyDBProxyTargetGroupCommand: (
|
|
|
1671
1691
|
output: __HttpResponse,
|
|
1672
1692
|
context: __SerdeContext
|
|
1673
1693
|
) => Promise<ModifyDBProxyTargetGroupCommandOutput>;
|
|
1694
|
+
export declare const de_ModifyDBRecommendationCommand: (
|
|
1695
|
+
output: __HttpResponse,
|
|
1696
|
+
context: __SerdeContext
|
|
1697
|
+
) => Promise<ModifyDBRecommendationCommandOutput>;
|
|
1674
1698
|
export declare const de_ModifyDBSnapshotCommand: (
|
|
1675
1699
|
output: __HttpResponse,
|
|
1676
1700
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-rds",
|
|
3
3
|
"description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.477.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.477.0",
|
|
24
|
+
"@aws-sdk/core": "3.477.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.477.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.468.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.468.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.468.0",
|