aws-sdk-rds 1.100.0 → 1.105.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-rds.rb +1 -1
- data/lib/aws-sdk-rds/client.rb +180 -66
- data/lib/aws-sdk-rds/client_api.rb +10 -0
- data/lib/aws-sdk-rds/db_cluster.rb +31 -14
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +17 -0
- data/lib/aws-sdk-rds/db_engine_version.rb +8 -7
- data/lib/aws-sdk-rds/db_instance.rb +46 -33
- data/lib/aws-sdk-rds/db_snapshot.rb +15 -5
- data/lib/aws-sdk-rds/resource.rb +27 -32
- data/lib/aws-sdk-rds/types.rb +147 -92
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e7b51d5746ee3517673310ca140af168157562f94072402df4a9f9afa974b7f2
|
4
|
+
data.tar.gz: b1464fc5440cd2bfc44d1edccc144d21f46a2f6c419c97cdae25cc07cd14fb6e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8e2b010cac4074450d28e5a3440e9099c5b840ed011f5273b572c35bc464327c13e0ca856c76766386900c3b46c8534d79136ee36db9a79960b549307663859
|
7
|
+
data.tar.gz: 5a8bdc952bf4a44fe6b510fc51a80dc5500fc78d55a3ff6dda1374e521b86c0300bf0f267bbc7c73753189d55ec80b6e1d9fc9aac5d1996bb7010a763d846abb
|
data/lib/aws-sdk-rds.rb
CHANGED
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -1281,6 +1281,9 @@ module Aws::RDS
|
|
1281
1281
|
# resp.db_cluster_snapshot.db_cluster_snapshot_arn #=> String
|
1282
1282
|
# resp.db_cluster_snapshot.source_db_cluster_snapshot_arn #=> String
|
1283
1283
|
# resp.db_cluster_snapshot.iam_database_authentication_enabled #=> Boolean
|
1284
|
+
# resp.db_cluster_snapshot.tag_list #=> Array
|
1285
|
+
# resp.db_cluster_snapshot.tag_list[0].key #=> String
|
1286
|
+
# resp.db_cluster_snapshot.tag_list[0].value #=> String
|
1284
1287
|
#
|
1285
1288
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CopyDBClusterSnapshot AWS API Documentation
|
1286
1289
|
#
|
@@ -1387,7 +1390,7 @@ module Aws::RDS
|
|
1387
1390
|
end
|
1388
1391
|
|
1389
1392
|
# Copies the specified DB snapshot. The source DB snapshot must be in
|
1390
|
-
# the `available`
|
1393
|
+
# the `available` state.
|
1391
1394
|
#
|
1392
1395
|
# You can copy a snapshot from one AWS Region to another. In that case,
|
1393
1396
|
# the AWS Region where you call the `CopyDBSnapshot` action is the
|
@@ -1624,6 +1627,9 @@ module Aws::RDS
|
|
1624
1627
|
# resp.db_snapshot.processor_features[0].name #=> String
|
1625
1628
|
# resp.db_snapshot.processor_features[0].value #=> String
|
1626
1629
|
# resp.db_snapshot.dbi_resource_id #=> String
|
1630
|
+
# resp.db_snapshot.tag_list #=> Array
|
1631
|
+
# resp.db_snapshot.tag_list[0].key #=> String
|
1632
|
+
# resp.db_snapshot.tag_list[0].value #=> String
|
1627
1633
|
#
|
1628
1634
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CopyDBSnapshot AWS API Documentation
|
1629
1635
|
#
|
@@ -1637,25 +1643,13 @@ module Aws::RDS
|
|
1637
1643
|
# Copies the specified option group.
|
1638
1644
|
#
|
1639
1645
|
# @option params [required, String] :source_option_group_identifier
|
1640
|
-
# The identifier
|
1641
|
-
# about creating an ARN, see [ Constructing an ARN for Amazon RDS][1] in
|
1642
|
-
# the *Amazon RDS User Guide*.
|
1646
|
+
# The identifier for the source option group.
|
1643
1647
|
#
|
1644
1648
|
# Constraints:
|
1645
1649
|
#
|
1646
1650
|
# * Must specify a valid option group.
|
1647
1651
|
#
|
1648
|
-
#
|
1649
|
-
# specify a valid option group identifier, for example
|
1650
|
-
# `my-option-group`, or a valid ARN.
|
1651
|
-
#
|
1652
|
-
# * If the source option group is in a different AWS Region than the
|
1653
|
-
# copy, specify a valid option group ARN, for example
|
1654
|
-
# `arn:aws:rds:us-west-2:123456789012:og:special-options`.
|
1655
|
-
#
|
1656
|
-
#
|
1657
|
-
#
|
1658
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing
|
1652
|
+
# ^
|
1659
1653
|
#
|
1660
1654
|
# @option params [required, String] :target_option_group_identifier
|
1661
1655
|
# The identifier for the copied option group.
|
@@ -2157,14 +2151,23 @@ module Aws::RDS
|
|
2157
2151
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
2158
2152
|
#
|
2159
2153
|
# @option params [String] :engine_mode
|
2160
|
-
# The DB engine mode of the DB cluster, either `provisioned
|
2154
|
+
# The DB engine mode of the DB cluster, either `provisioned`
|
2161
2155
|
# `serverless`, `parallelquery`, `global`, or `multimaster`.
|
2162
2156
|
#
|
2163
|
-
#
|
2164
|
-
#
|
2165
|
-
#
|
2157
|
+
# The `parallelquery` engine mode isn't required for Aurora MySQL
|
2158
|
+
# version 1.23 and higher 1.x versions, and version 2.09 and higher 2.x
|
2159
|
+
# versions.
|
2166
2160
|
#
|
2167
|
-
#
|
2161
|
+
# The `global` engine mode isn't required for Aurora MySQL version 1.22
|
2162
|
+
# and higher 1.x versions, and `global` engine mode isn't required for
|
2163
|
+
# any 2.x versions.
|
2164
|
+
#
|
2165
|
+
# The `multimaster` engine mode only applies for DB clusters created
|
2166
|
+
# with Aurora MySQL version 5.6.10a.
|
2167
|
+
#
|
2168
|
+
# For Aurora PostgreSQL, the `global` engine mode isn't required, and
|
2169
|
+
# both the `parallelquery` and the `multimaster` engine modes currently
|
2170
|
+
# aren't supported.
|
2168
2171
|
#
|
2169
2172
|
# Limitations and requirements apply to some DB engine modes. For more
|
2170
2173
|
# information, see the following sections in the *Amazon Aurora User
|
@@ -2174,7 +2177,7 @@ module Aws::RDS
|
|
2174
2177
|
#
|
2175
2178
|
# * [ Limitations of Parallel Query][2]
|
2176
2179
|
#
|
2177
|
-
# * [
|
2180
|
+
# * [ Limitations of Aurora Global Databases][3]
|
2178
2181
|
#
|
2179
2182
|
# * [ Limitations of Multi-Master Clusters][4]
|
2180
2183
|
#
|
@@ -2405,6 +2408,9 @@ module Aws::RDS
|
|
2405
2408
|
# resp.db_cluster.domain_memberships[0].status #=> String
|
2406
2409
|
# resp.db_cluster.domain_memberships[0].fqdn #=> String
|
2407
2410
|
# resp.db_cluster.domain_memberships[0].iam_role_name #=> String
|
2411
|
+
# resp.db_cluster.tag_list #=> Array
|
2412
|
+
# resp.db_cluster.tag_list[0].key #=> String
|
2413
|
+
# resp.db_cluster.tag_list[0].value #=> String
|
2408
2414
|
# resp.db_cluster.global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
|
2409
2415
|
# resp.db_cluster.global_write_forwarding_requested #=> Boolean
|
2410
2416
|
#
|
@@ -2722,6 +2728,9 @@ module Aws::RDS
|
|
2722
2728
|
# resp.db_cluster_snapshot.db_cluster_snapshot_arn #=> String
|
2723
2729
|
# resp.db_cluster_snapshot.source_db_cluster_snapshot_arn #=> String
|
2724
2730
|
# resp.db_cluster_snapshot.iam_database_authentication_enabled #=> Boolean
|
2731
|
+
# resp.db_cluster_snapshot.tag_list #=> Array
|
2732
|
+
# resp.db_cluster_snapshot.tag_list[0].key #=> String
|
2733
|
+
# resp.db_cluster_snapshot.tag_list[0].value #=> String
|
2725
2734
|
#
|
2726
2735
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBClusterSnapshot AWS API Documentation
|
2727
2736
|
#
|
@@ -3263,8 +3272,8 @@ module Aws::RDS
|
|
3263
3272
|
#
|
3264
3273
|
# **Microsoft SQL Server**
|
3265
3274
|
#
|
3266
|
-
# See [
|
3267
|
-
# User Guide.*
|
3275
|
+
# See [Microsoft SQL Server Versions on Amazon RDS][2] in the *Amazon
|
3276
|
+
# RDS User Guide.*
|
3268
3277
|
#
|
3269
3278
|
# **MySQL**
|
3270
3279
|
#
|
@@ -3283,7 +3292,7 @@ module Aws::RDS
|
|
3283
3292
|
#
|
3284
3293
|
#
|
3285
3294
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt
|
3286
|
-
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.
|
3295
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport
|
3287
3296
|
# [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt
|
3288
3297
|
# [4]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html
|
3289
3298
|
# [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts.General.DBVersions
|
@@ -3332,6 +3341,9 @@ module Aws::RDS
|
|
3332
3341
|
# Not applicable. The character set is managed by the DB cluster. For
|
3333
3342
|
# more information, see `CreateDBCluster`.
|
3334
3343
|
#
|
3344
|
+
# @option params [String] :nchar_character_set_name
|
3345
|
+
# The name of the NCHAR character set for the Oracle DB instance.
|
3346
|
+
#
|
3335
3347
|
# @option params [Boolean] :publicly_accessible
|
3336
3348
|
# A value that indicates whether the DB instance is publicly accessible.
|
3337
3349
|
#
|
@@ -3496,29 +3508,8 @@ module Aws::RDS
|
|
3496
3508
|
# Access Management (IAM) accounts to database accounts. By default,
|
3497
3509
|
# mapping is disabled.
|
3498
3510
|
#
|
3499
|
-
#
|
3500
|
-
#
|
3501
|
-
#
|
3502
|
-
# **Amazon Aurora**
|
3503
|
-
#
|
3504
|
-
# Not applicable. Mapping AWS IAM accounts to database accounts is
|
3505
|
-
# managed by the DB cluster.
|
3506
|
-
#
|
3507
|
-
# **MySQL**
|
3508
|
-
#
|
3509
|
-
# * For MySQL 5.6, minor version 5.6.34 or higher
|
3510
|
-
#
|
3511
|
-
# * For MySQL 5.7, minor version 5.7.16 or higher
|
3512
|
-
#
|
3513
|
-
# * For MySQL 8.0, minor version 8.0.16 or higher
|
3514
|
-
#
|
3515
|
-
# **PostgreSQL**
|
3516
|
-
#
|
3517
|
-
# * For PostgreSQL 9.5, minor version 9.5.15 or higher
|
3518
|
-
#
|
3519
|
-
# * For PostgreSQL 9.6, minor version 9.6.11 or higher
|
3520
|
-
#
|
3521
|
-
# * PostgreSQL 10.6, 10.7, and 10.9
|
3511
|
+
# This setting doesn't apply to Amazon Aurora. Mapping AWS IAM accounts
|
3512
|
+
# to database accounts is managed by the DB cluster.
|
3522
3513
|
#
|
3523
3514
|
# For more information, see [ IAM Database Authentication for MySQL and
|
3524
3515
|
# PostgreSQL][1] in the *Amazon RDS User Guide.*
|
@@ -3559,6 +3550,10 @@ module Aws::RDS
|
|
3559
3550
|
# CloudWatch Logs ][1] in the *Amazon Relational Database Service User
|
3560
3551
|
# Guide*.
|
3561
3552
|
#
|
3553
|
+
# **Amazon Aurora**
|
3554
|
+
#
|
3555
|
+
# Not applicable. CloudWatch Logs exports are managed by the DB cluster.
|
3556
|
+
#
|
3562
3557
|
# **MariaDB**
|
3563
3558
|
#
|
3564
3559
|
# Possible values are `audit`, `error`, `general`, and `slowquery`.
|
@@ -3658,6 +3653,7 @@ module Aws::RDS
|
|
3658
3653
|
# iops: 1,
|
3659
3654
|
# option_group_name: "String",
|
3660
3655
|
# character_set_name: "String",
|
3656
|
+
# nchar_character_set_name: "String",
|
3661
3657
|
# publicly_accessible: false,
|
3662
3658
|
# tags: [
|
3663
3659
|
# {
|
@@ -3765,6 +3761,7 @@ module Aws::RDS
|
|
3765
3761
|
# resp.db_instance.option_group_memberships[0].option_group_name #=> String
|
3766
3762
|
# resp.db_instance.option_group_memberships[0].status #=> String
|
3767
3763
|
# resp.db_instance.character_set_name #=> String
|
3764
|
+
# resp.db_instance.nchar_character_set_name #=> String
|
3768
3765
|
# resp.db_instance.secondary_availability_zone #=> String
|
3769
3766
|
# resp.db_instance.publicly_accessible #=> Boolean
|
3770
3767
|
# resp.db_instance.status_infos #=> Array
|
@@ -3810,6 +3807,9 @@ module Aws::RDS
|
|
3810
3807
|
# resp.db_instance.listener_endpoint.port #=> Integer
|
3811
3808
|
# resp.db_instance.listener_endpoint.hosted_zone_id #=> String
|
3812
3809
|
# resp.db_instance.max_allocated_storage #=> Integer
|
3810
|
+
# resp.db_instance.tag_list #=> Array
|
3811
|
+
# resp.db_instance.tag_list[0].key #=> String
|
3812
|
+
# resp.db_instance.tag_list[0].value #=> String
|
3813
3813
|
#
|
3814
3814
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstance AWS API Documentation
|
3815
3815
|
#
|
@@ -4143,8 +4143,7 @@ module Aws::RDS
|
|
4143
4143
|
# @option params [Boolean] :enable_iam_database_authentication
|
4144
4144
|
# A value that indicates whether to enable mapping of AWS Identity and
|
4145
4145
|
# Access Management (IAM) accounts to database accounts. By default,
|
4146
|
-
# mapping is disabled.
|
4147
|
-
# see CreateDBInstance.
|
4146
|
+
# mapping is disabled.
|
4148
4147
|
#
|
4149
4148
|
# For more information about IAM database authentication, see [ IAM
|
4150
4149
|
# Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
|
@@ -4245,6 +4244,10 @@ module Aws::RDS
|
|
4245
4244
|
#
|
4246
4245
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html
|
4247
4246
|
#
|
4247
|
+
# @option params [Integer] :max_allocated_storage
|
4248
|
+
# The upper limit to which Amazon RDS can automatically scale the
|
4249
|
+
# storage of the DB instance.
|
4250
|
+
#
|
4248
4251
|
# @option params [String] :source_region
|
4249
4252
|
# The source region of the snapshot. This is only needed when the
|
4250
4253
|
# shapshot is encrypted and in a different region.
|
@@ -4324,6 +4327,7 @@ module Aws::RDS
|
|
4324
4327
|
# domain: "String",
|
4325
4328
|
# domain_iam_role_name: "String",
|
4326
4329
|
# replica_mode: "open-read-only", # accepts open-read-only, mounted
|
4330
|
+
# max_allocated_storage: 1,
|
4327
4331
|
# source_region: "String",
|
4328
4332
|
# })
|
4329
4333
|
#
|
@@ -4399,6 +4403,7 @@ module Aws::RDS
|
|
4399
4403
|
# resp.db_instance.option_group_memberships[0].option_group_name #=> String
|
4400
4404
|
# resp.db_instance.option_group_memberships[0].status #=> String
|
4401
4405
|
# resp.db_instance.character_set_name #=> String
|
4406
|
+
# resp.db_instance.nchar_character_set_name #=> String
|
4402
4407
|
# resp.db_instance.secondary_availability_zone #=> String
|
4403
4408
|
# resp.db_instance.publicly_accessible #=> Boolean
|
4404
4409
|
# resp.db_instance.status_infos #=> Array
|
@@ -4444,6 +4449,9 @@ module Aws::RDS
|
|
4444
4449
|
# resp.db_instance.listener_endpoint.port #=> Integer
|
4445
4450
|
# resp.db_instance.listener_endpoint.hosted_zone_id #=> String
|
4446
4451
|
# resp.db_instance.max_allocated_storage #=> Integer
|
4452
|
+
# resp.db_instance.tag_list #=> Array
|
4453
|
+
# resp.db_instance.tag_list[0].key #=> String
|
4454
|
+
# resp.db_instance.tag_list[0].value #=> String
|
4447
4455
|
#
|
4448
4456
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstanceReadReplica AWS API Documentation
|
4449
4457
|
#
|
@@ -4774,8 +4782,8 @@ module Aws::RDS
|
|
4774
4782
|
req.send_request(options)
|
4775
4783
|
end
|
4776
4784
|
|
4777
|
-
# Creates a
|
4778
|
-
# state.
|
4785
|
+
# Creates a snapshot of a DB instance. The source DB instance must be in
|
4786
|
+
# the `available` or `storage-optimization`state.
|
4779
4787
|
#
|
4780
4788
|
# @option params [required, String] :db_snapshot_identifier
|
4781
4789
|
# The identifier for the DB snapshot.
|
@@ -4875,6 +4883,9 @@ module Aws::RDS
|
|
4875
4883
|
# resp.db_snapshot.processor_features[0].name #=> String
|
4876
4884
|
# resp.db_snapshot.processor_features[0].value #=> String
|
4877
4885
|
# resp.db_snapshot.dbi_resource_id #=> String
|
4886
|
+
# resp.db_snapshot.tag_list #=> Array
|
4887
|
+
# resp.db_snapshot.tag_list[0].key #=> String
|
4888
|
+
# resp.db_snapshot.tag_list[0].value #=> String
|
4878
4889
|
#
|
4879
4890
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBSnapshot AWS API Documentation
|
4880
4891
|
#
|
@@ -5537,6 +5548,9 @@ module Aws::RDS
|
|
5537
5548
|
# resp.db_cluster.domain_memberships[0].status #=> String
|
5538
5549
|
# resp.db_cluster.domain_memberships[0].fqdn #=> String
|
5539
5550
|
# resp.db_cluster.domain_memberships[0].iam_role_name #=> String
|
5551
|
+
# resp.db_cluster.tag_list #=> Array
|
5552
|
+
# resp.db_cluster.tag_list[0].key #=> String
|
5553
|
+
# resp.db_cluster.tag_list[0].value #=> String
|
5540
5554
|
# resp.db_cluster.global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
|
5541
5555
|
# resp.db_cluster.global_write_forwarding_requested #=> Boolean
|
5542
5556
|
#
|
@@ -5728,6 +5742,9 @@ module Aws::RDS
|
|
5728
5742
|
# resp.db_cluster_snapshot.db_cluster_snapshot_arn #=> String
|
5729
5743
|
# resp.db_cluster_snapshot.source_db_cluster_snapshot_arn #=> String
|
5730
5744
|
# resp.db_cluster_snapshot.iam_database_authentication_enabled #=> Boolean
|
5745
|
+
# resp.db_cluster_snapshot.tag_list #=> Array
|
5746
|
+
# resp.db_cluster_snapshot.tag_list[0].key #=> String
|
5747
|
+
# resp.db_cluster_snapshot.tag_list[0].value #=> String
|
5731
5748
|
#
|
5732
5749
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBClusterSnapshot AWS API Documentation
|
5733
5750
|
#
|
@@ -5923,6 +5940,7 @@ module Aws::RDS
|
|
5923
5940
|
# resp.db_instance.option_group_memberships[0].option_group_name #=> String
|
5924
5941
|
# resp.db_instance.option_group_memberships[0].status #=> String
|
5925
5942
|
# resp.db_instance.character_set_name #=> String
|
5943
|
+
# resp.db_instance.nchar_character_set_name #=> String
|
5926
5944
|
# resp.db_instance.secondary_availability_zone #=> String
|
5927
5945
|
# resp.db_instance.publicly_accessible #=> Boolean
|
5928
5946
|
# resp.db_instance.status_infos #=> Array
|
@@ -5968,6 +5986,9 @@ module Aws::RDS
|
|
5968
5986
|
# resp.db_instance.listener_endpoint.port #=> Integer
|
5969
5987
|
# resp.db_instance.listener_endpoint.hosted_zone_id #=> String
|
5970
5988
|
# resp.db_instance.max_allocated_storage #=> Integer
|
5989
|
+
# resp.db_instance.tag_list #=> Array
|
5990
|
+
# resp.db_instance.tag_list[0].key #=> String
|
5991
|
+
# resp.db_instance.tag_list[0].value #=> String
|
5971
5992
|
#
|
5972
5993
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBInstance AWS API Documentation
|
5973
5994
|
#
|
@@ -6239,6 +6260,9 @@ module Aws::RDS
|
|
6239
6260
|
# resp.db_snapshot.processor_features[0].name #=> String
|
6240
6261
|
# resp.db_snapshot.processor_features[0].value #=> String
|
6241
6262
|
# resp.db_snapshot.dbi_resource_id #=> String
|
6263
|
+
# resp.db_snapshot.tag_list #=> Array
|
6264
|
+
# resp.db_snapshot.tag_list[0].key #=> String
|
6265
|
+
# resp.db_snapshot.tag_list[0].value #=> String
|
6242
6266
|
#
|
6243
6267
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBSnapshot AWS API Documentation
|
6244
6268
|
#
|
@@ -7387,6 +7411,9 @@ module Aws::RDS
|
|
7387
7411
|
# resp.db_cluster_snapshots[0].db_cluster_snapshot_arn #=> String
|
7388
7412
|
# resp.db_cluster_snapshots[0].source_db_cluster_snapshot_arn #=> String
|
7389
7413
|
# resp.db_cluster_snapshots[0].iam_database_authentication_enabled #=> Boolean
|
7414
|
+
# resp.db_cluster_snapshots[0].tag_list #=> Array
|
7415
|
+
# resp.db_cluster_snapshots[0].tag_list[0].key #=> String
|
7416
|
+
# resp.db_cluster_snapshots[0].tag_list[0].value #=> String
|
7390
7417
|
#
|
7391
7418
|
#
|
7392
7419
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -7574,6 +7601,9 @@ module Aws::RDS
|
|
7574
7601
|
# resp.db_clusters[0].domain_memberships[0].status #=> String
|
7575
7602
|
# resp.db_clusters[0].domain_memberships[0].fqdn #=> String
|
7576
7603
|
# resp.db_clusters[0].domain_memberships[0].iam_role_name #=> String
|
7604
|
+
# resp.db_clusters[0].tag_list #=> Array
|
7605
|
+
# resp.db_clusters[0].tag_list[0].key #=> String
|
7606
|
+
# resp.db_clusters[0].tag_list[0].value #=> String
|
7577
7607
|
# resp.db_clusters[0].global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
|
7578
7608
|
# resp.db_clusters[0].global_write_forwarding_requested #=> Boolean
|
7579
7609
|
#
|
@@ -7707,6 +7737,9 @@ module Aws::RDS
|
|
7707
7737
|
# resp.db_engine_versions[0].supported_character_sets #=> Array
|
7708
7738
|
# resp.db_engine_versions[0].supported_character_sets[0].character_set_name #=> String
|
7709
7739
|
# resp.db_engine_versions[0].supported_character_sets[0].character_set_description #=> String
|
7740
|
+
# resp.db_engine_versions[0].supported_nchar_character_sets #=> Array
|
7741
|
+
# resp.db_engine_versions[0].supported_nchar_character_sets[0].character_set_name #=> String
|
7742
|
+
# resp.db_engine_versions[0].supported_nchar_character_sets[0].character_set_description #=> String
|
7710
7743
|
# resp.db_engine_versions[0].valid_upgrade_target #=> Array
|
7711
7744
|
# resp.db_engine_versions[0].valid_upgrade_target[0].engine #=> String
|
7712
7745
|
# resp.db_engine_versions[0].valid_upgrade_target[0].engine_version #=> String
|
@@ -8021,6 +8054,7 @@ module Aws::RDS
|
|
8021
8054
|
# resp.db_instances[0].option_group_memberships[0].option_group_name #=> String
|
8022
8055
|
# resp.db_instances[0].option_group_memberships[0].status #=> String
|
8023
8056
|
# resp.db_instances[0].character_set_name #=> String
|
8057
|
+
# resp.db_instances[0].nchar_character_set_name #=> String
|
8024
8058
|
# resp.db_instances[0].secondary_availability_zone #=> String
|
8025
8059
|
# resp.db_instances[0].publicly_accessible #=> Boolean
|
8026
8060
|
# resp.db_instances[0].status_infos #=> Array
|
@@ -8066,6 +8100,9 @@ module Aws::RDS
|
|
8066
8100
|
# resp.db_instances[0].listener_endpoint.port #=> Integer
|
8067
8101
|
# resp.db_instances[0].listener_endpoint.hosted_zone_id #=> String
|
8068
8102
|
# resp.db_instances[0].max_allocated_storage #=> Integer
|
8103
|
+
# resp.db_instances[0].tag_list #=> Array
|
8104
|
+
# resp.db_instances[0].tag_list[0].key #=> String
|
8105
|
+
# resp.db_instances[0].tag_list[0].value #=> String
|
8069
8106
|
#
|
8070
8107
|
#
|
8071
8108
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -8932,6 +8969,9 @@ module Aws::RDS
|
|
8932
8969
|
# resp.db_snapshots[0].processor_features[0].name #=> String
|
8933
8970
|
# resp.db_snapshots[0].processor_features[0].value #=> String
|
8934
8971
|
# resp.db_snapshots[0].dbi_resource_id #=> String
|
8972
|
+
# resp.db_snapshots[0].tag_list #=> Array
|
8973
|
+
# resp.db_snapshots[0].tag_list[0].key #=> String
|
8974
|
+
# resp.db_snapshots[0].tag_list[0].value #=> String
|
8935
8975
|
#
|
8936
8976
|
#
|
8937
8977
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -10944,6 +10984,9 @@ module Aws::RDS
|
|
10944
10984
|
# resp.db_cluster.domain_memberships[0].status #=> String
|
10945
10985
|
# resp.db_cluster.domain_memberships[0].fqdn #=> String
|
10946
10986
|
# resp.db_cluster.domain_memberships[0].iam_role_name #=> String
|
10987
|
+
# resp.db_cluster.tag_list #=> Array
|
10988
|
+
# resp.db_cluster.tag_list[0].key #=> String
|
10989
|
+
# resp.db_cluster.tag_list[0].value #=> String
|
10947
10990
|
# resp.db_cluster.global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
|
10948
10991
|
# resp.db_cluster.global_write_forwarding_requested #=> Boolean
|
10949
10992
|
#
|
@@ -10990,12 +11033,12 @@ module Aws::RDS
|
|
10990
11033
|
#
|
10991
11034
|
# **Microsoft SQL Server**
|
10992
11035
|
#
|
10993
|
-
# See [
|
10994
|
-
# User Guide.*
|
11036
|
+
# See [ Microsoft SQL Server Versions on Amazon RDS][1] in the *Amazon
|
11037
|
+
# RDS User Guide.*
|
10995
11038
|
#
|
10996
11039
|
#
|
10997
11040
|
#
|
10998
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.
|
11041
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport
|
10999
11042
|
#
|
11000
11043
|
# @option params [required, String] :engine_installation_media_path
|
11001
11044
|
# The path to the installation medium for the specified DB engine.
|
@@ -11722,6 +11765,9 @@ module Aws::RDS
|
|
11722
11765
|
# resp.db_cluster.domain_memberships[0].status #=> String
|
11723
11766
|
# resp.db_cluster.domain_memberships[0].fqdn #=> String
|
11724
11767
|
# resp.db_cluster.domain_memberships[0].iam_role_name #=> String
|
11768
|
+
# resp.db_cluster.tag_list #=> Array
|
11769
|
+
# resp.db_cluster.tag_list[0].key #=> String
|
11770
|
+
# resp.db_cluster.tag_list[0].value #=> String
|
11725
11771
|
# resp.db_cluster.global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
|
11726
11772
|
# resp.db_cluster.global_write_forwarding_requested #=> Boolean
|
11727
11773
|
#
|
@@ -12280,7 +12326,7 @@ module Aws::RDS
|
|
12280
12326
|
# The version number of the database engine to upgrade to. Changing this
|
12281
12327
|
# parameter results in an outage and the change is applied during the
|
12282
12328
|
# next maintenance window unless the `ApplyImmediately` parameter is
|
12283
|
-
#
|
12329
|
+
# enabled for this request.
|
12284
12330
|
#
|
12285
12331
|
# For major version upgrades, if a nondefault DB parameter group is
|
12286
12332
|
# currently in use, a new DB parameter group in the DB parameter group
|
@@ -12554,8 +12600,10 @@ module Aws::RDS
|
|
12554
12600
|
# @option params [Boolean] :enable_iam_database_authentication
|
12555
12601
|
# A value that indicates whether to enable mapping of AWS Identity and
|
12556
12602
|
# Access Management (IAM) accounts to database accounts. By default,
|
12557
|
-
# mapping is disabled.
|
12558
|
-
#
|
12603
|
+
# mapping is disabled.
|
12604
|
+
#
|
12605
|
+
# This setting doesn't apply to Amazon Aurora. Mapping AWS IAM accounts
|
12606
|
+
# to database accounts is managed by the DB cluster.
|
12559
12607
|
#
|
12560
12608
|
# For more information about IAM database authentication, see [ IAM
|
12561
12609
|
# Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
|
@@ -12822,6 +12870,7 @@ module Aws::RDS
|
|
12822
12870
|
# resp.db_instance.option_group_memberships[0].option_group_name #=> String
|
12823
12871
|
# resp.db_instance.option_group_memberships[0].status #=> String
|
12824
12872
|
# resp.db_instance.character_set_name #=> String
|
12873
|
+
# resp.db_instance.nchar_character_set_name #=> String
|
12825
12874
|
# resp.db_instance.secondary_availability_zone #=> String
|
12826
12875
|
# resp.db_instance.publicly_accessible #=> Boolean
|
12827
12876
|
# resp.db_instance.status_infos #=> Array
|
@@ -12867,6 +12916,9 @@ module Aws::RDS
|
|
12867
12916
|
# resp.db_instance.listener_endpoint.port #=> Integer
|
12868
12917
|
# resp.db_instance.listener_endpoint.hosted_zone_id #=> String
|
12869
12918
|
# resp.db_instance.max_allocated_storage #=> Integer
|
12919
|
+
# resp.db_instance.tag_list #=> Array
|
12920
|
+
# resp.db_instance.tag_list[0].key #=> String
|
12921
|
+
# resp.db_instance.tag_list[0].value #=> String
|
12870
12922
|
#
|
12871
12923
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBInstance AWS API Documentation
|
12872
12924
|
#
|
@@ -13241,6 +13293,9 @@ module Aws::RDS
|
|
13241
13293
|
# resp.db_snapshot.processor_features[0].name #=> String
|
13242
13294
|
# resp.db_snapshot.processor_features[0].value #=> String
|
13243
13295
|
# resp.db_snapshot.dbi_resource_id #=> String
|
13296
|
+
# resp.db_snapshot.tag_list #=> Array
|
13297
|
+
# resp.db_snapshot.tag_list[0].key #=> String
|
13298
|
+
# resp.db_snapshot.tag_list[0].value #=> String
|
13244
13299
|
#
|
13245
13300
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBSnapshot AWS API Documentation
|
13246
13301
|
#
|
@@ -13906,6 +13961,7 @@ module Aws::RDS
|
|
13906
13961
|
# resp.db_instance.option_group_memberships[0].option_group_name #=> String
|
13907
13962
|
# resp.db_instance.option_group_memberships[0].status #=> String
|
13908
13963
|
# resp.db_instance.character_set_name #=> String
|
13964
|
+
# resp.db_instance.nchar_character_set_name #=> String
|
13909
13965
|
# resp.db_instance.secondary_availability_zone #=> String
|
13910
13966
|
# resp.db_instance.publicly_accessible #=> Boolean
|
13911
13967
|
# resp.db_instance.status_infos #=> Array
|
@@ -13951,6 +14007,9 @@ module Aws::RDS
|
|
13951
14007
|
# resp.db_instance.listener_endpoint.port #=> Integer
|
13952
14008
|
# resp.db_instance.listener_endpoint.hosted_zone_id #=> String
|
13953
14009
|
# resp.db_instance.max_allocated_storage #=> Integer
|
14010
|
+
# resp.db_instance.tag_list #=> Array
|
14011
|
+
# resp.db_instance.tag_list[0].key #=> String
|
14012
|
+
# resp.db_instance.tag_list[0].value #=> String
|
13954
14013
|
#
|
13955
14014
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplica AWS API Documentation
|
13956
14015
|
#
|
@@ -14066,6 +14125,9 @@ module Aws::RDS
|
|
14066
14125
|
# resp.db_cluster.domain_memberships[0].status #=> String
|
14067
14126
|
# resp.db_cluster.domain_memberships[0].fqdn #=> String
|
14068
14127
|
# resp.db_cluster.domain_memberships[0].iam_role_name #=> String
|
14128
|
+
# resp.db_cluster.tag_list #=> Array
|
14129
|
+
# resp.db_cluster.tag_list[0].key #=> String
|
14130
|
+
# resp.db_cluster.tag_list[0].value #=> String
|
14069
14131
|
# resp.db_cluster.global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
|
14070
14132
|
# resp.db_cluster.global_write_forwarding_requested #=> Boolean
|
14071
14133
|
#
|
@@ -14299,6 +14361,7 @@ module Aws::RDS
|
|
14299
14361
|
# resp.db_instance.option_group_memberships[0].option_group_name #=> String
|
14300
14362
|
# resp.db_instance.option_group_memberships[0].status #=> String
|
14301
14363
|
# resp.db_instance.character_set_name #=> String
|
14364
|
+
# resp.db_instance.nchar_character_set_name #=> String
|
14302
14365
|
# resp.db_instance.secondary_availability_zone #=> String
|
14303
14366
|
# resp.db_instance.publicly_accessible #=> Boolean
|
14304
14367
|
# resp.db_instance.status_infos #=> Array
|
@@ -14344,6 +14407,9 @@ module Aws::RDS
|
|
14344
14407
|
# resp.db_instance.listener_endpoint.port #=> Integer
|
14345
14408
|
# resp.db_instance.listener_endpoint.hosted_zone_id #=> String
|
14346
14409
|
# resp.db_instance.max_allocated_storage #=> Integer
|
14410
|
+
# resp.db_instance.tag_list #=> Array
|
14411
|
+
# resp.db_instance.tag_list[0].key #=> String
|
14412
|
+
# resp.db_instance.tag_list[0].value #=> String
|
14347
14413
|
#
|
14348
14414
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RebootDBInstance AWS API Documentation
|
14349
14415
|
#
|
@@ -15290,6 +15356,9 @@ module Aws::RDS
|
|
15290
15356
|
# resp.db_cluster.domain_memberships[0].status #=> String
|
15291
15357
|
# resp.db_cluster.domain_memberships[0].fqdn #=> String
|
15292
15358
|
# resp.db_cluster.domain_memberships[0].iam_role_name #=> String
|
15359
|
+
# resp.db_cluster.tag_list #=> Array
|
15360
|
+
# resp.db_cluster.tag_list[0].key #=> String
|
15361
|
+
# resp.db_cluster.tag_list[0].value #=> String
|
15293
15362
|
# resp.db_cluster.global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
|
15294
15363
|
# resp.db_cluster.global_write_forwarding_requested #=> Boolean
|
15295
15364
|
#
|
@@ -15493,6 +15562,12 @@ module Aws::RDS
|
|
15493
15562
|
# The DB engine mode of the DB cluster, either `provisioned`,
|
15494
15563
|
# `serverless`, `parallelquery`, `global`, or `multimaster`.
|
15495
15564
|
#
|
15565
|
+
# For more information, see [ CreateDBCluster][1].
|
15566
|
+
#
|
15567
|
+
#
|
15568
|
+
#
|
15569
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBCluster.html
|
15570
|
+
#
|
15496
15571
|
# @option params [Types::ScalingConfiguration] :scaling_configuration
|
15497
15572
|
# For DB clusters in `serverless` DB engine mode, the scaling properties
|
15498
15573
|
# of the DB cluster.
|
@@ -15676,6 +15751,9 @@ module Aws::RDS
|
|
15676
15751
|
# resp.db_cluster.domain_memberships[0].status #=> String
|
15677
15752
|
# resp.db_cluster.domain_memberships[0].fqdn #=> String
|
15678
15753
|
# resp.db_cluster.domain_memberships[0].iam_role_name #=> String
|
15754
|
+
# resp.db_cluster.tag_list #=> Array
|
15755
|
+
# resp.db_cluster.tag_list[0].key #=> String
|
15756
|
+
# resp.db_cluster.tag_list[0].value #=> String
|
15679
15757
|
# resp.db_cluster.global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
|
15680
15758
|
# resp.db_cluster.global_write_forwarding_requested #=> Boolean
|
15681
15759
|
#
|
@@ -16046,6 +16124,9 @@ module Aws::RDS
|
|
16046
16124
|
# resp.db_cluster.domain_memberships[0].status #=> String
|
16047
16125
|
# resp.db_cluster.domain_memberships[0].fqdn #=> String
|
16048
16126
|
# resp.db_cluster.domain_memberships[0].iam_role_name #=> String
|
16127
|
+
# resp.db_cluster.tag_list #=> Array
|
16128
|
+
# resp.db_cluster.tag_list[0].key #=> String
|
16129
|
+
# resp.db_cluster.tag_list[0].value #=> String
|
16049
16130
|
# resp.db_cluster.global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
|
16050
16131
|
# resp.db_cluster.global_write_forwarding_requested #=> Boolean
|
16051
16132
|
#
|
@@ -16306,8 +16387,7 @@ module Aws::RDS
|
|
16306
16387
|
# @option params [Boolean] :enable_iam_database_authentication
|
16307
16388
|
# A value that indicates whether to enable mapping of AWS Identity and
|
16308
16389
|
# Access Management (IAM) accounts to database accounts. By default,
|
16309
|
-
# mapping is disabled.
|
16310
|
-
# see CreateDBInstance.
|
16390
|
+
# mapping is disabled.
|
16311
16391
|
#
|
16312
16392
|
# For more information about IAM database authentication, see [ IAM
|
16313
16393
|
# Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
|
@@ -16321,11 +16401,11 @@ module Aws::RDS
|
|
16321
16401
|
# The list of logs that the restored DB instance is to export to
|
16322
16402
|
# CloudWatch Logs. The values in the list depend on the DB engine being
|
16323
16403
|
# used. For more information, see [Publishing Database Logs to Amazon
|
16324
|
-
# CloudWatch Logs][1] in the *Amazon
|
16404
|
+
# CloudWatch Logs][1] in the *Amazon RDS User Guide*.
|
16325
16405
|
#
|
16326
16406
|
#
|
16327
16407
|
#
|
16328
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/
|
16408
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
16329
16409
|
#
|
16330
16410
|
# @option params [Array<Types::ProcessorFeature>] :processor_features
|
16331
16411
|
# The number of CPU cores and the number of threads per core for the DB
|
@@ -16575,6 +16655,7 @@ module Aws::RDS
|
|
16575
16655
|
# resp.db_instance.option_group_memberships[0].option_group_name #=> String
|
16576
16656
|
# resp.db_instance.option_group_memberships[0].status #=> String
|
16577
16657
|
# resp.db_instance.character_set_name #=> String
|
16658
|
+
# resp.db_instance.nchar_character_set_name #=> String
|
16578
16659
|
# resp.db_instance.secondary_availability_zone #=> String
|
16579
16660
|
# resp.db_instance.publicly_accessible #=> Boolean
|
16580
16661
|
# resp.db_instance.status_infos #=> Array
|
@@ -16620,6 +16701,9 @@ module Aws::RDS
|
|
16620
16701
|
# resp.db_instance.listener_endpoint.port #=> Integer
|
16621
16702
|
# resp.db_instance.listener_endpoint.hosted_zone_id #=> String
|
16622
16703
|
# resp.db_instance.max_allocated_storage #=> Integer
|
16704
|
+
# resp.db_instance.tag_list #=> Array
|
16705
|
+
# resp.db_instance.tag_list[0].key #=> String
|
16706
|
+
# resp.db_instance.tag_list[0].value #=> String
|
16623
16707
|
#
|
16624
16708
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromDBSnapshot AWS API Documentation
|
16625
16709
|
#
|
@@ -16913,8 +16997,7 @@ module Aws::RDS
|
|
16913
16997
|
# @option params [Boolean] :enable_iam_database_authentication
|
16914
16998
|
# A value that indicates whether to enable mapping of AWS Identity and
|
16915
16999
|
# Access Management (IAM) accounts to database accounts. By default,
|
16916
|
-
# mapping is disabled.
|
16917
|
-
# see CreateDBInstance.
|
17000
|
+
# mapping is disabled.
|
16918
17001
|
#
|
16919
17002
|
# For more information about IAM database authentication, see [ IAM
|
16920
17003
|
# Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
|
@@ -17000,6 +17083,10 @@ module Aws::RDS
|
|
17000
17083
|
#
|
17001
17084
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
|
17002
17085
|
#
|
17086
|
+
# @option params [Integer] :max_allocated_storage
|
17087
|
+
# The upper limit to which Amazon RDS can automatically scale the
|
17088
|
+
# storage of the DB instance.
|
17089
|
+
#
|
17003
17090
|
# @return [Types::RestoreDBInstanceFromS3Result] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
17004
17091
|
#
|
17005
17092
|
# * {Types::RestoreDBInstanceFromS3Result#db_instance #db_instance} => Types::DBInstance
|
@@ -17060,6 +17147,7 @@ module Aws::RDS
|
|
17060
17147
|
# ],
|
17061
17148
|
# use_default_processor_features: false,
|
17062
17149
|
# deletion_protection: false,
|
17150
|
+
# max_allocated_storage: 1,
|
17063
17151
|
# })
|
17064
17152
|
#
|
17065
17153
|
# @example Response structure
|
@@ -17134,6 +17222,7 @@ module Aws::RDS
|
|
17134
17222
|
# resp.db_instance.option_group_memberships[0].option_group_name #=> String
|
17135
17223
|
# resp.db_instance.option_group_memberships[0].status #=> String
|
17136
17224
|
# resp.db_instance.character_set_name #=> String
|
17225
|
+
# resp.db_instance.nchar_character_set_name #=> String
|
17137
17226
|
# resp.db_instance.secondary_availability_zone #=> String
|
17138
17227
|
# resp.db_instance.publicly_accessible #=> Boolean
|
17139
17228
|
# resp.db_instance.status_infos #=> Array
|
@@ -17179,6 +17268,9 @@ module Aws::RDS
|
|
17179
17268
|
# resp.db_instance.listener_endpoint.port #=> Integer
|
17180
17269
|
# resp.db_instance.listener_endpoint.hosted_zone_id #=> String
|
17181
17270
|
# resp.db_instance.max_allocated_storage #=> Integer
|
17271
|
+
# resp.db_instance.tag_list #=> Array
|
17272
|
+
# resp.db_instance.tag_list[0].key #=> String
|
17273
|
+
# resp.db_instance.tag_list[0].value #=> String
|
17182
17274
|
#
|
17183
17275
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromS3 AWS API Documentation
|
17184
17276
|
#
|
@@ -17437,8 +17529,7 @@ module Aws::RDS
|
|
17437
17529
|
# @option params [Boolean] :enable_iam_database_authentication
|
17438
17530
|
# A value that indicates whether to enable mapping of AWS Identity and
|
17439
17531
|
# Access Management (IAM) accounts to database accounts. By default,
|
17440
|
-
# mapping is disabled.
|
17441
|
-
# see CreateDBInstance.
|
17532
|
+
# mapping is disabled.
|
17442
17533
|
#
|
17443
17534
|
# For more information about IAM database authentication, see [ IAM
|
17444
17535
|
# Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
|
@@ -17495,6 +17586,10 @@ module Aws::RDS
|
|
17495
17586
|
# @option params [String] :source_dbi_resource_id
|
17496
17587
|
# The resource ID of the source DB instance from which to restore.
|
17497
17588
|
#
|
17589
|
+
# @option params [Integer] :max_allocated_storage
|
17590
|
+
# The upper limit to which Amazon RDS can automatically scale the
|
17591
|
+
# storage of the DB instance.
|
17592
|
+
#
|
17498
17593
|
# @return [Types::RestoreDBInstanceToPointInTimeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
17499
17594
|
#
|
17500
17595
|
# * {Types::RestoreDBInstanceToPointInTimeResult#db_instance #db_instance} => Types::DBInstance
|
@@ -17639,6 +17734,7 @@ module Aws::RDS
|
|
17639
17734
|
# db_parameter_group_name: "String",
|
17640
17735
|
# deletion_protection: false,
|
17641
17736
|
# source_dbi_resource_id: "String",
|
17737
|
+
# max_allocated_storage: 1,
|
17642
17738
|
# })
|
17643
17739
|
#
|
17644
17740
|
# @example Response structure
|
@@ -17713,6 +17809,7 @@ module Aws::RDS
|
|
17713
17809
|
# resp.db_instance.option_group_memberships[0].option_group_name #=> String
|
17714
17810
|
# resp.db_instance.option_group_memberships[0].status #=> String
|
17715
17811
|
# resp.db_instance.character_set_name #=> String
|
17812
|
+
# resp.db_instance.nchar_character_set_name #=> String
|
17716
17813
|
# resp.db_instance.secondary_availability_zone #=> String
|
17717
17814
|
# resp.db_instance.publicly_accessible #=> Boolean
|
17718
17815
|
# resp.db_instance.status_infos #=> Array
|
@@ -17758,6 +17855,9 @@ module Aws::RDS
|
|
17758
17855
|
# resp.db_instance.listener_endpoint.port #=> Integer
|
17759
17856
|
# resp.db_instance.listener_endpoint.hosted_zone_id #=> String
|
17760
17857
|
# resp.db_instance.max_allocated_storage #=> Integer
|
17858
|
+
# resp.db_instance.tag_list #=> Array
|
17859
|
+
# resp.db_instance.tag_list[0].key #=> String
|
17860
|
+
# resp.db_instance.tag_list[0].value #=> String
|
17761
17861
|
#
|
17762
17862
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceToPointInTime AWS API Documentation
|
17763
17863
|
#
|
@@ -18025,6 +18125,9 @@ module Aws::RDS
|
|
18025
18125
|
# resp.db_cluster.domain_memberships[0].status #=> String
|
18026
18126
|
# resp.db_cluster.domain_memberships[0].fqdn #=> String
|
18027
18127
|
# resp.db_cluster.domain_memberships[0].iam_role_name #=> String
|
18128
|
+
# resp.db_cluster.tag_list #=> Array
|
18129
|
+
# resp.db_cluster.tag_list[0].key #=> String
|
18130
|
+
# resp.db_cluster.tag_list[0].value #=> String
|
18028
18131
|
# resp.db_cluster.global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
|
18029
18132
|
# resp.db_cluster.global_write_forwarding_requested #=> Boolean
|
18030
18133
|
#
|
@@ -18138,6 +18241,7 @@ module Aws::RDS
|
|
18138
18241
|
# resp.db_instance.option_group_memberships[0].option_group_name #=> String
|
18139
18242
|
# resp.db_instance.option_group_memberships[0].status #=> String
|
18140
18243
|
# resp.db_instance.character_set_name #=> String
|
18244
|
+
# resp.db_instance.nchar_character_set_name #=> String
|
18141
18245
|
# resp.db_instance.secondary_availability_zone #=> String
|
18142
18246
|
# resp.db_instance.publicly_accessible #=> Boolean
|
18143
18247
|
# resp.db_instance.status_infos #=> Array
|
@@ -18183,6 +18287,9 @@ module Aws::RDS
|
|
18183
18287
|
# resp.db_instance.listener_endpoint.port #=> Integer
|
18184
18288
|
# resp.db_instance.listener_endpoint.hosted_zone_id #=> String
|
18185
18289
|
# resp.db_instance.max_allocated_storage #=> Integer
|
18290
|
+
# resp.db_instance.tag_list #=> Array
|
18291
|
+
# resp.db_instance.tag_list[0].key #=> String
|
18292
|
+
# resp.db_instance.tag_list[0].value #=> String
|
18186
18293
|
#
|
18187
18294
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBInstance AWS API Documentation
|
18188
18295
|
#
|
@@ -18473,6 +18580,9 @@ module Aws::RDS
|
|
18473
18580
|
# resp.db_cluster.domain_memberships[0].status #=> String
|
18474
18581
|
# resp.db_cluster.domain_memberships[0].fqdn #=> String
|
18475
18582
|
# resp.db_cluster.domain_memberships[0].iam_role_name #=> String
|
18583
|
+
# resp.db_cluster.tag_list #=> Array
|
18584
|
+
# resp.db_cluster.tag_list[0].key #=> String
|
18585
|
+
# resp.db_cluster.tag_list[0].value #=> String
|
18476
18586
|
# resp.db_cluster.global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
|
18477
18587
|
# resp.db_cluster.global_write_forwarding_requested #=> Boolean
|
18478
18588
|
#
|
@@ -18593,6 +18703,7 @@ module Aws::RDS
|
|
18593
18703
|
# resp.db_instance.option_group_memberships[0].option_group_name #=> String
|
18594
18704
|
# resp.db_instance.option_group_memberships[0].status #=> String
|
18595
18705
|
# resp.db_instance.character_set_name #=> String
|
18706
|
+
# resp.db_instance.nchar_character_set_name #=> String
|
18596
18707
|
# resp.db_instance.secondary_availability_zone #=> String
|
18597
18708
|
# resp.db_instance.publicly_accessible #=> Boolean
|
18598
18709
|
# resp.db_instance.status_infos #=> Array
|
@@ -18638,6 +18749,9 @@ module Aws::RDS
|
|
18638
18749
|
# resp.db_instance.listener_endpoint.port #=> Integer
|
18639
18750
|
# resp.db_instance.listener_endpoint.hosted_zone_id #=> String
|
18640
18751
|
# resp.db_instance.max_allocated_storage #=> Integer
|
18752
|
+
# resp.db_instance.tag_list #=> Array
|
18753
|
+
# resp.db_instance.tag_list[0].key #=> String
|
18754
|
+
# resp.db_instance.tag_list[0].value #=> String
|
18641
18755
|
#
|
18642
18756
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBInstance AWS API Documentation
|
18643
18757
|
#
|
@@ -18661,7 +18775,7 @@ module Aws::RDS
|
|
18661
18775
|
params: params,
|
18662
18776
|
config: config)
|
18663
18777
|
context[:gem_name] = 'aws-sdk-rds'
|
18664
|
-
context[:gem_version] = '1.
|
18778
|
+
context[:gem_version] = '1.105.0'
|
18665
18779
|
Seahorse::Client::Request.new(handlers, context)
|
18666
18780
|
end
|
18667
18781
|
|