aws-sdk-rds 1.232.0 → 1.233.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 612c8b5f8143854a11cf1bbedbacaea55f4fd6596879a25eab7b800c45bae0b5
4
- data.tar.gz: 579c7c5995b88dd5d8afccbb00ef359a82414c1da3f6b6d8326dc1cb210d8f80
3
+ metadata.gz: 343a6185b940d022d192f42cc020cf45d7da67d3b8417e1c63aca4e6d89b573a
4
+ data.tar.gz: 2061f111de92e389e706acecabc94dfbbebba5b9be3ab368c1926b016c1c66e5
5
5
  SHA512:
6
- metadata.gz: d3479bdd0bc4527180c9343ce2c2b39cd36fb4cf8fd489507b98e5c0dabfd85a93ff0fb1baf6101bbf49f4b379d89136eafd25671cb86670131b187bfc713be2
7
- data.tar.gz: f0d817924b77e0dcd11314dcf382130767990ebb101bc634a71e2ef325792413a4011f01273ef690c166f047deba779cb038d863135e3e887f09e5f58d95ea35
6
+ metadata.gz: c2b1d64fb40d0c01bf8fd5105256481ff917c8397d8e4310cfc6264f41d2dbd5b519038bf7644a52b7c4b3cfdaef9862f81cebd38467907a6be583c7abee8ccc
7
+ data.tar.gz: 6ab32636fd5f8b9da32944e81f9d8e1767994b5dbc26c353c4740d6a057fcf0569adccac227fe5f44708a6deabbf6f68b7f9404911cb2f91ac4b14f64a398536
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.233.0 (2024-05-30)
5
+ ------------------
6
+
7
+ * Feature - Updates Amazon RDS documentation for Aurora Postgres DBname.
8
+
4
9
  1.232.0 (2024-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.232.0
1
+ 1.233.0
@@ -617,12 +617,14 @@ module Aws::RDS
617
617
  # Amazon RDS resources, or used in a Condition statement in an IAM
618
618
  # policy for Amazon RDS.
619
619
  #
620
- # For an overview on tagging Amazon RDS resources, see [Tagging Amazon
621
- # RDS Resources][1].
620
+ # For an overview on tagging your relational database resources, see
621
+ # [Tagging Amazon RDS Resources][1] or [Tagging Amazon Aurora and Amazon
622
+ # RDS Resources][2].
622
623
  #
623
624
  #
624
625
  #
625
- # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Tagging.html
626
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
627
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
626
628
  #
627
629
  # @option params [required, String] :resource_name
628
630
  # The Amazon RDS resource that the tags are added to. This value is an
@@ -2577,9 +2579,9 @@ module Aws::RDS
2577
2579
  # Valid for Cluster Type: Aurora DB clusters only
2578
2580
  #
2579
2581
  # @option params [String] :database_name
2580
- # The name for your database of up to 64 alphanumeric characters. If you
2581
- # don't provide a name, Amazon RDS doesn't create a database in the DB
2582
- # cluster you are creating.
2582
+ # The name for your database of up to 64 alphanumeric characters. A
2583
+ # database named `postgres` is always created. If this parameter is
2584
+ # specified, an additional database with this name is created.
2583
2585
  #
2584
2586
  # Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
2585
2587
  #
@@ -4255,9 +4257,9 @@ module Aws::RDS
4255
4257
  # Amazon Aurora PostgreSQL
4256
4258
  #
4257
4259
  # : The name of the database to create when the primary DB instance of
4258
- # the Aurora PostgreSQL DB cluster is created. If this parameter
4259
- # isn't specified for an Aurora PostgreSQL DB cluster, a database
4260
- # named `postgres` is created in the DB cluster.
4260
+ # the Aurora PostgreSQL DB cluster is created. A database named
4261
+ # `postgres` is always created. If this parameter is specified, an
4262
+ # additional database with this name is created.
4261
4263
  #
4262
4264
  # Constraints:
4263
4265
  #
@@ -4352,8 +4354,8 @@ module Aws::RDS
4352
4354
  # RDS for PostgreSQL
4353
4355
  #
4354
4356
  # : The name of the database to create when the DB instance is created.
4355
- # If this parameter isn't specified, a database named `postgres` is
4356
- # created in the DB instance.
4357
+ # A database named `postgres` is always created. If this parameter is
4358
+ # specified, an additional database with this name is created.
4357
4359
  #
4358
4360
  # Constraints:
4359
4361
  #
@@ -27759,8 +27761,14 @@ module Aws::RDS
27759
27761
  # The prefix of your Amazon S3 bucket.
27760
27762
  #
27761
27763
  # @option params [required, String] :s3_ingestion_role_arn
27762
- # An Amazon Web Services Identity and Access Management (IAM) role to
27763
- # allow Amazon RDS to access your Amazon S3 bucket.
27764
+ # An Amazon Web Services Identity and Access Management (IAM) role with
27765
+ # a trust policy and a permissions policy that allows Amazon RDS to
27766
+ # access your Amazon S3 bucket. For information about this role, see [
27767
+ # Creating an IAM role manually][1] in the *Amazon RDS User Guide.*
27768
+ #
27769
+ #
27770
+ #
27771
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.html#MySQL.Procedural.Importing.Enabling.IAM
27764
27772
  #
27765
27773
  # @option params [Boolean] :enable_performance_insights
27766
27774
  # Specifies whether to enable Performance Insights for the DB instance.
@@ -31244,7 +31252,7 @@ module Aws::RDS
31244
31252
  params: params,
31245
31253
  config: config)
31246
31254
  context[:gem_name] = 'aws-sdk-rds'
31247
- context[:gem_version] = '1.232.0'
31255
+ context[:gem_version] = '1.233.0'
31248
31256
  Seahorse::Client::Request.new(handlers, context)
31249
31257
  end
31250
31258
 
@@ -972,9 +972,9 @@ module Aws::RDS
972
972
  #
973
973
  # Valid for Cluster Type: Aurora DB clusters only
974
974
  # @option options [String] :database_name
975
- # The name for your database of up to 64 alphanumeric characters. If you
976
- # don't provide a name, Amazon RDS doesn't create a database in the DB
977
- # cluster you are creating.
975
+ # The name for your database of up to 64 alphanumeric characters. A
976
+ # database named `postgres` is always created. If this parameter is
977
+ # specified, an additional database with this name is created.
978
978
  #
979
979
  # Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
980
980
  # @option options [String] :db_cluster_parameter_group_name
@@ -1029,9 +1029,9 @@ module Aws::RDS
1029
1029
  # Amazon Aurora PostgreSQL
1030
1030
  #
1031
1031
  # : The name of the database to create when the primary DB instance of
1032
- # the Aurora PostgreSQL DB cluster is created. If this parameter
1033
- # isn't specified for an Aurora PostgreSQL DB cluster, a database
1034
- # named `postgres` is created in the DB cluster.
1032
+ # the Aurora PostgreSQL DB cluster is created. A database named
1033
+ # `postgres` is always created. If this parameter is specified, an
1034
+ # additional database with this name is created.
1035
1035
  #
1036
1036
  # Constraints:
1037
1037
  #
@@ -1126,8 +1126,8 @@ module Aws::RDS
1126
1126
  # RDS for PostgreSQL
1127
1127
  #
1128
1128
  # : The name of the database to create when the DB instance is created.
1129
- # If this parameter isn't specified, a database named `postgres` is
1130
- # created in the DB instance.
1129
+ # A database named `postgres` is always created. If this parameter is
1130
+ # specified, an additional database with this name is created.
1131
1131
  #
1132
1132
  # Constraints:
1133
1133
  #
@@ -150,9 +150,9 @@ module Aws::RDS
150
150
  #
151
151
  # Valid for Cluster Type: Aurora DB clusters only
152
152
  # @option options [String] :database_name
153
- # The name for your database of up to 64 alphanumeric characters. If you
154
- # don't provide a name, Amazon RDS doesn't create a database in the DB
155
- # cluster you are creating.
153
+ # The name for your database of up to 64 alphanumeric characters. A
154
+ # database named `postgres` is always created. If this parameter is
155
+ # specified, an additional database with this name is created.
156
156
  #
157
157
  # Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
158
158
  # @option options [required, String] :db_cluster_identifier
@@ -1151,9 +1151,9 @@ module Aws::RDS
1151
1151
  # Amazon Aurora PostgreSQL
1152
1152
  #
1153
1153
  # : The name of the database to create when the primary DB instance of
1154
- # the Aurora PostgreSQL DB cluster is created. If this parameter
1155
- # isn't specified for an Aurora PostgreSQL DB cluster, a database
1156
- # named `postgres` is created in the DB cluster.
1154
+ # the Aurora PostgreSQL DB cluster is created. A database named
1155
+ # `postgres` is always created. If this parameter is specified, an
1156
+ # additional database with this name is created.
1157
1157
  #
1158
1158
  # Constraints:
1159
1159
  #
@@ -1248,8 +1248,8 @@ module Aws::RDS
1248
1248
  # RDS for PostgreSQL
1249
1249
  #
1250
1250
  # : The name of the database to create when the DB instance is created.
1251
- # If this parameter isn't specified, a database named `postgres` is
1252
- # created in the DB instance.
1251
+ # A database named `postgres` is always created. If this parameter is
1252
+ # specified, an additional database with this name is created.
1253
1253
  #
1254
1254
  # Constraints:
1255
1255
  #
@@ -2098,9 +2098,9 @@ module Aws::RDS
2098
2098
  # @return [String]
2099
2099
  #
2100
2100
  # @!attribute [rw] database_name
2101
- # The name for your database of up to 64 alphanumeric characters. If
2102
- # you don't provide a name, Amazon RDS doesn't create a database in
2103
- # the DB cluster you are creating.
2101
+ # The name for your database of up to 64 alphanumeric characters. A
2102
+ # database named `postgres` is always created. If this parameter is
2103
+ # specified, an additional database with this name is created.
2104
2104
  #
2105
2105
  # Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
2106
2106
  # @return [String]
@@ -3283,9 +3283,9 @@ module Aws::RDS
3283
3283
  # Amazon Aurora PostgreSQL
3284
3284
  #
3285
3285
  # : The name of the database to create when the primary DB instance of
3286
- # the Aurora PostgreSQL DB cluster is created. If this parameter
3287
- # isn't specified for an Aurora PostgreSQL DB cluster, a database
3288
- # named `postgres` is created in the DB cluster.
3286
+ # the Aurora PostgreSQL DB cluster is created. A database named
3287
+ # `postgres` is always created. If this parameter is specified, an
3288
+ # additional database with this name is created.
3289
3289
  #
3290
3290
  # Constraints:
3291
3291
  #
@@ -3381,8 +3381,9 @@ module Aws::RDS
3381
3381
  # RDS for PostgreSQL
3382
3382
  #
3383
3383
  # : The name of the database to create when the DB instance is
3384
- # created. If this parameter isn't specified, a database named
3385
- # `postgres` is created in the DB instance.
3384
+ # created. A database named `postgres` is always created. If this
3385
+ # parameter is specified, an additional database with this name is
3386
+ # created.
3386
3387
  #
3387
3388
  # Constraints:
3388
3389
  #
@@ -24971,8 +24972,15 @@ module Aws::RDS
24971
24972
  # @return [String]
24972
24973
  #
24973
24974
  # @!attribute [rw] s3_ingestion_role_arn
24974
- # An Amazon Web Services Identity and Access Management (IAM) role to
24975
- # allow Amazon RDS to access your Amazon S3 bucket.
24975
+ # An Amazon Web Services Identity and Access Management (IAM) role
24976
+ # with a trust policy and a permissions policy that allows Amazon RDS
24977
+ # to access your Amazon S3 bucket. For information about this role,
24978
+ # see [ Creating an IAM role manually][1] in the *Amazon RDS User
24979
+ # Guide.*
24980
+ #
24981
+ #
24982
+ #
24983
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.html#MySQL.Procedural.Importing.Enabling.IAM
24976
24984
  # @return [String]
24977
24985
  #
24978
24986
  # @!attribute [rw] enable_performance_insights
@@ -27229,11 +27237,13 @@ module Aws::RDS
27229
27237
  # pair.
27230
27238
  #
27231
27239
  # For more information, see [Tagging Amazon RDS Resources][1] in the
27232
- # *Amazon RDS User Guide.*
27240
+ # *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS
27241
+ # Resources][2] in the *Amazon Aurora User Guide*.
27233
27242
  #
27234
27243
  #
27235
27244
  #
27236
27245
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
27246
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
27237
27247
  #
27238
27248
  # @!attribute [rw] key
27239
27249
  # A key is the required name of the tag. The string value can be from
data/lib/aws-sdk-rds.rb CHANGED
@@ -78,6 +78,6 @@ require_relative 'aws-sdk-rds/customizations'
78
78
  # @!group service
79
79
  module Aws::RDS
80
80
 
81
- GEM_VERSION = '1.232.0'
81
+ GEM_VERSION = '1.233.0'
82
82
 
83
83
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.232.0
4
+ version: 1.233.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-21 00:00:00.000000000 Z
11
+ date: 2024-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core