aws-sdk-rds 1.145.0 → 1.146.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: 8ebc70156196b0d7d76cee331c6fe31b3f949d7f0ccca7ed338a94e964253125
4
- data.tar.gz: fa5665b8059a0f6c67851e2b223ca8397f903f42b6518ff6b0d03b8c34a4a358
3
+ metadata.gz: 5473223cc52aa87bca4bcc7fef36e167a4688737869faacdb9e8d8c4e65e1467
4
+ data.tar.gz: '05940ec0d8a9695ccdf6abbce36394f05ea84f4ac52a43ccb370c40ba53cf7b7'
5
5
  SHA512:
6
- metadata.gz: 3346479d4cca68e1beef39807302e263a57dd912dcc8eac18de5f7a0d9a44aeb5d4dc9fb3ed64cb9c0e13950c57c512def31ca1e93cc003485e72f8345d216e7
7
- data.tar.gz: 493b146148f8b0e2418d9b320ed407884290feccf0fd97194a4d6dcf282bb009e0355d8338285a245e5a77f8c5573cb929360fecdaa55fc409abc15922dc3dfa
6
+ metadata.gz: 23b01d8acc6071a560041dd435fd7892df17b00e6f2770a09bcefed6ffacfece87706fafe6b4d86bc52c1ed94c95100e7aa16a0da7c388ad343c148dbf2bb87f
7
+ data.tar.gz: 24e107a8edbd5d1ab34786ccc278abcd3d7b902aea59d14d382466f5def13ec0e0be91d6a2f1c86c06037edf0422ca630309d1d59818553b615e2d844787b56e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.146.0 (2022-05-06)
5
+ ------------------
6
+
7
+ * Feature - Various documentation improvements.
8
+
4
9
  1.145.0 (2022-04-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.145.0
1
+ 1.146.0
@@ -3738,19 +3738,9 @@ module Aws::RDS
3738
3738
  # Zone must be in the same Amazon Web Services Region as the current
3739
3739
  # endpoint.
3740
3740
  #
3741
- # <note markdown="1"> If you're creating a DB instance in an RDS on VMware environment,
3742
- # specify the identifier of the custom Availability Zone to create the
3743
- # DB instance in.
3744
- #
3745
- # For more information about RDS on VMware, see the [ RDS on VMware User
3746
- # Guide.][2]
3747
- #
3748
- # </note>
3749
- #
3750
3741
  #
3751
3742
  #
3752
3743
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html
3753
- # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html
3754
3744
  #
3755
3745
  # @option params [String] :db_subnet_group_name
3756
3746
  # A DB subnet group to associate with this DB instance.
@@ -22391,7 +22381,7 @@ module Aws::RDS
22391
22381
  params: params,
22392
22382
  config: config)
22393
22383
  context[:gem_name] = 'aws-sdk-rds'
22394
- context[:gem_version] = '1.145.0'
22384
+ context[:gem_version] = '1.146.0'
22395
22385
  Seahorse::Client::Request.new(handlers, context)
22396
22386
  end
22397
22387
 
@@ -1255,19 +1255,9 @@ module Aws::RDS
1255
1255
  # Zone must be in the same Amazon Web Services Region as the current
1256
1256
  # endpoint.
1257
1257
  #
1258
- # <note markdown="1"> If you're creating a DB instance in an RDS on VMware environment,
1259
- # specify the identifier of the custom Availability Zone to create the
1260
- # DB instance in.
1261
- #
1262
- # For more information about RDS on VMware, see the [ RDS on VMware User
1263
- # Guide.][2]
1264
- #
1265
- # </note>
1266
- #
1267
1258
  #
1268
1259
  #
1269
1260
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html
1270
- # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html
1271
1261
  # @option options [String] :db_subnet_group_name
1272
1262
  # A DB subnet group to associate with this DB instance.
1273
1263
  #
@@ -1315,19 +1315,9 @@ module Aws::RDS
1315
1315
  # Zone must be in the same Amazon Web Services Region as the current
1316
1316
  # endpoint.
1317
1317
  #
1318
- # <note markdown="1"> If you're creating a DB instance in an RDS on VMware environment,
1319
- # specify the identifier of the custom Availability Zone to create the
1320
- # DB instance in.
1321
- #
1322
- # For more information about RDS on VMware, see the [ RDS on VMware User
1323
- # Guide.][2]
1324
- #
1325
- # </note>
1326
- #
1327
1318
  #
1328
1319
  #
1329
1320
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html
1330
- # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html
1331
1321
  # @option options [String] :db_subnet_group_name
1332
1322
  # A DB subnet group to associate with this DB instance.
1333
1323
  #
@@ -3377,19 +3377,9 @@ module Aws::RDS
3377
3377
  # Zone must be in the same Amazon Web Services Region as the current
3378
3378
  # endpoint.
3379
3379
  #
3380
- # <note markdown="1"> If you're creating a DB instance in an RDS on VMware environment,
3381
- # specify the identifier of the custom Availability Zone to create the
3382
- # DB instance in.
3383
- #
3384
- # For more information about RDS on VMware, see the [ RDS on VMware
3385
- # User Guide.][2]
3386
- #
3387
- # </note>
3388
- #
3389
3380
  #
3390
3381
  #
3391
3382
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html
3392
- # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html
3393
3383
  # @return [String]
3394
3384
  #
3395
3385
  # @!attribute [rw] db_subnet_group_name
data/lib/aws-sdk-rds.rb CHANGED
@@ -74,6 +74,6 @@ require_relative 'aws-sdk-rds/customizations'
74
74
  # @!group service
75
75
  module Aws::RDS
76
76
 
77
- GEM_VERSION = '1.145.0'
77
+ GEM_VERSION = '1.146.0'
78
78
 
79
79
  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.145.0
4
+ version: 1.146.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: 2022-04-29 00:00:00.000000000 Z
11
+ date: 2022-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4