aws-sdk-rds 1.220.0 → 1.222.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eaf37db5144f0118605b8016ba8cb77453737f9ea4264f2f7d4ff75e90a97ad9
4
- data.tar.gz: 6a08f9e88973da3f216b392ae086d54402fc35168b424384678c2f42f1e676fe
3
+ metadata.gz: 503c7bee05e92e01c1d1696023c373435b014f1bc6490b3fc433772d9b8ffeda
4
+ data.tar.gz: f0875e3148cee8342afdf53370348b59250fed4dcf4240f1620751cb4c82b602
5
5
  SHA512:
6
- metadata.gz: edec2d6615d15bad15b0b1f46ac56f8b54d4c0c73bf5e904f3a77a94350fb9f346335dbe1ae9d9c4c57a453dd1c857e153403bd49d398dfd6c0c8e9e08d9f371
7
- data.tar.gz: 17f84b6d4290acb1609e9d538b18b64df655418f561e3d5902c4ff6584c0bea14cc66c6eba03b0d74191cd3c2dd11ae61437a2f8ab681e4786eab51d9a9f64ca
6
+ metadata.gz: 3df2656bbe3ae03f4546066025fe96d059f931bb54ed8b9fafc79c28952902cb0a9e353f0c2959a92b55c5a19fe8e21649bad788a7a9c2ef95136a5f454a5c80
7
+ data.tar.gz: 5e86063421fef4fe9bc1515b34db3e6f99395bd8548e26da36b172b3a872ba734bcaea61edc87f765970d236ef4cd99b7f2d86945fddedd2956ac179cc2f9ef1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.222.0 (2024-03-14)
5
+ ------------------
6
+
7
+ * Feature - Updates Amazon RDS documentation for EBCDIC collation for RDS for Db2.
8
+
9
+ 1.221.0 (2024-03-07)
10
+ ------------------
11
+
12
+ * Feature - Updates Amazon RDS documentation for io2 storage for Multi-AZ DB clusters
13
+
4
14
  1.220.0 (2024-03-06)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.220.0
1
+ 1.222.0
@@ -3064,7 +3064,7 @@ module Aws::RDS
3064
3064
  #
3065
3065
  # * Aurora DB clusters - `aurora | aurora-iopt1`
3066
3066
  #
3067
- # * Multi-AZ DB clusters - `io1`
3067
+ # * Multi-AZ DB clusters - `io1 | io2 | gp3`
3068
3068
  #
3069
3069
  # Default:
3070
3070
  #
@@ -3323,8 +3323,15 @@ module Aws::RDS
3323
3323
  # The CA certificate identifier to use for the DB cluster's server
3324
3324
  # certificate.
3325
3325
  #
3326
+ # For more information, see [Using SSL/TLS to encrypt a connection to a
3327
+ # DB instance][1] in the *Amazon RDS User Guide*.
3328
+ #
3326
3329
  # Valid for Cluster Type: Multi-AZ DB clusters
3327
3330
  #
3331
+ #
3332
+ #
3333
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
3334
+ #
3328
3335
  # @option params [String] :source_region
3329
3336
  # The source region of the snapshot. This is only needed when the
3330
3337
  # shapshot is encrypted and in a different region.
@@ -4190,7 +4197,9 @@ module Aws::RDS
4190
4197
  #
4191
4198
  # : The name of the database to create when the DB instance is created.
4192
4199
  # If this parameter isn't specified, no database is created in the DB
4193
- # instance.
4200
+ # instance. In some cases, we recommend that you don't add a database
4201
+ # name. For more information, see [Additional considerations][1] in
4202
+ # the *Amazon RDS User Guide*.
4194
4203
  #
4195
4204
  # Constraints:
4196
4205
  #
@@ -4264,6 +4273,10 @@ module Aws::RDS
4264
4273
  #
4265
4274
  # : Not applicable. Must be null.
4266
4275
  #
4276
+ #
4277
+ #
4278
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-db-instance-prereqs.html#db2-prereqs-additional-considerations
4279
+ #
4267
4280
  # @option params [required, String] :db_instance_identifier
4268
4281
  # The identifier for this DB instance. This parameter is stored as a
4269
4282
  # lowercase string.
@@ -15546,7 +15559,14 @@ module Aws::RDS
15546
15559
  # ^
15547
15560
  #
15548
15561
  # @option params [Array<Types::Filter>] :filters
15549
- # This parameter isn't currently supported.
15562
+ # A filter that specifies one or more global database clusters to
15563
+ # describe. This parameter is case-sensitive.
15564
+ #
15565
+ # Currently, the only supported filter is `region`.
15566
+ #
15567
+ # If used, the request returns information about any global cluster with
15568
+ # at least one member (primary or secondary) in the specified Amazon Web
15569
+ # Services Regions.
15550
15570
  #
15551
15571
  # @option params [Integer] :max_records
15552
15572
  # The maximum number of records to include in the response. If more
@@ -18615,7 +18635,7 @@ module Aws::RDS
18615
18635
  #
18616
18636
  # * Aurora DB clusters - `aurora | aurora-iopt1`
18617
18637
  #
18618
- # * Multi-AZ DB clusters - `io1`
18638
+ # * Multi-AZ DB clusters - `io1 | io2 | gp3`
18619
18639
  #
18620
18640
  # Default:
18621
18641
  #
@@ -18903,8 +18923,15 @@ module Aws::RDS
18903
18923
  # The CA certificate identifier to use for the DB cluster's server
18904
18924
  # certificate.
18905
18925
  #
18926
+ # For more information, see [Using SSL/TLS to encrypt a connection to a
18927
+ # DB instance][1] in the *Amazon RDS User Guide*.
18928
+ #
18906
18929
  # Valid for Cluster Type: Multi-AZ DB clusters
18907
18930
  #
18931
+ #
18932
+ #
18933
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
18934
+ #
18908
18935
  # @return [Types::ModifyDBClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
18909
18936
  #
18910
18937
  # * {Types::ModifyDBClusterResult#db_cluster #db_cluster} => Types::DBCluster
@@ -20011,7 +20038,7 @@ module Aws::RDS
20011
20038
  # @option params [String] :storage_type
20012
20039
  # The storage type to associate with the DB instance.
20013
20040
  #
20014
- # If you specify `io1`), `io2`, or `gp3` you must also include a value
20041
+ # If you specify `io1`, `io2`, or `gp3` you must also include a value
20015
20042
  # for the `Iops` parameter.
20016
20043
  #
20017
20044
  # If you choose to migrate your DB instance from using standard storage
@@ -30490,7 +30517,7 @@ module Aws::RDS
30490
30517
  params: params,
30491
30518
  config: config)
30492
30519
  context[:gem_name] = 'aws-sdk-rds'
30493
- context[:gem_version] = '1.220.0'
30520
+ context[:gem_version] = '1.222.0'
30494
30521
  Seahorse::Client::Request.new(handlers, context)
30495
30522
  end
30496
30523
 
@@ -1437,7 +1437,7 @@ module Aws::RDS
1437
1437
  #
1438
1438
  # * Aurora DB clusters - `aurora | aurora-iopt1`
1439
1439
  #
1440
- # * Multi-AZ DB clusters - `io1`
1440
+ # * Multi-AZ DB clusters - `io1 | io2 | gp3`
1441
1441
  #
1442
1442
  # Default:
1443
1443
  #
@@ -1680,7 +1680,14 @@ module Aws::RDS
1680
1680
  # The CA certificate identifier to use for the DB cluster's server
1681
1681
  # certificate.
1682
1682
  #
1683
+ # For more information, see [Using SSL/TLS to encrypt a connection to a
1684
+ # DB instance][1] in the *Amazon RDS User Guide*.
1685
+ #
1683
1686
  # Valid for Cluster Type: Multi-AZ DB clusters
1687
+ #
1688
+ #
1689
+ #
1690
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
1684
1691
  # @option options [String] :source_region
1685
1692
  # The source region of the snapshot. This is only needed when the
1686
1693
  # shapshot is encrypted and in a different region.
@@ -2243,7 +2250,7 @@ module Aws::RDS
2243
2250
  #
2244
2251
  # * Aurora DB clusters - `aurora | aurora-iopt1`
2245
2252
  #
2246
- # * Multi-AZ DB clusters - `io1`
2253
+ # * Multi-AZ DB clusters - `io1 | io2 | gp3`
2247
2254
  #
2248
2255
  # Default:
2249
2256
  #
@@ -2513,7 +2520,14 @@ module Aws::RDS
2513
2520
  # The CA certificate identifier to use for the DB cluster's server
2514
2521
  # certificate.
2515
2522
  #
2523
+ # For more information, see [Using SSL/TLS to encrypt a connection to a
2524
+ # DB instance][1] in the *Amazon RDS User Guide*.
2525
+ #
2516
2526
  # Valid for Cluster Type: Multi-AZ DB clusters
2527
+ #
2528
+ #
2529
+ #
2530
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
2517
2531
  # @return [DBCluster]
2518
2532
  def modify(options = {})
2519
2533
  options = options.merge(db_cluster_identifier: @id)
@@ -1056,7 +1056,9 @@ module Aws::RDS
1056
1056
  #
1057
1057
  # : The name of the database to create when the DB instance is created.
1058
1058
  # If this parameter isn't specified, no database is created in the DB
1059
- # instance.
1059
+ # instance. In some cases, we recommend that you don't add a database
1060
+ # name. For more information, see [Additional considerations][1] in
1061
+ # the *Amazon RDS User Guide*.
1060
1062
  #
1061
1063
  # Constraints:
1062
1064
  #
@@ -1129,6 +1131,10 @@ module Aws::RDS
1129
1131
  # RDS for SQL Server
1130
1132
  #
1131
1133
  # : Not applicable. Must be null.
1134
+ #
1135
+ #
1136
+ #
1137
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-db-instance-prereqs.html#db2-prereqs-additional-considerations
1132
1138
  # @option options [Integer] :allocated_storage
1133
1139
  # The amount of storage in gibibytes (GiB) to allocate for the DB
1134
1140
  # instance.
@@ -3420,7 +3426,7 @@ module Aws::RDS
3420
3426
  # @option options [String] :storage_type
3421
3427
  # The storage type to associate with the DB instance.
3422
3428
  #
3423
- # If you specify `io1`), `io2`, or `gp3` you must also include a value
3429
+ # If you specify `io1`, `io2`, or `gp3` you must also include a value
3424
3430
  # for the `Iops` parameter.
3425
3431
  #
3426
3432
  # If you choose to migrate your DB instance from using standard storage
@@ -639,7 +639,7 @@ module Aws::RDS
639
639
  #
640
640
  # * Aurora DB clusters - `aurora | aurora-iopt1`
641
641
  #
642
- # * Multi-AZ DB clusters - `io1`
642
+ # * Multi-AZ DB clusters - `io1 | io2 | gp3`
643
643
  #
644
644
  # Default:
645
645
  #
@@ -882,7 +882,14 @@ module Aws::RDS
882
882
  # The CA certificate identifier to use for the DB cluster's server
883
883
  # certificate.
884
884
  #
885
+ # For more information, see [Using SSL/TLS to encrypt a connection to a
886
+ # DB instance][1] in the *Amazon RDS User Guide*.
887
+ #
885
888
  # Valid for Cluster Type: Multi-AZ DB clusters
889
+ #
890
+ #
891
+ #
892
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
886
893
  # @option options [String] :source_region
887
894
  # The source region of the snapshot. This is only needed when the
888
895
  # shapshot is encrypted and in a different region.
@@ -1123,7 +1130,9 @@ module Aws::RDS
1123
1130
  #
1124
1131
  # : The name of the database to create when the DB instance is created.
1125
1132
  # If this parameter isn't specified, no database is created in the DB
1126
- # instance.
1133
+ # instance. In some cases, we recommend that you don't add a database
1134
+ # name. For more information, see [Additional considerations][1] in
1135
+ # the *Amazon RDS User Guide*.
1127
1136
  #
1128
1137
  # Constraints:
1129
1138
  #
@@ -1196,6 +1205,10 @@ module Aws::RDS
1196
1205
  # RDS for SQL Server
1197
1206
  #
1198
1207
  # : Not applicable. Must be null.
1208
+ #
1209
+ #
1210
+ #
1211
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-db-instance-prereqs.html#db2-prereqs-additional-considerations
1199
1212
  # @option options [required, String] :db_instance_identifier
1200
1213
  # The identifier for this DB instance. This parameter is stored as a
1201
1214
  # lowercase string.
@@ -2647,7 +2647,7 @@ module Aws::RDS
2647
2647
  #
2648
2648
  # * Aurora DB clusters - `aurora | aurora-iopt1`
2649
2649
  #
2650
- # * Multi-AZ DB clusters - `io1`
2650
+ # * Multi-AZ DB clusters - `io1 | io2 | gp3`
2651
2651
  #
2652
2652
  # Default:
2653
2653
  #
@@ -2924,7 +2924,14 @@ module Aws::RDS
2924
2924
  # The CA certificate identifier to use for the DB cluster's server
2925
2925
  # certificate.
2926
2926
  #
2927
+ # For more information, see [Using SSL/TLS to encrypt a connection to
2928
+ # a DB instance][1] in the *Amazon RDS User Guide*.
2929
+ #
2927
2930
  # Valid for Cluster Type: Multi-AZ DB clusters
2931
+ #
2932
+ #
2933
+ #
2934
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
2928
2935
  # @return [String]
2929
2936
  #
2930
2937
  # @!attribute [rw] source_region
@@ -3245,7 +3252,9 @@ module Aws::RDS
3245
3252
  #
3246
3253
  # : The name of the database to create when the DB instance is
3247
3254
  # created. If this parameter isn't specified, no database is
3248
- # created in the DB instance.
3255
+ # created in the DB instance. In some cases, we recommend that you
3256
+ # don't add a database name. For more information, see [Additional
3257
+ # considerations][1] in the *Amazon RDS User Guide*.
3249
3258
  #
3250
3259
  # Constraints:
3251
3260
  #
@@ -3319,6 +3328,10 @@ module Aws::RDS
3319
3328
  # RDS for SQL Server
3320
3329
  #
3321
3330
  # : Not applicable. Must be null.
3331
+ #
3332
+ #
3333
+ #
3334
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-db-instance-prereqs.html#db2-prereqs-additional-considerations
3322
3335
  # @return [String]
3323
3336
  #
3324
3337
  # @!attribute [rw] db_instance_identifier
@@ -14020,7 +14033,14 @@ module Aws::RDS
14020
14033
  # @return [String]
14021
14034
  #
14022
14035
  # @!attribute [rw] filters
14023
- # This parameter isn't currently supported.
14036
+ # A filter that specifies one or more global database clusters to
14037
+ # describe. This parameter is case-sensitive.
14038
+ #
14039
+ # Currently, the only supported filter is `region`.
14040
+ #
14041
+ # If used, the request returns information about any global cluster
14042
+ # with at least one member (primary or secondary) in the specified
14043
+ # Amazon Web Services Regions.
14024
14044
  # @return [Array<Types::Filter>]
14025
14045
  #
14026
14046
  # @!attribute [rw] max_records
@@ -17110,7 +17130,7 @@ module Aws::RDS
17110
17130
  #
17111
17131
  # * Aurora DB clusters - `aurora | aurora-iopt1`
17112
17132
  #
17113
- # * Multi-AZ DB clusters - `io1`
17133
+ # * Multi-AZ DB clusters - `io1 | io2 | gp3`
17114
17134
  #
17115
17135
  # Default:
17116
17136
  #
@@ -17418,7 +17438,14 @@ module Aws::RDS
17418
17438
  # The CA certificate identifier to use for the DB cluster's server
17419
17439
  # certificate.
17420
17440
  #
17441
+ # For more information, see [Using SSL/TLS to encrypt a connection to
17442
+ # a DB instance][1] in the *Amazon RDS User Guide*.
17443
+ #
17421
17444
  # Valid for Cluster Type: Multi-AZ DB clusters
17445
+ #
17446
+ #
17447
+ #
17448
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
17422
17449
  # @return [String]
17423
17450
  #
17424
17451
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBClusterMessage AWS API Documentation
@@ -18107,7 +18134,7 @@ module Aws::RDS
18107
18134
  # @!attribute [rw] storage_type
18108
18135
  # The storage type to associate with the DB instance.
18109
18136
  #
18110
- # If you specify `io1`), `io2`, or `gp3` you must also include a value
18137
+ # If you specify `io1`, `io2`, or `gp3` you must also include a value
18111
18138
  # for the `Iops` parameter.
18112
18139
  #
18113
18140
  # If you choose to migrate your DB instance from using standard
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.220.0'
81
+ GEM_VERSION = '1.222.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.220.0
4
+ version: 1.222.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-03-06 00:00:00.000000000 Z
11
+ date: 2024-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core