aws-sdk-rdsdataservice 1.35.0 → 1.36.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-rdsdataservice/client.rb +43 -6
- data/lib/aws-sdk-rdsdataservice/types.rb +31 -4
- data/lib/aws-sdk-rdsdataservice.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: cc45e558fdf476f8475f040029b314ebe35fea74d1cab955424fc8b0825de35f
|
4
|
+
data.tar.gz: 198a0e5a7b03700f6e6062805a38442d783e7ce981f2a989036eb7d2f9780c7b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 614b9163eb9a5eebd4ff81f9dfbb4ad82635613b6858342a145a354ba9377ca0cee4450648b5f68b5e9488a277bf4d0a3ceedcc03dc107d1ba32e053ab471154
|
7
|
+
data.tar.gz: 14f58b20497797c0571c82e17c891610cccac4cd0b644f823adabcab9d789a0c4157ca54f3a843f330336467e41b9d48e9e1fa8c937c098e09b79a3820b047bc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.36.0
|
@@ -362,6 +362,18 @@ module Aws::RDSDataService
|
|
362
362
|
# `transactionID` parameter, changes that result from the call are
|
363
363
|
# committed automatically.
|
364
364
|
#
|
365
|
+
# There isn't a fixed upper limit on the number of parameter sets.
|
366
|
+
# However, the maximum size of the HTTP request submitted through the
|
367
|
+
# Data API is 4 MiB. If the request exceeds this limit, the Data API
|
368
|
+
# returns an error and doesn't process the request. This 4-MiB limit
|
369
|
+
# includes the size of the HTTP headers and the JSON notation in the
|
370
|
+
# request. Thus, the number of parameter sets that you can include
|
371
|
+
# depends on a combination of factors, such as the size of the SQL
|
372
|
+
# statement and the size of each parameter set.
|
373
|
+
#
|
374
|
+
# The response size limit is 1 MiB. If the call returns more than 1 MiB
|
375
|
+
# of response data, the call is terminated.
|
376
|
+
#
|
365
377
|
# @option params [String] :database
|
366
378
|
# The name of the database.
|
367
379
|
#
|
@@ -388,10 +400,19 @@ module Aws::RDSDataService
|
|
388
400
|
# The name of the database schema.
|
389
401
|
#
|
390
402
|
# @option params [required, String] :secret_arn
|
391
|
-
# The
|
403
|
+
# The ARN of the secret that enables access to the DB cluster. Enter the
|
404
|
+
# database user name and password for the credentials in the secret.
|
405
|
+
#
|
406
|
+
# For information about creating the secret, see [Create a database
|
407
|
+
# secret][1].
|
408
|
+
#
|
409
|
+
#
|
410
|
+
#
|
411
|
+
# [1]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/create_database_secret.html
|
392
412
|
#
|
393
413
|
# @option params [required, String] :sql
|
394
|
-
# The SQL statement to run.
|
414
|
+
# The SQL statement to run. Don't include a semicolon (;) at the end of
|
415
|
+
# the SQL statement.
|
395
416
|
#
|
396
417
|
# @option params [String] :transaction_id
|
397
418
|
# The identifier of a transaction that was started by using the
|
@@ -559,7 +580,15 @@ module Aws::RDSDataService
|
|
559
580
|
#
|
560
581
|
# @option params [required, String] :aws_secret_store_arn
|
561
582
|
# The Amazon Resource Name (ARN) of the secret that enables access to
|
562
|
-
# the DB cluster.
|
583
|
+
# the DB cluster. Enter the database user name and password for the
|
584
|
+
# credentials in the secret.
|
585
|
+
#
|
586
|
+
# For information about creating the secret, see [Create a database
|
587
|
+
# secret][1].
|
588
|
+
#
|
589
|
+
#
|
590
|
+
#
|
591
|
+
# [1]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/create_database_secret.html
|
563
592
|
#
|
564
593
|
# @option params [String] :database
|
565
594
|
# The name of the database.
|
@@ -641,7 +670,7 @@ module Aws::RDSDataService
|
|
641
670
|
# `transactionID` parameter, changes that result from the call are
|
642
671
|
# committed automatically.
|
643
672
|
#
|
644
|
-
#
|
673
|
+
# If the binary response data from the database is more than 1 MB, the
|
645
674
|
# call is terminated.
|
646
675
|
#
|
647
676
|
# @option params [Boolean] :continue_after_timeout
|
@@ -695,7 +724,15 @@ module Aws::RDSDataService
|
|
695
724
|
# </note>
|
696
725
|
#
|
697
726
|
# @option params [required, String] :secret_arn
|
698
|
-
# The
|
727
|
+
# The ARN of the secret that enables access to the DB cluster. Enter the
|
728
|
+
# database user name and password for the credentials in the secret.
|
729
|
+
#
|
730
|
+
# For information about creating the secret, see [Create a database
|
731
|
+
# secret][1].
|
732
|
+
#
|
733
|
+
#
|
734
|
+
#
|
735
|
+
# [1]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/create_database_secret.html
|
699
736
|
#
|
700
737
|
# @option params [required, String] :sql
|
701
738
|
# The SQL statement to run.
|
@@ -873,7 +910,7 @@ module Aws::RDSDataService
|
|
873
910
|
params: params,
|
874
911
|
config: config)
|
875
912
|
context[:gem_name] = 'aws-sdk-rdsdataservice'
|
876
|
-
context[:gem_version] = '1.
|
913
|
+
context[:gem_version] = '1.36.0'
|
877
914
|
Seahorse::Client::Request.new(handlers, context)
|
878
915
|
end
|
879
916
|
|
@@ -156,11 +156,21 @@ module Aws::RDSDataService
|
|
156
156
|
# @return [String]
|
157
157
|
#
|
158
158
|
# @!attribute [rw] secret_arn
|
159
|
-
# The
|
159
|
+
# The ARN of the secret that enables access to the DB cluster. Enter
|
160
|
+
# the database user name and password for the credentials in the
|
161
|
+
# secret.
|
162
|
+
#
|
163
|
+
# For information about creating the secret, see [Create a database
|
164
|
+
# secret][1].
|
165
|
+
#
|
166
|
+
#
|
167
|
+
#
|
168
|
+
# [1]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/create_database_secret.html
|
160
169
|
# @return [String]
|
161
170
|
#
|
162
171
|
# @!attribute [rw] sql
|
163
|
-
# The SQL statement to run.
|
172
|
+
# The SQL statement to run. Don't include a semicolon (;) at the end
|
173
|
+
# of the SQL statement.
|
164
174
|
# @return [String]
|
165
175
|
#
|
166
176
|
# @!attribute [rw] transaction_id
|
@@ -400,7 +410,15 @@ module Aws::RDSDataService
|
|
400
410
|
#
|
401
411
|
# @!attribute [rw] aws_secret_store_arn
|
402
412
|
# The Amazon Resource Name (ARN) of the secret that enables access to
|
403
|
-
# the DB cluster.
|
413
|
+
# the DB cluster. Enter the database user name and password for the
|
414
|
+
# credentials in the secret.
|
415
|
+
#
|
416
|
+
# For information about creating the secret, see [Create a database
|
417
|
+
# secret][1].
|
418
|
+
#
|
419
|
+
#
|
420
|
+
#
|
421
|
+
# [1]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/create_database_secret.html
|
404
422
|
# @return [String]
|
405
423
|
#
|
406
424
|
# @!attribute [rw] database
|
@@ -556,7 +574,16 @@ module Aws::RDSDataService
|
|
556
574
|
# @return [String]
|
557
575
|
#
|
558
576
|
# @!attribute [rw] secret_arn
|
559
|
-
# The
|
577
|
+
# The ARN of the secret that enables access to the DB cluster. Enter
|
578
|
+
# the database user name and password for the credentials in the
|
579
|
+
# secret.
|
580
|
+
#
|
581
|
+
# For information about creating the secret, see [Create a database
|
582
|
+
# secret][1].
|
583
|
+
#
|
584
|
+
#
|
585
|
+
#
|
586
|
+
# [1]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/create_database_secret.html
|
560
587
|
# @return [String]
|
561
588
|
#
|
562
589
|
# @!attribute [rw] sql
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-rdsdataservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.36.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: 2022-
|
11
|
+
date: 2022-06-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|