aws-sdk-rds 1.201.0 → 1.203.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: 989fa247320561b9318b1865761e89a02c8b54088a9f86f3580e63c1b241f5f6
4
- data.tar.gz: 801db2bf54d6bb3530b9a96c7941b2401ca537cd2ab5901775035dfaff94deb7
3
+ metadata.gz: 8bf1b0eeb781742ffe8459a7e2e4d7728d9e646eca258684be03159c35762bf6
4
+ data.tar.gz: a1b331283999c6a0023a198bba61abad68ec7d32336774a5187d9dde807460fa
5
5
  SHA512:
6
- metadata.gz: '08859bdd8db5fc9897281e216bd8e9ecae92299e35145a66455a0287c12b0471b8a8c4d2d8c02e1c2debd5e4794e5adafe749d826130bd416341c6a3133c858e'
7
- data.tar.gz: 3157a8541e63eac688c03448bb7c8d55a8debdff49bc1f7eeb63c515e12936fbc050b9e5eeaa39949caa93011763bca5b34d7470691cb61ac4ae753a6eee324e
6
+ metadata.gz: 3f48fa0da57a46f3dcf2138d5b15b623574ffd82b1f3f8b6f4d3b2531b518cd31acd093659d74dc123a824c95b49837207557c5c865bd1e5c1c32f64f6f13907
7
+ data.tar.gz: a691ff027c93bc3557a2bca3b44d717a30e8f8aad0bd0d906b95dbc8b8761a463e57699b132450b9f2fcd6dece986610fd579896797bdd65553a2ea0889705e7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.203.0 (2023-11-10)
5
+ ------------------
6
+
7
+ * Feature - Updates Amazon RDS documentation for zero-ETL integrations.
8
+
9
+ 1.202.0 (2023-11-08)
10
+ ------------------
11
+
12
+ * Feature - This Amazon RDS release adds support for patching the OS of an RDS Custom for Oracle DB instance. You can now upgrade the database or operating system using the modify-db-instance command.
13
+
4
14
  1.201.0 (2023-11-07)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.201.0
1
+ 1.203.0
@@ -2317,10 +2317,16 @@ module Aws::RDS
2317
2317
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
2318
2318
  #
2319
2319
  # @option params [String] :source_custom_db_engine_version_identifier
2320
- # Reserved for future use.
2320
+ # The ARN of a CEV to use as a source for creating a new CEV. You can
2321
+ # specify a different Amazon Machine Imagine (AMI) by using either
2322
+ # `Source` or `UseAwsProvidedLatestImage`. You can't specify a
2323
+ # different JSON manifest when you specify
2324
+ # `SourceCustomDbEngineVersionIdentifier`.
2321
2325
  #
2322
2326
  # @option params [Boolean] :use_aws_provided_latest_image
2323
- # Reserved for future use.
2327
+ # Specifies whether to use the latest service-provided Amazon Machine
2328
+ # Image (AMI) for the CEV. If you specify `UseAwsProvidedLatestImage`,
2329
+ # you can't also specify `ImageId`.
2324
2330
  #
2325
2331
  # @return [Types::DBEngineVersion] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2326
2332
  #
@@ -7622,17 +7628,11 @@ module Aws::RDS
7622
7628
  req.send_request(options)
7623
7629
  end
7624
7630
 
7625
- # Creates a zero-ETL integration with Amazon Redshift. For more
7626
- # information, see [Working with Amazon Aurora zero-ETL integrations
7627
- # with Amazon Redshift][1] in the *Amazon Aurora User Guide*.
7628
- #
7629
- #
7630
- #
7631
- # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/zero-etl.html
7631
+ # Creates a zero-ETL integration with Amazon Redshift.
7632
7632
  #
7633
7633
  # @option params [required, String] :source_arn
7634
- # The Amazon Resource Name (ARN) of the Aurora DB cluster to use as the
7635
- # source for replication.
7634
+ # The Amazon Resource Name (ARN) of the database to use as the source
7635
+ # for replication.
7636
7636
  #
7637
7637
  # @option params [required, String] :target_arn
7638
7638
  # The ARN of the Redshift data warehouse to use as the target for
@@ -7644,7 +7644,7 @@ module Aws::RDS
7644
7644
  # @option params [String] :kms_key_id
7645
7645
  # The Amazon Web Services Key Management System (Amazon Web Services
7646
7646
  # KMS) key identifier for the key to use to encrypt the integration. If
7647
- # you don't specify an encryption key, Aurora uses a default Amazon Web
7647
+ # you don't specify an encryption key, RDS uses a default Amazon Web
7648
7648
  # Services owned key.
7649
7649
  #
7650
7650
  # @option params [Hash<String,String>] :additional_encryption_context
@@ -9786,13 +9786,7 @@ module Aws::RDS
9786
9786
  req.send_request(options)
9787
9787
  end
9788
9788
 
9789
- # Deletes a zero-ETL integration with Amazon Redshift. For more
9790
- # information, see [Deleting Amazon Aurora zero-ETL integrations with
9791
- # Amazon Redshift][1] in the *Amazon Aurora User Guide*
9792
- #
9793
- #
9794
- #
9795
- # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/zero-etl.deleting.html
9789
+ # Deletes a zero-ETL integration with Amazon Redshift.
9796
9790
  #
9797
9791
  # @option params [required, String] :integration_identifier
9798
9792
  # The unique identifier of the integration.
@@ -15018,14 +15012,7 @@ module Aws::RDS
15018
15012
  req.send_request(options)
15019
15013
  end
15020
15014
 
15021
- # Describe one or more zero-ETL integration with Amazon Redshift. For
15022
- # more information, see [Viewing and monitoring Amazon Aurora zero-ETL
15023
- # integrations with Amazon Redshift][1] in the *Amazon Aurora User
15024
- # Guide*
15025
- #
15026
- #
15027
- #
15028
- # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/zero-etl.describingmonitoring.html
15015
+ # Describe one or more zero-ETL integrations with Amazon Redshift.
15029
15016
  #
15030
15017
  # @option params [String] :integration_identifier
15031
15018
  # The unique identifier of the integration.
@@ -29353,7 +29340,7 @@ module Aws::RDS
29353
29340
  params: params,
29354
29341
  config: config)
29355
29342
  context[:gem_name] = 'aws-sdk-rds'
29356
- context[:gem_version] = '1.201.0'
29343
+ context[:gem_version] = '1.203.0'
29357
29344
  Seahorse::Client::Request.new(handlers, context)
29358
29345
  end
29359
29346
 
@@ -288,8 +288,8 @@ module Aws::RDS
288
288
  data[:supports_local_write_forwarding]
289
289
  end
290
290
 
291
- # Indicates whether the DB engine version supports Aurora zero-ETL
292
- # integrations with Amazon Redshift.
291
+ # Indicates whether the DB engine version supports zero-ETL integrations
292
+ # with Amazon Redshift.
293
293
  # @return [Boolean]
294
294
  def supports_integrations
295
295
  data[:supports_integrations]
@@ -1933,11 +1933,17 @@ module Aws::RDS
1933
1933
  # @return [Array<Types::Tag>]
1934
1934
  #
1935
1935
  # @!attribute [rw] source_custom_db_engine_version_identifier
1936
- # Reserved for future use.
1936
+ # The ARN of a CEV to use as a source for creating a new CEV. You can
1937
+ # specify a different Amazon Machine Imagine (AMI) by using either
1938
+ # `Source` or `UseAwsProvidedLatestImage`. You can't specify a
1939
+ # different JSON manifest when you specify
1940
+ # `SourceCustomDbEngineVersionIdentifier`.
1937
1941
  # @return [String]
1938
1942
  #
1939
1943
  # @!attribute [rw] use_aws_provided_latest_image
1940
- # Reserved for future use.
1944
+ # Specifies whether to use the latest service-provided Amazon Machine
1945
+ # Image (AMI) for the CEV. If you specify `UseAwsProvidedLatestImage`,
1946
+ # you can't also specify `ImageId`.
1941
1947
  # @return [Boolean]
1942
1948
  #
1943
1949
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateCustomDBEngineVersionMessage AWS API Documentation
@@ -5884,8 +5890,8 @@ module Aws::RDS
5884
5890
  end
5885
5891
 
5886
5892
  # @!attribute [rw] source_arn
5887
- # The Amazon Resource Name (ARN) of the Aurora DB cluster to use as
5888
- # the source for replication.
5893
+ # The Amazon Resource Name (ARN) of the database to use as the source
5894
+ # for replication.
5889
5895
  # @return [String]
5890
5896
  #
5891
5897
  # @!attribute [rw] target_arn
@@ -5900,8 +5906,8 @@ module Aws::RDS
5900
5906
  # @!attribute [rw] kms_key_id
5901
5907
  # The Amazon Web Services Key Management System (Amazon Web Services
5902
5908
  # KMS) key identifier for the key to use to encrypt the integration.
5903
- # If you don't specify an encryption key, Aurora uses a default
5904
- # Amazon Web Services owned key.
5909
+ # If you don't specify an encryption key, RDS uses a default Amazon
5910
+ # Web Services owned key.
5905
5911
  # @return [String]
5906
5912
  #
5907
5913
  # @!attribute [rw] additional_encryption_context
@@ -7922,7 +7928,7 @@ module Aws::RDS
7922
7928
  # @return [Boolean]
7923
7929
  #
7924
7930
  # @!attribute [rw] supports_integrations
7925
- # Indicates whether the DB engine version supports Aurora zero-ETL
7931
+ # Indicates whether the DB engine version supports zero-ETL
7926
7932
  # integrations with Amazon Redshift.
7927
7933
  # @return [Boolean]
7928
7934
  #
@@ -15023,17 +15029,11 @@ module Aws::RDS
15023
15029
  #
15024
15030
  class InsufficientStorageClusterCapacityFault < Aws::EmptyStructure; end
15025
15031
 
15026
- # An Aurora zero-ETL integration with Amazon Redshift. For more
15027
- # information, see [Working with Amazon Aurora zero-ETL integrations
15028
- # with Amazon Redshift][1] in the *Amazon Aurora User Guide*.
15029
- #
15030
- #
15031
- #
15032
- # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/zero-etl.html
15032
+ # A zero-ETL integration with Amazon Redshift.
15033
15033
  #
15034
15034
  # @!attribute [rw] source_arn
15035
- # The Amazon Resource Name (ARN) of the Aurora DB cluster used as the
15036
- # source for replication.
15035
+ # The Amazon Resource Name (ARN) of the database used as the source
15036
+ # for replication.
15037
15037
  # @return [String]
15038
15038
  #
15039
15039
  # @!attribute [rw] target_arn
@@ -25441,7 +25441,7 @@ module Aws::RDS
25441
25441
  # @return [Boolean]
25442
25442
  #
25443
25443
  # @!attribute [rw] supports_integrations
25444
- # Indicates whether the DB engine version supports Aurora zero-ETL
25444
+ # Indicates whether the DB engine version supports zero-ETL
25445
25445
  # integrations with Amazon Redshift.
25446
25446
  # @return [Boolean]
25447
25447
  #
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.201.0'
81
+ GEM_VERSION = '1.203.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.201.0
4
+ version: 1.203.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-11-07 00:00:00.000000000 Z
11
+ date: 2023-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4