aws-sdk-rds 1.252.0 → 1.254.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +24 -17
- data/lib/aws-sdk-rds/db_cluster.rb +13 -7
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +4 -2
- data/lib/aws-sdk-rds/endpoint_parameters.rb +9 -6
- data/lib/aws-sdk-rds/endpoints.rb +2 -1780
- data/lib/aws-sdk-rds/plugins/endpoints.rb +1 -330
- data/lib/aws-sdk-rds/resource.rb +4 -2
- data/lib/aws-sdk-rds/types.rb +23 -16
- data/lib/aws-sdk-rds.rb +1 -1
- metadata +4 -4
@@ -27,7 +27,7 @@ The endpoint provider used to resolve endpoints. Any object that responds to
|
|
27
27
|
class Handler < Seahorse::Client::Handler
|
28
28
|
def call(context)
|
29
29
|
unless context[:discovered_endpoint]
|
30
|
-
params = parameters_for_operation(context)
|
30
|
+
params = Aws::RDS::Endpoints.parameters_for_operation(context)
|
31
31
|
endpoint = context.config.endpoint_provider.resolve_endpoint(params)
|
32
32
|
|
33
33
|
context.http_request.endpoint = endpoint.url
|
@@ -67,335 +67,6 @@ The endpoint provider used to resolve endpoints. Any object that responds to
|
|
67
67
|
context.http_request.headers[key] = value
|
68
68
|
end
|
69
69
|
end
|
70
|
-
|
71
|
-
def parameters_for_operation(context)
|
72
|
-
case context.operation_name
|
73
|
-
when :add_role_to_db_cluster
|
74
|
-
Aws::RDS::Endpoints::AddRoleToDBCluster.build(context)
|
75
|
-
when :add_role_to_db_instance
|
76
|
-
Aws::RDS::Endpoints::AddRoleToDBInstance.build(context)
|
77
|
-
when :add_source_identifier_to_subscription
|
78
|
-
Aws::RDS::Endpoints::AddSourceIdentifierToSubscription.build(context)
|
79
|
-
when :add_tags_to_resource
|
80
|
-
Aws::RDS::Endpoints::AddTagsToResource.build(context)
|
81
|
-
when :apply_pending_maintenance_action
|
82
|
-
Aws::RDS::Endpoints::ApplyPendingMaintenanceAction.build(context)
|
83
|
-
when :authorize_db_security_group_ingress
|
84
|
-
Aws::RDS::Endpoints::AuthorizeDBSecurityGroupIngress.build(context)
|
85
|
-
when :backtrack_db_cluster
|
86
|
-
Aws::RDS::Endpoints::BacktrackDBCluster.build(context)
|
87
|
-
when :cancel_export_task
|
88
|
-
Aws::RDS::Endpoints::CancelExportTask.build(context)
|
89
|
-
when :copy_db_cluster_parameter_group
|
90
|
-
Aws::RDS::Endpoints::CopyDBClusterParameterGroup.build(context)
|
91
|
-
when :copy_db_cluster_snapshot
|
92
|
-
Aws::RDS::Endpoints::CopyDBClusterSnapshot.build(context)
|
93
|
-
when :copy_db_parameter_group
|
94
|
-
Aws::RDS::Endpoints::CopyDBParameterGroup.build(context)
|
95
|
-
when :copy_db_snapshot
|
96
|
-
Aws::RDS::Endpoints::CopyDBSnapshot.build(context)
|
97
|
-
when :copy_option_group
|
98
|
-
Aws::RDS::Endpoints::CopyOptionGroup.build(context)
|
99
|
-
when :create_blue_green_deployment
|
100
|
-
Aws::RDS::Endpoints::CreateBlueGreenDeployment.build(context)
|
101
|
-
when :create_custom_db_engine_version
|
102
|
-
Aws::RDS::Endpoints::CreateCustomDBEngineVersion.build(context)
|
103
|
-
when :create_db_cluster
|
104
|
-
Aws::RDS::Endpoints::CreateDBCluster.build(context)
|
105
|
-
when :create_db_cluster_endpoint
|
106
|
-
Aws::RDS::Endpoints::CreateDBClusterEndpoint.build(context)
|
107
|
-
when :create_db_cluster_parameter_group
|
108
|
-
Aws::RDS::Endpoints::CreateDBClusterParameterGroup.build(context)
|
109
|
-
when :create_db_cluster_snapshot
|
110
|
-
Aws::RDS::Endpoints::CreateDBClusterSnapshot.build(context)
|
111
|
-
when :create_db_instance
|
112
|
-
Aws::RDS::Endpoints::CreateDBInstance.build(context)
|
113
|
-
when :create_db_instance_read_replica
|
114
|
-
Aws::RDS::Endpoints::CreateDBInstanceReadReplica.build(context)
|
115
|
-
when :create_db_parameter_group
|
116
|
-
Aws::RDS::Endpoints::CreateDBParameterGroup.build(context)
|
117
|
-
when :create_db_proxy
|
118
|
-
Aws::RDS::Endpoints::CreateDBProxy.build(context)
|
119
|
-
when :create_db_proxy_endpoint
|
120
|
-
Aws::RDS::Endpoints::CreateDBProxyEndpoint.build(context)
|
121
|
-
when :create_db_security_group
|
122
|
-
Aws::RDS::Endpoints::CreateDBSecurityGroup.build(context)
|
123
|
-
when :create_db_shard_group
|
124
|
-
Aws::RDS::Endpoints::CreateDBShardGroup.build(context)
|
125
|
-
when :create_db_snapshot
|
126
|
-
Aws::RDS::Endpoints::CreateDBSnapshot.build(context)
|
127
|
-
when :create_db_subnet_group
|
128
|
-
Aws::RDS::Endpoints::CreateDBSubnetGroup.build(context)
|
129
|
-
when :create_event_subscription
|
130
|
-
Aws::RDS::Endpoints::CreateEventSubscription.build(context)
|
131
|
-
when :create_global_cluster
|
132
|
-
Aws::RDS::Endpoints::CreateGlobalCluster.build(context)
|
133
|
-
when :create_integration
|
134
|
-
Aws::RDS::Endpoints::CreateIntegration.build(context)
|
135
|
-
when :create_option_group
|
136
|
-
Aws::RDS::Endpoints::CreateOptionGroup.build(context)
|
137
|
-
when :create_tenant_database
|
138
|
-
Aws::RDS::Endpoints::CreateTenantDatabase.build(context)
|
139
|
-
when :delete_blue_green_deployment
|
140
|
-
Aws::RDS::Endpoints::DeleteBlueGreenDeployment.build(context)
|
141
|
-
when :delete_custom_db_engine_version
|
142
|
-
Aws::RDS::Endpoints::DeleteCustomDBEngineVersion.build(context)
|
143
|
-
when :delete_db_cluster
|
144
|
-
Aws::RDS::Endpoints::DeleteDBCluster.build(context)
|
145
|
-
when :delete_db_cluster_automated_backup
|
146
|
-
Aws::RDS::Endpoints::DeleteDBClusterAutomatedBackup.build(context)
|
147
|
-
when :delete_db_cluster_endpoint
|
148
|
-
Aws::RDS::Endpoints::DeleteDBClusterEndpoint.build(context)
|
149
|
-
when :delete_db_cluster_parameter_group
|
150
|
-
Aws::RDS::Endpoints::DeleteDBClusterParameterGroup.build(context)
|
151
|
-
when :delete_db_cluster_snapshot
|
152
|
-
Aws::RDS::Endpoints::DeleteDBClusterSnapshot.build(context)
|
153
|
-
when :delete_db_instance
|
154
|
-
Aws::RDS::Endpoints::DeleteDBInstance.build(context)
|
155
|
-
when :delete_db_instance_automated_backup
|
156
|
-
Aws::RDS::Endpoints::DeleteDBInstanceAutomatedBackup.build(context)
|
157
|
-
when :delete_db_parameter_group
|
158
|
-
Aws::RDS::Endpoints::DeleteDBParameterGroup.build(context)
|
159
|
-
when :delete_db_proxy
|
160
|
-
Aws::RDS::Endpoints::DeleteDBProxy.build(context)
|
161
|
-
when :delete_db_proxy_endpoint
|
162
|
-
Aws::RDS::Endpoints::DeleteDBProxyEndpoint.build(context)
|
163
|
-
when :delete_db_security_group
|
164
|
-
Aws::RDS::Endpoints::DeleteDBSecurityGroup.build(context)
|
165
|
-
when :delete_db_shard_group
|
166
|
-
Aws::RDS::Endpoints::DeleteDBShardGroup.build(context)
|
167
|
-
when :delete_db_snapshot
|
168
|
-
Aws::RDS::Endpoints::DeleteDBSnapshot.build(context)
|
169
|
-
when :delete_db_subnet_group
|
170
|
-
Aws::RDS::Endpoints::DeleteDBSubnetGroup.build(context)
|
171
|
-
when :delete_event_subscription
|
172
|
-
Aws::RDS::Endpoints::DeleteEventSubscription.build(context)
|
173
|
-
when :delete_global_cluster
|
174
|
-
Aws::RDS::Endpoints::DeleteGlobalCluster.build(context)
|
175
|
-
when :delete_integration
|
176
|
-
Aws::RDS::Endpoints::DeleteIntegration.build(context)
|
177
|
-
when :delete_option_group
|
178
|
-
Aws::RDS::Endpoints::DeleteOptionGroup.build(context)
|
179
|
-
when :delete_tenant_database
|
180
|
-
Aws::RDS::Endpoints::DeleteTenantDatabase.build(context)
|
181
|
-
when :deregister_db_proxy_targets
|
182
|
-
Aws::RDS::Endpoints::DeregisterDBProxyTargets.build(context)
|
183
|
-
when :describe_account_attributes
|
184
|
-
Aws::RDS::Endpoints::DescribeAccountAttributes.build(context)
|
185
|
-
when :describe_blue_green_deployments
|
186
|
-
Aws::RDS::Endpoints::DescribeBlueGreenDeployments.build(context)
|
187
|
-
when :describe_certificates
|
188
|
-
Aws::RDS::Endpoints::DescribeCertificates.build(context)
|
189
|
-
when :describe_db_cluster_automated_backups
|
190
|
-
Aws::RDS::Endpoints::DescribeDBClusterAutomatedBackups.build(context)
|
191
|
-
when :describe_db_cluster_backtracks
|
192
|
-
Aws::RDS::Endpoints::DescribeDBClusterBacktracks.build(context)
|
193
|
-
when :describe_db_cluster_endpoints
|
194
|
-
Aws::RDS::Endpoints::DescribeDBClusterEndpoints.build(context)
|
195
|
-
when :describe_db_cluster_parameter_groups
|
196
|
-
Aws::RDS::Endpoints::DescribeDBClusterParameterGroups.build(context)
|
197
|
-
when :describe_db_cluster_parameters
|
198
|
-
Aws::RDS::Endpoints::DescribeDBClusterParameters.build(context)
|
199
|
-
when :describe_db_cluster_snapshot_attributes
|
200
|
-
Aws::RDS::Endpoints::DescribeDBClusterSnapshotAttributes.build(context)
|
201
|
-
when :describe_db_cluster_snapshots
|
202
|
-
Aws::RDS::Endpoints::DescribeDBClusterSnapshots.build(context)
|
203
|
-
when :describe_db_clusters
|
204
|
-
Aws::RDS::Endpoints::DescribeDBClusters.build(context)
|
205
|
-
when :describe_db_engine_versions
|
206
|
-
Aws::RDS::Endpoints::DescribeDBEngineVersions.build(context)
|
207
|
-
when :describe_db_instance_automated_backups
|
208
|
-
Aws::RDS::Endpoints::DescribeDBInstanceAutomatedBackups.build(context)
|
209
|
-
when :describe_db_instances
|
210
|
-
Aws::RDS::Endpoints::DescribeDBInstances.build(context)
|
211
|
-
when :describe_db_log_files
|
212
|
-
Aws::RDS::Endpoints::DescribeDBLogFiles.build(context)
|
213
|
-
when :describe_db_parameter_groups
|
214
|
-
Aws::RDS::Endpoints::DescribeDBParameterGroups.build(context)
|
215
|
-
when :describe_db_parameters
|
216
|
-
Aws::RDS::Endpoints::DescribeDBParameters.build(context)
|
217
|
-
when :describe_db_proxies
|
218
|
-
Aws::RDS::Endpoints::DescribeDBProxies.build(context)
|
219
|
-
when :describe_db_proxy_endpoints
|
220
|
-
Aws::RDS::Endpoints::DescribeDBProxyEndpoints.build(context)
|
221
|
-
when :describe_db_proxy_target_groups
|
222
|
-
Aws::RDS::Endpoints::DescribeDBProxyTargetGroups.build(context)
|
223
|
-
when :describe_db_proxy_targets
|
224
|
-
Aws::RDS::Endpoints::DescribeDBProxyTargets.build(context)
|
225
|
-
when :describe_db_recommendations
|
226
|
-
Aws::RDS::Endpoints::DescribeDBRecommendations.build(context)
|
227
|
-
when :describe_db_security_groups
|
228
|
-
Aws::RDS::Endpoints::DescribeDBSecurityGroups.build(context)
|
229
|
-
when :describe_db_shard_groups
|
230
|
-
Aws::RDS::Endpoints::DescribeDBShardGroups.build(context)
|
231
|
-
when :describe_db_snapshot_attributes
|
232
|
-
Aws::RDS::Endpoints::DescribeDBSnapshotAttributes.build(context)
|
233
|
-
when :describe_db_snapshot_tenant_databases
|
234
|
-
Aws::RDS::Endpoints::DescribeDBSnapshotTenantDatabases.build(context)
|
235
|
-
when :describe_db_snapshots
|
236
|
-
Aws::RDS::Endpoints::DescribeDBSnapshots.build(context)
|
237
|
-
when :describe_db_subnet_groups
|
238
|
-
Aws::RDS::Endpoints::DescribeDBSubnetGroups.build(context)
|
239
|
-
when :describe_engine_default_cluster_parameters
|
240
|
-
Aws::RDS::Endpoints::DescribeEngineDefaultClusterParameters.build(context)
|
241
|
-
when :describe_engine_default_parameters
|
242
|
-
Aws::RDS::Endpoints::DescribeEngineDefaultParameters.build(context)
|
243
|
-
when :describe_event_categories
|
244
|
-
Aws::RDS::Endpoints::DescribeEventCategories.build(context)
|
245
|
-
when :describe_event_subscriptions
|
246
|
-
Aws::RDS::Endpoints::DescribeEventSubscriptions.build(context)
|
247
|
-
when :describe_events
|
248
|
-
Aws::RDS::Endpoints::DescribeEvents.build(context)
|
249
|
-
when :describe_export_tasks
|
250
|
-
Aws::RDS::Endpoints::DescribeExportTasks.build(context)
|
251
|
-
when :describe_global_clusters
|
252
|
-
Aws::RDS::Endpoints::DescribeGlobalClusters.build(context)
|
253
|
-
when :describe_integrations
|
254
|
-
Aws::RDS::Endpoints::DescribeIntegrations.build(context)
|
255
|
-
when :describe_option_group_options
|
256
|
-
Aws::RDS::Endpoints::DescribeOptionGroupOptions.build(context)
|
257
|
-
when :describe_option_groups
|
258
|
-
Aws::RDS::Endpoints::DescribeOptionGroups.build(context)
|
259
|
-
when :describe_orderable_db_instance_options
|
260
|
-
Aws::RDS::Endpoints::DescribeOrderableDBInstanceOptions.build(context)
|
261
|
-
when :describe_pending_maintenance_actions
|
262
|
-
Aws::RDS::Endpoints::DescribePendingMaintenanceActions.build(context)
|
263
|
-
when :describe_reserved_db_instances
|
264
|
-
Aws::RDS::Endpoints::DescribeReservedDBInstances.build(context)
|
265
|
-
when :describe_reserved_db_instances_offerings
|
266
|
-
Aws::RDS::Endpoints::DescribeReservedDBInstancesOfferings.build(context)
|
267
|
-
when :describe_source_regions
|
268
|
-
Aws::RDS::Endpoints::DescribeSourceRegions.build(context)
|
269
|
-
when :describe_tenant_databases
|
270
|
-
Aws::RDS::Endpoints::DescribeTenantDatabases.build(context)
|
271
|
-
when :describe_valid_db_instance_modifications
|
272
|
-
Aws::RDS::Endpoints::DescribeValidDBInstanceModifications.build(context)
|
273
|
-
when :disable_http_endpoint
|
274
|
-
Aws::RDS::Endpoints::DisableHttpEndpoint.build(context)
|
275
|
-
when :download_db_log_file_portion
|
276
|
-
Aws::RDS::Endpoints::DownloadDBLogFilePortion.build(context)
|
277
|
-
when :enable_http_endpoint
|
278
|
-
Aws::RDS::Endpoints::EnableHttpEndpoint.build(context)
|
279
|
-
when :failover_db_cluster
|
280
|
-
Aws::RDS::Endpoints::FailoverDBCluster.build(context)
|
281
|
-
when :failover_global_cluster
|
282
|
-
Aws::RDS::Endpoints::FailoverGlobalCluster.build(context)
|
283
|
-
when :list_tags_for_resource
|
284
|
-
Aws::RDS::Endpoints::ListTagsForResource.build(context)
|
285
|
-
when :modify_activity_stream
|
286
|
-
Aws::RDS::Endpoints::ModifyActivityStream.build(context)
|
287
|
-
when :modify_certificates
|
288
|
-
Aws::RDS::Endpoints::ModifyCertificates.build(context)
|
289
|
-
when :modify_current_db_cluster_capacity
|
290
|
-
Aws::RDS::Endpoints::ModifyCurrentDBClusterCapacity.build(context)
|
291
|
-
when :modify_custom_db_engine_version
|
292
|
-
Aws::RDS::Endpoints::ModifyCustomDBEngineVersion.build(context)
|
293
|
-
when :modify_db_cluster
|
294
|
-
Aws::RDS::Endpoints::ModifyDBCluster.build(context)
|
295
|
-
when :modify_db_cluster_endpoint
|
296
|
-
Aws::RDS::Endpoints::ModifyDBClusterEndpoint.build(context)
|
297
|
-
when :modify_db_cluster_parameter_group
|
298
|
-
Aws::RDS::Endpoints::ModifyDBClusterParameterGroup.build(context)
|
299
|
-
when :modify_db_cluster_snapshot_attribute
|
300
|
-
Aws::RDS::Endpoints::ModifyDBClusterSnapshotAttribute.build(context)
|
301
|
-
when :modify_db_instance
|
302
|
-
Aws::RDS::Endpoints::ModifyDBInstance.build(context)
|
303
|
-
when :modify_db_parameter_group
|
304
|
-
Aws::RDS::Endpoints::ModifyDBParameterGroup.build(context)
|
305
|
-
when :modify_db_proxy
|
306
|
-
Aws::RDS::Endpoints::ModifyDBProxy.build(context)
|
307
|
-
when :modify_db_proxy_endpoint
|
308
|
-
Aws::RDS::Endpoints::ModifyDBProxyEndpoint.build(context)
|
309
|
-
when :modify_db_proxy_target_group
|
310
|
-
Aws::RDS::Endpoints::ModifyDBProxyTargetGroup.build(context)
|
311
|
-
when :modify_db_recommendation
|
312
|
-
Aws::RDS::Endpoints::ModifyDBRecommendation.build(context)
|
313
|
-
when :modify_db_shard_group
|
314
|
-
Aws::RDS::Endpoints::ModifyDBShardGroup.build(context)
|
315
|
-
when :modify_db_snapshot
|
316
|
-
Aws::RDS::Endpoints::ModifyDBSnapshot.build(context)
|
317
|
-
when :modify_db_snapshot_attribute
|
318
|
-
Aws::RDS::Endpoints::ModifyDBSnapshotAttribute.build(context)
|
319
|
-
when :modify_db_subnet_group
|
320
|
-
Aws::RDS::Endpoints::ModifyDBSubnetGroup.build(context)
|
321
|
-
when :modify_event_subscription
|
322
|
-
Aws::RDS::Endpoints::ModifyEventSubscription.build(context)
|
323
|
-
when :modify_global_cluster
|
324
|
-
Aws::RDS::Endpoints::ModifyGlobalCluster.build(context)
|
325
|
-
when :modify_integration
|
326
|
-
Aws::RDS::Endpoints::ModifyIntegration.build(context)
|
327
|
-
when :modify_option_group
|
328
|
-
Aws::RDS::Endpoints::ModifyOptionGroup.build(context)
|
329
|
-
when :modify_tenant_database
|
330
|
-
Aws::RDS::Endpoints::ModifyTenantDatabase.build(context)
|
331
|
-
when :promote_read_replica
|
332
|
-
Aws::RDS::Endpoints::PromoteReadReplica.build(context)
|
333
|
-
when :promote_read_replica_db_cluster
|
334
|
-
Aws::RDS::Endpoints::PromoteReadReplicaDBCluster.build(context)
|
335
|
-
when :purchase_reserved_db_instances_offering
|
336
|
-
Aws::RDS::Endpoints::PurchaseReservedDBInstancesOffering.build(context)
|
337
|
-
when :reboot_db_cluster
|
338
|
-
Aws::RDS::Endpoints::RebootDBCluster.build(context)
|
339
|
-
when :reboot_db_instance
|
340
|
-
Aws::RDS::Endpoints::RebootDBInstance.build(context)
|
341
|
-
when :reboot_db_shard_group
|
342
|
-
Aws::RDS::Endpoints::RebootDBShardGroup.build(context)
|
343
|
-
when :register_db_proxy_targets
|
344
|
-
Aws::RDS::Endpoints::RegisterDBProxyTargets.build(context)
|
345
|
-
when :remove_from_global_cluster
|
346
|
-
Aws::RDS::Endpoints::RemoveFromGlobalCluster.build(context)
|
347
|
-
when :remove_role_from_db_cluster
|
348
|
-
Aws::RDS::Endpoints::RemoveRoleFromDBCluster.build(context)
|
349
|
-
when :remove_role_from_db_instance
|
350
|
-
Aws::RDS::Endpoints::RemoveRoleFromDBInstance.build(context)
|
351
|
-
when :remove_source_identifier_from_subscription
|
352
|
-
Aws::RDS::Endpoints::RemoveSourceIdentifierFromSubscription.build(context)
|
353
|
-
when :remove_tags_from_resource
|
354
|
-
Aws::RDS::Endpoints::RemoveTagsFromResource.build(context)
|
355
|
-
when :reset_db_cluster_parameter_group
|
356
|
-
Aws::RDS::Endpoints::ResetDBClusterParameterGroup.build(context)
|
357
|
-
when :reset_db_parameter_group
|
358
|
-
Aws::RDS::Endpoints::ResetDBParameterGroup.build(context)
|
359
|
-
when :restore_db_cluster_from_s3
|
360
|
-
Aws::RDS::Endpoints::RestoreDBClusterFromS3.build(context)
|
361
|
-
when :restore_db_cluster_from_snapshot
|
362
|
-
Aws::RDS::Endpoints::RestoreDBClusterFromSnapshot.build(context)
|
363
|
-
when :restore_db_cluster_to_point_in_time
|
364
|
-
Aws::RDS::Endpoints::RestoreDBClusterToPointInTime.build(context)
|
365
|
-
when :restore_db_instance_from_db_snapshot
|
366
|
-
Aws::RDS::Endpoints::RestoreDBInstanceFromDBSnapshot.build(context)
|
367
|
-
when :restore_db_instance_from_s3
|
368
|
-
Aws::RDS::Endpoints::RestoreDBInstanceFromS3.build(context)
|
369
|
-
when :restore_db_instance_to_point_in_time
|
370
|
-
Aws::RDS::Endpoints::RestoreDBInstanceToPointInTime.build(context)
|
371
|
-
when :revoke_db_security_group_ingress
|
372
|
-
Aws::RDS::Endpoints::RevokeDBSecurityGroupIngress.build(context)
|
373
|
-
when :start_activity_stream
|
374
|
-
Aws::RDS::Endpoints::StartActivityStream.build(context)
|
375
|
-
when :start_db_cluster
|
376
|
-
Aws::RDS::Endpoints::StartDBCluster.build(context)
|
377
|
-
when :start_db_instance
|
378
|
-
Aws::RDS::Endpoints::StartDBInstance.build(context)
|
379
|
-
when :start_db_instance_automated_backups_replication
|
380
|
-
Aws::RDS::Endpoints::StartDBInstanceAutomatedBackupsReplication.build(context)
|
381
|
-
when :start_export_task
|
382
|
-
Aws::RDS::Endpoints::StartExportTask.build(context)
|
383
|
-
when :stop_activity_stream
|
384
|
-
Aws::RDS::Endpoints::StopActivityStream.build(context)
|
385
|
-
when :stop_db_cluster
|
386
|
-
Aws::RDS::Endpoints::StopDBCluster.build(context)
|
387
|
-
when :stop_db_instance
|
388
|
-
Aws::RDS::Endpoints::StopDBInstance.build(context)
|
389
|
-
when :stop_db_instance_automated_backups_replication
|
390
|
-
Aws::RDS::Endpoints::StopDBInstanceAutomatedBackupsReplication.build(context)
|
391
|
-
when :switchover_blue_green_deployment
|
392
|
-
Aws::RDS::Endpoints::SwitchoverBlueGreenDeployment.build(context)
|
393
|
-
when :switchover_global_cluster
|
394
|
-
Aws::RDS::Endpoints::SwitchoverGlobalCluster.build(context)
|
395
|
-
when :switchover_read_replica
|
396
|
-
Aws::RDS::Endpoints::SwitchoverReadReplica.build(context)
|
397
|
-
end
|
398
|
-
end
|
399
70
|
end
|
400
71
|
|
401
72
|
def add_handlers(handlers, _config)
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
@@ -469,13 +469,15 @@ module Aws::RDS
|
|
469
469
|
# mapping isn't enabled.
|
470
470
|
#
|
471
471
|
# For more information, see [ IAM Database Authentication][1] in the
|
472
|
-
# *Amazon Aurora User Guide
|
472
|
+
# *Amazon Aurora User Guide* or [IAM database authentication for
|
473
|
+
# MariaDB, MySQL, and PostgreSQL][2] in the *Amazon RDS User Guide*.
|
473
474
|
#
|
474
|
-
# Valid for Cluster Type: Aurora DB clusters
|
475
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
475
476
|
#
|
476
477
|
#
|
477
478
|
#
|
478
479
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html
|
480
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
|
479
481
|
# @option options [Integer] :backtrack_window
|
480
482
|
# The target backtrack window, in seconds. To disable backtracking, set
|
481
483
|
# this value to `0`.
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -2480,13 +2480,15 @@ module Aws::RDS
|
|
2480
2480
|
# default, mapping isn't enabled.
|
2481
2481
|
#
|
2482
2482
|
# For more information, see [ IAM Database Authentication][1] in the
|
2483
|
-
# *Amazon Aurora User Guide
|
2483
|
+
# *Amazon Aurora User Guide* or [IAM database authentication for
|
2484
|
+
# MariaDB, MySQL, and PostgreSQL][2] in the *Amazon RDS User Guide*.
|
2484
2485
|
#
|
2485
|
-
# Valid for Cluster Type: Aurora DB clusters
|
2486
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
2486
2487
|
#
|
2487
2488
|
#
|
2488
2489
|
#
|
2489
2490
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html
|
2491
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
|
2490
2492
|
# @return [Boolean]
|
2491
2493
|
#
|
2492
2494
|
# @!attribute [rw] backtrack_window
|
@@ -11768,7 +11770,7 @@ module Aws::RDS
|
|
11768
11770
|
end
|
11769
11771
|
|
11770
11772
|
# @!attribute [rw] db_shard_group_identifier
|
11771
|
-
#
|
11773
|
+
# The name of the DB shard group to delete.
|
11772
11774
|
# @return [String]
|
11773
11775
|
#
|
11774
11776
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBShardGroupMessage AWS API Documentation
|
@@ -13598,10 +13600,9 @@ module Aws::RDS
|
|
13598
13600
|
end
|
13599
13601
|
|
13600
13602
|
# @!attribute [rw] db_shard_group_identifier
|
13601
|
-
# The user-supplied DB shard group identifier
|
13602
|
-
#
|
13603
|
-
#
|
13604
|
-
# parameter isn't case-sensitive.
|
13603
|
+
# The user-supplied DB shard group identifier. If this parameter is
|
13604
|
+
# specified, information for only the specific DB shard group is
|
13605
|
+
# returned. This parameter isn't case-sensitive.
|
13605
13606
|
#
|
13606
13607
|
# Constraints:
|
13607
13608
|
#
|
@@ -17317,13 +17318,15 @@ module Aws::RDS
|
|
17317
17318
|
# default, mapping isn't enabled.
|
17318
17319
|
#
|
17319
17320
|
# For more information, see [ IAM Database Authentication][1] in the
|
17320
|
-
# *Amazon Aurora User Guide
|
17321
|
+
# *Amazon Aurora User Guide* or [IAM database authentication for
|
17322
|
+
# MariaDB, MySQL, and PostgreSQL][2] in the *Amazon RDS User Guide*.
|
17321
17323
|
#
|
17322
|
-
# Valid for Cluster Type: Aurora DB clusters
|
17324
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
17323
17325
|
#
|
17324
17326
|
#
|
17325
17327
|
#
|
17326
17328
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html
|
17329
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
|
17327
17330
|
# @return [Boolean]
|
17328
17331
|
#
|
17329
17332
|
# @!attribute [rw] backtrack_window
|
@@ -17659,7 +17662,7 @@ module Aws::RDS
|
|
17659
17662
|
# For more information, see [ Using Amazon Performance Insights][1] in
|
17660
17663
|
# the *Amazon RDS User Guide*.
|
17661
17664
|
#
|
17662
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
17665
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
17663
17666
|
#
|
17664
17667
|
#
|
17665
17668
|
#
|
@@ -23194,13 +23197,15 @@ module Aws::RDS
|
|
23194
23197
|
# default, mapping isn't enabled.
|
23195
23198
|
#
|
23196
23199
|
# For more information, see [ IAM Database Authentication][1] in the
|
23197
|
-
# *Amazon Aurora User Guide
|
23200
|
+
# *Amazon Aurora User Guide* or [ IAM database authentication for
|
23201
|
+
# MariaDB, MySQL, and PostgreSQL][2] in the *Amazon RDS User Guide*.
|
23198
23202
|
#
|
23199
|
-
# Valid for: Aurora DB clusters
|
23203
|
+
# Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
23200
23204
|
#
|
23201
23205
|
#
|
23202
23206
|
#
|
23203
23207
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html
|
23208
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
|
23204
23209
|
# @return [Boolean]
|
23205
23210
|
#
|
23206
23211
|
# @!attribute [rw] backtrack_window
|
@@ -23738,13 +23743,15 @@ module Aws::RDS
|
|
23738
23743
|
# default, mapping isn't enabled.
|
23739
23744
|
#
|
23740
23745
|
# For more information, see [ IAM Database Authentication][1] in the
|
23741
|
-
# *Amazon Aurora User Guide
|
23746
|
+
# *Amazon Aurora User Guide* or [ IAM database authentication for
|
23747
|
+
# MariaDB, MySQL, and PostgreSQL][2] in the *Amazon RDS User Guide*.
|
23742
23748
|
#
|
23743
|
-
# Valid for: Aurora DB clusters
|
23749
|
+
# Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
23744
23750
|
#
|
23745
23751
|
#
|
23746
23752
|
#
|
23747
23753
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html
|
23754
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
|
23748
23755
|
# @return [Boolean]
|
23749
23756
|
#
|
23750
23757
|
# @!attribute [rw] backtrack_window
|
@@ -27274,11 +27281,11 @@ module Aws::RDS
|
|
27274
27281
|
class SubscriptionNotFoundFault < Aws::EmptyStructure; end
|
27275
27282
|
|
27276
27283
|
# @!attribute [rw] blue_green_deployment_identifier
|
27277
|
-
# The
|
27284
|
+
# The resource ID of the blue/green deployment.
|
27278
27285
|
#
|
27279
27286
|
# Constraints:
|
27280
27287
|
#
|
27281
|
-
# * Must match an existing blue/green deployment
|
27288
|
+
# * Must match an existing blue/green deployment resource ID.
|
27282
27289
|
#
|
27283
27290
|
# ^
|
27284
27291
|
# @return [String]
|
data/lib/aws-sdk-rds.rb
CHANGED
@@ -80,7 +80,7 @@ module Aws::RDS
|
|
80
80
|
autoload :ReservedDBInstancesOffering, 'aws-sdk-rds/reserved_db_instances_offering'
|
81
81
|
autoload :ResourcePendingMaintenanceActionList, 'aws-sdk-rds/resource_pending_maintenance_action_list'
|
82
82
|
|
83
|
-
GEM_VERSION = '1.
|
83
|
+
GEM_VERSION = '1.254.0'
|
84
84
|
|
85
85
|
end
|
86
86
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-rds
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.254.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-10-
|
11
|
+
date: 2024-10-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.210.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.210.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|