aws-sdk-rds 1.27.0 → 1.28.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 +59 -37
- data/lib/aws-sdk-rds/client_api.rb +4 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 883bf31a9ee22586ae4eb8d0ff303c454851cf73
|
4
|
+
data.tar.gz: 1511b0b8e5ba9e0e72e2918b058a69378d5cb1e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba16b3ad7413012926cf394d20c950753fb8f1b79d436c51d078c677e81215f30a12e7341f82d0caec681cb05150c04a136b04db9cd96c91b77b7d23b910d3ac
|
7
|
+
data.tar.gz: cd822cdf4f061bd011d7e7986277786ef762440b16d4d6c9c28d53124f87b49d7aaea66694e1c8981022398e2c5d3d0de9cce6c21a6fa1cac16a60524f0cc404
|
data/lib/aws-sdk-rds.rb
CHANGED
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -19,6 +19,8 @@ require 'aws-sdk-core/plugins/response_paging.rb'
|
|
19
19
|
require 'aws-sdk-core/plugins/stub_responses.rb'
|
20
20
|
require 'aws-sdk-core/plugins/idempotency_token.rb'
|
21
21
|
require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
22
|
+
require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
23
|
+
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
22
24
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
23
25
|
require 'aws-sdk-core/plugins/protocols/query.rb'
|
24
26
|
require 'aws-sdk-rds/plugins/cross_region_copying.rb'
|
@@ -48,6 +50,8 @@ module Aws::RDS
|
|
48
50
|
add_plugin(Aws::Plugins::StubResponses)
|
49
51
|
add_plugin(Aws::Plugins::IdempotencyToken)
|
50
52
|
add_plugin(Aws::Plugins::JsonvalueConverter)
|
53
|
+
add_plugin(Aws::Plugins::ClientMetricsPlugin)
|
54
|
+
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
51
55
|
add_plugin(Aws::Plugins::SignatureV4)
|
52
56
|
add_plugin(Aws::Plugins::Protocols::Query)
|
53
57
|
add_plugin(Aws::RDS::Plugins::CrossRegionCopying)
|
@@ -94,6 +98,22 @@ module Aws::RDS
|
|
94
98
|
#
|
95
99
|
# @option options [String] :access_key_id
|
96
100
|
#
|
101
|
+
# @option options [] :client_side_monitoring (false)
|
102
|
+
# When `true`, client-side metrics will be collected for all API requests from
|
103
|
+
# this client.
|
104
|
+
#
|
105
|
+
# @option options [] :client_side_monitoring_client_id ("")
|
106
|
+
# Allows you to provide an identifier for this client which will be attached to
|
107
|
+
# all generated client side metrics. Defaults to an empty string.
|
108
|
+
#
|
109
|
+
# @option options [] :client_side_monitoring_port (31000)
|
110
|
+
# Required for publishing client metrics. The port that the client side monitoring
|
111
|
+
# agent is running on, where client metrics will be published via UDP.
|
112
|
+
#
|
113
|
+
# @option options [] :client_side_monitoring_publisher (#<Aws::ClientSideMonitoring::Publisher:0x00007f20e3c7b9f0 @agent_port=nil, @mutex=#<Thread::Mutex:0x00007f20e3c7b9a0>>)
|
114
|
+
# Allows you to provide a custom client-side monitoring publisher class. By default,
|
115
|
+
# will use the Client Side Monitoring Agent Publisher.
|
116
|
+
#
|
97
117
|
# @option options [Boolean] :convert_params (true)
|
98
118
|
# When `true`, an attempt is made to coerce request parameters into
|
99
119
|
# the required types.
|
@@ -774,8 +794,8 @@ module Aws::RDS
|
|
774
794
|
# one AWS Region to another, see [ Copying a Snapshot][3] in the *Amazon
|
775
795
|
# Aurora User Guide.*
|
776
796
|
#
|
777
|
-
# For more information on Amazon Aurora, see
|
778
|
-
#
|
797
|
+
# For more information on Amazon Aurora, see [ What Is Amazon
|
798
|
+
# Aurora?][4] in the *Amazon Aurora User Guide.*
|
779
799
|
#
|
780
800
|
#
|
781
801
|
#
|
@@ -1441,8 +1461,8 @@ module Aws::RDS
|
|
1441
1461
|
# identified by `ReplicationSourceIdentifier` is encrypted, you must
|
1442
1462
|
# also specify the `PreSignedUrl` parameter.
|
1443
1463
|
#
|
1444
|
-
# For more information on Amazon Aurora, see
|
1445
|
-
#
|
1464
|
+
# For more information on Amazon Aurora, see [ What Is Amazon
|
1465
|
+
# Aurora?][1] in the *Amazon Aurora User Guide.*
|
1446
1466
|
#
|
1447
1467
|
#
|
1448
1468
|
#
|
@@ -1904,8 +1924,8 @@ module Aws::RDS
|
|
1904
1924
|
# RDS console][1] or the DescribeDBClusterParameters command to verify
|
1905
1925
|
# that your DB cluster parameter group has been created or modified.
|
1906
1926
|
#
|
1907
|
-
# For more information on Amazon Aurora, see
|
1908
|
-
#
|
1927
|
+
# For more information on Amazon Aurora, see [ What Is Amazon
|
1928
|
+
# Aurora?][2] in the *Amazon Aurora User Guide.*
|
1909
1929
|
#
|
1910
1930
|
#
|
1911
1931
|
#
|
@@ -2003,7 +2023,8 @@ module Aws::RDS
|
|
2003
2023
|
end
|
2004
2024
|
|
2005
2025
|
# Creates a snapshot of a DB cluster. For more information on Amazon
|
2006
|
-
# Aurora, see
|
2026
|
+
# Aurora, see [ What Is Amazon Aurora?][1] in the *Amazon Aurora User
|
2027
|
+
# Guide.*
|
2007
2028
|
#
|
2008
2029
|
#
|
2009
2030
|
#
|
@@ -4282,8 +4303,8 @@ module Aws::RDS
|
|
4282
4303
|
#
|
4283
4304
|
#
|
4284
4305
|
#
|
4285
|
-
# For more information on Amazon Aurora, see
|
4286
|
-
#
|
4306
|
+
# For more information on Amazon Aurora, see [ What Is Amazon
|
4307
|
+
# Aurora?][1] in the *Amazon Aurora User Guide.*
|
4287
4308
|
#
|
4288
4309
|
#
|
4289
4310
|
#
|
@@ -4432,8 +4453,8 @@ module Aws::RDS
|
|
4432
4453
|
# parameter group to be deleted can't be associated with any DB
|
4433
4454
|
# clusters.
|
4434
4455
|
#
|
4435
|
-
# For more information on Amazon Aurora, see
|
4436
|
-
#
|
4456
|
+
# For more information on Amazon Aurora, see [ What Is Amazon
|
4457
|
+
# Aurora?][1] in the *Amazon Aurora User Guide.*
|
4437
4458
|
#
|
4438
4459
|
#
|
4439
4460
|
#
|
@@ -4484,8 +4505,8 @@ module Aws::RDS
|
|
4484
4505
|
#
|
4485
4506
|
# </note>
|
4486
4507
|
#
|
4487
|
-
# For more information on Amazon Aurora, see
|
4488
|
-
#
|
4508
|
+
# For more information on Amazon Aurora, see [ What Is Amazon
|
4509
|
+
# Aurora?][1] in the *Amazon Aurora User Guide.*
|
4489
4510
|
#
|
4490
4511
|
#
|
4491
4512
|
#
|
@@ -5212,8 +5233,8 @@ module Aws::RDS
|
|
5212
5233
|
|
5213
5234
|
# Returns information about backtracks for a DB cluster.
|
5214
5235
|
#
|
5215
|
-
# For more information on Amazon Aurora, see
|
5216
|
-
#
|
5236
|
+
# For more information on Amazon Aurora, see [ What Is Amazon
|
5237
|
+
# Aurora?][1] in the *Amazon Aurora User Guide.*
|
5217
5238
|
#
|
5218
5239
|
#
|
5219
5240
|
#
|
@@ -5335,8 +5356,8 @@ module Aws::RDS
|
|
5335
5356
|
# contain only the description of the specified DB cluster parameter
|
5336
5357
|
# group.
|
5337
5358
|
#
|
5338
|
-
# For more information on Amazon Aurora, see
|
5339
|
-
#
|
5359
|
+
# For more information on Amazon Aurora, see [ What Is Amazon
|
5360
|
+
# Aurora?][1] in the *Amazon Aurora User Guide.*
|
5340
5361
|
#
|
5341
5362
|
#
|
5342
5363
|
#
|
@@ -5425,8 +5446,8 @@ module Aws::RDS
|
|
5425
5446
|
# Returns the detailed parameter list for a particular DB cluster
|
5426
5447
|
# parameter group.
|
5427
5448
|
#
|
5428
|
-
# For more information on Amazon Aurora, see
|
5429
|
-
#
|
5449
|
+
# For more information on Amazon Aurora, see [ What Is Amazon
|
5450
|
+
# Aurora?][1] in the *Amazon Aurora User Guide.*
|
5430
5451
|
#
|
5431
5452
|
#
|
5432
5453
|
#
|
@@ -5589,8 +5610,8 @@ module Aws::RDS
|
|
5589
5610
|
# Returns information about DB cluster snapshots. This API action
|
5590
5611
|
# supports pagination.
|
5591
5612
|
#
|
5592
|
-
# For more information on Amazon Aurora, see
|
5593
|
-
#
|
5613
|
+
# For more information on Amazon Aurora, see [ What Is Amazon
|
5614
|
+
# Aurora?][1] in the *Amazon Aurora User Guide.*
|
5594
5615
|
#
|
5595
5616
|
#
|
5596
5617
|
#
|
@@ -5760,8 +5781,8 @@ module Aws::RDS
|
|
5760
5781
|
# Returns information about provisioned Aurora DB clusters. This API
|
5761
5782
|
# supports pagination.
|
5762
5783
|
#
|
5763
|
-
# For more information on Amazon Aurora, see
|
5764
|
-
#
|
5784
|
+
# For more information on Amazon Aurora, see [ What Is Amazon
|
5785
|
+
# Aurora?][1] in the *Amazon Aurora User Guide.*
|
5765
5786
|
#
|
5766
5787
|
#
|
5767
5788
|
#
|
@@ -6916,8 +6937,8 @@ module Aws::RDS
|
|
6916
6937
|
# Returns the default engine and system parameter information for the
|
6917
6938
|
# cluster database engine.
|
6918
6939
|
#
|
6919
|
-
# For more information on Amazon Aurora, see
|
6920
|
-
#
|
6940
|
+
# For more information on Amazon Aurora, see [ What Is Amazon
|
6941
|
+
# Aurora?][1] in the *Amazon Aurora User Guide.*
|
6921
6942
|
#
|
6922
6943
|
#
|
6923
6944
|
#
|
@@ -8351,8 +8372,8 @@ module Aws::RDS
|
|
8351
8372
|
# you will need to clean up and re-establish any existing connections
|
8352
8373
|
# that use those endpoint addresses when the failover is complete.
|
8353
8374
|
#
|
8354
|
-
# For more information on Amazon Aurora, see
|
8355
|
-
#
|
8375
|
+
# For more information on Amazon Aurora, see [ What Is Amazon
|
8376
|
+
# Aurora?][1] in the *Amazon Aurora User Guide.*
|
8356
8377
|
#
|
8357
8378
|
#
|
8358
8379
|
#
|
@@ -8640,7 +8661,8 @@ module Aws::RDS
|
|
8640
8661
|
# Modify a setting for an Amazon Aurora DB cluster. You can change one
|
8641
8662
|
# or more database configuration parameters by specifying these
|
8642
8663
|
# parameters and the new values in the request. For more information on
|
8643
|
-
# Amazon Aurora, see
|
8664
|
+
# Amazon Aurora, see [ What Is Amazon Aurora?][1] in the *Amazon Aurora
|
8665
|
+
# User Guide.*
|
8644
8666
|
#
|
8645
8667
|
#
|
8646
8668
|
#
|
@@ -8941,8 +8963,8 @@ module Aws::RDS
|
|
8941
8963
|
# `ParameterName`, `ParameterValue`, and `ApplyMethod`. A maximum of 20
|
8942
8964
|
# parameters can be modified in a single request.
|
8943
8965
|
#
|
8944
|
-
# For more information on Amazon Aurora, see
|
8945
|
-
#
|
8966
|
+
# For more information on Amazon Aurora, see [ What Is Amazon
|
8967
|
+
# Aurora?][1] in the *Amazon Aurora User Guide.*
|
8946
8968
|
#
|
8947
8969
|
# <note markdown="1"> Changes to dynamic parameters are applied immediately. Changes to
|
8948
8970
|
# static parameters require a reboot without failover to the DB cluster
|
@@ -11215,8 +11237,8 @@ module Aws::RDS
|
|
11215
11237
|
# You must call RebootDBInstance for every DB instance in your DB
|
11216
11238
|
# cluster that you want the updated static parameter to apply to.
|
11217
11239
|
#
|
11218
|
-
# For more information on Amazon Aurora, see
|
11219
|
-
#
|
11240
|
+
# For more information on Amazon Aurora, see [ What Is Amazon
|
11241
|
+
# Aurora?][1] in the *Amazon Aurora User Guide.*
|
11220
11242
|
#
|
11221
11243
|
#
|
11222
11244
|
#
|
@@ -11761,8 +11783,8 @@ module Aws::RDS
|
|
11761
11783
|
# configuration as the original source DB cluster, except that the new
|
11762
11784
|
# DB cluster is created with the default security group.
|
11763
11785
|
#
|
11764
|
-
# For more information on Amazon Aurora, see
|
11765
|
-
#
|
11786
|
+
# For more information on Amazon Aurora, see [ What Is Amazon
|
11787
|
+
# Aurora?][1] in the *Amazon Aurora User Guide.*
|
11766
11788
|
#
|
11767
11789
|
#
|
11768
11790
|
#
|
@@ -12034,8 +12056,8 @@ module Aws::RDS
|
|
12034
12056
|
#
|
12035
12057
|
# </note>
|
12036
12058
|
#
|
12037
|
-
# For more information on Amazon Aurora, see
|
12038
|
-
#
|
12059
|
+
# For more information on Amazon Aurora, see [ What Is Amazon
|
12060
|
+
# Aurora?][1] in the *Amazon Aurora User Guide.*
|
12039
12061
|
#
|
12040
12062
|
#
|
12041
12063
|
#
|
@@ -14221,7 +14243,7 @@ module Aws::RDS
|
|
14221
14243
|
params: params,
|
14222
14244
|
config: config)
|
14223
14245
|
context[:gem_name] = 'aws-sdk-rds'
|
14224
|
-
context[:gem_version] = '1.
|
14246
|
+
context[:gem_version] = '1.28.0'
|
14225
14247
|
Seahorse::Client::Request.new(handlers, context)
|
14226
14248
|
end
|
14227
14249
|
|
@@ -2229,10 +2229,14 @@ module Aws::RDS
|
|
2229
2229
|
api.version = "2014-10-31"
|
2230
2230
|
|
2231
2231
|
api.metadata = {
|
2232
|
+
"apiVersion" => "2014-10-31",
|
2232
2233
|
"endpointPrefix" => "rds",
|
2233
2234
|
"protocol" => "query",
|
2235
|
+
"serviceAbbreviation" => "Amazon RDS",
|
2234
2236
|
"serviceFullName" => "Amazon Relational Database Service",
|
2237
|
+
"serviceId" => "RDS",
|
2235
2238
|
"signatureVersion" => "v4",
|
2239
|
+
"uid" => "rds-2014-10-31",
|
2236
2240
|
"xmlNamespace" => "http://rds.amazonaws.com/doc/2014-10-31/",
|
2237
2241
|
}
|
2238
2242
|
|
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.28.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: 2018-09-
|
11
|
+
date: 2018-09-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|