aws-sdk-rdsdataservice 1.68.0 → 1.70.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 +29 -29
- data/lib/aws-sdk-rdsdataservice/client_api.rb +9 -0
- data/lib/aws-sdk-rdsdataservice/errors.rb +16 -0
- data/lib/aws-sdk-rdsdataservice/types.rb +16 -3
- data/lib/aws-sdk-rdsdataservice.rb +1 -1
- data/sig/errors.rbs +3 -0
- data/sig/types.rbs +5 -0
- 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: f71be6e9db78a50b9efc777884efcb5e8729ad314ada3b7d71067961ca189f8a
|
4
|
+
data.tar.gz: b3427a5bd4f5fa6a470588322f41863622cc72f2a0a2ca6ecf0c871cf1eb6771
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de9efd96a776eeb6ff221892978340e0add59c789fa8c0f477d868649c706bf5657bc861fe7c747873e3ea97a3e7b766dae99ef559b06790092182920ada8a29
|
7
|
+
data.tar.gz: a30e4f7181f4659541aa8278627ddd3e436b65ea48b3ff5e2cfc1483dc8432f382778ddf201a76e73c086c0a635ed7976eb1987e6b7a2ff3f18776cc6b7b396d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.70.0 (2025-02-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.69.0 (2025-02-14)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Add support for Stop DB feature.
|
13
|
+
|
4
14
|
1.68.0 (2025-02-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.70.0
|
@@ -7,34 +7,34 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
-
require 'seahorse/client/plugins/content_length
|
11
|
-
require 'aws-sdk-core/plugins/credentials_configuration
|
12
|
-
require 'aws-sdk-core/plugins/logging
|
13
|
-
require 'aws-sdk-core/plugins/param_converter
|
14
|
-
require 'aws-sdk-core/plugins/param_validator
|
15
|
-
require 'aws-sdk-core/plugins/user_agent
|
16
|
-
require 'aws-sdk-core/plugins/helpful_socket_errors
|
17
|
-
require 'aws-sdk-core/plugins/retry_errors
|
18
|
-
require 'aws-sdk-core/plugins/global_configuration
|
19
|
-
require 'aws-sdk-core/plugins/regional_endpoint
|
20
|
-
require 'aws-sdk-core/plugins/endpoint_discovery
|
21
|
-
require 'aws-sdk-core/plugins/endpoint_pattern
|
22
|
-
require 'aws-sdk-core/plugins/response_paging
|
23
|
-
require 'aws-sdk-core/plugins/stub_responses
|
24
|
-
require 'aws-sdk-core/plugins/idempotency_token
|
25
|
-
require 'aws-sdk-core/plugins/invocation_id
|
26
|
-
require 'aws-sdk-core/plugins/jsonvalue_converter
|
27
|
-
require 'aws-sdk-core/plugins/client_metrics_plugin
|
28
|
-
require 'aws-sdk-core/plugins/client_metrics_send_plugin
|
29
|
-
require 'aws-sdk-core/plugins/transfer_encoding
|
30
|
-
require 'aws-sdk-core/plugins/http_checksum
|
31
|
-
require 'aws-sdk-core/plugins/checksum_algorithm
|
32
|
-
require 'aws-sdk-core/plugins/request_compression
|
33
|
-
require 'aws-sdk-core/plugins/defaults_mode
|
34
|
-
require 'aws-sdk-core/plugins/recursion_detection
|
35
|
-
require 'aws-sdk-core/plugins/telemetry
|
36
|
-
require 'aws-sdk-core/plugins/sign
|
37
|
-
require 'aws-sdk-core/plugins/protocols/rest_json
|
10
|
+
require 'seahorse/client/plugins/content_length'
|
11
|
+
require 'aws-sdk-core/plugins/credentials_configuration'
|
12
|
+
require 'aws-sdk-core/plugins/logging'
|
13
|
+
require 'aws-sdk-core/plugins/param_converter'
|
14
|
+
require 'aws-sdk-core/plugins/param_validator'
|
15
|
+
require 'aws-sdk-core/plugins/user_agent'
|
16
|
+
require 'aws-sdk-core/plugins/helpful_socket_errors'
|
17
|
+
require 'aws-sdk-core/plugins/retry_errors'
|
18
|
+
require 'aws-sdk-core/plugins/global_configuration'
|
19
|
+
require 'aws-sdk-core/plugins/regional_endpoint'
|
20
|
+
require 'aws-sdk-core/plugins/endpoint_discovery'
|
21
|
+
require 'aws-sdk-core/plugins/endpoint_pattern'
|
22
|
+
require 'aws-sdk-core/plugins/response_paging'
|
23
|
+
require 'aws-sdk-core/plugins/stub_responses'
|
24
|
+
require 'aws-sdk-core/plugins/idempotency_token'
|
25
|
+
require 'aws-sdk-core/plugins/invocation_id'
|
26
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter'
|
27
|
+
require 'aws-sdk-core/plugins/client_metrics_plugin'
|
28
|
+
require 'aws-sdk-core/plugins/client_metrics_send_plugin'
|
29
|
+
require 'aws-sdk-core/plugins/transfer_encoding'
|
30
|
+
require 'aws-sdk-core/plugins/http_checksum'
|
31
|
+
require 'aws-sdk-core/plugins/checksum_algorithm'
|
32
|
+
require 'aws-sdk-core/plugins/request_compression'
|
33
|
+
require 'aws-sdk-core/plugins/defaults_mode'
|
34
|
+
require 'aws-sdk-core/plugins/recursion_detection'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry'
|
36
|
+
require 'aws-sdk-core/plugins/sign'
|
37
|
+
require 'aws-sdk-core/plugins/protocols/rest_json'
|
38
38
|
|
39
39
|
module Aws::RDSDataService
|
40
40
|
# An API client for RDSDataService. To construct a client, you need to configure a `:region` and `:credentials`.
|
@@ -1060,7 +1060,7 @@ module Aws::RDSDataService
|
|
1060
1060
|
tracer: tracer
|
1061
1061
|
)
|
1062
1062
|
context[:gem_name] = 'aws-sdk-rdsdataservice'
|
1063
|
-
context[:gem_version] = '1.
|
1063
|
+
context[:gem_version] = '1.70.0'
|
1064
1064
|
Seahorse::Client::Request.new(handlers, context)
|
1065
1065
|
end
|
1066
1066
|
|
@@ -55,6 +55,7 @@ module Aws::RDSDataService
|
|
55
55
|
Id = Shapes::StringShape.new(name: 'Id')
|
56
56
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
57
57
|
InternalServerErrorException = Shapes::StructureShape.new(name: 'InternalServerErrorException')
|
58
|
+
InvalidResourceStateException = Shapes::StructureShape.new(name: 'InvalidResourceStateException')
|
58
59
|
InvalidSecretException = Shapes::StructureShape.new(name: 'InvalidSecretException')
|
59
60
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
60
61
|
LongArray = Shapes::ListShape.new(name: 'LongArray')
|
@@ -235,6 +236,9 @@ module Aws::RDSDataService
|
|
235
236
|
|
236
237
|
InternalServerErrorException.struct_class = Types::InternalServerErrorException
|
237
238
|
|
239
|
+
InvalidResourceStateException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
240
|
+
InvalidResourceStateException.struct_class = Types::InvalidResourceStateException
|
241
|
+
|
238
242
|
InvalidSecretException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
239
243
|
InvalidSecretException.struct_class = Types::InvalidSecretException
|
240
244
|
|
@@ -370,6 +374,7 @@ module Aws::RDSDataService
|
|
370
374
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseUnavailableException)
|
371
375
|
o.errors << Shapes::ShapeRef.new(shape: TransactionNotFoundException)
|
372
376
|
o.errors << Shapes::ShapeRef.new(shape: InvalidSecretException)
|
377
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateException)
|
373
378
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableError)
|
374
379
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
375
380
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseNotFoundException)
|
@@ -392,6 +397,7 @@ module Aws::RDSDataService
|
|
392
397
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseUnavailableException)
|
393
398
|
o.errors << Shapes::ShapeRef.new(shape: TransactionNotFoundException)
|
394
399
|
o.errors << Shapes::ShapeRef.new(shape: InvalidSecretException)
|
400
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateException)
|
395
401
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableError)
|
396
402
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
397
403
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseNotFoundException)
|
@@ -413,6 +419,7 @@ module Aws::RDSDataService
|
|
413
419
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseUnavailableException)
|
414
420
|
o.errors << Shapes::ShapeRef.new(shape: TransactionNotFoundException)
|
415
421
|
o.errors << Shapes::ShapeRef.new(shape: InvalidSecretException)
|
422
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateException)
|
416
423
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableError)
|
417
424
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
418
425
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseNotFoundException)
|
@@ -450,6 +457,7 @@ module Aws::RDSDataService
|
|
450
457
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseUnavailableException)
|
451
458
|
o.errors << Shapes::ShapeRef.new(shape: TransactionNotFoundException)
|
452
459
|
o.errors << Shapes::ShapeRef.new(shape: InvalidSecretException)
|
460
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateException)
|
453
461
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableError)
|
454
462
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
455
463
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseNotFoundException)
|
@@ -472,6 +480,7 @@ module Aws::RDSDataService
|
|
472
480
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseUnavailableException)
|
473
481
|
o.errors << Shapes::ShapeRef.new(shape: TransactionNotFoundException)
|
474
482
|
o.errors << Shapes::ShapeRef.new(shape: InvalidSecretException)
|
483
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateException)
|
475
484
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableError)
|
476
485
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
477
486
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseNotFoundException)
|
@@ -36,6 +36,7 @@ module Aws::RDSDataService
|
|
36
36
|
# * {ForbiddenException}
|
37
37
|
# * {HttpEndpointNotEnabledException}
|
38
38
|
# * {InternalServerErrorException}
|
39
|
+
# * {InvalidResourceStateException}
|
39
40
|
# * {InvalidSecretException}
|
40
41
|
# * {NotFoundException}
|
41
42
|
# * {SecretsErrorException}
|
@@ -175,6 +176,21 @@ module Aws::RDSDataService
|
|
175
176
|
end
|
176
177
|
end
|
177
178
|
|
179
|
+
class InvalidResourceStateException < ServiceError
|
180
|
+
|
181
|
+
# @param [Seahorse::Client::RequestContext] context
|
182
|
+
# @param [String] message
|
183
|
+
# @param [Aws::RDSDataService::Types::InvalidResourceStateException] data
|
184
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
185
|
+
super(context, message, data)
|
186
|
+
end
|
187
|
+
|
188
|
+
# @return [String]
|
189
|
+
def message
|
190
|
+
@message || @data[:message]
|
191
|
+
end
|
192
|
+
end
|
193
|
+
|
178
194
|
class InvalidSecretException < ServiceError
|
179
195
|
|
180
196
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -367,9 +367,9 @@ module Aws::RDSDataService
|
|
367
367
|
include Aws::Structure
|
368
368
|
end
|
369
369
|
|
370
|
-
# A request was
|
371
|
-
# was
|
372
|
-
#
|
370
|
+
# A request was cancelled because the Aurora Serverless v2 DB instance
|
371
|
+
# was paused. The Data API request automatically resumes the DB
|
372
|
+
# instance. Wait a few seconds and try again.
|
373
373
|
#
|
374
374
|
# @!attribute [rw] message
|
375
375
|
# @return [String]
|
@@ -705,6 +705,19 @@ module Aws::RDSDataService
|
|
705
705
|
#
|
706
706
|
class InternalServerErrorException < Aws::EmptyStructure; end
|
707
707
|
|
708
|
+
# The resource is in an invalid state.
|
709
|
+
#
|
710
|
+
# @!attribute [rw] message
|
711
|
+
# @return [String]
|
712
|
+
#
|
713
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-data-2018-08-01/InvalidResourceStateException AWS API Documentation
|
714
|
+
#
|
715
|
+
class InvalidResourceStateException < Struct.new(
|
716
|
+
:message)
|
717
|
+
SENSITIVE = []
|
718
|
+
include Aws::Structure
|
719
|
+
end
|
720
|
+
|
708
721
|
# The Secrets Manager secret used with the request isn't valid.
|
709
722
|
#
|
710
723
|
# @!attribute [rw] message
|
data/sig/errors.rbs
CHANGED
@@ -36,6 +36,9 @@ module Aws
|
|
36
36
|
end
|
37
37
|
class InternalServerErrorException < ::Aws::Errors::ServiceError
|
38
38
|
end
|
39
|
+
class InvalidResourceStateException < ::Aws::Errors::ServiceError
|
40
|
+
def message: () -> ::String
|
41
|
+
end
|
39
42
|
class InvalidSecretException < ::Aws::Errors::ServiceError
|
40
43
|
def message: () -> ::String
|
41
44
|
end
|
data/sig/types.rbs
CHANGED
@@ -198,6 +198,11 @@ module Aws::RDSDataService
|
|
198
198
|
class InternalServerErrorException < Aws::EmptyStructure
|
199
199
|
end
|
200
200
|
|
201
|
+
class InvalidResourceStateException
|
202
|
+
attr_accessor message: ::String
|
203
|
+
SENSITIVE: []
|
204
|
+
end
|
205
|
+
|
201
206
|
class InvalidSecretException
|
202
207
|
attr_accessor message: ::String
|
203
208
|
SENSITIVE: []
|
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.70.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: 2025-02-
|
11
|
+
date: 2025-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|