aws-sdk-rds 1.151.0 → 1.152.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: f4c0b948afc2bd2d1a93a020ae0cb9d007a69c783328c18be196ecd92e6cdc88
4
- data.tar.gz: 2ea3269de7f5156189aacea7bb86fa98bf628d1d6ee9c9317685f38668750a8f
3
+ metadata.gz: bfaaff3641e3de061a4c1bf4e0882d965559649665274f46f22ad4c2a75dabce
4
+ data.tar.gz: 45912a2f89654881752181b7c7cc33b1c4771ec49e7592230fd73b121ac171de
5
5
  SHA512:
6
- metadata.gz: 8bf78b8c8f560e1147c987558896110eae2f54c043a38270f79c7ed5bd766c5e27252b52ea165bd029c40a354baa6702a4e310308fc52c2ef1dd7496d55571b7
7
- data.tar.gz: c03495be1bf45c8d98836caf82a074d3837123e98ab53f74807ce5d22e3f1eac5d152707436a614692ba2c4e4c7b6ee615b37130b2ce4166eaa268964d481556
6
+ metadata.gz: 2eee146aca48b7f1534045a271c6eb2f7b4fbc8f202b6cba4a7f579533470b0fb6d427e2609aa111cad53ab49e7ee050d2016172eb99faab20d1840cf5566b66
7
+ data.tar.gz: 3141ec52408ac3430367357f797c45d84c760497bec0cf207d018fc3aacc8b0c8380d474fd720eb758bbcbc60c1bb9228b1b1e50dce9e0c5a28d51807f6fc3de
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.152.0 (2022-08-12)
5
+ ------------------
6
+
7
+ * Feature - Adds support for RDS Custom to DBInstanceClass in ModifyDBInstance
8
+
4
9
  1.151.0 (2022-07-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.151.0
1
+ 1.152.0
@@ -14283,24 +14283,24 @@ module Aws::RDS
14283
14283
  #
14284
14284
  # @option params [String] :db_instance_class
14285
14285
  # The new compute and memory capacity of the DB instance, for example
14286
- # db.m5.large. Not all DB instance classes are available in all Amazon
14286
+ # db.m4.large. Not all DB instance classes are available in all Amazon
14287
14287
  # Web Services Regions, or for all database engines. For the full list
14288
14288
  # of DB instance classes, and availability for your engine, see [DB
14289
- # instance classes][1] in the *Amazon RDS User Guide* or [Aurora DB
14290
- # instance classes][2] in the *Amazon Aurora User Guide*.
14289
+ # Instance Class][1] in the *Amazon RDS User Guide*. For RDS Custom, see
14290
+ # [DB instance class support for RDS Custom for Oracle][2] and [DB
14291
+ # instance class support for RDS Custom for SQL Server][3].
14291
14292
  #
14292
14293
  # If you modify the DB instance class, an outage occurs during the
14293
14294
  # change. The change is applied during the next maintenance window,
14294
14295
  # unless `ApplyImmediately` is enabled for this request.
14295
14296
  #
14296
- # This setting doesn't apply to RDS Custom for Oracle.
14297
- #
14298
14297
  # Default: Uses existing setting
14299
14298
  #
14300
14299
  #
14301
14300
  #
14302
14301
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
14303
- # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html
14302
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits.html#custom-reqs-limits.instances
14303
+ # [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits-MS.html#custom-reqs-limits.instancesMS
14304
14304
  #
14305
14305
  # @option params [String] :db_subnet_group_name
14306
14306
  # The new DB subnet group for the DB instance. You can use this
@@ -22632,7 +22632,7 @@ module Aws::RDS
22632
22632
  params: params,
22633
22633
  config: config)
22634
22634
  context[:gem_name] = 'aws-sdk-rds'
22635
- context[:gem_version] = '1.151.0'
22635
+ context[:gem_version] = '1.152.0'
22636
22636
  Seahorse::Client::Request.new(handlers, context)
22637
22637
  end
22638
22638
 
@@ -2674,24 +2674,24 @@ module Aws::RDS
2674
2674
  # `CreateDBInstance`.
2675
2675
  # @option options [String] :db_instance_class
2676
2676
  # The new compute and memory capacity of the DB instance, for example
2677
- # db.m5.large. Not all DB instance classes are available in all Amazon
2677
+ # db.m4.large. Not all DB instance classes are available in all Amazon
2678
2678
  # Web Services Regions, or for all database engines. For the full list
2679
2679
  # of DB instance classes, and availability for your engine, see [DB
2680
- # instance classes][1] in the *Amazon RDS User Guide* or [Aurora DB
2681
- # instance classes][2] in the *Amazon Aurora User Guide*.
2680
+ # Instance Class][1] in the *Amazon RDS User Guide*. For RDS Custom, see
2681
+ # [DB instance class support for RDS Custom for Oracle][2] and [DB
2682
+ # instance class support for RDS Custom for SQL Server][3].
2682
2683
  #
2683
2684
  # If you modify the DB instance class, an outage occurs during the
2684
2685
  # change. The change is applied during the next maintenance window,
2685
2686
  # unless `ApplyImmediately` is enabled for this request.
2686
2687
  #
2687
- # This setting doesn't apply to RDS Custom for Oracle.
2688
- #
2689
2688
  # Default: Uses existing setting
2690
2689
  #
2691
2690
  #
2692
2691
  #
2693
2692
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
2694
- # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html
2693
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits.html#custom-reqs-limits.instances
2694
+ # [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits-MS.html#custom-reqs-limits.instancesMS
2695
2695
  # @option options [String] :db_subnet_group_name
2696
2696
  # The new DB subnet group for the DB instance. You can use this
2697
2697
  # parameter to move your DB instance to a different VPC. If your DB
@@ -15664,24 +15664,24 @@ module Aws::RDS
15664
15664
  #
15665
15665
  # @!attribute [rw] db_instance_class
15666
15666
  # The new compute and memory capacity of the DB instance, for example
15667
- # db.m5.large. Not all DB instance classes are available in all Amazon
15667
+ # db.m4.large. Not all DB instance classes are available in all Amazon
15668
15668
  # Web Services Regions, or for all database engines. For the full list
15669
15669
  # of DB instance classes, and availability for your engine, see [DB
15670
- # instance classes][1] in the *Amazon RDS User Guide* or [Aurora DB
15671
- # instance classes][2] in the *Amazon Aurora User Guide*.
15670
+ # Instance Class][1] in the *Amazon RDS User Guide*. For RDS Custom,
15671
+ # see [DB instance class support for RDS Custom for Oracle][2] and [DB
15672
+ # instance class support for RDS Custom for SQL Server][3].
15672
15673
  #
15673
15674
  # If you modify the DB instance class, an outage occurs during the
15674
15675
  # change. The change is applied during the next maintenance window,
15675
15676
  # unless `ApplyImmediately` is enabled for this request.
15676
15677
  #
15677
- # This setting doesn't apply to RDS Custom for Oracle.
15678
- #
15679
15678
  # Default: Uses existing setting
15680
15679
  #
15681
15680
  #
15682
15681
  #
15683
15682
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
15684
- # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html
15683
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits.html#custom-reqs-limits.instances
15684
+ # [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits-MS.html#custom-reqs-limits.instancesMS
15685
15685
  # @return [String]
15686
15686
  #
15687
15687
  # @!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.151.0'
77
+ GEM_VERSION = '1.152.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.151.0
4
+ version: 1.152.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-07-26 00:00:00.000000000 Z
11
+ date: 2022-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4