aws-sdk-rds 1.151.0 → 1.152.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 +7 -7
- data/lib/aws-sdk-rds/db_instance.rb +6 -6
- data/lib/aws-sdk-rds/types.rb +6 -6
- 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: bfaaff3641e3de061a4c1bf4e0882d965559649665274f46f22ad4c2a75dabce
|
4
|
+
data.tar.gz: 45912a2f89654881752181b7c7cc33b1c4771ec49e7592230fd73b121ac171de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2eee146aca48b7f1534045a271c6eb2f7b4fbc8f202b6cba4a7f579533470b0fb6d427e2609aa111cad53ab49e7ee050d2016172eb99faab20d1840cf5566b66
|
7
|
+
data.tar.gz: 3141ec52408ac3430367357f797c45d84c760497bec0cf207d018fc3aacc8b0c8380d474fd720eb758bbcbc60c1bb9228b1b1e50dce9e0c5a28d51807f6fc3de
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.152.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -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.
|
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
|
-
#
|
14290
|
-
# instance
|
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/
|
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.
|
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.
|
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
|
-
#
|
2681
|
-
# instance
|
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/
|
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
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -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.
|
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
|
-
#
|
15671
|
-
# instance
|
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/
|
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
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.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-
|
11
|
+
date: 2022-08-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|