aws-sdk-rds 1.213.0 → 1.215.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +1 -1
- data/lib/aws-sdk-rds/client_api.rb +2 -0
- data/lib/aws-sdk-rds/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-rds.rb +1 -1
- data/sig/account_quota.rbs +41 -0
- data/sig/certificate.rbs +59 -0
- data/sig/client.rbs +3515 -0
- data/sig/db_cluster.rbs +524 -0
- data/sig/db_cluster_parameter_group.rbs +106 -0
- data/sig/db_cluster_snapshot.rbs +213 -0
- data/sig/db_engine.rbs +79 -0
- data/sig/db_engine_version.rbs +163 -0
- data/sig/db_instance.rbs +681 -0
- data/sig/db_log_file.rbs +51 -0
- data/sig/db_parameter_group.rbs +158 -0
- data/sig/db_parameter_group_family.rbs +58 -0
- data/sig/db_security_group.rbs +118 -0
- data/sig/db_snapshot.rbs +271 -0
- data/sig/db_snapshot_attribute.rbs +48 -0
- data/sig/db_subnet_group.rbs +81 -0
- data/sig/errors.rbs +306 -0
- data/sig/event.rbs +50 -0
- data/sig/event_category_map.rbs +40 -0
- data/sig/event_subscription.rbs +107 -0
- data/sig/option_group.rbs +129 -0
- data/sig/option_group_option.rbs +82 -0
- data/sig/parameter.rbs +65 -0
- data/sig/pending_maintenance_action.rbs +68 -0
- data/sig/reserved_db_instance.rbs +86 -0
- data/sig/reserved_db_instances_offering.rbs +78 -0
- data/sig/resource.rbs +599 -0
- data/sig/resource_pending_maintenance_action_list.rbs +41 -0
- data/sig/types.rbs +4275 -0
- data/sig/waiters.rbs +217 -0
- metadata +34 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1744a74b747edecece6be73797ea20d5da741e4447fa822a763f3620becdc5ec
|
4
|
+
data.tar.gz: 7d9dc9bcab0308513f10ccad3af2ceac2e0ca9704a89fb65cf0658ccf170dbd0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f03417aaaf6ad8f7346e727d67402ddaf62102c2d3707da4346338a5fe810b107bc9c18690401feb71307999447c5f43c0312d60bb50e73982b0098521c6c109
|
7
|
+
data.tar.gz: cd12c102de6b1667d516fc8b0d225ebc604aacc62806bbc3e21167c5a940acb9c0119a9f8c2b58f10eb93a8130118b3b411a8160bd0cbc1b1ba2357fc4750e0f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.215.0 (2024-01-29)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS RestoreDBClusterFromSnapshot and RestoreDBClusterToPointInTime API methods. This provides enhanced error handling, ensuring a more robust experience.
|
8
|
+
|
9
|
+
1.214.0 (2024-01-26)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.213.0 (2024-01-24)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.215.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -30413,7 +30413,7 @@ module Aws::RDS
|
|
30413
30413
|
params: params,
|
30414
30414
|
config: config)
|
30415
30415
|
context[:gem_name] = 'aws-sdk-rds'
|
30416
|
-
context[:gem_version] = '1.
|
30416
|
+
context[:gem_version] = '1.215.0'
|
30417
30417
|
Seahorse::Client::Request.new(handlers, context)
|
30418
30418
|
end
|
30419
30419
|
|
@@ -6178,6 +6178,7 @@ module Aws::RDS
|
|
6178
6178
|
o.errors << Shapes::ShapeRef.new(shape: DomainNotFoundFault)
|
6179
6179
|
o.errors << Shapes::ShapeRef.new(shape: DBClusterParameterGroupNotFoundFault)
|
6180
6180
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
6181
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientDBInstanceCapacityFault)
|
6181
6182
|
end)
|
6182
6183
|
|
6183
6184
|
api.add_operation(:restore_db_cluster_to_point_in_time, Seahorse::Model::Operation.new.tap do |o|
|
@@ -6205,6 +6206,7 @@ module Aws::RDS
|
|
6205
6206
|
o.errors << Shapes::ShapeRef.new(shape: DomainNotFoundFault)
|
6206
6207
|
o.errors << Shapes::ShapeRef.new(shape: DBClusterParameterGroupNotFoundFault)
|
6207
6208
|
o.errors << Shapes::ShapeRef.new(shape: DBClusterAutomatedBackupNotFoundFault)
|
6209
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientDBInstanceCapacityFault)
|
6208
6210
|
end)
|
6209
6211
|
|
6210
6212
|
api.add_operation(:restore_db_instance_from_db_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
@@ -14,6 +14,7 @@ module Aws::RDS
|
|
14
14
|
option(
|
15
15
|
:endpoint_provider,
|
16
16
|
doc_type: 'Aws::RDS::EndpointProvider',
|
17
|
+
rbs_type: 'untyped',
|
17
18
|
docstring: 'The endpoint provider used to resolve endpoints. Any '\
|
18
19
|
'object that responds to `#resolve_endpoint(parameters)` '\
|
19
20
|
'where `parameters` is a Struct similar to '\
|
data/lib/aws-sdk-rds.rb
CHANGED
@@ -0,0 +1,41 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module RDS
|
10
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/AccountQuota.html
|
11
|
+
class AccountQuota
|
12
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/AccountQuota.html#initialize-instance_method
|
13
|
+
def initialize: (String name, Hash[Symbol, untyped] options) -> void
|
14
|
+
| (name: String, ?client: Client) -> void
|
15
|
+
| (Hash[Symbol, untyped] args) -> void
|
16
|
+
|
17
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/AccountQuota.html#name-instance_method
|
18
|
+
def name: () -> String
|
19
|
+
alias account_quota_name name
|
20
|
+
|
21
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/AccountQuota.html#used-instance_method
|
22
|
+
def used: () -> ::Integer
|
23
|
+
|
24
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/AccountQuota.html#max-instance_method
|
25
|
+
def max: () -> ::Integer
|
26
|
+
|
27
|
+
def client: () -> Client
|
28
|
+
|
29
|
+
|
30
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/AccountQuota.html#data-instance_method
|
31
|
+
def data: () -> Types::AccountQuota
|
32
|
+
|
33
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/AccountQuota.html#data_loaded?-instance_method
|
34
|
+
def data_loaded?: () -> bool
|
35
|
+
|
36
|
+
|
37
|
+
class Collection < ::Aws::Resources::Collection[AccountQuota]
|
38
|
+
end
|
39
|
+
end
|
40
|
+
end
|
41
|
+
end
|
data/sig/certificate.rbs
ADDED
@@ -0,0 +1,59 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module RDS
|
10
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Certificate.html
|
11
|
+
class Certificate
|
12
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Certificate.html#initialize-instance_method
|
13
|
+
def initialize: (String id, Hash[Symbol, untyped] options) -> void
|
14
|
+
| (id: String, ?client: Client) -> void
|
15
|
+
| (Hash[Symbol, untyped] args) -> void
|
16
|
+
|
17
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Certificate.html#id-instance_method
|
18
|
+
def id: () -> String
|
19
|
+
alias certificate_identifier id
|
20
|
+
|
21
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Certificate.html#certificate_type-instance_method
|
22
|
+
def certificate_type: () -> ::String
|
23
|
+
|
24
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Certificate.html#thumbprint-instance_method
|
25
|
+
def thumbprint: () -> ::String
|
26
|
+
|
27
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Certificate.html#valid_from-instance_method
|
28
|
+
def valid_from: () -> ::Time
|
29
|
+
|
30
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Certificate.html#valid_till-instance_method
|
31
|
+
def valid_till: () -> ::Time
|
32
|
+
|
33
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Certificate.html#certificate_arn-instance_method
|
34
|
+
def certificate_arn: () -> ::String
|
35
|
+
|
36
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Certificate.html#customer_override-instance_method
|
37
|
+
def customer_override: () -> bool
|
38
|
+
|
39
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Certificate.html#customer_override_valid_till-instance_method
|
40
|
+
def customer_override_valid_till: () -> ::Time
|
41
|
+
|
42
|
+
def client: () -> Client
|
43
|
+
|
44
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Certificate.html#load-instance_method
|
45
|
+
def load: () -> self
|
46
|
+
alias reload load
|
47
|
+
|
48
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Certificate.html#data-instance_method
|
49
|
+
def data: () -> Types::Certificate
|
50
|
+
|
51
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Certificate.html#data_loaded?-instance_method
|
52
|
+
def data_loaded?: () -> bool
|
53
|
+
|
54
|
+
|
55
|
+
class Collection < ::Aws::Resources::Collection[Certificate]
|
56
|
+
end
|
57
|
+
end
|
58
|
+
end
|
59
|
+
end
|