@aws-sdk/client-rds 3.67.0 → 3.75.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/CHANGELOG.md +30 -0
- package/dist-cjs/RDS.js +0 -90
- package/dist-cjs/commands/DescribeDBProxyTargetsCommand.js +1 -2
- package/dist-cjs/commands/DescribeDBSecurityGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeDBSnapshotAttributesCommand.js +2 -1
- package/dist-cjs/commands/index.js +0 -6
- package/dist-cjs/models/models_0.js +91 -122
- package/dist-cjs/models/models_1.js +4 -109
- package/dist-cjs/pagination/index.js +1 -3
- package/dist-cjs/protocols/Aws_query.js +68 -640
- package/dist-es/RDS.js +0 -90
- package/dist-es/commands/DescribeDBProxyTargetsCommand.js +1 -2
- package/dist-es/commands/DescribeDBSecurityGroupsCommand.js +1 -1
- package/dist-es/commands/DescribeDBSnapshotAttributesCommand.js +2 -1
- package/dist-es/commands/index.js +0 -6
- package/dist-es/models/models_0.js +66 -89
- package/dist-es/models/models_1.js +0 -82
- package/dist-es/pagination/index.js +1 -3
- package/dist-es/protocols/Aws_query.js +78 -717
- package/dist-types/RDS.d.ts +1 -61
- package/dist-types/RDSClient.d.ts +2 -8
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +2 -1
- package/dist-types/commands/ModifyCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +0 -6
- package/dist-types/models/models_0.d.ts +304 -308
- package/dist-types/models/models_1.d.ts +223 -382
- package/dist-types/pagination/index.d.ts +1 -3
- package/dist-types/protocols/Aws_query.d.ts +0 -18
- package/dist-types/ts3.4/RDS.d.ts +0 -30
- package/dist-types/ts3.4/RDSClient.d.ts +2 -8
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/index.d.ts +0 -6
- package/dist-types/ts3.4/models/models_0.d.ts +151 -158
- package/dist-types/ts3.4/models/models_1.d.ts +9 -173
- package/dist-types/ts3.4/pagination/index.d.ts +1 -3
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -18
- package/package.json +11 -11
- package/dist-cjs/commands/CreateCustomAvailabilityZoneCommand.js +0 -36
- package/dist-cjs/commands/DeleteCustomAvailabilityZoneCommand.js +0 -36
- package/dist-cjs/commands/DeleteInstallationMediaCommand.js +0 -36
- package/dist-cjs/commands/DescribeCustomAvailabilityZonesCommand.js +0 -36
- package/dist-cjs/commands/DescribeInstallationMediaCommand.js +0 -36
- package/dist-cjs/commands/ImportInstallationMediaCommand.js +0 -37
- package/dist-cjs/pagination/DescribeCustomAvailabilityZonesPaginator.js +0 -35
- package/dist-cjs/pagination/DescribeInstallationMediaPaginator.js +0 -35
- package/dist-es/commands/CreateCustomAvailabilityZoneCommand.js +0 -39
- package/dist-es/commands/DeleteCustomAvailabilityZoneCommand.js +0 -39
- package/dist-es/commands/DeleteInstallationMediaCommand.js +0 -39
- package/dist-es/commands/DescribeCustomAvailabilityZonesCommand.js +0 -39
- package/dist-es/commands/DescribeInstallationMediaCommand.js +0 -39
- package/dist-es/commands/ImportInstallationMediaCommand.js +0 -40
- package/dist-es/pagination/DescribeCustomAvailabilityZonesPaginator.js +0 -74
- package/dist-es/pagination/DescribeInstallationMediaPaginator.js +0 -74
- package/dist-types/commands/CreateCustomAvailabilityZoneCommand.d.ts +0 -40
- package/dist-types/commands/DeleteCustomAvailabilityZoneCommand.d.ts +0 -40
- package/dist-types/commands/DeleteInstallationMediaCommand.d.ts +0 -36
- package/dist-types/commands/DescribeCustomAvailabilityZonesCommand.d.ts +0 -40
- package/dist-types/commands/DescribeInstallationMediaCommand.d.ts +0 -36
- package/dist-types/commands/ImportInstallationMediaCommand.d.ts +0 -37
- package/dist-types/pagination/DescribeCustomAvailabilityZonesPaginator.d.ts +0 -4
- package/dist-types/pagination/DescribeInstallationMediaPaginator.d.ts +0 -4
- package/dist-types/ts3.4/commands/CreateCustomAvailabilityZoneCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteCustomAvailabilityZoneCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteInstallationMediaCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeCustomAvailabilityZonesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstallationMediaCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ImportInstallationMediaCommand.d.ts +0 -18
- package/dist-types/ts3.4/pagination/DescribeCustomAvailabilityZonesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeInstallationMediaPaginator.d.ts +0 -4
package/dist-types/RDS.d.ts
CHANGED
|
@@ -12,7 +12,6 @@ import { CopyDBClusterSnapshotCommandInput, CopyDBClusterSnapshotCommandOutput }
|
|
|
12
12
|
import { CopyDBParameterGroupCommandInput, CopyDBParameterGroupCommandOutput } from "./commands/CopyDBParameterGroupCommand";
|
|
13
13
|
import { CopyDBSnapshotCommandInput, CopyDBSnapshotCommandOutput } from "./commands/CopyDBSnapshotCommand";
|
|
14
14
|
import { CopyOptionGroupCommandInput, CopyOptionGroupCommandOutput } from "./commands/CopyOptionGroupCommand";
|
|
15
|
-
import { CreateCustomAvailabilityZoneCommandInput, CreateCustomAvailabilityZoneCommandOutput } from "./commands/CreateCustomAvailabilityZoneCommand";
|
|
16
15
|
import { CreateCustomDBEngineVersionCommandInput, CreateCustomDBEngineVersionCommandOutput } from "./commands/CreateCustomDBEngineVersionCommand";
|
|
17
16
|
import { CreateDBClusterCommandInput, CreateDBClusterCommandOutput } from "./commands/CreateDBClusterCommand";
|
|
18
17
|
import { CreateDBClusterEndpointCommandInput, CreateDBClusterEndpointCommandOutput } from "./commands/CreateDBClusterEndpointCommand";
|
|
@@ -29,7 +28,6 @@ import { CreateDBSubnetGroupCommandInput, CreateDBSubnetGroupCommandOutput } fro
|
|
|
29
28
|
import { CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput } from "./commands/CreateEventSubscriptionCommand";
|
|
30
29
|
import { CreateGlobalClusterCommandInput, CreateGlobalClusterCommandOutput } from "./commands/CreateGlobalClusterCommand";
|
|
31
30
|
import { CreateOptionGroupCommandInput, CreateOptionGroupCommandOutput } from "./commands/CreateOptionGroupCommand";
|
|
32
|
-
import { DeleteCustomAvailabilityZoneCommandInput, DeleteCustomAvailabilityZoneCommandOutput } from "./commands/DeleteCustomAvailabilityZoneCommand";
|
|
33
31
|
import { DeleteCustomDBEngineVersionCommandInput, DeleteCustomDBEngineVersionCommandOutput } from "./commands/DeleteCustomDBEngineVersionCommand";
|
|
34
32
|
import { DeleteDBClusterCommandInput, DeleteDBClusterCommandOutput } from "./commands/DeleteDBClusterCommand";
|
|
35
33
|
import { DeleteDBClusterEndpointCommandInput, DeleteDBClusterEndpointCommandOutput } from "./commands/DeleteDBClusterEndpointCommand";
|
|
@@ -45,12 +43,10 @@ import { DeleteDBSnapshotCommandInput, DeleteDBSnapshotCommandOutput } from "./c
|
|
|
45
43
|
import { DeleteDBSubnetGroupCommandInput, DeleteDBSubnetGroupCommandOutput } from "./commands/DeleteDBSubnetGroupCommand";
|
|
46
44
|
import { DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput } from "./commands/DeleteEventSubscriptionCommand";
|
|
47
45
|
import { DeleteGlobalClusterCommandInput, DeleteGlobalClusterCommandOutput } from "./commands/DeleteGlobalClusterCommand";
|
|
48
|
-
import { DeleteInstallationMediaCommandInput, DeleteInstallationMediaCommandOutput } from "./commands/DeleteInstallationMediaCommand";
|
|
49
46
|
import { DeleteOptionGroupCommandInput, DeleteOptionGroupCommandOutput } from "./commands/DeleteOptionGroupCommand";
|
|
50
47
|
import { DeregisterDBProxyTargetsCommandInput, DeregisterDBProxyTargetsCommandOutput } from "./commands/DeregisterDBProxyTargetsCommand";
|
|
51
48
|
import { DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput } from "./commands/DescribeAccountAttributesCommand";
|
|
52
49
|
import { DescribeCertificatesCommandInput, DescribeCertificatesCommandOutput } from "./commands/DescribeCertificatesCommand";
|
|
53
|
-
import { DescribeCustomAvailabilityZonesCommandInput, DescribeCustomAvailabilityZonesCommandOutput } from "./commands/DescribeCustomAvailabilityZonesCommand";
|
|
54
50
|
import { DescribeDBClusterBacktracksCommandInput, DescribeDBClusterBacktracksCommandOutput } from "./commands/DescribeDBClusterBacktracksCommand";
|
|
55
51
|
import { DescribeDBClusterEndpointsCommandInput, DescribeDBClusterEndpointsCommandOutput } from "./commands/DescribeDBClusterEndpointsCommand";
|
|
56
52
|
import { DescribeDBClusterParameterGroupsCommandInput, DescribeDBClusterParameterGroupsCommandOutput } from "./commands/DescribeDBClusterParameterGroupsCommand";
|
|
@@ -79,7 +75,6 @@ import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "./comma
|
|
|
79
75
|
import { DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput } from "./commands/DescribeEventSubscriptionsCommand";
|
|
80
76
|
import { DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput } from "./commands/DescribeExportTasksCommand";
|
|
81
77
|
import { DescribeGlobalClustersCommandInput, DescribeGlobalClustersCommandOutput } from "./commands/DescribeGlobalClustersCommand";
|
|
82
|
-
import { DescribeInstallationMediaCommandInput, DescribeInstallationMediaCommandOutput } from "./commands/DescribeInstallationMediaCommand";
|
|
83
78
|
import { DescribeOptionGroupOptionsCommandInput, DescribeOptionGroupOptionsCommandOutput } from "./commands/DescribeOptionGroupOptionsCommand";
|
|
84
79
|
import { DescribeOptionGroupsCommandInput, DescribeOptionGroupsCommandOutput } from "./commands/DescribeOptionGroupsCommand";
|
|
85
80
|
import { DescribeOrderableDBInstanceOptionsCommandInput, DescribeOrderableDBInstanceOptionsCommandOutput } from "./commands/DescribeOrderableDBInstanceOptionsCommand";
|
|
@@ -91,7 +86,6 @@ import { DescribeValidDBInstanceModificationsCommandInput, DescribeValidDBInstan
|
|
|
91
86
|
import { DownloadDBLogFilePortionCommandInput, DownloadDBLogFilePortionCommandOutput } from "./commands/DownloadDBLogFilePortionCommand";
|
|
92
87
|
import { FailoverDBClusterCommandInput, FailoverDBClusterCommandOutput } from "./commands/FailoverDBClusterCommand";
|
|
93
88
|
import { FailoverGlobalClusterCommandInput, FailoverGlobalClusterCommandOutput } from "./commands/FailoverGlobalClusterCommand";
|
|
94
|
-
import { ImportInstallationMediaCommandInput, ImportInstallationMediaCommandOutput } from "./commands/ImportInstallationMediaCommand";
|
|
95
89
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
96
90
|
import { ModifyCertificatesCommandInput, ModifyCertificatesCommandOutput } from "./commands/ModifyCertificatesCommand";
|
|
97
91
|
import { ModifyCurrentDBClusterCapacityCommandInput, ModifyCurrentDBClusterCapacityCommandOutput } from "./commands/ModifyCurrentDBClusterCapacityCommand";
|
|
@@ -375,17 +369,6 @@ export declare class RDS extends RDSClient {
|
|
|
375
369
|
copyOptionGroup(args: CopyOptionGroupCommandInput, options?: __HttpHandlerOptions): Promise<CopyOptionGroupCommandOutput>;
|
|
376
370
|
copyOptionGroup(args: CopyOptionGroupCommandInput, cb: (err: any, data?: CopyOptionGroupCommandOutput) => void): void;
|
|
377
371
|
copyOptionGroup(args: CopyOptionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyOptionGroupCommandOutput) => void): void;
|
|
378
|
-
/**
|
|
379
|
-
* <p>Creates a custom Availability Zone (AZ).</p>
|
|
380
|
-
* <p>A custom AZ is an on-premises AZ that is integrated with a VMware vSphere cluster.</p>
|
|
381
|
-
* <p>For more information about RDS on VMware, see the
|
|
382
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html">
|
|
383
|
-
* RDS on VMware User Guide.</a>
|
|
384
|
-
* </p>
|
|
385
|
-
*/
|
|
386
|
-
createCustomAvailabilityZone(args: CreateCustomAvailabilityZoneCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomAvailabilityZoneCommandOutput>;
|
|
387
|
-
createCustomAvailabilityZone(args: CreateCustomAvailabilityZoneCommandInput, cb: (err: any, data?: CreateCustomAvailabilityZoneCommandOutput) => void): void;
|
|
388
|
-
createCustomAvailabilityZone(args: CreateCustomAvailabilityZoneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomAvailabilityZoneCommandOutput) => void): void;
|
|
389
372
|
/**
|
|
390
373
|
* <p>Creates a custom DB engine version (CEV). A CEV is a binary volume snapshot of a database engine and specific
|
|
391
374
|
* AMI. The supported engines are the following:</p>
|
|
@@ -630,17 +613,6 @@ export declare class RDS extends RDSClient {
|
|
|
630
613
|
createOptionGroup(args: CreateOptionGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateOptionGroupCommandOutput>;
|
|
631
614
|
createOptionGroup(args: CreateOptionGroupCommandInput, cb: (err: any, data?: CreateOptionGroupCommandOutput) => void): void;
|
|
632
615
|
createOptionGroup(args: CreateOptionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOptionGroupCommandOutput) => void): void;
|
|
633
|
-
/**
|
|
634
|
-
* <p>Deletes a custom Availability Zone (AZ).</p>
|
|
635
|
-
* <p>A custom AZ is an on-premises AZ that is integrated with a VMware vSphere cluster.</p>
|
|
636
|
-
* <p>For more information about RDS on VMware, see the
|
|
637
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html">
|
|
638
|
-
* RDS on VMware User Guide.</a>
|
|
639
|
-
* </p>
|
|
640
|
-
*/
|
|
641
|
-
deleteCustomAvailabilityZone(args: DeleteCustomAvailabilityZoneCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomAvailabilityZoneCommandOutput>;
|
|
642
|
-
deleteCustomAvailabilityZone(args: DeleteCustomAvailabilityZoneCommandInput, cb: (err: any, data?: DeleteCustomAvailabilityZoneCommandOutput) => void): void;
|
|
643
|
-
deleteCustomAvailabilityZone(args: DeleteCustomAvailabilityZoneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomAvailabilityZoneCommandOutput) => void): void;
|
|
644
616
|
/**
|
|
645
617
|
* <p>Deletes a custom engine version. To run this command, make sure you meet the following prerequisites:</p>
|
|
646
618
|
* <ul>
|
|
@@ -816,13 +788,6 @@ export declare class RDS extends RDSClient {
|
|
|
816
788
|
deleteGlobalCluster(args: DeleteGlobalClusterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGlobalClusterCommandOutput>;
|
|
817
789
|
deleteGlobalCluster(args: DeleteGlobalClusterCommandInput, cb: (err: any, data?: DeleteGlobalClusterCommandOutput) => void): void;
|
|
818
790
|
deleteGlobalCluster(args: DeleteGlobalClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGlobalClusterCommandOutput) => void): void;
|
|
819
|
-
/**
|
|
820
|
-
* <p>Deletes the installation medium for a DB engine that requires an on-premises customer provided license,
|
|
821
|
-
* such as Microsoft SQL Server.</p>
|
|
822
|
-
*/
|
|
823
|
-
deleteInstallationMedia(args: DeleteInstallationMediaCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInstallationMediaCommandOutput>;
|
|
824
|
-
deleteInstallationMedia(args: DeleteInstallationMediaCommandInput, cb: (err: any, data?: DeleteInstallationMediaCommandOutput) => void): void;
|
|
825
|
-
deleteInstallationMedia(args: DeleteInstallationMediaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInstallationMediaCommandOutput) => void): void;
|
|
826
791
|
/**
|
|
827
792
|
* <p>Deletes an existing option group.</p>
|
|
828
793
|
*/
|
|
@@ -848,17 +813,6 @@ export declare class RDS extends RDSClient {
|
|
|
848
813
|
describeCertificates(args: DescribeCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCertificatesCommandOutput>;
|
|
849
814
|
describeCertificates(args: DescribeCertificatesCommandInput, cb: (err: any, data?: DescribeCertificatesCommandOutput) => void): void;
|
|
850
815
|
describeCertificates(args: DescribeCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCertificatesCommandOutput) => void): void;
|
|
851
|
-
/**
|
|
852
|
-
* <p>Returns information about custom Availability Zones (AZs).</p>
|
|
853
|
-
* <p>A custom AZ is an on-premises AZ that is integrated with a VMware vSphere cluster.</p>
|
|
854
|
-
* <p>For more information about RDS on VMware, see the
|
|
855
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html">
|
|
856
|
-
* RDS on VMware User Guide.</a>
|
|
857
|
-
* </p>
|
|
858
|
-
*/
|
|
859
|
-
describeCustomAvailabilityZones(args: DescribeCustomAvailabilityZonesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCustomAvailabilityZonesCommandOutput>;
|
|
860
|
-
describeCustomAvailabilityZones(args: DescribeCustomAvailabilityZonesCommandInput, cb: (err: any, data?: DescribeCustomAvailabilityZonesCommandOutput) => void): void;
|
|
861
|
-
describeCustomAvailabilityZones(args: DescribeCustomAvailabilityZonesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCustomAvailabilityZonesCommandOutput) => void): void;
|
|
862
816
|
/**
|
|
863
817
|
* <p>Returns information about backtracks for a DB cluster.</p>
|
|
864
818
|
* <p>For more information on Amazon Aurora, see
|
|
@@ -1113,13 +1067,6 @@ export declare class RDS extends RDSClient {
|
|
|
1113
1067
|
describeGlobalClusters(args: DescribeGlobalClustersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeGlobalClustersCommandOutput>;
|
|
1114
1068
|
describeGlobalClusters(args: DescribeGlobalClustersCommandInput, cb: (err: any, data?: DescribeGlobalClustersCommandOutput) => void): void;
|
|
1115
1069
|
describeGlobalClusters(args: DescribeGlobalClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGlobalClustersCommandOutput) => void): void;
|
|
1116
|
-
/**
|
|
1117
|
-
* <p>Describes the available installation media for a DB engine that requires an
|
|
1118
|
-
* on-premises customer provided license, such as Microsoft SQL Server.</p>
|
|
1119
|
-
*/
|
|
1120
|
-
describeInstallationMedia(args: DescribeInstallationMediaCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstallationMediaCommandOutput>;
|
|
1121
|
-
describeInstallationMedia(args: DescribeInstallationMediaCommandInput, cb: (err: any, data?: DescribeInstallationMediaCommandOutput) => void): void;
|
|
1122
|
-
describeInstallationMedia(args: DescribeInstallationMediaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstallationMediaCommandOutput) => void): void;
|
|
1123
1070
|
/**
|
|
1124
1071
|
* <p>Describes all available options.</p>
|
|
1125
1072
|
*/
|
|
@@ -1218,13 +1165,6 @@ export declare class RDS extends RDSClient {
|
|
|
1218
1165
|
failoverGlobalCluster(args: FailoverGlobalClusterCommandInput, options?: __HttpHandlerOptions): Promise<FailoverGlobalClusterCommandOutput>;
|
|
1219
1166
|
failoverGlobalCluster(args: FailoverGlobalClusterCommandInput, cb: (err: any, data?: FailoverGlobalClusterCommandOutput) => void): void;
|
|
1220
1167
|
failoverGlobalCluster(args: FailoverGlobalClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: FailoverGlobalClusterCommandOutput) => void): void;
|
|
1221
|
-
/**
|
|
1222
|
-
* <p>Imports the installation media for a DB engine that requires an on-premises
|
|
1223
|
-
* customer provided license, such as SQL Server.</p>
|
|
1224
|
-
*/
|
|
1225
|
-
importInstallationMedia(args: ImportInstallationMediaCommandInput, options?: __HttpHandlerOptions): Promise<ImportInstallationMediaCommandOutput>;
|
|
1226
|
-
importInstallationMedia(args: ImportInstallationMediaCommandInput, cb: (err: any, data?: ImportInstallationMediaCommandOutput) => void): void;
|
|
1227
|
-
importInstallationMedia(args: ImportInstallationMediaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportInstallationMediaCommandOutput) => void): void;
|
|
1228
1168
|
/**
|
|
1229
1169
|
* <p>Lists all tags on an Amazon RDS resource.</p>
|
|
1230
1170
|
* <p>For an overview on tagging an Amazon RDS resource,
|
|
@@ -1236,7 +1176,7 @@ export declare class RDS extends RDSClient {
|
|
|
1236
1176
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
1237
1177
|
/**
|
|
1238
1178
|
* <p>Override the system-default Secure Sockets Layer/Transport Layer Security (SSL/TLS)
|
|
1239
|
-
* certificate for Amazon RDS for new DB instances
|
|
1179
|
+
* certificate for Amazon RDS for new DB instances, or remove the override.</p>
|
|
1240
1180
|
* <p>By using this operation, you can specify an RDS-approved SSL/TLS certificate for new DB
|
|
1241
1181
|
* instances that is different from the default certificate provided by RDS. You can also
|
|
1242
1182
|
* use this operation to remove the override, so that new DB instances use the default
|
|
@@ -19,7 +19,6 @@ import { CopyDBClusterSnapshotCommandInput, CopyDBClusterSnapshotCommandOutput }
|
|
|
19
19
|
import { CopyDBParameterGroupCommandInput, CopyDBParameterGroupCommandOutput } from "./commands/CopyDBParameterGroupCommand";
|
|
20
20
|
import { CopyDBSnapshotCommandInput, CopyDBSnapshotCommandOutput } from "./commands/CopyDBSnapshotCommand";
|
|
21
21
|
import { CopyOptionGroupCommandInput, CopyOptionGroupCommandOutput } from "./commands/CopyOptionGroupCommand";
|
|
22
|
-
import { CreateCustomAvailabilityZoneCommandInput, CreateCustomAvailabilityZoneCommandOutput } from "./commands/CreateCustomAvailabilityZoneCommand";
|
|
23
22
|
import { CreateCustomDBEngineVersionCommandInput, CreateCustomDBEngineVersionCommandOutput } from "./commands/CreateCustomDBEngineVersionCommand";
|
|
24
23
|
import { CreateDBClusterCommandInput, CreateDBClusterCommandOutput } from "./commands/CreateDBClusterCommand";
|
|
25
24
|
import { CreateDBClusterEndpointCommandInput, CreateDBClusterEndpointCommandOutput } from "./commands/CreateDBClusterEndpointCommand";
|
|
@@ -36,7 +35,6 @@ import { CreateDBSubnetGroupCommandInput, CreateDBSubnetGroupCommandOutput } fro
|
|
|
36
35
|
import { CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput } from "./commands/CreateEventSubscriptionCommand";
|
|
37
36
|
import { CreateGlobalClusterCommandInput, CreateGlobalClusterCommandOutput } from "./commands/CreateGlobalClusterCommand";
|
|
38
37
|
import { CreateOptionGroupCommandInput, CreateOptionGroupCommandOutput } from "./commands/CreateOptionGroupCommand";
|
|
39
|
-
import { DeleteCustomAvailabilityZoneCommandInput, DeleteCustomAvailabilityZoneCommandOutput } from "./commands/DeleteCustomAvailabilityZoneCommand";
|
|
40
38
|
import { DeleteCustomDBEngineVersionCommandInput, DeleteCustomDBEngineVersionCommandOutput } from "./commands/DeleteCustomDBEngineVersionCommand";
|
|
41
39
|
import { DeleteDBClusterCommandInput, DeleteDBClusterCommandOutput } from "./commands/DeleteDBClusterCommand";
|
|
42
40
|
import { DeleteDBClusterEndpointCommandInput, DeleteDBClusterEndpointCommandOutput } from "./commands/DeleteDBClusterEndpointCommand";
|
|
@@ -52,12 +50,10 @@ import { DeleteDBSnapshotCommandInput, DeleteDBSnapshotCommandOutput } from "./c
|
|
|
52
50
|
import { DeleteDBSubnetGroupCommandInput, DeleteDBSubnetGroupCommandOutput } from "./commands/DeleteDBSubnetGroupCommand";
|
|
53
51
|
import { DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput } from "./commands/DeleteEventSubscriptionCommand";
|
|
54
52
|
import { DeleteGlobalClusterCommandInput, DeleteGlobalClusterCommandOutput } from "./commands/DeleteGlobalClusterCommand";
|
|
55
|
-
import { DeleteInstallationMediaCommandInput, DeleteInstallationMediaCommandOutput } from "./commands/DeleteInstallationMediaCommand";
|
|
56
53
|
import { DeleteOptionGroupCommandInput, DeleteOptionGroupCommandOutput } from "./commands/DeleteOptionGroupCommand";
|
|
57
54
|
import { DeregisterDBProxyTargetsCommandInput, DeregisterDBProxyTargetsCommandOutput } from "./commands/DeregisterDBProxyTargetsCommand";
|
|
58
55
|
import { DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput } from "./commands/DescribeAccountAttributesCommand";
|
|
59
56
|
import { DescribeCertificatesCommandInput, DescribeCertificatesCommandOutput } from "./commands/DescribeCertificatesCommand";
|
|
60
|
-
import { DescribeCustomAvailabilityZonesCommandInput, DescribeCustomAvailabilityZonesCommandOutput } from "./commands/DescribeCustomAvailabilityZonesCommand";
|
|
61
57
|
import { DescribeDBClusterBacktracksCommandInput, DescribeDBClusterBacktracksCommandOutput } from "./commands/DescribeDBClusterBacktracksCommand";
|
|
62
58
|
import { DescribeDBClusterEndpointsCommandInput, DescribeDBClusterEndpointsCommandOutput } from "./commands/DescribeDBClusterEndpointsCommand";
|
|
63
59
|
import { DescribeDBClusterParameterGroupsCommandInput, DescribeDBClusterParameterGroupsCommandOutput } from "./commands/DescribeDBClusterParameterGroupsCommand";
|
|
@@ -86,7 +82,6 @@ import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "./comma
|
|
|
86
82
|
import { DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput } from "./commands/DescribeEventSubscriptionsCommand";
|
|
87
83
|
import { DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput } from "./commands/DescribeExportTasksCommand";
|
|
88
84
|
import { DescribeGlobalClustersCommandInput, DescribeGlobalClustersCommandOutput } from "./commands/DescribeGlobalClustersCommand";
|
|
89
|
-
import { DescribeInstallationMediaCommandInput, DescribeInstallationMediaCommandOutput } from "./commands/DescribeInstallationMediaCommand";
|
|
90
85
|
import { DescribeOptionGroupOptionsCommandInput, DescribeOptionGroupOptionsCommandOutput } from "./commands/DescribeOptionGroupOptionsCommand";
|
|
91
86
|
import { DescribeOptionGroupsCommandInput, DescribeOptionGroupsCommandOutput } from "./commands/DescribeOptionGroupsCommand";
|
|
92
87
|
import { DescribeOrderableDBInstanceOptionsCommandInput, DescribeOrderableDBInstanceOptionsCommandOutput } from "./commands/DescribeOrderableDBInstanceOptionsCommand";
|
|
@@ -98,7 +93,6 @@ import { DescribeValidDBInstanceModificationsCommandInput, DescribeValidDBInstan
|
|
|
98
93
|
import { DownloadDBLogFilePortionCommandInput, DownloadDBLogFilePortionCommandOutput } from "./commands/DownloadDBLogFilePortionCommand";
|
|
99
94
|
import { FailoverDBClusterCommandInput, FailoverDBClusterCommandOutput } from "./commands/FailoverDBClusterCommand";
|
|
100
95
|
import { FailoverGlobalClusterCommandInput, FailoverGlobalClusterCommandOutput } from "./commands/FailoverGlobalClusterCommand";
|
|
101
|
-
import { ImportInstallationMediaCommandInput, ImportInstallationMediaCommandOutput } from "./commands/ImportInstallationMediaCommand";
|
|
102
96
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
103
97
|
import { ModifyCertificatesCommandInput, ModifyCertificatesCommandOutput } from "./commands/ModifyCertificatesCommand";
|
|
104
98
|
import { ModifyCurrentDBClusterCapacityCommandInput, ModifyCurrentDBClusterCapacityCommandOutput } from "./commands/ModifyCurrentDBClusterCapacityCommand";
|
|
@@ -147,8 +141,8 @@ import { StopActivityStreamCommandInput, StopActivityStreamCommandOutput } from
|
|
|
147
141
|
import { StopDBClusterCommandInput, StopDBClusterCommandOutput } from "./commands/StopDBClusterCommand";
|
|
148
142
|
import { StopDBInstanceAutomatedBackupsReplicationCommandInput, StopDBInstanceAutomatedBackupsReplicationCommandOutput } from "./commands/StopDBInstanceAutomatedBackupsReplicationCommand";
|
|
149
143
|
import { StopDBInstanceCommandInput, StopDBInstanceCommandOutput } from "./commands/StopDBInstanceCommand";
|
|
150
|
-
export declare type ServiceInputTypes = AddRoleToDBClusterCommandInput | AddRoleToDBInstanceCommandInput | AddSourceIdentifierToSubscriptionCommandInput | AddTagsToResourceCommandInput | ApplyPendingMaintenanceActionCommandInput | AuthorizeDBSecurityGroupIngressCommandInput | BacktrackDBClusterCommandInput | CancelExportTaskCommandInput | CopyDBClusterParameterGroupCommandInput | CopyDBClusterSnapshotCommandInput | CopyDBParameterGroupCommandInput | CopyDBSnapshotCommandInput | CopyOptionGroupCommandInput |
|
|
151
|
-
export declare type ServiceOutputTypes = AddRoleToDBClusterCommandOutput | AddRoleToDBInstanceCommandOutput | AddSourceIdentifierToSubscriptionCommandOutput | AddTagsToResourceCommandOutput | ApplyPendingMaintenanceActionCommandOutput | AuthorizeDBSecurityGroupIngressCommandOutput | BacktrackDBClusterCommandOutput | CancelExportTaskCommandOutput | CopyDBClusterParameterGroupCommandOutput | CopyDBClusterSnapshotCommandOutput | CopyDBParameterGroupCommandOutput | CopyDBSnapshotCommandOutput | CopyOptionGroupCommandOutput |
|
|
144
|
+
export declare type ServiceInputTypes = AddRoleToDBClusterCommandInput | AddRoleToDBInstanceCommandInput | AddSourceIdentifierToSubscriptionCommandInput | AddTagsToResourceCommandInput | ApplyPendingMaintenanceActionCommandInput | AuthorizeDBSecurityGroupIngressCommandInput | BacktrackDBClusterCommandInput | CancelExportTaskCommandInput | CopyDBClusterParameterGroupCommandInput | CopyDBClusterSnapshotCommandInput | CopyDBParameterGroupCommandInput | CopyDBSnapshotCommandInput | CopyOptionGroupCommandInput | CreateCustomDBEngineVersionCommandInput | CreateDBClusterCommandInput | CreateDBClusterEndpointCommandInput | CreateDBClusterParameterGroupCommandInput | CreateDBClusterSnapshotCommandInput | CreateDBInstanceCommandInput | CreateDBInstanceReadReplicaCommandInput | CreateDBParameterGroupCommandInput | CreateDBProxyCommandInput | CreateDBProxyEndpointCommandInput | CreateDBSecurityGroupCommandInput | CreateDBSnapshotCommandInput | CreateDBSubnetGroupCommandInput | CreateEventSubscriptionCommandInput | CreateGlobalClusterCommandInput | CreateOptionGroupCommandInput | DeleteCustomDBEngineVersionCommandInput | DeleteDBClusterCommandInput | DeleteDBClusterEndpointCommandInput | DeleteDBClusterParameterGroupCommandInput | DeleteDBClusterSnapshotCommandInput | DeleteDBInstanceAutomatedBackupCommandInput | DeleteDBInstanceCommandInput | DeleteDBParameterGroupCommandInput | DeleteDBProxyCommandInput | DeleteDBProxyEndpointCommandInput | DeleteDBSecurityGroupCommandInput | DeleteDBSnapshotCommandInput | DeleteDBSubnetGroupCommandInput | DeleteEventSubscriptionCommandInput | DeleteGlobalClusterCommandInput | DeleteOptionGroupCommandInput | DeregisterDBProxyTargetsCommandInput | DescribeAccountAttributesCommandInput | DescribeCertificatesCommandInput | DescribeDBClusterBacktracksCommandInput | DescribeDBClusterEndpointsCommandInput | DescribeDBClusterParameterGroupsCommandInput | DescribeDBClusterParametersCommandInput | DescribeDBClusterSnapshotAttributesCommandInput | DescribeDBClusterSnapshotsCommandInput | DescribeDBClustersCommandInput | DescribeDBEngineVersionsCommandInput | DescribeDBInstanceAutomatedBackupsCommandInput | DescribeDBInstancesCommandInput | DescribeDBLogFilesCommandInput | DescribeDBParameterGroupsCommandInput | DescribeDBParametersCommandInput | DescribeDBProxiesCommandInput | DescribeDBProxyEndpointsCommandInput | DescribeDBProxyTargetGroupsCommandInput | DescribeDBProxyTargetsCommandInput | DescribeDBSecurityGroupsCommandInput | DescribeDBSnapshotAttributesCommandInput | DescribeDBSnapshotsCommandInput | DescribeDBSubnetGroupsCommandInput | DescribeEngineDefaultClusterParametersCommandInput | DescribeEngineDefaultParametersCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeExportTasksCommandInput | DescribeGlobalClustersCommandInput | DescribeOptionGroupOptionsCommandInput | DescribeOptionGroupsCommandInput | DescribeOrderableDBInstanceOptionsCommandInput | DescribePendingMaintenanceActionsCommandInput | DescribeReservedDBInstancesCommandInput | DescribeReservedDBInstancesOfferingsCommandInput | DescribeSourceRegionsCommandInput | DescribeValidDBInstanceModificationsCommandInput | DownloadDBLogFilePortionCommandInput | FailoverDBClusterCommandInput | FailoverGlobalClusterCommandInput | ListTagsForResourceCommandInput | ModifyCertificatesCommandInput | ModifyCurrentDBClusterCapacityCommandInput | ModifyCustomDBEngineVersionCommandInput | ModifyDBClusterCommandInput | ModifyDBClusterEndpointCommandInput | ModifyDBClusterParameterGroupCommandInput | ModifyDBClusterSnapshotAttributeCommandInput | ModifyDBInstanceCommandInput | ModifyDBParameterGroupCommandInput | ModifyDBProxyCommandInput | ModifyDBProxyEndpointCommandInput | ModifyDBProxyTargetGroupCommandInput | ModifyDBSnapshotAttributeCommandInput | ModifyDBSnapshotCommandInput | ModifyDBSubnetGroupCommandInput | ModifyEventSubscriptionCommandInput | ModifyGlobalClusterCommandInput | ModifyOptionGroupCommandInput | PromoteReadReplicaCommandInput | PromoteReadReplicaDBClusterCommandInput | PurchaseReservedDBInstancesOfferingCommandInput | RebootDBClusterCommandInput | RebootDBInstanceCommandInput | RegisterDBProxyTargetsCommandInput | RemoveFromGlobalClusterCommandInput | RemoveRoleFromDBClusterCommandInput | RemoveRoleFromDBInstanceCommandInput | RemoveSourceIdentifierFromSubscriptionCommandInput | RemoveTagsFromResourceCommandInput | ResetDBClusterParameterGroupCommandInput | ResetDBParameterGroupCommandInput | RestoreDBClusterFromS3CommandInput | RestoreDBClusterFromSnapshotCommandInput | RestoreDBClusterToPointInTimeCommandInput | RestoreDBInstanceFromDBSnapshotCommandInput | RestoreDBInstanceFromS3CommandInput | RestoreDBInstanceToPointInTimeCommandInput | RevokeDBSecurityGroupIngressCommandInput | StartActivityStreamCommandInput | StartDBClusterCommandInput | StartDBInstanceAutomatedBackupsReplicationCommandInput | StartDBInstanceCommandInput | StartExportTaskCommandInput | StopActivityStreamCommandInput | StopDBClusterCommandInput | StopDBInstanceAutomatedBackupsReplicationCommandInput | StopDBInstanceCommandInput;
|
|
145
|
+
export declare type ServiceOutputTypes = AddRoleToDBClusterCommandOutput | AddRoleToDBInstanceCommandOutput | AddSourceIdentifierToSubscriptionCommandOutput | AddTagsToResourceCommandOutput | ApplyPendingMaintenanceActionCommandOutput | AuthorizeDBSecurityGroupIngressCommandOutput | BacktrackDBClusterCommandOutput | CancelExportTaskCommandOutput | CopyDBClusterParameterGroupCommandOutput | CopyDBClusterSnapshotCommandOutput | CopyDBParameterGroupCommandOutput | CopyDBSnapshotCommandOutput | CopyOptionGroupCommandOutput | CreateCustomDBEngineVersionCommandOutput | CreateDBClusterCommandOutput | CreateDBClusterEndpointCommandOutput | CreateDBClusterParameterGroupCommandOutput | CreateDBClusterSnapshotCommandOutput | CreateDBInstanceCommandOutput | CreateDBInstanceReadReplicaCommandOutput | CreateDBParameterGroupCommandOutput | CreateDBProxyCommandOutput | CreateDBProxyEndpointCommandOutput | CreateDBSecurityGroupCommandOutput | CreateDBSnapshotCommandOutput | CreateDBSubnetGroupCommandOutput | CreateEventSubscriptionCommandOutput | CreateGlobalClusterCommandOutput | CreateOptionGroupCommandOutput | DeleteCustomDBEngineVersionCommandOutput | DeleteDBClusterCommandOutput | DeleteDBClusterEndpointCommandOutput | DeleteDBClusterParameterGroupCommandOutput | DeleteDBClusterSnapshotCommandOutput | DeleteDBInstanceAutomatedBackupCommandOutput | DeleteDBInstanceCommandOutput | DeleteDBParameterGroupCommandOutput | DeleteDBProxyCommandOutput | DeleteDBProxyEndpointCommandOutput | DeleteDBSecurityGroupCommandOutput | DeleteDBSnapshotCommandOutput | DeleteDBSubnetGroupCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteGlobalClusterCommandOutput | DeleteOptionGroupCommandOutput | DeregisterDBProxyTargetsCommandOutput | DescribeAccountAttributesCommandOutput | DescribeCertificatesCommandOutput | DescribeDBClusterBacktracksCommandOutput | DescribeDBClusterEndpointsCommandOutput | DescribeDBClusterParameterGroupsCommandOutput | DescribeDBClusterParametersCommandOutput | DescribeDBClusterSnapshotAttributesCommandOutput | DescribeDBClusterSnapshotsCommandOutput | DescribeDBClustersCommandOutput | DescribeDBEngineVersionsCommandOutput | DescribeDBInstanceAutomatedBackupsCommandOutput | DescribeDBInstancesCommandOutput | DescribeDBLogFilesCommandOutput | DescribeDBParameterGroupsCommandOutput | DescribeDBParametersCommandOutput | DescribeDBProxiesCommandOutput | DescribeDBProxyEndpointsCommandOutput | DescribeDBProxyTargetGroupsCommandOutput | DescribeDBProxyTargetsCommandOutput | DescribeDBSecurityGroupsCommandOutput | DescribeDBSnapshotAttributesCommandOutput | DescribeDBSnapshotsCommandOutput | DescribeDBSubnetGroupsCommandOutput | DescribeEngineDefaultClusterParametersCommandOutput | DescribeEngineDefaultParametersCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeExportTasksCommandOutput | DescribeGlobalClustersCommandOutput | DescribeOptionGroupOptionsCommandOutput | DescribeOptionGroupsCommandOutput | DescribeOrderableDBInstanceOptionsCommandOutput | DescribePendingMaintenanceActionsCommandOutput | DescribeReservedDBInstancesCommandOutput | DescribeReservedDBInstancesOfferingsCommandOutput | DescribeSourceRegionsCommandOutput | DescribeValidDBInstanceModificationsCommandOutput | DownloadDBLogFilePortionCommandOutput | FailoverDBClusterCommandOutput | FailoverGlobalClusterCommandOutput | ListTagsForResourceCommandOutput | ModifyCertificatesCommandOutput | ModifyCurrentDBClusterCapacityCommandOutput | ModifyCustomDBEngineVersionCommandOutput | ModifyDBClusterCommandOutput | ModifyDBClusterEndpointCommandOutput | ModifyDBClusterParameterGroupCommandOutput | ModifyDBClusterSnapshotAttributeCommandOutput | ModifyDBInstanceCommandOutput | ModifyDBParameterGroupCommandOutput | ModifyDBProxyCommandOutput | ModifyDBProxyEndpointCommandOutput | ModifyDBProxyTargetGroupCommandOutput | ModifyDBSnapshotAttributeCommandOutput | ModifyDBSnapshotCommandOutput | ModifyDBSubnetGroupCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyGlobalClusterCommandOutput | ModifyOptionGroupCommandOutput | PromoteReadReplicaCommandOutput | PromoteReadReplicaDBClusterCommandOutput | PurchaseReservedDBInstancesOfferingCommandOutput | RebootDBClusterCommandOutput | RebootDBInstanceCommandOutput | RegisterDBProxyTargetsCommandOutput | RemoveFromGlobalClusterCommandOutput | RemoveRoleFromDBClusterCommandOutput | RemoveRoleFromDBInstanceCommandOutput | RemoveSourceIdentifierFromSubscriptionCommandOutput | RemoveTagsFromResourceCommandOutput | ResetDBClusterParameterGroupCommandOutput | ResetDBParameterGroupCommandOutput | RestoreDBClusterFromS3CommandOutput | RestoreDBClusterFromSnapshotCommandOutput | RestoreDBClusterToPointInTimeCommandOutput | RestoreDBInstanceFromDBSnapshotCommandOutput | RestoreDBInstanceFromS3CommandOutput | RestoreDBInstanceToPointInTimeCommandOutput | RevokeDBSecurityGroupIngressCommandOutput | StartActivityStreamCommandOutput | StartDBClusterCommandOutput | StartDBInstanceAutomatedBackupsReplicationCommandOutput | StartDBInstanceCommandOutput | StartExportTaskCommandOutput | StopActivityStreamCommandOutput | StopDBClusterCommandOutput | StopDBInstanceAutomatedBackupsReplicationCommandOutput | StopDBInstanceCommandOutput;
|
|
152
146
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
153
147
|
/**
|
|
154
148
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { DescribeDBProxyTargetsRequest } from "../models/models_0";
|
|
4
|
-
import { DescribeDBProxyTargetsResponse } from "../models/models_1";
|
|
3
|
+
import { DescribeDBProxyTargetsRequest, DescribeDBProxyTargetsResponse } from "../models/models_0";
|
|
5
4
|
import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
|
|
6
5
|
export interface DescribeDBProxyTargetsCommandInput extends DescribeDBProxyTargetsRequest {
|
|
7
6
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { DBSecurityGroupMessage, DescribeDBSecurityGroupsMessage } from "../models/
|
|
3
|
+
import { DBSecurityGroupMessage, DescribeDBSecurityGroupsMessage } from "../models/models_0";
|
|
4
4
|
import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
|
|
5
5
|
export interface DescribeDBSecurityGroupsCommandInput extends DescribeDBSecurityGroupsMessage {
|
|
6
6
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { DescribeDBSnapshotAttributesMessage
|
|
3
|
+
import { DescribeDBSnapshotAttributesMessage } from "../models/models_0";
|
|
4
|
+
import { DescribeDBSnapshotAttributesResult } from "../models/models_1";
|
|
4
5
|
import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
|
|
5
6
|
export interface DescribeDBSnapshotAttributesCommandInput extends DescribeDBSnapshotAttributesMessage {
|
|
6
7
|
}
|
|
@@ -8,7 +8,7 @@ export interface ModifyCertificatesCommandOutput extends ModifyCertificatesResul
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Override the system-default Secure Sockets Layer/Transport Layer Security (SSL/TLS)
|
|
11
|
-
* certificate for Amazon RDS for new DB instances
|
|
11
|
+
* certificate for Amazon RDS for new DB instances, or remove the override.</p>
|
|
12
12
|
* <p>By using this operation, you can specify an RDS-approved SSL/TLS certificate for new DB
|
|
13
13
|
* instances that is different from the default certificate provided by RDS. You can also
|
|
14
14
|
* use this operation to remove the override, so that new DB instances use the default
|
|
@@ -11,7 +11,6 @@ export * from "./CopyDBClusterSnapshotCommand";
|
|
|
11
11
|
export * from "./CopyDBParameterGroupCommand";
|
|
12
12
|
export * from "./CopyDBSnapshotCommand";
|
|
13
13
|
export * from "./CopyOptionGroupCommand";
|
|
14
|
-
export * from "./CreateCustomAvailabilityZoneCommand";
|
|
15
14
|
export * from "./CreateCustomDBEngineVersionCommand";
|
|
16
15
|
export * from "./CreateDBClusterCommand";
|
|
17
16
|
export * from "./CreateDBClusterEndpointCommand";
|
|
@@ -28,7 +27,6 @@ export * from "./CreateDBSubnetGroupCommand";
|
|
|
28
27
|
export * from "./CreateEventSubscriptionCommand";
|
|
29
28
|
export * from "./CreateGlobalClusterCommand";
|
|
30
29
|
export * from "./CreateOptionGroupCommand";
|
|
31
|
-
export * from "./DeleteCustomAvailabilityZoneCommand";
|
|
32
30
|
export * from "./DeleteCustomDBEngineVersionCommand";
|
|
33
31
|
export * from "./DeleteDBClusterCommand";
|
|
34
32
|
export * from "./DeleteDBClusterEndpointCommand";
|
|
@@ -44,12 +42,10 @@ export * from "./DeleteDBSnapshotCommand";
|
|
|
44
42
|
export * from "./DeleteDBSubnetGroupCommand";
|
|
45
43
|
export * from "./DeleteEventSubscriptionCommand";
|
|
46
44
|
export * from "./DeleteGlobalClusterCommand";
|
|
47
|
-
export * from "./DeleteInstallationMediaCommand";
|
|
48
45
|
export * from "./DeleteOptionGroupCommand";
|
|
49
46
|
export * from "./DeregisterDBProxyTargetsCommand";
|
|
50
47
|
export * from "./DescribeAccountAttributesCommand";
|
|
51
48
|
export * from "./DescribeCertificatesCommand";
|
|
52
|
-
export * from "./DescribeCustomAvailabilityZonesCommand";
|
|
53
49
|
export * from "./DescribeDBClusterBacktracksCommand";
|
|
54
50
|
export * from "./DescribeDBClusterEndpointsCommand";
|
|
55
51
|
export * from "./DescribeDBClusterParameterGroupsCommand";
|
|
@@ -78,7 +74,6 @@ export * from "./DescribeEventSubscriptionsCommand";
|
|
|
78
74
|
export * from "./DescribeEventsCommand";
|
|
79
75
|
export * from "./DescribeExportTasksCommand";
|
|
80
76
|
export * from "./DescribeGlobalClustersCommand";
|
|
81
|
-
export * from "./DescribeInstallationMediaCommand";
|
|
82
77
|
export * from "./DescribeOptionGroupOptionsCommand";
|
|
83
78
|
export * from "./DescribeOptionGroupsCommand";
|
|
84
79
|
export * from "./DescribeOrderableDBInstanceOptionsCommand";
|
|
@@ -90,7 +85,6 @@ export * from "./DescribeValidDBInstanceModificationsCommand";
|
|
|
90
85
|
export * from "./DownloadDBLogFilePortionCommand";
|
|
91
86
|
export * from "./FailoverDBClusterCommand";
|
|
92
87
|
export * from "./FailoverGlobalClusterCommand";
|
|
93
|
-
export * from "./ImportInstallationMediaCommand";
|
|
94
88
|
export * from "./ListTagsForResourceCommand";
|
|
95
89
|
export * from "./ModifyCertificatesCommand";
|
|
96
90
|
export * from "./ModifyCurrentDBClusterCapacityCommand";
|