aws-sdk-rds 1.134.0 → 1.138.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -248,6 +248,9 @@ module Aws::RDS
248
248
  #
249
249
  # * If the source type is a DB cluster snapshot, a
250
250
  # `DBClusterSnapshotIdentifier` value must be supplied.
251
+ #
252
+ # * If the source type is an RDS Proxy, a `DBProxyName` value must be
253
+ # supplied.
251
254
  # @return [String]
252
255
  #
253
256
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/AddSourceIdentifierToSubscriptionMessage AWS API Documentation
@@ -813,7 +816,7 @@ module Aws::RDS
813
816
  #
814
817
  # @!attribute [rw] max_connections_percent
815
818
  # The maximum size of the connection pool for each target in a target
816
- # group. For Aurora MySQL, it is expressed as a percentage of the
819
+ # group. The value is expressed as a percentage of the
817
820
  # `max_connections` setting for the RDS DB instance or Aurora DB
818
821
  # cluster used by the target group.
819
822
  #
@@ -824,12 +827,12 @@ module Aws::RDS
824
827
  #
825
828
  # @!attribute [rw] max_idle_connections_percent
826
829
  # Controls how actively the proxy closes idle database connections in
827
- # the connection pool. A high value enables the proxy to leave a high
828
- # percentage of idle connections open. A low value causes the proxy to
829
- # close idle client connections and return the underlying database
830
- # connections to the connection pool. For Aurora MySQL, it is
831
- # expressed as a percentage of the `max_connections` setting for the
832
- # RDS DB instance or Aurora DB cluster used by the target group.
830
+ # the connection pool. The value is expressed as a percentage of the
831
+ # `max_connections` setting for the RDS DB instance or Aurora DB
832
+ # cluster used by the target group. With a high value, the proxy
833
+ # leaves a high percentage of idle database connections open. A low
834
+ # value causes the proxy to close more idle connections and return
835
+ # them to the database.
833
836
  #
834
837
  # Default: 50
835
838
  #
@@ -885,19 +888,19 @@ module Aws::RDS
885
888
  #
886
889
  # @!attribute [rw] max_connections_percent
887
890
  # The maximum size of the connection pool for each target in a target
888
- # group. For Aurora MySQL, it is expressed as a percentage of the
891
+ # group. The value is expressed as a percentage of the
889
892
  # `max_connections` setting for the RDS DB instance or Aurora DB
890
893
  # cluster used by the target group.
891
894
  # @return [Integer]
892
895
  #
893
896
  # @!attribute [rw] max_idle_connections_percent
894
897
  # Controls how actively the proxy closes idle database connections in
895
- # the connection pool. A high value enables the proxy to leave a high
896
- # percentage of idle connections open. A low value causes the proxy to
897
- # close idle client connections and return the underlying database
898
- # connections to the connection pool. For Aurora MySQL, it is
899
- # expressed as a percentage of the `max_connections` setting for the
900
- # RDS DB instance or Aurora DB cluster used by the target group.
898
+ # the connection pool. The value is expressed as a percentage of the
899
+ # `max_connections` setting for the RDS DB instance or Aurora DB
900
+ # cluster used by the target group. With a high value, the proxy
901
+ # leaves a high percentage of idle database connections open. A low
902
+ # value causes the proxy to close more idle connections and return
903
+ # them to the database.
901
904
  # @return [Integer]
902
905
  #
903
906
  # @!attribute [rw] connection_borrow_timeout
@@ -1700,8 +1703,9 @@ module Aws::RDS
1700
1703
  # @!attribute [rw] engine_version
1701
1704
  # The name of your CEV. The name format is `19.customized_string `.
1702
1705
  # For example, a valid name is `19.my_cev1`. This setting is required
1703
- # for RDS Custom, but optional for Amazon RDS. The combination of
1704
- # `Engine` and `EngineVersion` is unique per customer per Region.
1706
+ # for RDS Custom for Oracle, but optional for Amazon RDS. The
1707
+ # combination of `Engine` and `EngineVersion` is unique per customer
1708
+ # per Region.
1705
1709
  # @return [String]
1706
1710
  #
1707
1711
  # @!attribute [rw] database_installation_files_s3_bucket_name
@@ -2015,7 +2019,7 @@ module Aws::RDS
2015
2019
  # Constraints: Must match the name of an existing DBSubnetGroup. Must
2016
2020
  # not be default.
2017
2021
  #
2018
- # Example: `mySubnetgroup`
2022
+ # Example: `mydbsubnetgroup`
2019
2023
  #
2020
2024
  # Valid for: Aurora DB clusters and Multi-AZ DB clusters
2021
2025
  # @return [String]
@@ -2027,7 +2031,8 @@ module Aws::RDS
2027
2031
  #
2028
2032
  # * `aurora` (for MySQL 5.6-compatible Aurora)
2029
2033
  #
2030
- # * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
2034
+ # * `aurora-mysql` (for MySQL 5.7-compatible and MySQL 8.0-compatible
2035
+ # Aurora)
2031
2036
  #
2032
2037
  # * `aurora-postgresql`
2033
2038
  #
@@ -2048,7 +2053,8 @@ module Aws::RDS
2048
2053
  # "DBEngineVersions[].EngineVersion"`
2049
2054
  #
2050
2055
  # To list all of the available engine versions for MySQL
2051
- # 5.7-compatible Aurora, use the following command:
2056
+ # 5.7-compatible and MySQL 8.0-compatible Aurora, use the following
2057
+ # command:
2052
2058
  #
2053
2059
  # `aws rds describe-db-engine-versions --engine aurora-mysql --query
2054
2060
  # "DBEngineVersions[].EngineVersion"`
@@ -2522,11 +2528,11 @@ module Aws::RDS
2522
2528
  #
2523
2529
  # This setting is required to create a Multi-AZ DB cluster.
2524
2530
  #
2525
- # Valid values: `standard | gp2 | io1`
2531
+ # Valid values: `io1`
2526
2532
  #
2527
- # If you specify `io1`, also include a value for the `Iops` parameter.
2533
+ # When specified, a value for the `Iops` parameter is required.
2528
2534
  #
2529
- # Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
2535
+ # Default: `io1`
2530
2536
  #
2531
2537
  # Valid for: Multi-AZ DB clusters only
2532
2538
  # @return [String]
@@ -2761,7 +2767,7 @@ module Aws::RDS
2761
2767
  #
2762
2768
  # **Aurora MySQL**
2763
2769
  #
2764
- # Example: `aurora5.6`, `aurora-mysql5.7`
2770
+ # Example: `aurora5.6`, `aurora-mysql5.7`, `aurora-mysql8.0`
2765
2771
  #
2766
2772
  # **Aurora PostgreSQL**
2767
2773
  #
@@ -2796,7 +2802,8 @@ module Aws::RDS
2796
2802
  #
2797
2803
  # * `aurora` (for MySQL 5.6-compatible Aurora)
2798
2804
  #
2799
- # * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
2805
+ # * `aurora-mysql` (for MySQL 5.7-compatible and MySQL 8.0-compatible
2806
+ # Aurora)
2800
2807
  #
2801
2808
  # * `aurora-postgresql`
2802
2809
  #
@@ -3083,7 +3090,7 @@ module Aws::RDS
3083
3090
  #
3084
3091
  # ^
3085
3092
  #
3086
- # **Amazon RDS Custom**
3093
+ # **Amazon RDS Custom for Oracle**
3087
3094
  #
3088
3095
  # The Oracle System ID (SID) of the created RDS Custom DB instance. If
3089
3096
  # you don't specify a value, the default value is `ORCL`.
@@ -3098,6 +3105,10 @@ module Aws::RDS
3098
3105
  #
3099
3106
  # * It can't be a word reserved by the database engine.
3100
3107
  #
3108
+ # **Amazon RDS Custom for SQL Server**
3109
+ #
3110
+ # Not applicable. Must be null.
3111
+ #
3101
3112
  # **SQL Server**
3102
3113
  #
3103
3114
  # Not applicable. Must be null.
@@ -3165,10 +3176,12 @@ module Aws::RDS
3165
3176
  # following:
3166
3177
  #
3167
3178
  # * General Purpose (SSD) storage (gp2): Must be an integer from 40 to
3168
- # 65536.
3179
+ # 65536 for RDS Custom for Oracle, 16384 for RDS Custom for SQL
3180
+ # Server.
3169
3181
  #
3170
3182
  # * Provisioned IOPS storage (io1): Must be an integer from 40 to
3171
- # 65536.
3183
+ # 65536 for RDS Custom for Oracle, 16384 for RDS Custom for SQL
3184
+ # Server.
3172
3185
  #
3173
3186
  # **MySQL**
3174
3187
  #
@@ -3229,21 +3242,21 @@ module Aws::RDS
3229
3242
  #
3230
3243
  # * General Purpose (SSD) storage (gp2):
3231
3244
  #
3232
- # * Enterprise and Standard editions: Must be an integer from 200 to
3245
+ # * Enterprise and Standard editions: Must be an integer from 20 to
3233
3246
  # 16384.
3234
3247
  #
3235
3248
  # * Web and Express editions: Must be an integer from 20 to 16384.
3236
3249
  #
3237
3250
  # * Provisioned IOPS storage (io1):
3238
3251
  #
3239
- # * Enterprise and Standard editions: Must be an integer from 200 to
3252
+ # * Enterprise and Standard editions: Must be an integer from 100 to
3240
3253
  # 16384.
3241
3254
  #
3242
3255
  # * Web and Express editions: Must be an integer from 100 to 16384.
3243
3256
  #
3244
3257
  # * Magnetic storage (standard):
3245
3258
  #
3246
- # * Enterprise and Standard editions: Must be an integer from 200 to
3259
+ # * Enterprise and Standard editions: Must be an integer from 20 to
3247
3260
  # 1024.
3248
3261
  #
3249
3262
  # * Web and Express editions: Must be an integer from 20 to 1024.
@@ -3271,11 +3284,18 @@ module Aws::RDS
3271
3284
  #
3272
3285
  # * `aurora` (for MySQL 5.6-compatible Aurora)
3273
3286
  #
3274
- # * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
3287
+ # * `aurora-mysql` (for MySQL 5.7-compatible and MySQL 8.0-compatible
3288
+ # Aurora)
3275
3289
  #
3276
3290
  # * `aurora-postgresql`
3277
3291
  #
3278
- # * `custom-oracle-ee (for RDS Custom instances)`
3292
+ # * `custom-oracle-ee (for RDS Custom for Oracle instances)`
3293
+ #
3294
+ # * `custom-sqlserver-ee (for RDS Custom for SQL Server instances)`
3295
+ #
3296
+ # * `custom-sqlserver-se (for RDS Custom for SQL Server instances)`
3297
+ #
3298
+ # * `custom-sqlserver-web (for RDS Custom for SQL Server instances)`
3279
3299
  #
3280
3300
  # * `mariadb`
3281
3301
  #
@@ -3375,6 +3395,10 @@ module Aws::RDS
3375
3395
  # information on Amazon Web Services Regions and Availability Zones,
3376
3396
  # see [Regions and Availability Zones][1].
3377
3397
  #
3398
+ # **Amazon Aurora**
3399
+ #
3400
+ # Not applicable. Availability Zones are managed by the DB cluster.
3401
+ #
3378
3402
  # Default: A random, system-chosen Availability Zone in the
3379
3403
  # endpoint's Amazon Web Services Region.
3380
3404
  #
@@ -3403,7 +3427,10 @@ module Aws::RDS
3403
3427
  # @!attribute [rw] db_subnet_group_name
3404
3428
  # A DB subnet group to associate with this DB instance.
3405
3429
  #
3406
- # If there is no DB subnet group, then it is a non-VPC DB instance.
3430
+ # Constraints: Must match the name of an existing DBSubnetGroup. Must
3431
+ # not be default.
3432
+ #
3433
+ # Example: `mydbsubnetgroup`
3407
3434
  # @return [String]
3408
3435
  #
3409
3436
  # @!attribute [rw] preferred_maintenance_window
@@ -3460,7 +3487,7 @@ module Aws::RDS
3460
3487
  #
3461
3488
  # * Can't be set to 0 if the DB instance is a source to read replicas
3462
3489
  #
3463
- # * Can't be set to 0 or 35 for an RDS Custom DB instance
3490
+ # * Can't be set to 0 or 35 for an RDS Custom for Oracle DB instance
3464
3491
  # @return [Integer]
3465
3492
  #
3466
3493
  # @!attribute [rw] preferred_backup_window
@@ -3564,47 +3591,53 @@ module Aws::RDS
3564
3591
  # Not applicable. The version number of the database engine to be used
3565
3592
  # by the DB instance is managed by the DB cluster.
3566
3593
  #
3567
- # **Amazon RDS Custom**
3594
+ # **Amazon RDS Custom for Oracle**
3568
3595
  #
3569
3596
  # A custom engine version (CEV) that you have previously created. This
3570
- # setting is required for RDS Custom. The CEV name has the following
3571
- # format: `19.customized_string `. An example identifier is
3572
- # `19.my_cev1`. For more information, see [ Creating an RDS Custom DB
3573
- # instance][1] in the *Amazon RDS User Guide.*.
3597
+ # setting is required for RDS Custom for Oracle. The CEV name has the
3598
+ # following format: `19.customized_string `. An example identifier is
3599
+ # `19.my_cev1`. For more information, see [ Creating an RDS Custom for
3600
+ # Oracle DB instance][1] in the *Amazon RDS User Guide.*.
3601
+ #
3602
+ # **Amazon RDS Custom for SQL Server**
3603
+ #
3604
+ # See [RDS Custom for SQL Server general requirements][2] in the
3605
+ # *Amazon RDS User Guide.*
3574
3606
  #
3575
3607
  # **MariaDB**
3576
3608
  #
3577
- # For information, see [MariaDB on Amazon RDS Versions][2] in the
3609
+ # For information, see [MariaDB on Amazon RDS Versions][3] in the
3578
3610
  # *Amazon RDS User Guide.*
3579
3611
  #
3580
3612
  # **Microsoft SQL Server**
3581
3613
  #
3582
3614
  # For information, see [Microsoft SQL Server Versions on Amazon
3583
- # RDS][3] in the *Amazon RDS User Guide.*
3615
+ # RDS][4] in the *Amazon RDS User Guide.*
3584
3616
  #
3585
3617
  # **MySQL**
3586
3618
  #
3587
- # For information, see [MySQL on Amazon RDS Versions][4] in the
3619
+ # For information, see [MySQL on Amazon RDS Versions][5] in the
3588
3620
  # *Amazon RDS User Guide.*
3589
3621
  #
3590
3622
  # **Oracle**
3591
3623
  #
3592
- # For information, see [Oracle Database Engine Release Notes][5] in
3624
+ # For information, see [Oracle Database Engine Release Notes][6] in
3593
3625
  # the *Amazon RDS User Guide.*
3594
3626
  #
3595
3627
  # **PostgreSQL**
3596
3628
  #
3597
3629
  # For information, see [Amazon RDS for PostgreSQL versions and
3598
- # extensions][6] in the *Amazon RDS User Guide.*
3630
+ # extensions][7] in the *Amazon RDS User Guide.*
3599
3631
  #
3600
3632
  #
3601
3633
  #
3602
3634
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-creating.html#custom-creating.create
3603
- # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt
3604
- # [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport
3605
- # [4]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt
3606
- # [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html
3607
- # [6]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts
3635
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits.html#custom-reqs-limits.reqsMS
3636
+ # [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt
3637
+ # [4]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport
3638
+ # [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt
3639
+ # [6]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html
3640
+ # [7]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts
3608
3641
  # @return [String]
3609
3642
  #
3610
3643
  # @!attribute [rw] auto_minor_version_upgrade
@@ -3748,9 +3781,9 @@ module Aws::RDS
3748
3781
  # A value that indicates whether the DB instance is encrypted. By
3749
3782
  # default, it isn't encrypted.
3750
3783
  #
3751
- # For RDS Custom Oracle instances, either set this parameter to `true`
3752
- # or leave it unset. If you set this parameter to `false`, RDS reports
3753
- # an error.
3784
+ # For RDS Custom instances, either set this parameter to `true` or
3785
+ # leave it unset. If you set this parameter to `false`, RDS reports an
3786
+ # error.
3754
3787
  #
3755
3788
  # **Amazon Aurora**
3756
3789
  #
@@ -3781,11 +3814,11 @@ module Aws::RDS
3781
3814
  #
3782
3815
  # **Amazon RDS Custom**
3783
3816
  #
3784
- # A KMS key is required for RDS Custom Oracle instances. For most RDS
3817
+ # A KMS key is required for RDS Custom instances. For most RDS
3785
3818
  # engines, if you leave this parameter empty while enabling
3786
3819
  # `StorageEncrypted`, the engine uses the default KMS key. However,
3787
- # RDS Custom for Oracle doesn't use the default key when this
3788
- # parameter is empty. You must explicitly specify a key.
3820
+ # RDS Custom doesn't use the default key when this parameter is
3821
+ # empty. You must explicitly specify a key.
3789
3822
  # @return [String]
3790
3823
  #
3791
3824
  # @!attribute [rw] domain
@@ -4371,7 +4404,7 @@ module Aws::RDS
4371
4404
  # * Not specify a DB subnet group. All these read replicas are
4372
4405
  # created outside of any VPC.
4373
4406
  #
4374
- # Example: `mySubnetgroup`
4407
+ # Example: `mydbsubnetgroup`
4375
4408
  # @return [String]
4376
4409
  #
4377
4410
  # @!attribute [rw] vpc_security_group_ids
@@ -4851,7 +4884,8 @@ module Aws::RDS
4851
4884
  #
4852
4885
  # * `aurora` (for MySQL 5.6-compatible Aurora)
4853
4886
  #
4854
- # * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
4887
+ # * `aurora-mysql` (for MySQL 5.7-compatible and MySQL 8.0-compatible
4888
+ # Aurora)
4855
4889
  #
4856
4890
  # * `aurora-postgresql`
4857
4891
  #
@@ -5270,10 +5304,16 @@ module Aws::RDS
5270
5304
  # The name for the DB subnet group. This value is stored as a
5271
5305
  # lowercase string.
5272
5306
  #
5273
- # Constraints: Must contain no more than 255 letters, numbers,
5274
- # periods, underscores, spaces, or hyphens. Must not be default.
5307
+ # Constraints:
5308
+ #
5309
+ # * Must contain no more than 255 letters, numbers, periods,
5310
+ # underscores, spaces, or hyphens.
5311
+ #
5312
+ # * Must not be default.
5313
+ #
5314
+ # * First character must be a letter.
5275
5315
  #
5276
- # Example: `mySubnetgroup`
5316
+ # Example: `mydbsubnetgroup`
5277
5317
  # @return [String]
5278
5318
  #
5279
5319
  # @!attribute [rw] db_subnet_group_description
@@ -5347,22 +5387,26 @@ module Aws::RDS
5347
5387
  # @!attribute [rw] source_type
5348
5388
  # The type of source that is generating the events. For example, if
5349
5389
  # you want to be notified of events generated by a DB instance, you
5350
- # set this parameter to `db-instance`. If this value isn't specified,
5351
- # all events are returned.
5390
+ # set this parameter to `db-instance`. For RDS Proxy events, specify
5391
+ # `db-proxy`. If this value isn't specified, all events are returned.
5352
5392
  #
5353
5393
  # Valid values: `db-instance` \| `db-cluster` \| `db-parameter-group`
5354
- # \| `db-security-group` \| `db-snapshot` \| `db-cluster-snapshot`
5394
+ # \| `db-security-group` \| `db-snapshot` \| `db-cluster-snapshot` \|
5395
+ # `db-proxy`
5355
5396
  # @return [String]
5356
5397
  #
5357
5398
  # @!attribute [rw] event_categories
5358
5399
  # A list of event categories for a particular source type
5359
5400
  # (`SourceType`) that you want to subscribe to. You can see a list of
5360
- # the categories for a given source type in [Events][1] in the *Amazon
5361
- # RDS User Guide* or by using the `DescribeEventCategories` operation.
5401
+ # the categories for a given source type in the "Amazon RDS event
5402
+ # categories and event messages" section of the [ *Amazon RDS User
5403
+ # Guide* ][1] or the [ *Amazon Aurora User Guide* ][2]. You can also
5404
+ # see this list by using the `DescribeEventCategories` operation.
5362
5405
  #
5363
5406
  #
5364
5407
  #
5365
- # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html
5408
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.Messages.html
5409
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Events.Messages.html
5366
5410
  # @return [Array<String>]
5367
5411
  #
5368
5412
  # @!attribute [rw] source_ids
@@ -5393,6 +5437,9 @@ module Aws::RDS
5393
5437
  #
5394
5438
  # * If the source type is a DB cluster snapshot, a
5395
5439
  # `DBClusterSnapshotIdentifier` value must be supplied.
5440
+ #
5441
+ # * If the source type is an RDS Proxy, a `DBProxyName` value must be
5442
+ # supplied.
5396
5443
  # @return [Array<String>]
5397
5444
  #
5398
5445
  # @!attribute [rw] enabled
@@ -6096,7 +6143,7 @@ module Aws::RDS
6096
6143
  # @return [String]
6097
6144
  #
6098
6145
  # @!attribute [rw] storage_type
6099
- # The storage type associated with DB instance.
6146
+ # The storage type associated with the DB cluster.
6100
6147
  #
6101
6148
  # This setting is only for non-Aurora Multi-AZ DB clusters.
6102
6149
  # @return [String]
@@ -6790,7 +6837,14 @@ module Aws::RDS
6790
6837
  # @return [Integer]
6791
6838
  #
6792
6839
  # @!attribute [rw] status
6793
- # Specifies the status of this DB cluster snapshot.
6840
+ # Specifies the status of this DB cluster snapshot. Valid statuses are
6841
+ # the following:
6842
+ #
6843
+ # * `available`
6844
+ #
6845
+ # * `copying`
6846
+ #
6847
+ # * `creating`
6794
6848
  # @return [String]
6795
6849
  #
6796
6850
  # @!attribute [rw] port
@@ -9791,12 +9845,10 @@ module Aws::RDS
9791
9845
  #
9792
9846
  # </note>
9793
9847
  #
9794
- # Constraints:
9795
- #
9796
9848
  # Constraints: Must match the name of an existing DBSubnetGroup. Must
9797
9849
  # not be default.
9798
9850
  #
9799
- # Example: `mySubnetgroup`
9851
+ # Example: `mydbsubnetgroup`
9800
9852
  # @return [String]
9801
9853
  #
9802
9854
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBSubnetGroupMessage AWS API Documentation
@@ -10676,7 +10728,8 @@ module Aws::RDS
10676
10728
  #
10677
10729
  # * `aurora` (for MySQL 5.6-compatible Aurora)
10678
10730
  #
10679
- # * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
10731
+ # * `aurora-mysql` (for MySQL 5.7-compatible and MySQL 8.0-compatible
10732
+ # Aurora)
10680
10733
  #
10681
10734
  # * `aurora-postgresql`
10682
10735
  #
@@ -11975,10 +12028,12 @@ module Aws::RDS
11975
12028
  # }
11976
12029
  #
11977
12030
  # @!attribute [rw] source_type
11978
- # The type of source that is generating the events.
12031
+ # The type of source that is generating the events. For RDS Proxy
12032
+ # events, specify `db-proxy`.
11979
12033
  #
11980
12034
  # Valid values: `db-instance` \| `db-cluster` \| `db-parameter-group`
11981
- # \| `db-security-group` \| `db-snapshot` \| `db-cluster-snapshot`
12035
+ # \| `db-security-group` \| `db-snapshot` \| `db-cluster-snapshot` \|
12036
+ # `db-proxy`
11982
12037
  # @return [String]
11983
12038
  #
11984
12039
  # @!attribute [rw] filters
@@ -12052,7 +12107,7 @@ module Aws::RDS
12052
12107
  #
12053
12108
  # {
12054
12109
  # source_identifier: "String",
12055
- # source_type: "db-instance", # accepts db-instance, db-parameter-group, db-security-group, db-snapshot, db-cluster, db-cluster-snapshot, custom-engine-version
12110
+ # source_type: "db-instance", # accepts db-instance, db-parameter-group, db-security-group, db-snapshot, db-cluster, db-cluster-snapshot, custom-engine-version, db-proxy
12056
12111
  # start_time: Time.now,
12057
12112
  # end_time: Time.now,
12058
12113
  # duration: 1,
@@ -12094,6 +12149,9 @@ module Aws::RDS
12094
12149
  # * If the source type is a DB cluster snapshot, a
12095
12150
  # `DBClusterSnapshotIdentifier` value must be supplied.
12096
12151
  #
12152
+ # * If the source type is an RDS Proxy, a `DBProxyName` value must be
12153
+ # supplied.
12154
+ #
12097
12155
  # * Can't end with a hyphen or contain two consecutive hyphens.
12098
12156
  # @return [String]
12099
12157
  #
@@ -12583,7 +12641,8 @@ module Aws::RDS
12583
12641
  #
12584
12642
  # * `aurora` (for MySQL 5.6-compatible Aurora)
12585
12643
  #
12586
- # * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
12644
+ # * `aurora-mysql` (for MySQL 5.7-compatible and MySQL 8.0-compatible
12645
+ # Aurora)
12587
12646
  #
12588
12647
  # * `aurora-postgresql`
12589
12648
  #
@@ -14633,9 +14692,9 @@ module Aws::RDS
14633
14692
  #
14634
14693
  # @!attribute [rw] engine_version
14635
14694
  # The custom engine version (CEV) that you want to modify. This option
14636
- # is required for RDS Custom, but optional for Amazon RDS. The
14637
- # combination of `Engine` and `EngineVersion` is unique per customer
14638
- # per Amazon Web Services Region.
14695
+ # is required for RDS Custom for Oracle, but optional for Amazon RDS.
14696
+ # The combination of `Engine` and `EngineVersion` is unique per
14697
+ # customer per Amazon Web Services Region.
14639
14698
  # @return [String]
14640
14699
  #
14641
14700
  # @!attribute [rw] description
@@ -14973,7 +15032,8 @@ module Aws::RDS
14973
15032
  # "DBEngineVersions[].EngineVersion"`
14974
15033
  #
14975
15034
  # To list all of the available engine versions for MySQL
14976
- # 5.7-compatible Aurora, use the following command:
15035
+ # 5.7-compatible and MySQL 8.0-compatible Aurora, use the following
15036
+ # command:
14977
15037
  #
14978
15038
  # `aws rds describe-db-engine-versions --engine aurora-mysql --query
14979
15039
  # "DBEngineVersions[].EngineVersion"`
@@ -15145,12 +15205,11 @@ module Aws::RDS
15145
15205
  # @!attribute [rw] storage_type
15146
15206
  # Specifies the storage type to be associated with the DB cluster.
15147
15207
  #
15148
- # Valid values: `standard | gp2 | io1`
15208
+ # Valid values: `io1`
15149
15209
  #
15150
- # If you specify `io1`, you must also include a value for the `Iops`
15151
- # parameter.
15210
+ # When specified, a value for the `Iops` parameter is required.
15152
15211
  #
15153
- # Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
15212
+ # Default: `io1`
15154
15213
  #
15155
15214
  # Valid for: Multi-AZ DB clusters only
15156
15215
  # @return [String]
@@ -15569,7 +15628,7 @@ module Aws::RDS
15569
15628
  # change. The change is applied during the next maintenance window,
15570
15629
  # unless `ApplyImmediately` is enabled for this request.
15571
15630
  #
15572
- # This setting doesn't apply to RDS Custom.
15631
+ # This setting doesn't apply to RDS Custom for Oracle.
15573
15632
  #
15574
15633
  # Default: Uses existing setting
15575
15634
  #
@@ -15594,7 +15653,7 @@ module Aws::RDS
15594
15653
  # Constraints: If supplied, must match the name of an existing
15595
15654
  # DBSubnetGroup.
15596
15655
  #
15597
- # Example: `mySubnetGroup`
15656
+ # Example: `mydbsubnetgroup`
15598
15657
  #
15599
15658
  #
15600
15659
  #
@@ -15645,9 +15704,9 @@ module Aws::RDS
15645
15704
  # can cause an outage and are applied on the next call to
15646
15705
  # RebootDBInstance, or the next failure reboot. Review the table of
15647
15706
  # parameters in [Modifying a DB Instance][1] in the *Amazon RDS User
15648
- # Guide.* to see the impact of enabling or disabling
15649
- # `ApplyImmediately` for each modified parameter and to determine when
15650
- # the changes are applied.
15707
+ # Guide* to see the impact of enabling or disabling `ApplyImmediately`
15708
+ # for each modified parameter and to determine when the changes are
15709
+ # applied.
15651
15710
  #
15652
15711
  #
15653
15712
  #
@@ -15749,7 +15808,7 @@ module Aws::RDS
15749
15808
  #
15750
15809
  # * It must be a value from 0 to 35. It can't be set to 0 if the DB
15751
15810
  # instance is a source to read replicas. It can't be set to 0 or 35
15752
- # for an RDS Custom DB instance.
15811
+ # for an RDS Custom for Oracle DB instance.
15753
15812
  #
15754
15813
  # * It can be specified for a MySQL read replica only if the source is
15755
15814
  # running MySQL 5.6 or later.
@@ -15842,8 +15901,8 @@ module Aws::RDS
15842
15901
  # is lower. For information about valid engine versions, see
15843
15902
  # `CreateDBInstance`, or call `DescribeDBEngineVersions`.
15844
15903
  #
15845
- # In RDS Custom, this parameter is supported for read replicas only if
15846
- # they are in the `PATCH_DB_FAILURE` lifecycle.
15904
+ # In RDS Custom for Oracle, this parameter is supported for read
15905
+ # replicas only if they are in the `PATCH_DB_FAILURE` lifecycle.
15847
15906
  # @return [String]
15848
15907
  #
15849
15908
  # @!attribute [rw] allow_major_version_upgrade
@@ -16124,8 +16183,6 @@ module Aws::RDS
16124
16183
  # Changes to the `PubliclyAccessible` parameter are applied
16125
16184
  # immediately regardless of the value of the `ApplyImmediately`
16126
16185
  # parameter.
16127
- #
16128
- # This setting doesn't apply to RDS Custom.
16129
16186
  # @return [Boolean]
16130
16187
  #
16131
16188
  # @!attribute [rw] monitoring_role_arn
@@ -16484,25 +16541,35 @@ module Aws::RDS
16484
16541
  # @!attribute [rw] parameters
16485
16542
  # An array of parameter names, values, and the application methods for
16486
16543
  # the parameter update. At least one parameter name, value, and
16487
- # application method method must be supplied; later arguments are
16488
- # optional. A maximum of 20 parameters can be modified in a single
16489
- # request.
16544
+ # application method must be supplied; later arguments are optional. A
16545
+ # maximum of 20 parameters can be modified in a single request.
16490
16546
  #
16491
16547
  # Valid Values (for the application method): `immediate |
16492
16548
  # pending-reboot`
16493
16549
  #
16494
- # <note markdown="1"> You can use the `immediate` value with dynamic parameters only. You
16550
+ # You can use the `immediate` value with dynamic parameters only. You
16495
16551
  # can use the `pending-reboot` value for both dynamic and static
16496
16552
  # parameters.
16497
16553
  #
16498
- # When the application method is `immediate`, changes to dynamic
16554
+ # When the application method is `immediate`, changes to dynamic
16499
16555
  # parameters are applied immediately to the DB instances associated
16500
- # with the parameter group. When the application method is
16501
- # `pending-reboot`, changes to dynamic and static parameters are
16502
- # applied after a reboot without failover to the DB instances
16503
- # associated with the parameter group.
16556
+ # with the parameter group.
16557
+ #
16558
+ # When the application method is `pending-reboot`, changes to dynamic
16559
+ # and static parameters are applied after a reboot without failover to
16560
+ # the DB instances associated with the parameter group.
16561
+ #
16562
+ # <note markdown="1"> You can't use `pending-reboot` with dynamic parameters on RDS for
16563
+ # SQL Server DB instances. Use `immediate`.
16504
16564
  #
16505
16565
  # </note>
16566
+ #
16567
+ # For more information on modifying DB parameters, see [Working with
16568
+ # DB parameter groups][1] in the *Amazon RDS User Guide*.
16569
+ #
16570
+ #
16571
+ #
16572
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithParamGroups.html
16506
16573
  # @return [Array<Types::Parameter>]
16507
16574
  #
16508
16575
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBParameterGroupMessage AWS API Documentation
@@ -16897,7 +16964,7 @@ module Aws::RDS
16897
16964
  # Constraints: Must match the name of an existing DBSubnetGroup. Must
16898
16965
  # not be default.
16899
16966
  #
16900
- # Example: `mySubnetgroup`
16967
+ # Example: `mydbsubnetgroup`
16901
16968
  # @return [String]
16902
16969
  #
16903
16970
  # @!attribute [rw] db_subnet_group_description
@@ -16957,11 +17024,13 @@ module Aws::RDS
16957
17024
  # @!attribute [rw] source_type
16958
17025
  # The type of source that is generating the events. For example, if
16959
17026
  # you want to be notified of events generated by a DB instance, you
16960
- # would set this parameter to db-instance. If this value isn't
16961
- # specified, all events are returned.
17027
+ # would set this parameter to db-instance. For RDS Proxy events,
17028
+ # specify `db-proxy`. If this value isn't specified, all events are
17029
+ # returned.
16962
17030
  #
16963
17031
  # Valid values: `db-instance` \| `db-cluster` \| `db-parameter-group`
16964
- # \| `db-security-group` \| `db-snapshot` \| `db-cluster-snapshot`
17032
+ # \| `db-security-group` \| `db-snapshot` \| `db-cluster-snapshot` \|
17033
+ # `db-proxy`
16965
17034
  # @return [String]
16966
17035
  #
16967
17036
  # @!attribute [rw] event_categories
@@ -17061,7 +17130,8 @@ module Aws::RDS
17061
17130
  # '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]' ``
17062
17131
  #
17063
17132
  # To list all of the available engine versions for `aurora-mysql` (for
17064
- # MySQL 5.7-compatible Aurora), use the following command:
17133
+ # MySQL 5.7-compatible and MySQL 8.0-compatible Aurora), use the
17134
+ # following command:
17065
17135
  #
17066
17136
  # `` aws rds describe-db-engine-versions --engine aurora-mysql --query
17067
17137
  # '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]' ``
@@ -19446,15 +19516,15 @@ module Aws::RDS
19446
19516
  # Constraints: If supplied, must match the name of an existing
19447
19517
  # DBSubnetGroup.
19448
19518
  #
19449
- # Example: `mySubnetgroup`
19519
+ # Example: `mydbsubnetgroup`
19450
19520
  # @return [String]
19451
19521
  #
19452
19522
  # @!attribute [rw] engine
19453
19523
  # The name of the database engine to be used for this DB cluster.
19454
19524
  #
19455
19525
  # Valid Values: `aurora` (for MySQL 5.6-compatible Aurora),
19456
- # `aurora-mysql` (for MySQL 5.7-compatible Aurora), and
19457
- # `aurora-postgresql`
19526
+ # `aurora-mysql` (for MySQL 5.7-compatible and MySQL 8.0-compatible
19527
+ # Aurora), and `aurora-postgresql`
19458
19528
  # @return [String]
19459
19529
  #
19460
19530
  # @!attribute [rw] engine_version
@@ -19467,7 +19537,8 @@ module Aws::RDS
19467
19537
  # "DBEngineVersions[].EngineVersion"`
19468
19538
  #
19469
19539
  # To list all of the available engine versions for `aurora-mysql` (for
19470
- # MySQL 5.7-compatible Aurora), use the following command:
19540
+ # MySQL 5.7-compatible and MySQL 8.0-compatible Aurora), use the
19541
+ # following command:
19471
19542
  #
19472
19543
  # `aws rds describe-db-engine-versions --engine aurora-mysql --query
19473
19544
  # "DBEngineVersions[].EngineVersion"`
@@ -19481,7 +19552,7 @@ module Aws::RDS
19481
19552
  # **Aurora MySQL**
19482
19553
  #
19483
19554
  # Example: `5.6.10a`, `5.6.mysql_aurora.1.19.2`, `5.7.12`,
19484
- # `5.7.mysql_aurora.2.04.5`
19555
+ # `5.7.mysql_aurora.2.04.5`, `8.0.mysql_aurora.3.01.0`
19485
19556
  #
19486
19557
  # **Aurora PostgreSQL**
19487
19558
  #
@@ -19892,7 +19963,8 @@ module Aws::RDS
19892
19963
  # "DBEngineVersions[].EngineVersion"`
19893
19964
  #
19894
19965
  # To list all of the available engine versions for MySQL
19895
- # 5.7-compatible Aurora, use the following command:
19966
+ # 5.7-compatible and MySQL 8.0-compatible Aurora, use the following
19967
+ # command:
19896
19968
  #
19897
19969
  # `aws rds describe-db-engine-versions --engine aurora-mysql --query
19898
19970
  # "DBEngineVersions[].EngineVersion"`
@@ -19961,7 +20033,7 @@ module Aws::RDS
19961
20033
  # Constraints: If supplied, must match the name of an existing DB
19962
20034
  # subnet group.
19963
20035
  #
19964
- # Example: `mySubnetgroup`
20036
+ # Example: `mydbsubnetgroup`
19965
20037
  #
19966
20038
  # Valid for: Aurora DB clusters and Multi-AZ DB clusters
19967
20039
  # @return [String]
@@ -20164,12 +20236,11 @@ module Aws::RDS
20164
20236
  # Specifies the storage type to be associated with the each DB
20165
20237
  # instance in the Multi-AZ DB cluster.
20166
20238
  #
20167
- # Valid values: `standard | gp2 | io1`
20239
+ # Valid values: `io1`
20168
20240
  #
20169
- # If you specify `io1`, you must also include a value for the `Iops`
20170
- # parameter.
20241
+ # When specified, a value for the `Iops` parameter is required.
20171
20242
  #
20172
- # Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
20243
+ # Default: `io1`
20173
20244
  #
20174
20245
  # Valid for: Aurora DB clusters and Multi-AZ DB clusters
20175
20246
  # @return [String]
@@ -20448,7 +20519,7 @@ module Aws::RDS
20448
20519
  # Constraints: If supplied, must match the name of an existing
20449
20520
  # DBSubnetGroup.
20450
20521
  #
20451
- # Example: `mySubnetgroup`
20522
+ # Example: `mydbsubnetgroup`
20452
20523
  #
20453
20524
  # Valid for: Aurora DB clusters and Multi-AZ DB clusters
20454
20525
  # @return [String]
@@ -20649,11 +20720,11 @@ module Aws::RDS
20649
20720
  # Specifies the storage type to be associated with the each DB
20650
20721
  # instance in the Multi-AZ DB cluster.
20651
20722
  #
20652
- # Valid values: `standard | gp2 | io1`
20723
+ # Valid values: `io1`
20653
20724
  #
20654
- # If you specify `io1`, also include a value for the `Iops` parameter.
20725
+ # When specified, a value for the `Iops` parameter is required.
20655
20726
  #
20656
- # Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
20727
+ # Default: `io1`
20657
20728
  #
20658
20729
  # Valid for: Multi-AZ DB clusters only
20659
20730
  # @return [String]
@@ -20904,7 +20975,7 @@ module Aws::RDS
20904
20975
  # Constraints: If supplied, must match the name of an existing
20905
20976
  # DBSubnetGroup.
20906
20977
  #
20907
- # Example: `mySubnetgroup`
20978
+ # Example: `mydbsubnetgroup`
20908
20979
  # @return [String]
20909
20980
  #
20910
20981
  # @!attribute [rw] multi_az
@@ -21089,8 +21160,21 @@ module Aws::RDS
21089
21160
  #
21090
21161
  # @!attribute [rw] copy_tags_to_snapshot
21091
21162
  # A value that indicates whether to copy all tags from the restored DB
21092
- # instance to snapshots of the DB instance. By default, tags are not
21093
- # copied.
21163
+ # instance to snapshots of the DB instance.
21164
+ #
21165
+ # In most cases, tags aren't copied by default. However, when you
21166
+ # restore a DB instance from a DB snapshot, RDS checks whether you
21167
+ # specify new tags. If yes, the new tags are added to the restored DB
21168
+ # instance. If there are no new tags, RDS looks for the tags from the
21169
+ # source DB instance for the DB snapshot, and then adds those tags to
21170
+ # the restored DB instance.
21171
+ #
21172
+ # For more information, see [ Copying tags to DB instance
21173
+ # snapshots][1] in the *Amazon RDS User Guide*.
21174
+ #
21175
+ #
21176
+ #
21177
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html#USER_Tagging.CopyTags
21094
21178
  # @return [Boolean]
21095
21179
  #
21096
21180
  # @!attribute [rw] domain_iam_role_name
@@ -21213,8 +21297,7 @@ module Aws::RDS
21213
21297
  # start with the prefix `AWSRDSCustom`.
21214
21298
  #
21215
21299
  # For the list of permissions required for the IAM role, see [
21216
- # Configure IAM and your VPC][1] in the *Amazon Relational Database
21217
- # Service User Guide*.
21300
+ # Configure IAM and your VPC][1] in the *Amazon RDS User Guide*.
21218
21301
  #
21219
21302
  # This setting is required for RDS Custom.
21220
21303
  #
@@ -21461,6 +21544,11 @@ module Aws::RDS
21461
21544
  #
21462
21545
  # @!attribute [rw] db_subnet_group_name
21463
21546
  # A DB subnet group to associate with this DB instance.
21547
+ #
21548
+ # Constraints: If supplied, must match the name of an existing
21549
+ # DBSubnetGroup.
21550
+ #
21551
+ # Example: `mydbsubnetgroup`
21464
21552
  # @return [String]
21465
21553
  #
21466
21554
  # @!attribute [rw] preferred_maintenance_window
@@ -21990,7 +22078,7 @@ module Aws::RDS
21990
22078
  # Constraints: If supplied, must match the name of an existing
21991
22079
  # DBSubnetGroup.
21992
22080
  #
21993
- # Example: `mySubnetgroup`
22081
+ # Example: `mydbsubnetgroup`
21994
22082
  # @return [String]
21995
22083
  #
21996
22084
  # @!attribute [rw] multi_az
@@ -22495,7 +22583,7 @@ module Aws::RDS
22495
22583
  include Aws::Structure
22496
22584
  end
22497
22585
 
22498
- # SNS has responded that there is a problem with the SND topic
22586
+ # SNS has responded that there is a problem with the SNS topic
22499
22587
  # specified.
22500
22588
  #
22501
22589
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/SNSInvalidTopicFault AWS API Documentation