aws-sdk-rds 1.113.0 → 1.114.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: c3363a6bc7204b510ba06cbe33e4c2548d78304b2c81207e5936b3f4c2c81549
4
- data.tar.gz: 21db21a446a8ece9a44156f0d3d3192dc82294e9d7266a3eb00b732b19cfa26c
3
+ metadata.gz: b25401e902948104419fcf4256aab8aa79cdc01ddc7d4e7337a46df8d742333d
4
+ data.tar.gz: d442eb5d702add0a4b22a1779fcbc6c6276f211b9e932796e0394b4d3c9df13d
5
5
  SHA512:
6
- metadata.gz: '08aa13d4ac3854a22e718003ebd5bacc6b7e841f718444694856cf038ce17ae417af892609f8ae7e1bc305ebcd818a6fc89f45114492e2909c2601df5b0bf84a'
7
- data.tar.gz: 88666a9d24e97a980e7f67a2718aab00725ec0a9bf0f505e04dc44007769b1555428a60350cc8d72b55ad4e9d04b6ce185a1c63c73f1733c4a01bfbeb48d8c86
6
+ metadata.gz: f30ff2cf1ad234e9ec1e9d64eee082be23999e8baa96e42bf869bd0ab25b4ea705df10f502a4095a51e126db0260a500cf9a349a437e2ed5056b0618a7128b08
7
+ data.tar.gz: f11f6ac38dbdb4746f898c8cd3b7ca4437fea1671a633bc41c5db195a73e53b330ab3810bac055399e437418448f989ee97242a18366a8fc74b9d557c3306b4e
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.113.0'
77
+ GEM_VERSION = '1.114.0'
78
78
 
79
79
  end
@@ -1260,6 +1260,7 @@ module Aws::RDS
1260
1260
  # resp.db_cluster_snapshot.db_cluster_identifier #=> String
1261
1261
  # resp.db_cluster_snapshot.snapshot_create_time #=> Time
1262
1262
  # resp.db_cluster_snapshot.engine #=> String
1263
+ # resp.db_cluster_snapshot.engine_mode #=> String
1263
1264
  # resp.db_cluster_snapshot.allocated_storage #=> Integer
1264
1265
  # resp.db_cluster_snapshot.status #=> String
1265
1266
  # resp.db_cluster_snapshot.port #=> Integer
@@ -2725,6 +2726,7 @@ module Aws::RDS
2725
2726
  # resp.db_cluster_snapshot.db_cluster_identifier #=> String
2726
2727
  # resp.db_cluster_snapshot.snapshot_create_time #=> Time
2727
2728
  # resp.db_cluster_snapshot.engine #=> String
2729
+ # resp.db_cluster_snapshot.engine_mode #=> String
2728
2730
  # resp.db_cluster_snapshot.allocated_storage #=> Integer
2729
2731
  # resp.db_cluster_snapshot.status #=> String
2730
2732
  # resp.db_cluster_snapshot.port #=> Integer
@@ -5839,6 +5841,7 @@ module Aws::RDS
5839
5841
  # resp.db_cluster_snapshot.db_cluster_identifier #=> String
5840
5842
  # resp.db_cluster_snapshot.snapshot_create_time #=> Time
5841
5843
  # resp.db_cluster_snapshot.engine #=> String
5844
+ # resp.db_cluster_snapshot.engine_mode #=> String
5842
5845
  # resp.db_cluster_snapshot.allocated_storage #=> Integer
5843
5846
  # resp.db_cluster_snapshot.status #=> String
5844
5847
  # resp.db_cluster_snapshot.port #=> Integer
@@ -7526,6 +7529,7 @@ module Aws::RDS
7526
7529
  # resp.db_cluster_snapshots[0].db_cluster_identifier #=> String
7527
7530
  # resp.db_cluster_snapshots[0].snapshot_create_time #=> Time
7528
7531
  # resp.db_cluster_snapshots[0].engine #=> String
7532
+ # resp.db_cluster_snapshots[0].engine_mode #=> String
7529
7533
  # resp.db_cluster_snapshots[0].allocated_storage #=> Integer
7530
7534
  # resp.db_cluster_snapshots[0].status #=> String
7531
7535
  # resp.db_cluster_snapshots[0].port #=> Integer
@@ -7914,6 +7918,10 @@ module Aws::RDS
7914
7918
  # resp.db_engine_versions[0].valid_upgrade_target[0].description #=> String
7915
7919
  # resp.db_engine_versions[0].valid_upgrade_target[0].auto_upgrade #=> Boolean
7916
7920
  # resp.db_engine_versions[0].valid_upgrade_target[0].is_major_version_upgrade #=> Boolean
7921
+ # resp.db_engine_versions[0].valid_upgrade_target[0].supported_engine_modes #=> Array
7922
+ # resp.db_engine_versions[0].valid_upgrade_target[0].supported_engine_modes[0] #=> String
7923
+ # resp.db_engine_versions[0].valid_upgrade_target[0].supports_parallel_query #=> Boolean
7924
+ # resp.db_engine_versions[0].valid_upgrade_target[0].supports_global_databases #=> Boolean
7917
7925
  # resp.db_engine_versions[0].supported_timezones #=> Array
7918
7926
  # resp.db_engine_versions[0].supported_timezones[0].timezone_name #=> String
7919
7927
  # resp.db_engine_versions[0].exportable_log_types #=> Array
@@ -19515,7 +19523,7 @@ module Aws::RDS
19515
19523
  params: params,
19516
19524
  config: config)
19517
19525
  context[:gem_name] = 'aws-sdk-rds'
19518
- context[:gem_version] = '1.113.0'
19526
+ context[:gem_version] = '1.114.0'
19519
19527
  Seahorse::Client::Request.new(handlers, context)
19520
19528
  end
19521
19529
 
@@ -1199,6 +1199,7 @@ module Aws::RDS
1199
1199
  DBClusterSnapshot.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
1200
1200
  DBClusterSnapshot.add_member(:snapshot_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "SnapshotCreateTime"))
1201
1201
  DBClusterSnapshot.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
1202
+ DBClusterSnapshot.add_member(:engine_mode, Shapes::ShapeRef.new(shape: String, location_name: "EngineMode"))
1202
1203
  DBClusterSnapshot.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: Integer, location_name: "AllocatedStorage"))
1203
1204
  DBClusterSnapshot.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
1204
1205
  DBClusterSnapshot.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "Port"))
@@ -3234,6 +3235,9 @@ module Aws::RDS
3234
3235
  UpgradeTarget.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
3235
3236
  UpgradeTarget.add_member(:auto_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoUpgrade"))
3236
3237
  UpgradeTarget.add_member(:is_major_version_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsMajorVersionUpgrade"))
3238
+ UpgradeTarget.add_member(:supported_engine_modes, Shapes::ShapeRef.new(shape: EngineModeList, location_name: "SupportedEngineModes"))
3239
+ UpgradeTarget.add_member(:supports_parallel_query, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "SupportsParallelQuery"))
3240
+ UpgradeTarget.add_member(:supports_global_databases, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "SupportsGlobalDatabases"))
3237
3241
  UpgradeTarget.struct_class = Types::UpgradeTarget
3238
3242
 
3239
3243
  UserAuthConfig.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
@@ -58,12 +58,20 @@ module Aws::RDS
58
58
  data[:snapshot_create_time]
59
59
  end
60
60
 
61
- # Specifies the name of the database engine.
61
+ # Specifies the name of the database engine for this DB cluster
62
+ # snapshot.
62
63
  # @return [String]
63
64
  def engine
64
65
  data[:engine]
65
66
  end
66
67
 
68
+ # Provides the engine mode of the database engine for this DB cluster
69
+ # snapshot.
70
+ # @return [String]
71
+ def engine_mode
72
+ data[:engine_mode]
73
+ end
74
+
67
75
  # Specifies the allocated storage size in gibibytes (GiB).
68
76
  # @return [Integer]
69
77
  def allocated_storage
@@ -96,7 +104,7 @@ module Aws::RDS
96
104
  data[:cluster_create_time]
97
105
  end
98
106
 
99
- # Provides the master username for the DB cluster snapshot.
107
+ # Provides the master username for this DB cluster snapshot.
100
108
  # @return [String]
101
109
  def master_username
102
110
  data[:master_username]
@@ -5800,7 +5800,13 @@ module Aws::RDS
5800
5800
  # @return [Time]
5801
5801
  #
5802
5802
  # @!attribute [rw] engine
5803
- # Specifies the name of the database engine.
5803
+ # Specifies the name of the database engine for this DB cluster
5804
+ # snapshot.
5805
+ # @return [String]
5806
+ #
5807
+ # @!attribute [rw] engine_mode
5808
+ # Provides the engine mode of the database engine for this DB cluster
5809
+ # snapshot.
5804
5810
  # @return [String]
5805
5811
  #
5806
5812
  # @!attribute [rw] allocated_storage
@@ -5826,7 +5832,7 @@ module Aws::RDS
5826
5832
  # @return [Time]
5827
5833
  #
5828
5834
  # @!attribute [rw] master_username
5829
- # Provides the master username for the DB cluster snapshot.
5835
+ # Provides the master username for this DB cluster snapshot.
5830
5836
  # @return [String]
5831
5837
  #
5832
5838
  # @!attribute [rw] engine_version
@@ -5891,6 +5897,7 @@ module Aws::RDS
5891
5897
  :db_cluster_identifier,
5892
5898
  :snapshot_create_time,
5893
5899
  :engine,
5900
+ :engine_mode,
5894
5901
  :allocated_storage,
5895
5902
  :status,
5896
5903
  :port,
@@ -20614,8 +20621,23 @@ module Aws::RDS
20614
20621
  # @return [Boolean]
20615
20622
  #
20616
20623
  # @!attribute [rw] is_major_version_upgrade
20617
- # A value that indicates whether a database engine is upgraded to a
20618
- # major version.
20624
+ # A value that indicates whether upgrading to the target version
20625
+ # requires upgrading the major version of the database engine.
20626
+ # @return [Boolean]
20627
+ #
20628
+ # @!attribute [rw] supported_engine_modes
20629
+ # A list of the supported DB engine modes for the target engine
20630
+ # version.
20631
+ # @return [Array<String>]
20632
+ #
20633
+ # @!attribute [rw] supports_parallel_query
20634
+ # A value that indicates whether you can use Aurora parallel query
20635
+ # with the target engine version.
20636
+ # @return [Boolean]
20637
+ #
20638
+ # @!attribute [rw] supports_global_databases
20639
+ # A value that indicates whether you can use Aurora global databases
20640
+ # with the target engine version.
20619
20641
  # @return [Boolean]
20620
20642
  #
20621
20643
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/UpgradeTarget AWS API Documentation
@@ -20625,7 +20647,10 @@ module Aws::RDS
20625
20647
  :engine_version,
20626
20648
  :description,
20627
20649
  :auto_upgrade,
20628
- :is_major_version_upgrade)
20650
+ :is_major_version_upgrade,
20651
+ :supported_engine_modes,
20652
+ :supports_parallel_query,
20653
+ :supports_global_databases)
20629
20654
  SENSITIVE = []
20630
20655
  include Aws::Structure
20631
20656
  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.113.0
4
+ version: 1.114.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: 2021-02-11 00:00:00.000000000 Z
11
+ date: 2021-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4