aws-sdk-rds 1.148.0 → 1.151.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]
@@ -5068,8 +5193,10 @@ module Aws::RDS
5068
5193
  # @!attribute [rw] engine_family
5069
5194
  # The kinds of databases that the proxy can connect to. This value
5070
5195
  # determines which database network protocol the proxy recognizes when
5071
- # it interprets network traffic to and from the database. The engine
5072
- # family applies to MySQL and PostgreSQL for both RDS and Aurora.
5196
+ # it interprets network traffic to and from the database. For Aurora
5197
+ # MySQL, RDS for MariaDB, and RDS for MySQL databases, specify
5198
+ # `MYSQL`. For Aurora PostgreSQL and RDS for PostgreSQL databases,
5199
+ # specify `POSTGRESQL`.
5073
5200
  # @return [String]
5074
5201
  #
5075
5202
  # @!attribute [rw] auth
@@ -5522,7 +5649,7 @@ module Aws::RDS
5522
5649
  # @return [Boolean]
5523
5650
  #
5524
5651
  # @!attribute [rw] database_name
5525
- # The name for your database of up to 64 alpha-numeric characters. If
5652
+ # The name for your database of up to 64 alphanumeric characters. If
5526
5653
  # you do not provide a name, Amazon Aurora will not create a database
5527
5654
  # in the global database cluster you are creating.
5528
5655
  # @return [String]
@@ -6133,8 +6260,24 @@ module Aws::RDS
6133
6260
  # @return [String]
6134
6261
  #
6135
6262
  # @!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).
6263
+ # The number of days to retain Performance Insights data. The default
6264
+ # is 7 days. The following values are valid:
6265
+ #
6266
+ # * 7
6267
+ #
6268
+ # * *month* * 31, where *month* is a number of months from 1-23
6269
+ #
6270
+ # * 731
6271
+ #
6272
+ # For example, the following values are valid:
6273
+ #
6274
+ # * 93 (3 months * 31)
6275
+ #
6276
+ # * 341 (11 months * 31)
6277
+ #
6278
+ # * 589 (19 months * 31)
6279
+ #
6280
+ # * 731
6138
6281
  #
6139
6282
  # This setting is only for non-Aurora Multi-AZ DB clusters.
6140
6283
  # @return [Integer]
@@ -7546,8 +7689,24 @@ module Aws::RDS
7546
7689
  # @return [String]
7547
7690
  #
7548
7691
  # @!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).
7692
+ # The number of days to retain Performance Insights data. The default
7693
+ # is 7 days. The following values are valid:
7694
+ #
7695
+ # * 7
7696
+ #
7697
+ # * *month* * 31, where *month* is a number of months from 1-23
7698
+ #
7699
+ # * 731
7700
+ #
7701
+ # For example, the following values are valid:
7702
+ #
7703
+ # * 93 (3 months * 31)
7704
+ #
7705
+ # * 341 (11 months * 31)
7706
+ #
7707
+ # * 589 (19 months * 31)
7708
+ #
7709
+ # * 731
7551
7710
  # @return [Integer]
7552
7711
  #
7553
7712
  # @!attribute [rw] enabled_cloudwatch_logs_exports
@@ -7723,6 +7882,10 @@ module Aws::RDS
7723
7882
  # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
7724
7883
  # @return [String]
7725
7884
  #
7885
+ # @!attribute [rw] activity_stream_policy_status
7886
+ # The status of the policy state of the activity stream.
7887
+ # @return [String]
7888
+ #
7726
7889
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstance AWS API Documentation
7727
7890
  #
7728
7891
  class DBInstance < Struct.new(
@@ -7800,7 +7963,8 @@ module Aws::RDS
7800
7963
  :resume_full_automation_mode_time,
7801
7964
  :custom_iam_instance_profile,
7802
7965
  :backup_target,
7803
- :network_type)
7966
+ :network_type,
7967
+ :activity_stream_policy_status)
7804
7968
  SENSITIVE = []
7805
7969
  include Aws::Structure
7806
7970
  end
@@ -8337,8 +8501,12 @@ module Aws::RDS
8337
8501
  # @return [String]
8338
8502
  #
8339
8503
  # @!attribute [rw] engine_family
8340
- # The engine family applies to MySQL and PostgreSQL for both RDS and
8341
- # Aurora.
8504
+ # The kinds of databases that the proxy can connect to. This value
8505
+ # determines which database network protocol the proxy recognizes when
8506
+ # it interprets network traffic to and from the database. `MYSQL`
8507
+ # supports Aurora MySQL, RDS for MariaDB, and RDS for MySQL databases.
8508
+ # `POSTGRESQL` supports Aurora PostgreSQL and RDS for PostgreSQL
8509
+ # databases.
8342
8510
  # @return [String]
8343
8511
  #
8344
8512
  # @!attribute [rw] vpc_id
@@ -11589,8 +11757,7 @@ module Aws::RDS
11589
11757
  #
11590
11758
  # @!attribute [rw] db_instance_identifier
11591
11759
  # The ID of the DB instance to retrieve the list of DB snapshots for.
11592
- # This parameter can't be used in conjunction with
11593
- # `DBSnapshotIdentifier`. This parameter isn't case-sensitive.
11760
+ # This parameter isn't case-sensitive.
11594
11761
  #
11595
11762
  # Constraints:
11596
11763
  #
@@ -11600,9 +11767,8 @@ module Aws::RDS
11600
11767
  # @return [String]
11601
11768
  #
11602
11769
  # @!attribute [rw] db_snapshot_identifier
11603
- # A specific DB snapshot identifier to describe. This parameter can't
11604
- # be used in conjunction with `DBInstanceIdentifier`. This value is
11605
- # stored as a lowercase string.
11770
+ # A specific DB snapshot identifier to describe. This value is stored
11771
+ # as a lowercase string.
11606
11772
  #
11607
11773
  # Constraints:
11608
11774
  #
@@ -12642,7 +12808,7 @@ module Aws::RDS
12642
12808
  #
12643
12809
  # Default: 100
12644
12810
  #
12645
- # Constraints: Minimum 20, maximum 100.
12811
+ # Constraints: Minimum 20, maximum 10000.
12646
12812
  # @return [Integer]
12647
12813
  #
12648
12814
  # @!attribute [rw] marker
@@ -13293,8 +13459,12 @@ module Aws::RDS
13293
13459
  include Aws::Structure
13294
13460
  end
13295
13461
 
13296
- # This data type is used as a response element in the `DescribeEvents`
13297
- # action.
13462
+ # This data type is used as a response element in the
13463
+ # [DescribeEvents][1] action.
13464
+ #
13465
+ #
13466
+ #
13467
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeEvents.html
13298
13468
  #
13299
13469
  # @!attribute [rw] source_identifier
13300
13470
  # Provides the identifier for the source of the event.
@@ -13334,7 +13504,11 @@ module Aws::RDS
13334
13504
  end
13335
13505
 
13336
13506
  # Contains the results of a successful invocation of the
13337
- # `DescribeEventCategories` operation.
13507
+ # [DescribeEventCategories][1] operation.
13508
+ #
13509
+ #
13510
+ #
13511
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeEventCategories.html
13338
13512
  #
13339
13513
  # @!attribute [rw] source_type
13340
13514
  # The source type that the returned categories belong to
@@ -14306,6 +14480,76 @@ module Aws::RDS
14306
14480
  include Aws::Structure
14307
14481
  end
14308
14482
 
14483
+ # @note When making an API call, you may pass ModifyActivityStreamRequest
14484
+ # data as a hash:
14485
+ #
14486
+ # {
14487
+ # resource_arn: "String",
14488
+ # audit_policy_state: "locked", # accepts locked, unlocked
14489
+ # }
14490
+ #
14491
+ # @!attribute [rw] resource_arn
14492
+ # The Amazon Resource Name (ARN) of the RDS for Oracle DB instance,
14493
+ # for example,
14494
+ # `arn:aws:rds:us-east-1:12345667890:instance:my-orcl-db`.
14495
+ # @return [String]
14496
+ #
14497
+ # @!attribute [rw] audit_policy_state
14498
+ # The audit policy state. When a policy is unlocked, it is read/write.
14499
+ # When it is locked, it is read-only. You can edit your audit policy
14500
+ # only when the activity stream is unlocked or stopped.
14501
+ # @return [String]
14502
+ #
14503
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyActivityStreamRequest AWS API Documentation
14504
+ #
14505
+ class ModifyActivityStreamRequest < Struct.new(
14506
+ :resource_arn,
14507
+ :audit_policy_state)
14508
+ SENSITIVE = []
14509
+ include Aws::Structure
14510
+ end
14511
+
14512
+ # @!attribute [rw] kms_key_id
14513
+ # The Amazon Web Services KMS key identifier for encryption of
14514
+ # messages in the database activity stream.
14515
+ # @return [String]
14516
+ #
14517
+ # @!attribute [rw] kinesis_stream_name
14518
+ # The name of the Amazon Kinesis data stream to be used for the
14519
+ # database activity stream.
14520
+ # @return [String]
14521
+ #
14522
+ # @!attribute [rw] status
14523
+ # The status of the modification to the database activity stream.
14524
+ # @return [String]
14525
+ #
14526
+ # @!attribute [rw] mode
14527
+ # The mode of the database activity stream.
14528
+ # @return [String]
14529
+ #
14530
+ # @!attribute [rw] engine_native_audit_fields_included
14531
+ # Indicates whether engine-native audit fields are included in the
14532
+ # database activity stream.
14533
+ # @return [Boolean]
14534
+ #
14535
+ # @!attribute [rw] policy_status
14536
+ # The status of the modification to the policy state of the database
14537
+ # activity stream.
14538
+ # @return [String]
14539
+ #
14540
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyActivityStreamResponse AWS API Documentation
14541
+ #
14542
+ class ModifyActivityStreamResponse < Struct.new(
14543
+ :kms_key_id,
14544
+ :kinesis_stream_name,
14545
+ :status,
14546
+ :mode,
14547
+ :engine_native_audit_fields_included,
14548
+ :policy_status)
14549
+ SENSITIVE = []
14550
+ include Aws::Structure
14551
+ end
14552
+
14309
14553
  # @note When making an API call, you may pass ModifyCertificatesMessage
14310
14554
  # data as a hash:
14311
14555
  #
@@ -15075,8 +15319,27 @@ module Aws::RDS
15075
15319
  # @return [String]
15076
15320
  #
15077
15321
  # @!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).
15322
+ # The number of days to retain Performance Insights data. The default
15323
+ # is 7 days. The following values are valid:
15324
+ #
15325
+ # * 7
15326
+ #
15327
+ # * *month* * 31, where *month* is a number of months from 1-23
15328
+ #
15329
+ # * 731
15330
+ #
15331
+ # For example, the following values are valid:
15332
+ #
15333
+ # * 93 (3 months * 31)
15334
+ #
15335
+ # * 341 (11 months * 31)
15336
+ #
15337
+ # * 589 (19 months * 31)
15338
+ #
15339
+ # * 731
15340
+ #
15341
+ # If you specify a retention period such as 94, which isn't a valid
15342
+ # value, RDS issues an error.
15080
15343
  #
15081
15344
  # Valid for: Multi-AZ DB clusters only
15082
15345
  # @return [Integer]
@@ -15252,7 +15515,7 @@ module Aws::RDS
15252
15515
  # `restore`.
15253
15516
  #
15254
15517
  # <note markdown="1"> To view the list of attributes available to modify, use the
15255
- # DescribeDBClusterSnapshotAttributes API action.
15518
+ # DescribeDBClusterSnapshotAttributes API operation.
15256
15519
  #
15257
15520
  # </note>
15258
15521
  # @return [String]
@@ -15401,10 +15664,11 @@ module Aws::RDS
15401
15664
  #
15402
15665
  # @!attribute [rw] db_instance_class
15403
15666
  # 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
15667
+ # db.m5.large. Not all DB instance classes are available in all Amazon
15405
15668
  # Web Services Regions, or for all database engines. For the full list
15406
15669
  # of DB instance classes, and availability for your engine, see [DB
15407
- # Instance Class][1] in the *Amazon RDS User Guide*.
15670
+ # instance classes][1] in the *Amazon RDS User Guide* or [Aurora DB
15671
+ # instance classes][2] in the *Amazon Aurora User Guide*.
15408
15672
  #
15409
15673
  # If you modify the DB instance class, an outage occurs during the
15410
15674
  # change. The change is applied during the next maintenance window,
@@ -15417,6 +15681,7 @@ module Aws::RDS
15417
15681
  #
15418
15682
  #
15419
15683
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
15684
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html
15420
15685
  # @return [String]
15421
15686
  #
15422
15687
  # @!attribute [rw] db_subnet_group_name
@@ -15534,7 +15799,7 @@ module Aws::RDS
15534
15799
  #
15535
15800
  # Constraints: Must contain from 8 to 128 characters.
15536
15801
  #
15537
- # <note markdown="1"> Amazon RDS API actions never return the password, so this action
15802
+ # <note markdown="1"> Amazon RDS API operations never return the password, so this action
15538
15803
  # provides a way to regain access to a primary instance user if the
15539
15804
  # password is lost. This includes restoring privileges that might have
15540
15805
  # been accidentally revoked.
@@ -15589,8 +15854,8 @@ module Aws::RDS
15589
15854
  # Constraints:
15590
15855
  #
15591
15856
  # * 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.
15857
+ # instance is a source to read replicas. It can't be set to 0 for
15858
+ # an RDS Custom for Oracle DB instance.
15594
15859
  #
15595
15860
  # * It can be specified for a MySQL read replica only if the source is
15596
15861
  # running MySQL 5.6 or later.
@@ -16033,7 +16298,7 @@ module Aws::RDS
16033
16298
  # the DB instance.
16034
16299
  #
16035
16300
  # For more information, see [Using Amazon Performance Insights][1] in
16036
- # the *Amazon RDS User Guide.*.
16301
+ # the *Amazon RDS User Guide*.
16037
16302
  #
16038
16303
  # This setting doesn't apply to RDS Custom.
16039
16304
  #
@@ -16059,8 +16324,27 @@ module Aws::RDS
16059
16324
  # @return [String]
16060
16325
  #
16061
16326
  # @!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).
16327
+ # The number of days to retain Performance Insights data. The default
16328
+ # is 7 days. The following values are valid:
16329
+ #
16330
+ # * 7
16331
+ #
16332
+ # * *month* * 31, where *month* is a number of months from 1-23
16333
+ #
16334
+ # * 731
16335
+ #
16336
+ # For example, the following values are valid:
16337
+ #
16338
+ # * 93 (3 months * 31)
16339
+ #
16340
+ # * 341 (11 months * 31)
16341
+ #
16342
+ # * 589 (19 months * 31)
16343
+ #
16344
+ # * 731
16345
+ #
16346
+ # If you specify a retention period such as 94, which isn't a valid
16347
+ # value, RDS issues an error.
16064
16348
  #
16065
16349
  # This setting doesn't apply to RDS Custom.
16066
16350
  # @return [Integer]
@@ -16549,11 +16833,11 @@ module Aws::RDS
16549
16833
  # }
16550
16834
  #
16551
16835
  # @!attribute [rw] target_group_name
16552
- # The name of the new target group to assign to the proxy.
16836
+ # The name of the target group to modify.
16553
16837
  # @return [String]
16554
16838
  #
16555
16839
  # @!attribute [rw] db_proxy_name
16556
- # The name of the new proxy to which to assign the target group.
16840
+ # The name of the proxy.
16557
16841
  # @return [String]
16558
16842
  #
16559
16843
  # @!attribute [rw] connection_pool_config
@@ -16612,7 +16896,7 @@ module Aws::RDS
16612
16896
  # copy or restore a manual DB snapshot, set this value to `restore`.
16613
16897
  #
16614
16898
  # <note markdown="1"> To view the list of attributes available to modify, use the
16615
- # DescribeDBSnapshotAttributes API action.
16899
+ # DescribeDBSnapshotAttributes API operation.
16616
16900
  #
16617
16901
  # </note>
16618
16902
  # @return [String]
@@ -19339,9 +19623,9 @@ module Aws::RDS
19339
19623
  # @!attribute [rw] engine
19340
19624
  # The name of the database engine to be used for this DB cluster.
19341
19625
  #
19342
- # Valid Values: `aurora` (for MySQL 5.6-compatible Aurora),
19626
+ # Valid Values: `aurora` (for MySQL 5.6-compatible Aurora) and
19343
19627
  # `aurora-mysql` (for MySQL 5.7-compatible and MySQL 8.0-compatible
19344
- # Aurora), and `aurora-postgresql`
19628
+ # Aurora)
19345
19629
  # @return [String]
19346
19630
  #
19347
19631
  # @!attribute [rw] engine_version
@@ -19360,20 +19644,10 @@ module Aws::RDS
19360
19644
  # `aws rds describe-db-engine-versions --engine aurora-mysql --query
19361
19645
  # "DBEngineVersions[].EngineVersion"`
19362
19646
  #
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
19647
  # **Aurora MySQL**
19370
19648
  #
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`
19649
+ # Example: `5.6.10a`, `5.6.mysql_aurora.1.19.2`,
19650
+ # `5.7.mysql_aurora.2.07.1`, `8.0.mysql_aurora.3.02.0`
19377
19651
  # @return [String]
19378
19652
  #
19379
19653
  # @!attribute [rw] port
@@ -19985,7 +20259,7 @@ module Aws::RDS
19985
20259
  #
19986
20260
  # For more information about exporting CloudWatch Logs for Amazon RDS,
19987
20261
  # see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
19988
- # *Amazon RDS User Guide.*.
20262
+ # *Amazon RDS User Guide*.
19989
20263
  #
19990
20264
  # For more information about exporting CloudWatch Logs for Amazon
19991
20265
  # Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2]
@@ -20504,7 +20778,7 @@ module Aws::RDS
20504
20778
  #
20505
20779
  # For more information about exporting CloudWatch Logs for Amazon RDS,
20506
20780
  # see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
20507
- # *Amazon RDS User Guide.*.
20781
+ # *Amazon RDS User Guide*.
20508
20782
  #
20509
20783
  # For more information about exporting CloudWatch Logs for Amazon
20510
20784
  # Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2]
@@ -21726,7 +22000,7 @@ module Aws::RDS
21726
22000
  # the DB instance.
21727
22001
  #
21728
22002
  # For more information, see [Using Amazon Performance Insights][1] in
21729
- # the *Amazon RDS User Guide.*.
22003
+ # the *Amazon RDS User Guide*.
21730
22004
  #
21731
22005
  #
21732
22006
  #
@@ -21748,8 +22022,27 @@ module Aws::RDS
21748
22022
  # @return [String]
21749
22023
  #
21750
22024
  # @!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).
22025
+ # The number of days to retain Performance Insights data. The default
22026
+ # is 7 days. The following values are valid:
22027
+ #
22028
+ # * 7
22029
+ #
22030
+ # * *month* * 31, where *month* is a number of months from 1-23
22031
+ #
22032
+ # * 731
22033
+ #
22034
+ # For example, the following values are valid:
22035
+ #
22036
+ # * 93 (3 months * 31)
22037
+ #
22038
+ # * 341 (11 months * 31)
22039
+ #
22040
+ # * 589 (19 months * 31)
22041
+ #
22042
+ # * 731
22043
+ #
22044
+ # If you specify a retention period such as 94, which isn't a valid
22045
+ # value, RDS issues an error.
21753
22046
  # @return [Integer]
21754
22047
  #
21755
22048
  # @!attribute [rw] enable_cloudwatch_logs_exports
@@ -22696,7 +22989,7 @@ module Aws::RDS
22696
22989
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html
22697
22990
  #
22698
22991
  # @!attribute [rw] min_capacity
22699
- # The maximum capacity for the Aurora DB cluster in `serverless` DB
22992
+ # The minimum capacity for an Aurora DB cluster in `serverless` DB
22700
22993
  # engine mode.
22701
22994
  # @return [Integer]
22702
22995
  #
@@ -23084,13 +23377,35 @@ module Aws::RDS
23084
23377
  # @return [String]
23085
23378
  #
23086
23379
  # @!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
23380
+ # In an Amazon Web Services GovCloud (US) Region, an URL that contains
23381
+ # a Signature Version 4 signed request for the
23382
+ # `StartDBInstanceAutomatedBackupsReplication` operation to call in
23089
23383
  # the Amazon Web Services Region of the source DB instance. The
23090
23384
  # 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.
23385
+ # `StartDBInstanceAutomatedBackupsReplication` API operation that can
23386
+ # run in the Amazon Web Services Region that contains the source DB
23387
+ # instance.
23388
+ #
23389
+ # This setting applies only to Amazon Web Services GovCloud (US)
23390
+ # Regions. It's ignored in other Amazon Web Services Regions.
23391
+ #
23392
+ # To learn how to generate a Signature Version 4 signed request, see [
23393
+ # Authenticating Requests: Using Query Parameters (Amazon Web Services
23394
+ # Signature Version 4)][1] and [ Signature Version 4 Signing
23395
+ # Process][2].
23396
+ #
23397
+ # <note markdown="1"> If you are using an Amazon Web Services SDK tool or the CLI, you can
23398
+ # specify `SourceRegion` (or `--source-region` for the CLI) instead of
23399
+ # specifying `PreSignedUrl` manually. Specifying `SourceRegion`
23400
+ # autogenerates a presigned URL that is a valid request for the
23401
+ # operation that can run in the source Amazon Web Services Region.
23402
+ #
23403
+ # </note>
23404
+ #
23405
+ #
23406
+ #
23407
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html
23408
+ # [2]: https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
23094
23409
  # @return [String]
23095
23410
  #
23096
23411
  # @!attribute [rw] source_region
@@ -23856,7 +24171,9 @@ module Aws::RDS
23856
24171
  # @return [String]
23857
24172
  #
23858
24173
  # @!attribute [rw] status
23859
- # The status of the VPC security group.
24174
+ # The membership status of the VPC security group.
24175
+ #
24176
+ # Currently, the only valid status is `active`.
23860
24177
  # @return [String]
23861
24178
  #
23862
24179
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/VpcSecurityGroupMembership AWS API Documentation