@aws-sdk/client-rds 3.776.0 → 3.777.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/dist-types/commands/AddRoleToDBClusterCommand.d.ts +8 -5
- package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +9 -6
- package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +16 -16
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +10 -7
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +13 -13
- package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +6 -6
- package/dist-types/commands/BacktrackDBClusterCommand.d.ts +1 -0
- package/dist-types/commands/CancelExportTaskCommand.d.ts +14 -14
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +11 -11
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +26 -26
- package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +11 -11
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +31 -31
- package/dist-types/commands/CopyOptionGroupCommand.d.ts +14 -14
- package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +1 -127
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +1 -0
- package/dist-types/commands/CreateDBClusterCommand.d.ts +83 -84
- package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +17 -17
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +11 -11
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +25 -25
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +72 -72
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +11 -11
- package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +11 -11
- package/dist-types/commands/CreateDBProxyCommand.d.ts +1 -0
- package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +1 -0
- package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +6 -6
- package/dist-types/commands/CreateDBShardGroupCommand.d.ts +1 -0
- package/dist-types/commands/CreateDBSnapshotCommand.d.ts +29 -29
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +25 -25
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +17 -17
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +15 -15
- package/dist-types/commands/CreateIntegrationCommand.d.ts +14 -14
- package/dist-types/commands/CreateOptionGroupCommand.d.ts +15 -15
- package/dist-types/commands/CreateTenantDatabaseCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBlueGreenDeploymentCommand.d.ts +1 -140
- package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +14 -14
- package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +14 -14
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +7 -4
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +24 -24
- package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +26 -26
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +9 -9
- package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +7 -4
- package/dist-types/commands/DeleteDBProxyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +7 -4
- package/dist-types/commands/DeleteDBShardGroupCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +29 -29
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +7 -4
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +15 -15
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +14 -14
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +12 -12
- package/dist-types/commands/DeleteOptionGroupCommand.d.ts +7 -4
- package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +1 -0
- package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +50 -50
- package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +1 -215
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -52
- package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +17 -17
- package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +28 -29
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +25 -25
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +24 -24
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +9 -9
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +43 -43
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +64 -64
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +21 -21
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +26 -26
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +14 -14
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +23 -23
- package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +21 -21
- package/dist-types/commands/DescribeDBParametersCommand.d.ts +21 -21
- package/dist-types/commands/DescribeDBProxiesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBRecommendationsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +7 -4
- package/dist-types/commands/DescribeDBShardGroupsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +9 -9
- package/dist-types/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +27 -27
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +27 -27
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +13 -13
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +13 -13
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +18 -18
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +14 -14
- package/dist-types/commands/DescribeEventsCommand.d.ts +18 -18
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +27 -27
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +14 -14
- package/dist-types/commands/DescribeIntegrationsCommand.d.ts +13 -13
- package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +31 -31
- package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +13 -13
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +21 -21
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +9 -9
- package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +23 -23
- package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +17 -17
- package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +89 -89
- package/dist-types/commands/DescribeTenantDatabasesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +14 -14
- package/dist-types/commands/DisableHttpEndpointCommand.d.ts +1 -0
- package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +8 -5
- package/dist-types/commands/EnableHttpEndpointCommand.d.ts +1 -0
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +6 -6
- package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +9 -9
- package/dist-types/commands/ModifyActivityStreamCommand.d.ts +1 -0
- package/dist-types/commands/ModifyCertificatesCommand.d.ts +13 -13
- package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +10 -10
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +1 -0
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +50 -50
- package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +15 -15
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +12 -12
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +11 -11
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +31 -31
- package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +9 -9
- package/dist-types/commands/ModifyDBProxyCommand.d.ts +1 -0
- package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +1 -0
- package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +1 -0
- package/dist-types/commands/ModifyDBRecommendationCommand.d.ts +1 -0
- package/dist-types/commands/ModifyDBShardGroupCommand.d.ts +1 -0
- package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +20 -21
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +28 -28
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +29 -29
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +15 -15
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +15 -15
- package/dist-types/commands/ModifyIntegrationCommand.d.ts +14 -14
- package/dist-types/commands/ModifyOptionGroupCommand.d.ts +9 -9
- package/dist-types/commands/ModifyTenantDatabaseCommand.d.ts +1 -0
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +9 -9
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +1 -0
- package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +23 -23
- package/dist-types/commands/RebootDBClusterCommand.d.ts +1 -0
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +14 -14
- package/dist-types/commands/RebootDBShardGroupCommand.d.ts +1 -0
- package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +1 -0
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +22 -22
- package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +8 -5
- package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +1 -0
- package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +16 -16
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +8 -5
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +6 -6
- package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +6 -6
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +47 -47
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +44 -44
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +44 -44
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +23 -23
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +1 -0
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +62 -62
- package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +6 -6
- package/dist-types/commands/StartActivityStreamCommand.d.ts +12 -12
- package/dist-types/commands/StartDBClusterCommand.d.ts +10 -10
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +25 -25
- package/dist-types/commands/StartDBInstanceCommand.d.ts +6 -6
- package/dist-types/commands/StartExportTaskCommand.d.ts +17 -17
- package/dist-types/commands/StopActivityStreamCommand.d.ts +8 -8
- package/dist-types/commands/StopDBClusterCommand.d.ts +10 -10
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +26 -26
- package/dist-types/commands/StopDBInstanceCommand.d.ts +6 -6
- package/dist-types/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +1 -138
- package/dist-types/commands/SwitchoverGlobalClusterCommand.d.ts +1 -0
- package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -79,150 +79,150 @@ declare const DescribeSourceRegionsCommand_base: {
|
|
|
79
79
|
* @throws {@link RDSServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
81
81
|
*
|
|
82
|
-
*
|
|
82
|
+
*
|
|
83
83
|
* @example To describe source Regions
|
|
84
84
|
* ```javascript
|
|
85
85
|
* // The following example retrieves details about all source AWS Regions where the current AWS Region can create a read replica, copy a DB snapshot from, or replicate automated backups from. It also shows that automated backups can be replicated only from US West (Oregon) to the destination AWS Region, US East (N. Virginia).
|
|
86
86
|
* const input = {
|
|
87
|
-
*
|
|
87
|
+
* RegionName: "us-east-1"
|
|
88
88
|
* };
|
|
89
89
|
* const command = new DescribeSourceRegionsCommand(input);
|
|
90
90
|
* const response = await client.send(command);
|
|
91
|
-
* /* response
|
|
91
|
+
* /* response is
|
|
92
92
|
* {
|
|
93
|
-
*
|
|
93
|
+
* SourceRegions: [
|
|
94
94
|
* {
|
|
95
|
-
*
|
|
96
|
-
*
|
|
97
|
-
*
|
|
98
|
-
*
|
|
95
|
+
* Endpoint: "https://rds.af-south-1.amazonaws.com",
|
|
96
|
+
* RegionName: "af-south-1",
|
|
97
|
+
* Status: "available",
|
|
98
|
+
* SupportsDBInstanceAutomatedBackupsReplication: false
|
|
99
99
|
* },
|
|
100
100
|
* {
|
|
101
|
-
*
|
|
102
|
-
*
|
|
103
|
-
*
|
|
104
|
-
*
|
|
101
|
+
* Endpoint: "https://rds.ap-east-1.amazonaws.com",
|
|
102
|
+
* RegionName: "ap-east-1",
|
|
103
|
+
* Status: "available",
|
|
104
|
+
* SupportsDBInstanceAutomatedBackupsReplication: false
|
|
105
105
|
* },
|
|
106
106
|
* {
|
|
107
|
-
*
|
|
108
|
-
*
|
|
109
|
-
*
|
|
110
|
-
*
|
|
107
|
+
* Endpoint: "https://rds.ap-northeast-1.amazonaws.com",
|
|
108
|
+
* RegionName: "ap-northeast-1",
|
|
109
|
+
* Status: "available",
|
|
110
|
+
* SupportsDBInstanceAutomatedBackupsReplication: true
|
|
111
111
|
* },
|
|
112
112
|
* {
|
|
113
|
-
*
|
|
114
|
-
*
|
|
115
|
-
*
|
|
116
|
-
*
|
|
113
|
+
* Endpoint: "https://rds.ap-northeast-2.amazonaws.com",
|
|
114
|
+
* RegionName: "ap-northeast-2",
|
|
115
|
+
* Status: "available",
|
|
116
|
+
* SupportsDBInstanceAutomatedBackupsReplication: true
|
|
117
117
|
* },
|
|
118
118
|
* {
|
|
119
|
-
*
|
|
120
|
-
*
|
|
121
|
-
*
|
|
122
|
-
*
|
|
119
|
+
* Endpoint: "https://rds.ap-northeast-3.amazonaws.com",
|
|
120
|
+
* RegionName: "ap-northeast-3",
|
|
121
|
+
* Status: "available",
|
|
122
|
+
* SupportsDBInstanceAutomatedBackupsReplication: false
|
|
123
123
|
* },
|
|
124
124
|
* {
|
|
125
|
-
*
|
|
126
|
-
*
|
|
127
|
-
*
|
|
128
|
-
*
|
|
125
|
+
* Endpoint: "https://rds.ap-south-1.amazonaws.com",
|
|
126
|
+
* RegionName: "ap-south-1",
|
|
127
|
+
* Status: "available",
|
|
128
|
+
* SupportsDBInstanceAutomatedBackupsReplication: true
|
|
129
129
|
* },
|
|
130
130
|
* {
|
|
131
|
-
*
|
|
132
|
-
*
|
|
133
|
-
*
|
|
134
|
-
*
|
|
131
|
+
* Endpoint: "https://rds.ap-southeast-1.amazonaws.com",
|
|
132
|
+
* RegionName: "ap-southeast-1",
|
|
133
|
+
* Status: "available",
|
|
134
|
+
* SupportsDBInstanceAutomatedBackupsReplication: true
|
|
135
135
|
* },
|
|
136
136
|
* {
|
|
137
|
-
*
|
|
138
|
-
*
|
|
139
|
-
*
|
|
140
|
-
*
|
|
137
|
+
* Endpoint: "https://rds.ap-southeast-2.amazonaws.com",
|
|
138
|
+
* RegionName: "ap-southeast-2",
|
|
139
|
+
* Status: "available",
|
|
140
|
+
* SupportsDBInstanceAutomatedBackupsReplication: true
|
|
141
141
|
* },
|
|
142
142
|
* {
|
|
143
|
-
*
|
|
144
|
-
*
|
|
145
|
-
*
|
|
146
|
-
*
|
|
143
|
+
* Endpoint: "https://rds.ap-southeast-3.amazonaws.com",
|
|
144
|
+
* RegionName: "ap-southeast-3",
|
|
145
|
+
* Status: "available",
|
|
146
|
+
* SupportsDBInstanceAutomatedBackupsReplication: false
|
|
147
147
|
* },
|
|
148
148
|
* {
|
|
149
|
-
*
|
|
150
|
-
*
|
|
151
|
-
*
|
|
152
|
-
*
|
|
149
|
+
* Endpoint: "https://rds.ca-central-1.amazonaws.com",
|
|
150
|
+
* RegionName: "ca-central-1",
|
|
151
|
+
* Status: "available",
|
|
152
|
+
* SupportsDBInstanceAutomatedBackupsReplication: true
|
|
153
153
|
* },
|
|
154
154
|
* {
|
|
155
|
-
*
|
|
156
|
-
*
|
|
157
|
-
*
|
|
158
|
-
*
|
|
155
|
+
* Endpoint: "https://rds.eu-north-1.amazonaws.com",
|
|
156
|
+
* RegionName: "eu-north-1",
|
|
157
|
+
* Status: "available",
|
|
158
|
+
* SupportsDBInstanceAutomatedBackupsReplication: true
|
|
159
159
|
* },
|
|
160
160
|
* {
|
|
161
|
-
*
|
|
162
|
-
*
|
|
163
|
-
*
|
|
164
|
-
*
|
|
161
|
+
* Endpoint: "https://rds.eu-south-1.amazonaws.com",
|
|
162
|
+
* RegionName: "eu-south-1",
|
|
163
|
+
* Status: "available",
|
|
164
|
+
* SupportsDBInstanceAutomatedBackupsReplication: false
|
|
165
165
|
* },
|
|
166
166
|
* {
|
|
167
|
-
*
|
|
168
|
-
*
|
|
169
|
-
*
|
|
170
|
-
*
|
|
167
|
+
* Endpoint: "https://rds.eu-west-1.amazonaws.com",
|
|
168
|
+
* RegionName: "eu-west-1",
|
|
169
|
+
* Status: "available",
|
|
170
|
+
* SupportsDBInstanceAutomatedBackupsReplication: true
|
|
171
171
|
* },
|
|
172
172
|
* {
|
|
173
|
-
*
|
|
174
|
-
*
|
|
175
|
-
*
|
|
176
|
-
*
|
|
173
|
+
* Endpoint: "https://rds.eu-west-2.amazonaws.com",
|
|
174
|
+
* RegionName: "eu-west-2",
|
|
175
|
+
* Status: "available",
|
|
176
|
+
* SupportsDBInstanceAutomatedBackupsReplication: true
|
|
177
177
|
* },
|
|
178
178
|
* {
|
|
179
|
-
*
|
|
180
|
-
*
|
|
181
|
-
*
|
|
182
|
-
*
|
|
179
|
+
* Endpoint: "https://rds.eu-west-3.amazonaws.com",
|
|
180
|
+
* RegionName: "eu-west-3",
|
|
181
|
+
* Status: "available",
|
|
182
|
+
* SupportsDBInstanceAutomatedBackupsReplication: true
|
|
183
183
|
* },
|
|
184
184
|
* {
|
|
185
|
-
*
|
|
186
|
-
*
|
|
187
|
-
*
|
|
188
|
-
*
|
|
185
|
+
* Endpoint: "https://rds.me-central-1.amazonaws.com",
|
|
186
|
+
* RegionName: "me-central-1",
|
|
187
|
+
* Status: "available",
|
|
188
|
+
* SupportsDBInstanceAutomatedBackupsReplication: false
|
|
189
189
|
* },
|
|
190
190
|
* {
|
|
191
|
-
*
|
|
192
|
-
*
|
|
193
|
-
*
|
|
194
|
-
*
|
|
191
|
+
* Endpoint: "https://rds.me-south-1.amazonaws.com",
|
|
192
|
+
* RegionName: "me-south-1",
|
|
193
|
+
* Status: "available",
|
|
194
|
+
* SupportsDBInstanceAutomatedBackupsReplication: false
|
|
195
195
|
* },
|
|
196
196
|
* {
|
|
197
|
-
*
|
|
198
|
-
*
|
|
199
|
-
*
|
|
200
|
-
*
|
|
197
|
+
* Endpoint: "https://rds.sa-east-1.amazonaws.com",
|
|
198
|
+
* RegionName: "sa-east-1",
|
|
199
|
+
* Status: "available",
|
|
200
|
+
* SupportsDBInstanceAutomatedBackupsReplication: true
|
|
201
201
|
* },
|
|
202
202
|
* {
|
|
203
|
-
*
|
|
204
|
-
*
|
|
205
|
-
*
|
|
206
|
-
*
|
|
203
|
+
* Endpoint: "https://rds.us-east-2.amazonaws.com",
|
|
204
|
+
* RegionName: "us-east-2",
|
|
205
|
+
* Status: "available",
|
|
206
|
+
* SupportsDBInstanceAutomatedBackupsReplication: true
|
|
207
207
|
* },
|
|
208
208
|
* {
|
|
209
|
-
*
|
|
210
|
-
*
|
|
211
|
-
*
|
|
212
|
-
*
|
|
209
|
+
* Endpoint: "https://rds.us-west-1.amazonaws.com",
|
|
210
|
+
* RegionName: "us-west-1",
|
|
211
|
+
* Status: "available",
|
|
212
|
+
* SupportsDBInstanceAutomatedBackupsReplication: true
|
|
213
213
|
* },
|
|
214
214
|
* {
|
|
215
|
-
*
|
|
216
|
-
*
|
|
217
|
-
*
|
|
218
|
-
*
|
|
215
|
+
* Endpoint: "https://rds.us-west-2.amazonaws.com",
|
|
216
|
+
* RegionName: "us-west-2",
|
|
217
|
+
* Status: "available",
|
|
218
|
+
* SupportsDBInstanceAutomatedBackupsReplication: true
|
|
219
219
|
* }
|
|
220
220
|
* ]
|
|
221
221
|
* }
|
|
222
222
|
* *\/
|
|
223
|
-
* // example id: to-describe-source-regions-1680283924227
|
|
224
223
|
* ```
|
|
225
224
|
*
|
|
225
|
+
* @public
|
|
226
226
|
*/
|
|
227
227
|
export declare class DescribeSourceRegionsCommand extends DescribeSourceRegionsCommand_base {
|
|
228
228
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -95,6 +95,7 @@ declare const DescribeTenantDatabasesCommand_base: {
|
|
|
95
95
|
* @throws {@link RDSServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class DescribeTenantDatabasesCommand extends DescribeTenantDatabasesCommand_base {
|
|
@@ -111,41 +111,41 @@ declare const DescribeValidDBInstanceModificationsCommand_base: {
|
|
|
111
111
|
* @throws {@link RDSServiceException}
|
|
112
112
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
113
113
|
*
|
|
114
|
-
*
|
|
114
|
+
*
|
|
115
115
|
* @example To describe valid modifications for a DB instance
|
|
116
116
|
* ```javascript
|
|
117
117
|
* // The following example retrieves details about the valid modifications for the specified DB instance.
|
|
118
118
|
* const input = {
|
|
119
|
-
*
|
|
119
|
+
* DBInstanceIdentifier: "database-test1"
|
|
120
120
|
* };
|
|
121
121
|
* const command = new DescribeValidDBInstanceModificationsCommand(input);
|
|
122
122
|
* const response = await client.send(command);
|
|
123
|
-
* /* response
|
|
123
|
+
* /* response is
|
|
124
124
|
* {
|
|
125
|
-
*
|
|
126
|
-
*
|
|
125
|
+
* ValidDBInstanceModificationsMessage: {
|
|
126
|
+
* Storage: [
|
|
127
127
|
* {
|
|
128
|
-
*
|
|
128
|
+
* StorageSize: [
|
|
129
129
|
* {
|
|
130
|
-
*
|
|
131
|
-
*
|
|
132
|
-
*
|
|
130
|
+
* From: 20,
|
|
131
|
+
* Step: 1,
|
|
132
|
+
* To: 20
|
|
133
133
|
* },
|
|
134
134
|
* {
|
|
135
|
-
*
|
|
136
|
-
*
|
|
137
|
-
*
|
|
135
|
+
* From: 22,
|
|
136
|
+
* Step: 1,
|
|
137
|
+
* To: 6144
|
|
138
138
|
* }
|
|
139
139
|
* ],
|
|
140
|
-
*
|
|
140
|
+
* StorageType: "gp2"
|
|
141
141
|
* }
|
|
142
142
|
* ]
|
|
143
143
|
* }
|
|
144
144
|
* }
|
|
145
145
|
* *\/
|
|
146
|
-
* // example id: to-describe-valid-modifications-for-a-db-instance-1680284230997
|
|
147
146
|
* ```
|
|
148
147
|
*
|
|
148
|
+
* @public
|
|
149
149
|
*/
|
|
150
150
|
export declare class DescribeValidDBInstanceModificationsCommand extends DescribeValidDBInstanceModificationsCommand_base {
|
|
151
151
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -67,6 +67,7 @@ declare const DisableHttpEndpointCommand_base: {
|
|
|
67
67
|
* @throws {@link RDSServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class DisableHttpEndpointCommand extends DisableHttpEndpointCommand_base {
|
|
@@ -71,19 +71,22 @@ declare const DownloadDBLogFilePortionCommand_base: {
|
|
|
71
71
|
* @throws {@link RDSServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
73
73
|
*
|
|
74
|
-
*
|
|
74
|
+
*
|
|
75
75
|
* @example To download a DB log file
|
|
76
76
|
* ```javascript
|
|
77
77
|
* // The following example downloads only the latest part of your log file.
|
|
78
78
|
* const input = {
|
|
79
|
-
*
|
|
80
|
-
*
|
|
79
|
+
* DBInstanceIdentifier: "test-instance",
|
|
80
|
+
* LogFileName: "log.txt"
|
|
81
81
|
* };
|
|
82
82
|
* const command = new DownloadDBLogFilePortionCommand(input);
|
|
83
|
-
* await client.send(command);
|
|
84
|
-
*
|
|
83
|
+
* const response = await client.send(command);
|
|
84
|
+
* /* response is
|
|
85
|
+
* { /* empty *\/ }
|
|
86
|
+
* *\/
|
|
85
87
|
* ```
|
|
86
88
|
*
|
|
89
|
+
* @public
|
|
87
90
|
*/
|
|
88
91
|
export declare class DownloadDBLogFilePortionCommand extends DownloadDBLogFilePortionCommand_base {
|
|
89
92
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -71,6 +71,7 @@ declare const EnableHttpEndpointCommand_base: {
|
|
|
71
71
|
* @throws {@link RDSServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class EnableHttpEndpointCommand extends EnableHttpEndpointCommand_base {
|
|
@@ -272,24 +272,24 @@ declare const FailoverDBClusterCommand_base: {
|
|
|
272
272
|
* @throws {@link RDSServiceException}
|
|
273
273
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
274
274
|
*
|
|
275
|
-
*
|
|
275
|
+
*
|
|
276
276
|
* @example To perform a failover for a DB cluster
|
|
277
277
|
* ```javascript
|
|
278
278
|
* // This example performs a failover for the specified DB cluster to the specified DB instance.
|
|
279
279
|
* const input = {
|
|
280
|
-
*
|
|
281
|
-
*
|
|
280
|
+
* DBClusterIdentifier: "myaurorainstance-cluster",
|
|
281
|
+
* TargetDBInstanceIdentifier: "myaurorareplica"
|
|
282
282
|
* };
|
|
283
283
|
* const command = new FailoverDBClusterCommand(input);
|
|
284
284
|
* const response = await client.send(command);
|
|
285
|
-
* /* response
|
|
285
|
+
* /* response is
|
|
286
286
|
* {
|
|
287
|
-
*
|
|
287
|
+
* DBCluster: { /* empty *\/ }
|
|
288
288
|
* }
|
|
289
289
|
* *\/
|
|
290
|
-
* // example id: failover-db-cluster-9e7f2f93-d98c-42c7-bb0e-d6c485c096d6
|
|
291
290
|
* ```
|
|
292
291
|
*
|
|
292
|
+
* @public
|
|
293
293
|
*/
|
|
294
294
|
export declare class FailoverDBClusterCommand extends FailoverDBClusterCommand_base {
|
|
295
295
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -140,6 +140,7 @@ declare const FailoverGlobalClusterCommand_base: {
|
|
|
140
140
|
* @throws {@link RDSServiceException}
|
|
141
141
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
142
142
|
*
|
|
143
|
+
*
|
|
143
144
|
* @public
|
|
144
145
|
*/
|
|
145
146
|
export declare class FailoverGlobalClusterCommand extends FailoverGlobalClusterCommand_base {
|
|
@@ -101,32 +101,32 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
101
101
|
* @throws {@link RDSServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
103
103
|
*
|
|
104
|
-
*
|
|
104
|
+
*
|
|
105
105
|
* @example To list tags on an Amazon RDS resource
|
|
106
106
|
* ```javascript
|
|
107
107
|
* // The following example lists all tags on a DB instance.
|
|
108
108
|
* const input = {
|
|
109
|
-
*
|
|
109
|
+
* ResourceName: "arn:aws:rds:us-east-1:123456789012:db:orcl1"
|
|
110
110
|
* };
|
|
111
111
|
* const command = new ListTagsForResourceCommand(input);
|
|
112
112
|
* const response = await client.send(command);
|
|
113
|
-
* /* response
|
|
113
|
+
* /* response is
|
|
114
114
|
* {
|
|
115
|
-
*
|
|
115
|
+
* TagList: [
|
|
116
116
|
* {
|
|
117
|
-
*
|
|
118
|
-
*
|
|
117
|
+
* Key: "Environment",
|
|
118
|
+
* Value: "test"
|
|
119
119
|
* },
|
|
120
120
|
* {
|
|
121
|
-
*
|
|
122
|
-
*
|
|
121
|
+
* Key: "Name",
|
|
122
|
+
* Value: "MyDatabase"
|
|
123
123
|
* }
|
|
124
124
|
* ]
|
|
125
125
|
* }
|
|
126
126
|
* *\/
|
|
127
|
-
* // example id: to-list-tags-on-an-amazon-rds-resource-1680285113240
|
|
128
127
|
* ```
|
|
129
128
|
*
|
|
129
|
+
* @public
|
|
130
130
|
*/
|
|
131
131
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
132
132
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -74,6 +74,7 @@ declare const ModifyActivityStreamCommand_base: {
|
|
|
74
74
|
* @throws {@link RDSServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class ModifyActivityStreamCommand extends ModifyActivityStreamCommand_base {
|
|
@@ -93,32 +93,32 @@ declare const ModifyCertificatesCommand_base: {
|
|
|
93
93
|
* @throws {@link RDSServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
95
95
|
*
|
|
96
|
-
*
|
|
96
|
+
*
|
|
97
97
|
* @example To temporarily override the system-default SSL/TLS certificate for new DB instances
|
|
98
98
|
* ```javascript
|
|
99
99
|
* // The following example temporarily overrides the system-default SSL/TLS certificate for new DB instances.
|
|
100
100
|
* const input = {
|
|
101
|
-
*
|
|
101
|
+
* CertificateIdentifier: "rds-ca-2019"
|
|
102
102
|
* };
|
|
103
103
|
* const command = new ModifyCertificatesCommand(input);
|
|
104
104
|
* const response = await client.send(command);
|
|
105
|
-
* /* response
|
|
105
|
+
* /* response is
|
|
106
106
|
* {
|
|
107
|
-
*
|
|
108
|
-
*
|
|
109
|
-
*
|
|
110
|
-
*
|
|
111
|
-
*
|
|
112
|
-
*
|
|
113
|
-
*
|
|
114
|
-
*
|
|
115
|
-
*
|
|
107
|
+
* Certificate: {
|
|
108
|
+
* CertificateArn: "arn:aws:rds:us-east-1::cert:rds-ca-2019",
|
|
109
|
+
* CertificateIdentifier: "rds-ca-2019",
|
|
110
|
+
* CertificateType: "CA",
|
|
111
|
+
* CustomerOverride: true,
|
|
112
|
+
* CustomerOverrideValidTill: "2024-08-22T17:08:50Z",
|
|
113
|
+
* Thumbprint: "EXAMPLE123456789012",
|
|
114
|
+
* ValidFrom: "2019-09-19T18:16:53Z",
|
|
115
|
+
* ValidTill: "2024-08-22T17:08:50Z"
|
|
116
116
|
* }
|
|
117
117
|
* }
|
|
118
118
|
* *\/
|
|
119
|
-
* // example id: to-temporarily-override-the-system-default-ssltls-certificate-for-new-db-instances-1680306491984
|
|
120
119
|
* ```
|
|
121
120
|
*
|
|
121
|
+
* @public
|
|
122
122
|
*/
|
|
123
123
|
export declare class ModifyCertificatesCommand extends ModifyCertificatesCommand_base {
|
|
124
124
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -91,28 +91,28 @@ declare const ModifyCurrentDBClusterCapacityCommand_base: {
|
|
|
91
91
|
* @throws {@link RDSServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
93
93
|
*
|
|
94
|
-
*
|
|
94
|
+
*
|
|
95
95
|
* @example To scale the capacity of an Aurora Serverless DB cluster
|
|
96
96
|
* ```javascript
|
|
97
97
|
* // The following example scales the capacity of an Aurora Serverless DB cluster to 8.
|
|
98
98
|
* const input = {
|
|
99
|
-
*
|
|
100
|
-
*
|
|
99
|
+
* Capacity: 8,
|
|
100
|
+
* DBClusterIdentifier: "mydbcluster"
|
|
101
101
|
* };
|
|
102
102
|
* const command = new ModifyCurrentDBClusterCapacityCommand(input);
|
|
103
103
|
* const response = await client.send(command);
|
|
104
|
-
* /* response
|
|
104
|
+
* /* response is
|
|
105
105
|
* {
|
|
106
|
-
*
|
|
107
|
-
*
|
|
108
|
-
*
|
|
109
|
-
*
|
|
110
|
-
*
|
|
106
|
+
* CurrentCapacity: 1,
|
|
107
|
+
* DBClusterIdentifier: "mydbcluster",
|
|
108
|
+
* PendingCapacity: 8,
|
|
109
|
+
* SecondsBeforeTimeout: 300,
|
|
110
|
+
* TimeoutAction: "ForceApplyCapacityChange"
|
|
111
111
|
* }
|
|
112
112
|
* *\/
|
|
113
|
-
* // example id: to-scale-the-capacity-of-an-aurora-serverless-db-cluster-1680307179599
|
|
114
113
|
* ```
|
|
115
114
|
*
|
|
115
|
+
* @public
|
|
116
116
|
*/
|
|
117
117
|
export declare class ModifyCurrentDBClusterCapacityCommand extends ModifyCurrentDBClusterCapacityCommand_base {
|
|
118
118
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -161,6 +161,7 @@ declare const ModifyCustomDBEngineVersionCommand_base: {
|
|
|
161
161
|
* @throws {@link RDSServiceException}
|
|
162
162
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
163
163
|
*
|
|
164
|
+
*
|
|
164
165
|
* @public
|
|
165
166
|
*/
|
|
166
167
|
export declare class ModifyCustomDBEngineVersionCommand extends ModifyCustomDBEngineVersionCommand_base {
|