aws-sdk-route53resolver 1.53.0 → 1.55.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-route53resolver/client.rb +70 -46
- data/lib/aws-sdk-route53resolver/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-route53resolver.rb +1 -1
- data/sig/client.rbs +1016 -0
- data/sig/errors.rbs +73 -0
- data/sig/resource.rbs +80 -0
- data/sig/types.rbs +1183 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
    
        data/sig/client.rbs
    ADDED
    
    | @@ -0,0 +1,1016 @@ | |
| 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 Route53Resolver
         | 
| 10 | 
            +
                class Client < ::Seahorse::Client::Base
         | 
| 11 | 
            +
                  include ::Aws::ClientStubs
         | 
| 12 | 
            +
             | 
| 13 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/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 | 
            +
                                  ?simple_json: bool,
         | 
| 52 | 
            +
                                  ?stub_responses: untyped,
         | 
| 53 | 
            +
                                  ?token_provider: untyped,
         | 
| 54 | 
            +
                                  ?use_dualstack_endpoint: bool,
         | 
| 55 | 
            +
                                  ?use_fips_endpoint: bool,
         | 
| 56 | 
            +
                                  ?validate_params: bool,
         | 
| 57 | 
            +
                                  ?endpoint_provider: untyped,
         | 
| 58 | 
            +
                                  ?http_proxy: String,
         | 
| 59 | 
            +
                                  ?http_open_timeout: (Float | Integer),
         | 
| 60 | 
            +
                                  ?http_read_timeout: (Float | Integer),
         | 
| 61 | 
            +
                                  ?http_idle_timeout: (Float | Integer),
         | 
| 62 | 
            +
                                  ?http_continue_timeout: (Float | Integer),
         | 
| 63 | 
            +
                                  ?ssl_timeout: (Float | Integer | nil),
         | 
| 64 | 
            +
                                  ?http_wire_trace: bool,
         | 
| 65 | 
            +
                                  ?ssl_verify_peer: bool,
         | 
| 66 | 
            +
                                  ?ssl_ca_bundle: String,
         | 
| 67 | 
            +
                                  ?ssl_ca_directory: String,
         | 
| 68 | 
            +
                                  ?ssl_ca_store: String,
         | 
| 69 | 
            +
                                  ?on_chunk_received: Proc,
         | 
| 70 | 
            +
                                  ?on_chunk_sent: Proc,
         | 
| 71 | 
            +
                                  ?raise_response_errors: bool
         | 
| 72 | 
            +
                                ) -> instance
         | 
| 73 | 
            +
                              | (?Hash[Symbol, untyped]) -> instance
         | 
| 74 | 
            +
             | 
| 75 | 
            +
             | 
| 76 | 
            +
                  interface _AssociateFirewallRuleGroupResponseSuccess
         | 
| 77 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::AssociateFirewallRuleGroupResponse]
         | 
| 78 | 
            +
                    def firewall_rule_group_association: () -> Types::FirewallRuleGroupAssociation
         | 
| 79 | 
            +
                  end
         | 
| 80 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#associate_firewall_rule_group-instance_method
         | 
| 81 | 
            +
                  def associate_firewall_rule_group: (
         | 
| 82 | 
            +
                                                       creator_request_id: ::String,
         | 
| 83 | 
            +
                                                       firewall_rule_group_id: ::String,
         | 
| 84 | 
            +
                                                       vpc_id: ::String,
         | 
| 85 | 
            +
                                                       priority: ::Integer,
         | 
| 86 | 
            +
                                                       name: ::String,
         | 
| 87 | 
            +
                                                       ?mutation_protection: ("ENABLED" | "DISABLED"),
         | 
| 88 | 
            +
                                                       ?tags: Array[
         | 
| 89 | 
            +
                                                         {
         | 
| 90 | 
            +
                                                           key: ::String,
         | 
| 91 | 
            +
                                                           value: ::String
         | 
| 92 | 
            +
                                                         },
         | 
| 93 | 
            +
                                                       ]
         | 
| 94 | 
            +
                                                     ) -> _AssociateFirewallRuleGroupResponseSuccess
         | 
| 95 | 
            +
                                                   | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateFirewallRuleGroupResponseSuccess
         | 
| 96 | 
            +
             | 
| 97 | 
            +
                  interface _AssociateResolverEndpointIpAddressResponseSuccess
         | 
| 98 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::AssociateResolverEndpointIpAddressResponse]
         | 
| 99 | 
            +
                    def resolver_endpoint: () -> Types::ResolverEndpoint
         | 
| 100 | 
            +
                  end
         | 
| 101 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#associate_resolver_endpoint_ip_address-instance_method
         | 
| 102 | 
            +
                  def associate_resolver_endpoint_ip_address: (
         | 
| 103 | 
            +
                                                                resolver_endpoint_id: ::String,
         | 
| 104 | 
            +
                                                                ip_address: {
         | 
| 105 | 
            +
                                                                  ip_id: ::String?,
         | 
| 106 | 
            +
                                                                  subnet_id: ::String?,
         | 
| 107 | 
            +
                                                                  ip: ::String?,
         | 
| 108 | 
            +
                                                                  ipv_6: ::String?
         | 
| 109 | 
            +
                                                                }
         | 
| 110 | 
            +
                                                              ) -> _AssociateResolverEndpointIpAddressResponseSuccess
         | 
| 111 | 
            +
                                                            | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateResolverEndpointIpAddressResponseSuccess
         | 
| 112 | 
            +
             | 
| 113 | 
            +
                  interface _AssociateResolverQueryLogConfigResponseSuccess
         | 
| 114 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::AssociateResolverQueryLogConfigResponse]
         | 
| 115 | 
            +
                    def resolver_query_log_config_association: () -> Types::ResolverQueryLogConfigAssociation
         | 
| 116 | 
            +
                  end
         | 
| 117 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#associate_resolver_query_log_config-instance_method
         | 
| 118 | 
            +
                  def associate_resolver_query_log_config: (
         | 
| 119 | 
            +
                                                             resolver_query_log_config_id: ::String,
         | 
| 120 | 
            +
                                                             resource_id: ::String
         | 
| 121 | 
            +
                                                           ) -> _AssociateResolverQueryLogConfigResponseSuccess
         | 
| 122 | 
            +
                                                         | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateResolverQueryLogConfigResponseSuccess
         | 
| 123 | 
            +
             | 
| 124 | 
            +
                  interface _AssociateResolverRuleResponseSuccess
         | 
| 125 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::AssociateResolverRuleResponse]
         | 
| 126 | 
            +
                    def resolver_rule_association: () -> Types::ResolverRuleAssociation
         | 
| 127 | 
            +
                  end
         | 
| 128 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#associate_resolver_rule-instance_method
         | 
| 129 | 
            +
                  def associate_resolver_rule: (
         | 
| 130 | 
            +
                                                 resolver_rule_id: ::String,
         | 
| 131 | 
            +
                                                 ?name: ::String,
         | 
| 132 | 
            +
                                                 vpc_id: ::String
         | 
| 133 | 
            +
                                               ) -> _AssociateResolverRuleResponseSuccess
         | 
| 134 | 
            +
                                             | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateResolverRuleResponseSuccess
         | 
| 135 | 
            +
             | 
| 136 | 
            +
                  interface _CreateFirewallDomainListResponseSuccess
         | 
| 137 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::CreateFirewallDomainListResponse]
         | 
| 138 | 
            +
                    def firewall_domain_list: () -> Types::FirewallDomainList
         | 
| 139 | 
            +
                  end
         | 
| 140 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#create_firewall_domain_list-instance_method
         | 
| 141 | 
            +
                  def create_firewall_domain_list: (
         | 
| 142 | 
            +
                                                     creator_request_id: ::String,
         | 
| 143 | 
            +
                                                     name: ::String,
         | 
| 144 | 
            +
                                                     ?tags: Array[
         | 
| 145 | 
            +
                                                       {
         | 
| 146 | 
            +
                                                         key: ::String,
         | 
| 147 | 
            +
                                                         value: ::String
         | 
| 148 | 
            +
                                                       },
         | 
| 149 | 
            +
                                                     ]
         | 
| 150 | 
            +
                                                   ) -> _CreateFirewallDomainListResponseSuccess
         | 
| 151 | 
            +
                                                 | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFirewallDomainListResponseSuccess
         | 
| 152 | 
            +
             | 
| 153 | 
            +
                  interface _CreateFirewallRuleResponseSuccess
         | 
| 154 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::CreateFirewallRuleResponse]
         | 
| 155 | 
            +
                    def firewall_rule: () -> Types::FirewallRule
         | 
| 156 | 
            +
                  end
         | 
| 157 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#create_firewall_rule-instance_method
         | 
| 158 | 
            +
                  def create_firewall_rule: (
         | 
| 159 | 
            +
                                              creator_request_id: ::String,
         | 
| 160 | 
            +
                                              firewall_rule_group_id: ::String,
         | 
| 161 | 
            +
                                              firewall_domain_list_id: ::String,
         | 
| 162 | 
            +
                                              priority: ::Integer,
         | 
| 163 | 
            +
                                              action: ("ALLOW" | "BLOCK" | "ALERT"),
         | 
| 164 | 
            +
                                              ?block_response: ("NODATA" | "NXDOMAIN" | "OVERRIDE"),
         | 
| 165 | 
            +
                                              ?block_override_domain: ::String,
         | 
| 166 | 
            +
                                              ?block_override_dns_type: ("CNAME"),
         | 
| 167 | 
            +
                                              ?block_override_ttl: ::Integer,
         | 
| 168 | 
            +
                                              name: ::String,
         | 
| 169 | 
            +
                                              ?qtype: ::String
         | 
| 170 | 
            +
                                            ) -> _CreateFirewallRuleResponseSuccess
         | 
| 171 | 
            +
                                          | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFirewallRuleResponseSuccess
         | 
| 172 | 
            +
             | 
| 173 | 
            +
                  interface _CreateFirewallRuleGroupResponseSuccess
         | 
| 174 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::CreateFirewallRuleGroupResponse]
         | 
| 175 | 
            +
                    def firewall_rule_group: () -> Types::FirewallRuleGroup
         | 
| 176 | 
            +
                  end
         | 
| 177 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#create_firewall_rule_group-instance_method
         | 
| 178 | 
            +
                  def create_firewall_rule_group: (
         | 
| 179 | 
            +
                                                    creator_request_id: ::String,
         | 
| 180 | 
            +
                                                    name: ::String,
         | 
| 181 | 
            +
                                                    ?tags: Array[
         | 
| 182 | 
            +
                                                      {
         | 
| 183 | 
            +
                                                        key: ::String,
         | 
| 184 | 
            +
                                                        value: ::String
         | 
| 185 | 
            +
                                                      },
         | 
| 186 | 
            +
                                                    ]
         | 
| 187 | 
            +
                                                  ) -> _CreateFirewallRuleGroupResponseSuccess
         | 
| 188 | 
            +
                                                | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFirewallRuleGroupResponseSuccess
         | 
| 189 | 
            +
             | 
| 190 | 
            +
                  interface _CreateOutpostResolverResponseSuccess
         | 
| 191 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::CreateOutpostResolverResponse]
         | 
| 192 | 
            +
                    def outpost_resolver: () -> Types::OutpostResolver
         | 
| 193 | 
            +
                  end
         | 
| 194 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#create_outpost_resolver-instance_method
         | 
| 195 | 
            +
                  def create_outpost_resolver: (
         | 
| 196 | 
            +
                                                 creator_request_id: ::String,
         | 
| 197 | 
            +
                                                 name: ::String,
         | 
| 198 | 
            +
                                                 ?instance_count: ::Integer,
         | 
| 199 | 
            +
                                                 preferred_instance_type: ::String,
         | 
| 200 | 
            +
                                                 outpost_arn: ::String,
         | 
| 201 | 
            +
                                                 ?tags: Array[
         | 
| 202 | 
            +
                                                   {
         | 
| 203 | 
            +
                                                     key: ::String,
         | 
| 204 | 
            +
                                                     value: ::String
         | 
| 205 | 
            +
                                                   },
         | 
| 206 | 
            +
                                                 ]
         | 
| 207 | 
            +
                                               ) -> _CreateOutpostResolverResponseSuccess
         | 
| 208 | 
            +
                                             | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateOutpostResolverResponseSuccess
         | 
| 209 | 
            +
             | 
| 210 | 
            +
                  interface _CreateResolverEndpointResponseSuccess
         | 
| 211 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::CreateResolverEndpointResponse]
         | 
| 212 | 
            +
                    def resolver_endpoint: () -> Types::ResolverEndpoint
         | 
| 213 | 
            +
                  end
         | 
| 214 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#create_resolver_endpoint-instance_method
         | 
| 215 | 
            +
                  def create_resolver_endpoint: (
         | 
| 216 | 
            +
                                                  creator_request_id: ::String,
         | 
| 217 | 
            +
                                                  ?name: ::String,
         | 
| 218 | 
            +
                                                  security_group_ids: Array[::String],
         | 
| 219 | 
            +
                                                  direction: ("INBOUND" | "OUTBOUND"),
         | 
| 220 | 
            +
                                                  ip_addresses: Array[
         | 
| 221 | 
            +
                                                    {
         | 
| 222 | 
            +
                                                      subnet_id: ::String,
         | 
| 223 | 
            +
                                                      ip: ::String?,
         | 
| 224 | 
            +
                                                      ipv_6: ::String?
         | 
| 225 | 
            +
                                                    },
         | 
| 226 | 
            +
                                                  ],
         | 
| 227 | 
            +
                                                  ?outpost_arn: ::String,
         | 
| 228 | 
            +
                                                  ?preferred_instance_type: ::String,
         | 
| 229 | 
            +
                                                  ?tags: Array[
         | 
| 230 | 
            +
                                                    {
         | 
| 231 | 
            +
                                                      key: ::String,
         | 
| 232 | 
            +
                                                      value: ::String
         | 
| 233 | 
            +
                                                    },
         | 
| 234 | 
            +
                                                  ],
         | 
| 235 | 
            +
                                                  ?resolver_endpoint_type: ("IPV6" | "IPV4" | "DUALSTACK"),
         | 
| 236 | 
            +
                                                  ?protocols: Array[("DoH" | "Do53" | "DoH-FIPS")]
         | 
| 237 | 
            +
                                                ) -> _CreateResolverEndpointResponseSuccess
         | 
| 238 | 
            +
                                              | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateResolverEndpointResponseSuccess
         | 
| 239 | 
            +
             | 
| 240 | 
            +
                  interface _CreateResolverQueryLogConfigResponseSuccess
         | 
| 241 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::CreateResolverQueryLogConfigResponse]
         | 
| 242 | 
            +
                    def resolver_query_log_config: () -> Types::ResolverQueryLogConfig
         | 
| 243 | 
            +
                  end
         | 
| 244 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#create_resolver_query_log_config-instance_method
         | 
| 245 | 
            +
                  def create_resolver_query_log_config: (
         | 
| 246 | 
            +
                                                          name: ::String,
         | 
| 247 | 
            +
                                                          destination_arn: ::String,
         | 
| 248 | 
            +
                                                          creator_request_id: ::String,
         | 
| 249 | 
            +
                                                          ?tags: Array[
         | 
| 250 | 
            +
                                                            {
         | 
| 251 | 
            +
                                                              key: ::String,
         | 
| 252 | 
            +
                                                              value: ::String
         | 
| 253 | 
            +
                                                            },
         | 
| 254 | 
            +
                                                          ]
         | 
| 255 | 
            +
                                                        ) -> _CreateResolverQueryLogConfigResponseSuccess
         | 
| 256 | 
            +
                                                      | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateResolverQueryLogConfigResponseSuccess
         | 
| 257 | 
            +
             | 
| 258 | 
            +
                  interface _CreateResolverRuleResponseSuccess
         | 
| 259 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::CreateResolverRuleResponse]
         | 
| 260 | 
            +
                    def resolver_rule: () -> Types::ResolverRule
         | 
| 261 | 
            +
                  end
         | 
| 262 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#create_resolver_rule-instance_method
         | 
| 263 | 
            +
                  def create_resolver_rule: (
         | 
| 264 | 
            +
                                              creator_request_id: ::String,
         | 
| 265 | 
            +
                                              ?name: ::String,
         | 
| 266 | 
            +
                                              rule_type: ("FORWARD" | "SYSTEM" | "RECURSIVE"),
         | 
| 267 | 
            +
                                              ?domain_name: ::String,
         | 
| 268 | 
            +
                                              ?target_ips: Array[
         | 
| 269 | 
            +
                                                {
         | 
| 270 | 
            +
                                                  ip: ::String?,
         | 
| 271 | 
            +
                                                  port: ::Integer?,
         | 
| 272 | 
            +
                                                  ipv_6: ::String?,
         | 
| 273 | 
            +
                                                  protocol: ("DoH" | "Do53" | "DoH-FIPS")?
         | 
| 274 | 
            +
                                                },
         | 
| 275 | 
            +
                                              ],
         | 
| 276 | 
            +
                                              ?resolver_endpoint_id: ::String,
         | 
| 277 | 
            +
                                              ?tags: Array[
         | 
| 278 | 
            +
                                                {
         | 
| 279 | 
            +
                                                  key: ::String,
         | 
| 280 | 
            +
                                                  value: ::String
         | 
| 281 | 
            +
                                                },
         | 
| 282 | 
            +
                                              ]
         | 
| 283 | 
            +
                                            ) -> _CreateResolverRuleResponseSuccess
         | 
| 284 | 
            +
                                          | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateResolverRuleResponseSuccess
         | 
| 285 | 
            +
             | 
| 286 | 
            +
                  interface _DeleteFirewallDomainListResponseSuccess
         | 
| 287 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::DeleteFirewallDomainListResponse]
         | 
| 288 | 
            +
                    def firewall_domain_list: () -> Types::FirewallDomainList
         | 
| 289 | 
            +
                  end
         | 
| 290 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#delete_firewall_domain_list-instance_method
         | 
| 291 | 
            +
                  def delete_firewall_domain_list: (
         | 
| 292 | 
            +
                                                     firewall_domain_list_id: ::String
         | 
| 293 | 
            +
                                                   ) -> _DeleteFirewallDomainListResponseSuccess
         | 
| 294 | 
            +
                                                 | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteFirewallDomainListResponseSuccess
         | 
| 295 | 
            +
             | 
| 296 | 
            +
                  interface _DeleteFirewallRuleResponseSuccess
         | 
| 297 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::DeleteFirewallRuleResponse]
         | 
| 298 | 
            +
                    def firewall_rule: () -> Types::FirewallRule
         | 
| 299 | 
            +
                  end
         | 
| 300 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#delete_firewall_rule-instance_method
         | 
| 301 | 
            +
                  def delete_firewall_rule: (
         | 
| 302 | 
            +
                                              firewall_rule_group_id: ::String,
         | 
| 303 | 
            +
                                              firewall_domain_list_id: ::String,
         | 
| 304 | 
            +
                                              ?qtype: ::String
         | 
| 305 | 
            +
                                            ) -> _DeleteFirewallRuleResponseSuccess
         | 
| 306 | 
            +
                                          | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteFirewallRuleResponseSuccess
         | 
| 307 | 
            +
             | 
| 308 | 
            +
                  interface _DeleteFirewallRuleGroupResponseSuccess
         | 
| 309 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::DeleteFirewallRuleGroupResponse]
         | 
| 310 | 
            +
                    def firewall_rule_group: () -> Types::FirewallRuleGroup
         | 
| 311 | 
            +
                  end
         | 
| 312 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#delete_firewall_rule_group-instance_method
         | 
| 313 | 
            +
                  def delete_firewall_rule_group: (
         | 
| 314 | 
            +
                                                    firewall_rule_group_id: ::String
         | 
| 315 | 
            +
                                                  ) -> _DeleteFirewallRuleGroupResponseSuccess
         | 
| 316 | 
            +
                                                | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteFirewallRuleGroupResponseSuccess
         | 
| 317 | 
            +
             | 
| 318 | 
            +
                  interface _DeleteOutpostResolverResponseSuccess
         | 
| 319 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::DeleteOutpostResolverResponse]
         | 
| 320 | 
            +
                    def outpost_resolver: () -> Types::OutpostResolver
         | 
| 321 | 
            +
                  end
         | 
| 322 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#delete_outpost_resolver-instance_method
         | 
| 323 | 
            +
                  def delete_outpost_resolver: (
         | 
| 324 | 
            +
                                                 id: ::String
         | 
| 325 | 
            +
                                               ) -> _DeleteOutpostResolverResponseSuccess
         | 
| 326 | 
            +
                                             | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteOutpostResolverResponseSuccess
         | 
| 327 | 
            +
             | 
| 328 | 
            +
                  interface _DeleteResolverEndpointResponseSuccess
         | 
| 329 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::DeleteResolverEndpointResponse]
         | 
| 330 | 
            +
                    def resolver_endpoint: () -> Types::ResolverEndpoint
         | 
| 331 | 
            +
                  end
         | 
| 332 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#delete_resolver_endpoint-instance_method
         | 
| 333 | 
            +
                  def delete_resolver_endpoint: (
         | 
| 334 | 
            +
                                                  resolver_endpoint_id: ::String
         | 
| 335 | 
            +
                                                ) -> _DeleteResolverEndpointResponseSuccess
         | 
| 336 | 
            +
                                              | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteResolverEndpointResponseSuccess
         | 
| 337 | 
            +
             | 
| 338 | 
            +
                  interface _DeleteResolverQueryLogConfigResponseSuccess
         | 
| 339 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::DeleteResolverQueryLogConfigResponse]
         | 
| 340 | 
            +
                    def resolver_query_log_config: () -> Types::ResolverQueryLogConfig
         | 
| 341 | 
            +
                  end
         | 
| 342 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#delete_resolver_query_log_config-instance_method
         | 
| 343 | 
            +
                  def delete_resolver_query_log_config: (
         | 
| 344 | 
            +
                                                          resolver_query_log_config_id: ::String
         | 
| 345 | 
            +
                                                        ) -> _DeleteResolverQueryLogConfigResponseSuccess
         | 
| 346 | 
            +
                                                      | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteResolverQueryLogConfigResponseSuccess
         | 
| 347 | 
            +
             | 
| 348 | 
            +
                  interface _DeleteResolverRuleResponseSuccess
         | 
| 349 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::DeleteResolverRuleResponse]
         | 
| 350 | 
            +
                    def resolver_rule: () -> Types::ResolverRule
         | 
| 351 | 
            +
                  end
         | 
| 352 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#delete_resolver_rule-instance_method
         | 
| 353 | 
            +
                  def delete_resolver_rule: (
         | 
| 354 | 
            +
                                              resolver_rule_id: ::String
         | 
| 355 | 
            +
                                            ) -> _DeleteResolverRuleResponseSuccess
         | 
| 356 | 
            +
                                          | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteResolverRuleResponseSuccess
         | 
| 357 | 
            +
             | 
| 358 | 
            +
                  interface _DisassociateFirewallRuleGroupResponseSuccess
         | 
| 359 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateFirewallRuleGroupResponse]
         | 
| 360 | 
            +
                    def firewall_rule_group_association: () -> Types::FirewallRuleGroupAssociation
         | 
| 361 | 
            +
                  end
         | 
| 362 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#disassociate_firewall_rule_group-instance_method
         | 
| 363 | 
            +
                  def disassociate_firewall_rule_group: (
         | 
| 364 | 
            +
                                                          firewall_rule_group_association_id: ::String
         | 
| 365 | 
            +
                                                        ) -> _DisassociateFirewallRuleGroupResponseSuccess
         | 
| 366 | 
            +
                                                      | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateFirewallRuleGroupResponseSuccess
         | 
| 367 | 
            +
             | 
| 368 | 
            +
                  interface _DisassociateResolverEndpointIpAddressResponseSuccess
         | 
| 369 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateResolverEndpointIpAddressResponse]
         | 
| 370 | 
            +
                    def resolver_endpoint: () -> Types::ResolverEndpoint
         | 
| 371 | 
            +
                  end
         | 
| 372 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#disassociate_resolver_endpoint_ip_address-instance_method
         | 
| 373 | 
            +
                  def disassociate_resolver_endpoint_ip_address: (
         | 
| 374 | 
            +
                                                                   resolver_endpoint_id: ::String,
         | 
| 375 | 
            +
                                                                   ip_address: {
         | 
| 376 | 
            +
                                                                     ip_id: ::String?,
         | 
| 377 | 
            +
                                                                     subnet_id: ::String?,
         | 
| 378 | 
            +
                                                                     ip: ::String?,
         | 
| 379 | 
            +
                                                                     ipv_6: ::String?
         | 
| 380 | 
            +
                                                                   }
         | 
| 381 | 
            +
                                                                 ) -> _DisassociateResolverEndpointIpAddressResponseSuccess
         | 
| 382 | 
            +
                                                               | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateResolverEndpointIpAddressResponseSuccess
         | 
| 383 | 
            +
             | 
| 384 | 
            +
                  interface _DisassociateResolverQueryLogConfigResponseSuccess
         | 
| 385 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateResolverQueryLogConfigResponse]
         | 
| 386 | 
            +
                    def resolver_query_log_config_association: () -> Types::ResolverQueryLogConfigAssociation
         | 
| 387 | 
            +
                  end
         | 
| 388 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#disassociate_resolver_query_log_config-instance_method
         | 
| 389 | 
            +
                  def disassociate_resolver_query_log_config: (
         | 
| 390 | 
            +
                                                                resolver_query_log_config_id: ::String,
         | 
| 391 | 
            +
                                                                resource_id: ::String
         | 
| 392 | 
            +
                                                              ) -> _DisassociateResolverQueryLogConfigResponseSuccess
         | 
| 393 | 
            +
                                                            | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateResolverQueryLogConfigResponseSuccess
         | 
| 394 | 
            +
             | 
| 395 | 
            +
                  interface _DisassociateResolverRuleResponseSuccess
         | 
| 396 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateResolverRuleResponse]
         | 
| 397 | 
            +
                    def resolver_rule_association: () -> Types::ResolverRuleAssociation
         | 
| 398 | 
            +
                  end
         | 
| 399 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#disassociate_resolver_rule-instance_method
         | 
| 400 | 
            +
                  def disassociate_resolver_rule: (
         | 
| 401 | 
            +
                                                    vpc_id: ::String,
         | 
| 402 | 
            +
                                                    resolver_rule_id: ::String
         | 
| 403 | 
            +
                                                  ) -> _DisassociateResolverRuleResponseSuccess
         | 
| 404 | 
            +
                                                | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateResolverRuleResponseSuccess
         | 
| 405 | 
            +
             | 
| 406 | 
            +
                  interface _GetFirewallConfigResponseSuccess
         | 
| 407 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::GetFirewallConfigResponse]
         | 
| 408 | 
            +
                    def firewall_config: () -> Types::FirewallConfig
         | 
| 409 | 
            +
                  end
         | 
| 410 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#get_firewall_config-instance_method
         | 
| 411 | 
            +
                  def get_firewall_config: (
         | 
| 412 | 
            +
                                             resource_id: ::String
         | 
| 413 | 
            +
                                           ) -> _GetFirewallConfigResponseSuccess
         | 
| 414 | 
            +
                                         | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetFirewallConfigResponseSuccess
         | 
| 415 | 
            +
             | 
| 416 | 
            +
                  interface _GetFirewallDomainListResponseSuccess
         | 
| 417 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::GetFirewallDomainListResponse]
         | 
| 418 | 
            +
                    def firewall_domain_list: () -> Types::FirewallDomainList
         | 
| 419 | 
            +
                  end
         | 
| 420 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#get_firewall_domain_list-instance_method
         | 
| 421 | 
            +
                  def get_firewall_domain_list: (
         | 
| 422 | 
            +
                                                  firewall_domain_list_id: ::String
         | 
| 423 | 
            +
                                                ) -> _GetFirewallDomainListResponseSuccess
         | 
| 424 | 
            +
                                              | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetFirewallDomainListResponseSuccess
         | 
| 425 | 
            +
             | 
| 426 | 
            +
                  interface _GetFirewallRuleGroupResponseSuccess
         | 
| 427 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::GetFirewallRuleGroupResponse]
         | 
| 428 | 
            +
                    def firewall_rule_group: () -> Types::FirewallRuleGroup
         | 
| 429 | 
            +
                  end
         | 
| 430 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#get_firewall_rule_group-instance_method
         | 
| 431 | 
            +
                  def get_firewall_rule_group: (
         | 
| 432 | 
            +
                                                 firewall_rule_group_id: ::String
         | 
| 433 | 
            +
                                               ) -> _GetFirewallRuleGroupResponseSuccess
         | 
| 434 | 
            +
                                             | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetFirewallRuleGroupResponseSuccess
         | 
| 435 | 
            +
             | 
| 436 | 
            +
                  interface _GetFirewallRuleGroupAssociationResponseSuccess
         | 
| 437 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::GetFirewallRuleGroupAssociationResponse]
         | 
| 438 | 
            +
                    def firewall_rule_group_association: () -> Types::FirewallRuleGroupAssociation
         | 
| 439 | 
            +
                  end
         | 
| 440 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#get_firewall_rule_group_association-instance_method
         | 
| 441 | 
            +
                  def get_firewall_rule_group_association: (
         | 
| 442 | 
            +
                                                             firewall_rule_group_association_id: ::String
         | 
| 443 | 
            +
                                                           ) -> _GetFirewallRuleGroupAssociationResponseSuccess
         | 
| 444 | 
            +
                                                         | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetFirewallRuleGroupAssociationResponseSuccess
         | 
| 445 | 
            +
             | 
| 446 | 
            +
                  interface _GetFirewallRuleGroupPolicyResponseSuccess
         | 
| 447 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::GetFirewallRuleGroupPolicyResponse]
         | 
| 448 | 
            +
                    def firewall_rule_group_policy: () -> ::String
         | 
| 449 | 
            +
                  end
         | 
| 450 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#get_firewall_rule_group_policy-instance_method
         | 
| 451 | 
            +
                  def get_firewall_rule_group_policy: (
         | 
| 452 | 
            +
                                                        arn: ::String
         | 
| 453 | 
            +
                                                      ) -> _GetFirewallRuleGroupPolicyResponseSuccess
         | 
| 454 | 
            +
                                                    | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetFirewallRuleGroupPolicyResponseSuccess
         | 
| 455 | 
            +
             | 
| 456 | 
            +
                  interface _GetOutpostResolverResponseSuccess
         | 
| 457 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::GetOutpostResolverResponse]
         | 
| 458 | 
            +
                    def outpost_resolver: () -> Types::OutpostResolver
         | 
| 459 | 
            +
                  end
         | 
| 460 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#get_outpost_resolver-instance_method
         | 
| 461 | 
            +
                  def get_outpost_resolver: (
         | 
| 462 | 
            +
                                              id: ::String
         | 
| 463 | 
            +
                                            ) -> _GetOutpostResolverResponseSuccess
         | 
| 464 | 
            +
                                          | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetOutpostResolverResponseSuccess
         | 
| 465 | 
            +
             | 
| 466 | 
            +
                  interface _GetResolverConfigResponseSuccess
         | 
| 467 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::GetResolverConfigResponse]
         | 
| 468 | 
            +
                    def resolver_config: () -> Types::ResolverConfig
         | 
| 469 | 
            +
                  end
         | 
| 470 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#get_resolver_config-instance_method
         | 
| 471 | 
            +
                  def get_resolver_config: (
         | 
| 472 | 
            +
                                             resource_id: ::String
         | 
| 473 | 
            +
                                           ) -> _GetResolverConfigResponseSuccess
         | 
| 474 | 
            +
                                         | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetResolverConfigResponseSuccess
         | 
| 475 | 
            +
             | 
| 476 | 
            +
                  interface _GetResolverDnssecConfigResponseSuccess
         | 
| 477 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::GetResolverDnssecConfigResponse]
         | 
| 478 | 
            +
                    def resolver_dnssec_config: () -> Types::ResolverDnssecConfig
         | 
| 479 | 
            +
                  end
         | 
| 480 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#get_resolver_dnssec_config-instance_method
         | 
| 481 | 
            +
                  def get_resolver_dnssec_config: (
         | 
| 482 | 
            +
                                                    resource_id: ::String
         | 
| 483 | 
            +
                                                  ) -> _GetResolverDnssecConfigResponseSuccess
         | 
| 484 | 
            +
                                                | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetResolverDnssecConfigResponseSuccess
         | 
| 485 | 
            +
             | 
| 486 | 
            +
                  interface _GetResolverEndpointResponseSuccess
         | 
| 487 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::GetResolverEndpointResponse]
         | 
| 488 | 
            +
                    def resolver_endpoint: () -> Types::ResolverEndpoint
         | 
| 489 | 
            +
                  end
         | 
| 490 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#get_resolver_endpoint-instance_method
         | 
| 491 | 
            +
                  def get_resolver_endpoint: (
         | 
| 492 | 
            +
                                               resolver_endpoint_id: ::String
         | 
| 493 | 
            +
                                             ) -> _GetResolverEndpointResponseSuccess
         | 
| 494 | 
            +
                                           | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetResolverEndpointResponseSuccess
         | 
| 495 | 
            +
             | 
| 496 | 
            +
                  interface _GetResolverQueryLogConfigResponseSuccess
         | 
| 497 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::GetResolverQueryLogConfigResponse]
         | 
| 498 | 
            +
                    def resolver_query_log_config: () -> Types::ResolverQueryLogConfig
         | 
| 499 | 
            +
                  end
         | 
| 500 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#get_resolver_query_log_config-instance_method
         | 
| 501 | 
            +
                  def get_resolver_query_log_config: (
         | 
| 502 | 
            +
                                                       resolver_query_log_config_id: ::String
         | 
| 503 | 
            +
                                                     ) -> _GetResolverQueryLogConfigResponseSuccess
         | 
| 504 | 
            +
                                                   | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetResolverQueryLogConfigResponseSuccess
         | 
| 505 | 
            +
             | 
| 506 | 
            +
                  interface _GetResolverQueryLogConfigAssociationResponseSuccess
         | 
| 507 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::GetResolverQueryLogConfigAssociationResponse]
         | 
| 508 | 
            +
                    def resolver_query_log_config_association: () -> Types::ResolverQueryLogConfigAssociation
         | 
| 509 | 
            +
                  end
         | 
| 510 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#get_resolver_query_log_config_association-instance_method
         | 
| 511 | 
            +
                  def get_resolver_query_log_config_association: (
         | 
| 512 | 
            +
                                                                   resolver_query_log_config_association_id: ::String
         | 
| 513 | 
            +
                                                                 ) -> _GetResolverQueryLogConfigAssociationResponseSuccess
         | 
| 514 | 
            +
                                                               | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetResolverQueryLogConfigAssociationResponseSuccess
         | 
| 515 | 
            +
             | 
| 516 | 
            +
                  interface _GetResolverQueryLogConfigPolicyResponseSuccess
         | 
| 517 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::GetResolverQueryLogConfigPolicyResponse]
         | 
| 518 | 
            +
                    def resolver_query_log_config_policy: () -> ::String
         | 
| 519 | 
            +
                  end
         | 
| 520 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#get_resolver_query_log_config_policy-instance_method
         | 
| 521 | 
            +
                  def get_resolver_query_log_config_policy: (
         | 
| 522 | 
            +
                                                              arn: ::String
         | 
| 523 | 
            +
                                                            ) -> _GetResolverQueryLogConfigPolicyResponseSuccess
         | 
| 524 | 
            +
                                                          | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetResolverQueryLogConfigPolicyResponseSuccess
         | 
| 525 | 
            +
             | 
| 526 | 
            +
                  interface _GetResolverRuleResponseSuccess
         | 
| 527 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::GetResolverRuleResponse]
         | 
| 528 | 
            +
                    def resolver_rule: () -> Types::ResolverRule
         | 
| 529 | 
            +
                  end
         | 
| 530 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#get_resolver_rule-instance_method
         | 
| 531 | 
            +
                  def get_resolver_rule: (
         | 
| 532 | 
            +
                                           resolver_rule_id: ::String
         | 
| 533 | 
            +
                                         ) -> _GetResolverRuleResponseSuccess
         | 
| 534 | 
            +
                                       | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetResolverRuleResponseSuccess
         | 
| 535 | 
            +
             | 
| 536 | 
            +
                  interface _GetResolverRuleAssociationResponseSuccess
         | 
| 537 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::GetResolverRuleAssociationResponse]
         | 
| 538 | 
            +
                    def resolver_rule_association: () -> Types::ResolverRuleAssociation
         | 
| 539 | 
            +
                  end
         | 
| 540 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#get_resolver_rule_association-instance_method
         | 
| 541 | 
            +
                  def get_resolver_rule_association: (
         | 
| 542 | 
            +
                                                       resolver_rule_association_id: ::String
         | 
| 543 | 
            +
                                                     ) -> _GetResolverRuleAssociationResponseSuccess
         | 
| 544 | 
            +
                                                   | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetResolverRuleAssociationResponseSuccess
         | 
| 545 | 
            +
             | 
| 546 | 
            +
                  interface _GetResolverRulePolicyResponseSuccess
         | 
| 547 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::GetResolverRulePolicyResponse]
         | 
| 548 | 
            +
                    def resolver_rule_policy: () -> ::String
         | 
| 549 | 
            +
                  end
         | 
| 550 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#get_resolver_rule_policy-instance_method
         | 
| 551 | 
            +
                  def get_resolver_rule_policy: (
         | 
| 552 | 
            +
                                                  arn: ::String
         | 
| 553 | 
            +
                                                ) -> _GetResolverRulePolicyResponseSuccess
         | 
| 554 | 
            +
                                              | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetResolverRulePolicyResponseSuccess
         | 
| 555 | 
            +
             | 
| 556 | 
            +
                  interface _ImportFirewallDomainsResponseSuccess
         | 
| 557 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::ImportFirewallDomainsResponse]
         | 
| 558 | 
            +
                    def id: () -> ::String
         | 
| 559 | 
            +
                    def name: () -> ::String
         | 
| 560 | 
            +
                    def status: () -> ("COMPLETE" | "COMPLETE_IMPORT_FAILED" | "IMPORTING" | "DELETING" | "UPDATING")
         | 
| 561 | 
            +
                    def status_message: () -> ::String
         | 
| 562 | 
            +
                  end
         | 
| 563 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#import_firewall_domains-instance_method
         | 
| 564 | 
            +
                  def import_firewall_domains: (
         | 
| 565 | 
            +
                                                 firewall_domain_list_id: ::String,
         | 
| 566 | 
            +
                                                 operation: ("REPLACE"),
         | 
| 567 | 
            +
                                                 domain_file_url: ::String
         | 
| 568 | 
            +
                                               ) -> _ImportFirewallDomainsResponseSuccess
         | 
| 569 | 
            +
                                             | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ImportFirewallDomainsResponseSuccess
         | 
| 570 | 
            +
             | 
| 571 | 
            +
                  interface _ListFirewallConfigsResponseSuccess
         | 
| 572 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::ListFirewallConfigsResponse]
         | 
| 573 | 
            +
                    def next_token: () -> ::String
         | 
| 574 | 
            +
                    def firewall_configs: () -> ::Array[Types::FirewallConfig]
         | 
| 575 | 
            +
                  end
         | 
| 576 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#list_firewall_configs-instance_method
         | 
| 577 | 
            +
                  def list_firewall_configs: (
         | 
| 578 | 
            +
                                               ?max_results: ::Integer,
         | 
| 579 | 
            +
                                               ?next_token: ::String
         | 
| 580 | 
            +
                                             ) -> _ListFirewallConfigsResponseSuccess
         | 
| 581 | 
            +
                                           | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListFirewallConfigsResponseSuccess
         | 
| 582 | 
            +
             | 
| 583 | 
            +
                  interface _ListFirewallDomainListsResponseSuccess
         | 
| 584 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::ListFirewallDomainListsResponse]
         | 
| 585 | 
            +
                    def next_token: () -> ::String
         | 
| 586 | 
            +
                    def firewall_domain_lists: () -> ::Array[Types::FirewallDomainListMetadata]
         | 
| 587 | 
            +
                  end
         | 
| 588 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#list_firewall_domain_lists-instance_method
         | 
| 589 | 
            +
                  def list_firewall_domain_lists: (
         | 
| 590 | 
            +
                                                    ?max_results: ::Integer,
         | 
| 591 | 
            +
                                                    ?next_token: ::String
         | 
| 592 | 
            +
                                                  ) -> _ListFirewallDomainListsResponseSuccess
         | 
| 593 | 
            +
                                                | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListFirewallDomainListsResponseSuccess
         | 
| 594 | 
            +
             | 
| 595 | 
            +
                  interface _ListFirewallDomainsResponseSuccess
         | 
| 596 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::ListFirewallDomainsResponse]
         | 
| 597 | 
            +
                    def next_token: () -> ::String
         | 
| 598 | 
            +
                    def domains: () -> ::Array[::String]
         | 
| 599 | 
            +
                  end
         | 
| 600 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#list_firewall_domains-instance_method
         | 
| 601 | 
            +
                  def list_firewall_domains: (
         | 
| 602 | 
            +
                                               firewall_domain_list_id: ::String,
         | 
| 603 | 
            +
                                               ?max_results: ::Integer,
         | 
| 604 | 
            +
                                               ?next_token: ::String
         | 
| 605 | 
            +
                                             ) -> _ListFirewallDomainsResponseSuccess
         | 
| 606 | 
            +
                                           | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListFirewallDomainsResponseSuccess
         | 
| 607 | 
            +
             | 
| 608 | 
            +
                  interface _ListFirewallRuleGroupAssociationsResponseSuccess
         | 
| 609 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::ListFirewallRuleGroupAssociationsResponse]
         | 
| 610 | 
            +
                    def next_token: () -> ::String
         | 
| 611 | 
            +
                    def firewall_rule_group_associations: () -> ::Array[Types::FirewallRuleGroupAssociation]
         | 
| 612 | 
            +
                  end
         | 
| 613 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#list_firewall_rule_group_associations-instance_method
         | 
| 614 | 
            +
                  def list_firewall_rule_group_associations: (
         | 
| 615 | 
            +
                                                               ?firewall_rule_group_id: ::String,
         | 
| 616 | 
            +
                                                               ?vpc_id: ::String,
         | 
| 617 | 
            +
                                                               ?priority: ::Integer,
         | 
| 618 | 
            +
                                                               ?status: ("COMPLETE" | "DELETING" | "UPDATING"),
         | 
| 619 | 
            +
                                                               ?max_results: ::Integer,
         | 
| 620 | 
            +
                                                               ?next_token: ::String
         | 
| 621 | 
            +
                                                             ) -> _ListFirewallRuleGroupAssociationsResponseSuccess
         | 
| 622 | 
            +
                                                           | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListFirewallRuleGroupAssociationsResponseSuccess
         | 
| 623 | 
            +
             | 
| 624 | 
            +
                  interface _ListFirewallRuleGroupsResponseSuccess
         | 
| 625 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::ListFirewallRuleGroupsResponse]
         | 
| 626 | 
            +
                    def next_token: () -> ::String
         | 
| 627 | 
            +
                    def firewall_rule_groups: () -> ::Array[Types::FirewallRuleGroupMetadata]
         | 
| 628 | 
            +
                  end
         | 
| 629 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#list_firewall_rule_groups-instance_method
         | 
| 630 | 
            +
                  def list_firewall_rule_groups: (
         | 
| 631 | 
            +
                                                   ?max_results: ::Integer,
         | 
| 632 | 
            +
                                                   ?next_token: ::String
         | 
| 633 | 
            +
                                                 ) -> _ListFirewallRuleGroupsResponseSuccess
         | 
| 634 | 
            +
                                               | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListFirewallRuleGroupsResponseSuccess
         | 
| 635 | 
            +
             | 
| 636 | 
            +
                  interface _ListFirewallRulesResponseSuccess
         | 
| 637 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::ListFirewallRulesResponse]
         | 
| 638 | 
            +
                    def next_token: () -> ::String
         | 
| 639 | 
            +
                    def firewall_rules: () -> ::Array[Types::FirewallRule]
         | 
| 640 | 
            +
                  end
         | 
| 641 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#list_firewall_rules-instance_method
         | 
| 642 | 
            +
                  def list_firewall_rules: (
         | 
| 643 | 
            +
                                             firewall_rule_group_id: ::String,
         | 
| 644 | 
            +
                                             ?priority: ::Integer,
         | 
| 645 | 
            +
                                             ?action: ("ALLOW" | "BLOCK" | "ALERT"),
         | 
| 646 | 
            +
                                             ?max_results: ::Integer,
         | 
| 647 | 
            +
                                             ?next_token: ::String
         | 
| 648 | 
            +
                                           ) -> _ListFirewallRulesResponseSuccess
         | 
| 649 | 
            +
                                         | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListFirewallRulesResponseSuccess
         | 
| 650 | 
            +
             | 
| 651 | 
            +
                  interface _ListOutpostResolversResponseSuccess
         | 
| 652 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::ListOutpostResolversResponse]
         | 
| 653 | 
            +
                    def outpost_resolvers: () -> ::Array[Types::OutpostResolver]
         | 
| 654 | 
            +
                    def next_token: () -> ::String
         | 
| 655 | 
            +
                  end
         | 
| 656 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#list_outpost_resolvers-instance_method
         | 
| 657 | 
            +
                  def list_outpost_resolvers: (
         | 
| 658 | 
            +
                                                ?outpost_arn: ::String,
         | 
| 659 | 
            +
                                                ?max_results: ::Integer,
         | 
| 660 | 
            +
                                                ?next_token: ::String
         | 
| 661 | 
            +
                                              ) -> _ListOutpostResolversResponseSuccess
         | 
| 662 | 
            +
                                            | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListOutpostResolversResponseSuccess
         | 
| 663 | 
            +
             | 
| 664 | 
            +
                  interface _ListResolverConfigsResponseSuccess
         | 
| 665 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::ListResolverConfigsResponse]
         | 
| 666 | 
            +
                    def next_token: () -> ::String
         | 
| 667 | 
            +
                    def resolver_configs: () -> ::Array[Types::ResolverConfig]
         | 
| 668 | 
            +
                  end
         | 
| 669 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#list_resolver_configs-instance_method
         | 
| 670 | 
            +
                  def list_resolver_configs: (
         | 
| 671 | 
            +
                                               ?max_results: ::Integer,
         | 
| 672 | 
            +
                                               ?next_token: ::String
         | 
| 673 | 
            +
                                             ) -> _ListResolverConfigsResponseSuccess
         | 
| 674 | 
            +
                                           | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListResolverConfigsResponseSuccess
         | 
| 675 | 
            +
             | 
| 676 | 
            +
                  interface _ListResolverDnssecConfigsResponseSuccess
         | 
| 677 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::ListResolverDnssecConfigsResponse]
         | 
| 678 | 
            +
                    def next_token: () -> ::String
         | 
| 679 | 
            +
                    def resolver_dnssec_configs: () -> ::Array[Types::ResolverDnssecConfig]
         | 
| 680 | 
            +
                  end
         | 
| 681 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#list_resolver_dnssec_configs-instance_method
         | 
| 682 | 
            +
                  def list_resolver_dnssec_configs: (
         | 
| 683 | 
            +
                                                      ?max_results: ::Integer,
         | 
| 684 | 
            +
                                                      ?next_token: ::String,
         | 
| 685 | 
            +
                                                      ?filters: Array[
         | 
| 686 | 
            +
                                                        {
         | 
| 687 | 
            +
                                                          name: ::String?,
         | 
| 688 | 
            +
                                                          values: Array[::String]?
         | 
| 689 | 
            +
                                                        },
         | 
| 690 | 
            +
                                                      ]
         | 
| 691 | 
            +
                                                    ) -> _ListResolverDnssecConfigsResponseSuccess
         | 
| 692 | 
            +
                                                  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListResolverDnssecConfigsResponseSuccess
         | 
| 693 | 
            +
             | 
| 694 | 
            +
                  interface _ListResolverEndpointIpAddressesResponseSuccess
         | 
| 695 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::ListResolverEndpointIpAddressesResponse]
         | 
| 696 | 
            +
                    def next_token: () -> ::String
         | 
| 697 | 
            +
                    def max_results: () -> ::Integer
         | 
| 698 | 
            +
                    def ip_addresses: () -> ::Array[Types::IpAddressResponse]
         | 
| 699 | 
            +
                  end
         | 
| 700 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#list_resolver_endpoint_ip_addresses-instance_method
         | 
| 701 | 
            +
                  def list_resolver_endpoint_ip_addresses: (
         | 
| 702 | 
            +
                                                             resolver_endpoint_id: ::String,
         | 
| 703 | 
            +
                                                             ?max_results: ::Integer,
         | 
| 704 | 
            +
                                                             ?next_token: ::String
         | 
| 705 | 
            +
                                                           ) -> _ListResolverEndpointIpAddressesResponseSuccess
         | 
| 706 | 
            +
                                                         | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListResolverEndpointIpAddressesResponseSuccess
         | 
| 707 | 
            +
             | 
| 708 | 
            +
                  interface _ListResolverEndpointsResponseSuccess
         | 
| 709 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::ListResolverEndpointsResponse]
         | 
| 710 | 
            +
                    def next_token: () -> ::String
         | 
| 711 | 
            +
                    def max_results: () -> ::Integer
         | 
| 712 | 
            +
                    def resolver_endpoints: () -> ::Array[Types::ResolverEndpoint]
         | 
| 713 | 
            +
                  end
         | 
| 714 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#list_resolver_endpoints-instance_method
         | 
| 715 | 
            +
                  def list_resolver_endpoints: (
         | 
| 716 | 
            +
                                                 ?max_results: ::Integer,
         | 
| 717 | 
            +
                                                 ?next_token: ::String,
         | 
| 718 | 
            +
                                                 ?filters: Array[
         | 
| 719 | 
            +
                                                   {
         | 
| 720 | 
            +
                                                     name: ::String?,
         | 
| 721 | 
            +
                                                     values: Array[::String]?
         | 
| 722 | 
            +
                                                   },
         | 
| 723 | 
            +
                                                 ]
         | 
| 724 | 
            +
                                               ) -> _ListResolverEndpointsResponseSuccess
         | 
| 725 | 
            +
                                             | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListResolverEndpointsResponseSuccess
         | 
| 726 | 
            +
             | 
| 727 | 
            +
                  interface _ListResolverQueryLogConfigAssociationsResponseSuccess
         | 
| 728 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::ListResolverQueryLogConfigAssociationsResponse]
         | 
| 729 | 
            +
                    def next_token: () -> ::String
         | 
| 730 | 
            +
                    def total_count: () -> ::Integer
         | 
| 731 | 
            +
                    def total_filtered_count: () -> ::Integer
         | 
| 732 | 
            +
                    def resolver_query_log_config_associations: () -> ::Array[Types::ResolverQueryLogConfigAssociation]
         | 
| 733 | 
            +
                  end
         | 
| 734 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#list_resolver_query_log_config_associations-instance_method
         | 
| 735 | 
            +
                  def list_resolver_query_log_config_associations: (
         | 
| 736 | 
            +
                                                                     ?max_results: ::Integer,
         | 
| 737 | 
            +
                                                                     ?next_token: ::String,
         | 
| 738 | 
            +
                                                                     ?filters: Array[
         | 
| 739 | 
            +
                                                                       {
         | 
| 740 | 
            +
                                                                         name: ::String?,
         | 
| 741 | 
            +
                                                                         values: Array[::String]?
         | 
| 742 | 
            +
                                                                       },
         | 
| 743 | 
            +
                                                                     ],
         | 
| 744 | 
            +
                                                                     ?sort_by: ::String,
         | 
| 745 | 
            +
                                                                     ?sort_order: ("ASCENDING" | "DESCENDING")
         | 
| 746 | 
            +
                                                                   ) -> _ListResolverQueryLogConfigAssociationsResponseSuccess
         | 
| 747 | 
            +
                                                                 | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListResolverQueryLogConfigAssociationsResponseSuccess
         | 
| 748 | 
            +
             | 
| 749 | 
            +
                  interface _ListResolverQueryLogConfigsResponseSuccess
         | 
| 750 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::ListResolverQueryLogConfigsResponse]
         | 
| 751 | 
            +
                    def next_token: () -> ::String
         | 
| 752 | 
            +
                    def total_count: () -> ::Integer
         | 
| 753 | 
            +
                    def total_filtered_count: () -> ::Integer
         | 
| 754 | 
            +
                    def resolver_query_log_configs: () -> ::Array[Types::ResolverQueryLogConfig]
         | 
| 755 | 
            +
                  end
         | 
| 756 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#list_resolver_query_log_configs-instance_method
         | 
| 757 | 
            +
                  def list_resolver_query_log_configs: (
         | 
| 758 | 
            +
                                                         ?max_results: ::Integer,
         | 
| 759 | 
            +
                                                         ?next_token: ::String,
         | 
| 760 | 
            +
                                                         ?filters: Array[
         | 
| 761 | 
            +
                                                           {
         | 
| 762 | 
            +
                                                             name: ::String?,
         | 
| 763 | 
            +
                                                             values: Array[::String]?
         | 
| 764 | 
            +
                                                           },
         | 
| 765 | 
            +
                                                         ],
         | 
| 766 | 
            +
                                                         ?sort_by: ::String,
         | 
| 767 | 
            +
                                                         ?sort_order: ("ASCENDING" | "DESCENDING")
         | 
| 768 | 
            +
                                                       ) -> _ListResolverQueryLogConfigsResponseSuccess
         | 
| 769 | 
            +
                                                     | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListResolverQueryLogConfigsResponseSuccess
         | 
| 770 | 
            +
             | 
| 771 | 
            +
                  interface _ListResolverRuleAssociationsResponseSuccess
         | 
| 772 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::ListResolverRuleAssociationsResponse]
         | 
| 773 | 
            +
                    def next_token: () -> ::String
         | 
| 774 | 
            +
                    def max_results: () -> ::Integer
         | 
| 775 | 
            +
                    def resolver_rule_associations: () -> ::Array[Types::ResolverRuleAssociation]
         | 
| 776 | 
            +
                  end
         | 
| 777 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#list_resolver_rule_associations-instance_method
         | 
| 778 | 
            +
                  def list_resolver_rule_associations: (
         | 
| 779 | 
            +
                                                         ?max_results: ::Integer,
         | 
| 780 | 
            +
                                                         ?next_token: ::String,
         | 
| 781 | 
            +
                                                         ?filters: Array[
         | 
| 782 | 
            +
                                                           {
         | 
| 783 | 
            +
                                                             name: ::String?,
         | 
| 784 | 
            +
                                                             values: Array[::String]?
         | 
| 785 | 
            +
                                                           },
         | 
| 786 | 
            +
                                                         ]
         | 
| 787 | 
            +
                                                       ) -> _ListResolverRuleAssociationsResponseSuccess
         | 
| 788 | 
            +
                                                     | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListResolverRuleAssociationsResponseSuccess
         | 
| 789 | 
            +
             | 
| 790 | 
            +
                  interface _ListResolverRulesResponseSuccess
         | 
| 791 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::ListResolverRulesResponse]
         | 
| 792 | 
            +
                    def next_token: () -> ::String
         | 
| 793 | 
            +
                    def max_results: () -> ::Integer
         | 
| 794 | 
            +
                    def resolver_rules: () -> ::Array[Types::ResolverRule]
         | 
| 795 | 
            +
                  end
         | 
| 796 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#list_resolver_rules-instance_method
         | 
| 797 | 
            +
                  def list_resolver_rules: (
         | 
| 798 | 
            +
                                             ?max_results: ::Integer,
         | 
| 799 | 
            +
                                             ?next_token: ::String,
         | 
| 800 | 
            +
                                             ?filters: Array[
         | 
| 801 | 
            +
                                               {
         | 
| 802 | 
            +
                                                 name: ::String?,
         | 
| 803 | 
            +
                                                 values: Array[::String]?
         | 
| 804 | 
            +
                                               },
         | 
| 805 | 
            +
                                             ]
         | 
| 806 | 
            +
                                           ) -> _ListResolverRulesResponseSuccess
         | 
| 807 | 
            +
                                         | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListResolverRulesResponseSuccess
         | 
| 808 | 
            +
             | 
| 809 | 
            +
                  interface _ListTagsForResourceResponseSuccess
         | 
| 810 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
         | 
| 811 | 
            +
                    def tags: () -> ::Array[Types::Tag]
         | 
| 812 | 
            +
                    def next_token: () -> ::String
         | 
| 813 | 
            +
                  end
         | 
| 814 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#list_tags_for_resource-instance_method
         | 
| 815 | 
            +
                  def list_tags_for_resource: (
         | 
| 816 | 
            +
                                                resource_arn: ::String,
         | 
| 817 | 
            +
                                                ?max_results: ::Integer,
         | 
| 818 | 
            +
                                                ?next_token: ::String
         | 
| 819 | 
            +
                                              ) -> _ListTagsForResourceResponseSuccess
         | 
| 820 | 
            +
                                            | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
         | 
| 821 | 
            +
             | 
| 822 | 
            +
                  interface _PutFirewallRuleGroupPolicyResponseSuccess
         | 
| 823 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::PutFirewallRuleGroupPolicyResponse]
         | 
| 824 | 
            +
                    def return_value: () -> bool
         | 
| 825 | 
            +
                  end
         | 
| 826 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#put_firewall_rule_group_policy-instance_method
         | 
| 827 | 
            +
                  def put_firewall_rule_group_policy: (
         | 
| 828 | 
            +
                                                        arn: ::String,
         | 
| 829 | 
            +
                                                        firewall_rule_group_policy: ::String
         | 
| 830 | 
            +
                                                      ) -> _PutFirewallRuleGroupPolicyResponseSuccess
         | 
| 831 | 
            +
                                                    | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutFirewallRuleGroupPolicyResponseSuccess
         | 
| 832 | 
            +
             | 
| 833 | 
            +
                  interface _PutResolverQueryLogConfigPolicyResponseSuccess
         | 
| 834 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::PutResolverQueryLogConfigPolicyResponse]
         | 
| 835 | 
            +
                    def return_value: () -> bool
         | 
| 836 | 
            +
                  end
         | 
| 837 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#put_resolver_query_log_config_policy-instance_method
         | 
| 838 | 
            +
                  def put_resolver_query_log_config_policy: (
         | 
| 839 | 
            +
                                                              arn: ::String,
         | 
| 840 | 
            +
                                                              resolver_query_log_config_policy: ::String
         | 
| 841 | 
            +
                                                            ) -> _PutResolverQueryLogConfigPolicyResponseSuccess
         | 
| 842 | 
            +
                                                          | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutResolverQueryLogConfigPolicyResponseSuccess
         | 
| 843 | 
            +
             | 
| 844 | 
            +
                  interface _PutResolverRulePolicyResponseSuccess
         | 
| 845 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::PutResolverRulePolicyResponse]
         | 
| 846 | 
            +
                    def return_value: () -> bool
         | 
| 847 | 
            +
                  end
         | 
| 848 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#put_resolver_rule_policy-instance_method
         | 
| 849 | 
            +
                  def put_resolver_rule_policy: (
         | 
| 850 | 
            +
                                                  arn: ::String,
         | 
| 851 | 
            +
                                                  resolver_rule_policy: ::String
         | 
| 852 | 
            +
                                                ) -> _PutResolverRulePolicyResponseSuccess
         | 
| 853 | 
            +
                                              | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutResolverRulePolicyResponseSuccess
         | 
| 854 | 
            +
             | 
| 855 | 
            +
                  interface _TagResourceResponseSuccess
         | 
| 856 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
         | 
| 857 | 
            +
                  end
         | 
| 858 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#tag_resource-instance_method
         | 
| 859 | 
            +
                  def tag_resource: (
         | 
| 860 | 
            +
                                      resource_arn: ::String,
         | 
| 861 | 
            +
                                      tags: Array[
         | 
| 862 | 
            +
                                        {
         | 
| 863 | 
            +
                                          key: ::String,
         | 
| 864 | 
            +
                                          value: ::String
         | 
| 865 | 
            +
                                        },
         | 
| 866 | 
            +
                                      ]
         | 
| 867 | 
            +
                                    ) -> _TagResourceResponseSuccess
         | 
| 868 | 
            +
                                  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
         | 
| 869 | 
            +
             | 
| 870 | 
            +
                  interface _UntagResourceResponseSuccess
         | 
| 871 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
         | 
| 872 | 
            +
                  end
         | 
| 873 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#untag_resource-instance_method
         | 
| 874 | 
            +
                  def untag_resource: (
         | 
| 875 | 
            +
                                        resource_arn: ::String,
         | 
| 876 | 
            +
                                        tag_keys: Array[::String]
         | 
| 877 | 
            +
                                      ) -> _UntagResourceResponseSuccess
         | 
| 878 | 
            +
                                    | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
         | 
| 879 | 
            +
             | 
| 880 | 
            +
                  interface _UpdateFirewallConfigResponseSuccess
         | 
| 881 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::UpdateFirewallConfigResponse]
         | 
| 882 | 
            +
                    def firewall_config: () -> Types::FirewallConfig
         | 
| 883 | 
            +
                  end
         | 
| 884 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#update_firewall_config-instance_method
         | 
| 885 | 
            +
                  def update_firewall_config: (
         | 
| 886 | 
            +
                                                resource_id: ::String,
         | 
| 887 | 
            +
                                                firewall_fail_open: ("ENABLED" | "DISABLED" | "USE_LOCAL_RESOURCE_SETTING")
         | 
| 888 | 
            +
                                              ) -> _UpdateFirewallConfigResponseSuccess
         | 
| 889 | 
            +
                                            | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFirewallConfigResponseSuccess
         | 
| 890 | 
            +
             | 
| 891 | 
            +
                  interface _UpdateFirewallDomainsResponseSuccess
         | 
| 892 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::UpdateFirewallDomainsResponse]
         | 
| 893 | 
            +
                    def id: () -> ::String
         | 
| 894 | 
            +
                    def name: () -> ::String
         | 
| 895 | 
            +
                    def status: () -> ("COMPLETE" | "COMPLETE_IMPORT_FAILED" | "IMPORTING" | "DELETING" | "UPDATING")
         | 
| 896 | 
            +
                    def status_message: () -> ::String
         | 
| 897 | 
            +
                  end
         | 
| 898 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#update_firewall_domains-instance_method
         | 
| 899 | 
            +
                  def update_firewall_domains: (
         | 
| 900 | 
            +
                                                 firewall_domain_list_id: ::String,
         | 
| 901 | 
            +
                                                 operation: ("ADD" | "REMOVE" | "REPLACE"),
         | 
| 902 | 
            +
                                                 domains: Array[::String]
         | 
| 903 | 
            +
                                               ) -> _UpdateFirewallDomainsResponseSuccess
         | 
| 904 | 
            +
                                             | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFirewallDomainsResponseSuccess
         | 
| 905 | 
            +
             | 
| 906 | 
            +
                  interface _UpdateFirewallRuleResponseSuccess
         | 
| 907 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::UpdateFirewallRuleResponse]
         | 
| 908 | 
            +
                    def firewall_rule: () -> Types::FirewallRule
         | 
| 909 | 
            +
                  end
         | 
| 910 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#update_firewall_rule-instance_method
         | 
| 911 | 
            +
                  def update_firewall_rule: (
         | 
| 912 | 
            +
                                              firewall_rule_group_id: ::String,
         | 
| 913 | 
            +
                                              firewall_domain_list_id: ::String,
         | 
| 914 | 
            +
                                              ?priority: ::Integer,
         | 
| 915 | 
            +
                                              ?action: ("ALLOW" | "BLOCK" | "ALERT"),
         | 
| 916 | 
            +
                                              ?block_response: ("NODATA" | "NXDOMAIN" | "OVERRIDE"),
         | 
| 917 | 
            +
                                              ?block_override_domain: ::String,
         | 
| 918 | 
            +
                                              ?block_override_dns_type: ("CNAME"),
         | 
| 919 | 
            +
                                              ?block_override_ttl: ::Integer,
         | 
| 920 | 
            +
                                              ?name: ::String,
         | 
| 921 | 
            +
                                              ?qtype: ::String
         | 
| 922 | 
            +
                                            ) -> _UpdateFirewallRuleResponseSuccess
         | 
| 923 | 
            +
                                          | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFirewallRuleResponseSuccess
         | 
| 924 | 
            +
             | 
| 925 | 
            +
                  interface _UpdateFirewallRuleGroupAssociationResponseSuccess
         | 
| 926 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::UpdateFirewallRuleGroupAssociationResponse]
         | 
| 927 | 
            +
                    def firewall_rule_group_association: () -> Types::FirewallRuleGroupAssociation
         | 
| 928 | 
            +
                  end
         | 
| 929 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#update_firewall_rule_group_association-instance_method
         | 
| 930 | 
            +
                  def update_firewall_rule_group_association: (
         | 
| 931 | 
            +
                                                                firewall_rule_group_association_id: ::String,
         | 
| 932 | 
            +
                                                                ?priority: ::Integer,
         | 
| 933 | 
            +
                                                                ?mutation_protection: ("ENABLED" | "DISABLED"),
         | 
| 934 | 
            +
                                                                ?name: ::String
         | 
| 935 | 
            +
                                                              ) -> _UpdateFirewallRuleGroupAssociationResponseSuccess
         | 
| 936 | 
            +
                                                            | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFirewallRuleGroupAssociationResponseSuccess
         | 
| 937 | 
            +
             | 
| 938 | 
            +
                  interface _UpdateOutpostResolverResponseSuccess
         | 
| 939 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::UpdateOutpostResolverResponse]
         | 
| 940 | 
            +
                    def outpost_resolver: () -> Types::OutpostResolver
         | 
| 941 | 
            +
                  end
         | 
| 942 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#update_outpost_resolver-instance_method
         | 
| 943 | 
            +
                  def update_outpost_resolver: (
         | 
| 944 | 
            +
                                                 id: ::String,
         | 
| 945 | 
            +
                                                 ?name: ::String,
         | 
| 946 | 
            +
                                                 ?instance_count: ::Integer,
         | 
| 947 | 
            +
                                                 ?preferred_instance_type: ::String
         | 
| 948 | 
            +
                                               ) -> _UpdateOutpostResolverResponseSuccess
         | 
| 949 | 
            +
                                             | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateOutpostResolverResponseSuccess
         | 
| 950 | 
            +
             | 
| 951 | 
            +
                  interface _UpdateResolverConfigResponseSuccess
         | 
| 952 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::UpdateResolverConfigResponse]
         | 
| 953 | 
            +
                    def resolver_config: () -> Types::ResolverConfig
         | 
| 954 | 
            +
                  end
         | 
| 955 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#update_resolver_config-instance_method
         | 
| 956 | 
            +
                  def update_resolver_config: (
         | 
| 957 | 
            +
                                                resource_id: ::String,
         | 
| 958 | 
            +
                                                autodefined_reverse_flag: ("ENABLE" | "DISABLE" | "USE_LOCAL_RESOURCE_SETTING")
         | 
| 959 | 
            +
                                              ) -> _UpdateResolverConfigResponseSuccess
         | 
| 960 | 
            +
                                            | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateResolverConfigResponseSuccess
         | 
| 961 | 
            +
             | 
| 962 | 
            +
                  interface _UpdateResolverDnssecConfigResponseSuccess
         | 
| 963 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::UpdateResolverDnssecConfigResponse]
         | 
| 964 | 
            +
                    def resolver_dnssec_config: () -> Types::ResolverDnssecConfig
         | 
| 965 | 
            +
                  end
         | 
| 966 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#update_resolver_dnssec_config-instance_method
         | 
| 967 | 
            +
                  def update_resolver_dnssec_config: (
         | 
| 968 | 
            +
                                                       resource_id: ::String,
         | 
| 969 | 
            +
                                                       validation: ("ENABLE" | "DISABLE" | "USE_LOCAL_RESOURCE_SETTING")
         | 
| 970 | 
            +
                                                     ) -> _UpdateResolverDnssecConfigResponseSuccess
         | 
| 971 | 
            +
                                                   | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateResolverDnssecConfigResponseSuccess
         | 
| 972 | 
            +
             | 
| 973 | 
            +
                  interface _UpdateResolverEndpointResponseSuccess
         | 
| 974 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::UpdateResolverEndpointResponse]
         | 
| 975 | 
            +
                    def resolver_endpoint: () -> Types::ResolverEndpoint
         | 
| 976 | 
            +
                  end
         | 
| 977 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#update_resolver_endpoint-instance_method
         | 
| 978 | 
            +
                  def update_resolver_endpoint: (
         | 
| 979 | 
            +
                                                  resolver_endpoint_id: ::String,
         | 
| 980 | 
            +
                                                  ?name: ::String,
         | 
| 981 | 
            +
                                                  ?resolver_endpoint_type: ("IPV6" | "IPV4" | "DUALSTACK"),
         | 
| 982 | 
            +
                                                  ?update_ip_addresses: Array[
         | 
| 983 | 
            +
                                                    {
         | 
| 984 | 
            +
                                                      ip_id: ::String,
         | 
| 985 | 
            +
                                                      ipv_6: ::String
         | 
| 986 | 
            +
                                                    },
         | 
| 987 | 
            +
                                                  ],
         | 
| 988 | 
            +
                                                  ?protocols: Array[("DoH" | "Do53" | "DoH-FIPS")]
         | 
| 989 | 
            +
                                                ) -> _UpdateResolverEndpointResponseSuccess
         | 
| 990 | 
            +
                                              | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateResolverEndpointResponseSuccess
         | 
| 991 | 
            +
             | 
| 992 | 
            +
                  interface _UpdateResolverRuleResponseSuccess
         | 
| 993 | 
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::UpdateResolverRuleResponse]
         | 
| 994 | 
            +
                    def resolver_rule: () -> Types::ResolverRule
         | 
| 995 | 
            +
                  end
         | 
| 996 | 
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53Resolver/Client.html#update_resolver_rule-instance_method
         | 
| 997 | 
            +
                  def update_resolver_rule: (
         | 
| 998 | 
            +
                                              resolver_rule_id: ::String,
         | 
| 999 | 
            +
                                              config: {
         | 
| 1000 | 
            +
                                                name: ::String?,
         | 
| 1001 | 
            +
                                                target_ips: Array[
         | 
| 1002 | 
            +
                                                  {
         | 
| 1003 | 
            +
                                                    ip: ::String?,
         | 
| 1004 | 
            +
                                                    port: ::Integer?,
         | 
| 1005 | 
            +
                                                    ipv_6: ::String?,
         | 
| 1006 | 
            +
                                                    protocol: ("DoH" | "Do53" | "DoH-FIPS")?
         | 
| 1007 | 
            +
                                                  },
         | 
| 1008 | 
            +
                                                ]?,
         | 
| 1009 | 
            +
                                                resolver_endpoint_id: ::String?
         | 
| 1010 | 
            +
                                              }
         | 
| 1011 | 
            +
                                            ) -> _UpdateResolverRuleResponseSuccess
         | 
| 1012 | 
            +
                                          | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateResolverRuleResponseSuccess
         | 
| 1013 | 
            +
                end
         | 
| 1014 | 
            +
              end
         | 
| 1015 | 
            +
            end
         | 
| 1016 | 
            +
             |