aws-sdk-route53 1.84.0 → 1.86.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/client.rbs ADDED
@@ -0,0 +1,1064 @@
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 Route53
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/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 _ActivateKeySigningKeyResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::ActivateKeySigningKeyResponse]
77
+ def change_info: () -> Types::ChangeInfo
78
+ end
79
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#activate_key_signing_key-instance_method
80
+ def activate_key_signing_key: (
81
+ hosted_zone_id: ::String,
82
+ name: ::String
83
+ ) -> _ActivateKeySigningKeyResponseSuccess
84
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ActivateKeySigningKeyResponseSuccess
85
+
86
+ interface _AssociateVPCWithHostedZoneResponseSuccess
87
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociateVPCWithHostedZoneResponse]
88
+ def change_info: () -> Types::ChangeInfo
89
+ end
90
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#associate_vpc_with_hosted_zone-instance_method
91
+ def associate_vpc_with_hosted_zone: (
92
+ hosted_zone_id: ::String,
93
+ vpc: {
94
+ vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "ap-east-1" | "me-south-1" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1")?,
95
+ vpc_id: ::String?
96
+ },
97
+ ?comment: ::String
98
+ ) -> _AssociateVPCWithHostedZoneResponseSuccess
99
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateVPCWithHostedZoneResponseSuccess
100
+
101
+ interface _ChangeCidrCollectionResponseSuccess
102
+ include ::Seahorse::Client::_ResponseSuccess[Types::ChangeCidrCollectionResponse]
103
+ def id: () -> ::String
104
+ end
105
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#change_cidr_collection-instance_method
106
+ def change_cidr_collection: (
107
+ id: ::String,
108
+ ?collection_version: ::Integer,
109
+ changes: Array[
110
+ {
111
+ location_name: ::String,
112
+ action: ("PUT" | "DELETE_IF_EXISTS"),
113
+ cidr_list: Array[::String]
114
+ },
115
+ ]
116
+ ) -> _ChangeCidrCollectionResponseSuccess
117
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ChangeCidrCollectionResponseSuccess
118
+
119
+ interface _ChangeResourceRecordSetsResponseSuccess
120
+ include ::Seahorse::Client::_ResponseSuccess[Types::ChangeResourceRecordSetsResponse]
121
+ def change_info: () -> Types::ChangeInfo
122
+ end
123
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#change_resource_record_sets-instance_method
124
+ def change_resource_record_sets: (
125
+ hosted_zone_id: ::String,
126
+ change_batch: {
127
+ comment: ::String?,
128
+ changes: Array[
129
+ {
130
+ action: ("CREATE" | "DELETE" | "UPSERT"),
131
+ resource_record_set: {
132
+ name: ::String,
133
+ type: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS"),
134
+ set_identifier: ::String?,
135
+ weight: ::Integer?,
136
+ region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "ca-central-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "cn-north-1" | "cn-northwest-1" | "ap-east-1" | "me-south-1" | "me-central-1" | "ap-south-1" | "ap-south-2" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1")?,
137
+ geo_location: {
138
+ continent_code: ::String?,
139
+ country_code: ::String?,
140
+ subdivision_code: ::String?
141
+ }?,
142
+ failover: ("PRIMARY" | "SECONDARY")?,
143
+ multi_value_answer: bool?,
144
+ ttl: ::Integer?,
145
+ resource_records: Array[
146
+ {
147
+ value: ::String
148
+ },
149
+ ]?,
150
+ alias_target: {
151
+ hosted_zone_id: ::String,
152
+ dns_name: ::String,
153
+ evaluate_target_health: bool
154
+ }?,
155
+ health_check_id: ::String?,
156
+ traffic_policy_instance_id: ::String?,
157
+ cidr_routing_config: {
158
+ collection_id: ::String,
159
+ location_name: ::String
160
+ }?,
161
+ geo_proximity_location: {
162
+ aws_region: ::String?,
163
+ local_zone_group: ::String?,
164
+ coordinates: {
165
+ latitude: ::String,
166
+ longitude: ::String
167
+ }?,
168
+ bias: ::Integer?
169
+ }?
170
+ }
171
+ },
172
+ ]
173
+ }
174
+ ) -> _ChangeResourceRecordSetsResponseSuccess
175
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ChangeResourceRecordSetsResponseSuccess
176
+
177
+ interface _ChangeTagsForResourceResponseSuccess
178
+ include ::Seahorse::Client::_ResponseSuccess[Types::ChangeTagsForResourceResponse]
179
+ end
180
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#change_tags_for_resource-instance_method
181
+ def change_tags_for_resource: (
182
+ resource_type: ("healthcheck" | "hostedzone"),
183
+ resource_id: ::String,
184
+ ?add_tags: Array[
185
+ {
186
+ key: ::String?,
187
+ value: ::String?
188
+ },
189
+ ],
190
+ ?remove_tag_keys: Array[::String]
191
+ ) -> _ChangeTagsForResourceResponseSuccess
192
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ChangeTagsForResourceResponseSuccess
193
+
194
+ interface _CreateCidrCollectionResponseSuccess
195
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateCidrCollectionResponse]
196
+ def collection: () -> Types::CidrCollection
197
+ def location: () -> ::String
198
+ end
199
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#create_cidr_collection-instance_method
200
+ def create_cidr_collection: (
201
+ name: ::String,
202
+ caller_reference: ::String
203
+ ) -> _CreateCidrCollectionResponseSuccess
204
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCidrCollectionResponseSuccess
205
+
206
+ interface _CreateHealthCheckResponseSuccess
207
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateHealthCheckResponse]
208
+ def health_check: () -> Types::HealthCheck
209
+ def location: () -> ::String
210
+ end
211
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#create_health_check-instance_method
212
+ def create_health_check: (
213
+ caller_reference: ::String,
214
+ health_check_config: {
215
+ ip_address: ::String?,
216
+ port: ::Integer?,
217
+ type: ("HTTP" | "HTTPS" | "HTTP_STR_MATCH" | "HTTPS_STR_MATCH" | "TCP" | "CALCULATED" | "CLOUDWATCH_METRIC" | "RECOVERY_CONTROL"),
218
+ resource_path: ::String?,
219
+ fully_qualified_domain_name: ::String?,
220
+ search_string: ::String?,
221
+ request_interval: ::Integer?,
222
+ failure_threshold: ::Integer?,
223
+ measure_latency: bool?,
224
+ inverted: bool?,
225
+ disabled: bool?,
226
+ health_threshold: ::Integer?,
227
+ child_health_checks: Array[::String]?,
228
+ enable_sni: bool?,
229
+ regions: Array[("us-east-1" | "us-west-1" | "us-west-2" | "eu-west-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-northeast-1" | "sa-east-1")]?,
230
+ alarm_identifier: {
231
+ region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "ca-central-1" | "eu-central-1" | "eu-central-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "ap-east-1" | "me-south-1" | "me-central-1" | "ap-south-1" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "cn-northwest-1" | "cn-north-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "ap-southeast-4" | "il-central-1" | "ca-west-1"),
232
+ name: ::String
233
+ }?,
234
+ insufficient_data_health_status: ("Healthy" | "Unhealthy" | "LastKnownStatus")?,
235
+ routing_control_arn: ::String?
236
+ }
237
+ ) -> _CreateHealthCheckResponseSuccess
238
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateHealthCheckResponseSuccess
239
+
240
+ interface _CreateHostedZoneResponseSuccess
241
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateHostedZoneResponse]
242
+ def hosted_zone: () -> Types::HostedZone
243
+ def change_info: () -> Types::ChangeInfo
244
+ def delegation_set: () -> Types::DelegationSet
245
+ def vpc: () -> Types::VPC
246
+ def location: () -> ::String
247
+ end
248
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#create_hosted_zone-instance_method
249
+ def create_hosted_zone: (
250
+ name: ::String,
251
+ ?vpc: {
252
+ vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "ap-east-1" | "me-south-1" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1")?,
253
+ vpc_id: ::String?
254
+ },
255
+ caller_reference: ::String,
256
+ ?hosted_zone_config: {
257
+ comment: ::String?,
258
+ private_zone: bool?
259
+ },
260
+ ?delegation_set_id: ::String
261
+ ) -> _CreateHostedZoneResponseSuccess
262
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateHostedZoneResponseSuccess
263
+
264
+ interface _CreateKeySigningKeyResponseSuccess
265
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateKeySigningKeyResponse]
266
+ def change_info: () -> Types::ChangeInfo
267
+ def key_signing_key: () -> Types::KeySigningKey
268
+ def location: () -> ::String
269
+ end
270
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#create_key_signing_key-instance_method
271
+ def create_key_signing_key: (
272
+ caller_reference: ::String,
273
+ hosted_zone_id: ::String,
274
+ key_management_service_arn: ::String,
275
+ name: ::String,
276
+ status: ::String
277
+ ) -> _CreateKeySigningKeyResponseSuccess
278
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateKeySigningKeyResponseSuccess
279
+
280
+ interface _CreateQueryLoggingConfigResponseSuccess
281
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateQueryLoggingConfigResponse]
282
+ def query_logging_config: () -> Types::QueryLoggingConfig
283
+ def location: () -> ::String
284
+ end
285
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#create_query_logging_config-instance_method
286
+ def create_query_logging_config: (
287
+ hosted_zone_id: ::String,
288
+ cloud_watch_logs_log_group_arn: ::String
289
+ ) -> _CreateQueryLoggingConfigResponseSuccess
290
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateQueryLoggingConfigResponseSuccess
291
+
292
+ interface _CreateReusableDelegationSetResponseSuccess
293
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateReusableDelegationSetResponse]
294
+ def delegation_set: () -> Types::DelegationSet
295
+ def location: () -> ::String
296
+ end
297
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#create_reusable_delegation_set-instance_method
298
+ def create_reusable_delegation_set: (
299
+ caller_reference: ::String,
300
+ ?hosted_zone_id: ::String
301
+ ) -> _CreateReusableDelegationSetResponseSuccess
302
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateReusableDelegationSetResponseSuccess
303
+
304
+ interface _CreateTrafficPolicyResponseSuccess
305
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateTrafficPolicyResponse]
306
+ def traffic_policy: () -> Types::TrafficPolicy
307
+ def location: () -> ::String
308
+ end
309
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#create_traffic_policy-instance_method
310
+ def create_traffic_policy: (
311
+ name: ::String,
312
+ document: ::String,
313
+ ?comment: ::String
314
+ ) -> _CreateTrafficPolicyResponseSuccess
315
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateTrafficPolicyResponseSuccess
316
+
317
+ interface _CreateTrafficPolicyInstanceResponseSuccess
318
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateTrafficPolicyInstanceResponse]
319
+ def traffic_policy_instance: () -> Types::TrafficPolicyInstance
320
+ def location: () -> ::String
321
+ end
322
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#create_traffic_policy_instance-instance_method
323
+ def create_traffic_policy_instance: (
324
+ hosted_zone_id: ::String,
325
+ name: ::String,
326
+ ttl: ::Integer,
327
+ traffic_policy_id: ::String,
328
+ traffic_policy_version: ::Integer
329
+ ) -> _CreateTrafficPolicyInstanceResponseSuccess
330
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateTrafficPolicyInstanceResponseSuccess
331
+
332
+ interface _CreateTrafficPolicyVersionResponseSuccess
333
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateTrafficPolicyVersionResponse]
334
+ def traffic_policy: () -> Types::TrafficPolicy
335
+ def location: () -> ::String
336
+ end
337
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#create_traffic_policy_version-instance_method
338
+ def create_traffic_policy_version: (
339
+ id: ::String,
340
+ document: ::String,
341
+ ?comment: ::String
342
+ ) -> _CreateTrafficPolicyVersionResponseSuccess
343
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateTrafficPolicyVersionResponseSuccess
344
+
345
+ interface _CreateVPCAssociationAuthorizationResponseSuccess
346
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateVPCAssociationAuthorizationResponse]
347
+ def hosted_zone_id: () -> ::String
348
+ def vpc: () -> Types::VPC
349
+ end
350
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#create_vpc_association_authorization-instance_method
351
+ def create_vpc_association_authorization: (
352
+ hosted_zone_id: ::String,
353
+ vpc: {
354
+ vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "ap-east-1" | "me-south-1" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1")?,
355
+ vpc_id: ::String?
356
+ }
357
+ ) -> _CreateVPCAssociationAuthorizationResponseSuccess
358
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateVPCAssociationAuthorizationResponseSuccess
359
+
360
+ interface _DeactivateKeySigningKeyResponseSuccess
361
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeactivateKeySigningKeyResponse]
362
+ def change_info: () -> Types::ChangeInfo
363
+ end
364
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#deactivate_key_signing_key-instance_method
365
+ def deactivate_key_signing_key: (
366
+ hosted_zone_id: ::String,
367
+ name: ::String
368
+ ) -> _DeactivateKeySigningKeyResponseSuccess
369
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeactivateKeySigningKeyResponseSuccess
370
+
371
+ interface _DeleteCidrCollectionResponseSuccess
372
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteCidrCollectionResponse]
373
+ end
374
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#delete_cidr_collection-instance_method
375
+ def delete_cidr_collection: (
376
+ id: ::String
377
+ ) -> _DeleteCidrCollectionResponseSuccess
378
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteCidrCollectionResponseSuccess
379
+
380
+ interface _DeleteHealthCheckResponseSuccess
381
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteHealthCheckResponse]
382
+ end
383
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#delete_health_check-instance_method
384
+ def delete_health_check: (
385
+ health_check_id: ::String
386
+ ) -> _DeleteHealthCheckResponseSuccess
387
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteHealthCheckResponseSuccess
388
+
389
+ interface _DeleteHostedZoneResponseSuccess
390
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteHostedZoneResponse]
391
+ def change_info: () -> Types::ChangeInfo
392
+ end
393
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#delete_hosted_zone-instance_method
394
+ def delete_hosted_zone: (
395
+ id: ::String
396
+ ) -> _DeleteHostedZoneResponseSuccess
397
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteHostedZoneResponseSuccess
398
+
399
+ interface _DeleteKeySigningKeyResponseSuccess
400
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteKeySigningKeyResponse]
401
+ def change_info: () -> Types::ChangeInfo
402
+ end
403
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#delete_key_signing_key-instance_method
404
+ def delete_key_signing_key: (
405
+ hosted_zone_id: ::String,
406
+ name: ::String
407
+ ) -> _DeleteKeySigningKeyResponseSuccess
408
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteKeySigningKeyResponseSuccess
409
+
410
+ interface _DeleteQueryLoggingConfigResponseSuccess
411
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteQueryLoggingConfigResponse]
412
+ end
413
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#delete_query_logging_config-instance_method
414
+ def delete_query_logging_config: (
415
+ id: ::String
416
+ ) -> _DeleteQueryLoggingConfigResponseSuccess
417
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteQueryLoggingConfigResponseSuccess
418
+
419
+ interface _DeleteReusableDelegationSetResponseSuccess
420
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteReusableDelegationSetResponse]
421
+ end
422
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#delete_reusable_delegation_set-instance_method
423
+ def delete_reusable_delegation_set: (
424
+ id: ::String
425
+ ) -> _DeleteReusableDelegationSetResponseSuccess
426
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteReusableDelegationSetResponseSuccess
427
+
428
+ interface _DeleteTrafficPolicyResponseSuccess
429
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteTrafficPolicyResponse]
430
+ end
431
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#delete_traffic_policy-instance_method
432
+ def delete_traffic_policy: (
433
+ id: ::String,
434
+ version: ::Integer
435
+ ) -> _DeleteTrafficPolicyResponseSuccess
436
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteTrafficPolicyResponseSuccess
437
+
438
+ interface _DeleteTrafficPolicyInstanceResponseSuccess
439
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteTrafficPolicyInstanceResponse]
440
+ end
441
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#delete_traffic_policy_instance-instance_method
442
+ def delete_traffic_policy_instance: (
443
+ id: ::String
444
+ ) -> _DeleteTrafficPolicyInstanceResponseSuccess
445
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteTrafficPolicyInstanceResponseSuccess
446
+
447
+ interface _DeleteVPCAssociationAuthorizationResponseSuccess
448
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteVPCAssociationAuthorizationResponse]
449
+ end
450
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#delete_vpc_association_authorization-instance_method
451
+ def delete_vpc_association_authorization: (
452
+ hosted_zone_id: ::String,
453
+ vpc: {
454
+ vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "ap-east-1" | "me-south-1" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1")?,
455
+ vpc_id: ::String?
456
+ }
457
+ ) -> _DeleteVPCAssociationAuthorizationResponseSuccess
458
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteVPCAssociationAuthorizationResponseSuccess
459
+
460
+ interface _DisableHostedZoneDNSSECResponseSuccess
461
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisableHostedZoneDNSSECResponse]
462
+ def change_info: () -> Types::ChangeInfo
463
+ end
464
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#disable_hosted_zone_dnssec-instance_method
465
+ def disable_hosted_zone_dnssec: (
466
+ hosted_zone_id: ::String
467
+ ) -> _DisableHostedZoneDNSSECResponseSuccess
468
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisableHostedZoneDNSSECResponseSuccess
469
+
470
+ interface _DisassociateVPCFromHostedZoneResponseSuccess
471
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateVPCFromHostedZoneResponse]
472
+ def change_info: () -> Types::ChangeInfo
473
+ end
474
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#disassociate_vpc_from_hosted_zone-instance_method
475
+ def disassociate_vpc_from_hosted_zone: (
476
+ hosted_zone_id: ::String,
477
+ vpc: {
478
+ vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "ap-east-1" | "me-south-1" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1")?,
479
+ vpc_id: ::String?
480
+ },
481
+ ?comment: ::String
482
+ ) -> _DisassociateVPCFromHostedZoneResponseSuccess
483
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateVPCFromHostedZoneResponseSuccess
484
+
485
+ interface _EnableHostedZoneDNSSECResponseSuccess
486
+ include ::Seahorse::Client::_ResponseSuccess[Types::EnableHostedZoneDNSSECResponse]
487
+ def change_info: () -> Types::ChangeInfo
488
+ end
489
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#enable_hosted_zone_dnssec-instance_method
490
+ def enable_hosted_zone_dnssec: (
491
+ hosted_zone_id: ::String
492
+ ) -> _EnableHostedZoneDNSSECResponseSuccess
493
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _EnableHostedZoneDNSSECResponseSuccess
494
+
495
+ interface _GetAccountLimitResponseSuccess
496
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetAccountLimitResponse]
497
+ def limit: () -> Types::AccountLimit
498
+ def count: () -> ::Integer
499
+ end
500
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#get_account_limit-instance_method
501
+ def get_account_limit: (
502
+ type: ("MAX_HEALTH_CHECKS_BY_OWNER" | "MAX_HOSTED_ZONES_BY_OWNER" | "MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER" | "MAX_REUSABLE_DELEGATION_SETS_BY_OWNER" | "MAX_TRAFFIC_POLICIES_BY_OWNER")
503
+ ) -> _GetAccountLimitResponseSuccess
504
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAccountLimitResponseSuccess
505
+
506
+ interface _GetChangeResponseSuccess
507
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetChangeResponse]
508
+ def change_info: () -> Types::ChangeInfo
509
+ end
510
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#get_change-instance_method
511
+ def get_change: (
512
+ id: ::String
513
+ ) -> _GetChangeResponseSuccess
514
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetChangeResponseSuccess
515
+
516
+ interface _GetCheckerIpRangesResponseSuccess
517
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetCheckerIpRangesResponse]
518
+ def checker_ip_ranges: () -> ::Array[::String]
519
+ end
520
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#get_checker_ip_ranges-instance_method
521
+ def get_checker_ip_ranges: (
522
+ ) -> _GetCheckerIpRangesResponseSuccess
523
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetCheckerIpRangesResponseSuccess
524
+
525
+ interface _GetDNSSECResponseSuccess
526
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDNSSECResponse]
527
+ def status: () -> Types::DNSSECStatus
528
+ def key_signing_keys: () -> ::Array[Types::KeySigningKey]
529
+ end
530
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#get_dnssec-instance_method
531
+ def get_dnssec: (
532
+ hosted_zone_id: ::String
533
+ ) -> _GetDNSSECResponseSuccess
534
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDNSSECResponseSuccess
535
+
536
+ interface _GetGeoLocationResponseSuccess
537
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetGeoLocationResponse]
538
+ def geo_location_details: () -> Types::GeoLocationDetails
539
+ end
540
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#get_geo_location-instance_method
541
+ def get_geo_location: (
542
+ ?continent_code: ::String,
543
+ ?country_code: ::String,
544
+ ?subdivision_code: ::String
545
+ ) -> _GetGeoLocationResponseSuccess
546
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetGeoLocationResponseSuccess
547
+
548
+ interface _GetHealthCheckResponseSuccess
549
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetHealthCheckResponse]
550
+ def health_check: () -> Types::HealthCheck
551
+ end
552
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#get_health_check-instance_method
553
+ def get_health_check: (
554
+ health_check_id: ::String
555
+ ) -> _GetHealthCheckResponseSuccess
556
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetHealthCheckResponseSuccess
557
+
558
+ interface _GetHealthCheckCountResponseSuccess
559
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetHealthCheckCountResponse]
560
+ def health_check_count: () -> ::Integer
561
+ end
562
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#get_health_check_count-instance_method
563
+ def get_health_check_count: (
564
+ ) -> _GetHealthCheckCountResponseSuccess
565
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetHealthCheckCountResponseSuccess
566
+
567
+ interface _GetHealthCheckLastFailureReasonResponseSuccess
568
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetHealthCheckLastFailureReasonResponse]
569
+ def health_check_observations: () -> ::Array[Types::HealthCheckObservation]
570
+ end
571
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#get_health_check_last_failure_reason-instance_method
572
+ def get_health_check_last_failure_reason: (
573
+ health_check_id: ::String
574
+ ) -> _GetHealthCheckLastFailureReasonResponseSuccess
575
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetHealthCheckLastFailureReasonResponseSuccess
576
+
577
+ interface _GetHealthCheckStatusResponseSuccess
578
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetHealthCheckStatusResponse]
579
+ def health_check_observations: () -> ::Array[Types::HealthCheckObservation]
580
+ end
581
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#get_health_check_status-instance_method
582
+ def get_health_check_status: (
583
+ health_check_id: ::String
584
+ ) -> _GetHealthCheckStatusResponseSuccess
585
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetHealthCheckStatusResponseSuccess
586
+
587
+ interface _GetHostedZoneResponseSuccess
588
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetHostedZoneResponse]
589
+ def hosted_zone: () -> Types::HostedZone
590
+ def delegation_set: () -> Types::DelegationSet
591
+ def vp_cs: () -> ::Array[Types::VPC]
592
+ end
593
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#get_hosted_zone-instance_method
594
+ def get_hosted_zone: (
595
+ id: ::String
596
+ ) -> _GetHostedZoneResponseSuccess
597
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetHostedZoneResponseSuccess
598
+
599
+ interface _GetHostedZoneCountResponseSuccess
600
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetHostedZoneCountResponse]
601
+ def hosted_zone_count: () -> ::Integer
602
+ end
603
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#get_hosted_zone_count-instance_method
604
+ def get_hosted_zone_count: (
605
+ ) -> _GetHostedZoneCountResponseSuccess
606
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetHostedZoneCountResponseSuccess
607
+
608
+ interface _GetHostedZoneLimitResponseSuccess
609
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetHostedZoneLimitResponse]
610
+ def limit: () -> Types::HostedZoneLimit
611
+ def count: () -> ::Integer
612
+ end
613
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#get_hosted_zone_limit-instance_method
614
+ def get_hosted_zone_limit: (
615
+ type: ("MAX_RRSETS_BY_ZONE" | "MAX_VPCS_ASSOCIATED_BY_ZONE"),
616
+ hosted_zone_id: ::String
617
+ ) -> _GetHostedZoneLimitResponseSuccess
618
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetHostedZoneLimitResponseSuccess
619
+
620
+ interface _GetQueryLoggingConfigResponseSuccess
621
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetQueryLoggingConfigResponse]
622
+ def query_logging_config: () -> Types::QueryLoggingConfig
623
+ end
624
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#get_query_logging_config-instance_method
625
+ def get_query_logging_config: (
626
+ id: ::String
627
+ ) -> _GetQueryLoggingConfigResponseSuccess
628
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetQueryLoggingConfigResponseSuccess
629
+
630
+ interface _GetReusableDelegationSetResponseSuccess
631
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetReusableDelegationSetResponse]
632
+ def delegation_set: () -> Types::DelegationSet
633
+ end
634
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#get_reusable_delegation_set-instance_method
635
+ def get_reusable_delegation_set: (
636
+ id: ::String
637
+ ) -> _GetReusableDelegationSetResponseSuccess
638
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetReusableDelegationSetResponseSuccess
639
+
640
+ interface _GetReusableDelegationSetLimitResponseSuccess
641
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetReusableDelegationSetLimitResponse]
642
+ def limit: () -> Types::ReusableDelegationSetLimit
643
+ def count: () -> ::Integer
644
+ end
645
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#get_reusable_delegation_set_limit-instance_method
646
+ def get_reusable_delegation_set_limit: (
647
+ type: ("MAX_ZONES_BY_REUSABLE_DELEGATION_SET"),
648
+ delegation_set_id: ::String
649
+ ) -> _GetReusableDelegationSetLimitResponseSuccess
650
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetReusableDelegationSetLimitResponseSuccess
651
+
652
+ interface _GetTrafficPolicyResponseSuccess
653
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetTrafficPolicyResponse]
654
+ def traffic_policy: () -> Types::TrafficPolicy
655
+ end
656
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#get_traffic_policy-instance_method
657
+ def get_traffic_policy: (
658
+ id: ::String,
659
+ version: ::Integer
660
+ ) -> _GetTrafficPolicyResponseSuccess
661
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetTrafficPolicyResponseSuccess
662
+
663
+ interface _GetTrafficPolicyInstanceResponseSuccess
664
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetTrafficPolicyInstanceResponse]
665
+ def traffic_policy_instance: () -> Types::TrafficPolicyInstance
666
+ end
667
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#get_traffic_policy_instance-instance_method
668
+ def get_traffic_policy_instance: (
669
+ id: ::String
670
+ ) -> _GetTrafficPolicyInstanceResponseSuccess
671
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetTrafficPolicyInstanceResponseSuccess
672
+
673
+ interface _GetTrafficPolicyInstanceCountResponseSuccess
674
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetTrafficPolicyInstanceCountResponse]
675
+ def traffic_policy_instance_count: () -> ::Integer
676
+ end
677
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#get_traffic_policy_instance_count-instance_method
678
+ def get_traffic_policy_instance_count: (
679
+ ) -> _GetTrafficPolicyInstanceCountResponseSuccess
680
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetTrafficPolicyInstanceCountResponseSuccess
681
+
682
+ interface _ListCidrBlocksResponseSuccess
683
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListCidrBlocksResponse]
684
+ def next_token: () -> ::String
685
+ def cidr_blocks: () -> ::Array[Types::CidrBlockSummary]
686
+ end
687
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#list_cidr_blocks-instance_method
688
+ def list_cidr_blocks: (
689
+ collection_id: ::String,
690
+ ?location_name: ::String,
691
+ ?next_token: ::String,
692
+ ?max_results: ::String
693
+ ) -> _ListCidrBlocksResponseSuccess
694
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCidrBlocksResponseSuccess
695
+
696
+ interface _ListCidrCollectionsResponseSuccess
697
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListCidrCollectionsResponse]
698
+ def next_token: () -> ::String
699
+ def cidr_collections: () -> ::Array[Types::CollectionSummary]
700
+ end
701
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#list_cidr_collections-instance_method
702
+ def list_cidr_collections: (
703
+ ?next_token: ::String,
704
+ ?max_results: ::String
705
+ ) -> _ListCidrCollectionsResponseSuccess
706
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCidrCollectionsResponseSuccess
707
+
708
+ interface _ListCidrLocationsResponseSuccess
709
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListCidrLocationsResponse]
710
+ def next_token: () -> ::String
711
+ def cidr_locations: () -> ::Array[Types::LocationSummary]
712
+ end
713
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#list_cidr_locations-instance_method
714
+ def list_cidr_locations: (
715
+ collection_id: ::String,
716
+ ?next_token: ::String,
717
+ ?max_results: ::String
718
+ ) -> _ListCidrLocationsResponseSuccess
719
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCidrLocationsResponseSuccess
720
+
721
+ interface _ListGeoLocationsResponseSuccess
722
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListGeoLocationsResponse]
723
+ def geo_location_details_list: () -> ::Array[Types::GeoLocationDetails]
724
+ def is_truncated: () -> bool
725
+ def next_continent_code: () -> ::String
726
+ def next_country_code: () -> ::String
727
+ def next_subdivision_code: () -> ::String
728
+ def max_items: () -> ::Integer
729
+ end
730
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#list_geo_locations-instance_method
731
+ def list_geo_locations: (
732
+ ?start_continent_code: ::String,
733
+ ?start_country_code: ::String,
734
+ ?start_subdivision_code: ::String,
735
+ ?max_items: ::Integer
736
+ ) -> _ListGeoLocationsResponseSuccess
737
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListGeoLocationsResponseSuccess
738
+
739
+ interface _ListHealthChecksResponseSuccess
740
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListHealthChecksResponse]
741
+ def health_checks: () -> ::Array[Types::HealthCheck]
742
+ def marker: () -> ::String
743
+ def is_truncated: () -> bool
744
+ def next_marker: () -> ::String
745
+ def max_items: () -> ::Integer
746
+ end
747
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#list_health_checks-instance_method
748
+ def list_health_checks: (
749
+ ?marker: ::String,
750
+ ?max_items: ::Integer
751
+ ) -> _ListHealthChecksResponseSuccess
752
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListHealthChecksResponseSuccess
753
+
754
+ interface _ListHostedZonesResponseSuccess
755
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListHostedZonesResponse]
756
+ def hosted_zones: () -> ::Array[Types::HostedZone]
757
+ def marker: () -> ::String
758
+ def is_truncated: () -> bool
759
+ def next_marker: () -> ::String
760
+ def max_items: () -> ::Integer
761
+ end
762
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#list_hosted_zones-instance_method
763
+ def list_hosted_zones: (
764
+ ?marker: ::String,
765
+ ?max_items: ::Integer,
766
+ ?delegation_set_id: ::String,
767
+ ?hosted_zone_type: ("PrivateHostedZone")
768
+ ) -> _ListHostedZonesResponseSuccess
769
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListHostedZonesResponseSuccess
770
+
771
+ interface _ListHostedZonesByNameResponseSuccess
772
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListHostedZonesByNameResponse]
773
+ def hosted_zones: () -> ::Array[Types::HostedZone]
774
+ def dns_name: () -> ::String
775
+ def hosted_zone_id: () -> ::String
776
+ def is_truncated: () -> bool
777
+ def next_dns_name: () -> ::String
778
+ def next_hosted_zone_id: () -> ::String
779
+ def max_items: () -> ::Integer
780
+ end
781
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#list_hosted_zones_by_name-instance_method
782
+ def list_hosted_zones_by_name: (
783
+ ?dns_name: ::String,
784
+ ?hosted_zone_id: ::String,
785
+ ?max_items: ::Integer
786
+ ) -> _ListHostedZonesByNameResponseSuccess
787
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListHostedZonesByNameResponseSuccess
788
+
789
+ interface _ListHostedZonesByVPCResponseSuccess
790
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListHostedZonesByVPCResponse]
791
+ def hosted_zone_summaries: () -> ::Array[Types::HostedZoneSummary]
792
+ def max_items: () -> ::Integer
793
+ def next_token: () -> ::String
794
+ end
795
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#list_hosted_zones_by_vpc-instance_method
796
+ def list_hosted_zones_by_vpc: (
797
+ vpc_id: ::String,
798
+ vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "ap-east-1" | "me-south-1" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1"),
799
+ ?max_items: ::Integer,
800
+ ?next_token: ::String
801
+ ) -> _ListHostedZonesByVPCResponseSuccess
802
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListHostedZonesByVPCResponseSuccess
803
+
804
+ interface _ListQueryLoggingConfigsResponseSuccess
805
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListQueryLoggingConfigsResponse]
806
+ def query_logging_configs: () -> ::Array[Types::QueryLoggingConfig]
807
+ def next_token: () -> ::String
808
+ end
809
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#list_query_logging_configs-instance_method
810
+ def list_query_logging_configs: (
811
+ ?hosted_zone_id: ::String,
812
+ ?next_token: ::String,
813
+ ?max_results: ::String
814
+ ) -> _ListQueryLoggingConfigsResponseSuccess
815
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListQueryLoggingConfigsResponseSuccess
816
+
817
+ interface _ListResourceRecordSetsResponseSuccess
818
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListResourceRecordSetsResponse]
819
+ def resource_record_sets: () -> ::Array[Types::ResourceRecordSet]
820
+ def is_truncated: () -> bool
821
+ def next_record_name: () -> ::String
822
+ def next_record_type: () -> ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS")
823
+ def next_record_identifier: () -> ::String
824
+ def max_items: () -> ::Integer
825
+ end
826
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#list_resource_record_sets-instance_method
827
+ def list_resource_record_sets: (
828
+ hosted_zone_id: ::String,
829
+ ?start_record_name: ::String,
830
+ ?start_record_type: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS"),
831
+ ?start_record_identifier: ::String,
832
+ ?max_items: ::Integer
833
+ ) -> _ListResourceRecordSetsResponseSuccess
834
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListResourceRecordSetsResponseSuccess
835
+
836
+ interface _ListReusableDelegationSetsResponseSuccess
837
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListReusableDelegationSetsResponse]
838
+ def delegation_sets: () -> ::Array[Types::DelegationSet]
839
+ def marker: () -> ::String
840
+ def is_truncated: () -> bool
841
+ def next_marker: () -> ::String
842
+ def max_items: () -> ::Integer
843
+ end
844
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#list_reusable_delegation_sets-instance_method
845
+ def list_reusable_delegation_sets: (
846
+ ?marker: ::String,
847
+ ?max_items: ::Integer
848
+ ) -> _ListReusableDelegationSetsResponseSuccess
849
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListReusableDelegationSetsResponseSuccess
850
+
851
+ interface _ListTagsForResourceResponseSuccess
852
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
853
+ def resource_tag_set: () -> Types::ResourceTagSet
854
+ end
855
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#list_tags_for_resource-instance_method
856
+ def list_tags_for_resource: (
857
+ resource_type: ("healthcheck" | "hostedzone"),
858
+ resource_id: ::String
859
+ ) -> _ListTagsForResourceResponseSuccess
860
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
861
+
862
+ interface _ListTagsForResourcesResponseSuccess
863
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourcesResponse]
864
+ def resource_tag_sets: () -> ::Array[Types::ResourceTagSet]
865
+ end
866
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#list_tags_for_resources-instance_method
867
+ def list_tags_for_resources: (
868
+ resource_type: ("healthcheck" | "hostedzone"),
869
+ resource_ids: Array[::String]
870
+ ) -> _ListTagsForResourcesResponseSuccess
871
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourcesResponseSuccess
872
+
873
+ interface _ListTrafficPoliciesResponseSuccess
874
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTrafficPoliciesResponse]
875
+ def traffic_policy_summaries: () -> ::Array[Types::TrafficPolicySummary]
876
+ def is_truncated: () -> bool
877
+ def traffic_policy_id_marker: () -> ::String
878
+ def max_items: () -> ::Integer
879
+ end
880
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#list_traffic_policies-instance_method
881
+ def list_traffic_policies: (
882
+ ?traffic_policy_id_marker: ::String,
883
+ ?max_items: ::Integer
884
+ ) -> _ListTrafficPoliciesResponseSuccess
885
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTrafficPoliciesResponseSuccess
886
+
887
+ interface _ListTrafficPolicyInstancesResponseSuccess
888
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTrafficPolicyInstancesResponse]
889
+ def traffic_policy_instances: () -> ::Array[Types::TrafficPolicyInstance]
890
+ def hosted_zone_id_marker: () -> ::String
891
+ def traffic_policy_instance_name_marker: () -> ::String
892
+ def traffic_policy_instance_type_marker: () -> ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS")
893
+ def is_truncated: () -> bool
894
+ def max_items: () -> ::Integer
895
+ end
896
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#list_traffic_policy_instances-instance_method
897
+ def list_traffic_policy_instances: (
898
+ ?hosted_zone_id_marker: ::String,
899
+ ?traffic_policy_instance_name_marker: ::String,
900
+ ?traffic_policy_instance_type_marker: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS"),
901
+ ?max_items: ::Integer
902
+ ) -> _ListTrafficPolicyInstancesResponseSuccess
903
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTrafficPolicyInstancesResponseSuccess
904
+
905
+ interface _ListTrafficPolicyInstancesByHostedZoneResponseSuccess
906
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTrafficPolicyInstancesByHostedZoneResponse]
907
+ def traffic_policy_instances: () -> ::Array[Types::TrafficPolicyInstance]
908
+ def traffic_policy_instance_name_marker: () -> ::String
909
+ def traffic_policy_instance_type_marker: () -> ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS")
910
+ def is_truncated: () -> bool
911
+ def max_items: () -> ::Integer
912
+ end
913
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#list_traffic_policy_instances_by_hosted_zone-instance_method
914
+ def list_traffic_policy_instances_by_hosted_zone: (
915
+ hosted_zone_id: ::String,
916
+ ?traffic_policy_instance_name_marker: ::String,
917
+ ?traffic_policy_instance_type_marker: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS"),
918
+ ?max_items: ::Integer
919
+ ) -> _ListTrafficPolicyInstancesByHostedZoneResponseSuccess
920
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTrafficPolicyInstancesByHostedZoneResponseSuccess
921
+
922
+ interface _ListTrafficPolicyInstancesByPolicyResponseSuccess
923
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTrafficPolicyInstancesByPolicyResponse]
924
+ def traffic_policy_instances: () -> ::Array[Types::TrafficPolicyInstance]
925
+ def hosted_zone_id_marker: () -> ::String
926
+ def traffic_policy_instance_name_marker: () -> ::String
927
+ def traffic_policy_instance_type_marker: () -> ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS")
928
+ def is_truncated: () -> bool
929
+ def max_items: () -> ::Integer
930
+ end
931
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#list_traffic_policy_instances_by_policy-instance_method
932
+ def list_traffic_policy_instances_by_policy: (
933
+ traffic_policy_id: ::String,
934
+ traffic_policy_version: ::Integer,
935
+ ?hosted_zone_id_marker: ::String,
936
+ ?traffic_policy_instance_name_marker: ::String,
937
+ ?traffic_policy_instance_type_marker: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS"),
938
+ ?max_items: ::Integer
939
+ ) -> _ListTrafficPolicyInstancesByPolicyResponseSuccess
940
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTrafficPolicyInstancesByPolicyResponseSuccess
941
+
942
+ interface _ListTrafficPolicyVersionsResponseSuccess
943
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTrafficPolicyVersionsResponse]
944
+ def traffic_policies: () -> ::Array[Types::TrafficPolicy]
945
+ def is_truncated: () -> bool
946
+ def traffic_policy_version_marker: () -> ::String
947
+ def max_items: () -> ::Integer
948
+ end
949
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#list_traffic_policy_versions-instance_method
950
+ def list_traffic_policy_versions: (
951
+ id: ::String,
952
+ ?traffic_policy_version_marker: ::String,
953
+ ?max_items: ::Integer
954
+ ) -> _ListTrafficPolicyVersionsResponseSuccess
955
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTrafficPolicyVersionsResponseSuccess
956
+
957
+ interface _ListVPCAssociationAuthorizationsResponseSuccess
958
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListVPCAssociationAuthorizationsResponse]
959
+ def hosted_zone_id: () -> ::String
960
+ def next_token: () -> ::String
961
+ def vp_cs: () -> ::Array[Types::VPC]
962
+ end
963
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#list_vpc_association_authorizations-instance_method
964
+ def list_vpc_association_authorizations: (
965
+ hosted_zone_id: ::String,
966
+ ?next_token: ::String,
967
+ ?max_results: ::String
968
+ ) -> _ListVPCAssociationAuthorizationsResponseSuccess
969
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListVPCAssociationAuthorizationsResponseSuccess
970
+
971
+ interface _TestDNSAnswerResponseSuccess
972
+ include ::Seahorse::Client::_ResponseSuccess[Types::TestDNSAnswerResponse]
973
+ def nameserver: () -> ::String
974
+ def record_name: () -> ::String
975
+ def record_type: () -> ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS")
976
+ def record_data: () -> ::Array[::String]
977
+ def response_code: () -> ::String
978
+ def protocol: () -> ::String
979
+ end
980
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#test_dns_answer-instance_method
981
+ def test_dns_answer: (
982
+ hosted_zone_id: ::String,
983
+ record_name: ::String,
984
+ record_type: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS"),
985
+ ?resolver_ip: ::String,
986
+ ?edns0_client_subnet_ip: ::String,
987
+ ?edns0_client_subnet_mask: ::String
988
+ ) -> _TestDNSAnswerResponseSuccess
989
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TestDNSAnswerResponseSuccess
990
+
991
+ interface _UpdateHealthCheckResponseSuccess
992
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateHealthCheckResponse]
993
+ def health_check: () -> Types::HealthCheck
994
+ end
995
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#update_health_check-instance_method
996
+ def update_health_check: (
997
+ health_check_id: ::String,
998
+ ?health_check_version: ::Integer,
999
+ ?ip_address: ::String,
1000
+ ?port: ::Integer,
1001
+ ?resource_path: ::String,
1002
+ ?fully_qualified_domain_name: ::String,
1003
+ ?search_string: ::String,
1004
+ ?failure_threshold: ::Integer,
1005
+ ?inverted: bool,
1006
+ ?disabled: bool,
1007
+ ?health_threshold: ::Integer,
1008
+ ?child_health_checks: Array[::String],
1009
+ ?enable_sni: bool,
1010
+ ?regions: Array[("us-east-1" | "us-west-1" | "us-west-2" | "eu-west-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-northeast-1" | "sa-east-1")],
1011
+ ?alarm_identifier: {
1012
+ region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "ca-central-1" | "eu-central-1" | "eu-central-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "ap-east-1" | "me-south-1" | "me-central-1" | "ap-south-1" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "cn-northwest-1" | "cn-north-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "ap-southeast-4" | "il-central-1" | "ca-west-1"),
1013
+ name: ::String
1014
+ },
1015
+ ?insufficient_data_health_status: ("Healthy" | "Unhealthy" | "LastKnownStatus"),
1016
+ ?reset_elements: Array[("FullyQualifiedDomainName" | "Regions" | "ResourcePath" | "ChildHealthChecks")]
1017
+ ) -> _UpdateHealthCheckResponseSuccess
1018
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateHealthCheckResponseSuccess
1019
+
1020
+ interface _UpdateHostedZoneCommentResponseSuccess
1021
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateHostedZoneCommentResponse]
1022
+ def hosted_zone: () -> Types::HostedZone
1023
+ end
1024
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#update_hosted_zone_comment-instance_method
1025
+ def update_hosted_zone_comment: (
1026
+ id: ::String,
1027
+ ?comment: ::String
1028
+ ) -> _UpdateHostedZoneCommentResponseSuccess
1029
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateHostedZoneCommentResponseSuccess
1030
+
1031
+ interface _UpdateTrafficPolicyCommentResponseSuccess
1032
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateTrafficPolicyCommentResponse]
1033
+ def traffic_policy: () -> Types::TrafficPolicy
1034
+ end
1035
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#update_traffic_policy_comment-instance_method
1036
+ def update_traffic_policy_comment: (
1037
+ id: ::String,
1038
+ version: ::Integer,
1039
+ comment: ::String
1040
+ ) -> _UpdateTrafficPolicyCommentResponseSuccess
1041
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateTrafficPolicyCommentResponseSuccess
1042
+
1043
+ interface _UpdateTrafficPolicyInstanceResponseSuccess
1044
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateTrafficPolicyInstanceResponse]
1045
+ def traffic_policy_instance: () -> Types::TrafficPolicyInstance
1046
+ end
1047
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#update_traffic_policy_instance-instance_method
1048
+ def update_traffic_policy_instance: (
1049
+ id: ::String,
1050
+ ttl: ::Integer,
1051
+ traffic_policy_id: ::String,
1052
+ traffic_policy_version: ::Integer
1053
+ ) -> _UpdateTrafficPolicyInstanceResponseSuccess
1054
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateTrafficPolicyInstanceResponseSuccess
1055
+
1056
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#wait_until-instance_method
1057
+ def wait_until: (:resource_record_sets_changed waiter_name,
1058
+ id: ::String
1059
+ ) -> Client::_GetChangeResponseSuccess
1060
+ | (:resource_record_sets_changed waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_GetChangeResponseSuccess
1061
+ end
1062
+ end
1063
+ end
1064
+