aws-sdk-rds 1.82.0 → 1.83.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: 39dd1a73a2681d401585f309e720d46617122aa831252343c8fc5eb3d43aa738
4
- data.tar.gz: 16125d5b477234b75e2a212ea7a87c2aa6028ff1e328a29d2042056c9de09902
3
+ metadata.gz: d2a0f4f9c1de74433cd36ae30b96540c7bb55bab16dbef6c4af44f2f8e5eba2c
4
+ data.tar.gz: f795ed37f0987623b0f8a452bf798f8b72d335b59570e7f257a0bb70c9973375
5
5
  SHA512:
6
- metadata.gz: d4b661b0cde8c2e03e91993f3b9ddfd1e12c0b6c5c5a38c2303c986ce9507940aaedd6ce12b9ef7612d58b756332d24b4beca854cc4734c1c126d5ccd9f07f66
7
- data.tar.gz: 9b78dfc473bf5c905001a4b790bb9c1f349b48f309aafe87da0f37fb7b68fecd2f2b2abebd30b098b421e59a3973235b3416c0b62e4dddbfae950a5c28822326
6
+ metadata.gz: 9b3d8af88d7933d2395ddd4b0fe2a35ce9402df6ff8d475edfc56f90ace19540c295bbbc3605e2577836e74da91fd0befca95104591acbf2b97029a8a30ac817
7
+ data.tar.gz: 69f1d86569ca6ee918561d229ad0ab8de49c060d2fe323f9786514aabaabe93c3d06f3bff50a3ed91dec7c842524b7c41bab834cb9aff2f50bc52928e614b8e7
@@ -71,6 +71,6 @@ require_relative 'aws-sdk-rds/customizations'
71
71
  # @service
72
72
  module Aws::RDS
73
73
 
74
- GEM_VERSION = '1.82.0'
74
+ GEM_VERSION = '1.83.0'
75
75
 
76
76
  end
@@ -9930,6 +9930,14 @@ module Aws::RDS
9930
9930
  # The license model filter value. Specify this parameter to show only
9931
9931
  # the available offerings matching the specified license model.
9932
9932
  #
9933
+ # @option params [String] :availability_zone_group
9934
+ # The Availability Zone group associated with a Local Zone. Specify this
9935
+ # parameter to retrieve available offerings for the Local Zones in the
9936
+ # group.
9937
+ #
9938
+ # Omit this parameter to show the available offerings in the specified
9939
+ # AWS Region.
9940
+ #
9933
9941
  # @option params [Boolean] :vpc
9934
9942
  # A value that indicates whether to show only VPC or non-VPC offerings.
9935
9943
  #
@@ -9984,6 +9992,7 @@ module Aws::RDS
9984
9992
  # engine_version: "String",
9985
9993
  # db_instance_class: "String",
9986
9994
  # license_model: "String",
9995
+ # availability_zone_group: "String",
9987
9996
  # vpc: false,
9988
9997
  # filters: [
9989
9998
  # {
@@ -10002,6 +10011,7 @@ module Aws::RDS
10002
10011
  # resp.orderable_db_instance_options[0].engine_version #=> String
10003
10012
  # resp.orderable_db_instance_options[0].db_instance_class #=> String
10004
10013
  # resp.orderable_db_instance_options[0].license_model #=> String
10014
+ # resp.orderable_db_instance_options[0].availability_zone_group #=> String
10005
10015
  # resp.orderable_db_instance_options[0].availability_zones #=> Array
10006
10016
  # resp.orderable_db_instance_options[0].availability_zones[0].name #=> String
10007
10017
  # resp.orderable_db_instance_options[0].multi_az_capable #=> Boolean
@@ -14662,6 +14672,18 @@ module Aws::RDS
14662
14672
  # described in [ Migrating Data to an Amazon Aurora MySQL DB Cluster][1]
14663
14673
  # in the *Amazon Aurora User Guide*.
14664
14674
  #
14675
+ # <note markdown="1"> This action only restores the DB cluster, not the DB instances for
14676
+ # that DB cluster. You must invoke the `CreateDBInstance` action to
14677
+ # create DB instances for the restored DB cluster, specifying the
14678
+ # identifier of the restored DB cluster in `DBClusterIdentifier`. You
14679
+ # can create DB instances only after the `RestoreDBClusterFromS3` action
14680
+ # has completed and the DB cluster is available.
14681
+ #
14682
+ # </note>
14683
+ #
14684
+ # For more information on Amazon Aurora, see [ What Is Amazon
14685
+ # Aurora?][2] in the *Amazon Aurora User Guide.*
14686
+ #
14665
14687
  # <note markdown="1"> This action only applies to Aurora DB clusters.
14666
14688
  #
14667
14689
  # </note>
@@ -14669,6 +14691,7 @@ module Aws::RDS
14669
14691
  #
14670
14692
  #
14671
14693
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Migrating.html
14694
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html
14672
14695
  #
14673
14696
  # @option params [Array<String>] :availability_zones
14674
14697
  # A list of Availability Zones (AZs) where instances in the restored DB
@@ -15108,6 +15131,10 @@ module Aws::RDS
15108
15131
  # For more information on Amazon Aurora, see [ What Is Amazon
15109
15132
  # Aurora?][1] in the *Amazon Aurora User Guide.*
15110
15133
  #
15134
+ # <note markdown="1"> This action only applies to Aurora DB clusters.
15135
+ #
15136
+ # </note>
15137
+ #
15111
15138
  #
15112
15139
  #
15113
15140
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html
@@ -18386,7 +18413,7 @@ module Aws::RDS
18386
18413
  params: params,
18387
18414
  config: config)
18388
18415
  context[:gem_name] = 'aws-sdk-rds'
18389
- context[:gem_version] = '1.82.0'
18416
+ context[:gem_version] = '1.83.0'
18390
18417
  Seahorse::Client::Request.new(handlers, context)
18391
18418
  end
18392
18419
 
@@ -1892,6 +1892,7 @@ module Aws::RDS
1892
1892
  DescribeOrderableDBInstanceOptionsMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
1893
1893
  DescribeOrderableDBInstanceOptionsMessage.add_member(:db_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceClass"))
1894
1894
  DescribeOrderableDBInstanceOptionsMessage.add_member(:license_model, Shapes::ShapeRef.new(shape: String, location_name: "LicenseModel"))
1895
+ DescribeOrderableDBInstanceOptionsMessage.add_member(:availability_zone_group, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZoneGroup"))
1895
1896
  DescribeOrderableDBInstanceOptionsMessage.add_member(:vpc, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Vpc"))
1896
1897
  DescribeOrderableDBInstanceOptionsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
1897
1898
  DescribeOrderableDBInstanceOptionsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
@@ -2520,6 +2521,7 @@ module Aws::RDS
2520
2521
  OrderableDBInstanceOption.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
2521
2522
  OrderableDBInstanceOption.add_member(:db_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceClass"))
2522
2523
  OrderableDBInstanceOption.add_member(:license_model, Shapes::ShapeRef.new(shape: String, location_name: "LicenseModel"))
2524
+ OrderableDBInstanceOption.add_member(:availability_zone_group, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZoneGroup"))
2523
2525
  OrderableDBInstanceOption.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZoneList, location_name: "AvailabilityZones"))
2524
2526
  OrderableDBInstanceOption.add_member(:multi_az_capable, Shapes::ShapeRef.new(shape: Boolean, location_name: "MultiAZCapable"))
2525
2527
  OrderableDBInstanceOption.add_member(:read_replica_capable, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReadReplicaCapable"))
@@ -10430,6 +10430,7 @@ module Aws::RDS
10430
10430
  # engine_version: "String",
10431
10431
  # db_instance_class: "String",
10432
10432
  # license_model: "String",
10433
+ # availability_zone_group: "String",
10433
10434
  # vpc: false,
10434
10435
  # filters: [
10435
10436
  # {
@@ -10461,6 +10462,15 @@ module Aws::RDS
10461
10462
  # the available offerings matching the specified license model.
10462
10463
  # @return [String]
10463
10464
  #
10465
+ # @!attribute [rw] availability_zone_group
10466
+ # The Availability Zone group associated with a Local Zone. Specify
10467
+ # this parameter to retrieve available offerings for the Local Zones
10468
+ # in the group.
10469
+ #
10470
+ # Omit this parameter to show the available offerings in the specified
10471
+ # AWS Region.
10472
+ # @return [String]
10473
+ #
10464
10474
  # @!attribute [rw] vpc
10465
10475
  # A value that indicates whether to show only VPC or non-VPC
10466
10476
  # offerings.
@@ -10495,6 +10505,7 @@ module Aws::RDS
10495
10505
  :engine_version,
10496
10506
  :db_instance_class,
10497
10507
  :license_model,
10508
+ :availability_zone_group,
10498
10509
  :vpc,
10499
10510
  :filters,
10500
10511
  :max_records,
@@ -14644,6 +14655,10 @@ module Aws::RDS
14644
14655
  # The license model for a DB instance.
14645
14656
  # @return [String]
14646
14657
  #
14658
+ # @!attribute [rw] availability_zone_group
14659
+ # The Availability Zone group for a DB instance.
14660
+ # @return [String]
14661
+ #
14647
14662
  # @!attribute [rw] availability_zones
14648
14663
  # A list of Availability Zones for a DB instance.
14649
14664
  # @return [Array<Types::AvailabilityZone>]
@@ -14728,8 +14743,8 @@ module Aws::RDS
14728
14743
  # @return [Array<String>]
14729
14744
  #
14730
14745
  # @!attribute [rw] supports_storage_autoscaling
14731
- # Whether or not Amazon RDS can automatically scale storage for DB
14732
- # instances that use the specified instance class.
14746
+ # Whether Amazon RDS can automatically scale storage for DB instances
14747
+ # that use the specified DB instance class.
14733
14748
  # @return [Boolean]
14734
14749
  #
14735
14750
  # @!attribute [rw] supports_kerberos_authentication
@@ -14743,6 +14758,7 @@ module Aws::RDS
14743
14758
  :engine_version,
14744
14759
  :db_instance_class,
14745
14760
  :license_model,
14761
+ :availability_zone_group,
14746
14762
  :availability_zones,
14747
14763
  :multi_az_capable,
14748
14764
  :read_replica_capable,
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.82.0
4
+ version: 1.83.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: 2020-04-16 00:00:00.000000000 Z
11
+ date: 2020-04-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4