aws-sdk-rds 1.213.0 → 1.214.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-rds/client.rb +1 -1
- 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: 591c1dc89757a934583d4e4484d2d8d107616df3852f49dd620b649cd8db9a7f
|
4
|
+
data.tar.gz: 778007f18b5bb00af68df8b94c757594396f80cda04a6c98f169a5ae75df951a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8949efb04c91be8bd5b31977e4085ecec490707800bbdb759fdadf42448b8575e2ec556aff9153c1a48d62b2a3fbdf99b8bbb88b8ca715e10414763ed85e04eb
|
7
|
+
data.tar.gz: aeb4aedeab5cd1e03c946bf4c8e197ad0932b6d6f635f1d108366299c522e8c3799ec48b5a1a6e826f29724f82fc09c1f738a90085e345445506674c0c728ff4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.214.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.214.0'
|
30417
30417
|
Seahorse::Client::Request.new(handlers, context)
|
30418
30418
|
end
|
30419
30419
|
|
@@ -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
|