aws-sdk-docdbelastic 1.10.0 → 1.11.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-docdbelastic/client.rb +1 -1
- data/lib/aws-sdk-docdbelastic/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-docdbelastic.rb +1 -1
- data/sig/client.rbs +238 -0
- data/sig/errors.rbs +44 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +265 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: adbb8dd782063b6da708e9266880d8797f7011a7555fb6108486b51b9c384bfa
|
4
|
+
data.tar.gz: ae02ed3a1a038035db48ccad60f12ad27e0eb09b0411af52f2b9460e2207eff5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c9a60394672e3cba1782a269995df2e44e6e59e8f019bb248aef375a50931a0484a4d37d8a833a66ea4f303fdbdf38aaf3b1e465a95176737e94a402f2266fd3
|
7
|
+
data.tar.gz: 3057e5b78549ae029a7264080cdf4566e9b15b9c0bd54c48d60cb0309bc34216c4e25ff521c8b26b605d6e9d4153c8e7646e69d2103350eece6e74554aff4297
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.11.0
|
@@ -1094,7 +1094,7 @@ module Aws::DocDBElastic
|
|
1094
1094
|
params: params,
|
1095
1095
|
config: config)
|
1096
1096
|
context[:gem_name] = 'aws-sdk-docdbelastic'
|
1097
|
-
context[:gem_version] = '1.
|
1097
|
+
context[:gem_version] = '1.11.0'
|
1098
1098
|
Seahorse::Client::Request.new(handlers, context)
|
1099
1099
|
end
|
1100
1100
|
|
@@ -14,6 +14,7 @@ module Aws::DocDBElastic
|
|
14
14
|
option(
|
15
15
|
:endpoint_provider,
|
16
16
|
doc_type: 'Aws::DocDBElastic::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-docdbelastic.rb
CHANGED
data/sig/client.rbs
ADDED
@@ -0,0 +1,238 @@
|
|
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 DocDBElastic
|
10
|
+
class Client < ::Seahorse::Client::Base
|
11
|
+
include ::Aws::ClientStubs
|
12
|
+
|
13
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DocDBElastic/Client.html#initialize-instance_method
|
14
|
+
def self.new: (
|
15
|
+
?credentials: untyped,
|
16
|
+
?region: String,
|
17
|
+
?access_key_id: String,
|
18
|
+
?active_endpoint_cache: bool,
|
19
|
+
?adaptive_retry_wait_to_fill: bool,
|
20
|
+
?client_side_monitoring: bool,
|
21
|
+
?client_side_monitoring_client_id: String,
|
22
|
+
?client_side_monitoring_host: String,
|
23
|
+
?client_side_monitoring_port: Integer,
|
24
|
+
?client_side_monitoring_publisher: untyped,
|
25
|
+
?convert_params: bool,
|
26
|
+
?correct_clock_skew: bool,
|
27
|
+
?defaults_mode: String,
|
28
|
+
?disable_host_prefix_injection: bool,
|
29
|
+
?disable_request_compression: bool,
|
30
|
+
?endpoint: String,
|
31
|
+
?endpoint_cache_max_entries: Integer,
|
32
|
+
?endpoint_cache_max_threads: Integer,
|
33
|
+
?endpoint_cache_poll_interval: Integer,
|
34
|
+
?endpoint_discovery: bool,
|
35
|
+
?ignore_configured_endpoint_urls: bool,
|
36
|
+
?log_formatter: untyped,
|
37
|
+
?log_level: Symbol,
|
38
|
+
?logger: untyped,
|
39
|
+
?max_attempts: Integer,
|
40
|
+
?profile: String,
|
41
|
+
?request_min_compression_size_bytes: Integer,
|
42
|
+
?retry_backoff: Proc,
|
43
|
+
?retry_base_delay: Float,
|
44
|
+
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
45
|
+
?retry_limit: Integer,
|
46
|
+
?retry_max_delay: Integer,
|
47
|
+
?retry_mode: ("legacy" | "standard" | "adaptive"),
|
48
|
+
?sdk_ua_app_id: String,
|
49
|
+
?secret_access_key: String,
|
50
|
+
?session_token: String,
|
51
|
+
?stub_responses: untyped,
|
52
|
+
?token_provider: untyped,
|
53
|
+
?use_dualstack_endpoint: bool,
|
54
|
+
?use_fips_endpoint: bool,
|
55
|
+
?validate_params: bool,
|
56
|
+
?endpoint_provider: untyped,
|
57
|
+
?http_proxy: String,
|
58
|
+
?http_open_timeout: (Float | Integer),
|
59
|
+
?http_read_timeout: (Float | Integer),
|
60
|
+
?http_idle_timeout: (Float | Integer),
|
61
|
+
?http_continue_timeout: (Float | Integer),
|
62
|
+
?ssl_timeout: (Float | Integer | nil),
|
63
|
+
?http_wire_trace: bool,
|
64
|
+
?ssl_verify_peer: bool,
|
65
|
+
?ssl_ca_bundle: String,
|
66
|
+
?ssl_ca_directory: String,
|
67
|
+
?ssl_ca_store: String,
|
68
|
+
?on_chunk_received: Proc,
|
69
|
+
?on_chunk_sent: Proc,
|
70
|
+
?raise_response_errors: bool
|
71
|
+
) -> instance
|
72
|
+
| (?Hash[Symbol, untyped]) -> instance
|
73
|
+
|
74
|
+
|
75
|
+
interface _CreateClusterResponseSuccess
|
76
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateClusterOutput]
|
77
|
+
def cluster: () -> Types::Cluster
|
78
|
+
end
|
79
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DocDBElastic/Client.html#create_cluster-instance_method
|
80
|
+
def create_cluster: (
|
81
|
+
admin_user_name: ::String,
|
82
|
+
admin_user_password: ::String,
|
83
|
+
auth_type: ("PLAIN_TEXT" | "SECRET_ARN"),
|
84
|
+
?client_token: ::String,
|
85
|
+
cluster_name: ::String,
|
86
|
+
?kms_key_id: ::String,
|
87
|
+
?preferred_maintenance_window: ::String,
|
88
|
+
shard_capacity: ::Integer,
|
89
|
+
shard_count: ::Integer,
|
90
|
+
?subnet_ids: Array[::String],
|
91
|
+
?tags: Hash[::String, ::String],
|
92
|
+
?vpc_security_group_ids: Array[::String]
|
93
|
+
) -> _CreateClusterResponseSuccess
|
94
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateClusterResponseSuccess
|
95
|
+
|
96
|
+
interface _CreateClusterSnapshotResponseSuccess
|
97
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateClusterSnapshotOutput]
|
98
|
+
def snapshot: () -> Types::ClusterSnapshot
|
99
|
+
end
|
100
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DocDBElastic/Client.html#create_cluster_snapshot-instance_method
|
101
|
+
def create_cluster_snapshot: (
|
102
|
+
cluster_arn: ::String,
|
103
|
+
snapshot_name: ::String,
|
104
|
+
?tags: Hash[::String, ::String]
|
105
|
+
) -> _CreateClusterSnapshotResponseSuccess
|
106
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateClusterSnapshotResponseSuccess
|
107
|
+
|
108
|
+
interface _DeleteClusterResponseSuccess
|
109
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteClusterOutput]
|
110
|
+
def cluster: () -> Types::Cluster
|
111
|
+
end
|
112
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DocDBElastic/Client.html#delete_cluster-instance_method
|
113
|
+
def delete_cluster: (
|
114
|
+
cluster_arn: ::String
|
115
|
+
) -> _DeleteClusterResponseSuccess
|
116
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteClusterResponseSuccess
|
117
|
+
|
118
|
+
interface _DeleteClusterSnapshotResponseSuccess
|
119
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteClusterSnapshotOutput]
|
120
|
+
def snapshot: () -> Types::ClusterSnapshot
|
121
|
+
end
|
122
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DocDBElastic/Client.html#delete_cluster_snapshot-instance_method
|
123
|
+
def delete_cluster_snapshot: (
|
124
|
+
snapshot_arn: ::String
|
125
|
+
) -> _DeleteClusterSnapshotResponseSuccess
|
126
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteClusterSnapshotResponseSuccess
|
127
|
+
|
128
|
+
interface _GetClusterResponseSuccess
|
129
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetClusterOutput]
|
130
|
+
def cluster: () -> Types::Cluster
|
131
|
+
end
|
132
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DocDBElastic/Client.html#get_cluster-instance_method
|
133
|
+
def get_cluster: (
|
134
|
+
cluster_arn: ::String
|
135
|
+
) -> _GetClusterResponseSuccess
|
136
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetClusterResponseSuccess
|
137
|
+
|
138
|
+
interface _GetClusterSnapshotResponseSuccess
|
139
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetClusterSnapshotOutput]
|
140
|
+
def snapshot: () -> Types::ClusterSnapshot
|
141
|
+
end
|
142
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DocDBElastic/Client.html#get_cluster_snapshot-instance_method
|
143
|
+
def get_cluster_snapshot: (
|
144
|
+
snapshot_arn: ::String
|
145
|
+
) -> _GetClusterSnapshotResponseSuccess
|
146
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetClusterSnapshotResponseSuccess
|
147
|
+
|
148
|
+
interface _ListClusterSnapshotsResponseSuccess
|
149
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListClusterSnapshotsOutput]
|
150
|
+
def next_token: () -> ::String
|
151
|
+
def snapshots: () -> ::Array[Types::ClusterSnapshotInList]
|
152
|
+
end
|
153
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DocDBElastic/Client.html#list_cluster_snapshots-instance_method
|
154
|
+
def list_cluster_snapshots: (
|
155
|
+
?cluster_arn: ::String,
|
156
|
+
?max_results: ::Integer,
|
157
|
+
?next_token: ::String
|
158
|
+
) -> _ListClusterSnapshotsResponseSuccess
|
159
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListClusterSnapshotsResponseSuccess
|
160
|
+
|
161
|
+
interface _ListClustersResponseSuccess
|
162
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListClustersOutput]
|
163
|
+
def clusters: () -> ::Array[Types::ClusterInList]
|
164
|
+
def next_token: () -> ::String
|
165
|
+
end
|
166
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DocDBElastic/Client.html#list_clusters-instance_method
|
167
|
+
def list_clusters: (
|
168
|
+
?max_results: ::Integer,
|
169
|
+
?next_token: ::String
|
170
|
+
) -> _ListClustersResponseSuccess
|
171
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListClustersResponseSuccess
|
172
|
+
|
173
|
+
interface _ListTagsForResourceResponseSuccess
|
174
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
|
175
|
+
def tags: () -> ::Hash[::String, ::String]
|
176
|
+
end
|
177
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DocDBElastic/Client.html#list_tags_for_resource-instance_method
|
178
|
+
def list_tags_for_resource: (
|
179
|
+
resource_arn: ::String
|
180
|
+
) -> _ListTagsForResourceResponseSuccess
|
181
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
|
182
|
+
|
183
|
+
interface _RestoreClusterFromSnapshotResponseSuccess
|
184
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::RestoreClusterFromSnapshotOutput]
|
185
|
+
def cluster: () -> Types::Cluster
|
186
|
+
end
|
187
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DocDBElastic/Client.html#restore_cluster_from_snapshot-instance_method
|
188
|
+
def restore_cluster_from_snapshot: (
|
189
|
+
cluster_name: ::String,
|
190
|
+
?kms_key_id: ::String,
|
191
|
+
snapshot_arn: ::String,
|
192
|
+
?subnet_ids: Array[::String],
|
193
|
+
?tags: Hash[::String, ::String],
|
194
|
+
?vpc_security_group_ids: Array[::String]
|
195
|
+
) -> _RestoreClusterFromSnapshotResponseSuccess
|
196
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RestoreClusterFromSnapshotResponseSuccess
|
197
|
+
|
198
|
+
interface _TagResourceResponseSuccess
|
199
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
|
200
|
+
end
|
201
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DocDBElastic/Client.html#tag_resource-instance_method
|
202
|
+
def tag_resource: (
|
203
|
+
resource_arn: ::String,
|
204
|
+
tags: Hash[::String, ::String]
|
205
|
+
) -> _TagResourceResponseSuccess
|
206
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
207
|
+
|
208
|
+
interface _UntagResourceResponseSuccess
|
209
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
|
210
|
+
end
|
211
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DocDBElastic/Client.html#untag_resource-instance_method
|
212
|
+
def untag_resource: (
|
213
|
+
resource_arn: ::String,
|
214
|
+
tag_keys: Array[::String]
|
215
|
+
) -> _UntagResourceResponseSuccess
|
216
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
|
217
|
+
|
218
|
+
interface _UpdateClusterResponseSuccess
|
219
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateClusterOutput]
|
220
|
+
def cluster: () -> Types::Cluster
|
221
|
+
end
|
222
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DocDBElastic/Client.html#update_cluster-instance_method
|
223
|
+
def update_cluster: (
|
224
|
+
?admin_user_password: ::String,
|
225
|
+
?auth_type: ("PLAIN_TEXT" | "SECRET_ARN"),
|
226
|
+
?client_token: ::String,
|
227
|
+
cluster_arn: ::String,
|
228
|
+
?preferred_maintenance_window: ::String,
|
229
|
+
?shard_capacity: ::Integer,
|
230
|
+
?shard_count: ::Integer,
|
231
|
+
?subnet_ids: Array[::String],
|
232
|
+
?vpc_security_group_ids: Array[::String]
|
233
|
+
) -> _UpdateClusterResponseSuccess
|
234
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateClusterResponseSuccess
|
235
|
+
end
|
236
|
+
end
|
237
|
+
end
|
238
|
+
|
data/sig/errors.rbs
ADDED
@@ -0,0 +1,44 @@
|
|
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 DocDBElastic
|
10
|
+
module Errors
|
11
|
+
class ServiceError < ::Aws::Errors::ServiceError
|
12
|
+
end
|
13
|
+
|
14
|
+
class AccessDeniedException < ::Aws::Errors::ServiceError
|
15
|
+
def message: () -> ::String
|
16
|
+
end
|
17
|
+
class ConflictException < ::Aws::Errors::ServiceError
|
18
|
+
def message: () -> ::String
|
19
|
+
def resource_id: () -> ::String
|
20
|
+
def resource_type: () -> ::String
|
21
|
+
end
|
22
|
+
class InternalServerException < ::Aws::Errors::ServiceError
|
23
|
+
def message: () -> ::String
|
24
|
+
end
|
25
|
+
class ResourceNotFoundException < ::Aws::Errors::ServiceError
|
26
|
+
def message: () -> ::String
|
27
|
+
def resource_id: () -> ::String
|
28
|
+
def resource_type: () -> ::String
|
29
|
+
end
|
30
|
+
class ServiceQuotaExceededException < ::Aws::Errors::ServiceError
|
31
|
+
def message: () -> ::String
|
32
|
+
end
|
33
|
+
class ThrottlingException < ::Aws::Errors::ServiceError
|
34
|
+
def message: () -> ::String
|
35
|
+
def retry_after_seconds: () -> ::String
|
36
|
+
end
|
37
|
+
class ValidationException < ::Aws::Errors::ServiceError
|
38
|
+
def field_list: () -> ::String
|
39
|
+
def message: () -> ::String
|
40
|
+
def reason: () -> ::String
|
41
|
+
end
|
42
|
+
end
|
43
|
+
end
|
44
|
+
end
|
data/sig/resource.rbs
ADDED
@@ -0,0 +1,79 @@
|
|
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 DocDBElastic
|
10
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DocDBElastic/Resource.html
|
11
|
+
class Resource
|
12
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DocDBElastic/Resource.html#initialize-instance_method
|
13
|
+
def initialize: (
|
14
|
+
?client: Client,
|
15
|
+
?credentials: untyped,
|
16
|
+
?region: String,
|
17
|
+
?access_key_id: String,
|
18
|
+
?active_endpoint_cache: bool,
|
19
|
+
?adaptive_retry_wait_to_fill: bool,
|
20
|
+
?client_side_monitoring: bool,
|
21
|
+
?client_side_monitoring_client_id: String,
|
22
|
+
?client_side_monitoring_host: String,
|
23
|
+
?client_side_monitoring_port: Integer,
|
24
|
+
?client_side_monitoring_publisher: untyped,
|
25
|
+
?convert_params: bool,
|
26
|
+
?correct_clock_skew: bool,
|
27
|
+
?defaults_mode: String,
|
28
|
+
?disable_host_prefix_injection: bool,
|
29
|
+
?disable_request_compression: bool,
|
30
|
+
?endpoint: String,
|
31
|
+
?endpoint_cache_max_entries: Integer,
|
32
|
+
?endpoint_cache_max_threads: Integer,
|
33
|
+
?endpoint_cache_poll_interval: Integer,
|
34
|
+
?endpoint_discovery: bool,
|
35
|
+
?ignore_configured_endpoint_urls: bool,
|
36
|
+
?log_formatter: untyped,
|
37
|
+
?log_level: Symbol,
|
38
|
+
?logger: untyped,
|
39
|
+
?max_attempts: Integer,
|
40
|
+
?profile: String,
|
41
|
+
?request_min_compression_size_bytes: Integer,
|
42
|
+
?retry_backoff: Proc,
|
43
|
+
?retry_base_delay: Float,
|
44
|
+
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
45
|
+
?retry_limit: Integer,
|
46
|
+
?retry_max_delay: Integer,
|
47
|
+
?retry_mode: ("legacy" | "standard" | "adaptive"),
|
48
|
+
?sdk_ua_app_id: String,
|
49
|
+
?secret_access_key: String,
|
50
|
+
?session_token: String,
|
51
|
+
?stub_responses: untyped,
|
52
|
+
?token_provider: untyped,
|
53
|
+
?use_dualstack_endpoint: bool,
|
54
|
+
?use_fips_endpoint: bool,
|
55
|
+
?validate_params: bool,
|
56
|
+
?endpoint_provider: untyped,
|
57
|
+
?http_proxy: String,
|
58
|
+
?http_open_timeout: (Float | Integer),
|
59
|
+
?http_read_timeout: (Float | Integer),
|
60
|
+
?http_idle_timeout: (Float | Integer),
|
61
|
+
?http_continue_timeout: (Float | Integer),
|
62
|
+
?ssl_timeout: (Float | Integer | nil),
|
63
|
+
?http_wire_trace: bool,
|
64
|
+
?ssl_verify_peer: bool,
|
65
|
+
?ssl_ca_bundle: String,
|
66
|
+
?ssl_ca_directory: String,
|
67
|
+
?ssl_ca_store: String,
|
68
|
+
?on_chunk_received: Proc,
|
69
|
+
?on_chunk_sent: Proc,
|
70
|
+
?raise_response_errors: bool
|
71
|
+
) -> void
|
72
|
+
| (?Hash[Symbol, untyped]) -> void
|
73
|
+
|
74
|
+
def client: () -> Client
|
75
|
+
|
76
|
+
|
77
|
+
end
|
78
|
+
end
|
79
|
+
end
|
data/sig/types.rbs
ADDED
@@ -0,0 +1,265 @@
|
|
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::DocDBElastic
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class AccessDeniedException
|
12
|
+
attr_accessor message: ::String
|
13
|
+
SENSITIVE: []
|
14
|
+
end
|
15
|
+
|
16
|
+
class Cluster
|
17
|
+
attr_accessor admin_user_name: ::String
|
18
|
+
attr_accessor auth_type: ("PLAIN_TEXT" | "SECRET_ARN")
|
19
|
+
attr_accessor cluster_arn: ::String
|
20
|
+
attr_accessor cluster_endpoint: ::String
|
21
|
+
attr_accessor cluster_name: ::String
|
22
|
+
attr_accessor create_time: ::String
|
23
|
+
attr_accessor kms_key_id: ::String
|
24
|
+
attr_accessor preferred_maintenance_window: ::String
|
25
|
+
attr_accessor shard_capacity: ::Integer
|
26
|
+
attr_accessor shard_count: ::Integer
|
27
|
+
attr_accessor status: ("CREATING" | "ACTIVE" | "DELETING" | "UPDATING" | "VPC_ENDPOINT_LIMIT_EXCEEDED" | "IP_ADDRESS_LIMIT_EXCEEDED" | "INVALID_SECURITY_GROUP_ID" | "INVALID_SUBNET_ID" | "INACCESSIBLE_ENCRYPTION_CREDS")
|
28
|
+
attr_accessor subnet_ids: ::Array[::String]
|
29
|
+
attr_accessor vpc_security_group_ids: ::Array[::String]
|
30
|
+
SENSITIVE: []
|
31
|
+
end
|
32
|
+
|
33
|
+
class ClusterInList
|
34
|
+
attr_accessor cluster_arn: ::String
|
35
|
+
attr_accessor cluster_name: ::String
|
36
|
+
attr_accessor status: ("CREATING" | "ACTIVE" | "DELETING" | "UPDATING" | "VPC_ENDPOINT_LIMIT_EXCEEDED" | "IP_ADDRESS_LIMIT_EXCEEDED" | "INVALID_SECURITY_GROUP_ID" | "INVALID_SUBNET_ID" | "INACCESSIBLE_ENCRYPTION_CREDS")
|
37
|
+
SENSITIVE: []
|
38
|
+
end
|
39
|
+
|
40
|
+
class ClusterSnapshot
|
41
|
+
attr_accessor admin_user_name: ::String
|
42
|
+
attr_accessor cluster_arn: ::String
|
43
|
+
attr_accessor cluster_creation_time: ::String
|
44
|
+
attr_accessor kms_key_id: ::String
|
45
|
+
attr_accessor snapshot_arn: ::String
|
46
|
+
attr_accessor snapshot_creation_time: ::String
|
47
|
+
attr_accessor snapshot_name: ::String
|
48
|
+
attr_accessor status: ("CREATING" | "ACTIVE" | "DELETING" | "UPDATING" | "VPC_ENDPOINT_LIMIT_EXCEEDED" | "IP_ADDRESS_LIMIT_EXCEEDED" | "INVALID_SECURITY_GROUP_ID" | "INVALID_SUBNET_ID" | "INACCESSIBLE_ENCRYPTION_CREDS")
|
49
|
+
attr_accessor subnet_ids: ::Array[::String]
|
50
|
+
attr_accessor vpc_security_group_ids: ::Array[::String]
|
51
|
+
SENSITIVE: []
|
52
|
+
end
|
53
|
+
|
54
|
+
class ClusterSnapshotInList
|
55
|
+
attr_accessor cluster_arn: ::String
|
56
|
+
attr_accessor snapshot_arn: ::String
|
57
|
+
attr_accessor snapshot_creation_time: ::String
|
58
|
+
attr_accessor snapshot_name: ::String
|
59
|
+
attr_accessor status: ("CREATING" | "ACTIVE" | "DELETING" | "UPDATING" | "VPC_ENDPOINT_LIMIT_EXCEEDED" | "IP_ADDRESS_LIMIT_EXCEEDED" | "INVALID_SECURITY_GROUP_ID" | "INVALID_SUBNET_ID" | "INACCESSIBLE_ENCRYPTION_CREDS")
|
60
|
+
SENSITIVE: []
|
61
|
+
end
|
62
|
+
|
63
|
+
class ConflictException
|
64
|
+
attr_accessor message: ::String
|
65
|
+
attr_accessor resource_id: ::String
|
66
|
+
attr_accessor resource_type: ::String
|
67
|
+
SENSITIVE: []
|
68
|
+
end
|
69
|
+
|
70
|
+
class CreateClusterInput
|
71
|
+
attr_accessor admin_user_name: ::String
|
72
|
+
attr_accessor admin_user_password: ::String
|
73
|
+
attr_accessor auth_type: ("PLAIN_TEXT" | "SECRET_ARN")
|
74
|
+
attr_accessor client_token: ::String
|
75
|
+
attr_accessor cluster_name: ::String
|
76
|
+
attr_accessor kms_key_id: ::String
|
77
|
+
attr_accessor preferred_maintenance_window: ::String
|
78
|
+
attr_accessor shard_capacity: ::Integer
|
79
|
+
attr_accessor shard_count: ::Integer
|
80
|
+
attr_accessor subnet_ids: ::Array[::String]
|
81
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
82
|
+
attr_accessor vpc_security_group_ids: ::Array[::String]
|
83
|
+
SENSITIVE: [:admin_user_password]
|
84
|
+
end
|
85
|
+
|
86
|
+
class CreateClusterOutput
|
87
|
+
attr_accessor cluster: Types::Cluster
|
88
|
+
SENSITIVE: []
|
89
|
+
end
|
90
|
+
|
91
|
+
class CreateClusterSnapshotInput
|
92
|
+
attr_accessor cluster_arn: ::String
|
93
|
+
attr_accessor snapshot_name: ::String
|
94
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
95
|
+
SENSITIVE: []
|
96
|
+
end
|
97
|
+
|
98
|
+
class CreateClusterSnapshotOutput
|
99
|
+
attr_accessor snapshot: Types::ClusterSnapshot
|
100
|
+
SENSITIVE: []
|
101
|
+
end
|
102
|
+
|
103
|
+
class DeleteClusterInput
|
104
|
+
attr_accessor cluster_arn: ::String
|
105
|
+
SENSITIVE: []
|
106
|
+
end
|
107
|
+
|
108
|
+
class DeleteClusterOutput
|
109
|
+
attr_accessor cluster: Types::Cluster
|
110
|
+
SENSITIVE: []
|
111
|
+
end
|
112
|
+
|
113
|
+
class DeleteClusterSnapshotInput
|
114
|
+
attr_accessor snapshot_arn: ::String
|
115
|
+
SENSITIVE: []
|
116
|
+
end
|
117
|
+
|
118
|
+
class DeleteClusterSnapshotOutput
|
119
|
+
attr_accessor snapshot: Types::ClusterSnapshot
|
120
|
+
SENSITIVE: []
|
121
|
+
end
|
122
|
+
|
123
|
+
class GetClusterInput
|
124
|
+
attr_accessor cluster_arn: ::String
|
125
|
+
SENSITIVE: []
|
126
|
+
end
|
127
|
+
|
128
|
+
class GetClusterOutput
|
129
|
+
attr_accessor cluster: Types::Cluster
|
130
|
+
SENSITIVE: []
|
131
|
+
end
|
132
|
+
|
133
|
+
class GetClusterSnapshotInput
|
134
|
+
attr_accessor snapshot_arn: ::String
|
135
|
+
SENSITIVE: []
|
136
|
+
end
|
137
|
+
|
138
|
+
class GetClusterSnapshotOutput
|
139
|
+
attr_accessor snapshot: Types::ClusterSnapshot
|
140
|
+
SENSITIVE: []
|
141
|
+
end
|
142
|
+
|
143
|
+
class InternalServerException
|
144
|
+
attr_accessor message: ::String
|
145
|
+
SENSITIVE: []
|
146
|
+
end
|
147
|
+
|
148
|
+
class ListClusterSnapshotsInput
|
149
|
+
attr_accessor cluster_arn: ::String
|
150
|
+
attr_accessor max_results: ::Integer
|
151
|
+
attr_accessor next_token: ::String
|
152
|
+
SENSITIVE: []
|
153
|
+
end
|
154
|
+
|
155
|
+
class ListClusterSnapshotsOutput
|
156
|
+
attr_accessor next_token: ::String
|
157
|
+
attr_accessor snapshots: ::Array[Types::ClusterSnapshotInList]
|
158
|
+
SENSITIVE: []
|
159
|
+
end
|
160
|
+
|
161
|
+
class ListClustersInput
|
162
|
+
attr_accessor max_results: ::Integer
|
163
|
+
attr_accessor next_token: ::String
|
164
|
+
SENSITIVE: []
|
165
|
+
end
|
166
|
+
|
167
|
+
class ListClustersOutput
|
168
|
+
attr_accessor clusters: ::Array[Types::ClusterInList]
|
169
|
+
attr_accessor next_token: ::String
|
170
|
+
SENSITIVE: []
|
171
|
+
end
|
172
|
+
|
173
|
+
class ListTagsForResourceRequest
|
174
|
+
attr_accessor resource_arn: ::String
|
175
|
+
SENSITIVE: []
|
176
|
+
end
|
177
|
+
|
178
|
+
class ListTagsForResourceResponse
|
179
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
180
|
+
SENSITIVE: []
|
181
|
+
end
|
182
|
+
|
183
|
+
class ResourceNotFoundException
|
184
|
+
attr_accessor message: ::String
|
185
|
+
attr_accessor resource_id: ::String
|
186
|
+
attr_accessor resource_type: ::String
|
187
|
+
SENSITIVE: []
|
188
|
+
end
|
189
|
+
|
190
|
+
class RestoreClusterFromSnapshotInput
|
191
|
+
attr_accessor cluster_name: ::String
|
192
|
+
attr_accessor kms_key_id: ::String
|
193
|
+
attr_accessor snapshot_arn: ::String
|
194
|
+
attr_accessor subnet_ids: ::Array[::String]
|
195
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
196
|
+
attr_accessor vpc_security_group_ids: ::Array[::String]
|
197
|
+
SENSITIVE: []
|
198
|
+
end
|
199
|
+
|
200
|
+
class RestoreClusterFromSnapshotOutput
|
201
|
+
attr_accessor cluster: Types::Cluster
|
202
|
+
SENSITIVE: []
|
203
|
+
end
|
204
|
+
|
205
|
+
class ServiceQuotaExceededException
|
206
|
+
attr_accessor message: ::String
|
207
|
+
SENSITIVE: []
|
208
|
+
end
|
209
|
+
|
210
|
+
class TagResourceRequest
|
211
|
+
attr_accessor resource_arn: ::String
|
212
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
213
|
+
SENSITIVE: []
|
214
|
+
end
|
215
|
+
|
216
|
+
class TagResourceResponse < Aws::EmptyStructure
|
217
|
+
end
|
218
|
+
|
219
|
+
class ThrottlingException
|
220
|
+
attr_accessor message: ::String
|
221
|
+
attr_accessor retry_after_seconds: ::Integer
|
222
|
+
SENSITIVE: []
|
223
|
+
end
|
224
|
+
|
225
|
+
class UntagResourceRequest
|
226
|
+
attr_accessor resource_arn: ::String
|
227
|
+
attr_accessor tag_keys: ::Array[::String]
|
228
|
+
SENSITIVE: []
|
229
|
+
end
|
230
|
+
|
231
|
+
class UntagResourceResponse < Aws::EmptyStructure
|
232
|
+
end
|
233
|
+
|
234
|
+
class UpdateClusterInput
|
235
|
+
attr_accessor admin_user_password: ::String
|
236
|
+
attr_accessor auth_type: ("PLAIN_TEXT" | "SECRET_ARN")
|
237
|
+
attr_accessor client_token: ::String
|
238
|
+
attr_accessor cluster_arn: ::String
|
239
|
+
attr_accessor preferred_maintenance_window: ::String
|
240
|
+
attr_accessor shard_capacity: ::Integer
|
241
|
+
attr_accessor shard_count: ::Integer
|
242
|
+
attr_accessor subnet_ids: ::Array[::String]
|
243
|
+
attr_accessor vpc_security_group_ids: ::Array[::String]
|
244
|
+
SENSITIVE: [:admin_user_password]
|
245
|
+
end
|
246
|
+
|
247
|
+
class UpdateClusterOutput
|
248
|
+
attr_accessor cluster: Types::Cluster
|
249
|
+
SENSITIVE: []
|
250
|
+
end
|
251
|
+
|
252
|
+
class ValidationException
|
253
|
+
attr_accessor field_list: ::Array[Types::ValidationExceptionField]
|
254
|
+
attr_accessor message: ::String
|
255
|
+
attr_accessor reason: ("unknownOperation" | "cannotParse" | "fieldValidationFailed" | "other")
|
256
|
+
SENSITIVE: []
|
257
|
+
end
|
258
|
+
|
259
|
+
class ValidationExceptionField
|
260
|
+
attr_accessor message: ::String
|
261
|
+
attr_accessor name: ::String
|
262
|
+
SENSITIVE: []
|
263
|
+
end
|
264
|
+
end
|
265
|
+
end
|
data/sig/waiters.rbs
ADDED
@@ -0,0 +1,13 @@
|
|
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 DocDBElastic
|
10
|
+
module Waiters
|
11
|
+
end
|
12
|
+
end
|
13
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-docdbelastic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.11.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-01-26 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.191.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.191.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -66,13 +66,18 @@ files:
|
|
66
66
|
- lib/aws-sdk-docdbelastic/plugins/endpoints.rb
|
67
67
|
- lib/aws-sdk-docdbelastic/resource.rb
|
68
68
|
- lib/aws-sdk-docdbelastic/types.rb
|
69
|
+
- sig/client.rbs
|
70
|
+
- sig/errors.rbs
|
71
|
+
- sig/resource.rbs
|
72
|
+
- sig/types.rbs
|
73
|
+
- sig/waiters.rbs
|
69
74
|
homepage: https://github.com/aws/aws-sdk-ruby
|
70
75
|
licenses:
|
71
76
|
- Apache-2.0
|
72
77
|
metadata:
|
73
78
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-docdbelastic
|
74
79
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-docdbelastic/CHANGELOG.md
|
75
|
-
post_install_message:
|
80
|
+
post_install_message:
|
76
81
|
rdoc_options: []
|
77
82
|
require_paths:
|
78
83
|
- lib
|
@@ -87,8 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
87
92
|
- !ruby/object:Gem::Version
|
88
93
|
version: '0'
|
89
94
|
requirements: []
|
90
|
-
rubygems_version: 3.
|
91
|
-
signing_key:
|
95
|
+
rubygems_version: 3.4.10
|
96
|
+
signing_key:
|
92
97
|
specification_version: 4
|
93
98
|
summary: AWS SDK for Ruby - DocDB Elastic
|
94
99
|
test_files: []
|