aws-sdk-rds 1.202.0 → 1.203.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: 10f7ab814d6f8fbce4383061f8725bc1a0ebc5b91595bc2521ca80887cdc70f5
4
- data.tar.gz: 14f22881c7e9eebfb8aa41e777fdc93083b135534e6eb45df6a7bda157b3143e
3
+ metadata.gz: 8bf1b0eeb781742ffe8459a7e2e4d7728d9e646eca258684be03159c35762bf6
4
+ data.tar.gz: a1b331283999c6a0023a198bba61abad68ec7d32336774a5187d9dde807460fa
5
5
  SHA512:
6
- metadata.gz: c3f254df666c95193982088033b5de23973e7f33c31332092f1235604a99386c9627dd962ec3e62866dc660cd0b80bb5445ec4e152ea61b618544667378ca1f0
7
- data.tar.gz: 3a0bbbad8486c86a707f429251971a41b43c23bcb1b0d4ec2ebb3abc4b8c0b46157a98cbe35e2ca5e39d7c0fb0f873c772c390a8dc8d1ee123ddc3015045ba54
6
+ metadata.gz: 3f48fa0da57a46f3dcf2138d5b15b623574ffd82b1f3f8b6f4d3b2531b518cd31acd093659d74dc123a824c95b49837207557c5c865bd1e5c1c32f64f6f13907
7
+ data.tar.gz: a691ff027c93bc3557a2bca3b44d717a30e8f8aad0bd0d906b95dbc8b8761a463e57699b132450b9f2fcd6dece986610fd579896797bdd65553a2ea0889705e7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.202.0 (2023-11-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.202.0
1
+ 1.203.0
@@ -7628,17 +7628,11 @@ module Aws::RDS
7628
7628
  req.send_request(options)
7629
7629
  end
7630
7630
 
7631
- # Creates a zero-ETL integration with Amazon Redshift. For more
7632
- # information, see [Working with Amazon Aurora zero-ETL integrations
7633
- # with Amazon Redshift][1] in the *Amazon Aurora User Guide*.
7634
- #
7635
- #
7636
- #
7637
- # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/zero-etl.html
7631
+ # Creates a zero-ETL integration with Amazon Redshift.
7638
7632
  #
7639
7633
  # @option params [required, String] :source_arn
7640
- # The Amazon Resource Name (ARN) of the Aurora DB cluster to use as the
7641
- # source for replication.
7634
+ # The Amazon Resource Name (ARN) of the database to use as the source
7635
+ # for replication.
7642
7636
  #
7643
7637
  # @option params [required, String] :target_arn
7644
7638
  # The ARN of the Redshift data warehouse to use as the target for
@@ -7650,7 +7644,7 @@ module Aws::RDS
7650
7644
  # @option params [String] :kms_key_id
7651
7645
  # The Amazon Web Services Key Management System (Amazon Web Services
7652
7646
  # KMS) key identifier for the key to use to encrypt the integration. If
7653
- # 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
7654
7648
  # Services owned key.
7655
7649
  #
7656
7650
  # @option params [Hash<String,String>] :additional_encryption_context
@@ -9792,13 +9786,7 @@ module Aws::RDS
9792
9786
  req.send_request(options)
9793
9787
  end
9794
9788
 
9795
- # Deletes a zero-ETL integration with Amazon Redshift. For more
9796
- # information, see [Deleting Amazon Aurora zero-ETL integrations with
9797
- # Amazon Redshift][1] in the *Amazon Aurora User Guide*
9798
- #
9799
- #
9800
- #
9801
- # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/zero-etl.deleting.html
9789
+ # Deletes a zero-ETL integration with Amazon Redshift.
9802
9790
  #
9803
9791
  # @option params [required, String] :integration_identifier
9804
9792
  # The unique identifier of the integration.
@@ -15024,14 +15012,7 @@ module Aws::RDS
15024
15012
  req.send_request(options)
15025
15013
  end
15026
15014
 
15027
- # Describe one or more zero-ETL integration with Amazon Redshift. For
15028
- # more information, see [Viewing and monitoring Amazon Aurora zero-ETL
15029
- # integrations with Amazon Redshift][1] in the *Amazon Aurora User
15030
- # Guide*
15031
- #
15032
- #
15033
- #
15034
- # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/zero-etl.describingmonitoring.html
15015
+ # Describe one or more zero-ETL integrations with Amazon Redshift.
15035
15016
  #
15036
15017
  # @option params [String] :integration_identifier
15037
15018
  # The unique identifier of the integration.
@@ -29359,7 +29340,7 @@ module Aws::RDS
29359
29340
  params: params,
29360
29341
  config: config)
29361
29342
  context[:gem_name] = 'aws-sdk-rds'
29362
- context[:gem_version] = '1.202.0'
29343
+ context[:gem_version] = '1.203.0'
29363
29344
  Seahorse::Client::Request.new(handlers, context)
29364
29345
  end
29365
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]
@@ -5890,8 +5890,8 @@ module Aws::RDS
5890
5890
  end
5891
5891
 
5892
5892
  # @!attribute [rw] source_arn
5893
- # The Amazon Resource Name (ARN) of the Aurora DB cluster to use as
5894
- # the source for replication.
5893
+ # The Amazon Resource Name (ARN) of the database to use as the source
5894
+ # for replication.
5895
5895
  # @return [String]
5896
5896
  #
5897
5897
  # @!attribute [rw] target_arn
@@ -5906,8 +5906,8 @@ module Aws::RDS
5906
5906
  # @!attribute [rw] kms_key_id
5907
5907
  # The Amazon Web Services Key Management System (Amazon Web Services
5908
5908
  # KMS) key identifier for the key to use to encrypt the integration.
5909
- # If you don't specify an encryption key, Aurora uses a default
5910
- # Amazon Web Services owned key.
5909
+ # If you don't specify an encryption key, RDS uses a default Amazon
5910
+ # Web Services owned key.
5911
5911
  # @return [String]
5912
5912
  #
5913
5913
  # @!attribute [rw] additional_encryption_context
@@ -7928,7 +7928,7 @@ module Aws::RDS
7928
7928
  # @return [Boolean]
7929
7929
  #
7930
7930
  # @!attribute [rw] supports_integrations
7931
- # Indicates whether the DB engine version supports Aurora zero-ETL
7931
+ # Indicates whether the DB engine version supports zero-ETL
7932
7932
  # integrations with Amazon Redshift.
7933
7933
  # @return [Boolean]
7934
7934
  #
@@ -15029,17 +15029,11 @@ module Aws::RDS
15029
15029
  #
15030
15030
  class InsufficientStorageClusterCapacityFault < Aws::EmptyStructure; end
15031
15031
 
15032
- # An Aurora zero-ETL integration with Amazon Redshift. For more
15033
- # information, see [Working with Amazon Aurora zero-ETL integrations
15034
- # with Amazon Redshift][1] in the *Amazon Aurora User Guide*.
15035
- #
15036
- #
15037
- #
15038
- # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/zero-etl.html
15032
+ # A zero-ETL integration with Amazon Redshift.
15039
15033
  #
15040
15034
  # @!attribute [rw] source_arn
15041
- # The Amazon Resource Name (ARN) of the Aurora DB cluster used as the
15042
- # source for replication.
15035
+ # The Amazon Resource Name (ARN) of the database used as the source
15036
+ # for replication.
15043
15037
  # @return [String]
15044
15038
  #
15045
15039
  # @!attribute [rw] target_arn
@@ -25447,7 +25441,7 @@ module Aws::RDS
25447
25441
  # @return [Boolean]
25448
25442
  #
25449
25443
  # @!attribute [rw] supports_integrations
25450
- # Indicates whether the DB engine version supports Aurora zero-ETL
25444
+ # Indicates whether the DB engine version supports zero-ETL
25451
25445
  # integrations with Amazon Redshift.
25452
25446
  # @return [Boolean]
25453
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.202.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.202.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-08 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