aws-sdk-rds 1.232.0 → 1.234.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.
@@ -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
@@ -952,7 +952,7 @@ module Aws::RDS
952
952
  # shapshot is encrypted and in a different region.
953
953
  # @return [DBCluster]
954
954
  def create_db_cluster(options = {})
955
- resp = Aws::Plugins::UserAgent.feature('resource') do
955
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
956
956
  @client.create_db_cluster(options)
957
957
  end
958
958
  DBCluster.new(
@@ -1043,7 +1043,7 @@ module Aws::RDS
1043
1043
  # Tags to assign to the DB cluster parameter group.
1044
1044
  # @return [DBClusterParameterGroup]
1045
1045
  def create_db_cluster_parameter_group(options = {})
1046
- resp = Aws::Plugins::UserAgent.feature('resource') do
1046
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
1047
1047
  @client.create_db_cluster_parameter_group(options)
1048
1048
  end
1049
1049
  DBClusterParameterGroup.new(
@@ -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
  #
@@ -2361,7 +2361,7 @@ module Aws::RDS
2361
2361
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html
2362
2362
  # @return [DBInstance]
2363
2363
  def create_db_instance(options = {})
2364
- resp = Aws::Plugins::UserAgent.feature('resource') do
2364
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
2365
2365
  @client.create_db_instance(options)
2366
2366
  end
2367
2367
  DBInstance.new(
@@ -2456,7 +2456,7 @@ module Aws::RDS
2456
2456
  # Tags to assign to the DB parameter group.
2457
2457
  # @return [DBParameterGroup]
2458
2458
  def create_db_parameter_group(options = {})
2459
- resp = Aws::Plugins::UserAgent.feature('resource') do
2459
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
2460
2460
  @client.create_db_parameter_group(options)
2461
2461
  end
2462
2462
  DBParameterGroup.new(
@@ -2500,7 +2500,7 @@ module Aws::RDS
2500
2500
  # Tags to assign to the DB security group.
2501
2501
  # @return [DBSecurityGroup]
2502
2502
  def create_db_security_group(options = {})
2503
- resp = Aws::Plugins::UserAgent.feature('resource') do
2503
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
2504
2504
  @client.create_db_security_group(options)
2505
2505
  end
2506
2506
  DBSecurityGroup.new(
@@ -2546,7 +2546,7 @@ module Aws::RDS
2546
2546
  # Tags to assign to the DB subnet group.
2547
2547
  # @return [DBSubnetGroup]
2548
2548
  def create_db_subnet_group(options = {})
2549
- resp = Aws::Plugins::UserAgent.feature('resource') do
2549
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
2550
2550
  @client.create_db_subnet_group(options)
2551
2551
  end
2552
2552
  DBSubnetGroup.new(
@@ -2656,7 +2656,7 @@ module Aws::RDS
2656
2656
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
2657
2657
  # @return [EventSubscription]
2658
2658
  def create_event_subscription(options = {})
2659
- resp = Aws::Plugins::UserAgent.feature('resource') do
2659
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
2660
2660
  @client.create_event_subscription(options)
2661
2661
  end
2662
2662
  EventSubscription.new(
@@ -2732,7 +2732,7 @@ module Aws::RDS
2732
2732
  # Tags to assign to the option group.
2733
2733
  # @return [OptionGroup]
2734
2734
  def create_option_group(options = {})
2735
- resp = Aws::Plugins::UserAgent.feature('resource') do
2735
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
2736
2736
  @client.create_option_group(options)
2737
2737
  end
2738
2738
  OptionGroup.new(
@@ -2752,7 +2752,7 @@ module Aws::RDS
2752
2752
  def account_quotas(options = {})
2753
2753
  batches = Enumerator.new do |y|
2754
2754
  batch = []
2755
- resp = Aws::Plugins::UserAgent.feature('resource') do
2755
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
2756
2756
  @client.describe_account_attributes(options)
2757
2757
  end
2758
2758
  resp.data.account_quotas.each do |a|
@@ -2803,7 +2803,7 @@ module Aws::RDS
2803
2803
  # @return [Certificate::Collection]
2804
2804
  def certificates(options = {})
2805
2805
  batches = Enumerator.new do |y|
2806
- resp = Aws::Plugins::UserAgent.feature('resource') do
2806
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
2807
2807
  @client.describe_certificates(options)
2808
2808
  end
2809
2809
  resp.each_page do |page|
@@ -2866,7 +2866,7 @@ module Aws::RDS
2866
2866
  # @return [DBClusterParameterGroup::Collection]
2867
2867
  def db_cluster_parameter_groups(options = {})
2868
2868
  batches = Enumerator.new do |y|
2869
- resp = Aws::Plugins::UserAgent.feature('resource') do
2869
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
2870
2870
  @client.describe_db_cluster_parameter_groups(options)
2871
2871
  end
2872
2872
  resp.each_page do |page|
@@ -2937,7 +2937,7 @@ module Aws::RDS
2937
2937
  # @return [DBCluster::Collection]
2938
2938
  def db_clusters(options = {})
2939
2939
  batches = Enumerator.new do |y|
2940
- resp = Aws::Plugins::UserAgent.feature('resource') do
2940
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
2941
2941
  @client.describe_db_clusters(options)
2942
2942
  end
2943
2943
  resp.each_page do |page|
@@ -3114,7 +3114,7 @@ module Aws::RDS
3114
3114
  # @return [DBEngineVersion::Collection]
3115
3115
  def db_engine_versions(options = {})
3116
3116
  batches = Enumerator.new do |y|
3117
- resp = Aws::Plugins::UserAgent.feature('resource') do
3117
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
3118
3118
  @client.describe_db_engine_versions(options)
3119
3119
  end
3120
3120
  resp.each_page do |page|
@@ -3192,7 +3192,7 @@ module Aws::RDS
3192
3192
  # @return [DBInstance::Collection]
3193
3193
  def db_instances(options = {})
3194
3194
  batches = Enumerator.new do |y|
3195
- resp = Aws::Plugins::UserAgent.feature('resource') do
3195
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
3196
3196
  @client.describe_db_instances(options)
3197
3197
  end
3198
3198
  resp.each_page do |page|
@@ -3254,7 +3254,7 @@ module Aws::RDS
3254
3254
  # @return [DBParameterGroup::Collection]
3255
3255
  def db_parameter_groups(options = {})
3256
3256
  batches = Enumerator.new do |y|
3257
- resp = Aws::Plugins::UserAgent.feature('resource') do
3257
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
3258
3258
  @client.describe_db_parameter_groups(options)
3259
3259
  end
3260
3260
  resp.each_page do |page|
@@ -3300,7 +3300,7 @@ module Aws::RDS
3300
3300
  # @return [DBSecurityGroup::Collection]
3301
3301
  def db_security_groups(options = {})
3302
3302
  batches = Enumerator.new do |y|
3303
- resp = Aws::Plugins::UserAgent.feature('resource') do
3303
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
3304
3304
  @client.describe_db_security_groups(options)
3305
3305
  end
3306
3306
  resp.each_page do |page|
@@ -3433,7 +3433,7 @@ module Aws::RDS
3433
3433
  # @return [DBSnapshot::Collection]
3434
3434
  def db_snapshots(options = {})
3435
3435
  batches = Enumerator.new do |y|
3436
- resp = Aws::Plugins::UserAgent.feature('resource') do
3436
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
3437
3437
  @client.describe_db_snapshots(options)
3438
3438
  end
3439
3439
  resp.each_page do |page|
@@ -3480,7 +3480,7 @@ module Aws::RDS
3480
3480
  # @return [DBSubnetGroup::Collection]
3481
3481
  def db_subnet_groups(options = {})
3482
3482
  batches = Enumerator.new do |y|
3483
- resp = Aws::Plugins::UserAgent.feature('resource') do
3483
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
3484
3484
  @client.describe_db_subnet_groups(options)
3485
3485
  end
3486
3486
  resp.each_page do |page|
@@ -3532,7 +3532,7 @@ module Aws::RDS
3532
3532
  def event_category_maps(options = {})
3533
3533
  batches = Enumerator.new do |y|
3534
3534
  batch = []
3535
- resp = Aws::Plugins::UserAgent.feature('resource') do
3535
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
3536
3536
  @client.describe_event_categories(options)
3537
3537
  end
3538
3538
  resp.data.event_categories_map_list.each do |e|
@@ -3576,7 +3576,7 @@ module Aws::RDS
3576
3576
  # @return [EventSubscription::Collection]
3577
3577
  def event_subscriptions(options = {})
3578
3578
  batches = Enumerator.new do |y|
3579
- resp = Aws::Plugins::UserAgent.feature('resource') do
3579
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
3580
3580
  @client.describe_event_subscriptions(options)
3581
3581
  end
3582
3582
  resp.each_page do |page|
@@ -3677,7 +3677,7 @@ module Aws::RDS
3677
3677
  # @return [Event::Collection]
3678
3678
  def events(options = {})
3679
3679
  batches = Enumerator.new do |y|
3680
- resp = Aws::Plugins::UserAgent.feature('resource') do
3680
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
3681
3681
  @client.describe_events(options)
3682
3682
  end
3683
3683
  resp.each_page do |page|
@@ -3762,7 +3762,7 @@ module Aws::RDS
3762
3762
  # @return [OptionGroup::Collection]
3763
3763
  def option_groups(options = {})
3764
3764
  batches = Enumerator.new do |y|
3765
- resp = Aws::Plugins::UserAgent.feature('resource') do
3765
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
3766
3766
  @client.describe_option_groups(options)
3767
3767
  end
3768
3768
  resp.each_page do |page|
@@ -3859,7 +3859,7 @@ module Aws::RDS
3859
3859
  # @return [ReservedDBInstance::Collection]
3860
3860
  def reserved_db_instances(options = {})
3861
3861
  batches = Enumerator.new do |y|
3862
- resp = Aws::Plugins::UserAgent.feature('resource') do
3862
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
3863
3863
  @client.describe_reserved_db_instances(options)
3864
3864
  end
3865
3865
  resp.each_page do |page|
@@ -3938,7 +3938,7 @@ module Aws::RDS
3938
3938
  # @return [ReservedDBInstancesOffering::Collection]
3939
3939
  def reserved_db_instances_offerings(options = {})
3940
3940
  batches = Enumerator.new do |y|
3941
- resp = Aws::Plugins::UserAgent.feature('resource') do
3941
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
3942
3942
  @client.describe_reserved_db_instances_offerings(options)
3943
3943
  end
3944
3944
  resp.each_page do |page|
@@ -3995,7 +3995,7 @@ module Aws::RDS
3995
3995
  # @return [ResourcePendingMaintenanceActionList::Collection]
3996
3996
  def resources_with_pending_maintenance_actions(options = {})
3997
3997
  batches = Enumerator.new do |y|
3998
- resp = Aws::Plugins::UserAgent.feature('resource') do
3998
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
3999
3999
  @client.describe_pending_maintenance_actions(options)
4000
4000
  end
4001
4001
  resp.each_page do |page|
@@ -166,7 +166,7 @@ module Aws::RDS
166
166
  :retry
167
167
  end
168
168
  end
169
- Aws::Plugins::UserAgent.feature('resource') do
169
+ Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
170
170
  Aws::Waiters::Waiter.new(options).wait({})
171
171
  end
172
172
  end
@@ -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.234.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.234.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-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.193.0
22
+ version: 3.197.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.193.0
32
+ version: 3.197.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement