aws-sdk-rds 1.81.0 → 1.82.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/lib/aws-sdk-rds.rb +1 -1
- data/lib/aws-sdk-rds/client.rb +24 -17
- data/lib/aws-sdk-rds/client_api.rb +16 -1
- data/lib/aws-sdk-rds/types.rb +69 -23
- 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: 39dd1a73a2681d401585f309e720d46617122aa831252343c8fc5eb3d43aa738
|
|
4
|
+
data.tar.gz: 16125d5b477234b75e2a212ea7a87c2aa6028ff1e328a29d2042056c9de09902
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d4b661b0cde8c2e03e91993f3b9ddfd1e12c0b6c5c5a38c2303c986ce9507940aaedd6ce12b9ef7612d58b756332d24b4beca854cc4734c1c126d5ccd9f07f66
|
|
7
|
+
data.tar.gz: 9b78dfc473bf5c905001a4b790bb9c1f349b48f309aafe87da0f37fb7b68fecd2f2b2abebd30b098b421e59a3973235b3416c0b62e4dddbfae950a5c28822326
|
data/lib/aws-sdk-rds.rb
CHANGED
data/lib/aws-sdk-rds/client.rb
CHANGED
|
@@ -4490,9 +4490,8 @@ module Aws::RDS
|
|
|
4490
4490
|
# @option params [required, String] :engine_family
|
|
4491
4491
|
# The kinds of databases that the proxy can connect to. This value
|
|
4492
4492
|
# determines which database network protocol the proxy recognizes when
|
|
4493
|
-
# it interprets network traffic to and from the database.
|
|
4494
|
-
#
|
|
4495
|
-
# MySQL and Aurora MySQL.
|
|
4493
|
+
# it interprets network traffic to and from the database. The engine
|
|
4494
|
+
# family applies to MySQL and PostgreSQL for both RDS and Aurora.
|
|
4496
4495
|
#
|
|
4497
4496
|
# @option params [required, Array<Types::UserAuthConfig>] :auth
|
|
4498
4497
|
# The authorization mechanism that the proxy uses.
|
|
@@ -4538,7 +4537,7 @@ module Aws::RDS
|
|
|
4538
4537
|
#
|
|
4539
4538
|
# resp = client.create_db_proxy({
|
|
4540
4539
|
# db_proxy_name: "String", # required
|
|
4541
|
-
# engine_family: "MYSQL", # required, accepts MYSQL
|
|
4540
|
+
# engine_family: "MYSQL", # required, accepts MYSQL, POSTGRESQL
|
|
4542
4541
|
# auth: [ # required
|
|
4543
4542
|
# {
|
|
4544
4543
|
# description: "String",
|
|
@@ -4566,7 +4565,7 @@ module Aws::RDS
|
|
|
4566
4565
|
#
|
|
4567
4566
|
# resp.db_proxy.db_proxy_name #=> String
|
|
4568
4567
|
# resp.db_proxy.db_proxy_arn #=> String
|
|
4569
|
-
# resp.db_proxy.status #=> String, one of "available", "modifying", "incompatible-network", "insufficient-resource-limits", "creating", "deleting"
|
|
4568
|
+
# resp.db_proxy.status #=> String, one of "available", "modifying", "incompatible-network", "insufficient-resource-limits", "creating", "deleting", "suspended", "suspending", "reactivating"
|
|
4570
4569
|
# resp.db_proxy.engine_family #=> String
|
|
4571
4570
|
# resp.db_proxy.vpc_security_group_ids #=> Array
|
|
4572
4571
|
# resp.db_proxy.vpc_security_group_ids[0] #=> String
|
|
@@ -5991,7 +5990,7 @@ module Aws::RDS
|
|
|
5991
5990
|
#
|
|
5992
5991
|
# resp.db_proxy.db_proxy_name #=> String
|
|
5993
5992
|
# resp.db_proxy.db_proxy_arn #=> String
|
|
5994
|
-
# resp.db_proxy.status #=> String, one of "available", "modifying", "incompatible-network", "insufficient-resource-limits", "creating", "deleting"
|
|
5993
|
+
# resp.db_proxy.status #=> String, one of "available", "modifying", "incompatible-network", "insufficient-resource-limits", "creating", "deleting", "suspended", "suspending", "reactivating"
|
|
5995
5994
|
# resp.db_proxy.engine_family #=> String
|
|
5996
5995
|
# resp.db_proxy.vpc_security_group_ids #=> Array
|
|
5997
5996
|
# resp.db_proxy.vpc_security_group_ids[0] #=> String
|
|
@@ -8305,7 +8304,7 @@ module Aws::RDS
|
|
|
8305
8304
|
# resp.db_proxies #=> Array
|
|
8306
8305
|
# resp.db_proxies[0].db_proxy_name #=> String
|
|
8307
8306
|
# resp.db_proxies[0].db_proxy_arn #=> String
|
|
8308
|
-
# resp.db_proxies[0].status #=> String, one of "available", "modifying", "incompatible-network", "insufficient-resource-limits", "creating", "deleting"
|
|
8307
|
+
# resp.db_proxies[0].status #=> String, one of "available", "modifying", "incompatible-network", "insufficient-resource-limits", "creating", "deleting", "suspended", "suspending", "reactivating"
|
|
8309
8308
|
# resp.db_proxies[0].engine_family #=> String
|
|
8310
8309
|
# resp.db_proxies[0].vpc_security_group_ids #=> Array
|
|
8311
8310
|
# resp.db_proxies[0].vpc_security_group_ids[0] #=> String
|
|
@@ -8479,6 +8478,9 @@ module Aws::RDS
|
|
|
8479
8478
|
# resp.targets[0].rds_resource_id #=> String
|
|
8480
8479
|
# resp.targets[0].port #=> Integer
|
|
8481
8480
|
# resp.targets[0].type #=> String, one of "RDS_INSTANCE", "RDS_SERVERLESS_ENDPOINT", "TRACKED_CLUSTER"
|
|
8481
|
+
# resp.targets[0].target_health.state #=> String, one of "REGISTERING", "AVAILABLE", "UNAVAILABLE"
|
|
8482
|
+
# resp.targets[0].target_health.reason #=> String, one of "UNREACHABLE", "CONNECTION_FAILED", "AUTH_FAILURE", "PENDING_PROXY_CAPACITY"
|
|
8483
|
+
# resp.targets[0].target_health.description #=> String
|
|
8482
8484
|
# resp.marker #=> String
|
|
8483
8485
|
#
|
|
8484
8486
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBProxyTargets AWS API Documentation
|
|
@@ -12873,7 +12875,7 @@ module Aws::RDS
|
|
|
12873
12875
|
#
|
|
12874
12876
|
# resp.db_proxy.db_proxy_name #=> String
|
|
12875
12877
|
# resp.db_proxy.db_proxy_arn #=> String
|
|
12876
|
-
# resp.db_proxy.status #=> String, one of "available", "modifying", "incompatible-network", "insufficient-resource-limits", "creating", "deleting"
|
|
12878
|
+
# resp.db_proxy.status #=> String, one of "available", "modifying", "incompatible-network", "insufficient-resource-limits", "creating", "deleting", "suspended", "suspending", "reactivating"
|
|
12877
12879
|
# resp.db_proxy.engine_family #=> String
|
|
12878
12880
|
# resp.db_proxy.vpc_security_group_ids #=> Array
|
|
12879
12881
|
# resp.db_proxy.vpc_security_group_ids[0] #=> String
|
|
@@ -14199,6 +14201,9 @@ module Aws::RDS
|
|
|
14199
14201
|
# resp.db_proxy_targets[0].rds_resource_id #=> String
|
|
14200
14202
|
# resp.db_proxy_targets[0].port #=> Integer
|
|
14201
14203
|
# resp.db_proxy_targets[0].type #=> String, one of "RDS_INSTANCE", "RDS_SERVERLESS_ENDPOINT", "TRACKED_CLUSTER"
|
|
14204
|
+
# resp.db_proxy_targets[0].target_health.state #=> String, one of "REGISTERING", "AVAILABLE", "UNAVAILABLE"
|
|
14205
|
+
# resp.db_proxy_targets[0].target_health.reason #=> String, one of "UNREACHABLE", "CONNECTION_FAILED", "AUTH_FAILURE", "PENDING_PROXY_CAPACITY"
|
|
14206
|
+
# resp.db_proxy_targets[0].target_health.description #=> String
|
|
14202
14207
|
#
|
|
14203
14208
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RegisterDBProxyTargets AWS API Documentation
|
|
14204
14209
|
#
|
|
@@ -17969,17 +17974,19 @@ module Aws::RDS
|
|
|
17969
17974
|
# provided, all the snapshot data is exported. Valid values are the
|
|
17970
17975
|
# following:
|
|
17971
17976
|
#
|
|
17972
|
-
# * `database` - Export all the data
|
|
17977
|
+
# * `database` - Export all the data from a specified database.
|
|
17973
17978
|
#
|
|
17974
|
-
# * `database.table
|
|
17979
|
+
# * `database.table` *table-name* - Export a table of the snapshot. This
|
|
17980
|
+
# format is valid only for RDS for MySQL, RDS for MariaDB, and Aurora
|
|
17981
|
+
# MySQL.
|
|
17975
17982
|
#
|
|
17976
|
-
# * `database.schema
|
|
17977
|
-
# snapshot. This
|
|
17978
|
-
#
|
|
17983
|
+
# * `database.schema` *schema-name* - Export a database schema of the
|
|
17984
|
+
# snapshot. This format is valid only for RDS for PostgreSQL and
|
|
17985
|
+
# Aurora PostgreSQL.
|
|
17979
17986
|
#
|
|
17980
|
-
# * `database.schema.table
|
|
17981
|
-
# database schema. This
|
|
17982
|
-
#
|
|
17987
|
+
# * `database.schema.table` *table-name* - Export a table of the
|
|
17988
|
+
# database schema. This format is valid only for RDS for PostgreSQL
|
|
17989
|
+
# and Aurora PostgreSQL.
|
|
17983
17990
|
#
|
|
17984
17991
|
# @return [Types::ExportTask] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
17985
17992
|
#
|
|
@@ -18379,7 +18386,7 @@ module Aws::RDS
|
|
|
18379
18386
|
params: params,
|
|
18380
18387
|
config: config)
|
|
18381
18388
|
context[:gem_name] = 'aws-sdk-rds'
|
|
18382
|
-
context[:gem_version] = '1.
|
|
18389
|
+
context[:gem_version] = '1.82.0'
|
|
18383
18390
|
Seahorse::Client::Request.new(handlers, context)
|
|
18384
18391
|
end
|
|
18385
18392
|
|
|
@@ -543,7 +543,10 @@ module Aws::RDS
|
|
|
543
543
|
TagList = Shapes::ListShape.new(name: 'TagList')
|
|
544
544
|
TagListMessage = Shapes::StructureShape.new(name: 'TagListMessage')
|
|
545
545
|
TargetGroupList = Shapes::ListShape.new(name: 'TargetGroupList')
|
|
546
|
+
TargetHealth = Shapes::StructureShape.new(name: 'TargetHealth')
|
|
547
|
+
TargetHealthReason = Shapes::StringShape.new(name: 'TargetHealthReason')
|
|
546
548
|
TargetList = Shapes::ListShape.new(name: 'TargetList')
|
|
549
|
+
TargetState = Shapes::StringShape.new(name: 'TargetState')
|
|
547
550
|
TargetType = Shapes::StringShape.new(name: 'TargetType')
|
|
548
551
|
Timezone = Shapes::StructureShape.new(name: 'Timezone')
|
|
549
552
|
UpgradeTarget = Shapes::StructureShape.new(name: 'UpgradeTarget')
|
|
@@ -1413,6 +1416,7 @@ module Aws::RDS
|
|
|
1413
1416
|
DBProxyTarget.add_member(:rds_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "RdsResourceId"))
|
|
1414
1417
|
DBProxyTarget.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "Port"))
|
|
1415
1418
|
DBProxyTarget.add_member(:type, Shapes::ShapeRef.new(shape: TargetType, location_name: "Type"))
|
|
1419
|
+
DBProxyTarget.add_member(:target_health, Shapes::ShapeRef.new(shape: TargetHealth, location_name: "TargetHealth"))
|
|
1416
1420
|
DBProxyTarget.struct_class = Types::DBProxyTarget
|
|
1417
1421
|
|
|
1418
1422
|
DBProxyTargetAlreadyRegisteredFault.struct_class = Types::DBProxyTargetAlreadyRegisteredFault
|
|
@@ -3111,6 +3115,11 @@ module Aws::RDS
|
|
|
3111
3115
|
|
|
3112
3116
|
TargetGroupList.member = Shapes::ShapeRef.new(shape: DBProxyTargetGroup)
|
|
3113
3117
|
|
|
3118
|
+
TargetHealth.add_member(:state, Shapes::ShapeRef.new(shape: TargetState, location_name: "State"))
|
|
3119
|
+
TargetHealth.add_member(:reason, Shapes::ShapeRef.new(shape: TargetHealthReason, location_name: "Reason"))
|
|
3120
|
+
TargetHealth.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
|
3121
|
+
TargetHealth.struct_class = Types::TargetHealth
|
|
3122
|
+
|
|
3114
3123
|
TargetList.member = Shapes::ShapeRef.new(shape: DBProxyTarget)
|
|
3115
3124
|
|
|
3116
3125
|
Timezone.add_member(:timezone_name, Shapes::ShapeRef.new(shape: String, location_name: "TimezoneName"))
|
|
@@ -3231,8 +3240,10 @@ module Aws::RDS
|
|
|
3231
3240
|
o.input = Shapes::ShapeRef.new(shape: AddTagsToResourceMessage)
|
|
3232
3241
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
3233
3242
|
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
|
3234
|
-
o.errors << Shapes::ShapeRef.new(shape: DBSnapshotNotFoundFault)
|
|
3235
3243
|
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
|
3244
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSnapshotNotFoundFault)
|
|
3245
|
+
o.errors << Shapes::ShapeRef.new(shape: DBProxyNotFoundFault)
|
|
3246
|
+
o.errors << Shapes::ShapeRef.new(shape: DBProxyTargetGroupNotFoundFault)
|
|
3236
3247
|
end)
|
|
3237
3248
|
|
|
3238
3249
|
api.add_operation(:apply_pending_maintenance_action, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -4286,6 +4297,8 @@ module Aws::RDS
|
|
|
4286
4297
|
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
|
4287
4298
|
o.errors << Shapes::ShapeRef.new(shape: DBSnapshotNotFoundFault)
|
|
4288
4299
|
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
|
4300
|
+
o.errors << Shapes::ShapeRef.new(shape: DBProxyNotFoundFault)
|
|
4301
|
+
o.errors << Shapes::ShapeRef.new(shape: DBProxyTargetGroupNotFoundFault)
|
|
4289
4302
|
end)
|
|
4290
4303
|
|
|
4291
4304
|
api.add_operation(:modify_certificates, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -4595,6 +4608,8 @@ module Aws::RDS
|
|
|
4595
4608
|
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
|
4596
4609
|
o.errors << Shapes::ShapeRef.new(shape: DBSnapshotNotFoundFault)
|
|
4597
4610
|
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
|
4611
|
+
o.errors << Shapes::ShapeRef.new(shape: DBProxyNotFoundFault)
|
|
4612
|
+
o.errors << Shapes::ShapeRef.new(shape: DBProxyTargetGroupNotFoundFault)
|
|
4598
4613
|
end)
|
|
4599
4614
|
|
|
4600
4615
|
api.add_operation(:reset_db_cluster_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
data/lib/aws-sdk-rds/types.rb
CHANGED
|
@@ -790,6 +790,8 @@ module Aws::RDS
|
|
|
790
790
|
# the separator. You can also include multiple variables in a single
|
|
791
791
|
# `SET` statement, such as `SET x=1, y=2`.
|
|
792
792
|
#
|
|
793
|
+
# `InitQuery` is not currently supported for PostgreSQL.
|
|
794
|
+
#
|
|
793
795
|
# Default: no initialization query
|
|
794
796
|
# @return [String]
|
|
795
797
|
#
|
|
@@ -853,6 +855,8 @@ module Aws::RDS
|
|
|
853
855
|
# multiple statements, use semicolons as the separator. You can also
|
|
854
856
|
# include multiple variables in a single `SET` statement, such as `SET
|
|
855
857
|
# x=1, y=2`.
|
|
858
|
+
#
|
|
859
|
+
# `InitQuery` is not currently supported for PostgreSQL.
|
|
856
860
|
# @return [String]
|
|
857
861
|
#
|
|
858
862
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ConnectionPoolConfigurationInfo AWS API Documentation
|
|
@@ -3961,7 +3965,7 @@ module Aws::RDS
|
|
|
3961
3965
|
#
|
|
3962
3966
|
# {
|
|
3963
3967
|
# db_proxy_name: "String", # required
|
|
3964
|
-
# engine_family: "MYSQL", # required, accepts MYSQL
|
|
3968
|
+
# engine_family: "MYSQL", # required, accepts MYSQL, POSTGRESQL
|
|
3965
3969
|
# auth: [ # required
|
|
3966
3970
|
# {
|
|
3967
3971
|
# description: "String",
|
|
@@ -3996,9 +4000,8 @@ module Aws::RDS
|
|
|
3996
4000
|
# @!attribute [rw] engine_family
|
|
3997
4001
|
# The kinds of databases that the proxy can connect to. This value
|
|
3998
4002
|
# determines which database network protocol the proxy recognizes when
|
|
3999
|
-
# it interprets network traffic to and from the database.
|
|
4000
|
-
#
|
|
4001
|
-
# MySQL and Aurora MySQL.
|
|
4003
|
+
# it interprets network traffic to and from the database. The engine
|
|
4004
|
+
# family applies to MySQL and PostgreSQL for both RDS and Aurora.
|
|
4002
4005
|
# @return [String]
|
|
4003
4006
|
#
|
|
4004
4007
|
# @!attribute [rw] auth
|
|
@@ -6716,8 +6719,8 @@ module Aws::RDS
|
|
|
6716
6719
|
# @return [String]
|
|
6717
6720
|
#
|
|
6718
6721
|
# @!attribute [rw] engine_family
|
|
6719
|
-
#
|
|
6720
|
-
#
|
|
6722
|
+
# The engine family applies to MySQL and PostgreSQL for both RDS and
|
|
6723
|
+
# Aurora.
|
|
6721
6724
|
# @return [String]
|
|
6722
6725
|
#
|
|
6723
6726
|
# @!attribute [rw] vpc_security_group_ids
|
|
@@ -6863,6 +6866,10 @@ module Aws::RDS
|
|
|
6863
6866
|
# Aurora DB cluster, that the target represents.
|
|
6864
6867
|
# @return [String]
|
|
6865
6868
|
#
|
|
6869
|
+
# @!attribute [rw] target_health
|
|
6870
|
+
# Information about the connection health of the RDS Proxy target.
|
|
6871
|
+
# @return [Types::TargetHealth]
|
|
6872
|
+
#
|
|
6866
6873
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyTarget AWS API Documentation
|
|
6867
6874
|
#
|
|
6868
6875
|
class DBProxyTarget < Struct.new(
|
|
@@ -6871,7 +6878,8 @@ module Aws::RDS
|
|
|
6871
6878
|
:tracked_cluster_id,
|
|
6872
6879
|
:rds_resource_id,
|
|
6873
6880
|
:port,
|
|
6874
|
-
:type
|
|
6881
|
+
:type,
|
|
6882
|
+
:target_health)
|
|
6875
6883
|
include Aws::Structure
|
|
6876
6884
|
end
|
|
6877
6885
|
|
|
@@ -11315,17 +11323,19 @@ module Aws::RDS
|
|
|
11315
11323
|
# @!attribute [rw] export_only
|
|
11316
11324
|
# The data exported from the snapshot. Valid values are the following:
|
|
11317
11325
|
#
|
|
11318
|
-
# * `database` - Export all the data
|
|
11326
|
+
# * `database` - Export all the data from a specified database.
|
|
11319
11327
|
#
|
|
11320
|
-
# * `database.table
|
|
11328
|
+
# * `database.table` *table-name* - Export a table of the snapshot.
|
|
11329
|
+
# This format is valid only for RDS for MySQL, RDS for MariaDB, and
|
|
11330
|
+
# Aurora MySQL.
|
|
11321
11331
|
#
|
|
11322
|
-
# * `database.schema
|
|
11323
|
-
# snapshot. This
|
|
11324
|
-
#
|
|
11332
|
+
# * `database.schema` *schema-name* - Export a database schema of the
|
|
11333
|
+
# snapshot. This format is valid only for RDS for PostgreSQL and
|
|
11334
|
+
# Aurora PostgreSQL.
|
|
11325
11335
|
#
|
|
11326
|
-
# * `database.schema.table
|
|
11327
|
-
# database schema. This
|
|
11328
|
-
#
|
|
11336
|
+
# * `database.schema.table` *table-name* - Export a table of the
|
|
11337
|
+
# database schema. This format is valid only for RDS for PostgreSQL
|
|
11338
|
+
# and Aurora PostgreSQL.
|
|
11329
11339
|
# @return [Array<String>]
|
|
11330
11340
|
#
|
|
11331
11341
|
# @!attribute [rw] snapshot_time
|
|
@@ -18877,17 +18887,19 @@ module Aws::RDS
|
|
|
18877
18887
|
# provided, all the snapshot data is exported. Valid values are the
|
|
18878
18888
|
# following:
|
|
18879
18889
|
#
|
|
18880
|
-
# * `database` - Export all the data
|
|
18890
|
+
# * `database` - Export all the data from a specified database.
|
|
18881
18891
|
#
|
|
18882
|
-
# * `database.table
|
|
18892
|
+
# * `database.table` *table-name* - Export a table of the snapshot.
|
|
18893
|
+
# This format is valid only for RDS for MySQL, RDS for MariaDB, and
|
|
18894
|
+
# Aurora MySQL.
|
|
18883
18895
|
#
|
|
18884
|
-
# * `database.schema
|
|
18885
|
-
# snapshot. This
|
|
18886
|
-
#
|
|
18896
|
+
# * `database.schema` *schema-name* - Export a database schema of the
|
|
18897
|
+
# snapshot. This format is valid only for RDS for PostgreSQL and
|
|
18898
|
+
# Aurora PostgreSQL.
|
|
18887
18899
|
#
|
|
18888
|
-
# * `database.schema.table
|
|
18889
|
-
# database schema. This
|
|
18890
|
-
#
|
|
18900
|
+
# * `database.schema.table` *table-name* - Export a table of the
|
|
18901
|
+
# database schema. This format is valid only for RDS for PostgreSQL
|
|
18902
|
+
# and Aurora PostgreSQL.
|
|
18891
18903
|
# @return [Array<String>]
|
|
18892
18904
|
#
|
|
18893
18905
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartExportTaskMessage AWS API Documentation
|
|
@@ -19139,6 +19151,40 @@ module Aws::RDS
|
|
|
19139
19151
|
include Aws::Structure
|
|
19140
19152
|
end
|
|
19141
19153
|
|
|
19154
|
+
# <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
|
|
19155
|
+
# preview release. It is subject to change.
|
|
19156
|
+
#
|
|
19157
|
+
# </note>
|
|
19158
|
+
#
|
|
19159
|
+
# Information about the connection health of an RDS Proxy target.
|
|
19160
|
+
#
|
|
19161
|
+
# @!attribute [rw] state
|
|
19162
|
+
# The current state of the connection health lifecycle for the RDS
|
|
19163
|
+
# Proxy target. The following is a typical lifecycle example for the
|
|
19164
|
+
# states of an RDS Proxy target:
|
|
19165
|
+
#
|
|
19166
|
+
# `registering` > `unavailable` > `available` > `unavailable`
|
|
19167
|
+
# > `available`
|
|
19168
|
+
# @return [String]
|
|
19169
|
+
#
|
|
19170
|
+
# @!attribute [rw] reason
|
|
19171
|
+
# The reason for the current health `State` of the RDS Proxy target.
|
|
19172
|
+
# @return [String]
|
|
19173
|
+
#
|
|
19174
|
+
# @!attribute [rw] description
|
|
19175
|
+
# A description of the health of the RDS Proxy target. If the `State`
|
|
19176
|
+
# is `AVAILABLE`, a description is not included.
|
|
19177
|
+
# @return [String]
|
|
19178
|
+
#
|
|
19179
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/TargetHealth AWS API Documentation
|
|
19180
|
+
#
|
|
19181
|
+
class TargetHealth < Struct.new(
|
|
19182
|
+
:state,
|
|
19183
|
+
:reason,
|
|
19184
|
+
:description)
|
|
19185
|
+
include Aws::Structure
|
|
19186
|
+
end
|
|
19187
|
+
|
|
19142
19188
|
# A time zone associated with a `DBInstance` or a `DBSnapshot`. This
|
|
19143
19189
|
# data type is an element in the response to the `DescribeDBInstances`,
|
|
19144
19190
|
# the `DescribeDBSnapshots`, and the `DescribeDBEngineVersions` actions.
|
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.82.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: 2020-04-
|
|
11
|
+
date: 2020-04-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|