aws-sdk-rds 1.63.0 → 1.64.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1389,6 +1389,7 @@ module Aws::RDS
1389
1389
  # },
1390
1390
  # deletion_protection: false,
1391
1391
  # global_cluster_identifier: "String",
1392
+ # enable_http_endpoint: false,
1392
1393
  # copy_tags_to_snapshot: false,
1393
1394
  # source_region: "String",
1394
1395
  # }
@@ -1478,13 +1479,32 @@ module Aws::RDS
1478
1479
  # @!attribute [rw] engine_version
1479
1480
  # The version number of the database engine to use.
1480
1481
  #
1482
+ # To list all of the available engine versions for `aurora` (for MySQL
1483
+ # 5.6-compatible Aurora), use the following command:
1484
+ #
1485
+ # `aws rds describe-db-engine-versions --engine aurora --query
1486
+ # "DBEngineVersions[].EngineVersion"`
1487
+ #
1488
+ # To list all of the available engine versions for `aurora-mysql` (for
1489
+ # MySQL 5.7-compatible Aurora), use the following command:
1490
+ #
1491
+ # `aws rds describe-db-engine-versions --engine aurora-mysql --query
1492
+ # "DBEngineVersions[].EngineVersion"`
1493
+ #
1494
+ # To list all of the available engine versions for
1495
+ # `aurora-postgresql`, use the following command:
1496
+ #
1497
+ # `aws rds describe-db-engine-versions --engine aurora-postgresql
1498
+ # --query "DBEngineVersions[].EngineVersion"`
1499
+ #
1481
1500
  # **Aurora MySQL**
1482
1501
  #
1483
- # Example: `5.6.10a`, `5.7.12`
1502
+ # Example: `5.6.10a`, `5.6.mysql_aurora.1.19.2`, `5.7.12`,
1503
+ # `5.7.mysql_aurora.2.04.5`
1484
1504
  #
1485
1505
  # **Aurora PostgreSQL**
1486
1506
  #
1487
- # Example: `9.6.3`
1507
+ # Example: `9.6.3`, `10.7`
1488
1508
  # @return [String]
1489
1509
  #
1490
1510
  # @!attribute [rw] port
@@ -1657,6 +1677,13 @@ module Aws::RDS
1657
1677
  # A value that indicates whether to enable mapping of AWS Identity and
1658
1678
  # Access Management (IAM) accounts to database accounts. By default,
1659
1679
  # mapping is disabled.
1680
+ #
1681
+ # For more information, see [ IAM Database Authentication][1] in the
1682
+ # *Amazon Aurora User Guide.*
1683
+ #
1684
+ #
1685
+ #
1686
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html
1660
1687
  # @return [Boolean]
1661
1688
  #
1662
1689
  # @!attribute [rw] backtrack_window
@@ -1705,6 +1732,24 @@ module Aws::RDS
1705
1732
  # cluster in the new global database cluster.
1706
1733
  # @return [String]
1707
1734
  #
1735
+ # @!attribute [rw] enable_http_endpoint
1736
+ # A value that indicates whether to enable the HTTP endpoint for an
1737
+ # Aurora Serverless DB cluster. By default, the HTTP endpoint is
1738
+ # disabled.
1739
+ #
1740
+ # When enabled, the HTTP endpoint provides a connectionless web
1741
+ # service API for running SQL queries on the Aurora Serverless DB
1742
+ # cluster. You can also query your database from inside the RDS
1743
+ # console with the query editor.
1744
+ #
1745
+ # For more information, see [Using the Data API for Aurora
1746
+ # Serverless][1] in the *Amazon Aurora User Guide*.
1747
+ #
1748
+ #
1749
+ #
1750
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html
1751
+ # @return [Boolean]
1752
+ #
1708
1753
  # @!attribute [rw] copy_tags_to_snapshot
1709
1754
  # A value that indicates whether to copy all tags from the DB cluster
1710
1755
  # to snapshots of the DB cluster. The default is not to copy them.
@@ -1749,6 +1794,7 @@ module Aws::RDS
1749
1794
  :scaling_configuration,
1750
1795
  :deletion_protection,
1751
1796
  :global_cluster_identifier,
1797
+ :enable_http_endpoint,
1752
1798
  :copy_tags_to_snapshot,
1753
1799
  :destination_region,
1754
1800
  :source_region)
@@ -2551,7 +2597,7 @@ module Aws::RDS
2551
2597
  # @!attribute [rw] iops
2552
2598
  # The amount of Provisioned IOPS (input/output operations per second)
2553
2599
  # to be initially allocated for the DB instance. For information about
2554
- # valid Iops values, see see [Amazon RDS Provisioned IOPS Storage to
2600
+ # valid Iops values, see [Amazon RDS Provisioned IOPS Storage to
2555
2601
  # Improve Performance][1] in the *Amazon RDS User Guide*.
2556
2602
  #
2557
2603
  # Constraints: Must be a multiple between 1 and 50 of the storage
@@ -2770,6 +2816,23 @@ module Aws::RDS
2770
2816
  # * For MySQL 5.6, minor version 5.6.34 or higher
2771
2817
  #
2772
2818
  # * For MySQL 5.7, minor version 5.7.16 or higher
2819
+ #
2820
+ # * For MySQL 8.0, minor version 8.0.16 or higher
2821
+ #
2822
+ # **PostgreSQL**
2823
+ #
2824
+ # * For PostgreSQL 9.5, minor version 9.5.15 or higher
2825
+ #
2826
+ # * For PostgreSQL 9.6, minor version 9.6.11 or higher
2827
+ #
2828
+ # * PostgreSQL 10.6, 10.7, and 10.9
2829
+ #
2830
+ # For more information, see [ IAM Database Authentication for MySQL
2831
+ # and PostgreSQL][1] in the *Amazon RDS User Guide.*
2832
+ #
2833
+ #
2834
+ #
2835
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
2773
2836
  # @return [Boolean]
2774
2837
  #
2775
2838
  # @!attribute [rw] enable_performance_insights
@@ -3206,16 +3269,16 @@ module Aws::RDS
3206
3269
  # @!attribute [rw] enable_iam_database_authentication
3207
3270
  # A value that indicates whether to enable mapping of AWS Identity and
3208
3271
  # Access Management (IAM) accounts to database accounts. By default,
3209
- # mapping is disabled.
3272
+ # mapping is disabled. For information about the supported DB engines,
3273
+ # see CreateDBInstance.
3210
3274
  #
3211
- # You can enable IAM database authentication for the following
3212
- # database engines
3275
+ # For more information about IAM database authentication, see [ IAM
3276
+ # Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
3277
+ # RDS User Guide.*
3213
3278
  #
3214
- # * For MySQL 5.6, minor version 5.6.34 or higher
3215
3279
  #
3216
- # * For MySQL 5.7, minor version 5.7.16 or higher
3217
3280
  #
3218
- # * Aurora MySQL 5.6 or higher
3281
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
3219
3282
  # @return [Boolean]
3220
3283
  #
3221
3284
  # @!attribute [rw] enable_performance_insights
@@ -7141,7 +7204,20 @@ module Aws::RDS
7141
7204
  # @return [String]
7142
7205
  #
7143
7206
  # @!attribute [rw] filters
7144
- # This parameter is not currently supported.
7207
+ # A filter that specifies one or more DB cluster snapshots to
7208
+ # describe.
7209
+ #
7210
+ # Supported filters:
7211
+ #
7212
+ # * `db-cluster-id` - Accepts DB cluster identifiers and DB cluster
7213
+ # Amazon Resource Names (ARNs).
7214
+ #
7215
+ # * `db-cluster-snapshot-id` - Accepts DB cluster snapshot
7216
+ # identifiers.
7217
+ #
7218
+ # * `snapshot-type` - Accepts types of DB cluster snapshots.
7219
+ #
7220
+ # * `engine` - Accepts names of database engines.
7145
7221
  # @return [Array<Types::Filter>]
7146
7222
  #
7147
7223
  # @!attribute [rw] max_records
@@ -7501,6 +7577,10 @@ module Aws::RDS
7501
7577
  # * `db-instance-id` - Accepts DB instance identifiers and DB instance
7502
7578
  # Amazon Resource Names (ARNs). The results list will only include
7503
7579
  # information about the DB instances identified by these ARNs.
7580
+ #
7581
+ # * `dbi-resource-id` - Accepts DB instance resource identifiers. The
7582
+ # results list will only include information about the DB instances
7583
+ # identified by these resource identifiers.
7504
7584
  # @return [Array<Types::Filter>]
7505
7585
  #
7506
7586
  # @!attribute [rw] max_records
@@ -7945,7 +8025,20 @@ module Aws::RDS
7945
8025
  # @return [String]
7946
8026
  #
7947
8027
  # @!attribute [rw] filters
7948
- # This parameter is not currently supported.
8028
+ # A filter that specifies one or more DB snapshots to describe.
8029
+ #
8030
+ # Supported filters:
8031
+ #
8032
+ # * `db-instance-id` - Accepts DB instance identifiers and DB instance
8033
+ # Amazon Resource Names (ARNs).
8034
+ #
8035
+ # * `db-snapshot-id` - Accepts DB snapshot identifiers.
8036
+ #
8037
+ # * `dbi-resource-id` - Accepts identifiers of source DB instances.
8038
+ #
8039
+ # * `snapshot-type` - Accepts types of DB snapshots.
8040
+ #
8041
+ # * `engine` - Accepts names of database engines.
7949
8042
  # @return [Array<Types::Filter>]
7950
8043
  #
7951
8044
  # @!attribute [rw] max_records
@@ -10002,6 +10095,13 @@ module Aws::RDS
10002
10095
  # A value that indicates whether to enable mapping of AWS Identity and
10003
10096
  # Access Management (IAM) accounts to database accounts. By default,
10004
10097
  # mapping is disabled.
10098
+ #
10099
+ # For more information, see [ IAM Database Authentication][1] in the
10100
+ # *Amazon Aurora User Guide.*
10101
+ #
10102
+ #
10103
+ #
10104
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html
10005
10105
  # @return [Boolean]
10006
10106
  #
10007
10107
  # @!attribute [rw] backtrack_window
@@ -10029,7 +10129,23 @@ module Aws::RDS
10029
10129
  # applied during the next maintenance window unless `ApplyImmediately`
10030
10130
  # is enabled.
10031
10131
  #
10032
- # For a list of valid engine versions, use DescribeDBEngineVersions.
10132
+ # To list all of the available engine versions for `aurora` (for MySQL
10133
+ # 5.6-compatible Aurora), use the following command:
10134
+ #
10135
+ # `aws rds describe-db-engine-versions --engine aurora --query
10136
+ # "DBEngineVersions[].EngineVersion"`
10137
+ #
10138
+ # To list all of the available engine versions for `aurora-mysql` (for
10139
+ # MySQL 5.7-compatible Aurora), use the following command:
10140
+ #
10141
+ # `aws rds describe-db-engine-versions --engine aurora-mysql --query
10142
+ # "DBEngineVersions[].EngineVersion"`
10143
+ #
10144
+ # To list all of the available engine versions for
10145
+ # `aurora-postgresql`, use the following command:
10146
+ #
10147
+ # `aws rds describe-db-engine-versions --engine aurora-postgresql
10148
+ # --query "DBEngineVersions[].EngineVersion"`
10033
10149
  # @return [String]
10034
10150
  #
10035
10151
  # @!attribute [rw] allow_major_version_upgrade
@@ -10850,22 +10966,16 @@ module Aws::RDS
10850
10966
  # @!attribute [rw] enable_iam_database_authentication
10851
10967
  # A value that indicates whether to enable mapping of AWS Identity and
10852
10968
  # Access Management (IAM) accounts to database accounts. By default,
10853
- # mapping is disabled.
10854
- #
10855
- # You can enable IAM database authentication for the following
10856
- # database engines
10969
+ # mapping is disabled. For information about the supported DB engines,
10970
+ # see CreateDBInstance.
10857
10971
  #
10858
- # **Amazon Aurora**
10859
- #
10860
- # Not applicable. Mapping AWS IAM accounts to database accounts is
10861
- # managed by the DB cluster. For more information, see
10862
- # `ModifyDBCluster`.
10972
+ # For more information about IAM database authentication, see [ IAM
10973
+ # Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
10974
+ # RDS User Guide.*
10863
10975
  #
10864
- # **MySQL**
10865
10976
  #
10866
- # * For MySQL 5.6, minor version 5.6.34 or higher
10867
10977
  #
10868
- # * For MySQL 5.7, minor version 5.7.16 or higher
10978
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
10869
10979
  # @return [Boolean]
10870
10980
  #
10871
10981
  # @!attribute [rw] enable_performance_insights
@@ -12203,15 +12313,13 @@ module Aws::RDS
12203
12313
  # @!attribute [rw] auto_applied_after_date
12204
12314
  # The date of the maintenance window when the action is applied. The
12205
12315
  # maintenance action is applied to the resource during its first
12206
- # maintenance window after this date. If this date is specified, any
12207
- # `next-maintenance` opt-in requests are ignored.
12316
+ # maintenance window after this date.
12208
12317
  # @return [Time]
12209
12318
  #
12210
12319
  # @!attribute [rw] forced_apply_date
12211
12320
  # The date when the maintenance action is automatically applied. The
12212
12321
  # maintenance action is applied to the resource on this date
12213
- # regardless of the maintenance window for the resource. If this date
12214
- # is specified, any `immediate` opt-in requests are ignored.
12322
+ # regardless of the maintenance window for the resource.
12215
12323
  # @return [Time]
12216
12324
  #
12217
12325
  # @!attribute [rw] opt_in_status
@@ -13336,13 +13444,32 @@ module Aws::RDS
13336
13444
  # @!attribute [rw] engine_version
13337
13445
  # The version number of the database engine to use.
13338
13446
  #
13447
+ # To list all of the available engine versions for `aurora` (for MySQL
13448
+ # 5.6-compatible Aurora), use the following command:
13449
+ #
13450
+ # `aws rds describe-db-engine-versions --engine aurora --query
13451
+ # "DBEngineVersions[].EngineVersion"`
13452
+ #
13453
+ # To list all of the available engine versions for `aurora-mysql` (for
13454
+ # MySQL 5.7-compatible Aurora), use the following command:
13455
+ #
13456
+ # `aws rds describe-db-engine-versions --engine aurora-mysql --query
13457
+ # "DBEngineVersions[].EngineVersion"`
13458
+ #
13459
+ # To list all of the available engine versions for
13460
+ # `aurora-postgresql`, use the following command:
13461
+ #
13462
+ # `aws rds describe-db-engine-versions --engine aurora-postgresql
13463
+ # --query "DBEngineVersions[].EngineVersion"`
13464
+ #
13339
13465
  # **Aurora MySQL**
13340
13466
  #
13341
- # Example: `5.6.10a`
13467
+ # Example: `5.6.10a`, `5.6.mysql_aurora.1.19.2`, `5.7.12`,
13468
+ # `5.7.mysql_aurora.2.04.5`
13342
13469
  #
13343
13470
  # **Aurora PostgreSQL**
13344
13471
  #
13345
- # Example: `9.6.3`
13472
+ # Example: `9.6.3`, `10.7`
13346
13473
  # @return [String]
13347
13474
  #
13348
13475
  # @!attribute [rw] port
@@ -13458,6 +13585,13 @@ module Aws::RDS
13458
13585
  # A value that indicates whether to enable mapping of AWS Identity and
13459
13586
  # Access Management (IAM) accounts to database accounts. By default,
13460
13587
  # mapping is disabled.
13588
+ #
13589
+ # For more information, see [ IAM Database Authentication][1] in the
13590
+ # *Amazon Aurora User Guide.*
13591
+ #
13592
+ #
13593
+ #
13594
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html
13461
13595
  # @return [Boolean]
13462
13596
  #
13463
13597
  # @!attribute [rw] source_engine
@@ -13661,6 +13795,33 @@ module Aws::RDS
13661
13795
  #
13662
13796
  # @!attribute [rw] engine_version
13663
13797
  # The version of the database engine to use for the new DB cluster.
13798
+ #
13799
+ # To list all of the available engine versions for `aurora` (for MySQL
13800
+ # 5.6-compatible Aurora), use the following command:
13801
+ #
13802
+ # `aws rds describe-db-engine-versions --engine aurora --query
13803
+ # "DBEngineVersions[].EngineVersion"`
13804
+ #
13805
+ # To list all of the available engine versions for `aurora-mysql` (for
13806
+ # MySQL 5.7-compatible Aurora), use the following command:
13807
+ #
13808
+ # `aws rds describe-db-engine-versions --engine aurora-mysql --query
13809
+ # "DBEngineVersions[].EngineVersion"`
13810
+ #
13811
+ # To list all of the available engine versions for
13812
+ # `aurora-postgresql`, use the following command:
13813
+ #
13814
+ # `aws rds describe-db-engine-versions --engine aurora-postgresql
13815
+ # --query "DBEngineVersions[].EngineVersion"`
13816
+ #
13817
+ # **Aurora MySQL**
13818
+ #
13819
+ # Example: `5.6.10a`, `5.6.mysql_aurora.1.19.2`, `5.7.12`,
13820
+ # `5.7.mysql_aurora.2.04.5`
13821
+ #
13822
+ # **Aurora PostgreSQL**
13823
+ #
13824
+ # Example: `9.6.3`, `10.7`
13664
13825
  # @return [String]
13665
13826
  #
13666
13827
  # @!attribute [rw] port
@@ -13723,6 +13884,13 @@ module Aws::RDS
13723
13884
  # A value that indicates whether to enable mapping of AWS Identity and
13724
13885
  # Access Management (IAM) accounts to database accounts. By default,
13725
13886
  # mapping is disabled.
13887
+ #
13888
+ # For more information, see [ IAM Database Authentication][1] in the
13889
+ # *Amazon Aurora User Guide.*
13890
+ #
13891
+ #
13892
+ #
13893
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html
13726
13894
  # @return [Boolean]
13727
13895
  #
13728
13896
  # @!attribute [rw] backtrack_window
@@ -13994,6 +14162,13 @@ module Aws::RDS
13994
14162
  # A value that indicates whether to enable mapping of AWS Identity and
13995
14163
  # Access Management (IAM) accounts to database accounts. By default,
13996
14164
  # mapping is disabled.
14165
+ #
14166
+ # For more information, see [ IAM Database Authentication][1] in the
14167
+ # *Amazon Aurora User Guide.*
14168
+ #
14169
+ #
14170
+ #
14171
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html
13997
14172
  # @return [Boolean]
13998
14173
  #
13999
14174
  # @!attribute [rw] backtrack_window
@@ -14360,14 +14535,16 @@ module Aws::RDS
14360
14535
  # @!attribute [rw] enable_iam_database_authentication
14361
14536
  # A value that indicates whether to enable mapping of AWS Identity and
14362
14537
  # Access Management (IAM) accounts to database accounts. By default,
14363
- # mapping is disabled.
14538
+ # mapping is disabled. For information about the supported DB engines,
14539
+ # see CreateDBInstance.
14364
14540
  #
14365
- # You can enable IAM database authentication for the following
14366
- # database engines
14541
+ # For more information about IAM database authentication, see [ IAM
14542
+ # Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
14543
+ # RDS User Guide.*
14367
14544
  #
14368
- # * For MySQL 5.6, minor version 5.6.34 or higher
14369
14545
  #
14370
- # * For MySQL 5.7, minor version 5.7.16 or higher
14546
+ #
14547
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
14371
14548
  # @return [Boolean]
14372
14549
  #
14373
14550
  # @!attribute [rw] enable_cloudwatch_logs_exports
@@ -14721,7 +14898,7 @@ module Aws::RDS
14721
14898
  # @!attribute [rw] iops
14722
14899
  # The amount of Provisioned IOPS (input/output operations per second)
14723
14900
  # to allocate initially for the DB instance. For information about
14724
- # valid Iops values, see see [Amazon RDS Provisioned IOPS Storage to
14901
+ # valid Iops values, see [Amazon RDS Provisioned IOPS Storage to
14725
14902
  # Improve Performance][1] in the *Amazon RDS User Guide.*
14726
14903
  #
14727
14904
  #
@@ -14823,7 +15000,16 @@ module Aws::RDS
14823
15000
  # @!attribute [rw] enable_iam_database_authentication
14824
15001
  # A value that indicates whether to enable mapping of AWS Identity and
14825
15002
  # Access Management (IAM) accounts to database accounts. By default,
14826
- # mapping is disabled.
15003
+ # mapping is disabled. For information about the supported DB engines,
15004
+ # see CreateDBInstance.
15005
+ #
15006
+ # For more information about IAM database authentication, see [ IAM
15007
+ # Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
15008
+ # RDS User Guide.*
15009
+ #
15010
+ #
15011
+ #
15012
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
14827
15013
  # @return [Boolean]
14828
15014
  #
14829
15015
  # @!attribute [rw] source_engine
@@ -15261,14 +15447,16 @@ module Aws::RDS
15261
15447
  # @!attribute [rw] enable_iam_database_authentication
15262
15448
  # A value that indicates whether to enable mapping of AWS Identity and
15263
15449
  # Access Management (IAM) accounts to database accounts. By default,
15264
- # mapping is disabled.
15450
+ # mapping is disabled. For information about the supported DB engines,
15451
+ # see CreateDBInstance.
15265
15452
  #
15266
- # You can enable IAM database authentication for the following
15267
- # database engines
15453
+ # For more information about IAM database authentication, see [ IAM
15454
+ # Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
15455
+ # RDS User Guide.*
15268
15456
  #
15269
- # * For MySQL 5.6, minor version 5.6.34 or higher
15270
15457
  #
15271
- # * For MySQL 5.7, minor version 5.7.16 or higher
15458
+ #
15459
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
15272
15460
  # @return [Boolean]
15273
15461
  #
15274
15462
  # @!attribute [rw] enable_cloudwatch_logs_exports