aws-sdk-rds 1.89.0 → 1.90.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 +1 -46
- data/lib/aws-sdk-rds/types.rb +0 -44
- 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: 5c6e145844b4aa0951f079d367ae3d6dba5e7827b5b2192ad287a0a5a7414c24
|
|
4
|
+
data.tar.gz: 51945fe8b515fcffcb14f3dc8a6f85c9718e0a3fc8eafcc4b1a56506ee55e499
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1337f18ce9e8991069cbae84d6fda48f0172373ef1384acc445481a20f51daf4554c6c89db55d7044b3b1339f776ac34036dcef5000a2b5493b9248e88f760cc
|
|
7
|
+
data.tar.gz: ec7454d2a15f7b5294282aed12b6e50857e8ea3584174adde37af5011d70235ef688ed6e8aefac84cdc133d9c4ead4ffbaa7a6efd9b6bf3e206400d22f512268
|
data/lib/aws-sdk-rds.rb
CHANGED
data/lib/aws-sdk-rds/client.rb
CHANGED
|
@@ -4504,11 +4504,6 @@ module Aws::RDS
|
|
|
4504
4504
|
req.send_request(options)
|
|
4505
4505
|
end
|
|
4506
4506
|
|
|
4507
|
-
# <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
|
|
4508
|
-
# preview release. It is subject to change.
|
|
4509
|
-
#
|
|
4510
|
-
# </note>
|
|
4511
|
-
#
|
|
4512
4507
|
# Creates a new DB proxy.
|
|
4513
4508
|
#
|
|
4514
4509
|
# @option params [required, String] :db_proxy_name
|
|
@@ -6000,11 +5995,6 @@ module Aws::RDS
|
|
|
6000
5995
|
req.send_request(options)
|
|
6001
5996
|
end
|
|
6002
5997
|
|
|
6003
|
-
# <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
|
|
6004
|
-
# preview release. It is subject to change.
|
|
6005
|
-
#
|
|
6006
|
-
# </note>
|
|
6007
|
-
#
|
|
6008
5998
|
# Deletes an existing proxy.
|
|
6009
5999
|
#
|
|
6010
6000
|
# @option params [required, String] :db_proxy_name
|
|
@@ -6410,11 +6400,6 @@ module Aws::RDS
|
|
|
6410
6400
|
req.send_request(options)
|
|
6411
6401
|
end
|
|
6412
6402
|
|
|
6413
|
-
# <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
|
|
6414
|
-
# preview release. It is subject to change.
|
|
6415
|
-
#
|
|
6416
|
-
# </note>
|
|
6417
|
-
#
|
|
6418
6403
|
# Remove the association between one or more `DBProxyTarget` data
|
|
6419
6404
|
# structures and a `DBProxyTargetGroup`.
|
|
6420
6405
|
#
|
|
@@ -8299,11 +8284,6 @@ module Aws::RDS
|
|
|
8299
8284
|
req.send_request(options)
|
|
8300
8285
|
end
|
|
8301
8286
|
|
|
8302
|
-
# <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
|
|
8303
|
-
# preview release. It is subject to change.
|
|
8304
|
-
#
|
|
8305
|
-
# </note>
|
|
8306
|
-
#
|
|
8307
8287
|
# Returns information about DB proxies.
|
|
8308
8288
|
#
|
|
8309
8289
|
# @option params [String] :db_proxy_name
|
|
@@ -8383,11 +8363,6 @@ module Aws::RDS
|
|
|
8383
8363
|
req.send_request(options)
|
|
8384
8364
|
end
|
|
8385
8365
|
|
|
8386
|
-
# <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
|
|
8387
|
-
# preview release. It is subject to change.
|
|
8388
|
-
#
|
|
8389
|
-
# </note>
|
|
8390
|
-
#
|
|
8391
8366
|
# Returns information about DB proxy target groups, represented by
|
|
8392
8367
|
# `DBProxyTargetGroup` data structures.
|
|
8393
8368
|
#
|
|
@@ -8464,11 +8439,6 @@ module Aws::RDS
|
|
|
8464
8439
|
req.send_request(options)
|
|
8465
8440
|
end
|
|
8466
8441
|
|
|
8467
|
-
# <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
|
|
8468
|
-
# preview release. It is subject to change.
|
|
8469
|
-
#
|
|
8470
|
-
# </note>
|
|
8471
|
-
#
|
|
8472
8442
|
# Returns information about `DBProxyTarget` objects. This API supports
|
|
8473
8443
|
# pagination.
|
|
8474
8444
|
#
|
|
@@ -12899,11 +12869,6 @@ module Aws::RDS
|
|
|
12899
12869
|
req.send_request(options)
|
|
12900
12870
|
end
|
|
12901
12871
|
|
|
12902
|
-
# <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
|
|
12903
|
-
# preview release. It is subject to change.
|
|
12904
|
-
#
|
|
12905
|
-
# </note>
|
|
12906
|
-
#
|
|
12907
12872
|
# Changes the settings for an existing DB proxy.
|
|
12908
12873
|
#
|
|
12909
12874
|
# @option params [required, String] :db_proxy_name
|
|
@@ -13002,11 +12967,6 @@ module Aws::RDS
|
|
|
13002
12967
|
req.send_request(options)
|
|
13003
12968
|
end
|
|
13004
12969
|
|
|
13005
|
-
# <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
|
|
13006
|
-
# preview release. It is subject to change.
|
|
13007
|
-
#
|
|
13008
|
-
# </note>
|
|
13009
|
-
#
|
|
13010
12970
|
# Modifies the properties of a `DBProxyTargetGroup`.
|
|
13011
12971
|
#
|
|
13012
12972
|
# @option params [required, String] :target_group_name
|
|
@@ -14271,11 +14231,6 @@ module Aws::RDS
|
|
|
14271
14231
|
req.send_request(options)
|
|
14272
14232
|
end
|
|
14273
14233
|
|
|
14274
|
-
# <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
|
|
14275
|
-
# preview release. It is subject to change.
|
|
14276
|
-
#
|
|
14277
|
-
# </note>
|
|
14278
|
-
#
|
|
14279
14234
|
# Associate one or more `DBProxyTarget` data structures with a
|
|
14280
14235
|
# `DBProxyTargetGroup`.
|
|
14281
14236
|
#
|
|
@@ -18562,7 +18517,7 @@ module Aws::RDS
|
|
|
18562
18517
|
params: params,
|
|
18563
18518
|
config: config)
|
|
18564
18519
|
context[:gem_name] = 'aws-sdk-rds'
|
|
18565
|
-
context[:gem_version] = '1.
|
|
18520
|
+
context[:gem_version] = '1.90.0'
|
|
18566
18521
|
Seahorse::Client::Request.new(handlers, context)
|
|
18567
18522
|
end
|
|
18568
18523
|
|
data/lib/aws-sdk-rds/types.rb
CHANGED
|
@@ -738,11 +738,6 @@ module Aws::RDS
|
|
|
738
738
|
include Aws::Structure
|
|
739
739
|
end
|
|
740
740
|
|
|
741
|
-
# <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
|
|
742
|
-
# preview release. It is subject to change.
|
|
743
|
-
#
|
|
744
|
-
# </note>
|
|
745
|
-
#
|
|
746
741
|
# Specifies the settings that control the size and behavior of the
|
|
747
742
|
# connection pool associated with a `DBProxyTargetGroup`.
|
|
748
743
|
#
|
|
@@ -811,8 +806,6 @@ module Aws::RDS
|
|
|
811
806
|
# the separator. You can also include multiple variables in a single
|
|
812
807
|
# `SET` statement, such as `SET x=1, y=2`.
|
|
813
808
|
#
|
|
814
|
-
# `InitQuery` is not currently supported for PostgreSQL.
|
|
815
|
-
#
|
|
816
809
|
# Default: no initialization query
|
|
817
810
|
# @return [String]
|
|
818
811
|
#
|
|
@@ -828,11 +821,6 @@ module Aws::RDS
|
|
|
828
821
|
include Aws::Structure
|
|
829
822
|
end
|
|
830
823
|
|
|
831
|
-
# <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
|
|
832
|
-
# preview release. It is subject to change.
|
|
833
|
-
#
|
|
834
|
-
# </note>
|
|
835
|
-
#
|
|
836
824
|
# Displays the settings that control the size and behavior of the
|
|
837
825
|
# connection pool associated with a `DBProxyTarget`.
|
|
838
826
|
#
|
|
@@ -877,8 +865,6 @@ module Aws::RDS
|
|
|
877
865
|
# multiple statements, use semicolons as the separator. You can also
|
|
878
866
|
# include multiple variables in a single `SET` statement, such as `SET
|
|
879
867
|
# x=1, y=2`.
|
|
880
|
-
#
|
|
881
|
-
# `InitQuery` is not currently supported for PostgreSQL.
|
|
882
868
|
# @return [String]
|
|
883
869
|
#
|
|
884
870
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ConnectionPoolConfigurationInfo AWS API Documentation
|
|
@@ -6840,11 +6826,6 @@ module Aws::RDS
|
|
|
6840
6826
|
include Aws::Structure
|
|
6841
6827
|
end
|
|
6842
6828
|
|
|
6843
|
-
# <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
|
|
6844
|
-
# preview release. It is subject to change.
|
|
6845
|
-
#
|
|
6846
|
-
# </note>
|
|
6847
|
-
#
|
|
6848
6829
|
# The data structure representing a proxy managed by the RDS Proxy.
|
|
6849
6830
|
#
|
|
6850
6831
|
# This data type is used as a response element in the
|
|
@@ -6972,11 +6953,6 @@ module Aws::RDS
|
|
|
6972
6953
|
#
|
|
6973
6954
|
class DBProxyQuotaExceededFault < Aws::EmptyStructure; end
|
|
6974
6955
|
|
|
6975
|
-
# <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
|
|
6976
|
-
# preview release. It is subject to change.
|
|
6977
|
-
#
|
|
6978
|
-
# </note>
|
|
6979
|
-
#
|
|
6980
6956
|
# Contains the details for an RDS Proxy target. It represents an RDS DB
|
|
6981
6957
|
# instance or Aurora DB cluster that the proxy can connect to. One or
|
|
6982
6958
|
# more targets are associated with an RDS Proxy target group.
|
|
@@ -7040,11 +7016,6 @@ module Aws::RDS
|
|
|
7040
7016
|
#
|
|
7041
7017
|
class DBProxyTargetAlreadyRegisteredFault < Aws::EmptyStructure; end
|
|
7042
7018
|
|
|
7043
|
-
# <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
|
|
7044
|
-
# preview release. It is subject to change.
|
|
7045
|
-
#
|
|
7046
|
-
# </note>
|
|
7047
|
-
#
|
|
7048
7019
|
# Represents a set of RDS DB instances, Aurora DB clusters, or both that
|
|
7049
7020
|
# a proxy can connect to. Currently, each target group is associated
|
|
7050
7021
|
# with exactly one RDS DB instance or Aurora DB cluster.
|
|
@@ -19609,11 +19580,6 @@ module Aws::RDS
|
|
|
19609
19580
|
include Aws::Structure
|
|
19610
19581
|
end
|
|
19611
19582
|
|
|
19612
|
-
# <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
|
|
19613
|
-
# preview release. It is subject to change.
|
|
19614
|
-
#
|
|
19615
|
-
# </note>
|
|
19616
|
-
#
|
|
19617
19583
|
# Information about the connection health of an RDS Proxy target.
|
|
19618
19584
|
#
|
|
19619
19585
|
# @!attribute [rw] state
|
|
@@ -19698,11 +19664,6 @@ module Aws::RDS
|
|
|
19698
19664
|
include Aws::Structure
|
|
19699
19665
|
end
|
|
19700
19666
|
|
|
19701
|
-
# <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
|
|
19702
|
-
# preview release. It is subject to change.
|
|
19703
|
-
#
|
|
19704
|
-
# </note>
|
|
19705
|
-
#
|
|
19706
19667
|
# Specifies the details of authentication used by a proxy to log in as a
|
|
19707
19668
|
# specific database user.
|
|
19708
19669
|
#
|
|
@@ -19754,11 +19715,6 @@ module Aws::RDS
|
|
|
19754
19715
|
include Aws::Structure
|
|
19755
19716
|
end
|
|
19756
19717
|
|
|
19757
|
-
# <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
|
|
19758
|
-
# preview release. It is subject to change.
|
|
19759
|
-
#
|
|
19760
|
-
# </note>
|
|
19761
|
-
#
|
|
19762
19718
|
# Returns the details of authentication used by a proxy to log in as a
|
|
19763
19719
|
# specific database user.
|
|
19764
19720
|
#
|
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.90.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-06-
|
|
11
|
+
date: 2020-06-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|