@aws-sdk/client-rds 3.497.0 → 3.499.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 +40 -0
- package/dist-cjs/commands/CreateDBShardGroupCommand.js +1 -0
- package/dist-cjs/commands/DeleteDBShardGroupCommand.js +1 -0
- package/dist-cjs/commands/DescribeDBShardGroupsCommand.js +1 -0
- package/dist-cjs/commands/ModifyDBShardGroupCommand.js +1 -0
- package/dist-cjs/commands/RebootDBShardGroupCommand.js +1 -0
- package/dist-cjs/index.js +747 -31
- package/dist-es/RDS.js +10 -0
- package/dist-es/commands/CreateDBShardGroupCommand.js +24 -0
- package/dist-es/commands/DeleteDBShardGroupCommand.js +24 -0
- package/dist-es/commands/DeleteTenantDatabaseCommand.js +1 -1
- package/dist-es/commands/DescribeDBShardGroupsCommand.js +24 -0
- package/dist-es/commands/ModifyDBShardGroupCommand.js +24 -0
- package/dist-es/commands/RebootDBShardGroupCommand.js +24 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +82 -16
- package/dist-es/models/models_1.js +16 -0
- package/dist-es/protocols/Aws_query.js +502 -10
- package/dist-types/RDS.d.ts +35 -0
- package/dist-types/RDSClient.d.ts +7 -2
- package/dist-types/commands/CreateDBClusterCommand.d.ts +5 -0
- package/dist-types/commands/CreateDBShardGroupCommand.d.ts +93 -0
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDBShardGroupCommand.d.ts +74 -0
- package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDBShardGroupsCommand.d.ts +87 -0
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +8 -2
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +5 -0
- package/dist-types/commands/ModifyDBShardGroupCommand.d.ts +80 -0
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +4 -0
- package/dist-types/commands/RebootDBClusterCommand.d.ts +4 -0
- package/dist-types/commands/RebootDBShardGroupCommand.d.ts +74 -0
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +4 -0
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +4 -0
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +4 -0
- package/dist-types/commands/StartDBClusterCommand.d.ts +4 -0
- package/dist-types/commands/StopDBClusterCommand.d.ts +4 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +269 -330
- package/dist-types/models/models_1.d.ts +413 -2
- package/dist-types/protocols/Aws_query.d.ts +45 -0
- package/dist-types/ts3.4/RDS.d.ts +85 -0
- package/dist-types/ts3.4/RDSClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateDBShardGroupCommand.d.ts +27 -0
- package/dist-types/ts3.4/commands/DeleteDBShardGroupCommand.d.ts +27 -0
- package/dist-types/ts3.4/commands/DeleteTenantDatabaseCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeBlueGreenDeploymentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBShardGroupsCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/ModifyDBShardGroupCommand.d.ts +28 -0
- package/dist-types/ts3.4/commands/RebootDBShardGroupCommand.d.ts +28 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +81 -56
- package/dist-types/ts3.4/models/models_1.d.ts +75 -2
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +60 -0
- package/package.json +3 -3
package/dist-types/RDS.d.ts
CHANGED
|
@@ -24,6 +24,7 @@ import { CreateDBParameterGroupCommandInput, CreateDBParameterGroupCommandOutput
|
|
|
24
24
|
import { CreateDBProxyCommandInput, CreateDBProxyCommandOutput } from "./commands/CreateDBProxyCommand";
|
|
25
25
|
import { CreateDBProxyEndpointCommandInput, CreateDBProxyEndpointCommandOutput } from "./commands/CreateDBProxyEndpointCommand";
|
|
26
26
|
import { CreateDBSecurityGroupCommandInput, CreateDBSecurityGroupCommandOutput } from "./commands/CreateDBSecurityGroupCommand";
|
|
27
|
+
import { CreateDBShardGroupCommandInput, CreateDBShardGroupCommandOutput } from "./commands/CreateDBShardGroupCommand";
|
|
27
28
|
import { CreateDBSnapshotCommandInput, CreateDBSnapshotCommandOutput } from "./commands/CreateDBSnapshotCommand";
|
|
28
29
|
import { CreateDBSubnetGroupCommandInput, CreateDBSubnetGroupCommandOutput } from "./commands/CreateDBSubnetGroupCommand";
|
|
29
30
|
import { CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput } from "./commands/CreateEventSubscriptionCommand";
|
|
@@ -44,6 +45,7 @@ import { DeleteDBParameterGroupCommandInput, DeleteDBParameterGroupCommandOutput
|
|
|
44
45
|
import { DeleteDBProxyCommandInput, DeleteDBProxyCommandOutput } from "./commands/DeleteDBProxyCommand";
|
|
45
46
|
import { DeleteDBProxyEndpointCommandInput, DeleteDBProxyEndpointCommandOutput } from "./commands/DeleteDBProxyEndpointCommand";
|
|
46
47
|
import { DeleteDBSecurityGroupCommandInput, DeleteDBSecurityGroupCommandOutput } from "./commands/DeleteDBSecurityGroupCommand";
|
|
48
|
+
import { DeleteDBShardGroupCommandInput, DeleteDBShardGroupCommandOutput } from "./commands/DeleteDBShardGroupCommand";
|
|
47
49
|
import { DeleteDBSnapshotCommandInput, DeleteDBSnapshotCommandOutput } from "./commands/DeleteDBSnapshotCommand";
|
|
48
50
|
import { DeleteDBSubnetGroupCommandInput, DeleteDBSubnetGroupCommandOutput } from "./commands/DeleteDBSubnetGroupCommand";
|
|
49
51
|
import { DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput } from "./commands/DeleteEventSubscriptionCommand";
|
|
@@ -75,6 +77,7 @@ import { DescribeDBProxyTargetGroupsCommandInput, DescribeDBProxyTargetGroupsCom
|
|
|
75
77
|
import { DescribeDBProxyTargetsCommandInput, DescribeDBProxyTargetsCommandOutput } from "./commands/DescribeDBProxyTargetsCommand";
|
|
76
78
|
import { DescribeDBRecommendationsCommandInput, DescribeDBRecommendationsCommandOutput } from "./commands/DescribeDBRecommendationsCommand";
|
|
77
79
|
import { DescribeDBSecurityGroupsCommandInput, DescribeDBSecurityGroupsCommandOutput } from "./commands/DescribeDBSecurityGroupsCommand";
|
|
80
|
+
import { DescribeDBShardGroupsCommandInput, DescribeDBShardGroupsCommandOutput } from "./commands/DescribeDBShardGroupsCommand";
|
|
78
81
|
import { DescribeDBSnapshotAttributesCommandInput, DescribeDBSnapshotAttributesCommandOutput } from "./commands/DescribeDBSnapshotAttributesCommand";
|
|
79
82
|
import { DescribeDBSnapshotsCommandInput, DescribeDBSnapshotsCommandOutput } from "./commands/DescribeDBSnapshotsCommand";
|
|
80
83
|
import { DescribeDBSnapshotTenantDatabasesCommandInput, DescribeDBSnapshotTenantDatabasesCommandOutput } from "./commands/DescribeDBSnapshotTenantDatabasesCommand";
|
|
@@ -116,6 +119,7 @@ import { ModifyDBProxyCommandInput, ModifyDBProxyCommandOutput } from "./command
|
|
|
116
119
|
import { ModifyDBProxyEndpointCommandInput, ModifyDBProxyEndpointCommandOutput } from "./commands/ModifyDBProxyEndpointCommand";
|
|
117
120
|
import { ModifyDBProxyTargetGroupCommandInput, ModifyDBProxyTargetGroupCommandOutput } from "./commands/ModifyDBProxyTargetGroupCommand";
|
|
118
121
|
import { ModifyDBRecommendationCommandInput, ModifyDBRecommendationCommandOutput } from "./commands/ModifyDBRecommendationCommand";
|
|
122
|
+
import { ModifyDBShardGroupCommandInput, ModifyDBShardGroupCommandOutput } from "./commands/ModifyDBShardGroupCommand";
|
|
119
123
|
import { ModifyDBSnapshotAttributeCommandInput, ModifyDBSnapshotAttributeCommandOutput } from "./commands/ModifyDBSnapshotAttributeCommand";
|
|
120
124
|
import { ModifyDBSnapshotCommandInput, ModifyDBSnapshotCommandOutput } from "./commands/ModifyDBSnapshotCommand";
|
|
121
125
|
import { ModifyDBSubnetGroupCommandInput, ModifyDBSubnetGroupCommandOutput } from "./commands/ModifyDBSubnetGroupCommand";
|
|
@@ -128,6 +132,7 @@ import { PromoteReadReplicaDBClusterCommandInput, PromoteReadReplicaDBClusterCom
|
|
|
128
132
|
import { PurchaseReservedDBInstancesOfferingCommandInput, PurchaseReservedDBInstancesOfferingCommandOutput } from "./commands/PurchaseReservedDBInstancesOfferingCommand";
|
|
129
133
|
import { RebootDBClusterCommandInput, RebootDBClusterCommandOutput } from "./commands/RebootDBClusterCommand";
|
|
130
134
|
import { RebootDBInstanceCommandInput, RebootDBInstanceCommandOutput } from "./commands/RebootDBInstanceCommand";
|
|
135
|
+
import { RebootDBShardGroupCommandInput, RebootDBShardGroupCommandOutput } from "./commands/RebootDBShardGroupCommand";
|
|
131
136
|
import { RegisterDBProxyTargetsCommandInput, RegisterDBProxyTargetsCommandOutput } from "./commands/RegisterDBProxyTargetsCommand";
|
|
132
137
|
import { RemoveFromGlobalClusterCommandInput, RemoveFromGlobalClusterCommandOutput } from "./commands/RemoveFromGlobalClusterCommand";
|
|
133
138
|
import { RemoveRoleFromDBClusterCommandInput, RemoveRoleFromDBClusterCommandOutput } from "./commands/RemoveRoleFromDBClusterCommand";
|
|
@@ -307,6 +312,12 @@ export interface RDS {
|
|
|
307
312
|
createDBSecurityGroup(args: CreateDBSecurityGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBSecurityGroupCommandOutput>;
|
|
308
313
|
createDBSecurityGroup(args: CreateDBSecurityGroupCommandInput, cb: (err: any, data?: CreateDBSecurityGroupCommandOutput) => void): void;
|
|
309
314
|
createDBSecurityGroup(args: CreateDBSecurityGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBSecurityGroupCommandOutput) => void): void;
|
|
315
|
+
/**
|
|
316
|
+
* @see {@link CreateDBShardGroupCommand}
|
|
317
|
+
*/
|
|
318
|
+
createDBShardGroup(args: CreateDBShardGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBShardGroupCommandOutput>;
|
|
319
|
+
createDBShardGroup(args: CreateDBShardGroupCommandInput, cb: (err: any, data?: CreateDBShardGroupCommandOutput) => void): void;
|
|
320
|
+
createDBShardGroup(args: CreateDBShardGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBShardGroupCommandOutput) => void): void;
|
|
310
321
|
/**
|
|
311
322
|
* @see {@link CreateDBSnapshotCommand}
|
|
312
323
|
*/
|
|
@@ -427,6 +438,12 @@ export interface RDS {
|
|
|
427
438
|
deleteDBSecurityGroup(args: DeleteDBSecurityGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBSecurityGroupCommandOutput>;
|
|
428
439
|
deleteDBSecurityGroup(args: DeleteDBSecurityGroupCommandInput, cb: (err: any, data?: DeleteDBSecurityGroupCommandOutput) => void): void;
|
|
429
440
|
deleteDBSecurityGroup(args: DeleteDBSecurityGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBSecurityGroupCommandOutput) => void): void;
|
|
441
|
+
/**
|
|
442
|
+
* @see {@link DeleteDBShardGroupCommand}
|
|
443
|
+
*/
|
|
444
|
+
deleteDBShardGroup(args: DeleteDBShardGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBShardGroupCommandOutput>;
|
|
445
|
+
deleteDBShardGroup(args: DeleteDBShardGroupCommandInput, cb: (err: any, data?: DeleteDBShardGroupCommandOutput) => void): void;
|
|
446
|
+
deleteDBShardGroup(args: DeleteDBShardGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBShardGroupCommandOutput) => void): void;
|
|
430
447
|
/**
|
|
431
448
|
* @see {@link DeleteDBSnapshotCommand}
|
|
432
449
|
*/
|
|
@@ -613,6 +630,12 @@ export interface RDS {
|
|
|
613
630
|
describeDBSecurityGroups(args: DescribeDBSecurityGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBSecurityGroupsCommandOutput>;
|
|
614
631
|
describeDBSecurityGroups(args: DescribeDBSecurityGroupsCommandInput, cb: (err: any, data?: DescribeDBSecurityGroupsCommandOutput) => void): void;
|
|
615
632
|
describeDBSecurityGroups(args: DescribeDBSecurityGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBSecurityGroupsCommandOutput) => void): void;
|
|
633
|
+
/**
|
|
634
|
+
* @see {@link DescribeDBShardGroupsCommand}
|
|
635
|
+
*/
|
|
636
|
+
describeDBShardGroups(args: DescribeDBShardGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBShardGroupsCommandOutput>;
|
|
637
|
+
describeDBShardGroups(args: DescribeDBShardGroupsCommandInput, cb: (err: any, data?: DescribeDBShardGroupsCommandOutput) => void): void;
|
|
638
|
+
describeDBShardGroups(args: DescribeDBShardGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBShardGroupsCommandOutput) => void): void;
|
|
616
639
|
/**
|
|
617
640
|
* @see {@link DescribeDBSnapshotAttributesCommand}
|
|
618
641
|
*/
|
|
@@ -859,6 +882,12 @@ export interface RDS {
|
|
|
859
882
|
modifyDBRecommendation(args: ModifyDBRecommendationCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBRecommendationCommandOutput>;
|
|
860
883
|
modifyDBRecommendation(args: ModifyDBRecommendationCommandInput, cb: (err: any, data?: ModifyDBRecommendationCommandOutput) => void): void;
|
|
861
884
|
modifyDBRecommendation(args: ModifyDBRecommendationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBRecommendationCommandOutput) => void): void;
|
|
885
|
+
/**
|
|
886
|
+
* @see {@link ModifyDBShardGroupCommand}
|
|
887
|
+
*/
|
|
888
|
+
modifyDBShardGroup(args: ModifyDBShardGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBShardGroupCommandOutput>;
|
|
889
|
+
modifyDBShardGroup(args: ModifyDBShardGroupCommandInput, cb: (err: any, data?: ModifyDBShardGroupCommandOutput) => void): void;
|
|
890
|
+
modifyDBShardGroup(args: ModifyDBShardGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBShardGroupCommandOutput) => void): void;
|
|
862
891
|
/**
|
|
863
892
|
* @see {@link ModifyDBSnapshotCommand}
|
|
864
893
|
*/
|
|
@@ -931,6 +960,12 @@ export interface RDS {
|
|
|
931
960
|
rebootDBInstance(args: RebootDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<RebootDBInstanceCommandOutput>;
|
|
932
961
|
rebootDBInstance(args: RebootDBInstanceCommandInput, cb: (err: any, data?: RebootDBInstanceCommandOutput) => void): void;
|
|
933
962
|
rebootDBInstance(args: RebootDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebootDBInstanceCommandOutput) => void): void;
|
|
963
|
+
/**
|
|
964
|
+
* @see {@link RebootDBShardGroupCommand}
|
|
965
|
+
*/
|
|
966
|
+
rebootDBShardGroup(args: RebootDBShardGroupCommandInput, options?: __HttpHandlerOptions): Promise<RebootDBShardGroupCommandOutput>;
|
|
967
|
+
rebootDBShardGroup(args: RebootDBShardGroupCommandInput, cb: (err: any, data?: RebootDBShardGroupCommandOutput) => void): void;
|
|
968
|
+
rebootDBShardGroup(args: RebootDBShardGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebootDBShardGroupCommandOutput) => void): void;
|
|
934
969
|
/**
|
|
935
970
|
* @see {@link RegisterDBProxyTargetsCommand}
|
|
936
971
|
*/
|
|
@@ -32,6 +32,7 @@ import { CreateDBParameterGroupCommandInput, CreateDBParameterGroupCommandOutput
|
|
|
32
32
|
import { CreateDBProxyCommandInput, CreateDBProxyCommandOutput } from "./commands/CreateDBProxyCommand";
|
|
33
33
|
import { CreateDBProxyEndpointCommandInput, CreateDBProxyEndpointCommandOutput } from "./commands/CreateDBProxyEndpointCommand";
|
|
34
34
|
import { CreateDBSecurityGroupCommandInput, CreateDBSecurityGroupCommandOutput } from "./commands/CreateDBSecurityGroupCommand";
|
|
35
|
+
import { CreateDBShardGroupCommandInput, CreateDBShardGroupCommandOutput } from "./commands/CreateDBShardGroupCommand";
|
|
35
36
|
import { CreateDBSnapshotCommandInput, CreateDBSnapshotCommandOutput } from "./commands/CreateDBSnapshotCommand";
|
|
36
37
|
import { CreateDBSubnetGroupCommandInput, CreateDBSubnetGroupCommandOutput } from "./commands/CreateDBSubnetGroupCommand";
|
|
37
38
|
import { CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput } from "./commands/CreateEventSubscriptionCommand";
|
|
@@ -52,6 +53,7 @@ import { DeleteDBParameterGroupCommandInput, DeleteDBParameterGroupCommandOutput
|
|
|
52
53
|
import { DeleteDBProxyCommandInput, DeleteDBProxyCommandOutput } from "./commands/DeleteDBProxyCommand";
|
|
53
54
|
import { DeleteDBProxyEndpointCommandInput, DeleteDBProxyEndpointCommandOutput } from "./commands/DeleteDBProxyEndpointCommand";
|
|
54
55
|
import { DeleteDBSecurityGroupCommandInput, DeleteDBSecurityGroupCommandOutput } from "./commands/DeleteDBSecurityGroupCommand";
|
|
56
|
+
import { DeleteDBShardGroupCommandInput, DeleteDBShardGroupCommandOutput } from "./commands/DeleteDBShardGroupCommand";
|
|
55
57
|
import { DeleteDBSnapshotCommandInput, DeleteDBSnapshotCommandOutput } from "./commands/DeleteDBSnapshotCommand";
|
|
56
58
|
import { DeleteDBSubnetGroupCommandInput, DeleteDBSubnetGroupCommandOutput } from "./commands/DeleteDBSubnetGroupCommand";
|
|
57
59
|
import { DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput } from "./commands/DeleteEventSubscriptionCommand";
|
|
@@ -83,6 +85,7 @@ import { DescribeDBProxyTargetGroupsCommandInput, DescribeDBProxyTargetGroupsCom
|
|
|
83
85
|
import { DescribeDBProxyTargetsCommandInput, DescribeDBProxyTargetsCommandOutput } from "./commands/DescribeDBProxyTargetsCommand";
|
|
84
86
|
import { DescribeDBRecommendationsCommandInput, DescribeDBRecommendationsCommandOutput } from "./commands/DescribeDBRecommendationsCommand";
|
|
85
87
|
import { DescribeDBSecurityGroupsCommandInput, DescribeDBSecurityGroupsCommandOutput } from "./commands/DescribeDBSecurityGroupsCommand";
|
|
88
|
+
import { DescribeDBShardGroupsCommandInput, DescribeDBShardGroupsCommandOutput } from "./commands/DescribeDBShardGroupsCommand";
|
|
86
89
|
import { DescribeDBSnapshotAttributesCommandInput, DescribeDBSnapshotAttributesCommandOutput } from "./commands/DescribeDBSnapshotAttributesCommand";
|
|
87
90
|
import { DescribeDBSnapshotsCommandInput, DescribeDBSnapshotsCommandOutput } from "./commands/DescribeDBSnapshotsCommand";
|
|
88
91
|
import { DescribeDBSnapshotTenantDatabasesCommandInput, DescribeDBSnapshotTenantDatabasesCommandOutput } from "./commands/DescribeDBSnapshotTenantDatabasesCommand";
|
|
@@ -124,6 +127,7 @@ import { ModifyDBProxyCommandInput, ModifyDBProxyCommandOutput } from "./command
|
|
|
124
127
|
import { ModifyDBProxyEndpointCommandInput, ModifyDBProxyEndpointCommandOutput } from "./commands/ModifyDBProxyEndpointCommand";
|
|
125
128
|
import { ModifyDBProxyTargetGroupCommandInput, ModifyDBProxyTargetGroupCommandOutput } from "./commands/ModifyDBProxyTargetGroupCommand";
|
|
126
129
|
import { ModifyDBRecommendationCommandInput, ModifyDBRecommendationCommandOutput } from "./commands/ModifyDBRecommendationCommand";
|
|
130
|
+
import { ModifyDBShardGroupCommandInput, ModifyDBShardGroupCommandOutput } from "./commands/ModifyDBShardGroupCommand";
|
|
127
131
|
import { ModifyDBSnapshotAttributeCommandInput, ModifyDBSnapshotAttributeCommandOutput } from "./commands/ModifyDBSnapshotAttributeCommand";
|
|
128
132
|
import { ModifyDBSnapshotCommandInput, ModifyDBSnapshotCommandOutput } from "./commands/ModifyDBSnapshotCommand";
|
|
129
133
|
import { ModifyDBSubnetGroupCommandInput, ModifyDBSubnetGroupCommandOutput } from "./commands/ModifyDBSubnetGroupCommand";
|
|
@@ -136,6 +140,7 @@ import { PromoteReadReplicaDBClusterCommandInput, PromoteReadReplicaDBClusterCom
|
|
|
136
140
|
import { PurchaseReservedDBInstancesOfferingCommandInput, PurchaseReservedDBInstancesOfferingCommandOutput } from "./commands/PurchaseReservedDBInstancesOfferingCommand";
|
|
137
141
|
import { RebootDBClusterCommandInput, RebootDBClusterCommandOutput } from "./commands/RebootDBClusterCommand";
|
|
138
142
|
import { RebootDBInstanceCommandInput, RebootDBInstanceCommandOutput } from "./commands/RebootDBInstanceCommand";
|
|
143
|
+
import { RebootDBShardGroupCommandInput, RebootDBShardGroupCommandOutput } from "./commands/RebootDBShardGroupCommand";
|
|
139
144
|
import { RegisterDBProxyTargetsCommandInput, RegisterDBProxyTargetsCommandOutput } from "./commands/RegisterDBProxyTargetsCommand";
|
|
140
145
|
import { RemoveFromGlobalClusterCommandInput, RemoveFromGlobalClusterCommandOutput } from "./commands/RemoveFromGlobalClusterCommand";
|
|
141
146
|
import { RemoveRoleFromDBClusterCommandInput, RemoveRoleFromDBClusterCommandOutput } from "./commands/RemoveRoleFromDBClusterCommand";
|
|
@@ -169,11 +174,11 @@ export { __Client };
|
|
|
169
174
|
/**
|
|
170
175
|
* @public
|
|
171
176
|
*/
|
|
172
|
-
export type ServiceInputTypes = AddRoleToDBClusterCommandInput | AddRoleToDBInstanceCommandInput | AddSourceIdentifierToSubscriptionCommandInput | AddTagsToResourceCommandInput | ApplyPendingMaintenanceActionCommandInput | AuthorizeDBSecurityGroupIngressCommandInput | BacktrackDBClusterCommandInput | CancelExportTaskCommandInput | CopyDBClusterParameterGroupCommandInput | CopyDBClusterSnapshotCommandInput | CopyDBParameterGroupCommandInput | CopyDBSnapshotCommandInput | CopyOptionGroupCommandInput | CreateBlueGreenDeploymentCommandInput | CreateCustomDBEngineVersionCommandInput | CreateDBClusterCommandInput | CreateDBClusterEndpointCommandInput | CreateDBClusterParameterGroupCommandInput | CreateDBClusterSnapshotCommandInput | CreateDBInstanceCommandInput | CreateDBInstanceReadReplicaCommandInput | CreateDBParameterGroupCommandInput | CreateDBProxyCommandInput | CreateDBProxyEndpointCommandInput | CreateDBSecurityGroupCommandInput | CreateDBSnapshotCommandInput | CreateDBSubnetGroupCommandInput | CreateEventSubscriptionCommandInput | CreateGlobalClusterCommandInput | CreateIntegrationCommandInput | CreateOptionGroupCommandInput | CreateTenantDatabaseCommandInput | DeleteBlueGreenDeploymentCommandInput | DeleteCustomDBEngineVersionCommandInput | DeleteDBClusterAutomatedBackupCommandInput | DeleteDBClusterCommandInput | DeleteDBClusterEndpointCommandInput | DeleteDBClusterParameterGroupCommandInput | DeleteDBClusterSnapshotCommandInput | DeleteDBInstanceAutomatedBackupCommandInput | DeleteDBInstanceCommandInput | DeleteDBParameterGroupCommandInput | DeleteDBProxyCommandInput | DeleteDBProxyEndpointCommandInput | DeleteDBSecurityGroupCommandInput | DeleteDBSnapshotCommandInput | DeleteDBSubnetGroupCommandInput | DeleteEventSubscriptionCommandInput | DeleteGlobalClusterCommandInput | DeleteIntegrationCommandInput | DeleteOptionGroupCommandInput | DeleteTenantDatabaseCommandInput | DeregisterDBProxyTargetsCommandInput | DescribeAccountAttributesCommandInput | DescribeBlueGreenDeploymentsCommandInput | DescribeCertificatesCommandInput | DescribeDBClusterAutomatedBackupsCommandInput | DescribeDBClusterBacktracksCommandInput | DescribeDBClusterEndpointsCommandInput | DescribeDBClusterParameterGroupsCommandInput | DescribeDBClusterParametersCommandInput | DescribeDBClusterSnapshotAttributesCommandInput | DescribeDBClusterSnapshotsCommandInput | DescribeDBClustersCommandInput | DescribeDBEngineVersionsCommandInput | DescribeDBInstanceAutomatedBackupsCommandInput | DescribeDBInstancesCommandInput | DescribeDBLogFilesCommandInput | DescribeDBParameterGroupsCommandInput | DescribeDBParametersCommandInput | DescribeDBProxiesCommandInput | DescribeDBProxyEndpointsCommandInput | DescribeDBProxyTargetGroupsCommandInput | DescribeDBProxyTargetsCommandInput | DescribeDBRecommendationsCommandInput | DescribeDBSecurityGroupsCommandInput | DescribeDBSnapshotAttributesCommandInput | DescribeDBSnapshotTenantDatabasesCommandInput | DescribeDBSnapshotsCommandInput | DescribeDBSubnetGroupsCommandInput | DescribeEngineDefaultClusterParametersCommandInput | DescribeEngineDefaultParametersCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeExportTasksCommandInput | DescribeGlobalClustersCommandInput | DescribeIntegrationsCommandInput | DescribeOptionGroupOptionsCommandInput | DescribeOptionGroupsCommandInput | DescribeOrderableDBInstanceOptionsCommandInput | DescribePendingMaintenanceActionsCommandInput | DescribeReservedDBInstancesCommandInput | DescribeReservedDBInstancesOfferingsCommandInput | DescribeSourceRegionsCommandInput | DescribeTenantDatabasesCommandInput | DescribeValidDBInstanceModificationsCommandInput | DisableHttpEndpointCommandInput | DownloadDBLogFilePortionCommandInput | EnableHttpEndpointCommandInput | FailoverDBClusterCommandInput | FailoverGlobalClusterCommandInput | ListTagsForResourceCommandInput | ModifyActivityStreamCommandInput | ModifyCertificatesCommandInput | ModifyCurrentDBClusterCapacityCommandInput | ModifyCustomDBEngineVersionCommandInput | ModifyDBClusterCommandInput | ModifyDBClusterEndpointCommandInput | ModifyDBClusterParameterGroupCommandInput | ModifyDBClusterSnapshotAttributeCommandInput | ModifyDBInstanceCommandInput | ModifyDBParameterGroupCommandInput | ModifyDBProxyCommandInput | ModifyDBProxyEndpointCommandInput | ModifyDBProxyTargetGroupCommandInput | ModifyDBRecommendationCommandInput | ModifyDBSnapshotAttributeCommandInput | ModifyDBSnapshotCommandInput | ModifyDBSubnetGroupCommandInput | ModifyEventSubscriptionCommandInput | ModifyGlobalClusterCommandInput | ModifyOptionGroupCommandInput | ModifyTenantDatabaseCommandInput | 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 | SwitchoverBlueGreenDeploymentCommandInput | SwitchoverGlobalClusterCommandInput | SwitchoverReadReplicaCommandInput;
|
|
177
|
+
export type ServiceInputTypes = AddRoleToDBClusterCommandInput | AddRoleToDBInstanceCommandInput | AddSourceIdentifierToSubscriptionCommandInput | AddTagsToResourceCommandInput | ApplyPendingMaintenanceActionCommandInput | AuthorizeDBSecurityGroupIngressCommandInput | BacktrackDBClusterCommandInput | CancelExportTaskCommandInput | CopyDBClusterParameterGroupCommandInput | CopyDBClusterSnapshotCommandInput | CopyDBParameterGroupCommandInput | CopyDBSnapshotCommandInput | CopyOptionGroupCommandInput | CreateBlueGreenDeploymentCommandInput | CreateCustomDBEngineVersionCommandInput | CreateDBClusterCommandInput | CreateDBClusterEndpointCommandInput | CreateDBClusterParameterGroupCommandInput | CreateDBClusterSnapshotCommandInput | CreateDBInstanceCommandInput | CreateDBInstanceReadReplicaCommandInput | CreateDBParameterGroupCommandInput | CreateDBProxyCommandInput | CreateDBProxyEndpointCommandInput | CreateDBSecurityGroupCommandInput | CreateDBShardGroupCommandInput | CreateDBSnapshotCommandInput | CreateDBSubnetGroupCommandInput | CreateEventSubscriptionCommandInput | CreateGlobalClusterCommandInput | CreateIntegrationCommandInput | CreateOptionGroupCommandInput | CreateTenantDatabaseCommandInput | DeleteBlueGreenDeploymentCommandInput | DeleteCustomDBEngineVersionCommandInput | DeleteDBClusterAutomatedBackupCommandInput | DeleteDBClusterCommandInput | DeleteDBClusterEndpointCommandInput | DeleteDBClusterParameterGroupCommandInput | DeleteDBClusterSnapshotCommandInput | DeleteDBInstanceAutomatedBackupCommandInput | DeleteDBInstanceCommandInput | DeleteDBParameterGroupCommandInput | DeleteDBProxyCommandInput | DeleteDBProxyEndpointCommandInput | DeleteDBSecurityGroupCommandInput | DeleteDBShardGroupCommandInput | DeleteDBSnapshotCommandInput | DeleteDBSubnetGroupCommandInput | DeleteEventSubscriptionCommandInput | DeleteGlobalClusterCommandInput | DeleteIntegrationCommandInput | DeleteOptionGroupCommandInput | DeleteTenantDatabaseCommandInput | DeregisterDBProxyTargetsCommandInput | DescribeAccountAttributesCommandInput | DescribeBlueGreenDeploymentsCommandInput | DescribeCertificatesCommandInput | DescribeDBClusterAutomatedBackupsCommandInput | DescribeDBClusterBacktracksCommandInput | DescribeDBClusterEndpointsCommandInput | DescribeDBClusterParameterGroupsCommandInput | DescribeDBClusterParametersCommandInput | DescribeDBClusterSnapshotAttributesCommandInput | DescribeDBClusterSnapshotsCommandInput | DescribeDBClustersCommandInput | DescribeDBEngineVersionsCommandInput | DescribeDBInstanceAutomatedBackupsCommandInput | DescribeDBInstancesCommandInput | DescribeDBLogFilesCommandInput | DescribeDBParameterGroupsCommandInput | DescribeDBParametersCommandInput | DescribeDBProxiesCommandInput | DescribeDBProxyEndpointsCommandInput | DescribeDBProxyTargetGroupsCommandInput | DescribeDBProxyTargetsCommandInput | DescribeDBRecommendationsCommandInput | DescribeDBSecurityGroupsCommandInput | DescribeDBShardGroupsCommandInput | DescribeDBSnapshotAttributesCommandInput | DescribeDBSnapshotTenantDatabasesCommandInput | DescribeDBSnapshotsCommandInput | DescribeDBSubnetGroupsCommandInput | DescribeEngineDefaultClusterParametersCommandInput | DescribeEngineDefaultParametersCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeExportTasksCommandInput | DescribeGlobalClustersCommandInput | DescribeIntegrationsCommandInput | DescribeOptionGroupOptionsCommandInput | DescribeOptionGroupsCommandInput | DescribeOrderableDBInstanceOptionsCommandInput | DescribePendingMaintenanceActionsCommandInput | DescribeReservedDBInstancesCommandInput | DescribeReservedDBInstancesOfferingsCommandInput | DescribeSourceRegionsCommandInput | DescribeTenantDatabasesCommandInput | DescribeValidDBInstanceModificationsCommandInput | DisableHttpEndpointCommandInput | DownloadDBLogFilePortionCommandInput | EnableHttpEndpointCommandInput | FailoverDBClusterCommandInput | FailoverGlobalClusterCommandInput | ListTagsForResourceCommandInput | ModifyActivityStreamCommandInput | ModifyCertificatesCommandInput | ModifyCurrentDBClusterCapacityCommandInput | ModifyCustomDBEngineVersionCommandInput | ModifyDBClusterCommandInput | ModifyDBClusterEndpointCommandInput | ModifyDBClusterParameterGroupCommandInput | ModifyDBClusterSnapshotAttributeCommandInput | ModifyDBInstanceCommandInput | ModifyDBParameterGroupCommandInput | ModifyDBProxyCommandInput | ModifyDBProxyEndpointCommandInput | ModifyDBProxyTargetGroupCommandInput | ModifyDBRecommendationCommandInput | ModifyDBShardGroupCommandInput | ModifyDBSnapshotAttributeCommandInput | ModifyDBSnapshotCommandInput | ModifyDBSubnetGroupCommandInput | ModifyEventSubscriptionCommandInput | ModifyGlobalClusterCommandInput | ModifyOptionGroupCommandInput | ModifyTenantDatabaseCommandInput | PromoteReadReplicaCommandInput | PromoteReadReplicaDBClusterCommandInput | PurchaseReservedDBInstancesOfferingCommandInput | RebootDBClusterCommandInput | RebootDBInstanceCommandInput | RebootDBShardGroupCommandInput | RegisterDBProxyTargetsCommandInput | RemoveFromGlobalClusterCommandInput | RemoveRoleFromDBClusterCommandInput | RemoveRoleFromDBInstanceCommandInput | RemoveSourceIdentifierFromSubscriptionCommandInput | RemoveTagsFromResourceCommandInput | ResetDBClusterParameterGroupCommandInput | ResetDBParameterGroupCommandInput | RestoreDBClusterFromS3CommandInput | RestoreDBClusterFromSnapshotCommandInput | RestoreDBClusterToPointInTimeCommandInput | RestoreDBInstanceFromDBSnapshotCommandInput | RestoreDBInstanceFromS3CommandInput | RestoreDBInstanceToPointInTimeCommandInput | RevokeDBSecurityGroupIngressCommandInput | StartActivityStreamCommandInput | StartDBClusterCommandInput | StartDBInstanceAutomatedBackupsReplicationCommandInput | StartDBInstanceCommandInput | StartExportTaskCommandInput | StopActivityStreamCommandInput | StopDBClusterCommandInput | StopDBInstanceAutomatedBackupsReplicationCommandInput | StopDBInstanceCommandInput | SwitchoverBlueGreenDeploymentCommandInput | SwitchoverGlobalClusterCommandInput | SwitchoverReadReplicaCommandInput;
|
|
173
178
|
/**
|
|
174
179
|
* @public
|
|
175
180
|
*/
|
|
176
|
-
export type ServiceOutputTypes = AddRoleToDBClusterCommandOutput | AddRoleToDBInstanceCommandOutput | AddSourceIdentifierToSubscriptionCommandOutput | AddTagsToResourceCommandOutput | ApplyPendingMaintenanceActionCommandOutput | AuthorizeDBSecurityGroupIngressCommandOutput | BacktrackDBClusterCommandOutput | CancelExportTaskCommandOutput | CopyDBClusterParameterGroupCommandOutput | CopyDBClusterSnapshotCommandOutput | CopyDBParameterGroupCommandOutput | CopyDBSnapshotCommandOutput | CopyOptionGroupCommandOutput | CreateBlueGreenDeploymentCommandOutput | CreateCustomDBEngineVersionCommandOutput | CreateDBClusterCommandOutput | CreateDBClusterEndpointCommandOutput | CreateDBClusterParameterGroupCommandOutput | CreateDBClusterSnapshotCommandOutput | CreateDBInstanceCommandOutput | CreateDBInstanceReadReplicaCommandOutput | CreateDBParameterGroupCommandOutput | CreateDBProxyCommandOutput | CreateDBProxyEndpointCommandOutput | CreateDBSecurityGroupCommandOutput | CreateDBSnapshotCommandOutput | CreateDBSubnetGroupCommandOutput | CreateEventSubscriptionCommandOutput | CreateGlobalClusterCommandOutput | CreateIntegrationCommandOutput | CreateOptionGroupCommandOutput | CreateTenantDatabaseCommandOutput | DeleteBlueGreenDeploymentCommandOutput | DeleteCustomDBEngineVersionCommandOutput | DeleteDBClusterAutomatedBackupCommandOutput | DeleteDBClusterCommandOutput | DeleteDBClusterEndpointCommandOutput | DeleteDBClusterParameterGroupCommandOutput | DeleteDBClusterSnapshotCommandOutput | DeleteDBInstanceAutomatedBackupCommandOutput | DeleteDBInstanceCommandOutput | DeleteDBParameterGroupCommandOutput | DeleteDBProxyCommandOutput | DeleteDBProxyEndpointCommandOutput | DeleteDBSecurityGroupCommandOutput | DeleteDBSnapshotCommandOutput | DeleteDBSubnetGroupCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteGlobalClusterCommandOutput | DeleteIntegrationCommandOutput | DeleteOptionGroupCommandOutput | DeleteTenantDatabaseCommandOutput | DeregisterDBProxyTargetsCommandOutput | DescribeAccountAttributesCommandOutput | DescribeBlueGreenDeploymentsCommandOutput | DescribeCertificatesCommandOutput | DescribeDBClusterAutomatedBackupsCommandOutput | DescribeDBClusterBacktracksCommandOutput | DescribeDBClusterEndpointsCommandOutput | DescribeDBClusterParameterGroupsCommandOutput | DescribeDBClusterParametersCommandOutput | DescribeDBClusterSnapshotAttributesCommandOutput | DescribeDBClusterSnapshotsCommandOutput | DescribeDBClustersCommandOutput | DescribeDBEngineVersionsCommandOutput | DescribeDBInstanceAutomatedBackupsCommandOutput | DescribeDBInstancesCommandOutput | DescribeDBLogFilesCommandOutput | DescribeDBParameterGroupsCommandOutput | DescribeDBParametersCommandOutput | DescribeDBProxiesCommandOutput | DescribeDBProxyEndpointsCommandOutput | DescribeDBProxyTargetGroupsCommandOutput | DescribeDBProxyTargetsCommandOutput | DescribeDBRecommendationsCommandOutput | DescribeDBSecurityGroupsCommandOutput | DescribeDBSnapshotAttributesCommandOutput | DescribeDBSnapshotTenantDatabasesCommandOutput | DescribeDBSnapshotsCommandOutput | DescribeDBSubnetGroupsCommandOutput | DescribeEngineDefaultClusterParametersCommandOutput | DescribeEngineDefaultParametersCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeExportTasksCommandOutput | DescribeGlobalClustersCommandOutput | DescribeIntegrationsCommandOutput | DescribeOptionGroupOptionsCommandOutput | DescribeOptionGroupsCommandOutput | DescribeOrderableDBInstanceOptionsCommandOutput | DescribePendingMaintenanceActionsCommandOutput | DescribeReservedDBInstancesCommandOutput | DescribeReservedDBInstancesOfferingsCommandOutput | DescribeSourceRegionsCommandOutput | DescribeTenantDatabasesCommandOutput | DescribeValidDBInstanceModificationsCommandOutput | DisableHttpEndpointCommandOutput | DownloadDBLogFilePortionCommandOutput | EnableHttpEndpointCommandOutput | FailoverDBClusterCommandOutput | FailoverGlobalClusterCommandOutput | ListTagsForResourceCommandOutput | ModifyActivityStreamCommandOutput | ModifyCertificatesCommandOutput | ModifyCurrentDBClusterCapacityCommandOutput | ModifyCustomDBEngineVersionCommandOutput | ModifyDBClusterCommandOutput | ModifyDBClusterEndpointCommandOutput | ModifyDBClusterParameterGroupCommandOutput | ModifyDBClusterSnapshotAttributeCommandOutput | ModifyDBInstanceCommandOutput | ModifyDBParameterGroupCommandOutput | ModifyDBProxyCommandOutput | ModifyDBProxyEndpointCommandOutput | ModifyDBProxyTargetGroupCommandOutput | ModifyDBRecommendationCommandOutput | ModifyDBSnapshotAttributeCommandOutput | ModifyDBSnapshotCommandOutput | ModifyDBSubnetGroupCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyGlobalClusterCommandOutput | ModifyOptionGroupCommandOutput | ModifyTenantDatabaseCommandOutput | 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 | SwitchoverBlueGreenDeploymentCommandOutput | SwitchoverGlobalClusterCommandOutput | SwitchoverReadReplicaCommandOutput;
|
|
181
|
+
export type ServiceOutputTypes = AddRoleToDBClusterCommandOutput | AddRoleToDBInstanceCommandOutput | AddSourceIdentifierToSubscriptionCommandOutput | AddTagsToResourceCommandOutput | ApplyPendingMaintenanceActionCommandOutput | AuthorizeDBSecurityGroupIngressCommandOutput | BacktrackDBClusterCommandOutput | CancelExportTaskCommandOutput | CopyDBClusterParameterGroupCommandOutput | CopyDBClusterSnapshotCommandOutput | CopyDBParameterGroupCommandOutput | CopyDBSnapshotCommandOutput | CopyOptionGroupCommandOutput | CreateBlueGreenDeploymentCommandOutput | CreateCustomDBEngineVersionCommandOutput | CreateDBClusterCommandOutput | CreateDBClusterEndpointCommandOutput | CreateDBClusterParameterGroupCommandOutput | CreateDBClusterSnapshotCommandOutput | CreateDBInstanceCommandOutput | CreateDBInstanceReadReplicaCommandOutput | CreateDBParameterGroupCommandOutput | CreateDBProxyCommandOutput | CreateDBProxyEndpointCommandOutput | CreateDBSecurityGroupCommandOutput | CreateDBShardGroupCommandOutput | CreateDBSnapshotCommandOutput | CreateDBSubnetGroupCommandOutput | CreateEventSubscriptionCommandOutput | CreateGlobalClusterCommandOutput | CreateIntegrationCommandOutput | CreateOptionGroupCommandOutput | CreateTenantDatabaseCommandOutput | DeleteBlueGreenDeploymentCommandOutput | DeleteCustomDBEngineVersionCommandOutput | DeleteDBClusterAutomatedBackupCommandOutput | DeleteDBClusterCommandOutput | DeleteDBClusterEndpointCommandOutput | DeleteDBClusterParameterGroupCommandOutput | DeleteDBClusterSnapshotCommandOutput | DeleteDBInstanceAutomatedBackupCommandOutput | DeleteDBInstanceCommandOutput | DeleteDBParameterGroupCommandOutput | DeleteDBProxyCommandOutput | DeleteDBProxyEndpointCommandOutput | DeleteDBSecurityGroupCommandOutput | DeleteDBShardGroupCommandOutput | DeleteDBSnapshotCommandOutput | DeleteDBSubnetGroupCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteGlobalClusterCommandOutput | DeleteIntegrationCommandOutput | DeleteOptionGroupCommandOutput | DeleteTenantDatabaseCommandOutput | DeregisterDBProxyTargetsCommandOutput | DescribeAccountAttributesCommandOutput | DescribeBlueGreenDeploymentsCommandOutput | DescribeCertificatesCommandOutput | DescribeDBClusterAutomatedBackupsCommandOutput | DescribeDBClusterBacktracksCommandOutput | DescribeDBClusterEndpointsCommandOutput | DescribeDBClusterParameterGroupsCommandOutput | DescribeDBClusterParametersCommandOutput | DescribeDBClusterSnapshotAttributesCommandOutput | DescribeDBClusterSnapshotsCommandOutput | DescribeDBClustersCommandOutput | DescribeDBEngineVersionsCommandOutput | DescribeDBInstanceAutomatedBackupsCommandOutput | DescribeDBInstancesCommandOutput | DescribeDBLogFilesCommandOutput | DescribeDBParameterGroupsCommandOutput | DescribeDBParametersCommandOutput | DescribeDBProxiesCommandOutput | DescribeDBProxyEndpointsCommandOutput | DescribeDBProxyTargetGroupsCommandOutput | DescribeDBProxyTargetsCommandOutput | DescribeDBRecommendationsCommandOutput | DescribeDBSecurityGroupsCommandOutput | DescribeDBShardGroupsCommandOutput | DescribeDBSnapshotAttributesCommandOutput | DescribeDBSnapshotTenantDatabasesCommandOutput | DescribeDBSnapshotsCommandOutput | DescribeDBSubnetGroupsCommandOutput | DescribeEngineDefaultClusterParametersCommandOutput | DescribeEngineDefaultParametersCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeExportTasksCommandOutput | DescribeGlobalClustersCommandOutput | DescribeIntegrationsCommandOutput | DescribeOptionGroupOptionsCommandOutput | DescribeOptionGroupsCommandOutput | DescribeOrderableDBInstanceOptionsCommandOutput | DescribePendingMaintenanceActionsCommandOutput | DescribeReservedDBInstancesCommandOutput | DescribeReservedDBInstancesOfferingsCommandOutput | DescribeSourceRegionsCommandOutput | DescribeTenantDatabasesCommandOutput | DescribeValidDBInstanceModificationsCommandOutput | DisableHttpEndpointCommandOutput | DownloadDBLogFilePortionCommandOutput | EnableHttpEndpointCommandOutput | FailoverDBClusterCommandOutput | FailoverGlobalClusterCommandOutput | ListTagsForResourceCommandOutput | ModifyActivityStreamCommandOutput | ModifyCertificatesCommandOutput | ModifyCurrentDBClusterCapacityCommandOutput | ModifyCustomDBEngineVersionCommandOutput | ModifyDBClusterCommandOutput | ModifyDBClusterEndpointCommandOutput | ModifyDBClusterParameterGroupCommandOutput | ModifyDBClusterSnapshotAttributeCommandOutput | ModifyDBInstanceCommandOutput | ModifyDBParameterGroupCommandOutput | ModifyDBProxyCommandOutput | ModifyDBProxyEndpointCommandOutput | ModifyDBProxyTargetGroupCommandOutput | ModifyDBRecommendationCommandOutput | ModifyDBShardGroupCommandOutput | ModifyDBSnapshotAttributeCommandOutput | ModifyDBSnapshotCommandOutput | ModifyDBSubnetGroupCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyGlobalClusterCommandOutput | ModifyOptionGroupCommandOutput | ModifyTenantDatabaseCommandOutput | PromoteReadReplicaCommandOutput | PromoteReadReplicaDBClusterCommandOutput | PurchaseReservedDBInstancesOfferingCommandOutput | RebootDBClusterCommandOutput | RebootDBInstanceCommandOutput | RebootDBShardGroupCommandOutput | RegisterDBProxyTargetsCommandOutput | RemoveFromGlobalClusterCommandOutput | RemoveRoleFromDBClusterCommandOutput | RemoveRoleFromDBInstanceCommandOutput | RemoveSourceIdentifierFromSubscriptionCommandOutput | RemoveTagsFromResourceCommandOutput | ResetDBClusterParameterGroupCommandOutput | ResetDBParameterGroupCommandOutput | RestoreDBClusterFromS3CommandOutput | RestoreDBClusterFromSnapshotCommandOutput | RestoreDBClusterToPointInTimeCommandOutput | RestoreDBInstanceFromDBSnapshotCommandOutput | RestoreDBInstanceFromS3CommandOutput | RestoreDBInstanceToPointInTimeCommandOutput | RevokeDBSecurityGroupIngressCommandOutput | StartActivityStreamCommandOutput | StartDBClusterCommandOutput | StartDBInstanceAutomatedBackupsReplicationCommandOutput | StartDBInstanceCommandOutput | StartExportTaskCommandOutput | StopActivityStreamCommandOutput | StopDBClusterCommandOutput | StopDBInstanceAutomatedBackupsReplicationCommandOutput | StopDBInstanceCommandOutput | SwitchoverBlueGreenDeploymentCommandOutput | SwitchoverGlobalClusterCommandOutput | SwitchoverReadReplicaCommandOutput;
|
|
177
182
|
/**
|
|
178
183
|
* @public
|
|
179
184
|
*/
|
|
@@ -114,6 +114,7 @@ declare const CreateDBClusterCommand_base: {
|
|
|
114
114
|
* EnablePerformanceInsights: true || false,
|
|
115
115
|
* PerformanceInsightsKMSKeyId: "STRING_VALUE",
|
|
116
116
|
* PerformanceInsightsRetentionPeriod: Number("int"),
|
|
117
|
+
* EnableLimitlessDatabase: true || false,
|
|
117
118
|
* ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfiguration
|
|
118
119
|
* MinCapacity: Number("double"),
|
|
119
120
|
* MaxCapacity: Number("double"),
|
|
@@ -299,6 +300,10 @@ declare const CreateDBClusterCommand_base: {
|
|
|
299
300
|
* // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
|
|
300
301
|
* // LocalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "requested",
|
|
301
302
|
* // AwsBackupRecoveryPointArn: "STRING_VALUE",
|
|
303
|
+
* // LimitlessDatabase: { // LimitlessDatabase
|
|
304
|
+
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
|
|
305
|
+
* // MinRequiredACU: Number("double"),
|
|
306
|
+
* // },
|
|
302
307
|
* // },
|
|
303
308
|
* // };
|
|
304
309
|
*
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { CreateDBShardGroupMessage, DBShardGroup } from "../models/models_0";
|
|
4
|
+
import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export { __MetadataBearer, $Command };
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*
|
|
12
|
+
* The input for {@link CreateDBShardGroupCommand}.
|
|
13
|
+
*/
|
|
14
|
+
export interface CreateDBShardGroupCommandInput extends CreateDBShardGroupMessage {
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
*
|
|
19
|
+
* The output of {@link CreateDBShardGroupCommand}.
|
|
20
|
+
*/
|
|
21
|
+
export interface CreateDBShardGroupCommandOutput extends DBShardGroup, __MetadataBearer {
|
|
22
|
+
}
|
|
23
|
+
declare const CreateDBShardGroupCommand_base: {
|
|
24
|
+
new (input: CreateDBShardGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDBShardGroupCommandInput, CreateDBShardGroupCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
* <p>Creates a new DB shard group for Aurora Limitless Database. You must enable Aurora Limitless Database to create a DB shard group.</p>
|
|
30
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { RDSClient, CreateDBShardGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
35
|
+
* // const { RDSClient, CreateDBShardGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
36
|
+
* const client = new RDSClient(config);
|
|
37
|
+
* const input = { // CreateDBShardGroupMessage
|
|
38
|
+
* DBShardGroupIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* DBClusterIdentifier: "STRING_VALUE", // required
|
|
40
|
+
* ComputeRedundancy: Number("int"),
|
|
41
|
+
* MaxACU: Number("double"), // required
|
|
42
|
+
* PubliclyAccessible: true || false,
|
|
43
|
+
* };
|
|
44
|
+
* const command = new CreateDBShardGroupCommand(input);
|
|
45
|
+
* const response = await client.send(command);
|
|
46
|
+
* // { // DBShardGroup
|
|
47
|
+
* // DBShardGroupResourceId: "STRING_VALUE",
|
|
48
|
+
* // DBShardGroupIdentifier: "STRING_VALUE",
|
|
49
|
+
* // DBClusterIdentifier: "STRING_VALUE",
|
|
50
|
+
* // MaxACU: Number("double"),
|
|
51
|
+
* // ComputeRedundancy: Number("int"),
|
|
52
|
+
* // Status: "STRING_VALUE",
|
|
53
|
+
* // PubliclyAccessible: true || false,
|
|
54
|
+
* // Endpoint: "STRING_VALUE",
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
57
|
+
* ```
|
|
58
|
+
*
|
|
59
|
+
* @param CreateDBShardGroupCommandInput - {@link CreateDBShardGroupCommandInput}
|
|
60
|
+
* @returns {@link CreateDBShardGroupCommandOutput}
|
|
61
|
+
* @see {@link CreateDBShardGroupCommandInput} for command's `input` shape.
|
|
62
|
+
* @see {@link CreateDBShardGroupCommandOutput} for command's `response` shape.
|
|
63
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
66
|
+
* <p>
|
|
67
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link DBShardGroupAlreadyExistsFault} (client fault)
|
|
70
|
+
* <p>The specified DB shard group name must be unique in your Amazon Web Services account in the specified Amazon Web Services Region.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
73
|
+
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link InvalidMaxAcuFault} (client fault)
|
|
76
|
+
* <p>The maximum capacity of the DB shard group must be 48-7168 Aurora capacity units (ACUs).</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link InvalidVPCNetworkStateFault} (client fault)
|
|
79
|
+
* <p>The DB subnet group doesn't cover all Availability Zones after it's
|
|
80
|
+
* created because of users' change.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link MaxDBShardGroupLimitReached} (client fault)
|
|
83
|
+
* <p>The maximum number of DB shard groups for your Amazon Web Services account in the specified Amazon Web Services Region has been reached.</p>
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link UnsupportedDBEngineVersionFault} (client fault)
|
|
86
|
+
* <p>The specified DB engine version isn't supported for Aurora Limitless Database.</p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link RDSServiceException}
|
|
89
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
90
|
+
*
|
|
91
|
+
*/
|
|
92
|
+
export declare class CreateDBShardGroupCommand extends CreateDBShardGroupCommand_base {
|
|
93
|
+
}
|
|
@@ -224,6 +224,10 @@ declare const DeleteDBClusterCommand_base: {
|
|
|
224
224
|
* // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
|
|
225
225
|
* // LocalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "requested",
|
|
226
226
|
* // AwsBackupRecoveryPointArn: "STRING_VALUE",
|
|
227
|
+
* // LimitlessDatabase: { // LimitlessDatabase
|
|
228
|
+
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
|
|
229
|
+
* // MinRequiredACU: Number("double"),
|
|
230
|
+
* // },
|
|
227
231
|
* // },
|
|
228
232
|
* // };
|
|
229
233
|
*
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DBShardGroup, DeleteDBShardGroupMessage } from "../models/models_0";
|
|
4
|
+
import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export { __MetadataBearer, $Command };
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*
|
|
12
|
+
* The input for {@link DeleteDBShardGroupCommand}.
|
|
13
|
+
*/
|
|
14
|
+
export interface DeleteDBShardGroupCommandInput extends DeleteDBShardGroupMessage {
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
*
|
|
19
|
+
* The output of {@link DeleteDBShardGroupCommand}.
|
|
20
|
+
*/
|
|
21
|
+
export interface DeleteDBShardGroupCommandOutput extends DBShardGroup, __MetadataBearer {
|
|
22
|
+
}
|
|
23
|
+
declare const DeleteDBShardGroupCommand_base: {
|
|
24
|
+
new (input: DeleteDBShardGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDBShardGroupCommandInput, DeleteDBShardGroupCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
* <p>Deletes an Aurora Limitless Database DB shard group.</p>
|
|
30
|
+
* @example
|
|
31
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
+
* ```javascript
|
|
33
|
+
* import { RDSClient, DeleteDBShardGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
34
|
+
* // const { RDSClient, DeleteDBShardGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
35
|
+
* const client = new RDSClient(config);
|
|
36
|
+
* const input = { // DeleteDBShardGroupMessage
|
|
37
|
+
* DBShardGroupIdentifier: "STRING_VALUE", // required
|
|
38
|
+
* };
|
|
39
|
+
* const command = new DeleteDBShardGroupCommand(input);
|
|
40
|
+
* const response = await client.send(command);
|
|
41
|
+
* // { // DBShardGroup
|
|
42
|
+
* // DBShardGroupResourceId: "STRING_VALUE",
|
|
43
|
+
* // DBShardGroupIdentifier: "STRING_VALUE",
|
|
44
|
+
* // DBClusterIdentifier: "STRING_VALUE",
|
|
45
|
+
* // MaxACU: Number("double"),
|
|
46
|
+
* // ComputeRedundancy: Number("int"),
|
|
47
|
+
* // Status: "STRING_VALUE",
|
|
48
|
+
* // PubliclyAccessible: true || false,
|
|
49
|
+
* // Endpoint: "STRING_VALUE",
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
52
|
+
* ```
|
|
53
|
+
*
|
|
54
|
+
* @param DeleteDBShardGroupCommandInput - {@link DeleteDBShardGroupCommandInput}
|
|
55
|
+
* @returns {@link DeleteDBShardGroupCommandOutput}
|
|
56
|
+
* @see {@link DeleteDBShardGroupCommandInput} for command's `input` shape.
|
|
57
|
+
* @see {@link DeleteDBShardGroupCommandOutput} for command's `response` shape.
|
|
58
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link DBShardGroupNotFoundFault} (client fault)
|
|
61
|
+
* <p>The specified DB shard group name wasn't found.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
64
|
+
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link InvalidDBShardGroupStateFault} (client fault)
|
|
67
|
+
* <p>The DB shard group must be in the available state.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link RDSServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
71
|
+
*
|
|
72
|
+
*/
|
|
73
|
+
export declare class DeleteDBShardGroupCommand extends DeleteDBShardGroupCommand_base {
|
|
74
|
+
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteTenantDatabaseMessage
|
|
3
|
+
import { DeleteTenantDatabaseMessage } from "../models/models_0";
|
|
4
|
+
import { DeleteTenantDatabaseResult } from "../models/models_1";
|
|
4
5
|
import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeregisterDBProxyTargetsRequest, DeregisterDBProxyTargetsResponse } from "../models/
|
|
3
|
+
import { DeregisterDBProxyTargetsRequest, DeregisterDBProxyTargetsResponse } from "../models/models_1";
|
|
4
4
|
import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { AccountAttributesMessage
|
|
3
|
+
import { AccountAttributesMessage } from "../models/models_0";
|
|
4
|
+
import { DescribeAccountAttributesMessage } from "../models/models_1";
|
|
4
5
|
import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DescribeBlueGreenDeploymentsRequest, DescribeBlueGreenDeploymentsResponse } from "../models/
|
|
3
|
+
import { DescribeBlueGreenDeploymentsRequest, DescribeBlueGreenDeploymentsResponse } from "../models/models_1";
|
|
4
4
|
import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CertificateMessage, DescribeCertificatesMessage } from "../models/
|
|
3
|
+
import { CertificateMessage, DescribeCertificatesMessage } from "../models/models_1";
|
|
4
4
|
import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -231,6 +231,10 @@ declare const DescribeDBClustersCommand_base: {
|
|
|
231
231
|
* // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
|
|
232
232
|
* // LocalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "requested",
|
|
233
233
|
* // AwsBackupRecoveryPointArn: "STRING_VALUE",
|
|
234
|
+
* // LimitlessDatabase: { // LimitlessDatabase
|
|
235
|
+
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
|
|
236
|
+
* // MinRequiredACU: Number("double"),
|
|
237
|
+
* // },
|
|
234
238
|
* // },
|
|
235
239
|
* // ],
|
|
236
240
|
* // };
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DescribeDBShardGroupsMessage, DescribeDBShardGroupsResponse } from "../models/models_1";
|
|
4
|
+
import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export { __MetadataBearer, $Command };
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*
|
|
12
|
+
* The input for {@link DescribeDBShardGroupsCommand}.
|
|
13
|
+
*/
|
|
14
|
+
export interface DescribeDBShardGroupsCommandInput extends DescribeDBShardGroupsMessage {
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
*
|
|
19
|
+
* The output of {@link DescribeDBShardGroupsCommand}.
|
|
20
|
+
*/
|
|
21
|
+
export interface DescribeDBShardGroupsCommandOutput extends DescribeDBShardGroupsResponse, __MetadataBearer {
|
|
22
|
+
}
|
|
23
|
+
declare const DescribeDBShardGroupsCommand_base: {
|
|
24
|
+
new (input: DescribeDBShardGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDBShardGroupsCommandInput, DescribeDBShardGroupsCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
* <p>Describes existing Aurora Limitless Database DB shard groups.</p>
|
|
30
|
+
* @example
|
|
31
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
+
* ```javascript
|
|
33
|
+
* import { RDSClient, DescribeDBShardGroupsCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
34
|
+
* // const { RDSClient, DescribeDBShardGroupsCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
35
|
+
* const client = new RDSClient(config);
|
|
36
|
+
* const input = { // DescribeDBShardGroupsMessage
|
|
37
|
+
* DBShardGroupIdentifier: "STRING_VALUE",
|
|
38
|
+
* Filters: [ // FilterList
|
|
39
|
+
* { // Filter
|
|
40
|
+
* Name: "STRING_VALUE", // required
|
|
41
|
+
* Values: [ // FilterValueList // required
|
|
42
|
+
* "STRING_VALUE",
|
|
43
|
+
* ],
|
|
44
|
+
* },
|
|
45
|
+
* ],
|
|
46
|
+
* Marker: "STRING_VALUE",
|
|
47
|
+
* MaxRecords: Number("int"),
|
|
48
|
+
* };
|
|
49
|
+
* const command = new DescribeDBShardGroupsCommand(input);
|
|
50
|
+
* const response = await client.send(command);
|
|
51
|
+
* // { // DescribeDBShardGroupsResponse
|
|
52
|
+
* // DBShardGroups: [ // DBShardGroupsList
|
|
53
|
+
* // { // DBShardGroup
|
|
54
|
+
* // DBShardGroupResourceId: "STRING_VALUE",
|
|
55
|
+
* // DBShardGroupIdentifier: "STRING_VALUE",
|
|
56
|
+
* // DBClusterIdentifier: "STRING_VALUE",
|
|
57
|
+
* // MaxACU: Number("double"),
|
|
58
|
+
* // ComputeRedundancy: Number("int"),
|
|
59
|
+
* // Status: "STRING_VALUE",
|
|
60
|
+
* // PubliclyAccessible: true || false,
|
|
61
|
+
* // Endpoint: "STRING_VALUE",
|
|
62
|
+
* // },
|
|
63
|
+
* // ],
|
|
64
|
+
* // Marker: "STRING_VALUE",
|
|
65
|
+
* // };
|
|
66
|
+
*
|
|
67
|
+
* ```
|
|
68
|
+
*
|
|
69
|
+
* @param DescribeDBShardGroupsCommandInput - {@link DescribeDBShardGroupsCommandInput}
|
|
70
|
+
* @returns {@link DescribeDBShardGroupsCommandOutput}
|
|
71
|
+
* @see {@link DescribeDBShardGroupsCommandInput} for command's `input` shape.
|
|
72
|
+
* @see {@link DescribeDBShardGroupsCommandOutput} for command's `response` shape.
|
|
73
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
76
|
+
* <p>
|
|
77
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link DBShardGroupNotFoundFault} (client fault)
|
|
80
|
+
* <p>The specified DB shard group name wasn't found.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link RDSServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
84
|
+
*
|
|
85
|
+
*/
|
|
86
|
+
export declare class DescribeDBShardGroupsCommand extends DescribeDBShardGroupsCommand_base {
|
|
87
|
+
}
|
|
@@ -29,8 +29,10 @@ declare const FailoverDBClusterCommand_base: {
|
|
|
29
29
|
* <p>Forces a failover for a DB cluster.</p>
|
|
30
30
|
* <p>For an Aurora DB cluster, failover for a DB cluster promotes one of the Aurora Replicas (read-only instances)
|
|
31
31
|
* in the DB cluster to be the primary DB instance (the cluster writer).</p>
|
|
32
|
-
* <p>For a Multi-AZ DB cluster,
|
|
33
|
-
*
|
|
32
|
+
* <p>For a Multi-AZ DB cluster, after RDS terminates the primary DB instance, the
|
|
33
|
+
* internal monitoring system detects that the primary DB instance is unhealthy and promotes a readable standby (read-only instances)
|
|
34
|
+
* in the DB cluster to be the primary DB instance (the cluster writer).
|
|
35
|
+
* Failover times are typically less than 35 seconds.</p>
|
|
34
36
|
* <p>An Amazon Aurora DB cluster automatically fails over to an Aurora Replica, if one exists,
|
|
35
37
|
* when the primary DB instance fails. A Multi-AZ DB cluster automatically fails over to a readable standby
|
|
36
38
|
* DB instance when the primary DB instance fails.</p>
|
|
@@ -228,6 +230,10 @@ declare const FailoverDBClusterCommand_base: {
|
|
|
228
230
|
* // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
|
|
229
231
|
* // LocalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "requested",
|
|
230
232
|
* // AwsBackupRecoveryPointArn: "STRING_VALUE",
|
|
233
|
+
* // LimitlessDatabase: { // LimitlessDatabase
|
|
234
|
+
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
|
|
235
|
+
* // MinRequiredACU: Number("double"),
|
|
236
|
+
* // },
|
|
231
237
|
* // },
|
|
232
238
|
* // };
|
|
233
239
|
*
|
|
@@ -104,6 +104,7 @@ declare const ModifyDBClusterCommand_base: {
|
|
|
104
104
|
* AllowEngineModeChange: true || false,
|
|
105
105
|
* EnableLocalWriteForwarding: true || false,
|
|
106
106
|
* AwsBackupRecoveryPointArn: "STRING_VALUE",
|
|
107
|
+
* EnableLimitlessDatabase: true || false,
|
|
107
108
|
* };
|
|
108
109
|
* const command = new ModifyDBClusterCommand(input);
|
|
109
110
|
* const response = await client.send(command);
|
|
@@ -280,6 +281,10 @@ declare const ModifyDBClusterCommand_base: {
|
|
|
280
281
|
* // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
|
|
281
282
|
* // LocalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "requested",
|
|
282
283
|
* // AwsBackupRecoveryPointArn: "STRING_VALUE",
|
|
284
|
+
* // LimitlessDatabase: { // LimitlessDatabase
|
|
285
|
+
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
|
|
286
|
+
* // MinRequiredACU: Number("double"),
|
|
287
|
+
* // },
|
|
283
288
|
* // },
|
|
284
289
|
* // };
|
|
285
290
|
*
|