aws-sdk-route53recoveryreadiness 1.21.0 → 1.22.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 206736c53576ef21e164db61f9c5e5c7d8e58bf419bb832fd1ba01ea981d05ec
4
- data.tar.gz: a4b78ceca21a47b58d95cee0e2ef8d4495a9aa4e4aac9cb09c46286a4403c433
3
+ metadata.gz: ad235dc8b4b513606f23bc13d08ea98f4046fb8a2cdb0f1e1e66cc2f991819ac
4
+ data.tar.gz: e716349d57617308c44faa696621c15c56e2ea2b66dc5e5cb9f49731f1d21510
5
5
  SHA512:
6
- metadata.gz: 0ed7925d2ec945322b886e091f9bc4a58914568536ec18331f96b0e6808f128879de28cb13924ec7292fcb06c086a40d178948d42cf6be6bb385c71652bd9c34
7
- data.tar.gz: 164aa4a9682dd48e50542171adfbbf5d8e593f530aba0f47ab65a91986ffddb1cde5438f776b0ce5a43022077afd4157a45e7d110cda7e482d9b4a8ae54f739f
6
+ metadata.gz: 18a63194609201d7ec0ba6fd334e397bef5cabf5799e87f235dc19f6ef6f586b6d4816915a8dbbfe061ab7bf6772dab47a4c3477a8bfe85a2c67fc18c4c5d14d
7
+ data.tar.gz: 9cf43bd21a5c05eff468a0d85c77058b80b7f925e11a7b5b58f0930cc56c0c6ac9598ccc7e548599cb695d2326139fc14b0da824b339115070ce382cf90e77c6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.22.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.21.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.21.0
1
+ 1.22.0
@@ -1660,7 +1660,7 @@ module Aws::Route53RecoveryReadiness
1660
1660
  params: params,
1661
1661
  config: config)
1662
1662
  context[:gem_name] = 'aws-sdk-route53recoveryreadiness'
1663
- context[:gem_version] = '1.21.0'
1663
+ context[:gem_version] = '1.22.0'
1664
1664
  Seahorse::Client::Request.new(handlers, context)
1665
1665
  end
1666
1666
 
@@ -14,6 +14,7 @@ module Aws::Route53RecoveryReadiness
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::Route53RecoveryReadiness::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 '\
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-route53recoveryreadiness/customizations'
52
52
  # @!group service
53
53
  module Aws::Route53RecoveryReadiness
54
54
 
55
- GEM_VERSION = '1.21.0'
55
+ GEM_VERSION = '1.22.0'
56
56
 
57
57
  end
data/sig/client.rbs ADDED
@@ -0,0 +1,510 @@
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 Route53RecoveryReadiness
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/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 _CreateCellResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateCellResponse]
77
+ def cell_arn: () -> ::String
78
+ def cell_name: () -> ::String
79
+ def cells: () -> ::Array[::String]
80
+ def parent_readiness_scopes: () -> ::Array[::String]
81
+ def tags: () -> ::Hash[::String, ::String]
82
+ end
83
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Client.html#create_cell-instance_method
84
+ def create_cell: (
85
+ cell_name: ::String,
86
+ ?cells: Array[::String],
87
+ ?tags: Hash[::String, ::String]
88
+ ) -> _CreateCellResponseSuccess
89
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCellResponseSuccess
90
+
91
+ interface _CreateCrossAccountAuthorizationResponseSuccess
92
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateCrossAccountAuthorizationResponse]
93
+ def cross_account_authorization: () -> ::String
94
+ end
95
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Client.html#create_cross_account_authorization-instance_method
96
+ def create_cross_account_authorization: (
97
+ cross_account_authorization: ::String
98
+ ) -> _CreateCrossAccountAuthorizationResponseSuccess
99
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCrossAccountAuthorizationResponseSuccess
100
+
101
+ interface _CreateReadinessCheckResponseSuccess
102
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateReadinessCheckResponse]
103
+ def readiness_check_arn: () -> ::String
104
+ def readiness_check_name: () -> ::String
105
+ def resource_set: () -> ::String
106
+ def tags: () -> ::Hash[::String, ::String]
107
+ end
108
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Client.html#create_readiness_check-instance_method
109
+ def create_readiness_check: (
110
+ readiness_check_name: ::String,
111
+ resource_set_name: ::String,
112
+ ?tags: Hash[::String, ::String]
113
+ ) -> _CreateReadinessCheckResponseSuccess
114
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateReadinessCheckResponseSuccess
115
+
116
+ interface _CreateRecoveryGroupResponseSuccess
117
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateRecoveryGroupResponse]
118
+ def cells: () -> ::Array[::String]
119
+ def recovery_group_arn: () -> ::String
120
+ def recovery_group_name: () -> ::String
121
+ def tags: () -> ::Hash[::String, ::String]
122
+ end
123
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Client.html#create_recovery_group-instance_method
124
+ def create_recovery_group: (
125
+ ?cells: Array[::String],
126
+ recovery_group_name: ::String,
127
+ ?tags: Hash[::String, ::String]
128
+ ) -> _CreateRecoveryGroupResponseSuccess
129
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRecoveryGroupResponseSuccess
130
+
131
+ interface _CreateResourceSetResponseSuccess
132
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateResourceSetResponse]
133
+ def resource_set_arn: () -> ::String
134
+ def resource_set_name: () -> ::String
135
+ def resource_set_type: () -> ::String
136
+ def resources: () -> ::Array[Types::Resource]
137
+ def tags: () -> ::Hash[::String, ::String]
138
+ end
139
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Client.html#create_resource_set-instance_method
140
+ def create_resource_set: (
141
+ resource_set_name: ::String,
142
+ resource_set_type: ::String,
143
+ resources: Array[
144
+ {
145
+ component_id: ::String?,
146
+ dns_target_resource: {
147
+ domain_name: ::String?,
148
+ hosted_zone_arn: ::String?,
149
+ record_set_id: ::String?,
150
+ record_type: ::String?,
151
+ target_resource: {
152
+ nlb_resource: {
153
+ arn: ::String?
154
+ }?,
155
+ r53_resource: {
156
+ domain_name: ::String?,
157
+ record_set_id: ::String?
158
+ }?
159
+ }?
160
+ }?,
161
+ readiness_scopes: Array[::String]?,
162
+ resource_arn: ::String?
163
+ },
164
+ ],
165
+ ?tags: Hash[::String, ::String]
166
+ ) -> _CreateResourceSetResponseSuccess
167
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateResourceSetResponseSuccess
168
+
169
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Client.html#delete_cell-instance_method
170
+ def delete_cell: (
171
+ cell_name: ::String
172
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
173
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
174
+
175
+ interface _DeleteCrossAccountAuthorizationResponseSuccess
176
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteCrossAccountAuthorizationResponse]
177
+ end
178
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Client.html#delete_cross_account_authorization-instance_method
179
+ def delete_cross_account_authorization: (
180
+ cross_account_authorization: ::String
181
+ ) -> _DeleteCrossAccountAuthorizationResponseSuccess
182
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteCrossAccountAuthorizationResponseSuccess
183
+
184
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Client.html#delete_readiness_check-instance_method
185
+ def delete_readiness_check: (
186
+ readiness_check_name: ::String
187
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
188
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
189
+
190
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Client.html#delete_recovery_group-instance_method
191
+ def delete_recovery_group: (
192
+ recovery_group_name: ::String
193
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
194
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
195
+
196
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Client.html#delete_resource_set-instance_method
197
+ def delete_resource_set: (
198
+ resource_set_name: ::String
199
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
200
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
201
+
202
+ interface _GetArchitectureRecommendationsResponseSuccess
203
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetArchitectureRecommendationsResponse]
204
+ def last_audit_timestamp: () -> ::Time
205
+ def next_token: () -> ::String
206
+ def recommendations: () -> ::Array[Types::Recommendation]
207
+ end
208
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Client.html#get_architecture_recommendations-instance_method
209
+ def get_architecture_recommendations: (
210
+ ?max_results: ::Integer,
211
+ ?next_token: ::String,
212
+ recovery_group_name: ::String
213
+ ) -> _GetArchitectureRecommendationsResponseSuccess
214
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetArchitectureRecommendationsResponseSuccess
215
+
216
+ interface _GetCellResponseSuccess
217
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetCellResponse]
218
+ def cell_arn: () -> ::String
219
+ def cell_name: () -> ::String
220
+ def cells: () -> ::Array[::String]
221
+ def parent_readiness_scopes: () -> ::Array[::String]
222
+ def tags: () -> ::Hash[::String, ::String]
223
+ end
224
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Client.html#get_cell-instance_method
225
+ def get_cell: (
226
+ cell_name: ::String
227
+ ) -> _GetCellResponseSuccess
228
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetCellResponseSuccess
229
+
230
+ interface _GetCellReadinessSummaryResponseSuccess
231
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetCellReadinessSummaryResponse]
232
+ def next_token: () -> ::String
233
+ def readiness: () -> ("READY" | "NOT_READY" | "UNKNOWN" | "NOT_AUTHORIZED")
234
+ def readiness_checks: () -> ::Array[Types::ReadinessCheckSummary]
235
+ end
236
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Client.html#get_cell_readiness_summary-instance_method
237
+ def get_cell_readiness_summary: (
238
+ cell_name: ::String,
239
+ ?max_results: ::Integer,
240
+ ?next_token: ::String
241
+ ) -> _GetCellReadinessSummaryResponseSuccess
242
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetCellReadinessSummaryResponseSuccess
243
+
244
+ interface _GetReadinessCheckResponseSuccess
245
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetReadinessCheckResponse]
246
+ def readiness_check_arn: () -> ::String
247
+ def readiness_check_name: () -> ::String
248
+ def resource_set: () -> ::String
249
+ def tags: () -> ::Hash[::String, ::String]
250
+ end
251
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Client.html#get_readiness_check-instance_method
252
+ def get_readiness_check: (
253
+ readiness_check_name: ::String
254
+ ) -> _GetReadinessCheckResponseSuccess
255
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetReadinessCheckResponseSuccess
256
+
257
+ interface _GetReadinessCheckResourceStatusResponseSuccess
258
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetReadinessCheckResourceStatusResponse]
259
+ def next_token: () -> ::String
260
+ def readiness: () -> ("READY" | "NOT_READY" | "UNKNOWN" | "NOT_AUTHORIZED")
261
+ def rules: () -> ::Array[Types::RuleResult]
262
+ end
263
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Client.html#get_readiness_check_resource_status-instance_method
264
+ def get_readiness_check_resource_status: (
265
+ ?max_results: ::Integer,
266
+ ?next_token: ::String,
267
+ readiness_check_name: ::String,
268
+ resource_identifier: ::String
269
+ ) -> _GetReadinessCheckResourceStatusResponseSuccess
270
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetReadinessCheckResourceStatusResponseSuccess
271
+
272
+ interface _GetReadinessCheckStatusResponseSuccess
273
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetReadinessCheckStatusResponse]
274
+ def messages: () -> ::Array[Types::Message]
275
+ def next_token: () -> ::String
276
+ def readiness: () -> ("READY" | "NOT_READY" | "UNKNOWN" | "NOT_AUTHORIZED")
277
+ def resources: () -> ::Array[Types::ResourceResult]
278
+ end
279
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Client.html#get_readiness_check_status-instance_method
280
+ def get_readiness_check_status: (
281
+ ?max_results: ::Integer,
282
+ ?next_token: ::String,
283
+ readiness_check_name: ::String
284
+ ) -> _GetReadinessCheckStatusResponseSuccess
285
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetReadinessCheckStatusResponseSuccess
286
+
287
+ interface _GetRecoveryGroupResponseSuccess
288
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetRecoveryGroupResponse]
289
+ def cells: () -> ::Array[::String]
290
+ def recovery_group_arn: () -> ::String
291
+ def recovery_group_name: () -> ::String
292
+ def tags: () -> ::Hash[::String, ::String]
293
+ end
294
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Client.html#get_recovery_group-instance_method
295
+ def get_recovery_group: (
296
+ recovery_group_name: ::String
297
+ ) -> _GetRecoveryGroupResponseSuccess
298
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRecoveryGroupResponseSuccess
299
+
300
+ interface _GetRecoveryGroupReadinessSummaryResponseSuccess
301
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetRecoveryGroupReadinessSummaryResponse]
302
+ def next_token: () -> ::String
303
+ def readiness: () -> ("READY" | "NOT_READY" | "UNKNOWN" | "NOT_AUTHORIZED")
304
+ def readiness_checks: () -> ::Array[Types::ReadinessCheckSummary]
305
+ end
306
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Client.html#get_recovery_group_readiness_summary-instance_method
307
+ def get_recovery_group_readiness_summary: (
308
+ ?max_results: ::Integer,
309
+ ?next_token: ::String,
310
+ recovery_group_name: ::String
311
+ ) -> _GetRecoveryGroupReadinessSummaryResponseSuccess
312
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRecoveryGroupReadinessSummaryResponseSuccess
313
+
314
+ interface _GetResourceSetResponseSuccess
315
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetResourceSetResponse]
316
+ def resource_set_arn: () -> ::String
317
+ def resource_set_name: () -> ::String
318
+ def resource_set_type: () -> ::String
319
+ def resources: () -> ::Array[Types::Resource]
320
+ def tags: () -> ::Hash[::String, ::String]
321
+ end
322
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Client.html#get_resource_set-instance_method
323
+ def get_resource_set: (
324
+ resource_set_name: ::String
325
+ ) -> _GetResourceSetResponseSuccess
326
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetResourceSetResponseSuccess
327
+
328
+ interface _ListCellsResponseSuccess
329
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListCellsResponse]
330
+ def cells: () -> ::Array[Types::CellOutput]
331
+ def next_token: () -> ::String
332
+ end
333
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Client.html#list_cells-instance_method
334
+ def list_cells: (
335
+ ?max_results: ::Integer,
336
+ ?next_token: ::String
337
+ ) -> _ListCellsResponseSuccess
338
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCellsResponseSuccess
339
+
340
+ interface _ListCrossAccountAuthorizationsResponseSuccess
341
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListCrossAccountAuthorizationsResponse]
342
+ def cross_account_authorizations: () -> ::Array[::String]
343
+ def next_token: () -> ::String
344
+ end
345
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Client.html#list_cross_account_authorizations-instance_method
346
+ def list_cross_account_authorizations: (
347
+ ?max_results: ::Integer,
348
+ ?next_token: ::String
349
+ ) -> _ListCrossAccountAuthorizationsResponseSuccess
350
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCrossAccountAuthorizationsResponseSuccess
351
+
352
+ interface _ListReadinessChecksResponseSuccess
353
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListReadinessChecksResponse]
354
+ def next_token: () -> ::String
355
+ def readiness_checks: () -> ::Array[Types::ReadinessCheckOutput]
356
+ end
357
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Client.html#list_readiness_checks-instance_method
358
+ def list_readiness_checks: (
359
+ ?max_results: ::Integer,
360
+ ?next_token: ::String
361
+ ) -> _ListReadinessChecksResponseSuccess
362
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListReadinessChecksResponseSuccess
363
+
364
+ interface _ListRecoveryGroupsResponseSuccess
365
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListRecoveryGroupsResponse]
366
+ def next_token: () -> ::String
367
+ def recovery_groups: () -> ::Array[Types::RecoveryGroupOutput]
368
+ end
369
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Client.html#list_recovery_groups-instance_method
370
+ def list_recovery_groups: (
371
+ ?max_results: ::Integer,
372
+ ?next_token: ::String
373
+ ) -> _ListRecoveryGroupsResponseSuccess
374
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRecoveryGroupsResponseSuccess
375
+
376
+ interface _ListResourceSetsResponseSuccess
377
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListResourceSetsResponse]
378
+ def next_token: () -> ::String
379
+ def resource_sets: () -> ::Array[Types::ResourceSetOutput]
380
+ end
381
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Client.html#list_resource_sets-instance_method
382
+ def list_resource_sets: (
383
+ ?max_results: ::Integer,
384
+ ?next_token: ::String
385
+ ) -> _ListResourceSetsResponseSuccess
386
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListResourceSetsResponseSuccess
387
+
388
+ interface _ListRulesResponseSuccess
389
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListRulesResponse]
390
+ def next_token: () -> ::String
391
+ def rules: () -> ::Array[Types::ListRulesOutput]
392
+ end
393
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Client.html#list_rules-instance_method
394
+ def list_rules: (
395
+ ?max_results: ::Integer,
396
+ ?next_token: ::String,
397
+ ?resource_type: ::String
398
+ ) -> _ListRulesResponseSuccess
399
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRulesResponseSuccess
400
+
401
+ interface _ListTagsForResourcesResponseSuccess
402
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourcesResponse]
403
+ def tags: () -> ::Hash[::String, ::String]
404
+ end
405
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Client.html#list_tags_for_resources-instance_method
406
+ def list_tags_for_resources: (
407
+ resource_arn: ::String
408
+ ) -> _ListTagsForResourcesResponseSuccess
409
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourcesResponseSuccess
410
+
411
+ interface _TagResourceResponseSuccess
412
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
413
+ end
414
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Client.html#tag_resource-instance_method
415
+ def tag_resource: (
416
+ resource_arn: ::String,
417
+ tags: Hash[::String, ::String]
418
+ ) -> _TagResourceResponseSuccess
419
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
420
+
421
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Client.html#untag_resource-instance_method
422
+ def untag_resource: (
423
+ resource_arn: ::String,
424
+ tag_keys: Array[::String]
425
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
426
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
427
+
428
+ interface _UpdateCellResponseSuccess
429
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateCellResponse]
430
+ def cell_arn: () -> ::String
431
+ def cell_name: () -> ::String
432
+ def cells: () -> ::Array[::String]
433
+ def parent_readiness_scopes: () -> ::Array[::String]
434
+ def tags: () -> ::Hash[::String, ::String]
435
+ end
436
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Client.html#update_cell-instance_method
437
+ def update_cell: (
438
+ cell_name: ::String,
439
+ cells: Array[::String]
440
+ ) -> _UpdateCellResponseSuccess
441
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateCellResponseSuccess
442
+
443
+ interface _UpdateReadinessCheckResponseSuccess
444
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateReadinessCheckResponse]
445
+ def readiness_check_arn: () -> ::String
446
+ def readiness_check_name: () -> ::String
447
+ def resource_set: () -> ::String
448
+ def tags: () -> ::Hash[::String, ::String]
449
+ end
450
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Client.html#update_readiness_check-instance_method
451
+ def update_readiness_check: (
452
+ readiness_check_name: ::String,
453
+ resource_set_name: ::String
454
+ ) -> _UpdateReadinessCheckResponseSuccess
455
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateReadinessCheckResponseSuccess
456
+
457
+ interface _UpdateRecoveryGroupResponseSuccess
458
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateRecoveryGroupResponse]
459
+ def cells: () -> ::Array[::String]
460
+ def recovery_group_arn: () -> ::String
461
+ def recovery_group_name: () -> ::String
462
+ def tags: () -> ::Hash[::String, ::String]
463
+ end
464
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Client.html#update_recovery_group-instance_method
465
+ def update_recovery_group: (
466
+ cells: Array[::String],
467
+ recovery_group_name: ::String
468
+ ) -> _UpdateRecoveryGroupResponseSuccess
469
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRecoveryGroupResponseSuccess
470
+
471
+ interface _UpdateResourceSetResponseSuccess
472
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateResourceSetResponse]
473
+ def resource_set_arn: () -> ::String
474
+ def resource_set_name: () -> ::String
475
+ def resource_set_type: () -> ::String
476
+ def resources: () -> ::Array[Types::Resource]
477
+ def tags: () -> ::Hash[::String, ::String]
478
+ end
479
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Client.html#update_resource_set-instance_method
480
+ def update_resource_set: (
481
+ resource_set_name: ::String,
482
+ resource_set_type: ::String,
483
+ resources: Array[
484
+ {
485
+ component_id: ::String?,
486
+ dns_target_resource: {
487
+ domain_name: ::String?,
488
+ hosted_zone_arn: ::String?,
489
+ record_set_id: ::String?,
490
+ record_type: ::String?,
491
+ target_resource: {
492
+ nlb_resource: {
493
+ arn: ::String?
494
+ }?,
495
+ r53_resource: {
496
+ domain_name: ::String?,
497
+ record_set_id: ::String?
498
+ }?
499
+ }?
500
+ }?,
501
+ readiness_scopes: Array[::String]?,
502
+ resource_arn: ::String?
503
+ },
504
+ ]
505
+ ) -> _UpdateResourceSetResponseSuccess
506
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateResourceSetResponseSuccess
507
+ end
508
+ end
509
+ end
510
+
data/sig/errors.rbs ADDED
@@ -0,0 +1,34 @@
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 Route53RecoveryReadiness
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
+ end
20
+ class InternalServerException < ::Aws::Errors::ServiceError
21
+ def message: () -> ::String
22
+ end
23
+ class ResourceNotFoundException < ::Aws::Errors::ServiceError
24
+ def message: () -> ::String
25
+ end
26
+ class ThrottlingException < ::Aws::Errors::ServiceError
27
+ def message: () -> ::String
28
+ end
29
+ class ValidationException < ::Aws::Errors::ServiceError
30
+ def message: () -> ::String
31
+ end
32
+ end
33
+ end
34
+ 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 Route53RecoveryReadiness
10
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53RecoveryReadiness/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,532 @@
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::Route53RecoveryReadiness
9
+ module Types
10
+
11
+ class AccessDeniedException
12
+ attr_accessor message: ::String
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class CellOutput
17
+ attr_accessor cell_arn: ::String
18
+ attr_accessor cell_name: ::String
19
+ attr_accessor cells: ::Array[::String]
20
+ attr_accessor parent_readiness_scopes: ::Array[::String]
21
+ attr_accessor tags: ::Hash[::String, ::String]
22
+ SENSITIVE: []
23
+ end
24
+
25
+ class ConflictException
26
+ attr_accessor message: ::String
27
+ SENSITIVE: []
28
+ end
29
+
30
+ class CreateCellRequest
31
+ attr_accessor cell_name: ::String
32
+ attr_accessor cells: ::Array[::String]
33
+ attr_accessor tags: ::Hash[::String, ::String]
34
+ SENSITIVE: []
35
+ end
36
+
37
+ class CreateCellResponse
38
+ attr_accessor cell_arn: ::String
39
+ attr_accessor cell_name: ::String
40
+ attr_accessor cells: ::Array[::String]
41
+ attr_accessor parent_readiness_scopes: ::Array[::String]
42
+ attr_accessor tags: ::Hash[::String, ::String]
43
+ SENSITIVE: []
44
+ end
45
+
46
+ class CreateCrossAccountAuthorizationRequest
47
+ attr_accessor cross_account_authorization: ::String
48
+ SENSITIVE: []
49
+ end
50
+
51
+ class CreateCrossAccountAuthorizationResponse
52
+ attr_accessor cross_account_authorization: ::String
53
+ SENSITIVE: []
54
+ end
55
+
56
+ class CreateReadinessCheckRequest
57
+ attr_accessor readiness_check_name: ::String
58
+ attr_accessor resource_set_name: ::String
59
+ attr_accessor tags: ::Hash[::String, ::String]
60
+ SENSITIVE: []
61
+ end
62
+
63
+ class CreateReadinessCheckResponse
64
+ attr_accessor readiness_check_arn: ::String
65
+ attr_accessor readiness_check_name: ::String
66
+ attr_accessor resource_set: ::String
67
+ attr_accessor tags: ::Hash[::String, ::String]
68
+ SENSITIVE: []
69
+ end
70
+
71
+ class CreateRecoveryGroupRequest
72
+ attr_accessor cells: ::Array[::String]
73
+ attr_accessor recovery_group_name: ::String
74
+ attr_accessor tags: ::Hash[::String, ::String]
75
+ SENSITIVE: []
76
+ end
77
+
78
+ class CreateRecoveryGroupResponse
79
+ attr_accessor cells: ::Array[::String]
80
+ attr_accessor recovery_group_arn: ::String
81
+ attr_accessor recovery_group_name: ::String
82
+ attr_accessor tags: ::Hash[::String, ::String]
83
+ SENSITIVE: []
84
+ end
85
+
86
+ class CreateResourceSetRequest
87
+ attr_accessor resource_set_name: ::String
88
+ attr_accessor resource_set_type: ::String
89
+ attr_accessor resources: ::Array[Types::Resource]
90
+ attr_accessor tags: ::Hash[::String, ::String]
91
+ SENSITIVE: []
92
+ end
93
+
94
+ class CreateResourceSetResponse
95
+ attr_accessor resource_set_arn: ::String
96
+ attr_accessor resource_set_name: ::String
97
+ attr_accessor resource_set_type: ::String
98
+ attr_accessor resources: ::Array[Types::Resource]
99
+ attr_accessor tags: ::Hash[::String, ::String]
100
+ SENSITIVE: []
101
+ end
102
+
103
+ class DNSTargetResource
104
+ attr_accessor domain_name: ::String
105
+ attr_accessor hosted_zone_arn: ::String
106
+ attr_accessor record_set_id: ::String
107
+ attr_accessor record_type: ::String
108
+ attr_accessor target_resource: Types::TargetResource
109
+ SENSITIVE: []
110
+ end
111
+
112
+ class DeleteCellRequest
113
+ attr_accessor cell_name: ::String
114
+ SENSITIVE: []
115
+ end
116
+
117
+ class DeleteCrossAccountAuthorizationRequest
118
+ attr_accessor cross_account_authorization: ::String
119
+ SENSITIVE: []
120
+ end
121
+
122
+ class DeleteCrossAccountAuthorizationResponse < Aws::EmptyStructure
123
+ end
124
+
125
+ class DeleteReadinessCheckRequest
126
+ attr_accessor readiness_check_name: ::String
127
+ SENSITIVE: []
128
+ end
129
+
130
+ class DeleteRecoveryGroupRequest
131
+ attr_accessor recovery_group_name: ::String
132
+ SENSITIVE: []
133
+ end
134
+
135
+ class DeleteResourceSetRequest
136
+ attr_accessor resource_set_name: ::String
137
+ SENSITIVE: []
138
+ end
139
+
140
+ class GetArchitectureRecommendationsRequest
141
+ attr_accessor max_results: ::Integer
142
+ attr_accessor next_token: ::String
143
+ attr_accessor recovery_group_name: ::String
144
+ SENSITIVE: []
145
+ end
146
+
147
+ class GetArchitectureRecommendationsResponse
148
+ attr_accessor last_audit_timestamp: ::Time
149
+ attr_accessor next_token: ::String
150
+ attr_accessor recommendations: ::Array[Types::Recommendation]
151
+ SENSITIVE: []
152
+ end
153
+
154
+ class GetCellReadinessSummaryRequest
155
+ attr_accessor cell_name: ::String
156
+ attr_accessor max_results: ::Integer
157
+ attr_accessor next_token: ::String
158
+ SENSITIVE: []
159
+ end
160
+
161
+ class GetCellReadinessSummaryResponse
162
+ attr_accessor next_token: ::String
163
+ attr_accessor readiness: ("READY" | "NOT_READY" | "UNKNOWN" | "NOT_AUTHORIZED")
164
+ attr_accessor readiness_checks: ::Array[Types::ReadinessCheckSummary]
165
+ SENSITIVE: []
166
+ end
167
+
168
+ class GetCellRequest
169
+ attr_accessor cell_name: ::String
170
+ SENSITIVE: []
171
+ end
172
+
173
+ class GetCellResponse
174
+ attr_accessor cell_arn: ::String
175
+ attr_accessor cell_name: ::String
176
+ attr_accessor cells: ::Array[::String]
177
+ attr_accessor parent_readiness_scopes: ::Array[::String]
178
+ attr_accessor tags: ::Hash[::String, ::String]
179
+ SENSITIVE: []
180
+ end
181
+
182
+ class GetReadinessCheckRequest
183
+ attr_accessor readiness_check_name: ::String
184
+ SENSITIVE: []
185
+ end
186
+
187
+ class GetReadinessCheckResourceStatusRequest
188
+ attr_accessor max_results: ::Integer
189
+ attr_accessor next_token: ::String
190
+ attr_accessor readiness_check_name: ::String
191
+ attr_accessor resource_identifier: ::String
192
+ SENSITIVE: []
193
+ end
194
+
195
+ class GetReadinessCheckResourceStatusResponse
196
+ attr_accessor next_token: ::String
197
+ attr_accessor readiness: ("READY" | "NOT_READY" | "UNKNOWN" | "NOT_AUTHORIZED")
198
+ attr_accessor rules: ::Array[Types::RuleResult]
199
+ SENSITIVE: []
200
+ end
201
+
202
+ class GetReadinessCheckResponse
203
+ attr_accessor readiness_check_arn: ::String
204
+ attr_accessor readiness_check_name: ::String
205
+ attr_accessor resource_set: ::String
206
+ attr_accessor tags: ::Hash[::String, ::String]
207
+ SENSITIVE: []
208
+ end
209
+
210
+ class GetReadinessCheckStatusRequest
211
+ attr_accessor max_results: ::Integer
212
+ attr_accessor next_token: ::String
213
+ attr_accessor readiness_check_name: ::String
214
+ SENSITIVE: []
215
+ end
216
+
217
+ class GetReadinessCheckStatusResponse
218
+ attr_accessor messages: ::Array[Types::Message]
219
+ attr_accessor next_token: ::String
220
+ attr_accessor readiness: ("READY" | "NOT_READY" | "UNKNOWN" | "NOT_AUTHORIZED")
221
+ attr_accessor resources: ::Array[Types::ResourceResult]
222
+ SENSITIVE: []
223
+ end
224
+
225
+ class GetRecoveryGroupReadinessSummaryRequest
226
+ attr_accessor max_results: ::Integer
227
+ attr_accessor next_token: ::String
228
+ attr_accessor recovery_group_name: ::String
229
+ SENSITIVE: []
230
+ end
231
+
232
+ class GetRecoveryGroupReadinessSummaryResponse
233
+ attr_accessor next_token: ::String
234
+ attr_accessor readiness: ("READY" | "NOT_READY" | "UNKNOWN" | "NOT_AUTHORIZED")
235
+ attr_accessor readiness_checks: ::Array[Types::ReadinessCheckSummary]
236
+ SENSITIVE: []
237
+ end
238
+
239
+ class GetRecoveryGroupRequest
240
+ attr_accessor recovery_group_name: ::String
241
+ SENSITIVE: []
242
+ end
243
+
244
+ class GetRecoveryGroupResponse
245
+ attr_accessor cells: ::Array[::String]
246
+ attr_accessor recovery_group_arn: ::String
247
+ attr_accessor recovery_group_name: ::String
248
+ attr_accessor tags: ::Hash[::String, ::String]
249
+ SENSITIVE: []
250
+ end
251
+
252
+ class GetResourceSetRequest
253
+ attr_accessor resource_set_name: ::String
254
+ SENSITIVE: []
255
+ end
256
+
257
+ class GetResourceSetResponse
258
+ attr_accessor resource_set_arn: ::String
259
+ attr_accessor resource_set_name: ::String
260
+ attr_accessor resource_set_type: ::String
261
+ attr_accessor resources: ::Array[Types::Resource]
262
+ attr_accessor tags: ::Hash[::String, ::String]
263
+ SENSITIVE: []
264
+ end
265
+
266
+ class InternalServerException
267
+ attr_accessor message: ::String
268
+ SENSITIVE: []
269
+ end
270
+
271
+ class ListCellsRequest
272
+ attr_accessor max_results: ::Integer
273
+ attr_accessor next_token: ::String
274
+ SENSITIVE: []
275
+ end
276
+
277
+ class ListCellsResponse
278
+ attr_accessor cells: ::Array[Types::CellOutput]
279
+ attr_accessor next_token: ::String
280
+ SENSITIVE: []
281
+ end
282
+
283
+ class ListCrossAccountAuthorizationsRequest
284
+ attr_accessor max_results: ::Integer
285
+ attr_accessor next_token: ::String
286
+ SENSITIVE: []
287
+ end
288
+
289
+ class ListCrossAccountAuthorizationsResponse
290
+ attr_accessor cross_account_authorizations: ::Array[::String]
291
+ attr_accessor next_token: ::String
292
+ SENSITIVE: []
293
+ end
294
+
295
+ class ListReadinessChecksRequest
296
+ attr_accessor max_results: ::Integer
297
+ attr_accessor next_token: ::String
298
+ SENSITIVE: []
299
+ end
300
+
301
+ class ListReadinessChecksResponse
302
+ attr_accessor next_token: ::String
303
+ attr_accessor readiness_checks: ::Array[Types::ReadinessCheckOutput]
304
+ SENSITIVE: []
305
+ end
306
+
307
+ class ListRecoveryGroupsRequest
308
+ attr_accessor max_results: ::Integer
309
+ attr_accessor next_token: ::String
310
+ SENSITIVE: []
311
+ end
312
+
313
+ class ListRecoveryGroupsResponse
314
+ attr_accessor next_token: ::String
315
+ attr_accessor recovery_groups: ::Array[Types::RecoveryGroupOutput]
316
+ SENSITIVE: []
317
+ end
318
+
319
+ class ListResourceSetsRequest
320
+ attr_accessor max_results: ::Integer
321
+ attr_accessor next_token: ::String
322
+ SENSITIVE: []
323
+ end
324
+
325
+ class ListResourceSetsResponse
326
+ attr_accessor next_token: ::String
327
+ attr_accessor resource_sets: ::Array[Types::ResourceSetOutput]
328
+ SENSITIVE: []
329
+ end
330
+
331
+ class ListRulesOutput
332
+ attr_accessor resource_type: ::String
333
+ attr_accessor rule_description: ::String
334
+ attr_accessor rule_id: ::String
335
+ SENSITIVE: []
336
+ end
337
+
338
+ class ListRulesRequest
339
+ attr_accessor max_results: ::Integer
340
+ attr_accessor next_token: ::String
341
+ attr_accessor resource_type: ::String
342
+ SENSITIVE: []
343
+ end
344
+
345
+ class ListRulesResponse
346
+ attr_accessor next_token: ::String
347
+ attr_accessor rules: ::Array[Types::ListRulesOutput]
348
+ SENSITIVE: []
349
+ end
350
+
351
+ class ListTagsForResourcesRequest
352
+ attr_accessor resource_arn: ::String
353
+ SENSITIVE: []
354
+ end
355
+
356
+ class ListTagsForResourcesResponse
357
+ attr_accessor tags: ::Hash[::String, ::String]
358
+ SENSITIVE: []
359
+ end
360
+
361
+ class Message
362
+ attr_accessor message_text: ::String
363
+ SENSITIVE: []
364
+ end
365
+
366
+ class NLBResource
367
+ attr_accessor arn: ::String
368
+ SENSITIVE: []
369
+ end
370
+
371
+ class R53ResourceRecord
372
+ attr_accessor domain_name: ::String
373
+ attr_accessor record_set_id: ::String
374
+ SENSITIVE: []
375
+ end
376
+
377
+ class ReadinessCheckOutput
378
+ attr_accessor readiness_check_arn: ::String
379
+ attr_accessor readiness_check_name: ::String
380
+ attr_accessor resource_set: ::String
381
+ attr_accessor tags: ::Hash[::String, ::String]
382
+ SENSITIVE: []
383
+ end
384
+
385
+ class ReadinessCheckSummary
386
+ attr_accessor readiness: ("READY" | "NOT_READY" | "UNKNOWN" | "NOT_AUTHORIZED")
387
+ attr_accessor readiness_check_name: ::String
388
+ SENSITIVE: []
389
+ end
390
+
391
+ class Recommendation
392
+ attr_accessor recommendation_text: ::String
393
+ SENSITIVE: []
394
+ end
395
+
396
+ class RecoveryGroupOutput
397
+ attr_accessor cells: ::Array[::String]
398
+ attr_accessor recovery_group_arn: ::String
399
+ attr_accessor recovery_group_name: ::String
400
+ attr_accessor tags: ::Hash[::String, ::String]
401
+ SENSITIVE: []
402
+ end
403
+
404
+ class Resource
405
+ attr_accessor component_id: ::String
406
+ attr_accessor dns_target_resource: Types::DNSTargetResource
407
+ attr_accessor readiness_scopes: ::Array[::String]
408
+ attr_accessor resource_arn: ::String
409
+ SENSITIVE: []
410
+ end
411
+
412
+ class ResourceNotFoundException
413
+ attr_accessor message: ::String
414
+ SENSITIVE: []
415
+ end
416
+
417
+ class ResourceResult
418
+ attr_accessor component_id: ::String
419
+ attr_accessor last_checked_timestamp: ::Time
420
+ attr_accessor readiness: ("READY" | "NOT_READY" | "UNKNOWN" | "NOT_AUTHORIZED")
421
+ attr_accessor resource_arn: ::String
422
+ SENSITIVE: []
423
+ end
424
+
425
+ class ResourceSetOutput
426
+ attr_accessor resource_set_arn: ::String
427
+ attr_accessor resource_set_name: ::String
428
+ attr_accessor resource_set_type: ::String
429
+ attr_accessor resources: ::Array[Types::Resource]
430
+ attr_accessor tags: ::Hash[::String, ::String]
431
+ SENSITIVE: []
432
+ end
433
+
434
+ class RuleResult
435
+ attr_accessor last_checked_timestamp: ::Time
436
+ attr_accessor messages: ::Array[Types::Message]
437
+ attr_accessor readiness: ("READY" | "NOT_READY" | "UNKNOWN" | "NOT_AUTHORIZED")
438
+ attr_accessor rule_id: ::String
439
+ SENSITIVE: []
440
+ end
441
+
442
+ class TagResourceRequest
443
+ attr_accessor resource_arn: ::String
444
+ attr_accessor tags: ::Hash[::String, ::String]
445
+ SENSITIVE: []
446
+ end
447
+
448
+ class TagResourceResponse < Aws::EmptyStructure
449
+ end
450
+
451
+ class TargetResource
452
+ attr_accessor nlb_resource: Types::NLBResource
453
+ attr_accessor r53_resource: Types::R53ResourceRecord
454
+ SENSITIVE: []
455
+ end
456
+
457
+ class ThrottlingException
458
+ attr_accessor message: ::String
459
+ SENSITIVE: []
460
+ end
461
+
462
+ class UntagResourceRequest
463
+ attr_accessor resource_arn: ::String
464
+ attr_accessor tag_keys: ::Array[::String]
465
+ SENSITIVE: []
466
+ end
467
+
468
+ class UpdateCellRequest
469
+ attr_accessor cell_name: ::String
470
+ attr_accessor cells: ::Array[::String]
471
+ SENSITIVE: []
472
+ end
473
+
474
+ class UpdateCellResponse
475
+ attr_accessor cell_arn: ::String
476
+ attr_accessor cell_name: ::String
477
+ attr_accessor cells: ::Array[::String]
478
+ attr_accessor parent_readiness_scopes: ::Array[::String]
479
+ attr_accessor tags: ::Hash[::String, ::String]
480
+ SENSITIVE: []
481
+ end
482
+
483
+ class UpdateReadinessCheckRequest
484
+ attr_accessor readiness_check_name: ::String
485
+ attr_accessor resource_set_name: ::String
486
+ SENSITIVE: []
487
+ end
488
+
489
+ class UpdateReadinessCheckResponse
490
+ attr_accessor readiness_check_arn: ::String
491
+ attr_accessor readiness_check_name: ::String
492
+ attr_accessor resource_set: ::String
493
+ attr_accessor tags: ::Hash[::String, ::String]
494
+ SENSITIVE: []
495
+ end
496
+
497
+ class UpdateRecoveryGroupRequest
498
+ attr_accessor cells: ::Array[::String]
499
+ attr_accessor recovery_group_name: ::String
500
+ SENSITIVE: []
501
+ end
502
+
503
+ class UpdateRecoveryGroupResponse
504
+ attr_accessor cells: ::Array[::String]
505
+ attr_accessor recovery_group_arn: ::String
506
+ attr_accessor recovery_group_name: ::String
507
+ attr_accessor tags: ::Hash[::String, ::String]
508
+ SENSITIVE: []
509
+ end
510
+
511
+ class UpdateResourceSetRequest
512
+ attr_accessor resource_set_name: ::String
513
+ attr_accessor resource_set_type: ::String
514
+ attr_accessor resources: ::Array[Types::Resource]
515
+ SENSITIVE: []
516
+ end
517
+
518
+ class UpdateResourceSetResponse
519
+ attr_accessor resource_set_arn: ::String
520
+ attr_accessor resource_set_name: ::String
521
+ attr_accessor resource_set_type: ::String
522
+ attr_accessor resources: ::Array[Types::Resource]
523
+ attr_accessor tags: ::Hash[::String, ::String]
524
+ SENSITIVE: []
525
+ end
526
+
527
+ class ValidationException
528
+ attr_accessor message: ::String
529
+ SENSITIVE: []
530
+ end
531
+ end
532
+ 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 Route53RecoveryReadiness
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-route53recoveryreadiness
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.21.0
4
+ version: 1.22.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: 2023-11-28 00:00:00.000000000 Z
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.188.0
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.188.0
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-route53recoveryreadiness/plugins/endpoints.rb
67
67
  - lib/aws-sdk-route53recoveryreadiness/resource.rb
68
68
  - lib/aws-sdk-route53recoveryreadiness/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-route53recoveryreadiness
74
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-route53recoveryreadiness/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.1.6
91
- signing_key:
95
+ rubygems_version: 3.4.10
96
+ signing_key:
92
97
  specification_version: 4
93
98
  summary: AWS SDK for Ruby - AWS Route53 Recovery Readiness
94
99
  test_files: []