aws-sdk-rds 1.197.0 → 1.199.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +290 -1
- data/lib/aws-sdk-rds/client_api.rb +125 -0
- data/lib/aws-sdk-rds/db_engine_version.rb +7 -0
- data/lib/aws-sdk-rds/db_instance.rb +19 -0
- data/lib/aws-sdk-rds/endpoint_provider.rb +2 -2
- data/lib/aws-sdk-rds/endpoints.rb +42 -0
- data/lib/aws-sdk-rds/errors.rb +55 -0
- data/lib/aws-sdk-rds/plugins/endpoints.rb +6 -0
- data/lib/aws-sdk-rds/types.rb +313 -4
- 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: 1417f5f6e20b58cc90909525e86d211a68b1f57a49cbe207a3b8041a3d332891
|
4
|
+
data.tar.gz: ec8466687914cd2dcf57b33409a91161bbdc5146b1caa6071d99db3ea4ee7306
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 65063eec80ef37c38700eb85190541a6931075937fbed27d6fe32501dd9eee8521c311f9f521d515c53e1c1636ffb045f2392b28744b93de14e00341efa41a7b
|
7
|
+
data.tar.gz: a48854f75c4ba97a254b3e9d6c6a89a136745b2f9c593ea21918d344683b74dfe060c2ed7375b498debcf14a75f1ce121b24da31b0f8066f699c9e891377e8af
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.199.0 (2023-10-30)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release launches the CreateIntegration, DeleteIntegration, and DescribeIntegrations APIs to manage zero-ETL Integrations.
|
8
|
+
|
9
|
+
1.198.0 (2023-10-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds support for upgrading the storage file system configuration on the DB instance using a blue/green deployment or a read replica.
|
13
|
+
|
4
14
|
1.197.0 (2023-10-12)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.199.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -2025,6 +2025,21 @@ module Aws::RDS
|
|
2025
2025
|
# @option params [Array<Types::Tag>] :tags
|
2026
2026
|
# Tags to assign to the blue/green deployment.
|
2027
2027
|
#
|
2028
|
+
# @option params [String] :target_db_instance_class
|
2029
|
+
# Specify the DB instance class for the databases in the green
|
2030
|
+
# environment.
|
2031
|
+
#
|
2032
|
+
# @option params [Boolean] :upgrade_target_storage_config
|
2033
|
+
# Whether to upgrade the storage file system configuration on the green
|
2034
|
+
# database. This option migrates the green DB instance from the older
|
2035
|
+
# 32-bit file system to the preferred configuration. For more
|
2036
|
+
# information, see [Upgrading the storage file system for a DB
|
2037
|
+
# instance][1].
|
2038
|
+
#
|
2039
|
+
#
|
2040
|
+
#
|
2041
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.UpgradeFileSystem
|
2042
|
+
#
|
2028
2043
|
# @return [Types::CreateBlueGreenDeploymentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2029
2044
|
#
|
2030
2045
|
# * {Types::CreateBlueGreenDeploymentResponse#blue_green_deployment #blue_green_deployment} => Types::BlueGreenDeployment
|
@@ -2165,6 +2180,8 @@ module Aws::RDS
|
|
2165
2180
|
# value: "String",
|
2166
2181
|
# },
|
2167
2182
|
# ],
|
2183
|
+
# target_db_instance_class: "TargetDBInstanceClass",
|
2184
|
+
# upgrade_target_storage_config: false,
|
2168
2185
|
# })
|
2169
2186
|
#
|
2170
2187
|
# @example Response structure
|
@@ -2338,6 +2355,7 @@ module Aws::RDS
|
|
2338
2355
|
# * {Types::DBEngineVersion#supports_certificate_rotation_without_restart #supports_certificate_rotation_without_restart} => Boolean
|
2339
2356
|
# * {Types::DBEngineVersion#supported_ca_certificate_identifiers #supported_ca_certificate_identifiers} => Array<String>
|
2340
2357
|
# * {Types::DBEngineVersion#supports_local_write_forwarding #supports_local_write_forwarding} => Boolean
|
2358
|
+
# * {Types::DBEngineVersion#supports_integrations #supports_integrations} => Boolean
|
2341
2359
|
#
|
2342
2360
|
# @example Request syntax with placeholder values
|
2343
2361
|
#
|
@@ -2390,6 +2408,7 @@ module Aws::RDS
|
|
2390
2408
|
# resp.valid_upgrade_target[0].supports_global_databases #=> Boolean
|
2391
2409
|
# resp.valid_upgrade_target[0].supports_babelfish #=> Boolean
|
2392
2410
|
# resp.valid_upgrade_target[0].supports_local_write_forwarding #=> Boolean
|
2411
|
+
# resp.valid_upgrade_target[0].supports_integrations #=> Boolean
|
2393
2412
|
# resp.supported_timezones #=> Array
|
2394
2413
|
# resp.supported_timezones[0].timezone_name #=> String
|
2395
2414
|
# resp.exportable_log_types #=> Array
|
@@ -2418,6 +2437,7 @@ module Aws::RDS
|
|
2418
2437
|
# resp.supported_ca_certificate_identifiers #=> Array
|
2419
2438
|
# resp.supported_ca_certificate_identifiers[0] #=> String
|
2420
2439
|
# resp.supports_local_write_forwarding #=> Boolean
|
2440
|
+
# resp.supports_integrations #=> Boolean
|
2421
2441
|
#
|
2422
2442
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateCustomDBEngineVersion AWS API Documentation
|
2423
2443
|
#
|
@@ -5560,6 +5580,7 @@ module Aws::RDS
|
|
5560
5580
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
5561
5581
|
# resp.db_instance.percent_progress #=> String
|
5562
5582
|
# resp.db_instance.dedicated_log_volume #=> Boolean
|
5583
|
+
# resp.db_instance.is_storage_config_upgrade_available #=> Boolean
|
5563
5584
|
#
|
5564
5585
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstance AWS API Documentation
|
5565
5586
|
#
|
@@ -6224,6 +6245,11 @@ module Aws::RDS
|
|
6224
6245
|
# Indicates whether the DB instance has a dedicated log volume (DLV)
|
6225
6246
|
# enabled.
|
6226
6247
|
#
|
6248
|
+
# @option params [Boolean] :upgrade_storage_config
|
6249
|
+
# Whether to upgrade the storage file system configuration on the read
|
6250
|
+
# replica. This option migrates the read replica from the old storage
|
6251
|
+
# file system layout to the preferred layout.
|
6252
|
+
#
|
6227
6253
|
# @option params [String] :source_region
|
6228
6254
|
# The source region of the snapshot. This is only needed when the
|
6229
6255
|
# shapshot is encrypted and in a different region.
|
@@ -6310,6 +6336,7 @@ module Aws::RDS
|
|
6310
6336
|
# allocated_storage: 1,
|
6311
6337
|
# source_db_cluster_identifier: "String",
|
6312
6338
|
# dedicated_log_volume: false,
|
6339
|
+
# upgrade_storage_config: false,
|
6313
6340
|
# source_region: "String",
|
6314
6341
|
# })
|
6315
6342
|
#
|
@@ -6472,6 +6499,7 @@ module Aws::RDS
|
|
6472
6499
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
6473
6500
|
# resp.db_instance.percent_progress #=> String
|
6474
6501
|
# resp.db_instance.dedicated_log_volume #=> Boolean
|
6502
|
+
# resp.db_instance.is_storage_config_upgrade_available #=> Boolean
|
6475
6503
|
#
|
6476
6504
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstanceReadReplica AWS API Documentation
|
6477
6505
|
#
|
@@ -7560,6 +7588,110 @@ module Aws::RDS
|
|
7560
7588
|
req.send_request(options)
|
7561
7589
|
end
|
7562
7590
|
|
7591
|
+
# Creates a zero-ETL integration with Amazon Redshift. For more
|
7592
|
+
# information, see [Working with Amazon Aurora zero-ETL integrations
|
7593
|
+
# with Amazon Redshift][1] in the *Amazon Aurora User Guide*.
|
7594
|
+
#
|
7595
|
+
#
|
7596
|
+
#
|
7597
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/zero-etl.html
|
7598
|
+
#
|
7599
|
+
# @option params [required, String] :source_arn
|
7600
|
+
# The Amazon Resource Name (ARN) of the Aurora DB cluster to use as the
|
7601
|
+
# source for replication.
|
7602
|
+
#
|
7603
|
+
# @option params [required, String] :target_arn
|
7604
|
+
# The ARN of the Redshift data warehouse to use as the target for
|
7605
|
+
# replication.
|
7606
|
+
#
|
7607
|
+
# @option params [required, String] :integration_name
|
7608
|
+
# The name of the integration.
|
7609
|
+
#
|
7610
|
+
# @option params [String] :kms_key_id
|
7611
|
+
# The Amazon Web Services Key Management System (Amazon Web Services
|
7612
|
+
# KMS) key identifier for the key to use to encrypt the integration. If
|
7613
|
+
# you don't specify an encryption key, Aurora uses a default Amazon Web
|
7614
|
+
# Services owned key.
|
7615
|
+
#
|
7616
|
+
# @option params [Hash<String,String>] :additional_encryption_context
|
7617
|
+
# An optional set of non-secret key–value pairs that contains additional
|
7618
|
+
# contextual information about the data. For more information, see
|
7619
|
+
# [Encryption context][1] in the *Amazon Web Services Key Management
|
7620
|
+
# Service Developer Guide*.
|
7621
|
+
#
|
7622
|
+
# You can only include this parameter if you specify the `KMSKeyId`
|
7623
|
+
# parameter.
|
7624
|
+
#
|
7625
|
+
#
|
7626
|
+
#
|
7627
|
+
# [1]: https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt_context
|
7628
|
+
#
|
7629
|
+
# @option params [Array<Types::Tag>] :tags
|
7630
|
+
# A list of tags. For more information, see [Tagging Amazon RDS
|
7631
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
7632
|
+
#
|
7633
|
+
#
|
7634
|
+
#
|
7635
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
7636
|
+
#
|
7637
|
+
# @return [Types::Integration] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
7638
|
+
#
|
7639
|
+
# * {Types::Integration#source_arn #source_arn} => String
|
7640
|
+
# * {Types::Integration#target_arn #target_arn} => String
|
7641
|
+
# * {Types::Integration#integration_name #integration_name} => String
|
7642
|
+
# * {Types::Integration#integration_arn #integration_arn} => String
|
7643
|
+
# * {Types::Integration#kms_key_id #kms_key_id} => String
|
7644
|
+
# * {Types::Integration#additional_encryption_context #additional_encryption_context} => Hash<String,String>
|
7645
|
+
# * {Types::Integration#status #status} => String
|
7646
|
+
# * {Types::Integration#tags #tags} => Array<Types::Tag>
|
7647
|
+
# * {Types::Integration#create_time #create_time} => Time
|
7648
|
+
# * {Types::Integration#errors #errors} => Array<Types::IntegrationError>
|
7649
|
+
#
|
7650
|
+
# @example Request syntax with placeholder values
|
7651
|
+
#
|
7652
|
+
# resp = client.create_integration({
|
7653
|
+
# source_arn: "SourceArn", # required
|
7654
|
+
# target_arn: "Arn", # required
|
7655
|
+
# integration_name: "IntegrationName", # required
|
7656
|
+
# kms_key_id: "String",
|
7657
|
+
# additional_encryption_context: {
|
7658
|
+
# "String" => "String",
|
7659
|
+
# },
|
7660
|
+
# tags: [
|
7661
|
+
# {
|
7662
|
+
# key: "String",
|
7663
|
+
# value: "String",
|
7664
|
+
# },
|
7665
|
+
# ],
|
7666
|
+
# })
|
7667
|
+
#
|
7668
|
+
# @example Response structure
|
7669
|
+
#
|
7670
|
+
# resp.source_arn #=> String
|
7671
|
+
# resp.target_arn #=> String
|
7672
|
+
# resp.integration_name #=> String
|
7673
|
+
# resp.integration_arn #=> String
|
7674
|
+
# resp.kms_key_id #=> String
|
7675
|
+
# resp.additional_encryption_context #=> Hash
|
7676
|
+
# resp.additional_encryption_context["String"] #=> String
|
7677
|
+
# resp.status #=> String, one of "creating", "active", "modifying", "failed", "deleting", "syncing", "needs_attention"
|
7678
|
+
# resp.tags #=> Array
|
7679
|
+
# resp.tags[0].key #=> String
|
7680
|
+
# resp.tags[0].value #=> String
|
7681
|
+
# resp.create_time #=> Time
|
7682
|
+
# resp.errors #=> Array
|
7683
|
+
# resp.errors[0].error_code #=> String
|
7684
|
+
# resp.errors[0].error_message #=> String
|
7685
|
+
#
|
7686
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateIntegration AWS API Documentation
|
7687
|
+
#
|
7688
|
+
# @overload create_integration(params = {})
|
7689
|
+
# @param [Hash] params ({})
|
7690
|
+
def create_integration(params = {}, options = {})
|
7691
|
+
req = build_request(:create_integration, params)
|
7692
|
+
req.send_request(options)
|
7693
|
+
end
|
7694
|
+
|
7563
7695
|
# Creates a new option group. You can create up to 20 option groups.
|
7564
7696
|
#
|
7565
7697
|
# This command doesn't apply to RDS Custom.
|
@@ -7985,6 +8117,7 @@ module Aws::RDS
|
|
7985
8117
|
# * {Types::DBEngineVersion#supports_certificate_rotation_without_restart #supports_certificate_rotation_without_restart} => Boolean
|
7986
8118
|
# * {Types::DBEngineVersion#supported_ca_certificate_identifiers #supported_ca_certificate_identifiers} => Array<String>
|
7987
8119
|
# * {Types::DBEngineVersion#supports_local_write_forwarding #supports_local_write_forwarding} => Boolean
|
8120
|
+
# * {Types::DBEngineVersion#supports_integrations #supports_integrations} => Boolean
|
7988
8121
|
#
|
7989
8122
|
# @example Request syntax with placeholder values
|
7990
8123
|
#
|
@@ -8023,6 +8156,7 @@ module Aws::RDS
|
|
8023
8156
|
# resp.valid_upgrade_target[0].supports_global_databases #=> Boolean
|
8024
8157
|
# resp.valid_upgrade_target[0].supports_babelfish #=> Boolean
|
8025
8158
|
# resp.valid_upgrade_target[0].supports_local_write_forwarding #=> Boolean
|
8159
|
+
# resp.valid_upgrade_target[0].supports_integrations #=> Boolean
|
8026
8160
|
# resp.supported_timezones #=> Array
|
8027
8161
|
# resp.supported_timezones[0].timezone_name #=> String
|
8028
8162
|
# resp.exportable_log_types #=> Array
|
@@ -8051,6 +8185,7 @@ module Aws::RDS
|
|
8051
8185
|
# resp.supported_ca_certificate_identifiers #=> Array
|
8052
8186
|
# resp.supported_ca_certificate_identifiers[0] #=> String
|
8053
8187
|
# resp.supports_local_write_forwarding #=> Boolean
|
8188
|
+
# resp.supports_integrations #=> Boolean
|
8054
8189
|
#
|
8055
8190
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteCustomDBEngineVersion AWS API Documentation
|
8056
8191
|
#
|
@@ -8887,6 +9022,7 @@ module Aws::RDS
|
|
8887
9022
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
8888
9023
|
# resp.db_instance.percent_progress #=> String
|
8889
9024
|
# resp.db_instance.dedicated_log_volume #=> Boolean
|
9025
|
+
# resp.db_instance.is_storage_config_upgrade_available #=> Boolean
|
8890
9026
|
#
|
8891
9027
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBInstance AWS API Documentation
|
8892
9028
|
#
|
@@ -9507,6 +9643,63 @@ module Aws::RDS
|
|
9507
9643
|
req.send_request(options)
|
9508
9644
|
end
|
9509
9645
|
|
9646
|
+
# Deletes a zero-ETL integration with Amazon Redshift. For more
|
9647
|
+
# information, see [Deleting Amazon Aurora zero-ETL integrations with
|
9648
|
+
# Amazon Redshift][1] in the *Amazon Aurora User Guide*
|
9649
|
+
#
|
9650
|
+
#
|
9651
|
+
#
|
9652
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/zero-etl.deleting.html
|
9653
|
+
#
|
9654
|
+
# @option params [required, String] :integration_identifier
|
9655
|
+
# The unique identifier of the integration.
|
9656
|
+
#
|
9657
|
+
# @return [Types::Integration] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
9658
|
+
#
|
9659
|
+
# * {Types::Integration#source_arn #source_arn} => String
|
9660
|
+
# * {Types::Integration#target_arn #target_arn} => String
|
9661
|
+
# * {Types::Integration#integration_name #integration_name} => String
|
9662
|
+
# * {Types::Integration#integration_arn #integration_arn} => String
|
9663
|
+
# * {Types::Integration#kms_key_id #kms_key_id} => String
|
9664
|
+
# * {Types::Integration#additional_encryption_context #additional_encryption_context} => Hash<String,String>
|
9665
|
+
# * {Types::Integration#status #status} => String
|
9666
|
+
# * {Types::Integration#tags #tags} => Array<Types::Tag>
|
9667
|
+
# * {Types::Integration#create_time #create_time} => Time
|
9668
|
+
# * {Types::Integration#errors #errors} => Array<Types::IntegrationError>
|
9669
|
+
#
|
9670
|
+
# @example Request syntax with placeholder values
|
9671
|
+
#
|
9672
|
+
# resp = client.delete_integration({
|
9673
|
+
# integration_identifier: "IntegrationIdentifier", # required
|
9674
|
+
# })
|
9675
|
+
#
|
9676
|
+
# @example Response structure
|
9677
|
+
#
|
9678
|
+
# resp.source_arn #=> String
|
9679
|
+
# resp.target_arn #=> String
|
9680
|
+
# resp.integration_name #=> String
|
9681
|
+
# resp.integration_arn #=> String
|
9682
|
+
# resp.kms_key_id #=> String
|
9683
|
+
# resp.additional_encryption_context #=> Hash
|
9684
|
+
# resp.additional_encryption_context["String"] #=> String
|
9685
|
+
# resp.status #=> String, one of "creating", "active", "modifying", "failed", "deleting", "syncing", "needs_attention"
|
9686
|
+
# resp.tags #=> Array
|
9687
|
+
# resp.tags[0].key #=> String
|
9688
|
+
# resp.tags[0].value #=> String
|
9689
|
+
# resp.create_time #=> Time
|
9690
|
+
# resp.errors #=> Array
|
9691
|
+
# resp.errors[0].error_code #=> String
|
9692
|
+
# resp.errors[0].error_message #=> String
|
9693
|
+
#
|
9694
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteIntegration AWS API Documentation
|
9695
|
+
#
|
9696
|
+
# @overload delete_integration(params = {})
|
9697
|
+
# @param [Hash] params ({})
|
9698
|
+
def delete_integration(params = {}, options = {})
|
9699
|
+
req = build_request(:delete_integration, params)
|
9700
|
+
req.send_request(options)
|
9701
|
+
end
|
9702
|
+
|
9510
9703
|
# Deletes an existing option group.
|
9511
9704
|
#
|
9512
9705
|
# @option params [required, String] :option_group_name
|
@@ -11745,6 +11938,7 @@ module Aws::RDS
|
|
11745
11938
|
# resp.db_engine_versions[0].valid_upgrade_target[0].supports_global_databases #=> Boolean
|
11746
11939
|
# resp.db_engine_versions[0].valid_upgrade_target[0].supports_babelfish #=> Boolean
|
11747
11940
|
# resp.db_engine_versions[0].valid_upgrade_target[0].supports_local_write_forwarding #=> Boolean
|
11941
|
+
# resp.db_engine_versions[0].valid_upgrade_target[0].supports_integrations #=> Boolean
|
11748
11942
|
# resp.db_engine_versions[0].supported_timezones #=> Array
|
11749
11943
|
# resp.db_engine_versions[0].supported_timezones[0].timezone_name #=> String
|
11750
11944
|
# resp.db_engine_versions[0].exportable_log_types #=> Array
|
@@ -11773,6 +11967,7 @@ module Aws::RDS
|
|
11773
11967
|
# resp.db_engine_versions[0].supported_ca_certificate_identifiers #=> Array
|
11774
11968
|
# resp.db_engine_versions[0].supported_ca_certificate_identifiers[0] #=> String
|
11775
11969
|
# resp.db_engine_versions[0].supports_local_write_forwarding #=> Boolean
|
11970
|
+
# resp.db_engine_versions[0].supports_integrations #=> Boolean
|
11776
11971
|
#
|
11777
11972
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBEngineVersions AWS API Documentation
|
11778
11973
|
#
|
@@ -12224,6 +12419,7 @@ module Aws::RDS
|
|
12224
12419
|
# resp.db_instances[0].read_replica_source_db_cluster_identifier #=> String
|
12225
12420
|
# resp.db_instances[0].percent_progress #=> String
|
12226
12421
|
# resp.db_instances[0].dedicated_log_volume #=> Boolean
|
12422
|
+
# resp.db_instances[0].is_storage_config_upgrade_available #=> Boolean
|
12227
12423
|
#
|
12228
12424
|
#
|
12229
12425
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -14454,6 +14650,87 @@ module Aws::RDS
|
|
14454
14650
|
req.send_request(options)
|
14455
14651
|
end
|
14456
14652
|
|
14653
|
+
# Describe one or more zero-ETL integration with Amazon Redshift. For
|
14654
|
+
# more information, see [Viewing and monitoring Amazon Aurora zero-ETL
|
14655
|
+
# integrations with Amazon Redshift][1] in the *Amazon Aurora User
|
14656
|
+
# Guide*
|
14657
|
+
#
|
14658
|
+
#
|
14659
|
+
#
|
14660
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/zero-etl.describingmonitoring.html
|
14661
|
+
#
|
14662
|
+
# @option params [String] :integration_identifier
|
14663
|
+
# The unique identifier of the integration.
|
14664
|
+
#
|
14665
|
+
# @option params [Array<Types::Filter>] :filters
|
14666
|
+
# A filter that specifies one or more resources to return.
|
14667
|
+
#
|
14668
|
+
# @option params [Integer] :max_records
|
14669
|
+
# The maximum number of records to include in the response. If more
|
14670
|
+
# records exist than the specified `MaxRecords` value, a pagination
|
14671
|
+
# token called a marker is included in the response so that you can
|
14672
|
+
# retrieve the remaining results.
|
14673
|
+
#
|
14674
|
+
# Default: 100
|
14675
|
+
#
|
14676
|
+
# Constraints: Minimum 20, maximum 100.
|
14677
|
+
#
|
14678
|
+
# @option params [String] :marker
|
14679
|
+
# An optional pagination token provided by a previous
|
14680
|
+
# `DescribeIntegrations` request. If this parameter is specified, the
|
14681
|
+
# response includes only records beyond the marker, up to the value
|
14682
|
+
# specified by `MaxRecords`.
|
14683
|
+
#
|
14684
|
+
# @return [Types::DescribeIntegrationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
14685
|
+
#
|
14686
|
+
# * {Types::DescribeIntegrationsResponse#marker #marker} => String
|
14687
|
+
# * {Types::DescribeIntegrationsResponse#integrations #integrations} => Array<Types::Integration>
|
14688
|
+
#
|
14689
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
14690
|
+
#
|
14691
|
+
# @example Request syntax with placeholder values
|
14692
|
+
#
|
14693
|
+
# resp = client.describe_integrations({
|
14694
|
+
# integration_identifier: "IntegrationIdentifier",
|
14695
|
+
# filters: [
|
14696
|
+
# {
|
14697
|
+
# name: "String", # required
|
14698
|
+
# values: ["String"], # required
|
14699
|
+
# },
|
14700
|
+
# ],
|
14701
|
+
# max_records: 1,
|
14702
|
+
# marker: "Marker",
|
14703
|
+
# })
|
14704
|
+
#
|
14705
|
+
# @example Response structure
|
14706
|
+
#
|
14707
|
+
# resp.marker #=> String
|
14708
|
+
# resp.integrations #=> Array
|
14709
|
+
# resp.integrations[0].source_arn #=> String
|
14710
|
+
# resp.integrations[0].target_arn #=> String
|
14711
|
+
# resp.integrations[0].integration_name #=> String
|
14712
|
+
# resp.integrations[0].integration_arn #=> String
|
14713
|
+
# resp.integrations[0].kms_key_id #=> String
|
14714
|
+
# resp.integrations[0].additional_encryption_context #=> Hash
|
14715
|
+
# resp.integrations[0].additional_encryption_context["String"] #=> String
|
14716
|
+
# resp.integrations[0].status #=> String, one of "creating", "active", "modifying", "failed", "deleting", "syncing", "needs_attention"
|
14717
|
+
# resp.integrations[0].tags #=> Array
|
14718
|
+
# resp.integrations[0].tags[0].key #=> String
|
14719
|
+
# resp.integrations[0].tags[0].value #=> String
|
14720
|
+
# resp.integrations[0].create_time #=> Time
|
14721
|
+
# resp.integrations[0].errors #=> Array
|
14722
|
+
# resp.integrations[0].errors[0].error_code #=> String
|
14723
|
+
# resp.integrations[0].errors[0].error_message #=> String
|
14724
|
+
#
|
14725
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeIntegrations AWS API Documentation
|
14726
|
+
#
|
14727
|
+
# @overload describe_integrations(params = {})
|
14728
|
+
# @param [Hash] params ({})
|
14729
|
+
def describe_integrations(params = {}, options = {})
|
14730
|
+
req = build_request(:describe_integrations, params)
|
14731
|
+
req.send_request(options)
|
14732
|
+
end
|
14733
|
+
|
14457
14734
|
# Describes all available options.
|
14458
14735
|
#
|
14459
14736
|
# @option params [required, String] :engine_name
|
@@ -16606,6 +16883,7 @@ module Aws::RDS
|
|
16606
16883
|
# * {Types::DBEngineVersion#supports_certificate_rotation_without_restart #supports_certificate_rotation_without_restart} => Boolean
|
16607
16884
|
# * {Types::DBEngineVersion#supported_ca_certificate_identifiers #supported_ca_certificate_identifiers} => Array<String>
|
16608
16885
|
# * {Types::DBEngineVersion#supports_local_write_forwarding #supports_local_write_forwarding} => Boolean
|
16886
|
+
# * {Types::DBEngineVersion#supports_integrations #supports_integrations} => Boolean
|
16609
16887
|
#
|
16610
16888
|
# @example Request syntax with placeholder values
|
16611
16889
|
#
|
@@ -16646,6 +16924,7 @@ module Aws::RDS
|
|
16646
16924
|
# resp.valid_upgrade_target[0].supports_global_databases #=> Boolean
|
16647
16925
|
# resp.valid_upgrade_target[0].supports_babelfish #=> Boolean
|
16648
16926
|
# resp.valid_upgrade_target[0].supports_local_write_forwarding #=> Boolean
|
16927
|
+
# resp.valid_upgrade_target[0].supports_integrations #=> Boolean
|
16649
16928
|
# resp.supported_timezones #=> Array
|
16650
16929
|
# resp.supported_timezones[0].timezone_name #=> String
|
16651
16930
|
# resp.exportable_log_types #=> Array
|
@@ -16674,6 +16953,7 @@ module Aws::RDS
|
|
16674
16953
|
# resp.supported_ca_certificate_identifiers #=> Array
|
16675
16954
|
# resp.supported_ca_certificate_identifiers[0] #=> String
|
16676
16955
|
# resp.supports_local_write_forwarding #=> Boolean
|
16956
|
+
# resp.supports_integrations #=> Boolean
|
16677
16957
|
#
|
16678
16958
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyCustomDBEngineVersion AWS API Documentation
|
16679
16959
|
#
|
@@ -19316,6 +19596,7 @@ module Aws::RDS
|
|
19316
19596
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
19317
19597
|
# resp.db_instance.percent_progress #=> String
|
19318
19598
|
# resp.db_instance.dedicated_log_volume #=> Boolean
|
19599
|
+
# resp.db_instance.is_storage_config_upgrade_available #=> Boolean
|
19319
19600
|
#
|
19320
19601
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBInstance AWS API Documentation
|
19321
19602
|
#
|
@@ -20729,6 +21010,7 @@ module Aws::RDS
|
|
20729
21010
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
20730
21011
|
# resp.db_instance.percent_progress #=> String
|
20731
21012
|
# resp.db_instance.dedicated_log_volume #=> Boolean
|
21013
|
+
# resp.db_instance.is_storage_config_upgrade_available #=> Boolean
|
20732
21014
|
#
|
20733
21015
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplica AWS API Documentation
|
20734
21016
|
#
|
@@ -21402,6 +21684,7 @@ module Aws::RDS
|
|
21402
21684
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
21403
21685
|
# resp.db_instance.percent_progress #=> String
|
21404
21686
|
# resp.db_instance.dedicated_log_volume #=> Boolean
|
21687
|
+
# resp.db_instance.is_storage_config_upgrade_available #=> Boolean
|
21405
21688
|
#
|
21406
21689
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RebootDBInstance AWS API Documentation
|
21407
21690
|
#
|
@@ -24770,6 +25053,7 @@ module Aws::RDS
|
|
24770
25053
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
24771
25054
|
# resp.db_instance.percent_progress #=> String
|
24772
25055
|
# resp.db_instance.dedicated_log_volume #=> Boolean
|
25056
|
+
# resp.db_instance.is_storage_config_upgrade_available #=> Boolean
|
24773
25057
|
#
|
24774
25058
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromDBSnapshot AWS API Documentation
|
24775
25059
|
#
|
@@ -25508,6 +25792,7 @@ module Aws::RDS
|
|
25508
25792
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
25509
25793
|
# resp.db_instance.percent_progress #=> String
|
25510
25794
|
# resp.db_instance.dedicated_log_volume #=> Boolean
|
25795
|
+
# resp.db_instance.is_storage_config_upgrade_available #=> Boolean
|
25511
25796
|
#
|
25512
25797
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromS3 AWS API Documentation
|
25513
25798
|
#
|
@@ -26366,6 +26651,7 @@ module Aws::RDS
|
|
26366
26651
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
26367
26652
|
# resp.db_instance.percent_progress #=> String
|
26368
26653
|
# resp.db_instance.dedicated_log_volume #=> Boolean
|
26654
|
+
# resp.db_instance.is_storage_config_upgrade_available #=> Boolean
|
26369
26655
|
#
|
26370
26656
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceToPointInTime AWS API Documentation
|
26371
26657
|
#
|
@@ -26962,6 +27248,7 @@ module Aws::RDS
|
|
26962
27248
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
26963
27249
|
# resp.db_instance.percent_progress #=> String
|
26964
27250
|
# resp.db_instance.dedicated_log_volume #=> Boolean
|
27251
|
+
# resp.db_instance.is_storage_config_upgrade_available #=> Boolean
|
26965
27252
|
#
|
26966
27253
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBInstance AWS API Documentation
|
26967
27254
|
#
|
@@ -27788,6 +28075,7 @@ module Aws::RDS
|
|
27788
28075
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
27789
28076
|
# resp.db_instance.percent_progress #=> String
|
27790
28077
|
# resp.db_instance.dedicated_log_volume #=> Boolean
|
28078
|
+
# resp.db_instance.is_storage_config_upgrade_available #=> Boolean
|
27791
28079
|
#
|
27792
28080
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBInstance AWS API Documentation
|
27793
28081
|
#
|
@@ -28384,6 +28672,7 @@ module Aws::RDS
|
|
28384
28672
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
28385
28673
|
# resp.db_instance.percent_progress #=> String
|
28386
28674
|
# resp.db_instance.dedicated_log_volume #=> Boolean
|
28675
|
+
# resp.db_instance.is_storage_config_upgrade_available #=> Boolean
|
28387
28676
|
#
|
28388
28677
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/SwitchoverReadReplica AWS API Documentation
|
28389
28678
|
#
|
@@ -28407,7 +28696,7 @@ module Aws::RDS
|
|
28407
28696
|
params: params,
|
28408
28697
|
config: config)
|
28409
28698
|
context[:gem_name] = 'aws-sdk-rds'
|
28410
|
-
context[:gem_version] = '1.
|
28699
|
+
context[:gem_version] = '1.199.0'
|
28411
28700
|
Seahorse::Client::Request.new(handlers, context)
|
28412
28701
|
end
|
28413
28702
|
|