aws-sdk-rdsdataservice 1.65.0 → 1.67.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rdsdataservice/client.rb +24 -1
- data/lib/aws-sdk-rdsdataservice/client_api.rb +7 -0
- data/lib/aws-sdk-rdsdataservice/errors.rb +16 -0
- data/lib/aws-sdk-rdsdataservice/types.rb +15 -0
- data/lib/aws-sdk-rdsdataservice.rb +1 -1
- data/sig/client.rbs +2 -0
- data/sig/errors.rbs +3 -0
- data/sig/resource.rbs +2 -0
- data/sig/types.rbs +5 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 520dd0e2efc92be8eedb324269aa11533d08bcf21d673cfbf0d90c3678a8a774
|
4
|
+
data.tar.gz: ae2adaf8b50211a89c4cbfbbe476aeae26d6e9c1b7187cd50601920ec6c770c0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 23887d83c103e20e959ef1706b9ec9f833d57cde28c5905946d6c8e1d875e1f82091e7b9778406940af35b2007c080bf172f746e3465a97d76152cc21eb0c0a7
|
7
|
+
data.tar.gz: 37cd69ed449dfe8b00a39ef2cc421e066f691dc8080eb93f2d3ee1da21f84cb53869efb057912e87ad3ccebe9bb1f17424056b469a7a6a0132a7f0d31e0deece
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.67.0 (2025-01-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.66.0 (2024-11-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Add support for the automatic pause/resume feature of Aurora Serverless v2.
|
13
|
+
|
4
14
|
1.65.0 (2024-10-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.67.0
|
@@ -257,11 +257,34 @@ module Aws::RDSDataService
|
|
257
257
|
# Used when loading credentials from the shared credentials file
|
258
258
|
# at HOME/.aws/credentials. When not specified, 'default' is used.
|
259
259
|
#
|
260
|
+
# @option options [String] :request_checksum_calculation ("when_supported")
|
261
|
+
# Determines when a checksum will be calculated for request payloads. Values are:
|
262
|
+
#
|
263
|
+
# * `when_supported` - (default) When set, a checksum will be
|
264
|
+
# calculated for all request payloads of operations modeled with the
|
265
|
+
# `httpChecksum` trait where `requestChecksumRequired` is `true` and/or a
|
266
|
+
# `requestAlgorithmMember` is modeled.
|
267
|
+
# * `when_required` - When set, a checksum will only be calculated for
|
268
|
+
# request payloads of operations modeled with the `httpChecksum` trait where
|
269
|
+
# `requestChecksumRequired` is `true` or where a `requestAlgorithmMember`
|
270
|
+
# is modeled and supplied.
|
271
|
+
#
|
260
272
|
# @option options [Integer] :request_min_compression_size_bytes (10240)
|
261
273
|
# The minimum size in bytes that triggers compression for request
|
262
274
|
# bodies. The value must be non-negative integer value between 0
|
263
275
|
# and 10485780 bytes inclusive.
|
264
276
|
#
|
277
|
+
# @option options [String] :response_checksum_validation ("when_supported")
|
278
|
+
# Determines when checksum validation will be performed on response payloads. Values are:
|
279
|
+
#
|
280
|
+
# * `when_supported` - (default) When set, checksum validation is performed on all
|
281
|
+
# response payloads of operations modeled with the `httpChecksum` trait where
|
282
|
+
# `responseAlgorithms` is modeled, except when no modeled checksum algorithms
|
283
|
+
# are supported.
|
284
|
+
# * `when_required` - When set, checksum validation is not performed on
|
285
|
+
# response payloads of operations unless the checksum algorithm is supported and
|
286
|
+
# the `requestValidationModeMember` member is set to `ENABLED`.
|
287
|
+
#
|
265
288
|
# @option options [Proc] :retry_backoff
|
266
289
|
# A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
|
267
290
|
# This option is only used in the `legacy` retry mode.
|
@@ -1037,7 +1060,7 @@ module Aws::RDSDataService
|
|
1037
1060
|
tracer: tracer
|
1038
1061
|
)
|
1039
1062
|
context[:gem_name] = 'aws-sdk-rdsdataservice'
|
1040
|
-
context[:gem_version] = '1.
|
1063
|
+
context[:gem_version] = '1.67.0'
|
1041
1064
|
Seahorse::Client::Request.new(handlers, context)
|
1042
1065
|
end
|
1043
1066
|
|
@@ -37,6 +37,7 @@ module Aws::RDSDataService
|
|
37
37
|
CommitTransactionResponse = Shapes::StructureShape.new(name: 'CommitTransactionResponse')
|
38
38
|
DatabaseErrorException = Shapes::StructureShape.new(name: 'DatabaseErrorException')
|
39
39
|
DatabaseNotFoundException = Shapes::StructureShape.new(name: 'DatabaseNotFoundException')
|
40
|
+
DatabaseResumingException = Shapes::StructureShape.new(name: 'DatabaseResumingException')
|
40
41
|
DatabaseUnavailableException = Shapes::StructureShape.new(name: 'DatabaseUnavailableException')
|
41
42
|
DbName = Shapes::StringShape.new(name: 'DbName')
|
42
43
|
DecimalReturnType = Shapes::StringShape.new(name: 'DecimalReturnType')
|
@@ -169,6 +170,9 @@ module Aws::RDSDataService
|
|
169
170
|
DatabaseNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
170
171
|
DatabaseNotFoundException.struct_class = Types::DatabaseNotFoundException
|
171
172
|
|
173
|
+
DatabaseResumingException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
174
|
+
DatabaseResumingException.struct_class = Types::DatabaseResumingException
|
175
|
+
|
172
176
|
DatabaseUnavailableException.struct_class = Types::DatabaseUnavailableException
|
173
177
|
|
174
178
|
DoubleArray.member = Shapes::ShapeRef.new(shape: BoxedDouble)
|
@@ -362,6 +366,7 @@ module Aws::RDSDataService
|
|
362
366
|
o.errors << Shapes::ShapeRef.new(shape: SecretsErrorException)
|
363
367
|
o.errors << Shapes::ShapeRef.new(shape: HttpEndpointNotEnabledException)
|
364
368
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseErrorException)
|
369
|
+
o.errors << Shapes::ShapeRef.new(shape: DatabaseResumingException)
|
365
370
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseUnavailableException)
|
366
371
|
o.errors << Shapes::ShapeRef.new(shape: TransactionNotFoundException)
|
367
372
|
o.errors << Shapes::ShapeRef.new(shape: InvalidSecretException)
|
@@ -383,6 +388,7 @@ module Aws::RDSDataService
|
|
383
388
|
o.errors << Shapes::ShapeRef.new(shape: SecretsErrorException)
|
384
389
|
o.errors << Shapes::ShapeRef.new(shape: HttpEndpointNotEnabledException)
|
385
390
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseErrorException)
|
391
|
+
o.errors << Shapes::ShapeRef.new(shape: DatabaseResumingException)
|
386
392
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseUnavailableException)
|
387
393
|
o.errors << Shapes::ShapeRef.new(shape: TransactionNotFoundException)
|
388
394
|
o.errors << Shapes::ShapeRef.new(shape: InvalidSecretException)
|
@@ -440,6 +446,7 @@ module Aws::RDSDataService
|
|
440
446
|
o.errors << Shapes::ShapeRef.new(shape: SecretsErrorException)
|
441
447
|
o.errors << Shapes::ShapeRef.new(shape: HttpEndpointNotEnabledException)
|
442
448
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseErrorException)
|
449
|
+
o.errors << Shapes::ShapeRef.new(shape: DatabaseResumingException)
|
443
450
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseUnavailableException)
|
444
451
|
o.errors << Shapes::ShapeRef.new(shape: TransactionNotFoundException)
|
445
452
|
o.errors << Shapes::ShapeRef.new(shape: InvalidSecretException)
|
@@ -31,6 +31,7 @@ module Aws::RDSDataService
|
|
31
31
|
# * {BadRequestException}
|
32
32
|
# * {DatabaseErrorException}
|
33
33
|
# * {DatabaseNotFoundException}
|
34
|
+
# * {DatabaseResumingException}
|
34
35
|
# * {DatabaseUnavailableException}
|
35
36
|
# * {ForbiddenException}
|
36
37
|
# * {HttpEndpointNotEnabledException}
|
@@ -109,6 +110,21 @@ module Aws::RDSDataService
|
|
109
110
|
end
|
110
111
|
end
|
111
112
|
|
113
|
+
class DatabaseResumingException < ServiceError
|
114
|
+
|
115
|
+
# @param [Seahorse::Client::RequestContext] context
|
116
|
+
# @param [String] message
|
117
|
+
# @param [Aws::RDSDataService::Types::DatabaseResumingException] data
|
118
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
119
|
+
super(context, message, data)
|
120
|
+
end
|
121
|
+
|
122
|
+
# @return [String]
|
123
|
+
def message
|
124
|
+
@message || @data[:message]
|
125
|
+
end
|
126
|
+
end
|
127
|
+
|
112
128
|
class DatabaseUnavailableException < ServiceError
|
113
129
|
|
114
130
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -367,6 +367,21 @@ module Aws::RDSDataService
|
|
367
367
|
include Aws::Structure
|
368
368
|
end
|
369
369
|
|
370
|
+
# A request was canceled because the Aurora Serverless v2 DB instance
|
371
|
+
# was in a paused state. The Data API request automatically causes the
|
372
|
+
# DB instance to begin resuming. Wait a few seconds and try again.
|
373
|
+
#
|
374
|
+
# @!attribute [rw] message
|
375
|
+
# @return [String]
|
376
|
+
#
|
377
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-data-2018-08-01/DatabaseResumingException AWS API Documentation
|
378
|
+
#
|
379
|
+
class DatabaseResumingException < Struct.new(
|
380
|
+
:message)
|
381
|
+
SENSITIVE = []
|
382
|
+
include Aws::Structure
|
383
|
+
end
|
384
|
+
|
370
385
|
# The writer instance in the DB cluster isn't available.
|
371
386
|
#
|
372
387
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-data-2018-08-01/DatabaseUnavailableException AWS API Documentation
|
data/sig/client.rbs
CHANGED
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
data/sig/errors.rbs
CHANGED
@@ -23,6 +23,9 @@ module Aws
|
|
23
23
|
class DatabaseNotFoundException < ::Aws::Errors::ServiceError
|
24
24
|
def message: () -> ::String
|
25
25
|
end
|
26
|
+
class DatabaseResumingException < ::Aws::Errors::ServiceError
|
27
|
+
def message: () -> ::String
|
28
|
+
end
|
26
29
|
class DatabaseUnavailableException < ::Aws::Errors::ServiceError
|
27
30
|
end
|
28
31
|
class ForbiddenException < ::Aws::Errors::ServiceError
|
data/sig/resource.rbs
CHANGED
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
data/sig/types.rbs
CHANGED
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.67.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:
|
11
|
+
date: 2025-01-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.216.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.216.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|