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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +7 -26
- data/lib/aws-sdk-rds/db_engine_version.rb +2 -2
- data/lib/aws-sdk-rds/types.rb +9 -15
- data/lib/aws-sdk-rds.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8bf1b0eeb781742ffe8459a7e2e4d7728d9e646eca258684be03159c35762bf6
|
|
4
|
+
data.tar.gz: a1b331283999c6a0023a198bba61abad68ec7d32336774a5187d9dde807460fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3f48fa0da57a46f3dcf2138d5b15b623574ffd82b1f3f8b6f4d3b2531b518cd31acd093659d74dc123a824c95b49837207557c5c865bd1e5c1c32f64f6f13907
|
|
7
|
+
data.tar.gz: a691ff027c93bc3557a2bca3b44d717a30e8f8aad0bd0d906b95dbc8b8761a463e57699b132450b9f2fcd6dece986610fd579896797bdd65553a2ea0889705e7
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.203.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
|
@@ -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.
|
|
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
|
|
7641
|
-
#
|
|
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,
|
|
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.
|
|
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
|
|
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.
|
|
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
|
|
292
|
-
#
|
|
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]
|
data/lib/aws-sdk-rds/types.rb
CHANGED
|
@@ -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
|
|
5894
|
-
#
|
|
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,
|
|
5910
|
-
#
|
|
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
|
|
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
|
-
#
|
|
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
|
|
15042
|
-
#
|
|
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
|
|
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
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.
|
|
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-
|
|
11
|
+
date: 2023-11-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|