aws-sdk-rds 1.141.0 → 1.144.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +309 -532
- data/lib/aws-sdk-rds/client_api.rb +16 -175
- data/lib/aws-sdk-rds/db_cluster.rb +100 -43
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +18 -4
- data/lib/aws-sdk-rds/db_instance.rb +25 -26
- data/lib/aws-sdk-rds/db_snapshot.rb +1 -1
- data/lib/aws-sdk-rds/errors.rb +0 -44
- data/lib/aws-sdk-rds/resource.rb +46 -30
- data/lib/aws-sdk-rds/types.rb +374 -660
- data/lib/aws-sdk-rds.rb +1 -1
- metadata +2 -2
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -763,7 +763,7 @@ module Aws::RDS
|
|
763
763
|
# cluster.
|
764
764
|
#
|
765
765
|
# For more information on backtracking, see [ Backtracking an Aurora DB
|
766
|
-
# Cluster][1] in the *Amazon Aurora User Guide
|
766
|
+
# Cluster][1] in the *Amazon Aurora User Guide*.
|
767
767
|
#
|
768
768
|
# <note markdown="1"> This action only applies to Aurora MySQL DB clusters.
|
769
769
|
#
|
@@ -1090,14 +1090,14 @@ module Aws::RDS
|
|
1090
1090
|
#
|
1091
1091
|
# For more information on copying encrypted Amazon Aurora DB cluster
|
1092
1092
|
# snapshots from one Amazon Web Services Region to another, see [
|
1093
|
-
# Copying a Snapshot][3] in the *Amazon Aurora User Guide
|
1093
|
+
# Copying a Snapshot][3] in the *Amazon Aurora User Guide*.
|
1094
1094
|
#
|
1095
1095
|
# For more information on Amazon Aurora DB clusters, see [ What is
|
1096
|
-
# Amazon Aurora?][4] in the *Amazon Aurora User Guide
|
1096
|
+
# Amazon Aurora?][4] in the *Amazon Aurora User Guide*.
|
1097
1097
|
#
|
1098
1098
|
# For more information on Multi-AZ DB clusters, see [ Multi-AZ
|
1099
1099
|
# deployments with two readable standby DB instances][5] in the *Amazon
|
1100
|
-
# RDS User Guide
|
1100
|
+
# RDS User Guide*.
|
1101
1101
|
#
|
1102
1102
|
#
|
1103
1103
|
#
|
@@ -1124,7 +1124,7 @@ module Aws::RDS
|
|
1124
1124
|
# * If the source snapshot is in a different Amazon Web Services Region
|
1125
1125
|
# than the copy, specify a valid DB cluster snapshot ARN. For more
|
1126
1126
|
# information, go to [ Copying Snapshots Across Amazon Web Services
|
1127
|
-
# Regions][1] in the *Amazon Aurora User Guide
|
1127
|
+
# Regions][1] in the *Amazon Aurora User Guide*.
|
1128
1128
|
#
|
1129
1129
|
# Example: `my-cluster-snapshot1`
|
1130
1130
|
#
|
@@ -1421,7 +1421,7 @@ module Aws::RDS
|
|
1421
1421
|
# This command doesn't apply to RDS Custom.
|
1422
1422
|
#
|
1423
1423
|
# For more information about copying snapshots, see [Copying a DB
|
1424
|
-
# Snapshot][1] in the *Amazon RDS User Guide
|
1424
|
+
# Snapshot][1] in the *Amazon RDS User Guide*.
|
1425
1425
|
#
|
1426
1426
|
#
|
1427
1427
|
#
|
@@ -1580,7 +1580,7 @@ module Aws::RDS
|
|
1580
1580
|
# Encryption for Oracle or Microsoft SQL Server, you must specify this
|
1581
1581
|
# option when copying across Amazon Web Services Regions. For more
|
1582
1582
|
# information, see [Option group considerations][1] in the *Amazon RDS
|
1583
|
-
# User Guide
|
1583
|
+
# User Guide*.
|
1584
1584
|
#
|
1585
1585
|
#
|
1586
1586
|
#
|
@@ -1796,71 +1796,6 @@ module Aws::RDS
|
|
1796
1796
|
req.send_request(options)
|
1797
1797
|
end
|
1798
1798
|
|
1799
|
-
# Creates a custom Availability Zone (AZ).
|
1800
|
-
#
|
1801
|
-
# A custom AZ is an on-premises AZ that is integrated with a VMware
|
1802
|
-
# vSphere cluster.
|
1803
|
-
#
|
1804
|
-
# For more information about RDS on VMware, see the [ RDS on VMware User
|
1805
|
-
# Guide.][1]
|
1806
|
-
#
|
1807
|
-
#
|
1808
|
-
#
|
1809
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html
|
1810
|
-
#
|
1811
|
-
# @option params [required, String] :custom_availability_zone_name
|
1812
|
-
# The name of the custom Availability Zone (AZ).
|
1813
|
-
#
|
1814
|
-
# @option params [String] :existing_vpn_id
|
1815
|
-
# The ID of an existing virtual private network (VPN) between the Amazon
|
1816
|
-
# RDS website and the VMware vSphere cluster.
|
1817
|
-
#
|
1818
|
-
# @option params [String] :new_vpn_tunnel_name
|
1819
|
-
# The name of a new VPN tunnel between the Amazon RDS website and the
|
1820
|
-
# VMware vSphere cluster.
|
1821
|
-
#
|
1822
|
-
# Specify this parameter only if `ExistingVpnId` isn't specified.
|
1823
|
-
#
|
1824
|
-
# @option params [String] :vpn_tunnel_originator_ip
|
1825
|
-
# The IP address of network traffic from your on-premises data center. A
|
1826
|
-
# custom AZ receives the network traffic.
|
1827
|
-
#
|
1828
|
-
# Specify this parameter only if `ExistingVpnId` isn't specified.
|
1829
|
-
#
|
1830
|
-
# @return [Types::CreateCustomAvailabilityZoneResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1831
|
-
#
|
1832
|
-
# * {Types::CreateCustomAvailabilityZoneResult#custom_availability_zone #custom_availability_zone} => Types::CustomAvailabilityZone
|
1833
|
-
#
|
1834
|
-
# @example Request syntax with placeholder values
|
1835
|
-
#
|
1836
|
-
# resp = client.create_custom_availability_zone({
|
1837
|
-
# custom_availability_zone_name: "String", # required
|
1838
|
-
# existing_vpn_id: "String",
|
1839
|
-
# new_vpn_tunnel_name: "String",
|
1840
|
-
# vpn_tunnel_originator_ip: "String",
|
1841
|
-
# })
|
1842
|
-
#
|
1843
|
-
# @example Response structure
|
1844
|
-
#
|
1845
|
-
# resp.custom_availability_zone.custom_availability_zone_id #=> String
|
1846
|
-
# resp.custom_availability_zone.custom_availability_zone_name #=> String
|
1847
|
-
# resp.custom_availability_zone.custom_availability_zone_status #=> String
|
1848
|
-
# resp.custom_availability_zone.vpn_details.vpn_id #=> String
|
1849
|
-
# resp.custom_availability_zone.vpn_details.vpn_tunnel_originator_ip #=> String
|
1850
|
-
# resp.custom_availability_zone.vpn_details.vpn_gateway_ip #=> String
|
1851
|
-
# resp.custom_availability_zone.vpn_details.vpn_psk #=> String
|
1852
|
-
# resp.custom_availability_zone.vpn_details.vpn_name #=> String
|
1853
|
-
# resp.custom_availability_zone.vpn_details.vpn_state #=> String
|
1854
|
-
#
|
1855
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateCustomAvailabilityZone AWS API Documentation
|
1856
|
-
#
|
1857
|
-
# @overload create_custom_availability_zone(params = {})
|
1858
|
-
# @param [Hash] params ({})
|
1859
|
-
def create_custom_availability_zone(params = {}, options = {})
|
1860
|
-
req = build_request(:create_custom_availability_zone, params)
|
1861
|
-
req.send_request(options)
|
1862
|
-
end
|
1863
|
-
|
1864
1799
|
# Creates a custom DB engine version (CEV). A CEV is a binary volume
|
1865
1800
|
# snapshot of a database engine and specific AMI. The supported engines
|
1866
1801
|
# are the following:
|
@@ -2111,11 +2046,11 @@ module Aws::RDS
|
|
2111
2046
|
# `PreSignedUrl` parameter.
|
2112
2047
|
#
|
2113
2048
|
# For more information on Amazon Aurora, see [ What is Amazon
|
2114
|
-
# Aurora?][1] in the *Amazon Aurora User Guide
|
2049
|
+
# Aurora?][1] in the *Amazon Aurora User Guide*.
|
2115
2050
|
#
|
2116
2051
|
# For more information on Multi-AZ DB clusters, see [ Multi-AZ
|
2117
2052
|
# deployments with two readable standby DB instances][2] in the *Amazon
|
2118
|
-
# RDS User Guide
|
2053
|
+
# RDS User Guide*.
|
2119
2054
|
#
|
2120
2055
|
#
|
2121
2056
|
#
|
@@ -2263,22 +2198,22 @@ module Aws::RDS
|
|
2263
2198
|
# **Aurora MySQL**
|
2264
2199
|
#
|
2265
2200
|
# For information, see [MySQL on Amazon RDS Versions][1] in the *Amazon
|
2266
|
-
# Aurora User Guide
|
2201
|
+
# Aurora User Guide*.
|
2267
2202
|
#
|
2268
2203
|
# **Aurora PostgreSQL**
|
2269
2204
|
#
|
2270
2205
|
# For information, see [Amazon Aurora PostgreSQL releases and engine
|
2271
|
-
# versions][2] in the *Amazon Aurora User Guide
|
2206
|
+
# versions][2] in the *Amazon Aurora User Guide*.
|
2272
2207
|
#
|
2273
2208
|
# **MySQL**
|
2274
2209
|
#
|
2275
2210
|
# For information, see [MySQL on Amazon RDS Versions][3] in the *Amazon
|
2276
|
-
# RDS User Guide
|
2211
|
+
# RDS User Guide*.
|
2277
2212
|
#
|
2278
2213
|
# **PostgreSQL**
|
2279
2214
|
#
|
2280
2215
|
# For information, see [Amazon RDS for PostgreSQL versions and
|
2281
|
-
# extensions][4] in the *Amazon RDS User Guide
|
2216
|
+
# extensions][4] in the *Amazon RDS User Guide*.
|
2282
2217
|
#
|
2283
2218
|
# Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
2284
2219
|
#
|
@@ -2343,7 +2278,7 @@ module Aws::RDS
|
|
2343
2278
|
# The default is a 30-minute window selected at random from an 8-hour
|
2344
2279
|
# block of time for each Amazon Web Services Region. To view the time
|
2345
2280
|
# blocks available, see [ Backup window][1] in the *Amazon Aurora User
|
2346
|
-
# Guide
|
2281
|
+
# Guide*.
|
2347
2282
|
#
|
2348
2283
|
# Constraints:
|
2349
2284
|
#
|
@@ -2371,7 +2306,7 @@ module Aws::RDS
|
|
2371
2306
|
# block of time for each Amazon Web Services Region, occurring on a
|
2372
2307
|
# random day of the week. To see the time blocks available, see [
|
2373
2308
|
# Adjusting the Preferred DB Cluster Maintenance Window][1] in the
|
2374
|
-
# *Amazon Aurora User Guide
|
2309
|
+
# *Amazon Aurora User Guide*.
|
2375
2310
|
#
|
2376
2311
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
|
2377
2312
|
#
|
@@ -2489,7 +2424,7 @@ module Aws::RDS
|
|
2489
2424
|
# accounts. By default, mapping isn't enabled.
|
2490
2425
|
#
|
2491
2426
|
# For more information, see [ IAM Database Authentication][1] in the
|
2492
|
-
# *Amazon Aurora User Guide
|
2427
|
+
# *Amazon Aurora User Guide.*.
|
2493
2428
|
#
|
2494
2429
|
# Valid for: Aurora DB clusters only
|
2495
2430
|
#
|
@@ -2535,7 +2470,7 @@ module Aws::RDS
|
|
2535
2470
|
#
|
2536
2471
|
# For more information about exporting CloudWatch Logs for Amazon RDS,
|
2537
2472
|
# see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
|
2538
|
-
# *Amazon
|
2473
|
+
# *Amazon RDS User Guide*.
|
2539
2474
|
#
|
2540
2475
|
# For more information about exporting CloudWatch Logs for Amazon
|
2541
2476
|
# Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2] in
|
@@ -2571,7 +2506,7 @@ module Aws::RDS
|
|
2571
2506
|
# information, see the following sections in the *Amazon Aurora User
|
2572
2507
|
# Guide*\:
|
2573
2508
|
#
|
2574
|
-
# * [ Limitations of Aurora Serverless][1]
|
2509
|
+
# * [ Limitations of Aurora Serverless v1][1]
|
2575
2510
|
#
|
2576
2511
|
# * [ Limitations of Parallel Query][2]
|
2577
2512
|
#
|
@@ -2609,16 +2544,16 @@ module Aws::RDS
|
|
2609
2544
|
#
|
2610
2545
|
# @option params [Boolean] :enable_http_endpoint
|
2611
2546
|
# A value that indicates whether to enable the HTTP endpoint for an
|
2612
|
-
# Aurora Serverless DB cluster. By default, the HTTP endpoint is
|
2547
|
+
# Aurora Serverless v1 DB cluster. By default, the HTTP endpoint is
|
2613
2548
|
# disabled.
|
2614
2549
|
#
|
2615
2550
|
# When enabled, the HTTP endpoint provides a connectionless web service
|
2616
|
-
# API for running SQL queries on the Aurora Serverless DB cluster.
|
2617
|
-
# can also query your database from inside the RDS console with the
|
2551
|
+
# API for running SQL queries on the Aurora Serverless v1 DB cluster.
|
2552
|
+
# You can also query your database from inside the RDS console with the
|
2618
2553
|
# query editor.
|
2619
2554
|
#
|
2620
|
-
# For more information, see [Using the Data API for Aurora
|
2621
|
-
#
|
2555
|
+
# For more information, see [Using the Data API for Aurora Serverless
|
2556
|
+
# v1][1] in the *Amazon Aurora User Guide*.
|
2622
2557
|
#
|
2623
2558
|
# Valid for: Aurora DB clusters only
|
2624
2559
|
#
|
@@ -2677,7 +2612,7 @@ module Aws::RDS
|
|
2677
2612
|
# engines.
|
2678
2613
|
#
|
2679
2614
|
# For the full list of DB instance classes and availability for your
|
2680
|
-
# engine, see [DB instance class][1] in the *Amazon RDS User Guide
|
2615
|
+
# engine, see [DB instance class][1] in the *Amazon RDS User Guide*.
|
2681
2616
|
#
|
2682
2617
|
# This setting is required to create a Multi-AZ DB cluster.
|
2683
2618
|
#
|
@@ -2833,6 +2768,17 @@ module Aws::RDS
|
|
2833
2768
|
#
|
2834
2769
|
# Valid for: Multi-AZ DB clusters only
|
2835
2770
|
#
|
2771
|
+
# @option params [Types::ServerlessV2ScalingConfiguration] :serverless_v2_scaling_configuration
|
2772
|
+
# Contains the scaling configuration of an Aurora Serverless v2 DB
|
2773
|
+
# cluster.
|
2774
|
+
#
|
2775
|
+
# For more information, see [Using Amazon Aurora Serverless v2][1] in
|
2776
|
+
# the *Amazon Aurora User Guide*.
|
2777
|
+
#
|
2778
|
+
#
|
2779
|
+
#
|
2780
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html
|
2781
|
+
#
|
2836
2782
|
# @option params [String] :source_region
|
2837
2783
|
# The source region of the snapshot. This is only needed when the
|
2838
2784
|
# shapshot is encrypted and in a different region.
|
@@ -2927,6 +2873,10 @@ module Aws::RDS
|
|
2927
2873
|
# enable_performance_insights: false,
|
2928
2874
|
# performance_insights_kms_key_id: "String",
|
2929
2875
|
# performance_insights_retention_period: 1,
|
2876
|
+
# serverless_v2_scaling_configuration: {
|
2877
|
+
# min_capacity: 1.0,
|
2878
|
+
# max_capacity: 1.0,
|
2879
|
+
# },
|
2930
2880
|
# source_region: "String",
|
2931
2881
|
# })
|
2932
2882
|
#
|
@@ -3032,6 +2982,8 @@ module Aws::RDS
|
|
3032
2982
|
# resp.db_cluster.performance_insights_enabled #=> Boolean
|
3033
2983
|
# resp.db_cluster.performance_insights_kms_key_id #=> String
|
3034
2984
|
# resp.db_cluster.performance_insights_retention_period #=> Integer
|
2985
|
+
# resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
|
2986
|
+
# resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
|
3035
2987
|
#
|
3036
2988
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBCluster AWS API Documentation
|
3037
2989
|
#
|
@@ -3161,11 +3113,11 @@ module Aws::RDS
|
|
3161
3113
|
# that your DB cluster parameter group has been created or modified.
|
3162
3114
|
#
|
3163
3115
|
# For more information on Amazon Aurora, see [ What is Amazon
|
3164
|
-
# Aurora?][2] in the *Amazon Aurora User Guide
|
3116
|
+
# Aurora?][2] in the *Amazon Aurora User Guide*.
|
3165
3117
|
#
|
3166
3118
|
# For more information on Multi-AZ DB clusters, see [ Multi-AZ
|
3167
3119
|
# deployments with two readable standby DB instances][3] in the *Amazon
|
3168
|
-
# RDS User Guide
|
3120
|
+
# RDS User Guide*.
|
3169
3121
|
#
|
3170
3122
|
#
|
3171
3123
|
#
|
@@ -3299,11 +3251,11 @@ module Aws::RDS
|
|
3299
3251
|
# Creates a snapshot of a DB cluster.
|
3300
3252
|
#
|
3301
3253
|
# For more information on Amazon Aurora, see [ What is Amazon
|
3302
|
-
# Aurora?][1] in the *Amazon Aurora User Guide
|
3254
|
+
# Aurora?][1] in the *Amazon Aurora User Guide*.
|
3303
3255
|
#
|
3304
3256
|
# For more information on Multi-AZ DB clusters, see [ Multi-AZ
|
3305
3257
|
# deployments with two readable standby DB instances][2] in the *Amazon
|
3306
|
-
# RDS User Guide
|
3258
|
+
# RDS User Guide*.
|
3307
3259
|
#
|
3308
3260
|
#
|
3309
3261
|
#
|
@@ -3647,7 +3599,7 @@ module Aws::RDS
|
|
3647
3599
|
# db.m4.large. Not all DB instance classes are available in all Amazon
|
3648
3600
|
# Web Services Regions, or for all database engines. For the full list
|
3649
3601
|
# of DB instance classes, and availability for your engine, see [DB
|
3650
|
-
# Instance Class][1] in the *Amazon RDS User Guide
|
3602
|
+
# Instance Class][1] in the *Amazon RDS User Guide*.
|
3651
3603
|
#
|
3652
3604
|
#
|
3653
3605
|
#
|
@@ -3771,7 +3723,10 @@ module Aws::RDS
|
|
3771
3723
|
#
|
3772
3724
|
# **Amazon Aurora**
|
3773
3725
|
#
|
3774
|
-
#
|
3726
|
+
# Each Aurora DB cluster hosts copies of its storage in three separate
|
3727
|
+
# Availability Zones. Specify one of these Availability Zones. Aurora
|
3728
|
+
# automatically chooses an appropriate Availability Zone if you don't
|
3729
|
+
# specify one.
|
3775
3730
|
#
|
3776
3731
|
# Default: A random, system-chosen Availability Zone in the endpoint's
|
3777
3732
|
# Amazon Web Services Region.
|
@@ -3962,37 +3917,37 @@ module Aws::RDS
|
|
3962
3917
|
# setting is required for RDS Custom for Oracle. The CEV name has the
|
3963
3918
|
# following format: `19.customized_string `. An example identifier is
|
3964
3919
|
# `19.my_cev1`. For more information, see [ Creating an RDS Custom for
|
3965
|
-
# Oracle DB instance][1] in the *Amazon RDS User Guide
|
3920
|
+
# Oracle DB instance][1] in the *Amazon RDS User Guide*.
|
3966
3921
|
#
|
3967
3922
|
# **Amazon RDS Custom for SQL Server**
|
3968
3923
|
#
|
3969
3924
|
# See [RDS Custom for SQL Server general requirements][2] in the *Amazon
|
3970
|
-
# RDS User Guide
|
3925
|
+
# RDS User Guide*.
|
3971
3926
|
#
|
3972
3927
|
# **MariaDB**
|
3973
3928
|
#
|
3974
3929
|
# For information, see [MariaDB on Amazon RDS Versions][3] in the
|
3975
|
-
# *Amazon RDS User Guide
|
3930
|
+
# *Amazon RDS User Guide*.
|
3976
3931
|
#
|
3977
3932
|
# **Microsoft SQL Server**
|
3978
3933
|
#
|
3979
3934
|
# For information, see [Microsoft SQL Server Versions on Amazon RDS][4]
|
3980
|
-
# in the *Amazon RDS User Guide
|
3935
|
+
# in the *Amazon RDS User Guide*.
|
3981
3936
|
#
|
3982
3937
|
# **MySQL**
|
3983
3938
|
#
|
3984
3939
|
# For information, see [MySQL on Amazon RDS Versions][5] in the *Amazon
|
3985
|
-
# RDS User Guide
|
3940
|
+
# RDS User Guide*.
|
3986
3941
|
#
|
3987
3942
|
# **Oracle**
|
3988
3943
|
#
|
3989
3944
|
# For information, see [Oracle Database Engine Release Notes][6] in the
|
3990
|
-
# *Amazon RDS User Guide
|
3945
|
+
# *Amazon RDS User Guide*.
|
3991
3946
|
#
|
3992
3947
|
# **PostgreSQL**
|
3993
3948
|
#
|
3994
3949
|
# For information, see [Amazon RDS for PostgreSQL versions and
|
3995
|
-
# extensions][7] in the *Amazon RDS User Guide
|
3950
|
+
# extensions][7] in the *Amazon RDS User Guide*.
|
3996
3951
|
#
|
3997
3952
|
#
|
3998
3953
|
#
|
@@ -4260,7 +4215,7 @@ module Aws::RDS
|
|
4260
4215
|
# managed by the DB cluster.
|
4261
4216
|
#
|
4262
4217
|
# For more information, see [ IAM Database Authentication for MySQL and
|
4263
|
-
# PostgreSQL][1] in the *Amazon RDS User Guide
|
4218
|
+
# PostgreSQL][1] in the *Amazon RDS User Guide*.
|
4264
4219
|
#
|
4265
4220
|
#
|
4266
4221
|
#
|
@@ -4269,7 +4224,7 @@ module Aws::RDS
|
|
4269
4224
|
# @option params [Boolean] :enable_performance_insights
|
4270
4225
|
# A value that indicates whether to enable Performance Insights for the
|
4271
4226
|
# DB instance. For more information, see [Using Amazon Performance
|
4272
|
-
# Insights][1] in the *Amazon
|
4227
|
+
# Insights][1] in the *Amazon RDS User Guide*.
|
4273
4228
|
#
|
4274
4229
|
# This setting doesn't apply to RDS Custom.
|
4275
4230
|
#
|
@@ -4300,8 +4255,8 @@ module Aws::RDS
|
|
4300
4255
|
# @option params [Array<String>] :enable_cloudwatch_logs_exports
|
4301
4256
|
# The list of log types that need to be enabled for exporting to
|
4302
4257
|
# CloudWatch Logs. The values in the list depend on the DB engine. For
|
4303
|
-
# more information, see [Publishing Database Logs to Amazon CloudWatch
|
4304
|
-
# Logs][1] in the *Amazon
|
4258
|
+
# more information, see [ Publishing Database Logs to Amazon CloudWatch
|
4259
|
+
# Logs][1] in the *Amazon RDS User Guide*.
|
4305
4260
|
#
|
4306
4261
|
# **Amazon Aurora**
|
4307
4262
|
#
|
@@ -4408,8 +4363,7 @@ module Aws::RDS
|
|
4408
4363
|
# start with the prefix `AWSRDSCustom`.
|
4409
4364
|
#
|
4410
4365
|
# For the list of permissions required for the IAM role, see [ Configure
|
4411
|
-
# IAM and your VPC][1] in the *Amazon
|
4412
|
-
# Guide*.
|
4366
|
+
# IAM and your VPC][1] in the *Amazon RDS User Guide*.
|
4413
4367
|
#
|
4414
4368
|
# This setting is required for RDS Custom.
|
4415
4369
|
#
|
@@ -4739,7 +4693,7 @@ module Aws::RDS
|
|
4739
4693
|
# db.m4.large. Not all DB instance classes are available in all Amazon
|
4740
4694
|
# Web Services Regions, or for all database engines. For the full list
|
4741
4695
|
# of DB instance classes, and availability for your engine, see [DB
|
4742
|
-
# Instance Class][1] in the *Amazon RDS User Guide
|
4696
|
+
# Instance Class][1] in the *Amazon RDS User Guide*.
|
4743
4697
|
#
|
4744
4698
|
# Default: Inherits from the source DB instance.
|
4745
4699
|
#
|
@@ -5021,7 +4975,7 @@ module Aws::RDS
|
|
5021
4975
|
#
|
5022
4976
|
# For more information about IAM database authentication, see [ IAM
|
5023
4977
|
# Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
|
5024
|
-
# RDS User Guide
|
4978
|
+
# RDS User Guide*.
|
5025
4979
|
#
|
5026
4980
|
# This setting doesn't apply to RDS Custom.
|
5027
4981
|
#
|
@@ -5169,8 +5123,7 @@ module Aws::RDS
|
|
5169
5123
|
# start with the prefix `AWSRDSCustom`.
|
5170
5124
|
#
|
5171
5125
|
# For the list of permissions required for the IAM role, see [ Configure
|
5172
|
-
# IAM and your VPC][1] in the *Amazon
|
5173
|
-
# Guide*.
|
5126
|
+
# IAM and your VPC][1] in the *Amazon RDS User Guide*.
|
5174
5127
|
#
|
5175
5128
|
# This setting is required for RDS Custom.
|
5176
5129
|
#
|
@@ -6449,52 +6402,6 @@ module Aws::RDS
|
|
6449
6402
|
req.send_request(options)
|
6450
6403
|
end
|
6451
6404
|
|
6452
|
-
# Deletes a custom Availability Zone (AZ).
|
6453
|
-
#
|
6454
|
-
# A custom AZ is an on-premises AZ that is integrated with a VMware
|
6455
|
-
# vSphere cluster.
|
6456
|
-
#
|
6457
|
-
# For more information about RDS on VMware, see the [ RDS on VMware User
|
6458
|
-
# Guide.][1]
|
6459
|
-
#
|
6460
|
-
#
|
6461
|
-
#
|
6462
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html
|
6463
|
-
#
|
6464
|
-
# @option params [required, String] :custom_availability_zone_id
|
6465
|
-
# The custom AZ identifier.
|
6466
|
-
#
|
6467
|
-
# @return [Types::DeleteCustomAvailabilityZoneResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
6468
|
-
#
|
6469
|
-
# * {Types::DeleteCustomAvailabilityZoneResult#custom_availability_zone #custom_availability_zone} => Types::CustomAvailabilityZone
|
6470
|
-
#
|
6471
|
-
# @example Request syntax with placeholder values
|
6472
|
-
#
|
6473
|
-
# resp = client.delete_custom_availability_zone({
|
6474
|
-
# custom_availability_zone_id: "String", # required
|
6475
|
-
# })
|
6476
|
-
#
|
6477
|
-
# @example Response structure
|
6478
|
-
#
|
6479
|
-
# resp.custom_availability_zone.custom_availability_zone_id #=> String
|
6480
|
-
# resp.custom_availability_zone.custom_availability_zone_name #=> String
|
6481
|
-
# resp.custom_availability_zone.custom_availability_zone_status #=> String
|
6482
|
-
# resp.custom_availability_zone.vpn_details.vpn_id #=> String
|
6483
|
-
# resp.custom_availability_zone.vpn_details.vpn_tunnel_originator_ip #=> String
|
6484
|
-
# resp.custom_availability_zone.vpn_details.vpn_gateway_ip #=> String
|
6485
|
-
# resp.custom_availability_zone.vpn_details.vpn_psk #=> String
|
6486
|
-
# resp.custom_availability_zone.vpn_details.vpn_name #=> String
|
6487
|
-
# resp.custom_availability_zone.vpn_details.vpn_state #=> String
|
6488
|
-
#
|
6489
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteCustomAvailabilityZone AWS API Documentation
|
6490
|
-
#
|
6491
|
-
# @overload delete_custom_availability_zone(params = {})
|
6492
|
-
# @param [Hash] params ({})
|
6493
|
-
def delete_custom_availability_zone(params = {}, options = {})
|
6494
|
-
req = build_request(:delete_custom_availability_zone, params)
|
6495
|
-
req.send_request(options)
|
6496
|
-
end
|
6497
|
-
|
6498
6405
|
# Deletes a custom engine version. To run this command, make sure you
|
6499
6406
|
# meet the following prerequisites:
|
6500
6407
|
#
|
@@ -6634,11 +6541,11 @@ module Aws::RDS
|
|
6634
6541
|
# snapshots of the specified DB cluster are not deleted.
|
6635
6542
|
#
|
6636
6543
|
# For more information on Amazon Aurora, see [ What is Amazon
|
6637
|
-
# Aurora?][1] in the *Amazon Aurora User Guide
|
6544
|
+
# Aurora?][1] in the *Amazon Aurora User Guide*.
|
6638
6545
|
#
|
6639
6546
|
# For more information on Multi-AZ DB clusters, see [ Multi-AZ
|
6640
6547
|
# deployments with two readable standby DB instances][2] in the *Amazon
|
6641
|
-
# RDS User Guide
|
6548
|
+
# RDS User Guide*.
|
6642
6549
|
#
|
6643
6550
|
#
|
6644
6551
|
#
|
@@ -6816,6 +6723,8 @@ module Aws::RDS
|
|
6816
6723
|
# resp.db_cluster.performance_insights_enabled #=> Boolean
|
6817
6724
|
# resp.db_cluster.performance_insights_kms_key_id #=> String
|
6818
6725
|
# resp.db_cluster.performance_insights_retention_period #=> Integer
|
6726
|
+
# resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
|
6727
|
+
# resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
|
6819
6728
|
#
|
6820
6729
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBCluster AWS API Documentation
|
6821
6730
|
#
|
@@ -6885,11 +6794,11 @@ module Aws::RDS
|
|
6885
6794
|
# clusters.
|
6886
6795
|
#
|
6887
6796
|
# For more information on Amazon Aurora, see [ What is Amazon
|
6888
|
-
# Aurora?][1] in the *Amazon Aurora User Guide
|
6797
|
+
# Aurora?][1] in the *Amazon Aurora User Guide*.
|
6889
6798
|
#
|
6890
6799
|
# For more information on Multi-AZ DB clusters, see [ Multi-AZ
|
6891
6800
|
# deployments with two readable standby DB instances][2] in the *Amazon
|
6892
|
-
# RDS User Guide
|
6801
|
+
# RDS User Guide*.
|
6893
6802
|
#
|
6894
6803
|
#
|
6895
6804
|
#
|
@@ -6942,11 +6851,11 @@ module Aws::RDS
|
|
6942
6851
|
# </note>
|
6943
6852
|
#
|
6944
6853
|
# For more information on Amazon Aurora, see [ What is Amazon
|
6945
|
-
# Aurora?][1] in the *Amazon Aurora User Guide
|
6854
|
+
# Aurora?][1] in the *Amazon Aurora User Guide*.
|
6946
6855
|
#
|
6947
6856
|
# For more information on Multi-AZ DB clusters, see [ Multi-AZ
|
6948
6857
|
# deployments with two readable standby DB instances][2] in the *Amazon
|
6949
|
-
# RDS User Guide
|
6858
|
+
# RDS User Guide*.
|
6950
6859
|
#
|
6951
6860
|
#
|
6952
6861
|
#
|
@@ -7773,49 +7682,6 @@ module Aws::RDS
|
|
7773
7682
|
req.send_request(options)
|
7774
7683
|
end
|
7775
7684
|
|
7776
|
-
# Deletes the installation medium for a DB engine that requires an
|
7777
|
-
# on-premises customer provided license, such as Microsoft SQL Server.
|
7778
|
-
#
|
7779
|
-
# @option params [required, String] :installation_media_id
|
7780
|
-
# The installation medium ID.
|
7781
|
-
#
|
7782
|
-
# @return [Types::InstallationMedia] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
7783
|
-
#
|
7784
|
-
# * {Types::InstallationMedia#installation_media_id #installation_media_id} => String
|
7785
|
-
# * {Types::InstallationMedia#custom_availability_zone_id #custom_availability_zone_id} => String
|
7786
|
-
# * {Types::InstallationMedia#engine #engine} => String
|
7787
|
-
# * {Types::InstallationMedia#engine_version #engine_version} => String
|
7788
|
-
# * {Types::InstallationMedia#engine_installation_media_path #engine_installation_media_path} => String
|
7789
|
-
# * {Types::InstallationMedia#os_installation_media_path #os_installation_media_path} => String
|
7790
|
-
# * {Types::InstallationMedia#status #status} => String
|
7791
|
-
# * {Types::InstallationMedia#failure_cause #failure_cause} => Types::InstallationMediaFailureCause
|
7792
|
-
#
|
7793
|
-
# @example Request syntax with placeholder values
|
7794
|
-
#
|
7795
|
-
# resp = client.delete_installation_media({
|
7796
|
-
# installation_media_id: "String", # required
|
7797
|
-
# })
|
7798
|
-
#
|
7799
|
-
# @example Response structure
|
7800
|
-
#
|
7801
|
-
# resp.installation_media_id #=> String
|
7802
|
-
# resp.custom_availability_zone_id #=> String
|
7803
|
-
# resp.engine #=> String
|
7804
|
-
# resp.engine_version #=> String
|
7805
|
-
# resp.engine_installation_media_path #=> String
|
7806
|
-
# resp.os_installation_media_path #=> String
|
7807
|
-
# resp.status #=> String
|
7808
|
-
# resp.failure_cause.message #=> String
|
7809
|
-
#
|
7810
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteInstallationMedia AWS API Documentation
|
7811
|
-
#
|
7812
|
-
# @overload delete_installation_media(params = {})
|
7813
|
-
# @param [Hash] params ({})
|
7814
|
-
def delete_installation_media(params = {}, options = {})
|
7815
|
-
req = build_request(:delete_installation_media, params)
|
7816
|
-
req.send_request(options)
|
7817
|
-
end
|
7818
|
-
|
7819
7685
|
# Deletes an existing option group.
|
7820
7686
|
#
|
7821
7687
|
# @option params [required, String] :option_group_name
|
@@ -8016,89 +7882,10 @@ module Aws::RDS
|
|
8016
7882
|
req.send_request(options)
|
8017
7883
|
end
|
8018
7884
|
|
8019
|
-
# Returns information about custom Availability Zones (AZs).
|
8020
|
-
#
|
8021
|
-
# A custom AZ is an on-premises AZ that is integrated with a VMware
|
8022
|
-
# vSphere cluster.
|
8023
|
-
#
|
8024
|
-
# For more information about RDS on VMware, see the [ RDS on VMware User
|
8025
|
-
# Guide.][1]
|
8026
|
-
#
|
8027
|
-
#
|
8028
|
-
#
|
8029
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html
|
8030
|
-
#
|
8031
|
-
# @option params [String] :custom_availability_zone_id
|
8032
|
-
# The custom AZ identifier. If this parameter is specified, information
|
8033
|
-
# from only the specific custom AZ is returned.
|
8034
|
-
#
|
8035
|
-
# @option params [Array<Types::Filter>] :filters
|
8036
|
-
# A filter that specifies one or more custom AZs to describe.
|
8037
|
-
#
|
8038
|
-
# @option params [Integer] :max_records
|
8039
|
-
# The maximum number of records to include in the response. If more
|
8040
|
-
# records exist than the specified `MaxRecords` value, a pagination
|
8041
|
-
# token called a marker is included in the response so you can retrieve
|
8042
|
-
# the remaining results.
|
8043
|
-
#
|
8044
|
-
# Default: 100
|
8045
|
-
#
|
8046
|
-
# Constraints: Minimum 20, maximum 100.
|
8047
|
-
#
|
8048
|
-
# @option params [String] :marker
|
8049
|
-
# An optional pagination token provided by a previous
|
8050
|
-
# `DescribeCustomAvailabilityZones` request. If this parameter is
|
8051
|
-
# specified, the response includes only records beyond the marker, up to
|
8052
|
-
# the value specified by `MaxRecords`.
|
8053
|
-
#
|
8054
|
-
# @return [Types::CustomAvailabilityZoneMessage] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
8055
|
-
#
|
8056
|
-
# * {Types::CustomAvailabilityZoneMessage#marker #marker} => String
|
8057
|
-
# * {Types::CustomAvailabilityZoneMessage#custom_availability_zones #custom_availability_zones} => Array<Types::CustomAvailabilityZone>
|
8058
|
-
#
|
8059
|
-
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
8060
|
-
#
|
8061
|
-
# @example Request syntax with placeholder values
|
8062
|
-
#
|
8063
|
-
# resp = client.describe_custom_availability_zones({
|
8064
|
-
# custom_availability_zone_id: "String",
|
8065
|
-
# filters: [
|
8066
|
-
# {
|
8067
|
-
# name: "String", # required
|
8068
|
-
# values: ["String"], # required
|
8069
|
-
# },
|
8070
|
-
# ],
|
8071
|
-
# max_records: 1,
|
8072
|
-
# marker: "String",
|
8073
|
-
# })
|
8074
|
-
#
|
8075
|
-
# @example Response structure
|
8076
|
-
#
|
8077
|
-
# resp.marker #=> String
|
8078
|
-
# resp.custom_availability_zones #=> Array
|
8079
|
-
# resp.custom_availability_zones[0].custom_availability_zone_id #=> String
|
8080
|
-
# resp.custom_availability_zones[0].custom_availability_zone_name #=> String
|
8081
|
-
# resp.custom_availability_zones[0].custom_availability_zone_status #=> String
|
8082
|
-
# resp.custom_availability_zones[0].vpn_details.vpn_id #=> String
|
8083
|
-
# resp.custom_availability_zones[0].vpn_details.vpn_tunnel_originator_ip #=> String
|
8084
|
-
# resp.custom_availability_zones[0].vpn_details.vpn_gateway_ip #=> String
|
8085
|
-
# resp.custom_availability_zones[0].vpn_details.vpn_psk #=> String
|
8086
|
-
# resp.custom_availability_zones[0].vpn_details.vpn_name #=> String
|
8087
|
-
# resp.custom_availability_zones[0].vpn_details.vpn_state #=> String
|
8088
|
-
#
|
8089
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeCustomAvailabilityZones AWS API Documentation
|
8090
|
-
#
|
8091
|
-
# @overload describe_custom_availability_zones(params = {})
|
8092
|
-
# @param [Hash] params ({})
|
8093
|
-
def describe_custom_availability_zones(params = {}, options = {})
|
8094
|
-
req = build_request(:describe_custom_availability_zones, params)
|
8095
|
-
req.send_request(options)
|
8096
|
-
end
|
8097
|
-
|
8098
7885
|
# Returns information about backtracks for a DB cluster.
|
8099
7886
|
#
|
8100
7887
|
# For more information on Amazon Aurora, see [ What is Amazon
|
8101
|
-
# Aurora?][1] in the *Amazon Aurora User Guide
|
7888
|
+
# Aurora?][1] in the *Amazon Aurora User Guide*.
|
8102
7889
|
#
|
8103
7890
|
# <note markdown="1"> This action only applies to Aurora MySQL DB clusters.
|
8104
7891
|
#
|
@@ -8317,11 +8104,11 @@ module Aws::RDS
|
|
8317
8104
|
# group.
|
8318
8105
|
#
|
8319
8106
|
# For more information on Amazon Aurora, see [ What is Amazon
|
8320
|
-
# Aurora?][1] in the *Amazon Aurora User Guide
|
8107
|
+
# Aurora?][1] in the *Amazon Aurora User Guide*.
|
8321
8108
|
#
|
8322
8109
|
# For more information on Multi-AZ DB clusters, see [ Multi-AZ
|
8323
8110
|
# deployments with two readable standby DB instances][2] in the *Amazon
|
8324
|
-
# RDS User Guide
|
8111
|
+
# RDS User Guide*.
|
8325
8112
|
#
|
8326
8113
|
#
|
8327
8114
|
#
|
@@ -8414,11 +8201,11 @@ module Aws::RDS
|
|
8414
8201
|
# parameter group.
|
8415
8202
|
#
|
8416
8203
|
# For more information on Amazon Aurora, see [ What is Amazon
|
8417
|
-
# Aurora?][1] in the *Amazon Aurora User Guide
|
8204
|
+
# Aurora?][1] in the *Amazon Aurora User Guide*.
|
8418
8205
|
#
|
8419
8206
|
# For more information on Multi-AZ DB clusters, see [ Multi-AZ
|
8420
8207
|
# deployments with two readable standby DB instances][2] in the *Amazon
|
8421
|
-
# RDS User Guide
|
8208
|
+
# RDS User Guide*.
|
8422
8209
|
#
|
8423
8210
|
#
|
8424
8211
|
#
|
@@ -8587,11 +8374,11 @@ module Aws::RDS
|
|
8587
8374
|
# supports pagination.
|
8588
8375
|
#
|
8589
8376
|
# For more information on Amazon Aurora DB clusters, see [ What is
|
8590
|
-
# Amazon Aurora?][1] in the *Amazon Aurora User Guide
|
8377
|
+
# Amazon Aurora?][1] in the *Amazon Aurora User Guide*.
|
8591
8378
|
#
|
8592
8379
|
# For more information on Multi-AZ DB clusters, see [ Multi-AZ
|
8593
8380
|
# deployments with two readable standby DB instances][2] in the *Amazon
|
8594
|
-
# RDS User Guide
|
8381
|
+
# RDS User Guide*.
|
8595
8382
|
#
|
8596
8383
|
#
|
8597
8384
|
#
|
@@ -8788,11 +8575,11 @@ module Aws::RDS
|
|
8788
8575
|
# clusters. This API supports pagination.
|
8789
8576
|
#
|
8790
8577
|
# For more information on Amazon Aurora DB clusters, see [ What is
|
8791
|
-
# Amazon Aurora?][1] in the *Amazon Aurora User Guide
|
8578
|
+
# Amazon Aurora?][1] in the *Amazon Aurora User Guide*.
|
8792
8579
|
#
|
8793
8580
|
# For more information on Multi-AZ DB clusters, see [ Multi-AZ
|
8794
8581
|
# deployments with two readable standby DB instances][2] in the *Amazon
|
8795
|
-
# RDS User Guide
|
8582
|
+
# RDS User Guide*.
|
8796
8583
|
#
|
8797
8584
|
# This operation can also return information for Amazon Neptune DB
|
8798
8585
|
# instances and Amazon DocumentDB instances.
|
@@ -8993,6 +8780,8 @@ module Aws::RDS
|
|
8993
8780
|
# resp.db_clusters[0].performance_insights_enabled #=> Boolean
|
8994
8781
|
# resp.db_clusters[0].performance_insights_kms_key_id #=> String
|
8995
8782
|
# resp.db_clusters[0].performance_insights_retention_period #=> Integer
|
8783
|
+
# resp.db_clusters[0].serverless_v2_scaling_configuration.min_capacity #=> Float
|
8784
|
+
# resp.db_clusters[0].serverless_v2_scaling_configuration.max_capacity #=> Float
|
8996
8785
|
#
|
8997
8786
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBClusters AWS API Documentation
|
8998
8787
|
#
|
@@ -10679,7 +10468,7 @@ module Aws::RDS
|
|
10679
10468
|
# cluster database engine.
|
10680
10469
|
#
|
10681
10470
|
# For more information on Amazon Aurora, see [ What is Amazon
|
10682
|
-
# Aurora?][1] in the *Amazon Aurora User Guide
|
10471
|
+
# Aurora?][1] in the *Amazon Aurora User Guide*.
|
10683
10472
|
#
|
10684
10473
|
#
|
10685
10474
|
#
|
@@ -10774,6 +10563,86 @@ module Aws::RDS
|
|
10774
10563
|
# @option params [required, String] :db_parameter_group_family
|
10775
10564
|
# The name of the DB parameter group family.
|
10776
10565
|
#
|
10566
|
+
# Valid Values:
|
10567
|
+
#
|
10568
|
+
# * `aurora5.6`
|
10569
|
+
#
|
10570
|
+
# * `aurora-mysql5.7`
|
10571
|
+
#
|
10572
|
+
# * `aurora-mysql8.0`
|
10573
|
+
#
|
10574
|
+
# * `aurora-postgresql10`
|
10575
|
+
#
|
10576
|
+
# * `aurora-postgresql11`
|
10577
|
+
#
|
10578
|
+
# * `aurora-postgresql12`
|
10579
|
+
#
|
10580
|
+
# * `aurora-postgresql13`
|
10581
|
+
#
|
10582
|
+
# * `mariadb10.2`
|
10583
|
+
#
|
10584
|
+
# * `mariadb10.3`
|
10585
|
+
#
|
10586
|
+
# * `mariadb10.4`
|
10587
|
+
#
|
10588
|
+
# * `mariadb10.5`
|
10589
|
+
#
|
10590
|
+
# * `mariadb10.6`
|
10591
|
+
#
|
10592
|
+
# * `mysql5.7`
|
10593
|
+
#
|
10594
|
+
# * `mysql8.0`
|
10595
|
+
#
|
10596
|
+
# * `postgres10`
|
10597
|
+
#
|
10598
|
+
# * `postgres11`
|
10599
|
+
#
|
10600
|
+
# * `postgres12`
|
10601
|
+
#
|
10602
|
+
# * `postgres13`
|
10603
|
+
#
|
10604
|
+
# * `postgres14`
|
10605
|
+
#
|
10606
|
+
# * `sqlserver-ee-11.0`
|
10607
|
+
#
|
10608
|
+
# * `sqlserver-ee-12.0`
|
10609
|
+
#
|
10610
|
+
# * `sqlserver-ee-13.0`
|
10611
|
+
#
|
10612
|
+
# * `sqlserver-ee-14.0`
|
10613
|
+
#
|
10614
|
+
# * `sqlserver-ee-15.0`
|
10615
|
+
#
|
10616
|
+
# * `sqlserver-ex-11.0`
|
10617
|
+
#
|
10618
|
+
# * `sqlserver-ex-12.0`
|
10619
|
+
#
|
10620
|
+
# * `sqlserver-ex-13.0`
|
10621
|
+
#
|
10622
|
+
# * `sqlserver-ex-14.0`
|
10623
|
+
#
|
10624
|
+
# * `sqlserver-ex-15.0`
|
10625
|
+
#
|
10626
|
+
# * `sqlserver-se-11.0`
|
10627
|
+
#
|
10628
|
+
# * `sqlserver-se-12.0`
|
10629
|
+
#
|
10630
|
+
# * `sqlserver-se-13.0`
|
10631
|
+
#
|
10632
|
+
# * `sqlserver-se-14.0`
|
10633
|
+
#
|
10634
|
+
# * `sqlserver-se-15.0`
|
10635
|
+
#
|
10636
|
+
# * `sqlserver-web-11.0`
|
10637
|
+
#
|
10638
|
+
# * `sqlserver-web-12.0`
|
10639
|
+
#
|
10640
|
+
# * `sqlserver-web-13.0`
|
10641
|
+
#
|
10642
|
+
# * `sqlserver-web-14.0`
|
10643
|
+
#
|
10644
|
+
# * `sqlserver-web-15.0`
|
10645
|
+
#
|
10777
10646
|
# @option params [Array<Types::Filter>] :filters
|
10778
10647
|
# This parameter isn't currently supported.
|
10779
10648
|
#
|
@@ -11286,7 +11155,7 @@ module Aws::RDS
|
|
11286
11155
|
# supports pagination.
|
11287
11156
|
#
|
11288
11157
|
# For more information on Amazon Aurora, see [ What is Amazon
|
11289
|
-
# Aurora?][1] in the *Amazon Aurora User Guide
|
11158
|
+
# Aurora?][1] in the *Amazon Aurora User Guide*.
|
11290
11159
|
#
|
11291
11160
|
# <note markdown="1"> This action only applies to Aurora DB clusters.
|
11292
11161
|
#
|
@@ -11379,82 +11248,6 @@ module Aws::RDS
|
|
11379
11248
|
req.send_request(options)
|
11380
11249
|
end
|
11381
11250
|
|
11382
|
-
# Describes the available installation media for a DB engine that
|
11383
|
-
# requires an on-premises customer provided license, such as Microsoft
|
11384
|
-
# SQL Server.
|
11385
|
-
#
|
11386
|
-
# @option params [String] :installation_media_id
|
11387
|
-
# The installation medium ID.
|
11388
|
-
#
|
11389
|
-
# @option params [Array<Types::Filter>] :filters
|
11390
|
-
# A filter that specifies one or more installation media to describe.
|
11391
|
-
# Supported filters include the following:
|
11392
|
-
#
|
11393
|
-
# * `custom-availability-zone-id` - Accepts custom Availability Zone
|
11394
|
-
# (AZ) identifiers. The results list includes information about only
|
11395
|
-
# the custom AZs identified by these identifiers.
|
11396
|
-
#
|
11397
|
-
# * `engine` - Accepts database engines. The results list includes
|
11398
|
-
# information about only the database engines identified by these
|
11399
|
-
# identifiers.
|
11400
|
-
#
|
11401
|
-
# For more information about the valid engines for installation media,
|
11402
|
-
# see ImportInstallationMedia.
|
11403
|
-
#
|
11404
|
-
# @option params [Integer] :max_records
|
11405
|
-
# An optional pagination token provided by a previous
|
11406
|
-
# DescribeInstallationMedia request. If this parameter is specified, the
|
11407
|
-
# response includes only records beyond the marker, up to the value
|
11408
|
-
# specified by `MaxRecords`.
|
11409
|
-
#
|
11410
|
-
# @option params [String] :marker
|
11411
|
-
# An optional pagination token provided by a previous request. If this
|
11412
|
-
# parameter is specified, the response includes only records beyond the
|
11413
|
-
# marker, up to the value specified by `MaxRecords`.
|
11414
|
-
#
|
11415
|
-
# @return [Types::InstallationMediaMessage] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
11416
|
-
#
|
11417
|
-
# * {Types::InstallationMediaMessage#marker #marker} => String
|
11418
|
-
# * {Types::InstallationMediaMessage#installation_media #installation_media} => Array<Types::InstallationMedia>
|
11419
|
-
#
|
11420
|
-
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
11421
|
-
#
|
11422
|
-
# @example Request syntax with placeholder values
|
11423
|
-
#
|
11424
|
-
# resp = client.describe_installation_media({
|
11425
|
-
# installation_media_id: "String",
|
11426
|
-
# filters: [
|
11427
|
-
# {
|
11428
|
-
# name: "String", # required
|
11429
|
-
# values: ["String"], # required
|
11430
|
-
# },
|
11431
|
-
# ],
|
11432
|
-
# max_records: 1,
|
11433
|
-
# marker: "String",
|
11434
|
-
# })
|
11435
|
-
#
|
11436
|
-
# @example Response structure
|
11437
|
-
#
|
11438
|
-
# resp.marker #=> String
|
11439
|
-
# resp.installation_media #=> Array
|
11440
|
-
# resp.installation_media[0].installation_media_id #=> String
|
11441
|
-
# resp.installation_media[0].custom_availability_zone_id #=> String
|
11442
|
-
# resp.installation_media[0].engine #=> String
|
11443
|
-
# resp.installation_media[0].engine_version #=> String
|
11444
|
-
# resp.installation_media[0].engine_installation_media_path #=> String
|
11445
|
-
# resp.installation_media[0].os_installation_media_path #=> String
|
11446
|
-
# resp.installation_media[0].status #=> String
|
11447
|
-
# resp.installation_media[0].failure_cause.message #=> String
|
11448
|
-
#
|
11449
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeInstallationMedia AWS API Documentation
|
11450
|
-
#
|
11451
|
-
# @overload describe_installation_media(params = {})
|
11452
|
-
# @param [Hash] params ({})
|
11453
|
-
def describe_installation_media(params = {}, options = {})
|
11454
|
-
req = build_request(:describe_installation_media, params)
|
11455
|
-
req.send_request(options)
|
11456
|
-
end
|
11457
|
-
|
11458
11251
|
# Describes all available options.
|
11459
11252
|
#
|
11460
11253
|
# @option params [required, String] :engine_name
|
@@ -11811,7 +11604,7 @@ module Aws::RDS
|
|
11811
11604
|
# An optional pagination token provided by a previous
|
11812
11605
|
# DescribeOrderableDBInstanceOptions request. If this parameter is
|
11813
11606
|
# specified, the response includes only records beyond the marker, up to
|
11814
|
-
# the value specified by `MaxRecords
|
11607
|
+
# the value specified by `MaxRecords`.
|
11815
11608
|
#
|
11816
11609
|
# @return [Types::OrderableDBInstanceOptionsMessage] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
11817
11610
|
#
|
@@ -12568,11 +12361,11 @@ module Aws::RDS
|
|
12568
12361
|
# complete.
|
12569
12362
|
#
|
12570
12363
|
# For more information on Amazon Aurora DB clusters, see [ What is
|
12571
|
-
# Amazon Aurora?][1] in the *Amazon Aurora User Guide
|
12364
|
+
# Amazon Aurora?][1] in the *Amazon Aurora User Guide*.
|
12572
12365
|
#
|
12573
12366
|
# For more information on Multi-AZ DB clusters, see [ Multi-AZ
|
12574
12367
|
# deployments with two readable standby DB instances][2] in the *Amazon
|
12575
|
-
# RDS User Guide
|
12368
|
+
# RDS User Guide*.
|
12576
12369
|
#
|
12577
12370
|
#
|
12578
12371
|
#
|
@@ -12727,6 +12520,8 @@ module Aws::RDS
|
|
12727
12520
|
# resp.db_cluster.performance_insights_enabled #=> Boolean
|
12728
12521
|
# resp.db_cluster.performance_insights_kms_key_id #=> String
|
12729
12522
|
# resp.db_cluster.performance_insights_retention_period #=> Integer
|
12523
|
+
# resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
|
12524
|
+
# resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
|
12730
12525
|
#
|
12731
12526
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/FailoverDBCluster AWS API Documentation
|
12732
12527
|
#
|
@@ -12750,7 +12545,7 @@ module Aws::RDS
|
|
12750
12545
|
#
|
12751
12546
|
# For more information about failing over an Amazon Aurora global
|
12752
12547
|
# database, see [Managed planned failover for Amazon Aurora global
|
12753
|
-
# databases][1] in the *Amazon Aurora User Guide
|
12548
|
+
# databases][1] in the *Amazon Aurora User Guide*.
|
12754
12549
|
#
|
12755
12550
|
# <note markdown="1"> This action applies to GlobalCluster (Aurora global databases) only.
|
12756
12551
|
# Use this action only on healthy Aurora global databases with running
|
@@ -12824,100 +12619,6 @@ module Aws::RDS
|
|
12824
12619
|
req.send_request(options)
|
12825
12620
|
end
|
12826
12621
|
|
12827
|
-
# Imports the installation media for a DB engine that requires an
|
12828
|
-
# on-premises customer provided license, such as SQL Server.
|
12829
|
-
#
|
12830
|
-
# @option params [required, String] :custom_availability_zone_id
|
12831
|
-
# The identifier of the custom Availability Zone (AZ) to import the
|
12832
|
-
# installation media to.
|
12833
|
-
#
|
12834
|
-
# @option params [required, String] :engine
|
12835
|
-
# The name of the database engine to be used for this instance.
|
12836
|
-
#
|
12837
|
-
# The list only includes supported DB engines that require an
|
12838
|
-
# on-premises customer provided license.
|
12839
|
-
#
|
12840
|
-
# Valid Values:
|
12841
|
-
#
|
12842
|
-
# * `sqlserver-ee`
|
12843
|
-
#
|
12844
|
-
# * `sqlserver-se`
|
12845
|
-
#
|
12846
|
-
# * `sqlserver-ex`
|
12847
|
-
#
|
12848
|
-
# * `sqlserver-web`
|
12849
|
-
#
|
12850
|
-
# @option params [required, String] :engine_version
|
12851
|
-
# The version number of the database engine to use.
|
12852
|
-
#
|
12853
|
-
# For a list of valid engine versions, call DescribeDBEngineVersions.
|
12854
|
-
#
|
12855
|
-
# The following are the database engines and links to information about
|
12856
|
-
# the major and minor versions. The list only includes DB engines that
|
12857
|
-
# require an on-premises customer provided license.
|
12858
|
-
#
|
12859
|
-
# **Microsoft SQL Server**
|
12860
|
-
#
|
12861
|
-
# See [ Microsoft SQL Server Versions on Amazon RDS][1] in the *Amazon
|
12862
|
-
# RDS User Guide.*
|
12863
|
-
#
|
12864
|
-
#
|
12865
|
-
#
|
12866
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport
|
12867
|
-
#
|
12868
|
-
# @option params [required, String] :engine_installation_media_path
|
12869
|
-
# The path to the installation medium for the specified DB engine.
|
12870
|
-
#
|
12871
|
-
# Example:
|
12872
|
-
# `SQLServerISO/en_sql_server_2016_enterprise_x64_dvd_8701793.iso`
|
12873
|
-
#
|
12874
|
-
# @option params [required, String] :os_installation_media_path
|
12875
|
-
# The path to the installation medium for the operating system
|
12876
|
-
# associated with the specified DB engine.
|
12877
|
-
#
|
12878
|
-
# Example: `WindowsISO/en_windows_server_2016_x64_dvd_9327751.iso`
|
12879
|
-
#
|
12880
|
-
# @return [Types::InstallationMedia] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
12881
|
-
#
|
12882
|
-
# * {Types::InstallationMedia#installation_media_id #installation_media_id} => String
|
12883
|
-
# * {Types::InstallationMedia#custom_availability_zone_id #custom_availability_zone_id} => String
|
12884
|
-
# * {Types::InstallationMedia#engine #engine} => String
|
12885
|
-
# * {Types::InstallationMedia#engine_version #engine_version} => String
|
12886
|
-
# * {Types::InstallationMedia#engine_installation_media_path #engine_installation_media_path} => String
|
12887
|
-
# * {Types::InstallationMedia#os_installation_media_path #os_installation_media_path} => String
|
12888
|
-
# * {Types::InstallationMedia#status #status} => String
|
12889
|
-
# * {Types::InstallationMedia#failure_cause #failure_cause} => Types::InstallationMediaFailureCause
|
12890
|
-
#
|
12891
|
-
# @example Request syntax with placeholder values
|
12892
|
-
#
|
12893
|
-
# resp = client.import_installation_media({
|
12894
|
-
# custom_availability_zone_id: "String", # required
|
12895
|
-
# engine: "String", # required
|
12896
|
-
# engine_version: "String", # required
|
12897
|
-
# engine_installation_media_path: "String", # required
|
12898
|
-
# os_installation_media_path: "String", # required
|
12899
|
-
# })
|
12900
|
-
#
|
12901
|
-
# @example Response structure
|
12902
|
-
#
|
12903
|
-
# resp.installation_media_id #=> String
|
12904
|
-
# resp.custom_availability_zone_id #=> String
|
12905
|
-
# resp.engine #=> String
|
12906
|
-
# resp.engine_version #=> String
|
12907
|
-
# resp.engine_installation_media_path #=> String
|
12908
|
-
# resp.os_installation_media_path #=> String
|
12909
|
-
# resp.status #=> String
|
12910
|
-
# resp.failure_cause.message #=> String
|
12911
|
-
#
|
12912
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ImportInstallationMedia AWS API Documentation
|
12913
|
-
#
|
12914
|
-
# @overload import_installation_media(params = {})
|
12915
|
-
# @param [Hash] params ({})
|
12916
|
-
def import_installation_media(params = {}, options = {})
|
12917
|
-
req = build_request(:import_installation_media, params)
|
12918
|
-
req.send_request(options)
|
12919
|
-
end
|
12920
|
-
|
12921
12622
|
# Lists all tags on an Amazon RDS resource.
|
12922
12623
|
#
|
12923
12624
|
# For an overview on tagging an Amazon RDS resource, see [Tagging Amazon
|
@@ -12985,8 +12686,8 @@ module Aws::RDS
|
|
12985
12686
|
end
|
12986
12687
|
|
12987
12688
|
# Override the system-default Secure Sockets Layer/Transport Layer
|
12988
|
-
# Security (SSL/TLS) certificate for Amazon RDS for new DB instances
|
12989
|
-
#
|
12689
|
+
# Security (SSL/TLS) certificate for Amazon RDS for new DB instances, or
|
12690
|
+
# remove the override.
|
12990
12691
|
#
|
12991
12692
|
# By using this operation, you can specify an RDS-approved SSL/TLS
|
12992
12693
|
# certificate for new DB instances that is different from the default
|
@@ -13063,29 +12764,29 @@ module Aws::RDS
|
|
13063
12764
|
req.send_request(options)
|
13064
12765
|
end
|
13065
12766
|
|
13066
|
-
# Set the capacity of an Aurora Serverless DB cluster to a specific
|
12767
|
+
# Set the capacity of an Aurora Serverless v1 DB cluster to a specific
|
13067
12768
|
# value.
|
13068
12769
|
#
|
13069
|
-
# Aurora Serverless scales seamlessly based on the workload on the DB
|
12770
|
+
# Aurora Serverless v1 scales seamlessly based on the workload on the DB
|
13070
12771
|
# cluster. In some cases, the capacity might not scale fast enough to
|
13071
12772
|
# meet a sudden change in workload, such as a large number of new
|
13072
12773
|
# transactions. Call `ModifyCurrentDBClusterCapacity` to set the
|
13073
12774
|
# capacity explicitly.
|
13074
12775
|
#
|
13075
|
-
# After this call sets the DB cluster capacity, Aurora Serverless can
|
12776
|
+
# After this call sets the DB cluster capacity, Aurora Serverless v1 can
|
13076
12777
|
# automatically scale the DB cluster based on the cooldown period for
|
13077
12778
|
# scaling up and the cooldown period for scaling down.
|
13078
12779
|
#
|
13079
|
-
# For more information about Aurora Serverless, see [Using Amazon
|
13080
|
-
# Serverless][1] in the *Amazon Aurora User Guide*.
|
12780
|
+
# For more information about Aurora Serverless v1, see [Using Amazon
|
12781
|
+
# Aurora Serverless v1][1] in the *Amazon Aurora User Guide*.
|
13081
12782
|
#
|
13082
12783
|
# If you call `ModifyCurrentDBClusterCapacity` with the default
|
13083
|
-
# `TimeoutAction`, connections that prevent Aurora Serverless from
|
12784
|
+
# `TimeoutAction`, connections that prevent Aurora Serverless v1 from
|
13084
12785
|
# finding a scaling point might be dropped. For more information about
|
13085
|
-
# scaling points, see [ Autoscaling for Aurora Serverless][2] in the
|
12786
|
+
# scaling points, see [ Autoscaling for Aurora Serverless v1][2] in the
|
13086
12787
|
# *Amazon Aurora User Guide*.
|
13087
12788
|
#
|
13088
|
-
# <note markdown="1"> This action only applies to Aurora Serverless DB clusters.
|
12789
|
+
# <note markdown="1"> This action only applies to Aurora Serverless v1 DB clusters.
|
13089
12790
|
#
|
13090
12791
|
# </note>
|
13091
12792
|
#
|
@@ -13107,8 +12808,8 @@ module Aws::RDS
|
|
13107
12808
|
# @option params [Integer] :capacity
|
13108
12809
|
# The DB cluster capacity.
|
13109
12810
|
#
|
13110
|
-
# When you change the capacity of a paused Aurora Serverless DB
|
13111
|
-
# it automatically resumes.
|
12811
|
+
# When you change the capacity of a paused Aurora Serverless v1 DB
|
12812
|
+
# cluster, it automatically resumes.
|
13112
12813
|
#
|
13113
12814
|
# Constraints:
|
13114
12815
|
#
|
@@ -13119,9 +12820,9 @@ module Aws::RDS
|
|
13119
12820
|
# `16`, `32`, `64`, `192`, and `384`.
|
13120
12821
|
#
|
13121
12822
|
# @option params [Integer] :seconds_before_timeout
|
13122
|
-
# The amount of time, in seconds, that Aurora Serverless tries to
|
13123
|
-
# scaling point to perform seamless scaling before enforcing the
|
13124
|
-
# action. The default is 300.
|
12823
|
+
# The amount of time, in seconds, that Aurora Serverless v1 tries to
|
12824
|
+
# find a scaling point to perform seamless scaling before enforcing the
|
12825
|
+
# timeout action. The default is 300.
|
13125
12826
|
#
|
13126
12827
|
# Specify a value between 10 and 600 seconds.
|
13127
12828
|
#
|
@@ -13325,11 +13026,11 @@ module Aws::RDS
|
|
13325
13026
|
# parameters and the new values in the request.
|
13326
13027
|
#
|
13327
13028
|
# For more information on Amazon Aurora DB clusters, see [ What is
|
13328
|
-
# Amazon Aurora?][1] in the *Amazon Aurora User Guide
|
13029
|
+
# Amazon Aurora?][1] in the *Amazon Aurora User Guide*.
|
13329
13030
|
#
|
13330
13031
|
# For more information on Multi-AZ DB clusters, see [ Multi-AZ
|
13331
13032
|
# deployments with two readable standby DB instances][2] in the *Amazon
|
13332
|
-
# RDS User Guide
|
13033
|
+
# RDS User Guide*.
|
13333
13034
|
#
|
13334
13035
|
#
|
13335
13036
|
#
|
@@ -13437,7 +13138,7 @@ module Aws::RDS
|
|
13437
13138
|
# The default is a 30-minute window selected at random from an 8-hour
|
13438
13139
|
# block of time for each Amazon Web Services Region. To view the time
|
13439
13140
|
# blocks available, see [ Backup window][1] in the *Amazon Aurora User
|
13440
|
-
# Guide
|
13141
|
+
# Guide*.
|
13441
13142
|
#
|
13442
13143
|
# Constraints:
|
13443
13144
|
#
|
@@ -13465,7 +13166,7 @@ module Aws::RDS
|
|
13465
13166
|
# block of time for each Amazon Web Services Region, occurring on a
|
13466
13167
|
# random day of the week. To see the time blocks available, see [
|
13467
13168
|
# Adjusting the Preferred DB Cluster Maintenance Window][1] in the
|
13468
|
-
# *Amazon Aurora User Guide
|
13169
|
+
# *Amazon Aurora User Guide*.
|
13469
13170
|
#
|
13470
13171
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
|
13471
13172
|
#
|
@@ -13483,7 +13184,7 @@ module Aws::RDS
|
|
13483
13184
|
# accounts. By default, mapping isn't enabled.
|
13484
13185
|
#
|
13485
13186
|
# For more information, see [ IAM Database Authentication][1] in the
|
13486
|
-
# *Amazon Aurora User Guide
|
13187
|
+
# *Amazon Aurora User Guide*.
|
13487
13188
|
#
|
13488
13189
|
# Valid for: Aurora DB clusters only
|
13489
13190
|
#
|
@@ -13528,8 +13229,8 @@ module Aws::RDS
|
|
13528
13229
|
# Possible value is `postgresql`.
|
13529
13230
|
#
|
13530
13231
|
# For more information about exporting CloudWatch Logs for Amazon RDS,
|
13531
|
-
# see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
|
13532
|
-
# *Amazon
|
13232
|
+
# see [ Publishing Database Logs to Amazon CloudWatch Logs][1] in the
|
13233
|
+
# *Amazon RDS User Guide*.
|
13533
13234
|
#
|
13534
13235
|
# For more information about exporting CloudWatch Logs for Amazon
|
13535
13236
|
# Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2] in
|
@@ -13648,16 +13349,16 @@ module Aws::RDS
|
|
13648
13349
|
#
|
13649
13350
|
# @option params [Boolean] :enable_http_endpoint
|
13650
13351
|
# A value that indicates whether to enable the HTTP endpoint for an
|
13651
|
-
# Aurora Serverless DB cluster. By default, the HTTP endpoint is
|
13352
|
+
# Aurora Serverless v1 DB cluster. By default, the HTTP endpoint is
|
13652
13353
|
# disabled.
|
13653
13354
|
#
|
13654
13355
|
# When enabled, the HTTP endpoint provides a connectionless web service
|
13655
|
-
# API for running SQL queries on the Aurora Serverless DB cluster.
|
13656
|
-
# can also query your database from inside the RDS console with the
|
13356
|
+
# API for running SQL queries on the Aurora Serverless v1 DB cluster.
|
13357
|
+
# You can also query your database from inside the RDS console with the
|
13657
13358
|
# query editor.
|
13658
13359
|
#
|
13659
|
-
# For more information, see [Using the Data API for Aurora
|
13660
|
-
#
|
13360
|
+
# For more information, see [Using the Data API for Aurora Serverless
|
13361
|
+
# v1][1] in the *Amazon Aurora User Guide*.
|
13661
13362
|
#
|
13662
13363
|
# Valid for: Aurora DB clusters only
|
13663
13364
|
#
|
@@ -13695,7 +13396,7 @@ module Aws::RDS
|
|
13695
13396
|
# engines.
|
13696
13397
|
#
|
13697
13398
|
# For the full list of DB instance classes and availability for your
|
13698
|
-
# engine, see [DB Instance Class][1] in the *Amazon RDS User Guide
|
13399
|
+
# engine, see [ DB Instance Class][1] in the *Amazon RDS User Guide*.
|
13699
13400
|
#
|
13700
13401
|
# Valid for: Multi-AZ DB clusters only
|
13701
13402
|
#
|
@@ -13808,6 +13509,17 @@ module Aws::RDS
|
|
13808
13509
|
#
|
13809
13510
|
# Valid for: Multi-AZ DB clusters only
|
13810
13511
|
#
|
13512
|
+
# @option params [Types::ServerlessV2ScalingConfiguration] :serverless_v2_scaling_configuration
|
13513
|
+
# Contains the scaling configuration of an Aurora Serverless v2 DB
|
13514
|
+
# cluster.
|
13515
|
+
#
|
13516
|
+
# For more information, see [Using Amazon Aurora Serverless v2][1] in
|
13517
|
+
# the *Amazon Aurora User Guide*.
|
13518
|
+
#
|
13519
|
+
#
|
13520
|
+
#
|
13521
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html
|
13522
|
+
#
|
13811
13523
|
# @return [Types::ModifyDBClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
13812
13524
|
#
|
13813
13525
|
# * {Types::ModifyDBClusterResult#db_cluster #db_cluster} => Types::DBCluster
|
@@ -13879,6 +13591,10 @@ module Aws::RDS
|
|
13879
13591
|
# enable_performance_insights: false,
|
13880
13592
|
# performance_insights_kms_key_id: "String",
|
13881
13593
|
# performance_insights_retention_period: 1,
|
13594
|
+
# serverless_v2_scaling_configuration: {
|
13595
|
+
# min_capacity: 1.0,
|
13596
|
+
# max_capacity: 1.0,
|
13597
|
+
# },
|
13882
13598
|
# })
|
13883
13599
|
#
|
13884
13600
|
# @example Response structure
|
@@ -13983,6 +13699,8 @@ module Aws::RDS
|
|
13983
13699
|
# resp.db_cluster.performance_insights_enabled #=> Boolean
|
13984
13700
|
# resp.db_cluster.performance_insights_kms_key_id #=> String
|
13985
13701
|
# resp.db_cluster.performance_insights_retention_period #=> Integer
|
13702
|
+
# resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
|
13703
|
+
# resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
|
13986
13704
|
#
|
13987
13705
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBCluster AWS API Documentation
|
13988
13706
|
#
|
@@ -14079,13 +13797,13 @@ module Aws::RDS
|
|
14079
13797
|
# cluster parameter group has been created or modified.
|
14080
13798
|
#
|
14081
13799
|
# If the modified DB cluster parameter group is used by an Aurora
|
14082
|
-
# Serverless cluster, Aurora applies the update immediately. The
|
14083
|
-
# restart might interrupt your workload. In that case, your
|
14084
|
-
# must reopen any connections and retry any transactions
|
14085
|
-
# active when the parameter changes took effect.
|
13800
|
+
# Serverless v1 cluster, Aurora applies the update immediately. The
|
13801
|
+
# cluster restart might interrupt your workload. In that case, your
|
13802
|
+
# application must reopen any connections and retry any transactions
|
13803
|
+
# that were active when the parameter changes took effect.
|
14086
13804
|
#
|
14087
13805
|
# For more information on Amazon Aurora DB clusters, see [ What is
|
14088
|
-
# Amazon Aurora?][2] in the *Amazon Aurora User Guide
|
13806
|
+
# Amazon Aurora?][2] in the *Amazon Aurora User Guide*.
|
14089
13807
|
#
|
14090
13808
|
# For more information on Multi-AZ DB clusters, see [ Multi-AZ
|
14091
13809
|
# deployments with two readable standby DB instances][3] in the *Amazon
|
@@ -14920,7 +14638,7 @@ module Aws::RDS
|
|
14920
14638
|
# DB instance.
|
14921
14639
|
#
|
14922
14640
|
# For more information, see [Using Amazon Performance Insights][1] in
|
14923
|
-
# the *Amazon
|
14641
|
+
# the *Amazon RDS User Guide.*.
|
14924
14642
|
#
|
14925
14643
|
# This setting doesn't apply to RDS Custom.
|
14926
14644
|
#
|
@@ -15015,7 +14733,7 @@ module Aws::RDS
|
|
15015
14733
|
#
|
15016
14734
|
# * For more information about rotating your SSL/TLS certificate for
|
15017
14735
|
# Aurora DB engines, see [ Rotating Your SSL/TLS Certificate][2] in
|
15018
|
-
# the *Amazon Aurora User Guide
|
14736
|
+
# the *Amazon Aurora User Guide*.
|
15019
14737
|
#
|
15020
14738
|
# This setting doesn't apply to RDS Custom.
|
15021
14739
|
#
|
@@ -16056,7 +15774,7 @@ module Aws::RDS
|
|
16056
15774
|
# one or more database configuration parameters by specifying these
|
16057
15775
|
# parameters and the new values in the request. For more information on
|
16058
15776
|
# Amazon Aurora, see [ What is Amazon Aurora?][1] in the *Amazon Aurora
|
16059
|
-
# User Guide
|
15777
|
+
# User Guide*.
|
16060
15778
|
#
|
16061
15779
|
# <note markdown="1"> This action only applies to Aurora DB clusters.
|
16062
15780
|
#
|
@@ -16668,6 +16386,8 @@ module Aws::RDS
|
|
16668
16386
|
# resp.db_cluster.performance_insights_enabled #=> Boolean
|
16669
16387
|
# resp.db_cluster.performance_insights_kms_key_id #=> String
|
16670
16388
|
# resp.db_cluster.performance_insights_retention_period #=> Integer
|
16389
|
+
# resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
|
16390
|
+
# resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
|
16671
16391
|
#
|
16672
16392
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplicaDBCluster AWS API Documentation
|
16673
16393
|
#
|
@@ -16908,6 +16628,8 @@ module Aws::RDS
|
|
16908
16628
|
# resp.db_cluster.performance_insights_enabled #=> Boolean
|
16909
16629
|
# resp.db_cluster.performance_insights_kms_key_id #=> String
|
16910
16630
|
# resp.db_cluster.performance_insights_retention_period #=> Integer
|
16631
|
+
# resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
|
16632
|
+
# resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
|
16911
16633
|
#
|
16912
16634
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RebootDBCluster AWS API Documentation
|
16913
16635
|
#
|
@@ -17242,7 +16964,7 @@ module Aws::RDS
|
|
17242
16964
|
# Management (IAM) role from a DB cluster.
|
17243
16965
|
#
|
17244
16966
|
# For more information on Amazon Aurora DB clusters, see [ What is
|
17245
|
-
# Amazon Aurora?][1] in the *Amazon Aurora User Guide
|
16967
|
+
# Amazon Aurora?][1] in the *Amazon Aurora User Guide*.
|
17246
16968
|
#
|
17247
16969
|
# For more information on Multi-AZ DB clusters, see [ Multi-AZ
|
17248
16970
|
# deployments with two readable standby DB instances][2] in the *Amazon
|
@@ -17448,7 +17170,7 @@ module Aws::RDS
|
|
17448
17170
|
# cluster that you want the updated static parameter to apply to.
|
17449
17171
|
#
|
17450
17172
|
# For more information on Amazon Aurora DB clusters, see [ What is
|
17451
|
-
# Amazon Aurora?][1] in the *Amazon Aurora User Guide
|
17173
|
+
# Amazon Aurora?][1] in the *Amazon Aurora User Guide*.
|
17452
17174
|
#
|
17453
17175
|
# For more information on Multi-AZ DB clusters, see [ Multi-AZ
|
17454
17176
|
# deployments with two readable standby DB instances][2] in the *Amazon
|
@@ -17645,7 +17367,7 @@ module Aws::RDS
|
|
17645
17367
|
# </note>
|
17646
17368
|
#
|
17647
17369
|
# For more information on Amazon Aurora, see [ What is Amazon
|
17648
|
-
# Aurora?][2] in the *Amazon Aurora User Guide
|
17370
|
+
# Aurora?][2] in the *Amazon Aurora User Guide*.
|
17649
17371
|
#
|
17650
17372
|
# <note markdown="1"> This action only applies to Aurora DB clusters. The source DB engine
|
17651
17373
|
# must be MySQL.
|
@@ -17795,7 +17517,7 @@ module Aws::RDS
|
|
17795
17517
|
# The default is a 30-minute window selected at random from an 8-hour
|
17796
17518
|
# block of time for each Amazon Web Services Region. To view the time
|
17797
17519
|
# blocks available, see [ Backup window][1] in the *Amazon Aurora User
|
17798
|
-
# Guide
|
17520
|
+
# Guide*.
|
17799
17521
|
#
|
17800
17522
|
# Constraints:
|
17801
17523
|
#
|
@@ -17821,7 +17543,7 @@ module Aws::RDS
|
|
17821
17543
|
# block of time for each Amazon Web Services Region, occurring on a
|
17822
17544
|
# random day of the week. To see the time blocks available, see [
|
17823
17545
|
# Adjusting the Preferred Maintenance Window][1] in the *Amazon Aurora
|
17824
|
-
# User Guide
|
17546
|
+
# User Guide*.
|
17825
17547
|
#
|
17826
17548
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
|
17827
17549
|
#
|
@@ -17863,7 +17585,7 @@ module Aws::RDS
|
|
17863
17585
|
# accounts. By default, mapping isn't enabled.
|
17864
17586
|
#
|
17865
17587
|
# For more information, see [ IAM Database Authentication][1] in the
|
17866
|
-
# *Amazon Aurora User Guide
|
17588
|
+
# *Amazon Aurora User Guide*.
|
17867
17589
|
#
|
17868
17590
|
#
|
17869
17591
|
#
|
@@ -17962,6 +17684,17 @@ module Aws::RDS
|
|
17962
17684
|
# Specify the name of the IAM role to be used when making API calls to
|
17963
17685
|
# the Directory Service.
|
17964
17686
|
#
|
17687
|
+
# @option params [Types::ServerlessV2ScalingConfiguration] :serverless_v2_scaling_configuration
|
17688
|
+
# Contains the scaling configuration of an Aurora Serverless v2 DB
|
17689
|
+
# cluster.
|
17690
|
+
#
|
17691
|
+
# For more information, see [Using Amazon Aurora Serverless v2][1] in
|
17692
|
+
# the *Amazon Aurora User Guide*.
|
17693
|
+
#
|
17694
|
+
#
|
17695
|
+
#
|
17696
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html
|
17697
|
+
#
|
17965
17698
|
# @return [Types::RestoreDBClusterFromS3Result] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
17966
17699
|
#
|
17967
17700
|
# * {Types::RestoreDBClusterFromS3Result#db_cluster #db_cluster} => Types::DBCluster
|
@@ -18005,6 +17738,10 @@ module Aws::RDS
|
|
18005
17738
|
# copy_tags_to_snapshot: false,
|
18006
17739
|
# domain: "String",
|
18007
17740
|
# domain_iam_role_name: "String",
|
17741
|
+
# serverless_v2_scaling_configuration: {
|
17742
|
+
# min_capacity: 1.0,
|
17743
|
+
# max_capacity: 1.0,
|
17744
|
+
# },
|
18008
17745
|
# })
|
18009
17746
|
#
|
18010
17747
|
# @example Response structure
|
@@ -18109,6 +17846,8 @@ module Aws::RDS
|
|
18109
17846
|
# resp.db_cluster.performance_insights_enabled #=> Boolean
|
18110
17847
|
# resp.db_cluster.performance_insights_kms_key_id #=> String
|
18111
17848
|
# resp.db_cluster.performance_insights_retention_period #=> Integer
|
17849
|
+
# resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
|
17850
|
+
# resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
|
18112
17851
|
#
|
18113
17852
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromS3 AWS API Documentation
|
18114
17853
|
#
|
@@ -18135,7 +17874,7 @@ module Aws::RDS
|
|
18135
17874
|
# </note>
|
18136
17875
|
#
|
18137
17876
|
# For more information on Amazon Aurora DB clusters, see [ What is
|
18138
|
-
# Amazon Aurora?][1] in the *Amazon Aurora User Guide
|
17877
|
+
# Amazon Aurora?][1] in the *Amazon Aurora User Guide*.
|
18139
17878
|
#
|
18140
17879
|
# For more information on Multi-AZ DB clusters, see [ Multi-AZ
|
18141
17880
|
# deployments with two readable standby DB instances][2] in the *Amazon
|
@@ -18229,12 +17968,12 @@ module Aws::RDS
|
|
18229
17968
|
# **Aurora MySQL**
|
18230
17969
|
#
|
18231
17970
|
# See [MySQL on Amazon RDS Versions][1] in the *Amazon Aurora User
|
18232
|
-
# Guide
|
17971
|
+
# Guide*.
|
18233
17972
|
#
|
18234
17973
|
# **Aurora PostgreSQL**
|
18235
17974
|
#
|
18236
17975
|
# See [Amazon Aurora PostgreSQL releases and engine versions][2] in the
|
18237
|
-
# *Amazon Aurora User Guide
|
17976
|
+
# *Amazon Aurora User Guide*.
|
18238
17977
|
#
|
18239
17978
|
# **MySQL**
|
18240
17979
|
#
|
@@ -18321,7 +18060,7 @@ module Aws::RDS
|
|
18321
18060
|
# accounts. By default, mapping isn't enabled.
|
18322
18061
|
#
|
18323
18062
|
# For more information, see [ IAM Database Authentication][1] in the
|
18324
|
-
# *Amazon Aurora User Guide
|
18063
|
+
# *Amazon Aurora User Guide*.
|
18325
18064
|
#
|
18326
18065
|
# Valid for: Aurora DB clusters only
|
18327
18066
|
#
|
@@ -18371,7 +18110,7 @@ module Aws::RDS
|
|
18371
18110
|
#
|
18372
18111
|
# For more information about exporting CloudWatch Logs for Amazon RDS,
|
18373
18112
|
# see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
|
18374
|
-
# *Amazon
|
18113
|
+
# *Amazon RDS User Guide.*.
|
18375
18114
|
#
|
18376
18115
|
# For more information about exporting CloudWatch Logs for Amazon
|
18377
18116
|
# Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2] in
|
@@ -18537,6 +18276,17 @@ module Aws::RDS
|
|
18537
18276
|
#
|
18538
18277
|
# Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
18539
18278
|
#
|
18279
|
+
# @option params [Types::ServerlessV2ScalingConfiguration] :serverless_v2_scaling_configuration
|
18280
|
+
# Contains the scaling configuration of an Aurora Serverless v2 DB
|
18281
|
+
# cluster.
|
18282
|
+
#
|
18283
|
+
# For more information, see [Using Amazon Aurora Serverless v2][1] in
|
18284
|
+
# the *Amazon Aurora User Guide*.
|
18285
|
+
#
|
18286
|
+
#
|
18287
|
+
#
|
18288
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html
|
18289
|
+
#
|
18540
18290
|
# @return [Types::RestoreDBClusterFromSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
18541
18291
|
#
|
18542
18292
|
# * {Types::RestoreDBClusterFromSnapshotResult#db_cluster #db_cluster} => Types::DBCluster
|
@@ -18599,6 +18349,10 @@ module Aws::RDS
|
|
18599
18349
|
# storage_type: "String",
|
18600
18350
|
# iops: 1,
|
18601
18351
|
# publicly_accessible: false,
|
18352
|
+
# serverless_v2_scaling_configuration: {
|
18353
|
+
# min_capacity: 1.0,
|
18354
|
+
# max_capacity: 1.0,
|
18355
|
+
# },
|
18602
18356
|
# })
|
18603
18357
|
#
|
18604
18358
|
# @example Response structure
|
@@ -18703,6 +18457,8 @@ module Aws::RDS
|
|
18703
18457
|
# resp.db_cluster.performance_insights_enabled #=> Boolean
|
18704
18458
|
# resp.db_cluster.performance_insights_kms_key_id #=> String
|
18705
18459
|
# resp.db_cluster.performance_insights_retention_period #=> Integer
|
18460
|
+
# resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
|
18461
|
+
# resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
|
18706
18462
|
#
|
18707
18463
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromSnapshot AWS API Documentation
|
18708
18464
|
#
|
@@ -18731,7 +18487,7 @@ module Aws::RDS
|
|
18731
18487
|
# </note>
|
18732
18488
|
#
|
18733
18489
|
# For more information on Amazon Aurora DB clusters, see [ What is
|
18734
|
-
# Amazon Aurora?][1] in the *Amazon Aurora User Guide
|
18490
|
+
# Amazon Aurora?][1] in the *Amazon Aurora User Guide*.
|
18735
18491
|
#
|
18736
18492
|
# For more information on Multi-AZ DB clusters, see [ Multi-AZ
|
18737
18493
|
# deployments with two readable standby DB instances][2] in the *Amazon
|
@@ -18890,7 +18646,7 @@ module Aws::RDS
|
|
18890
18646
|
# accounts. By default, mapping isn't enabled.
|
18891
18647
|
#
|
18892
18648
|
# For more information, see [ IAM Database Authentication][1] in the
|
18893
|
-
# *Amazon Aurora User Guide
|
18649
|
+
# *Amazon Aurora User Guide*.
|
18894
18650
|
#
|
18895
18651
|
# Valid for: Aurora DB clusters only
|
18896
18652
|
#
|
@@ -18936,7 +18692,7 @@ module Aws::RDS
|
|
18936
18692
|
#
|
18937
18693
|
# For more information about exporting CloudWatch Logs for Amazon RDS,
|
18938
18694
|
# see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
|
18939
|
-
# *Amazon
|
18695
|
+
# *Amazon RDS User Guide.*.
|
18940
18696
|
#
|
18941
18697
|
# For more information about exporting CloudWatch Logs for Amazon
|
18942
18698
|
# Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2] in
|
@@ -19011,10 +18767,11 @@ module Aws::RDS
|
|
19011
18767
|
# @option params [String] :engine_mode
|
19012
18768
|
# The engine mode of the new cluster. Specify `provisioned` or
|
19013
18769
|
# `serverless`, depending on the type of the cluster you are creating.
|
19014
|
-
# You can create an Aurora Serverless clone from a provisioned
|
19015
|
-
# or a provisioned clone from an Aurora Serverless cluster.
|
19016
|
-
# clone that is an Aurora Serverless cluster, the
|
19017
|
-
# be an Aurora Serverless cluster or an
|
18770
|
+
# You can create an Aurora Serverless v1 clone from a provisioned
|
18771
|
+
# cluster, or a provisioned clone from an Aurora Serverless v1 cluster.
|
18772
|
+
# To create a clone that is an Aurora Serverless v1 cluster, the
|
18773
|
+
# original cluster must be an Aurora Serverless v1 cluster or an
|
18774
|
+
# encrypted provisioned cluster.
|
19018
18775
|
#
|
19019
18776
|
# Valid for: Aurora DB clusters only
|
19020
18777
|
#
|
@@ -19100,6 +18857,17 @@ module Aws::RDS
|
|
19100
18857
|
#
|
19101
18858
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS
|
19102
18859
|
#
|
18860
|
+
# @option params [Types::ServerlessV2ScalingConfiguration] :serverless_v2_scaling_configuration
|
18861
|
+
# Contains the scaling configuration of an Aurora Serverless v2 DB
|
18862
|
+
# cluster.
|
18863
|
+
#
|
18864
|
+
# For more information, see [Using Amazon Aurora Serverless v2][1] in
|
18865
|
+
# the *Amazon Aurora User Guide*.
|
18866
|
+
#
|
18867
|
+
#
|
18868
|
+
#
|
18869
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html
|
18870
|
+
#
|
19103
18871
|
# @return [Types::RestoreDBClusterToPointInTimeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
19104
18872
|
#
|
19105
18873
|
# * {Types::RestoreDBClusterToPointInTimeResult#db_cluster #db_cluster} => Types::DBCluster
|
@@ -19161,6 +18929,10 @@ module Aws::RDS
|
|
19161
18929
|
# storage_type: "String",
|
19162
18930
|
# publicly_accessible: false,
|
19163
18931
|
# iops: 1,
|
18932
|
+
# serverless_v2_scaling_configuration: {
|
18933
|
+
# min_capacity: 1.0,
|
18934
|
+
# max_capacity: 1.0,
|
18935
|
+
# },
|
19164
18936
|
# })
|
19165
18937
|
#
|
19166
18938
|
# @example Response structure
|
@@ -19265,6 +19037,8 @@ module Aws::RDS
|
|
19265
19037
|
# resp.db_cluster.performance_insights_enabled #=> Boolean
|
19266
19038
|
# resp.db_cluster.performance_insights_kms_key_id #=> String
|
19267
19039
|
# resp.db_cluster.performance_insights_retention_period #=> Integer
|
19040
|
+
# resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
|
19041
|
+
# resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
|
19268
19042
|
#
|
19269
19043
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterToPointInTime AWS API Documentation
|
19270
19044
|
#
|
@@ -20301,7 +20075,7 @@ module Aws::RDS
|
|
20301
20075
|
# DB instance.
|
20302
20076
|
#
|
20303
20077
|
# For more information, see [Using Amazon Performance Insights][1] in
|
20304
|
-
# the *Amazon
|
20078
|
+
# the *Amazon RDS User Guide.*.
|
20305
20079
|
#
|
20306
20080
|
#
|
20307
20081
|
#
|
@@ -20641,7 +20415,7 @@ module Aws::RDS
|
|
20641
20415
|
# example db.m4.large. Not all DB instance classes are available in all
|
20642
20416
|
# Amazon Web Services Regions, or for all database engines. For the full
|
20643
20417
|
# list of DB instance classes, and availability for your engine, see [DB
|
20644
|
-
# Instance Class][1] in the *Amazon RDS User Guide
|
20418
|
+
# Instance Class][1] in the *Amazon RDS User Guide*.
|
20645
20419
|
#
|
20646
20420
|
# Default: The same DBInstanceClass as the original DB instance.
|
20647
20421
|
#
|
@@ -20967,8 +20741,7 @@ module Aws::RDS
|
|
20967
20741
|
# start with the prefix `AWSRDSCustom`.
|
20968
20742
|
#
|
20969
20743
|
# For the list of permissions required for the IAM role, see [ Configure
|
20970
|
-
# IAM and your VPC][1] in the *Amazon
|
20971
|
-
# Guide*.
|
20744
|
+
# IAM and your VPC][1] in the *Amazon RDS User Guide*.
|
20972
20745
|
#
|
20973
20746
|
# This setting is required for RDS Custom.
|
20974
20747
|
#
|
@@ -21454,7 +21227,7 @@ module Aws::RDS
|
|
21454
21227
|
# StopDBCluster action.
|
21455
21228
|
#
|
21456
21229
|
# For more information, see [ Stopping and Starting an Aurora
|
21457
|
-
# Cluster][1] in the *Amazon Aurora User Guide
|
21230
|
+
# Cluster][1] in the *Amazon Aurora User Guide*.
|
21458
21231
|
#
|
21459
21232
|
# <note markdown="1"> This action only applies to Aurora DB clusters.
|
21460
21233
|
#
|
@@ -21580,6 +21353,8 @@ module Aws::RDS
|
|
21580
21353
|
# resp.db_cluster.performance_insights_enabled #=> Boolean
|
21581
21354
|
# resp.db_cluster.performance_insights_kms_key_id #=> String
|
21582
21355
|
# resp.db_cluster.performance_insights_retention_period #=> Integer
|
21356
|
+
# resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
|
21357
|
+
# resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
|
21583
21358
|
#
|
21584
21359
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBCluster AWS API Documentation
|
21585
21360
|
#
|
@@ -22044,7 +21819,7 @@ module Aws::RDS
|
|
22044
21819
|
# do a point-in-time restore if necessary.
|
22045
21820
|
#
|
22046
21821
|
# For more information, see [ Stopping and Starting an Aurora
|
22047
|
-
# Cluster][1] in the *Amazon Aurora User Guide
|
21822
|
+
# Cluster][1] in the *Amazon Aurora User Guide*.
|
22048
21823
|
#
|
22049
21824
|
# <note markdown="1"> This action only applies to Aurora DB clusters.
|
22050
21825
|
#
|
@@ -22170,6 +21945,8 @@ module Aws::RDS
|
|
22170
21945
|
# resp.db_cluster.performance_insights_enabled #=> Boolean
|
22171
21946
|
# resp.db_cluster.performance_insights_kms_key_id #=> String
|
22172
21947
|
# resp.db_cluster.performance_insights_retention_period #=> Integer
|
21948
|
+
# resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
|
21949
|
+
# resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
|
22173
21950
|
#
|
22174
21951
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBCluster AWS API Documentation
|
22175
21952
|
#
|
@@ -22444,7 +22221,7 @@ module Aws::RDS
|
|
22444
22221
|
params: params,
|
22445
22222
|
config: config)
|
22446
22223
|
context[:gem_name] = 'aws-sdk-rds'
|
22447
|
-
context[:gem_version] = '1.
|
22224
|
+
context[:gem_version] = '1.144.0'
|
22448
22225
|
Seahorse::Client::Request.new(handlers, context)
|
22449
22226
|
end
|
22450
22227
|
|