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
@@ -0,0 +1,129 @@
|
|
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/OptionGroup.html
|
11
|
+
class OptionGroup
|
12
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroup.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/OptionGroup.html#name-instance_method
|
18
|
+
def name: () -> String
|
19
|
+
alias option_group_name name
|
20
|
+
|
21
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroup.html#option_group_description-instance_method
|
22
|
+
def option_group_description: () -> ::String
|
23
|
+
|
24
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroup.html#engine_name-instance_method
|
25
|
+
def engine_name: () -> ::String
|
26
|
+
|
27
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroup.html#major_engine_version-instance_method
|
28
|
+
def major_engine_version: () -> ::String
|
29
|
+
|
30
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroup.html#options-instance_method
|
31
|
+
def options: () -> ::Array[Types::Option]
|
32
|
+
|
33
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroup.html#allows_vpc_and_non_vpc_instance_memberships-instance_method
|
34
|
+
def allows_vpc_and_non_vpc_instance_memberships: () -> bool
|
35
|
+
|
36
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroup.html#vpc_id-instance_method
|
37
|
+
def vpc_id: () -> ::String
|
38
|
+
|
39
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroup.html#option_group_arn-instance_method
|
40
|
+
def option_group_arn: () -> ::String
|
41
|
+
|
42
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroup.html#source_option_group-instance_method
|
43
|
+
def source_option_group: () -> ::String
|
44
|
+
|
45
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroup.html#source_account_id-instance_method
|
46
|
+
def source_account_id: () -> ::String
|
47
|
+
|
48
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroup.html#copy_timestamp-instance_method
|
49
|
+
def copy_timestamp: () -> ::Time
|
50
|
+
|
51
|
+
def client: () -> Client
|
52
|
+
|
53
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroup.html#load-instance_method
|
54
|
+
def load: () -> self
|
55
|
+
alias reload load
|
56
|
+
|
57
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroup.html#data-instance_method
|
58
|
+
def data: () -> Types::OptionGroup
|
59
|
+
|
60
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroup.html#data_loaded?-instance_method
|
61
|
+
def data_loaded?: () -> bool
|
62
|
+
|
63
|
+
|
64
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroup.html#create-instance_method
|
65
|
+
def create: (
|
66
|
+
engine_name: ::String,
|
67
|
+
major_engine_version: ::String,
|
68
|
+
option_group_description: ::String,
|
69
|
+
?tags: Array[
|
70
|
+
{
|
71
|
+
key: ::String?,
|
72
|
+
value: ::String?
|
73
|
+
},
|
74
|
+
]
|
75
|
+
) -> OptionGroup
|
76
|
+
| (?Hash[Symbol, untyped]) -> OptionGroup
|
77
|
+
|
78
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroup.html#copy-instance_method
|
79
|
+
def copy: (
|
80
|
+
target_option_group_identifier: ::String,
|
81
|
+
target_option_group_description: ::String,
|
82
|
+
?tags: Array[
|
83
|
+
{
|
84
|
+
key: ::String?,
|
85
|
+
value: ::String?
|
86
|
+
},
|
87
|
+
]
|
88
|
+
) -> OptionGroup
|
89
|
+
| (?Hash[Symbol, untyped]) -> OptionGroup
|
90
|
+
|
91
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroup.html#delete-instance_method
|
92
|
+
def delete: (
|
93
|
+
) -> ::Aws::EmptyStructure
|
94
|
+
| (?Hash[Symbol, untyped]) -> ::Aws::EmptyStructure
|
95
|
+
|
96
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroup.html#modify-instance_method
|
97
|
+
def modify: (
|
98
|
+
?options_to_include: Array[
|
99
|
+
{
|
100
|
+
option_name: ::String,
|
101
|
+
port: ::Integer?,
|
102
|
+
option_version: ::String?,
|
103
|
+
db_security_group_memberships: Array[::String]?,
|
104
|
+
vpc_security_group_memberships: Array[::String]?,
|
105
|
+
option_settings: Array[
|
106
|
+
{
|
107
|
+
name: ::String?,
|
108
|
+
value: ::String?,
|
109
|
+
default_value: ::String?,
|
110
|
+
description: ::String?,
|
111
|
+
apply_type: ::String?,
|
112
|
+
data_type: ::String?,
|
113
|
+
allowed_values: ::String?,
|
114
|
+
is_modifiable: bool?,
|
115
|
+
is_collection: bool?
|
116
|
+
},
|
117
|
+
]?
|
118
|
+
},
|
119
|
+
],
|
120
|
+
?options_to_remove: Array[::String],
|
121
|
+
?apply_immediately: bool
|
122
|
+
) -> OptionGroup
|
123
|
+
| (?Hash[Symbol, untyped]) -> OptionGroup
|
124
|
+
|
125
|
+
class Collection < ::Aws::Resources::Collection[OptionGroup]
|
126
|
+
end
|
127
|
+
end
|
128
|
+
end
|
129
|
+
end
|
@@ -0,0 +1,82 @@
|
|
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/OptionGroupOption.html
|
11
|
+
class OptionGroupOption
|
12
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroupOption.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/OptionGroupOption.html#name-instance_method
|
18
|
+
def name: () -> String
|
19
|
+
|
20
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroupOption.html#description-instance_method
|
21
|
+
def description: () -> ::String
|
22
|
+
|
23
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroupOption.html#engine_name-instance_method
|
24
|
+
def engine_name: () -> ::String
|
25
|
+
|
26
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroupOption.html#major_engine_version-instance_method
|
27
|
+
def major_engine_version: () -> ::String
|
28
|
+
|
29
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroupOption.html#minimum_required_minor_engine_version-instance_method
|
30
|
+
def minimum_required_minor_engine_version: () -> ::String
|
31
|
+
|
32
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroupOption.html#port_required-instance_method
|
33
|
+
def port_required: () -> bool
|
34
|
+
|
35
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroupOption.html#default_port-instance_method
|
36
|
+
def default_port: () -> ::Integer
|
37
|
+
|
38
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroupOption.html#options_depended_on-instance_method
|
39
|
+
def options_depended_on: () -> ::Array[::String]
|
40
|
+
|
41
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroupOption.html#options_conflicts_with-instance_method
|
42
|
+
def options_conflicts_with: () -> ::Array[::String]
|
43
|
+
|
44
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroupOption.html#persistent-instance_method
|
45
|
+
def persistent: () -> bool
|
46
|
+
|
47
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroupOption.html#permanent-instance_method
|
48
|
+
def permanent: () -> bool
|
49
|
+
|
50
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroupOption.html#requires_auto_minor_engine_version_upgrade-instance_method
|
51
|
+
def requires_auto_minor_engine_version_upgrade: () -> bool
|
52
|
+
|
53
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroupOption.html#vpc_only-instance_method
|
54
|
+
def vpc_only: () -> bool
|
55
|
+
|
56
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroupOption.html#supports_option_version_downgrade-instance_method
|
57
|
+
def supports_option_version_downgrade: () -> bool
|
58
|
+
|
59
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroupOption.html#option_group_option_settings-instance_method
|
60
|
+
def option_group_option_settings: () -> ::Array[Types::OptionGroupOptionSetting]
|
61
|
+
|
62
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroupOption.html#option_group_option_versions-instance_method
|
63
|
+
def option_group_option_versions: () -> ::Array[Types::OptionVersion]
|
64
|
+
|
65
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroupOption.html#copyable_cross_account-instance_method
|
66
|
+
def copyable_cross_account: () -> bool
|
67
|
+
|
68
|
+
def client: () -> Client
|
69
|
+
|
70
|
+
|
71
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroupOption.html#data-instance_method
|
72
|
+
def data: () -> Types::OptionGroupOption
|
73
|
+
|
74
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/OptionGroupOption.html#data_loaded?-instance_method
|
75
|
+
def data_loaded?: () -> bool
|
76
|
+
|
77
|
+
|
78
|
+
class Collection < ::Aws::Resources::Collection[OptionGroupOption]
|
79
|
+
end
|
80
|
+
end
|
81
|
+
end
|
82
|
+
end
|
data/sig/parameter.rbs
ADDED
@@ -0,0 +1,65 @@
|
|
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/Parameter.html
|
11
|
+
class Parameter
|
12
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Parameter.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/Parameter.html#name-instance_method
|
18
|
+
def name: () -> String
|
19
|
+
alias parameter_name name
|
20
|
+
|
21
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Parameter.html#parameter_value-instance_method
|
22
|
+
def parameter_value: () -> ::String
|
23
|
+
|
24
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Parameter.html#description-instance_method
|
25
|
+
def description: () -> ::String
|
26
|
+
|
27
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Parameter.html#source-instance_method
|
28
|
+
def source: () -> ::String
|
29
|
+
|
30
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Parameter.html#apply_type-instance_method
|
31
|
+
def apply_type: () -> ::String
|
32
|
+
|
33
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Parameter.html#data_type-instance_method
|
34
|
+
def data_type: () -> ::String
|
35
|
+
|
36
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Parameter.html#allowed_values-instance_method
|
37
|
+
def allowed_values: () -> ::String
|
38
|
+
|
39
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Parameter.html#is_modifiable-instance_method
|
40
|
+
def is_modifiable: () -> bool
|
41
|
+
|
42
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Parameter.html#minimum_engine_version-instance_method
|
43
|
+
def minimum_engine_version: () -> ::String
|
44
|
+
|
45
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Parameter.html#apply_method-instance_method
|
46
|
+
def apply_method: () -> ("immediate" | "pending-reboot")
|
47
|
+
|
48
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Parameter.html#supported_engine_modes-instance_method
|
49
|
+
def supported_engine_modes: () -> ::Array[::String]
|
50
|
+
|
51
|
+
def client: () -> Client
|
52
|
+
|
53
|
+
|
54
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Parameter.html#data-instance_method
|
55
|
+
def data: () -> Types::Parameter
|
56
|
+
|
57
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Parameter.html#data_loaded?-instance_method
|
58
|
+
def data_loaded?: () -> bool
|
59
|
+
|
60
|
+
|
61
|
+
class Collection < ::Aws::Resources::Collection[Parameter]
|
62
|
+
end
|
63
|
+
end
|
64
|
+
end
|
65
|
+
end
|
@@ -0,0 +1,68 @@
|
|
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/PendingMaintenanceAction.html
|
11
|
+
class PendingMaintenanceAction
|
12
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/PendingMaintenanceAction.html#initialize-instance_method
|
13
|
+
def initialize: (String target_arn, String name, Hash[Symbol, untyped] options) -> void
|
14
|
+
| (target_arn: String, 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/PendingMaintenanceAction.html#target_arn-instance_method
|
18
|
+
def target_arn: () -> String
|
19
|
+
|
20
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/PendingMaintenanceAction.html#name-instance_method
|
21
|
+
def name: () -> String
|
22
|
+
alias action name
|
23
|
+
|
24
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/PendingMaintenanceAction.html#auto_applied_after_date-instance_method
|
25
|
+
def auto_applied_after_date: () -> ::Time
|
26
|
+
|
27
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/PendingMaintenanceAction.html#forced_apply_date-instance_method
|
28
|
+
def forced_apply_date: () -> ::Time
|
29
|
+
|
30
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/PendingMaintenanceAction.html#opt_in_status-instance_method
|
31
|
+
def opt_in_status: () -> ::String
|
32
|
+
|
33
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/PendingMaintenanceAction.html#current_apply_date-instance_method
|
34
|
+
def current_apply_date: () -> ::Time
|
35
|
+
|
36
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/PendingMaintenanceAction.html#description-instance_method
|
37
|
+
def description: () -> ::String
|
38
|
+
|
39
|
+
def client: () -> Client
|
40
|
+
|
41
|
+
|
42
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/PendingMaintenanceAction.html#data-instance_method
|
43
|
+
def data: () -> Types::PendingMaintenanceAction
|
44
|
+
|
45
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/PendingMaintenanceAction.html#data_loaded?-instance_method
|
46
|
+
def data_loaded?: () -> bool
|
47
|
+
|
48
|
+
|
49
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/PendingMaintenanceAction.html#apply_immediately-instance_method
|
50
|
+
def apply_immediately: (
|
51
|
+
) -> ResourcePendingMaintenanceActionList
|
52
|
+
| (?Hash[Symbol, untyped]) -> ResourcePendingMaintenanceActionList
|
53
|
+
|
54
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/PendingMaintenanceAction.html#undo_opt_in-instance_method
|
55
|
+
def undo_opt_in: (
|
56
|
+
) -> ResourcePendingMaintenanceActionList
|
57
|
+
| (?Hash[Symbol, untyped]) -> ResourcePendingMaintenanceActionList
|
58
|
+
|
59
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/PendingMaintenanceAction.html#apply_on_next_maintenance-instance_method
|
60
|
+
def apply_on_next_maintenance: (
|
61
|
+
) -> ResourcePendingMaintenanceActionList
|
62
|
+
| (?Hash[Symbol, untyped]) -> ResourcePendingMaintenanceActionList
|
63
|
+
|
64
|
+
class Collection < ::Aws::Resources::Collection[PendingMaintenanceAction]
|
65
|
+
end
|
66
|
+
end
|
67
|
+
end
|
68
|
+
end
|
@@ -0,0 +1,86 @@
|
|
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/ReservedDBInstance.html
|
11
|
+
class ReservedDBInstance
|
12
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstance.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/ReservedDBInstance.html#id-instance_method
|
18
|
+
def id: () -> String
|
19
|
+
alias reserved_db_instance_id id
|
20
|
+
|
21
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstance.html#reserved_db_instances_offering_id-instance_method
|
22
|
+
def reserved_db_instances_offering_id: () -> ::String
|
23
|
+
|
24
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstance.html#db_instance_class-instance_method
|
25
|
+
def db_instance_class: () -> ::String
|
26
|
+
|
27
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstance.html#start_time-instance_method
|
28
|
+
def start_time: () -> ::Time
|
29
|
+
|
30
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstance.html#duration-instance_method
|
31
|
+
def duration: () -> ::Integer
|
32
|
+
|
33
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstance.html#fixed_price-instance_method
|
34
|
+
def fixed_price: () -> ::Float
|
35
|
+
|
36
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstance.html#usage_price-instance_method
|
37
|
+
def usage_price: () -> ::Float
|
38
|
+
|
39
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstance.html#currency_code-instance_method
|
40
|
+
def currency_code: () -> ::String
|
41
|
+
|
42
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstance.html#db_instance_count-instance_method
|
43
|
+
def db_instance_count: () -> ::Integer
|
44
|
+
|
45
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstance.html#product_description-instance_method
|
46
|
+
def product_description: () -> ::String
|
47
|
+
|
48
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstance.html#offering_type-instance_method
|
49
|
+
def offering_type: () -> ::String
|
50
|
+
|
51
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstance.html#multi_az-instance_method
|
52
|
+
def multi_az: () -> bool
|
53
|
+
|
54
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstance.html#state-instance_method
|
55
|
+
def state: () -> ::String
|
56
|
+
|
57
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstance.html#recurring_charges-instance_method
|
58
|
+
def recurring_charges: () -> ::Array[Types::RecurringCharge]
|
59
|
+
|
60
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstance.html#reserved_db_instance_arn-instance_method
|
61
|
+
def reserved_db_instance_arn: () -> ::String
|
62
|
+
|
63
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstance.html#lease_id-instance_method
|
64
|
+
def lease_id: () -> ::String
|
65
|
+
|
66
|
+
def client: () -> Client
|
67
|
+
|
68
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstance.html#load-instance_method
|
69
|
+
def load: () -> self
|
70
|
+
alias reload load
|
71
|
+
|
72
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstance.html#data-instance_method
|
73
|
+
def data: () -> Types::ReservedDBInstance
|
74
|
+
|
75
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstance.html#data_loaded?-instance_method
|
76
|
+
def data_loaded?: () -> bool
|
77
|
+
|
78
|
+
|
79
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstance.html#offering-instance_method
|
80
|
+
def offering: () -> ReservedDBInstancesOffering?
|
81
|
+
|
82
|
+
class Collection < ::Aws::Resources::Collection[ReservedDBInstance]
|
83
|
+
end
|
84
|
+
end
|
85
|
+
end
|
86
|
+
end
|
@@ -0,0 +1,78 @@
|
|
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/ReservedDBInstancesOffering.html
|
11
|
+
class ReservedDBInstancesOffering
|
12
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstancesOffering.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/ReservedDBInstancesOffering.html#id-instance_method
|
18
|
+
def id: () -> String
|
19
|
+
alias reserved_db_instances_offering_id id
|
20
|
+
|
21
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstancesOffering.html#db_instance_class-instance_method
|
22
|
+
def db_instance_class: () -> ::String
|
23
|
+
|
24
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstancesOffering.html#duration-instance_method
|
25
|
+
def duration: () -> ::Integer
|
26
|
+
|
27
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstancesOffering.html#fixed_price-instance_method
|
28
|
+
def fixed_price: () -> ::Float
|
29
|
+
|
30
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstancesOffering.html#usage_price-instance_method
|
31
|
+
def usage_price: () -> ::Float
|
32
|
+
|
33
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstancesOffering.html#currency_code-instance_method
|
34
|
+
def currency_code: () -> ::String
|
35
|
+
|
36
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstancesOffering.html#product_description-instance_method
|
37
|
+
def product_description: () -> ::String
|
38
|
+
|
39
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstancesOffering.html#offering_type-instance_method
|
40
|
+
def offering_type: () -> ::String
|
41
|
+
|
42
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstancesOffering.html#multi_az-instance_method
|
43
|
+
def multi_az: () -> bool
|
44
|
+
|
45
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstancesOffering.html#recurring_charges-instance_method
|
46
|
+
def recurring_charges: () -> ::Array[Types::RecurringCharge]
|
47
|
+
|
48
|
+
def client: () -> Client
|
49
|
+
|
50
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstancesOffering.html#load-instance_method
|
51
|
+
def load: () -> self
|
52
|
+
alias reload load
|
53
|
+
|
54
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstancesOffering.html#data-instance_method
|
55
|
+
def data: () -> Types::ReservedDBInstancesOffering
|
56
|
+
|
57
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstancesOffering.html#data_loaded?-instance_method
|
58
|
+
def data_loaded?: () -> bool
|
59
|
+
|
60
|
+
|
61
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/ReservedDBInstancesOffering.html#purchase-instance_method
|
62
|
+
def purchase: (
|
63
|
+
?reserved_db_instance_id: ::String,
|
64
|
+
?db_instance_count: ::Integer,
|
65
|
+
?tags: Array[
|
66
|
+
{
|
67
|
+
key: ::String?,
|
68
|
+
value: ::String?
|
69
|
+
},
|
70
|
+
]
|
71
|
+
) -> ReservedDBInstance
|
72
|
+
| (?Hash[Symbol, untyped]) -> ReservedDBInstance
|
73
|
+
|
74
|
+
class Collection < ::Aws::Resources::Collection[ReservedDBInstancesOffering]
|
75
|
+
end
|
76
|
+
end
|
77
|
+
end
|
78
|
+
end
|