aws-sdk-rds 1.190.0 → 1.192.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: '082375afb1f14b2983230f42b789f89f54b06282ef2861ff41b68694e97eb511'
4
- data.tar.gz: ab787eedaf4d422971efea43ed5bb8d2c23af8c86eaee317d28b2357d025f21d
3
+ metadata.gz: 7aeef67f3804db62b80f2dc908169a905c3e9b3efa7cc18291c7b0ba7059bf9a
4
+ data.tar.gz: 3571e6c0336945e295c725109423ce673d6676337ae341fb65040a741d7a11d9
5
5
  SHA512:
6
- metadata.gz: c1a39000b92260f65e285e532f74a35bf0d2e2cc2ebf9ed40b0e9138295e6201bdd185c98da8b15635c187de69cc8799fefd0a632958de445cea76524dac73d5
7
- data.tar.gz: e055bfc080fa942c85e578a6bec91eb38336f56f746e8c69a23b57f21873d61b244fc71cd90f85fb97e7038d1d60396a0a4c65317c413c5f3b19b534be76e8fe
6
+ metadata.gz: be441339c7f78bb899430420d60ce2b713241d929bf0e085cf87ae9d2c24ff1cb7d486bc57194d30b036008f5045b3f14506fc41a7b86a23c71f5c751daa49db
7
+ data.tar.gz: f95c783c4650281c40d9a5d8fbcde7d35616248cc00b5ebc8a898de5c39718a9f514c4a5f3e5cb66b177196d76abe3e29416218c634026c214b792dc7511ec6b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.192.0 (2023-08-24)
5
+ ------------------
6
+
7
+ * Feature - This release updates the supported versions for Percona XtraBackup in Aurora MySQL.
8
+
9
+ 1.191.0 (2023-08-22)
10
+ ------------------
11
+
12
+ * Feature - Adding parameters to CreateCustomDbEngineVersion reserved for future use.
13
+
4
14
  1.190.0 (2023-08-21)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.190.0
1
+ 1.192.0
@@ -2298,6 +2298,12 @@ module Aws::RDS
2298
2298
  #
2299
2299
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
2300
2300
  #
2301
+ # @option params [String] :source_custom_db_engine_version_identifier
2302
+ # Reserved for future use.
2303
+ #
2304
+ # @option params [Boolean] :use_aws_provided_latest_image
2305
+ # Reserved for future use.
2306
+ #
2301
2307
  # @return [Types::DBEngineVersion] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2302
2308
  #
2303
2309
  # * {Types::DBEngineVersion#engine #engine} => String
@@ -2350,6 +2356,8 @@ module Aws::RDS
2350
2356
  # value: "String",
2351
2357
  # },
2352
2358
  # ],
2359
+ # source_custom_db_engine_version_identifier: "String255",
2360
+ # use_aws_provided_latest_image: false,
2353
2361
  # })
2354
2362
  #
2355
2363
  # @example Response structure
@@ -10182,6 +10190,8 @@ module Aws::RDS
10182
10190
  # * {Types::DBClusterAutomatedBackupMessage#marker #marker} => String
10183
10191
  # * {Types::DBClusterAutomatedBackupMessage#db_cluster_automated_backups #db_cluster_automated_backups} => Array<Types::DBClusterAutomatedBackup>
10184
10192
  #
10193
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
10194
+ #
10185
10195
  # @example Request syntax with placeholder values
10186
10196
  #
10187
10197
  # resp = client.describe_db_cluster_automated_backups({
@@ -21997,7 +22007,7 @@ module Aws::RDS
21997
22007
  #
21998
22008
  # **Aurora MySQL**
21999
22009
  #
22000
- # Examples: `5.7.mysql_aurora.2.07.1`, `8.0.mysql_aurora.3.02.0`
22010
+ # Examples: `5.7.mysql_aurora.2.12.0`, `8.0.mysql_aurora.3.04.0`
22001
22011
  #
22002
22012
  # @option params [Integer] :port
22003
22013
  # The port number on which the instances in the restored DB cluster
@@ -22125,9 +22135,9 @@ module Aws::RDS
22125
22135
  # @option params [required, String] :source_engine_version
22126
22136
  # The version of the database that the backup files were created from.
22127
22137
  #
22128
- # MySQL versions 5.5, 5.6, and 5.7 are supported.
22138
+ # MySQL versions 5.7 and 8.0 are supported.
22129
22139
  #
22130
- # Example: `5.6.40`, `5.7.28`
22140
+ # Example: `5.7.40`, `8.0.28`
22131
22141
  #
22132
22142
  # @option params [required, String] :s3_bucket_name
22133
22143
  # The name of the Amazon S3 bucket that contains the data used to create
@@ -28255,7 +28265,7 @@ module Aws::RDS
28255
28265
  params: params,
28256
28266
  config: config)
28257
28267
  context[:gem_name] = 'aws-sdk-rds'
28258
- context[:gem_version] = '1.190.0'
28268
+ context[:gem_version] = '1.192.0'
28259
28269
  Seahorse::Client::Request.new(handlers, context)
28260
28270
  end
28261
28271
 
@@ -904,6 +904,8 @@ module Aws::RDS
904
904
  CreateCustomDBEngineVersionMessage.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
905
905
  CreateCustomDBEngineVersionMessage.add_member(:manifest, Shapes::ShapeRef.new(shape: CustomDBEngineVersionManifest, location_name: "Manifest"))
906
906
  CreateCustomDBEngineVersionMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
907
+ CreateCustomDBEngineVersionMessage.add_member(:source_custom_db_engine_version_identifier, Shapes::ShapeRef.new(shape: String255, location_name: "SourceCustomDbEngineVersionIdentifier"))
908
+ CreateCustomDBEngineVersionMessage.add_member(:use_aws_provided_latest_image, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "UseAwsProvidedLatestImage"))
907
909
  CreateCustomDBEngineVersionMessage.struct_class = Types::CreateCustomDBEngineVersionMessage
908
910
 
909
911
  CreateDBClusterEndpointMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
@@ -4457,6 +4459,12 @@ module Aws::RDS
4457
4459
  o.input = Shapes::ShapeRef.new(shape: DescribeDBClusterAutomatedBackupsMessage)
4458
4460
  o.output = Shapes::ShapeRef.new(shape: DBClusterAutomatedBackupMessage)
4459
4461
  o.errors << Shapes::ShapeRef.new(shape: DBClusterAutomatedBackupNotFoundFault)
4462
+ o[:pager] = Aws::Pager.new(
4463
+ limit_key: "max_records",
4464
+ tokens: {
4465
+ "marker" => "marker"
4466
+ }
4467
+ )
4460
4468
  end)
4461
4469
 
4462
4470
  api.add_operation(:describe_db_cluster_backtracks, Seahorse::Model::Operation.new.tap do |o|
@@ -1888,6 +1888,14 @@ module Aws::RDS
1888
1888
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
1889
1889
  # @return [Array<Types::Tag>]
1890
1890
  #
1891
+ # @!attribute [rw] source_custom_db_engine_version_identifier
1892
+ # Reserved for future use.
1893
+ # @return [String]
1894
+ #
1895
+ # @!attribute [rw] use_aws_provided_latest_image
1896
+ # Reserved for future use.
1897
+ # @return [Boolean]
1898
+ #
1891
1899
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateCustomDBEngineVersionMessage AWS API Documentation
1892
1900
  #
1893
1901
  class CreateCustomDBEngineVersionMessage < Struct.new(
@@ -1899,7 +1907,9 @@ module Aws::RDS
1899
1907
  :kms_key_id,
1900
1908
  :description,
1901
1909
  :manifest,
1902
- :tags)
1910
+ :tags,
1911
+ :source_custom_db_engine_version_identifier,
1912
+ :use_aws_provided_latest_image)
1903
1913
  SENSITIVE = []
1904
1914
  include Aws::Structure
1905
1915
  end
@@ -19635,7 +19645,7 @@ module Aws::RDS
19635
19645
  #
19636
19646
  # **Aurora MySQL**
19637
19647
  #
19638
- # Examples: `5.7.mysql_aurora.2.07.1`, `8.0.mysql_aurora.3.02.0`
19648
+ # Examples: `5.7.mysql_aurora.2.12.0`, `8.0.mysql_aurora.3.04.0`
19639
19649
  # @return [String]
19640
19650
  #
19641
19651
  # @!attribute [rw] port
@@ -19775,9 +19785,9 @@ module Aws::RDS
19775
19785
  # @!attribute [rw] source_engine_version
19776
19786
  # The version of the database that the backup files were created from.
19777
19787
  #
19778
- # MySQL versions 5.5, 5.6, and 5.7 are supported.
19788
+ # MySQL versions 5.7 and 8.0 are supported.
19779
19789
  #
19780
- # Example: `5.6.40`, `5.7.28`
19790
+ # Example: `5.7.40`, `8.0.28`
19781
19791
  # @return [String]
19782
19792
  #
19783
19793
  # @!attribute [rw] s3_bucket_name
data/lib/aws-sdk-rds.rb CHANGED
@@ -78,6 +78,6 @@ require_relative 'aws-sdk-rds/customizations'
78
78
  # @!group service
79
79
  module Aws::RDS
80
80
 
81
- GEM_VERSION = '1.190.0'
81
+ GEM_VERSION = '1.192.0'
82
82
 
83
83
  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.190.0
4
+ version: 1.192.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: 2023-08-21 00:00:00.000000000 Z
11
+ date: 2023-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4