aws-sdk-rds 1.232.0 → 1.233.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +22 -14
- data/lib/aws-sdk-rds/db_cluster.rb +3 -3
- data/lib/aws-sdk-rds/db_instance.rb +5 -5
- data/lib/aws-sdk-rds/resource.rb +8 -8
- data/lib/aws-sdk-rds/types.rb +21 -11
- data/lib/aws-sdk-rds.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 343a6185b940d022d192f42cc020cf45d7da67d3b8417e1c63aca4e6d89b573a
|
4
|
+
data.tar.gz: 2061f111de92e389e706acecabc94dfbbebba5b9be3ab368c1926b016c1c66e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c2b1d64fb40d0c01bf8fd5105256481ff917c8397d8e4310cfc6264f41d2dbd5b519038bf7644a52b7c4b3cfdaef9862f81cebd38467907a6be583c7abee8ccc
|
7
|
+
data.tar.gz: 6ab32636fd5f8b9da32944e81f9d8e1767994b5dbc26c353c4740d6a057fcf0569adccac227fe5f44708a6deabbf6f68b7f9404911cb2f91ac4b14f64a398536
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.233.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -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
|
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/
|
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.
|
2581
|
-
#
|
2582
|
-
#
|
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.
|
4259
|
-
#
|
4260
|
-
#
|
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
|
-
#
|
4356
|
-
#
|
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
|
27763
|
-
#
|
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.
|
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.
|
976
|
-
#
|
977
|
-
#
|
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.
|
1033
|
-
#
|
1034
|
-
#
|
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
|
-
#
|
1130
|
-
#
|
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
|
#
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
@@ -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.
|
154
|
-
#
|
155
|
-
#
|
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.
|
1155
|
-
#
|
1156
|
-
#
|
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
|
-
#
|
1252
|
-
#
|
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
|
#
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -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.
|
2102
|
-
#
|
2103
|
-
#
|
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.
|
3287
|
-
#
|
3288
|
-
#
|
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.
|
3385
|
-
#
|
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
|
24975
|
-
#
|
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
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.
|
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-
|
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
|