aws-sdk-rds 1.146.0 → 1.147.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1116,26 +1116,31 @@ module Aws::RDS
1116
1116
  # @return [String]
1117
1117
  #
1118
1118
  # @!attribute [rw] pre_signed_url
1119
- # The URL that contains a Signature Version 4 signed request for the
1120
- # `CopyDBClusterSnapshot` API action in the Amazon Web Services Region
1121
- # that contains the source DB cluster snapshot to copy. The
1122
- # `PreSignedUrl` parameter must be used when copying an encrypted DB
1123
- # cluster snapshot from another Amazon Web Services Region. Don't
1124
- # specify `PreSignedUrl` when you are copying an encrypted DB cluster
1125
- # snapshot in the same Amazon Web Services Region.
1126
- #
1127
- # The pre-signed URL must be a valid request for the
1128
- # `CopyDBClusterSnapshot` API action that can be executed in the
1129
- # source Amazon Web Services Region that contains the encrypted DB
1130
- # cluster snapshot to be copied. The pre-signed URL request must
1131
- # contain the following parameter values:
1132
- #
1133
- # * `KmsKeyId` - The Amazon Web Services KMS key identifier for the
1134
- # KMS key to use to encrypt the copy of the DB cluster snapshot in
1135
- # the destination Amazon Web Services Region. This is the same
1136
- # identifier for both the `CopyDBClusterSnapshot` action that is
1137
- # called in the destination Amazon Web Services Region, and the
1138
- # action contained in the pre-signed URL.
1119
+ # When you are copying a DB cluster snapshot from one Amazon Web
1120
+ # Services GovCloud (US) Region to another, the URL that contains a
1121
+ # Signature Version 4 signed request for the `CopyDBClusterSnapshot`
1122
+ # API operation in the Amazon Web Services Region that contains the
1123
+ # source DB cluster snapshot to copy. Use the `PreSignedUrl` parameter
1124
+ # when copying an encrypted DB cluster snapshot from another Amazon
1125
+ # Web Services Region. Don't specify `PreSignedUrl` when copying an
1126
+ # encrypted DB cluster snapshot in the same Amazon Web Services
1127
+ # Region.
1128
+ #
1129
+ # This setting applies only to Amazon Web Services GovCloud (US)
1130
+ # Regions. It's ignored in other Amazon Web Services Regions.
1131
+ #
1132
+ # The presigned URL must be a valid request for the
1133
+ # `CopyDBClusterSnapshot` API operation that can run in the source
1134
+ # Amazon Web Services Region that contains the encrypted DB cluster
1135
+ # snapshot to copy. The presigned URL request must contain the
1136
+ # following parameter values:
1137
+ #
1138
+ # * `KmsKeyId` - The KMS key identifier for the KMS key to use to
1139
+ # encrypt the copy of the DB cluster snapshot in the destination
1140
+ # Amazon Web Services Region. This is the same identifier for both
1141
+ # the `CopyDBClusterSnapshot` operation that is called in the
1142
+ # destination Amazon Web Services Region, and the operation
1143
+ # contained in the presigned URL.
1139
1144
  #
1140
1145
  # * `DestinationRegion` - The name of the Amazon Web Services Region
1141
1146
  # that the DB cluster snapshot is to be created in.
@@ -1157,9 +1162,8 @@ module Aws::RDS
1157
1162
  # <note markdown="1"> If you are using an Amazon Web Services SDK tool or the CLI, you can
1158
1163
  # specify `SourceRegion` (or `--source-region` for the CLI) instead of
1159
1164
  # specifying `PreSignedUrl` manually. Specifying `SourceRegion`
1160
- # autogenerates a pre-signed URL that is a valid request for the
1161
- # operation that can be executed in the source Amazon Web Services
1162
- # Region.
1165
+ # autogenerates a presigned URL that is a valid request for the
1166
+ # operation that can run in the source Amazon Web Services Region.
1163
1167
  #
1164
1168
  # </note>
1165
1169
  #
@@ -1340,9 +1344,7 @@ module Aws::RDS
1340
1344
  # must be the Amazon Resource Name (ARN) of the shared DB snapshot.
1341
1345
  #
1342
1346
  # If you are copying an encrypted snapshot this parameter must be in
1343
- # the ARN format for the source Amazon Web Services Region, and must
1344
- # match the `SourceDBSnapshotIdentifier` in the `PreSignedUrl`
1345
- # parameter.
1347
+ # the ARN format for the source Amazon Web Services Region.
1346
1348
  #
1347
1349
  # Constraints:
1348
1350
  #
@@ -1413,40 +1415,46 @@ module Aws::RDS
1413
1415
  # @return [Boolean]
1414
1416
  #
1415
1417
  # @!attribute [rw] pre_signed_url
1416
- # The URL that contains a Signature Version 4 signed request for the
1417
- # `CopyDBSnapshot` API action in the source Amazon Web Services Region
1418
- # that contains the source DB snapshot to copy.
1418
+ # When you are copying a snapshot from one Amazon Web Services
1419
+ # GovCloud (US) Region to another, the URL that contains a Signature
1420
+ # Version 4 signed request for the `CopyDBSnapshot` API operation in
1421
+ # the source Amazon Web Services Region that contains the source DB
1422
+ # snapshot to copy.
1423
+ #
1424
+ # This setting applies only to Amazon Web Services GovCloud (US)
1425
+ # Regions. It's ignored in other Amazon Web Services Regions.
1419
1426
  #
1420
1427
  # You must specify this parameter when you copy an encrypted DB
1421
1428
  # snapshot from another Amazon Web Services Region by using the Amazon
1422
1429
  # RDS API. Don't specify `PreSignedUrl` when you are copying an
1423
1430
  # encrypted DB snapshot in the same Amazon Web Services Region.
1424
1431
  #
1425
- # The presigned URL must be a valid request for the `CopyDBSnapshot`
1426
- # API action that can be executed in the source Amazon Web Services
1427
- # Region that contains the encrypted DB snapshot to be copied. The
1428
- # presigned URL request must contain the following parameter values:
1432
+ # The presigned URL must be a valid request for the
1433
+ # `CopyDBClusterSnapshot` API operation that can run in the source
1434
+ # Amazon Web Services Region that contains the encrypted DB cluster
1435
+ # snapshot to copy. The presigned URL request must contain the
1436
+ # following parameter values:
1429
1437
  #
1430
1438
  # * `DestinationRegion` - The Amazon Web Services Region that the
1431
1439
  # encrypted DB snapshot is copied to. This Amazon Web Services
1432
- # Region is the same one where the `CopyDBSnapshot` action is called
1433
- # that contains this presigned URL.
1440
+ # Region is the same one where the `CopyDBSnapshot` operation is
1441
+ # called that contains this presigned URL.
1434
1442
  #
1435
1443
  # For example, if you copy an encrypted DB snapshot from the
1436
1444
  # us-west-2 Amazon Web Services Region to the us-east-1 Amazon Web
1437
- # Services Region, then you call the `CopyDBSnapshot` action in the
1438
- # us-east-1 Amazon Web Services Region and provide a presigned URL
1439
- # that contains a call to the `CopyDBSnapshot` action in the
1445
+ # Services Region, then you call the `CopyDBSnapshot` operation in
1446
+ # the us-east-1 Amazon Web Services Region and provide a presigned
1447
+ # URL that contains a call to the `CopyDBSnapshot` operation in the
1440
1448
  # us-west-2 Amazon Web Services Region. For this example, the
1441
1449
  # `DestinationRegion` in the presigned URL must be set to the
1442
1450
  # us-east-1 Amazon Web Services Region.
1443
1451
  #
1444
- # * `KmsKeyId` - The Amazon Web Services KMS key identifier for the
1445
- # KMS key to use to encrypt the copy of the DB snapshot in the
1446
- # destination Amazon Web Services Region. This is the same
1447
- # identifier for both the `CopyDBSnapshot` action that is called in
1448
- # the destination Amazon Web Services Region, and the action
1449
- # contained in the presigned URL.
1452
+ # * `KmsKeyId` - The KMS key identifier for the KMS key to use to
1453
+ # encrypt the copy of the DB snapshot in the destination Amazon Web
1454
+ # Services Region. This is the same identifier for both the
1455
+ # `CopyDBSnapshot` operation that is called in the destination
1456
+ # Amazon Web Services Region, and the operation contained in the
1457
+ # presigned URL.
1450
1458
  #
1451
1459
  # * `SourceDBSnapshotIdentifier` - The DB snapshot identifier for the
1452
1460
  # encrypted snapshot to be copied. This identifier must be in the
@@ -1464,9 +1472,8 @@ module Aws::RDS
1464
1472
  # <note markdown="1"> If you are using an Amazon Web Services SDK tool or the CLI, you can
1465
1473
  # specify `SourceRegion` (or `--source-region` for the CLI) instead of
1466
1474
  # specifying `PreSignedUrl` manually. Specifying `SourceRegion`
1467
- # autogenerates a pre-signed URL that is a valid request for the
1468
- # operation that can be executed in the source Amazon Web Services
1469
- # Region.
1475
+ # autogenerates a presigned URL that is a valid request for the
1476
+ # operation that can run in the source Amazon Web Services Region.
1470
1477
  #
1471
1478
  # </note>
1472
1479
  #
@@ -2199,25 +2206,26 @@ module Aws::RDS
2199
2206
  # @return [String]
2200
2207
  #
2201
2208
  # @!attribute [rw] pre_signed_url
2202
- # A URL that contains a Signature Version 4 signed request for the
2203
- # `CreateDBCluster` action to be called in the source Amazon Web
2204
- # Services Region where the DB cluster is replicated from. Specify
2205
- # `PreSignedUrl` only when you are performing cross-Region replication
2206
- # from an encrypted DB cluster.
2207
- #
2208
- # The pre-signed URL must be a valid request for the `CreateDBCluster`
2209
- # API action that can be executed in the source Amazon Web Services
2210
- # Region that contains the encrypted DB cluster to be copied.
2211
- #
2212
- # The pre-signed URL request must contain the following parameter
2209
+ # When you are replicating a DB cluster from one Amazon Web Services
2210
+ # GovCloud (US) Region to another, an URL that contains a Signature
2211
+ # Version 4 signed request for the `CreateDBCluster` operation to be
2212
+ # called in the source Amazon Web Services Region where the DB cluster
2213
+ # is replicated from. Specify `PreSignedUrl` only when you are
2214
+ # performing cross-Region replication from an encrypted DB cluster.
2215
+ #
2216
+ # The presigned URL must be a valid request for the `CreateDBCluster`
2217
+ # API operation that can run in the source Amazon Web Services Region
2218
+ # that contains the encrypted DB cluster to copy.
2219
+ #
2220
+ # The presigned URL request must contain the following parameter
2213
2221
  # values:
2214
2222
  #
2215
- # * `KmsKeyId` - The Amazon Web Services KMS key identifier for the
2216
- # KMS key to use to encrypt the copy of the DB cluster in the
2217
- # destination Amazon Web Services Region. This should refer to the
2218
- # same KMS key for both the `CreateDBCluster` action that is called
2219
- # in the destination Amazon Web Services Region, and the action
2220
- # contained in the pre-signed URL.
2223
+ # * `KmsKeyId` - The KMS key identifier for the KMS key to use to
2224
+ # encrypt the copy of the DB cluster in the destination Amazon Web
2225
+ # Services Region. This should refer to the same KMS key for both
2226
+ # the `CreateDBCluster` operation that is called in the destination
2227
+ # Amazon Web Services Region, and the operation contained in the
2228
+ # presigned URL.
2221
2229
  #
2222
2230
  # * `DestinationRegion` - The name of the Amazon Web Services Region
2223
2231
  # that Aurora read replica will be created in.
@@ -2238,9 +2246,8 @@ module Aws::RDS
2238
2246
  # <note markdown="1"> If you are using an Amazon Web Services SDK tool or the CLI, you can
2239
2247
  # specify `SourceRegion` (or `--source-region` for the CLI) instead of
2240
2248
  # specifying `PreSignedUrl` manually. Specifying `SourceRegion`
2241
- # autogenerates a pre-signed URL that is a valid request for the
2242
- # operation that can be executed in the source Amazon Web Services
2243
- # Region.
2249
+ # autogenerates a presigned URL that is a valid request for the
2250
+ # operation that can run in the source Amazon Web Services Region.
2244
2251
  #
2245
2252
  # </note>
2246
2253
  #
@@ -2258,7 +2265,7 @@ module Aws::RDS
2258
2265
  # accounts. By default, mapping isn't enabled.
2259
2266
  #
2260
2267
  # For more information, see [ IAM Database Authentication][1] in the
2261
- # *Amazon Aurora User Guide.*.
2268
+ # *Amazon Aurora User Guide*.
2262
2269
  #
2263
2270
  # Valid for: Aurora DB clusters only
2264
2271
  #
@@ -2335,6 +2342,9 @@ module Aws::RDS
2335
2342
  # The `multimaster` engine mode only applies for DB clusters created
2336
2343
  # with Aurora MySQL version 5.6.10a.
2337
2344
  #
2345
+ # The `serverless` engine mode only applies for Aurora Serverless v1
2346
+ # DB clusters.
2347
+ #
2338
2348
  # For Aurora PostgreSQL, the `global` engine mode isn't required, and
2339
2349
  # both the `parallelquery` and the `multimaster` engine modes
2340
2350
  # currently aren't supported.
@@ -2343,22 +2353,25 @@ module Aws::RDS
2343
2353
  # information, see the following sections in the *Amazon Aurora User
2344
2354
  # Guide*\:
2345
2355
  #
2346
- # * [ Limitations of Aurora Serverless v1][1]
2356
+ # * [Limitations of Aurora Serverless v1][1]
2357
+ #
2358
+ # * [Requirements for Aurora Serverless v2][2]
2347
2359
  #
2348
- # * [ Limitations of Parallel Query][2]
2360
+ # * [Limitations of Parallel Query][3]
2349
2361
  #
2350
- # * [ Limitations of Aurora Global Databases][3]
2362
+ # * [Limitations of Aurora Global Databases][4]
2351
2363
  #
2352
- # * [ Limitations of Multi-Master Clusters][4]
2364
+ # * [Limitations of Multi-Master Clusters][5]
2353
2365
  #
2354
2366
  # Valid for: Aurora DB clusters only
2355
2367
  #
2356
2368
  #
2357
2369
  #
2358
2370
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html#aurora-serverless.limitations
2359
- # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-mysql-parallel-query.html#aurora-mysql-parallel-query-limitations
2360
- # [3]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html#aurora-global-database.limitations
2361
- # [4]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-multi-master.html#aurora-multi-master-limitations
2371
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.requirements.html
2372
+ # [3]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-mysql-parallel-query.html#aurora-mysql-parallel-query-limitations
2373
+ # [4]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html#aurora-global-database.limitations
2374
+ # [5]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-multi-master.html#aurora-multi-master-limitations
2362
2375
  # @return [String]
2363
2376
  #
2364
2377
  # @!attribute [rw] scaling_configuration
@@ -2622,8 +2635,27 @@ module Aws::RDS
2622
2635
  # @return [String]
2623
2636
  #
2624
2637
  # @!attribute [rw] performance_insights_retention_period
2625
- # The amount of time, in days, to retain Performance Insights data.
2626
- # Valid values are 7 or 731 (2 years).
2638
+ # The number of days to retain Performance Insights data. The default
2639
+ # is 7 days. The following values are valid:
2640
+ #
2641
+ # * 7
2642
+ #
2643
+ # * *month* * 31, where *month* is a number of months from 1-23
2644
+ #
2645
+ # * 731
2646
+ #
2647
+ # For example, the following values are valid:
2648
+ #
2649
+ # * 93 (3 months * 31)
2650
+ #
2651
+ # * 341 (11 months * 31)
2652
+ #
2653
+ # * 589 (19 months * 31)
2654
+ #
2655
+ # * 731
2656
+ #
2657
+ # If you specify a retention period such as 94, which isn't a valid
2658
+ # value, RDS issues an error.
2627
2659
  #
2628
2660
  # Valid for: Multi-AZ DB clusters only
2629
2661
  # @return [Integer]
@@ -3229,14 +3261,16 @@ module Aws::RDS
3229
3261
  #
3230
3262
  # @!attribute [rw] db_instance_class
3231
3263
  # The compute and memory capacity of the DB instance, for example
3232
- # db.m4.large. Not all DB instance classes are available in all Amazon
3264
+ # db.m5.large. Not all DB instance classes are available in all Amazon
3233
3265
  # Web Services Regions, or for all database engines. For the full list
3234
3266
  # of DB instance classes, and availability for your engine, see [DB
3235
- # Instance Class][1] in the *Amazon RDS User Guide*.
3267
+ # instance classes][1] in the *Amazon RDS User Guide* or [Aurora DB
3268
+ # instance classes][2] in the *Amazon Aurora User Guide*.
3236
3269
  #
3237
3270
  #
3238
3271
  #
3239
3272
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
3273
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html
3240
3274
  # @return [String]
3241
3275
  #
3242
3276
  # @!attribute [rw] engine
@@ -3339,7 +3373,9 @@ module Aws::RDS
3339
3373
  # @!attribute [rw] db_security_groups
3340
3374
  # A list of DB security groups to associate with this DB instance.
3341
3375
  #
3342
- # Default: The default DB security group for the database engine.
3376
+ # This setting applies to the legacy EC2-Classic platform, which is no
3377
+ # longer used to create new DB instances. Use the
3378
+ # `VpcSecurityGroupIds` setting instead.
3343
3379
  # @return [Array<String>]
3344
3380
  #
3345
3381
  # @!attribute [rw] vpc_security_group_ids
@@ -3445,7 +3481,7 @@ module Aws::RDS
3445
3481
  #
3446
3482
  # * Can't be set to 0 if the DB instance is a source to read replicas
3447
3483
  #
3448
- # * Can't be set to 0 or 35 for an RDS Custom for Oracle DB instance
3484
+ # * Can't be set to 0 for an RDS Custom for Oracle DB instance
3449
3485
  # @return [Integer]
3450
3486
  #
3451
3487
  # @!attribute [rw] preferred_backup_window
@@ -3531,13 +3567,18 @@ module Aws::RDS
3531
3567
  # DB instance is a Multi-AZ deployment.
3532
3568
  #
3533
3569
  # This setting doesn't apply to RDS Custom.
3570
+ #
3571
+ # **Amazon Aurora**
3572
+ #
3573
+ # Not applicable. DB instance Availability Zones (AZs) are managed by
3574
+ # the DB cluster.
3534
3575
  # @return [Boolean]
3535
3576
  #
3536
3577
  # @!attribute [rw] engine_version
3537
3578
  # The version number of the database engine to use.
3538
3579
  #
3539
3580
  # For a list of valid engine versions, use the
3540
- # `DescribeDBEngineVersions` action.
3581
+ # `DescribeDBEngineVersions` operation.
3541
3582
  #
3542
3583
  # The following are the database engines and links to information
3543
3584
  # about the major and minor versions that are available with Amazon
@@ -3614,6 +3655,10 @@ module Aws::RDS
3614
3655
  # `general-public-license`
3615
3656
  #
3616
3657
  # This setting doesn't apply to RDS Custom.
3658
+ #
3659
+ # **Amazon Aurora**
3660
+ #
3661
+ # Not applicable.
3617
3662
  # @return [String]
3618
3663
  #
3619
3664
  # @!attribute [rw] iops
@@ -3627,6 +3672,10 @@ module Aws::RDS
3627
3672
  # amount for the DB instance. For SQL Server DB instances, must be a
3628
3673
  # multiple between 1 and 50 of the storage amount for the DB instance.
3629
3674
  #
3675
+ # **Amazon Aurora**
3676
+ #
3677
+ # Not applicable. Storage is managed by the DB cluster.
3678
+ #
3630
3679
  #
3631
3680
  #
3632
3681
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS
@@ -3642,6 +3691,10 @@ module Aws::RDS
3642
3691
  # associated with a DB instance.
3643
3692
  #
3644
3693
  # This setting doesn't apply to RDS Custom.
3694
+ #
3695
+ # **Amazon Aurora**
3696
+ #
3697
+ # Not applicable.
3645
3698
  # @return [String]
3646
3699
  #
3647
3700
  # @!attribute [rw] character_set_name
@@ -3719,6 +3772,10 @@ module Aws::RDS
3719
3772
  # parameter.
3720
3773
  #
3721
3774
  # Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
3775
+ #
3776
+ # **Amazon Aurora**
3777
+ #
3778
+ # Not applicable. Storage is managed by the DB cluster.
3722
3779
  # @return [String]
3723
3780
  #
3724
3781
  # @!attribute [rw] tde_credential_arn
@@ -3726,6 +3783,10 @@ module Aws::RDS
3726
3783
  # TDE encryption.
3727
3784
  #
3728
3785
  # This setting doesn't apply to RDS Custom.
3786
+ #
3787
+ # **Amazon Aurora**
3788
+ #
3789
+ # Not applicable.
3729
3790
  # @return [String]
3730
3791
  #
3731
3792
  # @!attribute [rw] tde_credential_password
@@ -3789,6 +3850,10 @@ module Aws::RDS
3789
3850
  #
3790
3851
  # This setting doesn't apply to RDS Custom.
3791
3852
  #
3853
+ # **Amazon Aurora**
3854
+ #
3855
+ # Not applicable. The domain is managed by the DB cluster.
3856
+ #
3792
3857
  #
3793
3858
  #
3794
3859
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html
@@ -3840,6 +3905,10 @@ module Aws::RDS
3840
3905
  # the Directory Service.
3841
3906
  #
3842
3907
  # This setting doesn't apply to RDS Custom.
3908
+ #
3909
+ # **Amazon Aurora**
3910
+ #
3911
+ # Not applicable. The domain is managed by the DB cluster.
3843
3912
  # @return [String]
3844
3913
  #
3845
3914
  # @!attribute [rw] promotion_tier
@@ -3873,13 +3942,16 @@ module Aws::RDS
3873
3942
  # Services Identity and Access Management (IAM) accounts to database
3874
3943
  # accounts. By default, mapping isn't enabled.
3875
3944
  #
3876
- # This setting doesn't apply to RDS Custom or Amazon Aurora. In
3877
- # Aurora, mapping Amazon Web Services IAM accounts to database
3878
- # accounts is managed by the DB cluster.
3879
- #
3880
3945
  # For more information, see [ IAM Database Authentication for MySQL
3881
3946
  # and PostgreSQL][1] in the *Amazon RDS User Guide*.
3882
3947
  #
3948
+ # This setting doesn't apply to RDS Custom.
3949
+ #
3950
+ # **Amazon Aurora**
3951
+ #
3952
+ # Not applicable. Mapping Amazon Web Services IAM accounts to database
3953
+ # accounts is managed by the DB cluster.
3954
+ #
3883
3955
  #
3884
3956
  #
3885
3957
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
@@ -3914,8 +3986,27 @@ module Aws::RDS
3914
3986
  # @return [String]
3915
3987
  #
3916
3988
  # @!attribute [rw] performance_insights_retention_period
3917
- # The amount of time, in days, to retain Performance Insights data.
3918
- # Valid values are 7 or 731 (2 years).
3989
+ # The number of days to retain Performance Insights data. The default
3990
+ # is 7 days. The following values are valid:
3991
+ #
3992
+ # * 7
3993
+ #
3994
+ # * *month* * 31, where *month* is a number of months from 1-23
3995
+ #
3996
+ # * 731
3997
+ #
3998
+ # For example, the following values are valid:
3999
+ #
4000
+ # * 93 (3 months * 31)
4001
+ #
4002
+ # * 341 (11 months * 31)
4003
+ #
4004
+ # * 589 (19 months * 31)
4005
+ #
4006
+ # * 731
4007
+ #
4008
+ # If you specify a retention period such as 94, which isn't a valid
4009
+ # value, RDS issues an error.
3919
4010
  #
3920
4011
  # This setting doesn't apply to RDS Custom.
3921
4012
  # @return [Integer]
@@ -3966,6 +4057,10 @@ module Aws::RDS
3966
4057
  # DB instance class of the DB instance.
3967
4058
  #
3968
4059
  # This setting doesn't apply to RDS Custom.
4060
+ #
4061
+ # **Amazon Aurora**
4062
+ #
4063
+ # Not applicable.
3969
4064
  # @return [Array<Types::ProcessorFeature>]
3970
4065
  #
3971
4066
  # @!attribute [rw] deletion_protection
@@ -3996,6 +4091,10 @@ module Aws::RDS
3996
4091
  #
3997
4092
  # This setting doesn't apply to RDS Custom.
3998
4093
  #
4094
+ # **Amazon Aurora**
4095
+ #
4096
+ # Not applicable. Storage is managed by the DB cluster.
4097
+ #
3999
4098
  #
4000
4099
  #
4001
4100
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.Autoscaling
@@ -4321,7 +4420,8 @@ module Aws::RDS
4321
4420
  # specified DB engine for a cross-Region read replica.
4322
4421
  #
4323
4422
  # Specifying a parameter group for this operation is only supported
4324
- # for Oracle DB instances. It isn't supported for RDS Custom.
4423
+ # for MySQL and Oracle DB instances. It isn't supported for RDS
4424
+ # Custom.
4325
4425
  #
4326
4426
  # Constraints:
4327
4427
  #
@@ -4472,9 +4572,16 @@ module Aws::RDS
4472
4572
  # @return [String]
4473
4573
  #
4474
4574
  # @!attribute [rw] pre_signed_url
4475
- # The URL that contains a Signature Version 4 signed request for the
4476
- # `CreateDBInstanceReadReplica` API action in the source Amazon Web
4477
- # Services Region that contains the source DB instance.
4575
+ # When you are creating a read replica from one Amazon Web Services
4576
+ # GovCloud (US) Region to another or from one China Amazon Web
4577
+ # Services Region to another, the URL that contains a Signature
4578
+ # Version 4 signed request for the `CreateDBInstanceReadReplica` API
4579
+ # operation in the source Amazon Web Services Region that contains the
4580
+ # source DB instance.
4581
+ #
4582
+ # This setting applies only to Amazon Web Services GovCloud (US)
4583
+ # Regions and China Amazon Web Services Regions. It's ignored in
4584
+ # other Amazon Web Services Regions.
4478
4585
  #
4479
4586
  # You must specify this parameter when you create an encrypted read
4480
4587
  # replica from another Amazon Web Services Region by using the Amazon
@@ -4482,7 +4589,7 @@ module Aws::RDS
4482
4589
  # encrypted read replica in the same Amazon Web Services Region.
4483
4590
  #
4484
4591
  # The presigned URL must be a valid request for the
4485
- # `CreateDBInstanceReadReplica` API action that can be executed in the
4592
+ # `CreateDBInstanceReadReplica` API operation that can run in the
4486
4593
  # source Amazon Web Services Region that contains the encrypted source
4487
4594
  # DB instance. The presigned URL request must contain the following
4488
4595
  # parameter values:
@@ -4490,24 +4597,24 @@ module Aws::RDS
4490
4597
  # * `DestinationRegion` - The Amazon Web Services Region that the
4491
4598
  # encrypted read replica is created in. This Amazon Web Services
4492
4599
  # Region is the same one where the `CreateDBInstanceReadReplica`
4493
- # action is called that contains this presigned URL.
4600
+ # operation is called that contains this presigned URL.
4494
4601
  #
4495
4602
  # For example, if you create an encrypted DB instance in the
4496
4603
  # us-west-1 Amazon Web Services Region, from a source DB instance in
4497
4604
  # the us-east-2 Amazon Web Services Region, then you call the
4498
- # `CreateDBInstanceReadReplica` action in the us-east-1 Amazon Web
4499
- # Services Region and provide a presigned URL that contains a call
4500
- # to the `CreateDBInstanceReadReplica` action in the us-west-2
4501
- # Amazon Web Services Region. For this example, the
4605
+ # `CreateDBInstanceReadReplica` operation in the us-east-1 Amazon
4606
+ # Web Services Region and provide a presigned URL that contains a
4607
+ # call to the `CreateDBInstanceReadReplica` operation in the
4608
+ # us-west-2 Amazon Web Services Region. For this example, the
4502
4609
  # `DestinationRegion` in the presigned URL must be set to the
4503
4610
  # us-east-1 Amazon Web Services Region.
4504
4611
  #
4505
- # * `KmsKeyId` - The Amazon Web Services KMS key identifier for the
4506
- # key to use to encrypt the read replica in the destination Amazon
4507
- # Web Services Region. This is the same identifier for both the
4508
- # `CreateDBInstanceReadReplica` action that is called in the
4509
- # destination Amazon Web Services Region, and the action contained
4510
- # in the presigned URL.
4612
+ # * `KmsKeyId` - The KMS key identifier for the key to use to encrypt
4613
+ # the read replica in the destination Amazon Web Services Region.
4614
+ # This is the same identifier for both the
4615
+ # `CreateDBInstanceReadReplica` operation that is called in the
4616
+ # destination Amazon Web Services Region, and the operation
4617
+ # contained in the presigned URL.
4511
4618
  #
4512
4619
  # * `SourceDBInstanceIdentifier` - The DB instance identifier for the
4513
4620
  # encrypted DB instance to be replicated. This identifier must be in
@@ -4527,11 +4634,10 @@ module Aws::RDS
4527
4634
  # specify `SourceRegion` (or `--source-region` for the CLI) instead of
4528
4635
  # specifying `PreSignedUrl` manually. Specifying `SourceRegion`
4529
4636
  # autogenerates a presigned URL that is a valid request for the
4530
- # operation that can be executed in the source Amazon Web Services
4531
- # Region.
4637
+ # operation that can run in the source Amazon Web Services Region.
4532
4638
  #
4533
- # `SourceRegion` isn't supported for SQL Server, because SQL Server
4534
- # on Amazon RDS doesn't support cross-Region read replicas.
4639
+ # `SourceRegion` isn't supported for SQL Server, because Amazon RDS
4640
+ # for SQL Server doesn't support cross-Region read replicas.
4535
4641
  #
4536
4642
  # </note>
4537
4643
  #
@@ -4590,8 +4696,27 @@ module Aws::RDS
4590
4696
  # @return [String]
4591
4697
  #
4592
4698
  # @!attribute [rw] performance_insights_retention_period
4593
- # The amount of time, in days, to retain Performance Insights data.
4594
- # Valid values are 7 or 731 (2 years).
4699
+ # The number of days to retain Performance Insights data. The default
4700
+ # is 7 days. The following values are valid:
4701
+ #
4702
+ # * 7
4703
+ #
4704
+ # * *month* * 31, where *month* is a number of months from 1-23
4705
+ #
4706
+ # * 731
4707
+ #
4708
+ # For example, the following values are valid:
4709
+ #
4710
+ # * 93 (3 months * 31)
4711
+ #
4712
+ # * 341 (11 months * 31)
4713
+ #
4714
+ # * 589 (19 months * 31)
4715
+ #
4716
+ # * 731
4717
+ #
4718
+ # If you specify a retention period such as 94, which isn't a valid
4719
+ # value, RDS issues an error.
4595
4720
  #
4596
4721
  # This setting doesn't apply to RDS Custom.
4597
4722
  # @return [Integer]
@@ -5522,7 +5647,7 @@ module Aws::RDS
5522
5647
  # @return [Boolean]
5523
5648
  #
5524
5649
  # @!attribute [rw] database_name
5525
- # The name for your database of up to 64 alpha-numeric characters. If
5650
+ # The name for your database of up to 64 alphanumeric characters. If
5526
5651
  # you do not provide a name, Amazon Aurora will not create a database
5527
5652
  # in the global database cluster you are creating.
5528
5653
  # @return [String]
@@ -6133,8 +6258,24 @@ module Aws::RDS
6133
6258
  # @return [String]
6134
6259
  #
6135
6260
  # @!attribute [rw] performance_insights_retention_period
6136
- # The amount of time, in days, to retain Performance Insights data.
6137
- # Valid values are 7 or 731 (2 years).
6261
+ # The number of days to retain Performance Insights data. The default
6262
+ # is 7 days. The following values are valid:
6263
+ #
6264
+ # * 7
6265
+ #
6266
+ # * *month* * 31, where *month* is a number of months from 1-23
6267
+ #
6268
+ # * 731
6269
+ #
6270
+ # For example, the following values are valid:
6271
+ #
6272
+ # * 93 (3 months * 31)
6273
+ #
6274
+ # * 341 (11 months * 31)
6275
+ #
6276
+ # * 589 (19 months * 31)
6277
+ #
6278
+ # * 731
6138
6279
  #
6139
6280
  # This setting is only for non-Aurora Multi-AZ DB clusters.
6140
6281
  # @return [Integer]
@@ -7546,8 +7687,24 @@ module Aws::RDS
7546
7687
  # @return [String]
7547
7688
  #
7548
7689
  # @!attribute [rw] performance_insights_retention_period
7549
- # The amount of time, in days, to retain Performance Insights data.
7550
- # Valid values are 7 or 731 (2 years).
7690
+ # The number of days to retain Performance Insights data. The default
7691
+ # is 7 days. The following values are valid:
7692
+ #
7693
+ # * 7
7694
+ #
7695
+ # * *month* * 31, where *month* is a number of months from 1-23
7696
+ #
7697
+ # * 731
7698
+ #
7699
+ # For example, the following values are valid:
7700
+ #
7701
+ # * 93 (3 months * 31)
7702
+ #
7703
+ # * 341 (11 months * 31)
7704
+ #
7705
+ # * 589 (19 months * 31)
7706
+ #
7707
+ # * 731
7551
7708
  # @return [Integer]
7552
7709
  #
7553
7710
  # @!attribute [rw] enabled_cloudwatch_logs_exports
@@ -13293,8 +13450,12 @@ module Aws::RDS
13293
13450
  include Aws::Structure
13294
13451
  end
13295
13452
 
13296
- # This data type is used as a response element in the `DescribeEvents`
13297
- # action.
13453
+ # This data type is used as a response element in the
13454
+ # [DescribeEvents][1] action.
13455
+ #
13456
+ #
13457
+ #
13458
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeEvents.html
13298
13459
  #
13299
13460
  # @!attribute [rw] source_identifier
13300
13461
  # Provides the identifier for the source of the event.
@@ -13334,7 +13495,11 @@ module Aws::RDS
13334
13495
  end
13335
13496
 
13336
13497
  # Contains the results of a successful invocation of the
13337
- # `DescribeEventCategories` operation.
13498
+ # [DescribeEventCategories][1] operation.
13499
+ #
13500
+ #
13501
+ #
13502
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeEventCategories.html
13338
13503
  #
13339
13504
  # @!attribute [rw] source_type
13340
13505
  # The source type that the returned categories belong to
@@ -15075,8 +15240,27 @@ module Aws::RDS
15075
15240
  # @return [String]
15076
15241
  #
15077
15242
  # @!attribute [rw] performance_insights_retention_period
15078
- # The amount of time, in days, to retain Performance Insights data.
15079
- # Valid values are 7 or 731 (2 years).
15243
+ # The number of days to retain Performance Insights data. The default
15244
+ # is 7 days. The following values are valid:
15245
+ #
15246
+ # * 7
15247
+ #
15248
+ # * *month* * 31, where *month* is a number of months from 1-23
15249
+ #
15250
+ # * 731
15251
+ #
15252
+ # For example, the following values are valid:
15253
+ #
15254
+ # * 93 (3 months * 31)
15255
+ #
15256
+ # * 341 (11 months * 31)
15257
+ #
15258
+ # * 589 (19 months * 31)
15259
+ #
15260
+ # * 731
15261
+ #
15262
+ # If you specify a retention period such as 94, which isn't a valid
15263
+ # value, RDS issues an error.
15080
15264
  #
15081
15265
  # Valid for: Multi-AZ DB clusters only
15082
15266
  # @return [Integer]
@@ -15252,7 +15436,7 @@ module Aws::RDS
15252
15436
  # `restore`.
15253
15437
  #
15254
15438
  # <note markdown="1"> To view the list of attributes available to modify, use the
15255
- # DescribeDBClusterSnapshotAttributes API action.
15439
+ # DescribeDBClusterSnapshotAttributes API operation.
15256
15440
  #
15257
15441
  # </note>
15258
15442
  # @return [String]
@@ -15401,10 +15585,11 @@ module Aws::RDS
15401
15585
  #
15402
15586
  # @!attribute [rw] db_instance_class
15403
15587
  # The new compute and memory capacity of the DB instance, for example
15404
- # db.m4.large. Not all DB instance classes are available in all Amazon
15588
+ # db.m5.large. Not all DB instance classes are available in all Amazon
15405
15589
  # Web Services Regions, or for all database engines. For the full list
15406
15590
  # of DB instance classes, and availability for your engine, see [DB
15407
- # Instance Class][1] in the *Amazon RDS User Guide*.
15591
+ # instance classes][1] in the *Amazon RDS User Guide* or [Aurora DB
15592
+ # instance classes][2] in the *Amazon Aurora User Guide*.
15408
15593
  #
15409
15594
  # If you modify the DB instance class, an outage occurs during the
15410
15595
  # change. The change is applied during the next maintenance window,
@@ -15417,6 +15602,7 @@ module Aws::RDS
15417
15602
  #
15418
15603
  #
15419
15604
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
15605
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html
15420
15606
  # @return [String]
15421
15607
  #
15422
15608
  # @!attribute [rw] db_subnet_group_name
@@ -15534,7 +15720,7 @@ module Aws::RDS
15534
15720
  #
15535
15721
  # Constraints: Must contain from 8 to 128 characters.
15536
15722
  #
15537
- # <note markdown="1"> Amazon RDS API actions never return the password, so this action
15723
+ # <note markdown="1"> Amazon RDS API operations never return the password, so this action
15538
15724
  # provides a way to regain access to a primary instance user if the
15539
15725
  # password is lost. This includes restoring privileges that might have
15540
15726
  # been accidentally revoked.
@@ -15589,8 +15775,8 @@ module Aws::RDS
15589
15775
  # Constraints:
15590
15776
  #
15591
15777
  # * It must be a value from 0 to 35. It can't be set to 0 if the DB
15592
- # instance is a source to read replicas. It can't be set to 0 or 35
15593
- # for an RDS Custom for Oracle DB instance.
15778
+ # instance is a source to read replicas. It can't be set to 0 for
15779
+ # an RDS Custom for Oracle DB instance.
15594
15780
  #
15595
15781
  # * It can be specified for a MySQL read replica only if the source is
15596
15782
  # running MySQL 5.6 or later.
@@ -16033,7 +16219,7 @@ module Aws::RDS
16033
16219
  # the DB instance.
16034
16220
  #
16035
16221
  # For more information, see [Using Amazon Performance Insights][1] in
16036
- # the *Amazon RDS User Guide.*.
16222
+ # the *Amazon RDS User Guide*.
16037
16223
  #
16038
16224
  # This setting doesn't apply to RDS Custom.
16039
16225
  #
@@ -16059,8 +16245,27 @@ module Aws::RDS
16059
16245
  # @return [String]
16060
16246
  #
16061
16247
  # @!attribute [rw] performance_insights_retention_period
16062
- # The amount of time, in days, to retain Performance Insights data.
16063
- # Valid values are 7 or 731 (2 years).
16248
+ # The number of days to retain Performance Insights data. The default
16249
+ # is 7 days. The following values are valid:
16250
+ #
16251
+ # * 7
16252
+ #
16253
+ # * *month* * 31, where *month* is a number of months from 1-23
16254
+ #
16255
+ # * 731
16256
+ #
16257
+ # For example, the following values are valid:
16258
+ #
16259
+ # * 93 (3 months * 31)
16260
+ #
16261
+ # * 341 (11 months * 31)
16262
+ #
16263
+ # * 589 (19 months * 31)
16264
+ #
16265
+ # * 731
16266
+ #
16267
+ # If you specify a retention period such as 94, which isn't a valid
16268
+ # value, RDS issues an error.
16064
16269
  #
16065
16270
  # This setting doesn't apply to RDS Custom.
16066
16271
  # @return [Integer]
@@ -16549,11 +16754,11 @@ module Aws::RDS
16549
16754
  # }
16550
16755
  #
16551
16756
  # @!attribute [rw] target_group_name
16552
- # The name of the new target group to assign to the proxy.
16757
+ # The name of the target group to modify.
16553
16758
  # @return [String]
16554
16759
  #
16555
16760
  # @!attribute [rw] db_proxy_name
16556
- # The name of the new proxy to which to assign the target group.
16761
+ # The name of the proxy.
16557
16762
  # @return [String]
16558
16763
  #
16559
16764
  # @!attribute [rw] connection_pool_config
@@ -16612,7 +16817,7 @@ module Aws::RDS
16612
16817
  # copy or restore a manual DB snapshot, set this value to `restore`.
16613
16818
  #
16614
16819
  # <note markdown="1"> To view the list of attributes available to modify, use the
16615
- # DescribeDBSnapshotAttributes API action.
16820
+ # DescribeDBSnapshotAttributes API operation.
16616
16821
  #
16617
16822
  # </note>
16618
16823
  # @return [String]
@@ -19339,9 +19544,9 @@ module Aws::RDS
19339
19544
  # @!attribute [rw] engine
19340
19545
  # The name of the database engine to be used for this DB cluster.
19341
19546
  #
19342
- # Valid Values: `aurora` (for MySQL 5.6-compatible Aurora),
19547
+ # Valid Values: `aurora` (for MySQL 5.6-compatible Aurora) and
19343
19548
  # `aurora-mysql` (for MySQL 5.7-compatible and MySQL 8.0-compatible
19344
- # Aurora), and `aurora-postgresql`
19549
+ # Aurora)
19345
19550
  # @return [String]
19346
19551
  #
19347
19552
  # @!attribute [rw] engine_version
@@ -19360,20 +19565,10 @@ module Aws::RDS
19360
19565
  # `aws rds describe-db-engine-versions --engine aurora-mysql --query
19361
19566
  # "DBEngineVersions[].EngineVersion"`
19362
19567
  #
19363
- # To list all of the available engine versions for
19364
- # `aurora-postgresql`, use the following command:
19365
- #
19366
- # `aws rds describe-db-engine-versions --engine aurora-postgresql
19367
- # --query "DBEngineVersions[].EngineVersion"`
19368
- #
19369
19568
  # **Aurora MySQL**
19370
19569
  #
19371
- # Example: `5.6.10a`, `5.6.mysql_aurora.1.19.2`, `5.7.12`,
19372
- # `5.7.mysql_aurora.2.04.5`, `8.0.mysql_aurora.3.01.0`
19373
- #
19374
- # **Aurora PostgreSQL**
19375
- #
19376
- # Example: `9.6.3`, `10.7`
19570
+ # Example: `5.6.10a`, `5.6.mysql_aurora.1.19.2`,
19571
+ # `5.7.mysql_aurora.2.07.1`, `8.0.mysql_aurora.3.02.0`
19377
19572
  # @return [String]
19378
19573
  #
19379
19574
  # @!attribute [rw] port
@@ -19985,7 +20180,7 @@ module Aws::RDS
19985
20180
  #
19986
20181
  # For more information about exporting CloudWatch Logs for Amazon RDS,
19987
20182
  # see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
19988
- # *Amazon RDS User Guide.*.
20183
+ # *Amazon RDS User Guide*.
19989
20184
  #
19990
20185
  # For more information about exporting CloudWatch Logs for Amazon
19991
20186
  # Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2]
@@ -20504,7 +20699,7 @@ module Aws::RDS
20504
20699
  #
20505
20700
  # For more information about exporting CloudWatch Logs for Amazon RDS,
20506
20701
  # see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
20507
- # *Amazon RDS User Guide.*.
20702
+ # *Amazon RDS User Guide*.
20508
20703
  #
20509
20704
  # For more information about exporting CloudWatch Logs for Amazon
20510
20705
  # Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2]
@@ -21726,7 +21921,7 @@ module Aws::RDS
21726
21921
  # the DB instance.
21727
21922
  #
21728
21923
  # For more information, see [Using Amazon Performance Insights][1] in
21729
- # the *Amazon RDS User Guide.*.
21924
+ # the *Amazon RDS User Guide*.
21730
21925
  #
21731
21926
  #
21732
21927
  #
@@ -21748,8 +21943,27 @@ module Aws::RDS
21748
21943
  # @return [String]
21749
21944
  #
21750
21945
  # @!attribute [rw] performance_insights_retention_period
21751
- # The amount of time, in days, to retain Performance Insights data.
21752
- # Valid values are 7 or 731 (2 years).
21946
+ # The number of days to retain Performance Insights data. The default
21947
+ # is 7 days. The following values are valid:
21948
+ #
21949
+ # * 7
21950
+ #
21951
+ # * *month* * 31, where *month* is a number of months from 1-23
21952
+ #
21953
+ # * 731
21954
+ #
21955
+ # For example, the following values are valid:
21956
+ #
21957
+ # * 93 (3 months * 31)
21958
+ #
21959
+ # * 341 (11 months * 31)
21960
+ #
21961
+ # * 589 (19 months * 31)
21962
+ #
21963
+ # * 731
21964
+ #
21965
+ # If you specify a retention period such as 94, which isn't a valid
21966
+ # value, RDS issues an error.
21753
21967
  # @return [Integer]
21754
21968
  #
21755
21969
  # @!attribute [rw] enable_cloudwatch_logs_exports
@@ -23084,13 +23298,35 @@ module Aws::RDS
23084
23298
  # @return [String]
23085
23299
  #
23086
23300
  # @!attribute [rw] pre_signed_url
23087
- # A URL that contains a Signature Version 4 signed request for the
23088
- # StartDBInstanceAutomatedBackupsReplication action to be called in
23301
+ # In an Amazon Web Services GovCloud (US) Region, an URL that contains
23302
+ # a Signature Version 4 signed request for the
23303
+ # `StartDBInstanceAutomatedBackupsReplication` operation to call in
23089
23304
  # the Amazon Web Services Region of the source DB instance. The
23090
23305
  # presigned URL must be a valid request for the
23091
- # StartDBInstanceAutomatedBackupsReplication API action that can be
23092
- # executed in the Amazon Web Services Region that contains the source
23093
- # DB instance.
23306
+ # `StartDBInstanceAutomatedBackupsReplication` API operation that can
23307
+ # run in the Amazon Web Services Region that contains the source DB
23308
+ # instance.
23309
+ #
23310
+ # This setting applies only to Amazon Web Services GovCloud (US)
23311
+ # Regions. It's ignored in other Amazon Web Services Regions.
23312
+ #
23313
+ # To learn how to generate a Signature Version 4 signed request, see [
23314
+ # Authenticating Requests: Using Query Parameters (Amazon Web Services
23315
+ # Signature Version 4)][1] and [ Signature Version 4 Signing
23316
+ # Process][2].
23317
+ #
23318
+ # <note markdown="1"> If you are using an Amazon Web Services SDK tool or the CLI, you can
23319
+ # specify `SourceRegion` (or `--source-region` for the CLI) instead of
23320
+ # specifying `PreSignedUrl` manually. Specifying `SourceRegion`
23321
+ # autogenerates a presigned URL that is a valid request for the
23322
+ # operation that can run in the source Amazon Web Services Region.
23323
+ #
23324
+ # </note>
23325
+ #
23326
+ #
23327
+ #
23328
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html
23329
+ # [2]: https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
23094
23330
  # @return [String]
23095
23331
  #
23096
23332
  # @!attribute [rw] source_region
@@ -23856,7 +24092,9 @@ module Aws::RDS
23856
24092
  # @return [String]
23857
24093
  #
23858
24094
  # @!attribute [rw] status
23859
- # The status of the VPC security group.
24095
+ # The membership status of the VPC security group.
24096
+ #
24097
+ # Currently, the only valid status is `active`.
23860
24098
  # @return [String]
23861
24099
  #
23862
24100
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/VpcSecurityGroupMembership AWS API Documentation