aws-sdk-route53globalresolver 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/sig/client.rbs ADDED
@@ -0,0 +1,977 @@
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 Route53GlobalResolver
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?account_id: String,
19
+ ?active_endpoint_cache: bool,
20
+ ?adaptive_retry_wait_to_fill: bool,
21
+ ?auth_scheme_preference: Array[String],
22
+ ?client_side_monitoring: bool,
23
+ ?client_side_monitoring_client_id: String,
24
+ ?client_side_monitoring_host: String,
25
+ ?client_side_monitoring_port: Integer,
26
+ ?client_side_monitoring_publisher: untyped,
27
+ ?convert_params: bool,
28
+ ?correct_clock_skew: bool,
29
+ ?defaults_mode: String,
30
+ ?disable_host_prefix_injection: bool,
31
+ ?disable_request_compression: bool,
32
+ ?endpoint: String,
33
+ ?endpoint_cache_max_entries: Integer,
34
+ ?endpoint_cache_max_threads: Integer,
35
+ ?endpoint_cache_poll_interval: Integer,
36
+ ?endpoint_discovery: bool,
37
+ ?ignore_configured_endpoint_urls: bool,
38
+ ?log_formatter: untyped,
39
+ ?log_level: Symbol,
40
+ ?logger: untyped,
41
+ ?max_attempts: Integer,
42
+ ?profile: String,
43
+ ?request_checksum_calculation: String,
44
+ ?request_min_compression_size_bytes: Integer,
45
+ ?response_checksum_validation: String,
46
+ ?retry_backoff: Proc,
47
+ ?retry_base_delay: Float,
48
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
49
+ ?retry_limit: Integer,
50
+ ?retry_max_delay: Integer,
51
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
52
+ ?sdk_ua_app_id: String,
53
+ ?secret_access_key: String,
54
+ ?session_token: String,
55
+ ?sigv4a_signing_region_set: Array[String],
56
+ ?stub_responses: untyped,
57
+ ?telemetry_provider: Aws::Telemetry::TelemetryProviderBase,
58
+ ?token_provider: untyped,
59
+ ?use_dualstack_endpoint: bool,
60
+ ?use_fips_endpoint: bool,
61
+ ?validate_params: bool,
62
+ ?endpoint_provider: untyped,
63
+ ?http_proxy: String,
64
+ ?http_open_timeout: (Float | Integer),
65
+ ?http_read_timeout: (Float | Integer),
66
+ ?http_idle_timeout: (Float | Integer),
67
+ ?http_continue_timeout: (Float | Integer),
68
+ ?ssl_timeout: (Float | Integer | nil),
69
+ ?http_wire_trace: bool,
70
+ ?ssl_verify_peer: bool,
71
+ ?ssl_ca_bundle: String,
72
+ ?ssl_ca_directory: String,
73
+ ?ssl_ca_store: String,
74
+ ?on_chunk_received: Proc,
75
+ ?on_chunk_sent: Proc,
76
+ ?raise_response_errors: bool
77
+ ) -> instance
78
+ | (?Hash[Symbol, untyped]) -> instance
79
+
80
+
81
+ interface _AssociateHostedZoneResponseSuccess
82
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociateHostedZoneOutput]
83
+ def id: () -> ::String
84
+ def resource_arn: () -> ::String
85
+ def hosted_zone_id: () -> ::String
86
+ def hosted_zone_name: () -> ::String
87
+ def name: () -> ::String
88
+ def created_at: () -> ::Time
89
+ def updated_at: () -> ::Time
90
+ def status: () -> ("CREATING" | "OPERATIONAL" | "DELETING")
91
+ end
92
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#associate_hosted_zone-instance_method
93
+ def associate_hosted_zone: (
94
+ hosted_zone_id: ::String,
95
+ resource_arn: ::String,
96
+ name: ::String
97
+ ) -> _AssociateHostedZoneResponseSuccess
98
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateHostedZoneResponseSuccess
99
+
100
+ interface _BatchCreateFirewallRuleResponseSuccess
101
+ include ::Seahorse::Client::_ResponseSuccess[Types::BatchCreateFirewallRuleOutput]
102
+ def failures: () -> ::Array[Types::BatchCreateFirewallRuleOutputItem]
103
+ def successes: () -> ::Array[Types::BatchCreateFirewallRuleOutputItem]
104
+ end
105
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#batch_create_firewall_rule-instance_method
106
+ def batch_create_firewall_rule: (
107
+ firewall_rules: Array[
108
+ {
109
+ action: ("ALLOW" | "ALERT" | "BLOCK"),
110
+ block_override_dns_type: ("CNAME")?,
111
+ block_override_domain: ::String?,
112
+ block_override_ttl: ::Integer?,
113
+ block_response: ("NODATA" | "NXDOMAIN" | "OVERRIDE")?,
114
+ client_token: ::String,
115
+ confidence_threshold: ("LOW" | "MEDIUM" | "HIGH")?,
116
+ description: ::String?,
117
+ dns_advanced_protection: ("DGA" | "DNS_TUNNELING")?,
118
+ firewall_domain_list_id: ::String?,
119
+ name: ::String,
120
+ priority: ::Integer?,
121
+ dns_view_id: ::String,
122
+ q_type: ::String?
123
+ },
124
+ ]
125
+ ) -> _BatchCreateFirewallRuleResponseSuccess
126
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchCreateFirewallRuleResponseSuccess
127
+
128
+ interface _BatchDeleteFirewallRuleResponseSuccess
129
+ include ::Seahorse::Client::_ResponseSuccess[Types::BatchDeleteFirewallRuleOutput]
130
+ def failures: () -> ::Array[Types::BatchDeleteFirewallRuleOutputItem]
131
+ def successes: () -> ::Array[Types::BatchDeleteFirewallRuleOutputItem]
132
+ end
133
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#batch_delete_firewall_rule-instance_method
134
+ def batch_delete_firewall_rule: (
135
+ firewall_rules: Array[
136
+ {
137
+ firewall_rule_id: ::String
138
+ },
139
+ ]
140
+ ) -> _BatchDeleteFirewallRuleResponseSuccess
141
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchDeleteFirewallRuleResponseSuccess
142
+
143
+ interface _BatchUpdateFirewallRuleResponseSuccess
144
+ include ::Seahorse::Client::_ResponseSuccess[Types::BatchUpdateFirewallRuleOutput]
145
+ def failures: () -> ::Array[Types::BatchUpdateFirewallRuleOutputItem]
146
+ def successes: () -> ::Array[Types::BatchUpdateFirewallRuleOutputItem]
147
+ end
148
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#batch_update_firewall_rule-instance_method
149
+ def batch_update_firewall_rule: (
150
+ firewall_rules: Array[
151
+ {
152
+ action: ("ALLOW" | "ALERT" | "BLOCK")?,
153
+ block_override_dns_type: ("CNAME")?,
154
+ block_override_domain: ::String?,
155
+ block_override_ttl: ::Integer?,
156
+ block_response: ("NODATA" | "NXDOMAIN" | "OVERRIDE")?,
157
+ confidence_threshold: ("LOW" | "MEDIUM" | "HIGH")?,
158
+ description: ::String?,
159
+ dns_advanced_protection: ("DGA" | "DNS_TUNNELING")?,
160
+ firewall_rule_id: ::String,
161
+ name: ::String?,
162
+ priority: ::Integer?
163
+ },
164
+ ]
165
+ ) -> _BatchUpdateFirewallRuleResponseSuccess
166
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchUpdateFirewallRuleResponseSuccess
167
+
168
+ interface _CreateAccessSourceResponseSuccess
169
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateAccessSourceOutput]
170
+ def arn: () -> ::String
171
+ def cidr: () -> ::String
172
+ def created_at: () -> ::Time
173
+ def id: () -> ::String
174
+ def ip_address_type: () -> ("IPV4" | "IPV6")
175
+ def name: () -> ::String
176
+ def dns_view_id: () -> ::String
177
+ def protocol: () -> ("DO53" | "DOH" | "DOT")
178
+ def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")
179
+ def updated_at: () -> ::Time
180
+ end
181
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#create_access_source-instance_method
182
+ def create_access_source: (
183
+ cidr: ::String,
184
+ ?client_token: ::String,
185
+ ?ip_address_type: ("IPV4" | "IPV6"),
186
+ ?name: ::String,
187
+ dns_view_id: ::String,
188
+ protocol: ("DO53" | "DOH" | "DOT"),
189
+ ?tags: Hash[::String, ::String]
190
+ ) -> _CreateAccessSourceResponseSuccess
191
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAccessSourceResponseSuccess
192
+
193
+ interface _CreateAccessTokenResponseSuccess
194
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateAccessTokenOutput]
195
+ def id: () -> ::String
196
+ def arn: () -> ::String
197
+ def client_token: () -> ::String
198
+ def created_at: () -> ::Time
199
+ def dns_view_id: () -> ::String
200
+ def expires_at: () -> ::Time
201
+ def name: () -> ::String
202
+ def status: () -> ("CREATING" | "OPERATIONAL" | "DELETING")
203
+ def value: () -> ::String
204
+ end
205
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#create_access_token-instance_method
206
+ def create_access_token: (
207
+ ?client_token: ::String,
208
+ dns_view_id: ::String,
209
+ ?expires_at: ::Time,
210
+ ?name: ::String,
211
+ ?tags: Hash[::String, ::String]
212
+ ) -> _CreateAccessTokenResponseSuccess
213
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAccessTokenResponseSuccess
214
+
215
+ interface _CreateDNSViewResponseSuccess
216
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDNSViewOutput]
217
+ def id: () -> ::String
218
+ def arn: () -> ::String
219
+ def client_token: () -> ::String
220
+ def dnssec_validation: () -> ("ENABLED" | "DISABLED")
221
+ def edns_client_subnet: () -> ("ENABLED" | "DISABLED")
222
+ def firewall_rules_fail_open: () -> ("ENABLED" | "DISABLED")
223
+ def name: () -> ::String
224
+ def description: () -> ::String
225
+ def global_resolver_id: () -> ::String
226
+ def created_at: () -> ::Time
227
+ def updated_at: () -> ::Time
228
+ def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "ENABLING" | "DISABLING" | "DISABLED" | "DELETING")
229
+ end
230
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#create_dns_view-instance_method
231
+ def create_dns_view: (
232
+ global_resolver_id: ::String,
233
+ ?client_token: ::String,
234
+ name: ::String,
235
+ ?dnssec_validation: ("ENABLED" | "DISABLED"),
236
+ ?edns_client_subnet: ("ENABLED" | "DISABLED"),
237
+ ?firewall_rules_fail_open: ("ENABLED" | "DISABLED"),
238
+ ?description: ::String,
239
+ ?tags: Hash[::String, ::String]
240
+ ) -> _CreateDNSViewResponseSuccess
241
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDNSViewResponseSuccess
242
+
243
+ interface _CreateFirewallDomainListResponseSuccess
244
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateFirewallDomainListOutput]
245
+ def arn: () -> ::String
246
+ def global_resolver_id: () -> ::String
247
+ def created_at: () -> ::Time
248
+ def description: () -> ::String
249
+ def domain_count: () -> ::Integer
250
+ def id: () -> ::String
251
+ def name: () -> ::String
252
+ def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")
253
+ def updated_at: () -> ::Time
254
+ end
255
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#create_firewall_domain_list-instance_method
256
+ def create_firewall_domain_list: (
257
+ ?client_token: ::String,
258
+ global_resolver_id: ::String,
259
+ ?description: ::String,
260
+ name: ::String,
261
+ ?tags: Hash[::String, ::String]
262
+ ) -> _CreateFirewallDomainListResponseSuccess
263
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFirewallDomainListResponseSuccess
264
+
265
+ interface _CreateFirewallRuleResponseSuccess
266
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateFirewallRuleOutput]
267
+ def action: () -> ("ALLOW" | "ALERT" | "BLOCK")
268
+ def block_override_dns_type: () -> ("CNAME")
269
+ def block_override_domain: () -> ::String
270
+ def block_override_ttl: () -> ::Integer
271
+ def block_response: () -> ("NODATA" | "NXDOMAIN" | "OVERRIDE")
272
+ def confidence_threshold: () -> ("LOW" | "MEDIUM" | "HIGH")
273
+ def created_at: () -> ::Time
274
+ def description: () -> ::String
275
+ def dns_advanced_protection: () -> ("DGA" | "DNS_TUNNELING")
276
+ def firewall_domain_list_id: () -> ::String
277
+ def id: () -> ::String
278
+ def name: () -> ::String
279
+ def priority: () -> ::Integer
280
+ def dns_view_id: () -> ::String
281
+ def query_type: () -> ::String
282
+ def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")
283
+ def updated_at: () -> ::Time
284
+ end
285
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#create_firewall_rule-instance_method
286
+ def create_firewall_rule: (
287
+ action: ("ALLOW" | "ALERT" | "BLOCK"),
288
+ ?block_override_dns_type: ("CNAME"),
289
+ ?block_override_domain: ::String,
290
+ ?block_override_ttl: ::Integer,
291
+ ?block_response: ("NODATA" | "NXDOMAIN" | "OVERRIDE"),
292
+ ?client_token: ::String,
293
+ ?confidence_threshold: ("LOW" | "MEDIUM" | "HIGH"),
294
+ ?description: ::String,
295
+ ?dns_advanced_protection: ("DGA" | "DNS_TUNNELING"),
296
+ ?firewall_domain_list_id: ::String,
297
+ name: ::String,
298
+ ?priority: ::Integer,
299
+ dns_view_id: ::String,
300
+ ?q_type: ::String
301
+ ) -> _CreateFirewallRuleResponseSuccess
302
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFirewallRuleResponseSuccess
303
+
304
+ interface _CreateGlobalResolverResponseSuccess
305
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateGlobalResolverOutput]
306
+ def id: () -> ::String
307
+ def arn: () -> ::String
308
+ def client_token: () -> ::String
309
+ def created_at: () -> ::Time
310
+ def description: () -> ::String
311
+ def dns_name: () -> ::String
312
+ def ipv4_addresses: () -> ::Array[::String]
313
+ def name: () -> ::String
314
+ def observability_region: () -> ::String
315
+ def regions: () -> ::Array[::String]
316
+ def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")
317
+ def updated_at: () -> ::Time
318
+ end
319
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#create_global_resolver-instance_method
320
+ def create_global_resolver: (
321
+ ?client_token: ::String,
322
+ ?description: ::String,
323
+ name: ::String,
324
+ ?observability_region: ::String,
325
+ regions: Array[::String],
326
+ ?tags: Hash[::String, ::String]
327
+ ) -> _CreateGlobalResolverResponseSuccess
328
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateGlobalResolverResponseSuccess
329
+
330
+ interface _DeleteAccessSourceResponseSuccess
331
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteAccessSourceOutput]
332
+ def arn: () -> ::String
333
+ def cidr: () -> ::String
334
+ def created_at: () -> ::Time
335
+ def id: () -> ::String
336
+ def ip_address_type: () -> ("IPV4" | "IPV6")
337
+ def name: () -> ::String
338
+ def dns_view_id: () -> ::String
339
+ def protocol: () -> ("DO53" | "DOH" | "DOT")
340
+ def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")
341
+ def updated_at: () -> ::Time
342
+ end
343
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#delete_access_source-instance_method
344
+ def delete_access_source: (
345
+ access_source_id: ::String
346
+ ) -> _DeleteAccessSourceResponseSuccess
347
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteAccessSourceResponseSuccess
348
+
349
+ interface _DeleteAccessTokenResponseSuccess
350
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteAccessTokenOutput]
351
+ def id: () -> ::String
352
+ def status: () -> ("CREATING" | "OPERATIONAL" | "DELETING")
353
+ def deleted_at: () -> ::Time
354
+ end
355
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#delete_access_token-instance_method
356
+ def delete_access_token: (
357
+ access_token_id: ::String
358
+ ) -> _DeleteAccessTokenResponseSuccess
359
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteAccessTokenResponseSuccess
360
+
361
+ interface _DeleteDNSViewResponseSuccess
362
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDNSViewOutput]
363
+ def id: () -> ::String
364
+ def arn: () -> ::String
365
+ def client_token: () -> ::String
366
+ def dnssec_validation: () -> ("ENABLED" | "DISABLED")
367
+ def edns_client_subnet: () -> ("ENABLED" | "DISABLED")
368
+ def firewall_rules_fail_open: () -> ("ENABLED" | "DISABLED")
369
+ def name: () -> ::String
370
+ def description: () -> ::String
371
+ def global_resolver_id: () -> ::String
372
+ def created_at: () -> ::Time
373
+ def updated_at: () -> ::Time
374
+ def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "ENABLING" | "DISABLING" | "DISABLED" | "DELETING")
375
+ end
376
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#delete_dns_view-instance_method
377
+ def delete_dns_view: (
378
+ dns_view_id: ::String
379
+ ) -> _DeleteDNSViewResponseSuccess
380
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDNSViewResponseSuccess
381
+
382
+ interface _DeleteFirewallDomainListResponseSuccess
383
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteFirewallDomainListOutput]
384
+ def arn: () -> ::String
385
+ def id: () -> ::String
386
+ def name: () -> ::String
387
+ def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")
388
+ end
389
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#delete_firewall_domain_list-instance_method
390
+ def delete_firewall_domain_list: (
391
+ firewall_domain_list_id: ::String
392
+ ) -> _DeleteFirewallDomainListResponseSuccess
393
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteFirewallDomainListResponseSuccess
394
+
395
+ interface _DeleteFirewallRuleResponseSuccess
396
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteFirewallRuleOutput]
397
+ def action: () -> ("ALLOW" | "ALERT" | "BLOCK")
398
+ def block_override_dns_type: () -> ("CNAME")
399
+ def block_override_domain: () -> ::String
400
+ def block_override_ttl: () -> ::Integer
401
+ def block_response: () -> ("NODATA" | "NXDOMAIN" | "OVERRIDE")
402
+ def confidence_threshold: () -> ("LOW" | "MEDIUM" | "HIGH")
403
+ def created_at: () -> ::Time
404
+ def description: () -> ::String
405
+ def dns_advanced_protection: () -> ("DGA" | "DNS_TUNNELING")
406
+ def firewall_domain_list_id: () -> ::String
407
+ def id: () -> ::String
408
+ def name: () -> ::String
409
+ def priority: () -> ::Integer
410
+ def dns_view_id: () -> ::String
411
+ def query_type: () -> ::String
412
+ def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")
413
+ def updated_at: () -> ::Time
414
+ end
415
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#delete_firewall_rule-instance_method
416
+ def delete_firewall_rule: (
417
+ firewall_rule_id: ::String
418
+ ) -> _DeleteFirewallRuleResponseSuccess
419
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteFirewallRuleResponseSuccess
420
+
421
+ interface _DeleteGlobalResolverResponseSuccess
422
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteGlobalResolverOutput]
423
+ def id: () -> ::String
424
+ def arn: () -> ::String
425
+ def client_token: () -> ::String
426
+ def dns_name: () -> ::String
427
+ def observability_region: () -> ::String
428
+ def name: () -> ::String
429
+ def description: () -> ::String
430
+ def regions: () -> ::Array[::String]
431
+ def created_at: () -> ::Time
432
+ def updated_at: () -> ::Time
433
+ def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")
434
+ def ipv4_addresses: () -> ::Array[::String]
435
+ end
436
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#delete_global_resolver-instance_method
437
+ def delete_global_resolver: (
438
+ global_resolver_id: ::String
439
+ ) -> _DeleteGlobalResolverResponseSuccess
440
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteGlobalResolverResponseSuccess
441
+
442
+ interface _DisableDNSViewResponseSuccess
443
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisableDNSViewOutput]
444
+ def id: () -> ::String
445
+ def arn: () -> ::String
446
+ def client_token: () -> ::String
447
+ def dnssec_validation: () -> ("ENABLED" | "DISABLED")
448
+ def edns_client_subnet: () -> ("ENABLED" | "DISABLED")
449
+ def firewall_rules_fail_open: () -> ("ENABLED" | "DISABLED")
450
+ def name: () -> ::String
451
+ def description: () -> ::String
452
+ def global_resolver_id: () -> ::String
453
+ def created_at: () -> ::Time
454
+ def updated_at: () -> ::Time
455
+ def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "ENABLING" | "DISABLING" | "DISABLED" | "DELETING")
456
+ end
457
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#disable_dns_view-instance_method
458
+ def disable_dns_view: (
459
+ dns_view_id: ::String
460
+ ) -> _DisableDNSViewResponseSuccess
461
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisableDNSViewResponseSuccess
462
+
463
+ interface _DisassociateHostedZoneResponseSuccess
464
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateHostedZoneOutput]
465
+ def id: () -> ::String
466
+ def resource_arn: () -> ::String
467
+ def hosted_zone_id: () -> ::String
468
+ def hosted_zone_name: () -> ::String
469
+ def name: () -> ::String
470
+ def created_at: () -> ::Time
471
+ def updated_at: () -> ::Time
472
+ def status: () -> ("CREATING" | "OPERATIONAL" | "DELETING")
473
+ end
474
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#disassociate_hosted_zone-instance_method
475
+ def disassociate_hosted_zone: (
476
+ hosted_zone_id: ::String,
477
+ resource_arn: ::String
478
+ ) -> _DisassociateHostedZoneResponseSuccess
479
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateHostedZoneResponseSuccess
480
+
481
+ interface _EnableDNSViewResponseSuccess
482
+ include ::Seahorse::Client::_ResponseSuccess[Types::EnableDNSViewOutput]
483
+ def id: () -> ::String
484
+ def arn: () -> ::String
485
+ def client_token: () -> ::String
486
+ def dnssec_validation: () -> ("ENABLED" | "DISABLED")
487
+ def edns_client_subnet: () -> ("ENABLED" | "DISABLED")
488
+ def firewall_rules_fail_open: () -> ("ENABLED" | "DISABLED")
489
+ def name: () -> ::String
490
+ def description: () -> ::String
491
+ def global_resolver_id: () -> ::String
492
+ def created_at: () -> ::Time
493
+ def updated_at: () -> ::Time
494
+ def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "ENABLING" | "DISABLING" | "DISABLED" | "DELETING")
495
+ end
496
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#enable_dns_view-instance_method
497
+ def enable_dns_view: (
498
+ dns_view_id: ::String
499
+ ) -> _EnableDNSViewResponseSuccess
500
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _EnableDNSViewResponseSuccess
501
+
502
+ interface _GetAccessSourceResponseSuccess
503
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetAccessSourceOutput]
504
+ def arn: () -> ::String
505
+ def cidr: () -> ::String
506
+ def created_at: () -> ::Time
507
+ def id: () -> ::String
508
+ def ip_address_type: () -> ("IPV4" | "IPV6")
509
+ def name: () -> ::String
510
+ def dns_view_id: () -> ::String
511
+ def protocol: () -> ("DO53" | "DOH" | "DOT")
512
+ def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")
513
+ def updated_at: () -> ::Time
514
+ end
515
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#get_access_source-instance_method
516
+ def get_access_source: (
517
+ access_source_id: ::String
518
+ ) -> _GetAccessSourceResponseSuccess
519
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAccessSourceResponseSuccess
520
+
521
+ interface _GetAccessTokenResponseSuccess
522
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetAccessTokenOutput]
523
+ def id: () -> ::String
524
+ def arn: () -> ::String
525
+ def client_token: () -> ::String
526
+ def created_at: () -> ::Time
527
+ def dns_view_id: () -> ::String
528
+ def expires_at: () -> ::Time
529
+ def global_resolver_id: () -> ::String
530
+ def name: () -> ::String
531
+ def status: () -> ("CREATING" | "OPERATIONAL" | "DELETING")
532
+ def updated_at: () -> ::Time
533
+ def value: () -> ::String
534
+ end
535
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#get_access_token-instance_method
536
+ def get_access_token: (
537
+ access_token_id: ::String
538
+ ) -> _GetAccessTokenResponseSuccess
539
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAccessTokenResponseSuccess
540
+
541
+ interface _GetDNSViewResponseSuccess
542
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDNSViewOutput]
543
+ def id: () -> ::String
544
+ def arn: () -> ::String
545
+ def client_token: () -> ::String
546
+ def dnssec_validation: () -> ("ENABLED" | "DISABLED")
547
+ def edns_client_subnet: () -> ("ENABLED" | "DISABLED")
548
+ def firewall_rules_fail_open: () -> ("ENABLED" | "DISABLED")
549
+ def name: () -> ::String
550
+ def description: () -> ::String
551
+ def global_resolver_id: () -> ::String
552
+ def created_at: () -> ::Time
553
+ def updated_at: () -> ::Time
554
+ def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "ENABLING" | "DISABLING" | "DISABLED" | "DELETING")
555
+ end
556
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#get_dns_view-instance_method
557
+ def get_dns_view: (
558
+ dns_view_id: ::String
559
+ ) -> _GetDNSViewResponseSuccess
560
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDNSViewResponseSuccess
561
+
562
+ interface _GetFirewallDomainListResponseSuccess
563
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetFirewallDomainListOutput]
564
+ def arn: () -> ::String
565
+ def global_resolver_id: () -> ::String
566
+ def client_token: () -> ::String
567
+ def created_at: () -> ::Time
568
+ def description: () -> ::String
569
+ def domain_count: () -> ::Integer
570
+ def id: () -> ::String
571
+ def name: () -> ::String
572
+ def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")
573
+ def status_message: () -> ::String
574
+ def updated_at: () -> ::Time
575
+ end
576
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#get_firewall_domain_list-instance_method
577
+ def get_firewall_domain_list: (
578
+ firewall_domain_list_id: ::String
579
+ ) -> _GetFirewallDomainListResponseSuccess
580
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetFirewallDomainListResponseSuccess
581
+
582
+ interface _GetFirewallRuleResponseSuccess
583
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetFirewallRuleOutput]
584
+ def action: () -> ("ALLOW" | "ALERT" | "BLOCK")
585
+ def block_override_dns_type: () -> ("CNAME")
586
+ def block_override_domain: () -> ::String
587
+ def block_override_ttl: () -> ::Integer
588
+ def block_response: () -> ("NODATA" | "NXDOMAIN" | "OVERRIDE")
589
+ def confidence_threshold: () -> ("LOW" | "MEDIUM" | "HIGH")
590
+ def created_at: () -> ::Time
591
+ def description: () -> ::String
592
+ def dns_advanced_protection: () -> ("DGA" | "DNS_TUNNELING")
593
+ def firewall_domain_list_id: () -> ::String
594
+ def id: () -> ::String
595
+ def name: () -> ::String
596
+ def priority: () -> ::Integer
597
+ def dns_view_id: () -> ::String
598
+ def query_type: () -> ::String
599
+ def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")
600
+ def updated_at: () -> ::Time
601
+ end
602
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#get_firewall_rule-instance_method
603
+ def get_firewall_rule: (
604
+ firewall_rule_id: ::String
605
+ ) -> _GetFirewallRuleResponseSuccess
606
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetFirewallRuleResponseSuccess
607
+
608
+ interface _GetGlobalResolverResponseSuccess
609
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetGlobalResolverOutput]
610
+ def id: () -> ::String
611
+ def arn: () -> ::String
612
+ def client_token: () -> ::String
613
+ def dns_name: () -> ::String
614
+ def observability_region: () -> ::String
615
+ def name: () -> ::String
616
+ def description: () -> ::String
617
+ def regions: () -> ::Array[::String]
618
+ def created_at: () -> ::Time
619
+ def updated_at: () -> ::Time
620
+ def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")
621
+ def ipv4_addresses: () -> ::Array[::String]
622
+ end
623
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#get_global_resolver-instance_method
624
+ def get_global_resolver: (
625
+ global_resolver_id: ::String
626
+ ) -> _GetGlobalResolverResponseSuccess
627
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetGlobalResolverResponseSuccess
628
+
629
+ interface _GetHostedZoneAssociationResponseSuccess
630
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetHostedZoneAssociationOutput]
631
+ def id: () -> ::String
632
+ def resource_arn: () -> ::String
633
+ def hosted_zone_id: () -> ::String
634
+ def hosted_zone_name: () -> ::String
635
+ def name: () -> ::String
636
+ def created_at: () -> ::Time
637
+ def updated_at: () -> ::Time
638
+ def status: () -> ("CREATING" | "OPERATIONAL" | "DELETING")
639
+ end
640
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#get_hosted_zone_association-instance_method
641
+ def get_hosted_zone_association: (
642
+ hosted_zone_association_id: ::String
643
+ ) -> _GetHostedZoneAssociationResponseSuccess
644
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetHostedZoneAssociationResponseSuccess
645
+
646
+ interface _GetManagedFirewallDomainListResponseSuccess
647
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetManagedFirewallDomainListOutput]
648
+ def description: () -> ::String
649
+ def id: () -> ::String
650
+ def name: () -> ::String
651
+ def managed_list_type: () -> ::String
652
+ end
653
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#get_managed_firewall_domain_list-instance_method
654
+ def get_managed_firewall_domain_list: (
655
+ managed_firewall_domain_list_id: ::String
656
+ ) -> _GetManagedFirewallDomainListResponseSuccess
657
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetManagedFirewallDomainListResponseSuccess
658
+
659
+ interface _ImportFirewallDomainsResponseSuccess
660
+ include ::Seahorse::Client::_ResponseSuccess[Types::ImportFirewallDomainsOutput]
661
+ def id: () -> ::String
662
+ def name: () -> ::String
663
+ def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")
664
+ end
665
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#import_firewall_domains-instance_method
666
+ def import_firewall_domains: (
667
+ domain_file_url: ::String,
668
+ firewall_domain_list_id: ::String,
669
+ operation: ::String
670
+ ) -> _ImportFirewallDomainsResponseSuccess
671
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ImportFirewallDomainsResponseSuccess
672
+
673
+ interface _ListAccessSourcesResponseSuccess
674
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListAccessSourcesOutput]
675
+ def next_token: () -> ::String
676
+ def access_sources: () -> ::Array[Types::AccessSourcesItem]
677
+ end
678
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#list_access_sources-instance_method
679
+ def list_access_sources: (
680
+ ?max_results: ::Integer,
681
+ ?next_token: ::String,
682
+ ?filters: Hash[::String, Array[::String]]
683
+ ) -> _ListAccessSourcesResponseSuccess
684
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAccessSourcesResponseSuccess
685
+
686
+ interface _ListAccessTokensResponseSuccess
687
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListAccessTokensOutput]
688
+ def next_token: () -> ::String
689
+ def access_tokens: () -> ::Array[Types::AccessTokenItem]
690
+ end
691
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#list_access_tokens-instance_method
692
+ def list_access_tokens: (
693
+ ?max_results: ::Integer,
694
+ ?next_token: ::String,
695
+ dns_view_id: ::String,
696
+ ?filters: Hash[::String, Array[::String]]
697
+ ) -> _ListAccessTokensResponseSuccess
698
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAccessTokensResponseSuccess
699
+
700
+ interface _ListDNSViewsResponseSuccess
701
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDNSViewsOutput]
702
+ def next_token: () -> ::String
703
+ def dns_views: () -> ::Array[Types::DNSViewSummary]
704
+ end
705
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#list_dns_views-instance_method
706
+ def list_dns_views: (
707
+ ?max_results: ::Integer,
708
+ ?next_token: ::String,
709
+ global_resolver_id: ::String
710
+ ) -> _ListDNSViewsResponseSuccess
711
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDNSViewsResponseSuccess
712
+
713
+ interface _ListFirewallDomainListsResponseSuccess
714
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListFirewallDomainListsOutput]
715
+ def next_token: () -> ::String
716
+ def firewall_domain_lists: () -> ::Array[Types::FirewallDomainListsItem]
717
+ end
718
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#list_firewall_domain_lists-instance_method
719
+ def list_firewall_domain_lists: (
720
+ ?max_results: ::Integer,
721
+ ?next_token: ::String,
722
+ ?global_resolver_id: ::String
723
+ ) -> _ListFirewallDomainListsResponseSuccess
724
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListFirewallDomainListsResponseSuccess
725
+
726
+ interface _ListFirewallDomainsResponseSuccess
727
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListFirewallDomainsOutput]
728
+ def next_token: () -> ::String
729
+ def domains: () -> ::Array[::String]
730
+ end
731
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#list_firewall_domains-instance_method
732
+ def list_firewall_domains: (
733
+ ?max_results: ::Integer,
734
+ ?next_token: ::String,
735
+ firewall_domain_list_id: ::String
736
+ ) -> _ListFirewallDomainsResponseSuccess
737
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListFirewallDomainsResponseSuccess
738
+
739
+ interface _ListFirewallRulesResponseSuccess
740
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListFirewallRulesOutput]
741
+ def next_token: () -> ::String
742
+ def firewall_rules: () -> ::Array[Types::FirewallRulesItem]
743
+ end
744
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#list_firewall_rules-instance_method
745
+ def list_firewall_rules: (
746
+ ?max_results: ::Integer,
747
+ ?next_token: ::String,
748
+ dns_view_id: ::String,
749
+ ?filters: Hash[::String, Array[::String]]
750
+ ) -> _ListFirewallRulesResponseSuccess
751
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListFirewallRulesResponseSuccess
752
+
753
+ interface _ListGlobalResolversResponseSuccess
754
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListGlobalResolversOutput]
755
+ def next_token: () -> ::String
756
+ def global_resolvers: () -> ::Array[Types::GlobalResolversItem]
757
+ end
758
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#list_global_resolvers-instance_method
759
+ def list_global_resolvers: (
760
+ ?max_results: ::Integer,
761
+ ?next_token: ::String
762
+ ) -> _ListGlobalResolversResponseSuccess
763
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListGlobalResolversResponseSuccess
764
+
765
+ interface _ListHostedZoneAssociationsResponseSuccess
766
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListHostedZoneAssociationsOutput]
767
+ def next_token: () -> ::String
768
+ def hosted_zone_associations: () -> ::Array[Types::HostedZoneAssociationSummary]
769
+ end
770
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#list_hosted_zone_associations-instance_method
771
+ def list_hosted_zone_associations: (
772
+ ?max_results: ::Integer,
773
+ ?next_token: ::String,
774
+ resource_arn: ::String
775
+ ) -> _ListHostedZoneAssociationsResponseSuccess
776
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListHostedZoneAssociationsResponseSuccess
777
+
778
+ interface _ListManagedFirewallDomainListsResponseSuccess
779
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListManagedFirewallDomainListsOutput]
780
+ def next_token: () -> ::String
781
+ def managed_firewall_domain_lists: () -> ::Array[Types::ManagedFirewallDomainListsItem]
782
+ end
783
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#list_managed_firewall_domain_lists-instance_method
784
+ def list_managed_firewall_domain_lists: (
785
+ ?max_results: ::Integer,
786
+ ?next_token: ::String,
787
+ managed_firewall_domain_list_type: ::String
788
+ ) -> _ListManagedFirewallDomainListsResponseSuccess
789
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListManagedFirewallDomainListsResponseSuccess
790
+
791
+ interface _ListTagsForResourceResponseSuccess
792
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
793
+ def tags: () -> ::Hash[::String, ::String]
794
+ end
795
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#list_tags_for_resource-instance_method
796
+ def list_tags_for_resource: (
797
+ resource_arn: ::String
798
+ ) -> _ListTagsForResourceResponseSuccess
799
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
800
+
801
+ interface _TagResourceResponseSuccess
802
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
803
+ end
804
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#tag_resource-instance_method
805
+ def tag_resource: (
806
+ resource_arn: ::String,
807
+ tags: Hash[::String, ::String]
808
+ ) -> _TagResourceResponseSuccess
809
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
810
+
811
+ interface _UntagResourceResponseSuccess
812
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
813
+ end
814
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#untag_resource-instance_method
815
+ def untag_resource: (
816
+ resource_arn: ::String,
817
+ tag_keys: Array[::String]
818
+ ) -> _UntagResourceResponseSuccess
819
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
820
+
821
+ interface _UpdateAccessSourceResponseSuccess
822
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateAccessSourceOutput]
823
+ def arn: () -> ::String
824
+ def cidr: () -> ::String
825
+ def created_at: () -> ::Time
826
+ def id: () -> ::String
827
+ def ip_address_type: () -> ("IPV4" | "IPV6")
828
+ def name: () -> ::String
829
+ def dns_view_id: () -> ::String
830
+ def protocol: () -> ("DO53" | "DOH" | "DOT")
831
+ def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")
832
+ def updated_at: () -> ::Time
833
+ end
834
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#update_access_source-instance_method
835
+ def update_access_source: (
836
+ access_source_id: ::String,
837
+ ?cidr: ::String,
838
+ ?ip_address_type: ("IPV4" | "IPV6"),
839
+ ?name: ::String,
840
+ ?protocol: ("DO53" | "DOH" | "DOT")
841
+ ) -> _UpdateAccessSourceResponseSuccess
842
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAccessSourceResponseSuccess
843
+
844
+ interface _UpdateAccessTokenResponseSuccess
845
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateAccessTokenOutput]
846
+ def id: () -> ::String
847
+ def name: () -> ::String
848
+ end
849
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#update_access_token-instance_method
850
+ def update_access_token: (
851
+ access_token_id: ::String,
852
+ name: ::String
853
+ ) -> _UpdateAccessTokenResponseSuccess
854
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAccessTokenResponseSuccess
855
+
856
+ interface _UpdateDNSViewResponseSuccess
857
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateDNSViewOutput]
858
+ def id: () -> ::String
859
+ def arn: () -> ::String
860
+ def client_token: () -> ::String
861
+ def dnssec_validation: () -> ("ENABLED" | "DISABLED")
862
+ def edns_client_subnet: () -> ("ENABLED" | "DISABLED")
863
+ def firewall_rules_fail_open: () -> ("ENABLED" | "DISABLED")
864
+ def name: () -> ::String
865
+ def description: () -> ::String
866
+ def global_resolver_id: () -> ::String
867
+ def created_at: () -> ::Time
868
+ def updated_at: () -> ::Time
869
+ def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "ENABLING" | "DISABLING" | "DISABLED" | "DELETING")
870
+ end
871
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#update_dns_view-instance_method
872
+ def update_dns_view: (
873
+ dns_view_id: ::String,
874
+ ?name: ::String,
875
+ ?description: ::String,
876
+ ?dnssec_validation: ("ENABLED" | "DISABLED"),
877
+ ?edns_client_subnet: ("ENABLED" | "DISABLED"),
878
+ ?firewall_rules_fail_open: ("ENABLED" | "DISABLED")
879
+ ) -> _UpdateDNSViewResponseSuccess
880
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDNSViewResponseSuccess
881
+
882
+ interface _UpdateFirewallDomainsResponseSuccess
883
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateFirewallDomainsOutput]
884
+ def id: () -> ::String
885
+ def name: () -> ::String
886
+ def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")
887
+ end
888
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#update_firewall_domains-instance_method
889
+ def update_firewall_domains: (
890
+ domains: Array[::String],
891
+ firewall_domain_list_id: ::String,
892
+ operation: ::String
893
+ ) -> _UpdateFirewallDomainsResponseSuccess
894
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFirewallDomainsResponseSuccess
895
+
896
+ interface _UpdateFirewallRuleResponseSuccess
897
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateFirewallRuleOutput]
898
+ def action: () -> ("ALLOW" | "ALERT" | "BLOCK")
899
+ def block_override_dns_type: () -> ("CNAME")
900
+ def block_override_domain: () -> ::String
901
+ def block_override_ttl: () -> ::Integer
902
+ def block_response: () -> ("NODATA" | "NXDOMAIN" | "OVERRIDE")
903
+ def confidence_threshold: () -> ("LOW" | "MEDIUM" | "HIGH")
904
+ def created_at: () -> ::Time
905
+ def description: () -> ::String
906
+ def dns_advanced_protection: () -> ("DGA" | "DNS_TUNNELING")
907
+ def firewall_domain_list_id: () -> ::String
908
+ def id: () -> ::String
909
+ def name: () -> ::String
910
+ def priority: () -> ::Integer
911
+ def dns_view_id: () -> ::String
912
+ def query_type: () -> ::String
913
+ def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")
914
+ def updated_at: () -> ::Time
915
+ end
916
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#update_firewall_rule-instance_method
917
+ def update_firewall_rule: (
918
+ ?action: ("ALLOW" | "ALERT" | "BLOCK"),
919
+ ?block_override_dns_type: ("CNAME"),
920
+ ?block_override_domain: ::String,
921
+ ?block_override_ttl: ::Integer,
922
+ ?block_response: ("NODATA" | "NXDOMAIN" | "OVERRIDE"),
923
+ client_token: ::String,
924
+ ?confidence_threshold: ("LOW" | "MEDIUM" | "HIGH"),
925
+ ?description: ::String,
926
+ ?dns_advanced_protection: ("DGA" | "DNS_TUNNELING"),
927
+ firewall_rule_id: ::String,
928
+ ?name: ::String,
929
+ ?priority: ::Integer
930
+ ) -> _UpdateFirewallRuleResponseSuccess
931
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFirewallRuleResponseSuccess
932
+
933
+ interface _UpdateGlobalResolverResponseSuccess
934
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateGlobalResolverOutput]
935
+ def id: () -> ::String
936
+ def arn: () -> ::String
937
+ def client_token: () -> ::String
938
+ def dns_name: () -> ::String
939
+ def observability_region: () -> ::String
940
+ def name: () -> ::String
941
+ def description: () -> ::String
942
+ def regions: () -> ::Array[::String]
943
+ def created_at: () -> ::Time
944
+ def updated_at: () -> ::Time
945
+ def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")
946
+ def ipv4_addresses: () -> ::Array[::String]
947
+ end
948
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#update_global_resolver-instance_method
949
+ def update_global_resolver: (
950
+ global_resolver_id: ::String,
951
+ ?name: ::String,
952
+ ?observability_region: ::String,
953
+ ?description: ::String
954
+ ) -> _UpdateGlobalResolverResponseSuccess
955
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateGlobalResolverResponseSuccess
956
+
957
+ interface _UpdateHostedZoneAssociationResponseSuccess
958
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateHostedZoneAssociationOutput]
959
+ def id: () -> ::String
960
+ def resource_arn: () -> ::String
961
+ def hosted_zone_id: () -> ::String
962
+ def hosted_zone_name: () -> ::String
963
+ def name: () -> ::String
964
+ def created_at: () -> ::Time
965
+ def updated_at: () -> ::Time
966
+ def status: () -> ("CREATING" | "OPERATIONAL" | "DELETING")
967
+ end
968
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53GlobalResolver/Client.html#update_hosted_zone_association-instance_method
969
+ def update_hosted_zone_association: (
970
+ hosted_zone_association_id: ::String,
971
+ ?name: ::String
972
+ ) -> _UpdateHostedZoneAssociationResponseSuccess
973
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateHostedZoneAssociationResponseSuccess
974
+ end
975
+ end
976
+ end
977
+