@aws-sdk/client-route53resolver 3.34.0 → 3.37.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.
- package/CHANGELOG.md +47 -0
- package/dist-cjs/Route53Resolver.js +907 -0
- package/dist-cjs/Route53ResolverClient.js +35 -0
- package/dist-cjs/commands/AssociateFirewallRuleGroupCommand.js +36 -0
- package/dist-cjs/commands/AssociateResolverEndpointIpAddressCommand.js +36 -0
- package/dist-cjs/commands/AssociateResolverQueryLogConfigCommand.js +36 -0
- package/dist-cjs/commands/AssociateResolverRuleCommand.js +36 -0
- package/dist-cjs/commands/CreateFirewallDomainListCommand.js +36 -0
- package/dist-cjs/commands/CreateFirewallRuleCommand.js +36 -0
- package/dist-cjs/commands/CreateFirewallRuleGroupCommand.js +36 -0
- package/dist-cjs/commands/CreateResolverEndpointCommand.js +36 -0
- package/dist-cjs/commands/CreateResolverQueryLogConfigCommand.js +36 -0
- package/dist-cjs/commands/CreateResolverRuleCommand.js +36 -0
- package/dist-cjs/commands/DeleteFirewallDomainListCommand.js +36 -0
- package/dist-cjs/commands/DeleteFirewallRuleCommand.js +36 -0
- package/dist-cjs/commands/DeleteFirewallRuleGroupCommand.js +36 -0
- package/dist-cjs/commands/DeleteResolverEndpointCommand.js +36 -0
- package/dist-cjs/commands/DeleteResolverQueryLogConfigCommand.js +36 -0
- package/dist-cjs/commands/DeleteResolverRuleCommand.js +36 -0
- package/dist-cjs/commands/DisassociateFirewallRuleGroupCommand.js +36 -0
- package/dist-cjs/commands/DisassociateResolverEndpointIpAddressCommand.js +36 -0
- package/dist-cjs/commands/DisassociateResolverQueryLogConfigCommand.js +36 -0
- package/dist-cjs/commands/DisassociateResolverRuleCommand.js +36 -0
- package/dist-cjs/commands/GetFirewallConfigCommand.js +36 -0
- package/dist-cjs/commands/GetFirewallDomainListCommand.js +36 -0
- package/dist-cjs/commands/GetFirewallRuleGroupAssociationCommand.js +36 -0
- package/dist-cjs/commands/GetFirewallRuleGroupCommand.js +36 -0
- package/dist-cjs/commands/GetFirewallRuleGroupPolicyCommand.js +36 -0
- package/dist-cjs/commands/GetResolverDnssecConfigCommand.js +36 -0
- package/dist-cjs/commands/GetResolverEndpointCommand.js +36 -0
- package/dist-cjs/commands/GetResolverQueryLogConfigAssociationCommand.js +36 -0
- package/dist-cjs/commands/GetResolverQueryLogConfigCommand.js +36 -0
- package/dist-cjs/commands/GetResolverQueryLogConfigPolicyCommand.js +36 -0
- package/dist-cjs/commands/GetResolverRuleAssociationCommand.js +36 -0
- package/dist-cjs/commands/GetResolverRuleCommand.js +36 -0
- package/dist-cjs/commands/GetResolverRulePolicyCommand.js +36 -0
- package/dist-cjs/commands/ImportFirewallDomainsCommand.js +36 -0
- package/dist-cjs/commands/ListFirewallConfigsCommand.js +36 -0
- package/dist-cjs/commands/ListFirewallDomainListsCommand.js +36 -0
- package/dist-cjs/commands/ListFirewallDomainsCommand.js +36 -0
- package/dist-cjs/commands/ListFirewallRuleGroupAssociationsCommand.js +36 -0
- package/dist-cjs/commands/ListFirewallRuleGroupsCommand.js +36 -0
- package/dist-cjs/commands/ListFirewallRulesCommand.js +36 -0
- package/dist-cjs/commands/ListResolverDnssecConfigsCommand.js +36 -0
- package/dist-cjs/commands/ListResolverEndpointIpAddressesCommand.js +36 -0
- package/dist-cjs/commands/ListResolverEndpointsCommand.js +36 -0
- package/dist-cjs/commands/ListResolverQueryLogConfigAssociationsCommand.js +36 -0
- package/dist-cjs/commands/ListResolverQueryLogConfigsCommand.js +36 -0
- package/dist-cjs/commands/ListResolverRuleAssociationsCommand.js +36 -0
- package/dist-cjs/commands/ListResolverRulesCommand.js +36 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/PutFirewallRuleGroupPolicyCommand.js +36 -0
- package/dist-cjs/commands/PutResolverQueryLogConfigPolicyCommand.js +36 -0
- package/dist-cjs/commands/PutResolverRulePolicyCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/dist-cjs/commands/UntagResourceCommand.js +36 -0
- package/dist-cjs/commands/UpdateFirewallConfigCommand.js +36 -0
- package/dist-cjs/commands/UpdateFirewallDomainsCommand.js +36 -0
- package/dist-cjs/commands/UpdateFirewallRuleCommand.js +36 -0
- package/dist-cjs/commands/UpdateFirewallRuleGroupAssociationCommand.js +36 -0
- package/dist-cjs/commands/UpdateResolverDnssecConfigCommand.js +36 -0
- package/dist-cjs/commands/UpdateResolverEndpointCommand.js +36 -0
- package/dist-cjs/commands/UpdateResolverRuleCommand.js +36 -0
- package/dist-cjs/endpoints.js +56 -0
- package/dist-cjs/index.js +81 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +1091 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListFirewallConfigsPaginator.js +35 -0
- package/dist-cjs/pagination/ListFirewallDomainListsPaginator.js +35 -0
- package/dist-cjs/pagination/ListFirewallDomainsPaginator.js +35 -0
- package/dist-cjs/pagination/ListFirewallRuleGroupAssociationsPaginator.js +35 -0
- package/dist-cjs/pagination/ListFirewallRuleGroupsPaginator.js +35 -0
- package/dist-cjs/pagination/ListFirewallRulesPaginator.js +35 -0
- package/dist-cjs/pagination/ListResolverDnssecConfigsPaginator.js +35 -0
- package/dist-cjs/pagination/ListResolverEndpointIpAddressesPaginator.js +35 -0
- package/dist-cjs/pagination/ListResolverEndpointsPaginator.js +35 -0
- package/dist-cjs/pagination/ListResolverQueryLogConfigAssociationsPaginator.js +35 -0
- package/dist-cjs/pagination/ListResolverQueryLogConfigsPaginator.js +35 -0
- package/dist-cjs/pagination/ListResolverRuleAssociationsPaginator.js +35 -0
- package/dist-cjs/pagination/ListResolverRulesPaginator.js +35 -0
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +35 -0
- package/dist-cjs/protocols/Aws_json1_1.js +7280 -0
- package/dist-cjs/runtimeConfig.browser.js +37 -0
- package/dist-cjs/runtimeConfig.js +42 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-es/Route53Resolver.js +910 -0
- package/dist-es/Route53ResolverClient.js +37 -0
- package/dist-es/commands/AssociateFirewallRuleGroupCommand.js +39 -0
- package/dist-es/commands/AssociateResolverEndpointIpAddressCommand.js +39 -0
- package/dist-es/commands/AssociateResolverQueryLogConfigCommand.js +39 -0
- package/dist-es/commands/AssociateResolverRuleCommand.js +39 -0
- package/dist-es/commands/CreateFirewallDomainListCommand.js +39 -0
- package/dist-es/commands/CreateFirewallRuleCommand.js +39 -0
- package/dist-es/commands/CreateFirewallRuleGroupCommand.js +39 -0
- package/dist-es/commands/CreateResolverEndpointCommand.js +39 -0
- package/dist-es/commands/CreateResolverQueryLogConfigCommand.js +39 -0
- package/dist-es/commands/CreateResolverRuleCommand.js +39 -0
- package/dist-es/commands/DeleteFirewallDomainListCommand.js +39 -0
- package/dist-es/commands/DeleteFirewallRuleCommand.js +39 -0
- package/dist-es/commands/DeleteFirewallRuleGroupCommand.js +39 -0
- package/dist-es/commands/DeleteResolverEndpointCommand.js +39 -0
- package/dist-es/commands/DeleteResolverQueryLogConfigCommand.js +39 -0
- package/dist-es/commands/DeleteResolverRuleCommand.js +39 -0
- package/dist-es/commands/DisassociateFirewallRuleGroupCommand.js +39 -0
- package/dist-es/commands/DisassociateResolverEndpointIpAddressCommand.js +39 -0
- package/dist-es/commands/DisassociateResolverQueryLogConfigCommand.js +39 -0
- package/dist-es/commands/DisassociateResolverRuleCommand.js +39 -0
- package/dist-es/commands/GetFirewallConfigCommand.js +39 -0
- package/dist-es/commands/GetFirewallDomainListCommand.js +39 -0
- package/dist-es/commands/GetFirewallRuleGroupAssociationCommand.js +39 -0
- package/dist-es/commands/GetFirewallRuleGroupCommand.js +39 -0
- package/dist-es/commands/GetFirewallRuleGroupPolicyCommand.js +39 -0
- package/dist-es/commands/GetResolverDnssecConfigCommand.js +39 -0
- package/dist-es/commands/GetResolverEndpointCommand.js +39 -0
- package/dist-es/commands/GetResolverQueryLogConfigAssociationCommand.js +39 -0
- package/dist-es/commands/GetResolverQueryLogConfigCommand.js +39 -0
- package/dist-es/commands/GetResolverQueryLogConfigPolicyCommand.js +39 -0
- package/dist-es/commands/GetResolverRuleAssociationCommand.js +39 -0
- package/dist-es/commands/GetResolverRuleCommand.js +39 -0
- package/dist-es/commands/GetResolverRulePolicyCommand.js +39 -0
- package/dist-es/commands/ImportFirewallDomainsCommand.js +39 -0
- package/dist-es/commands/ListFirewallConfigsCommand.js +39 -0
- package/dist-es/commands/ListFirewallDomainListsCommand.js +39 -0
- package/dist-es/commands/ListFirewallDomainsCommand.js +39 -0
- package/dist-es/commands/ListFirewallRuleGroupAssociationsCommand.js +39 -0
- package/dist-es/commands/ListFirewallRuleGroupsCommand.js +39 -0
- package/dist-es/commands/ListFirewallRulesCommand.js +39 -0
- package/dist-es/commands/ListResolverDnssecConfigsCommand.js +39 -0
- package/dist-es/commands/ListResolverEndpointIpAddressesCommand.js +39 -0
- package/dist-es/commands/ListResolverEndpointsCommand.js +39 -0
- package/dist-es/commands/ListResolverQueryLogConfigAssociationsCommand.js +39 -0
- package/dist-es/commands/ListResolverQueryLogConfigsCommand.js +39 -0
- package/dist-es/commands/ListResolverRuleAssociationsCommand.js +39 -0
- package/dist-es/commands/ListResolverRulesCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/PutFirewallRuleGroupPolicyCommand.js +39 -0
- package/dist-es/commands/PutResolverQueryLogConfigPolicyCommand.js +39 -0
- package/dist-es/commands/PutResolverRulePolicyCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateFirewallConfigCommand.js +39 -0
- package/dist-es/commands/UpdateFirewallDomainsCommand.js +39 -0
- package/dist-es/commands/UpdateFirewallRuleCommand.js +39 -0
- package/dist-es/commands/UpdateFirewallRuleGroupAssociationCommand.js +39 -0
- package/dist-es/commands/UpdateResolverDnssecConfigCommand.js +39 -0
- package/dist-es/commands/UpdateResolverEndpointCommand.js +39 -0
- package/dist-es/commands/UpdateResolverRuleCommand.js +39 -0
- package/dist-es/endpoints.js +52 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +774 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListFirewallConfigsPaginator.js +74 -0
- package/dist-es/pagination/ListFirewallDomainListsPaginator.js +74 -0
- package/dist-es/pagination/ListFirewallDomainsPaginator.js +74 -0
- package/dist-es/pagination/ListFirewallRuleGroupAssociationsPaginator.js +74 -0
- package/dist-es/pagination/ListFirewallRuleGroupsPaginator.js +74 -0
- package/dist-es/pagination/ListFirewallRulesPaginator.js +74 -0
- package/dist-es/pagination/ListResolverDnssecConfigsPaginator.js +74 -0
- package/dist-es/pagination/ListResolverEndpointIpAddressesPaginator.js +74 -0
- package/dist-es/pagination/ListResolverEndpointsPaginator.js +74 -0
- package/dist-es/pagination/ListResolverQueryLogConfigAssociationsPaginator.js +74 -0
- package/dist-es/pagination/ListResolverQueryLogConfigsPaginator.js +74 -0
- package/dist-es/pagination/ListResolverRuleAssociationsPaginator.js +74 -0
- package/dist-es/pagination/ListResolverRulesPaginator.js +74 -0
- package/dist-es/pagination/ListTagsForResourcePaginator.js +74 -0
- package/dist-es/protocols/Aws_json1_1.js +7617 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/Route53Resolver.d.ts +580 -0
- package/dist-types/Route53ResolverClient.d.ts +224 -0
- package/dist-types/commands/AssociateFirewallRuleGroupCommand.d.ts +35 -0
- package/dist-types/commands/AssociateResolverEndpointIpAddressCommand.d.ts +39 -0
- package/dist-types/commands/AssociateResolverQueryLogConfigCommand.d.ts +45 -0
- package/dist-types/commands/AssociateResolverRuleCommand.d.ts +38 -0
- package/dist-types/commands/CreateFirewallDomainListCommand.d.ts +35 -0
- package/dist-types/commands/CreateFirewallRuleCommand.d.ts +35 -0
- package/dist-types/commands/CreateFirewallRuleGroupCommand.d.ts +36 -0
- package/dist-types/commands/CreateResolverEndpointCommand.d.ts +45 -0
- package/dist-types/commands/CreateResolverQueryLogConfigCommand.d.ts +43 -0
- package/dist-types/commands/CreateResolverRuleCommand.d.ts +36 -0
- package/dist-types/commands/DeleteFirewallDomainListCommand.d.ts +35 -0
- package/dist-types/commands/DeleteFirewallRuleCommand.d.ts +35 -0
- package/dist-types/commands/DeleteFirewallRuleGroupCommand.d.ts +35 -0
- package/dist-types/commands/DeleteResolverEndpointCommand.d.ts +47 -0
- package/dist-types/commands/DeleteResolverQueryLogConfigCommand.d.ts +45 -0
- package/dist-types/commands/DeleteResolverRuleCommand.d.ts +37 -0
- package/dist-types/commands/DisassociateFirewallRuleGroupCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +39 -0
- package/dist-types/commands/DisassociateResolverQueryLogConfigCommand.d.ts +50 -0
- package/dist-types/commands/DisassociateResolverRuleCommand.d.ts +39 -0
- package/dist-types/commands/GetFirewallConfigCommand.d.ts +36 -0
- package/dist-types/commands/GetFirewallDomainListCommand.d.ts +35 -0
- package/dist-types/commands/GetFirewallRuleGroupAssociationCommand.d.ts +35 -0
- package/dist-types/commands/GetFirewallRuleGroupCommand.d.ts +35 -0
- package/dist-types/commands/GetFirewallRuleGroupPolicyCommand.d.ts +36 -0
- package/dist-types/commands/GetResolverDnssecConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetResolverEndpointCommand.d.ts +36 -0
- package/dist-types/commands/GetResolverQueryLogConfigAssociationCommand.d.ts +36 -0
- package/dist-types/commands/GetResolverQueryLogConfigCommand.d.ts +36 -0
- package/dist-types/commands/GetResolverQueryLogConfigPolicyCommand.d.ts +36 -0
- package/dist-types/commands/GetResolverRuleAssociationCommand.d.ts +36 -0
- package/dist-types/commands/GetResolverRuleCommand.d.ts +36 -0
- package/dist-types/commands/GetResolverRulePolicyCommand.d.ts +36 -0
- package/dist-types/commands/ImportFirewallDomainsCommand.d.ts +50 -0
- package/dist-types/commands/ListFirewallConfigsCommand.d.ts +36 -0
- package/dist-types/commands/ListFirewallDomainListsCommand.d.ts +36 -0
- package/dist-types/commands/ListFirewallDomainsCommand.d.ts +36 -0
- package/dist-types/commands/ListFirewallRuleGroupAssociationsCommand.d.ts +36 -0
- package/dist-types/commands/ListFirewallRuleGroupsCommand.d.ts +36 -0
- package/dist-types/commands/ListFirewallRulesCommand.d.ts +36 -0
- package/dist-types/commands/ListResolverDnssecConfigsCommand.d.ts +35 -0
- package/dist-types/commands/ListResolverEndpointIpAddressesCommand.d.ts +35 -0
- package/dist-types/commands/ListResolverEndpointsCommand.d.ts +35 -0
- package/dist-types/commands/ListResolverQueryLogConfigAssociationsCommand.d.ts +35 -0
- package/dist-types/commands/ListResolverQueryLogConfigsCommand.d.ts +36 -0
- package/dist-types/commands/ListResolverRuleAssociationsCommand.d.ts +35 -0
- package/dist-types/commands/ListResolverRulesCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/PutFirewallRuleGroupPolicyCommand.d.ts +37 -0
- package/dist-types/commands/PutResolverQueryLogConfigPolicyCommand.d.ts +36 -0
- package/dist-types/commands/PutResolverRulePolicyCommand.d.ts +36 -0
- package/dist-types/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateFirewallConfigCommand.d.ts +36 -0
- package/dist-types/commands/UpdateFirewallDomainsCommand.d.ts +35 -0
- package/dist-types/commands/UpdateFirewallRuleCommand.d.ts +35 -0
- package/dist-types/commands/UpdateFirewallRuleGroupAssociationCommand.d.ts +35 -0
- package/dist-types/commands/UpdateResolverDnssecConfigCommand.d.ts +35 -0
- package/dist-types/commands/UpdateResolverEndpointCommand.d.ts +35 -0
- package/dist-types/commands/UpdateResolverRuleCommand.d.ts +36 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListFirewallConfigsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFirewallDomainListsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFirewallDomainsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFirewallRuleGroupAssociationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFirewallRuleGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFirewallRulesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListResolverDnssecConfigsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListResolverEndpointIpAddressesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListResolverEndpointsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListResolverQueryLogConfigAssociationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListResolverQueryLogConfigsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListResolverRuleAssociationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListResolverRulesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +182 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/Route53Resolver.d.ts +305 -0
- package/dist-types/ts3.4/Route53ResolverClient.d.ts +127 -0
- package/dist-types/ts3.4/commands/AssociateFirewallRuleGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateResolverEndpointIpAddressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateResolverQueryLogConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateResolverRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFirewallDomainListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFirewallRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFirewallRuleGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateResolverEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateResolverQueryLogConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateResolverRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFirewallDomainListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFirewallRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFirewallRuleGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteResolverEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteResolverQueryLogConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteResolverRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateFirewallRuleGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateResolverQueryLogConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateResolverRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFirewallConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFirewallDomainListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFirewallRuleGroupAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFirewallRuleGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFirewallRuleGroupPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResolverDnssecConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResolverEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResolverQueryLogConfigAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResolverQueryLogConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResolverQueryLogConfigPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResolverRuleAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResolverRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResolverRulePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportFirewallDomainsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFirewallConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFirewallDomainListsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFirewallDomainsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFirewallRuleGroupAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFirewallRuleGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFirewallRulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResolverDnssecConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResolverEndpointIpAddressesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResolverEndpointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResolverQueryLogConfigAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResolverQueryLogConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResolverRuleAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResolverRulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutFirewallRuleGroupPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutResolverQueryLogConfigPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutResolverRulePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFirewallConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFirewallDomainsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFirewallRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFirewallRuleGroupAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateResolverDnssecConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateResolverEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateResolverRuleCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1921 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListFirewallConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFirewallDomainListsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFirewallDomainsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFirewallRuleGroupAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFirewallRuleGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFirewallRulesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListResolverDnssecConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListResolverEndpointIpAddressesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListResolverEndpointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListResolverQueryLogConfigAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListResolverQueryLogConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListResolverRuleAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListResolverRulesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +182 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +45 -42
- package/Route53Resolver.ts +0 -2374
- package/Route53ResolverClient.ts +0 -591
- package/commands/AssociateFirewallRuleGroupCommand.ts +0 -97
- package/commands/AssociateResolverEndpointIpAddressCommand.ts +0 -109
- package/commands/AssociateResolverQueryLogConfigCommand.ts +0 -112
- package/commands/AssociateResolverRuleCommand.ts +0 -97
- package/commands/CreateFirewallDomainListCommand.ts +0 -94
- package/commands/CreateFirewallRuleCommand.ts +0 -94
- package/commands/CreateFirewallRuleGroupCommand.ts +0 -95
- package/commands/CreateResolverEndpointCommand.ts +0 -104
- package/commands/CreateResolverQueryLogConfigCommand.ts +0 -107
- package/commands/CreateResolverRuleCommand.ts +0 -95
- package/commands/DeleteFirewallDomainListCommand.ts +0 -94
- package/commands/DeleteFirewallRuleCommand.ts +0 -94
- package/commands/DeleteFirewallRuleGroupCommand.ts +0 -94
- package/commands/DeleteResolverEndpointCommand.ts +0 -106
- package/commands/DeleteResolverQueryLogConfigCommand.ts +0 -109
- package/commands/DeleteResolverRuleCommand.ts +0 -96
- package/commands/DisassociateFirewallRuleGroupCommand.ts +0 -99
- package/commands/DisassociateResolverEndpointIpAddressCommand.ts +0 -110
- package/commands/DisassociateResolverQueryLogConfigCommand.ts +0 -120
- package/commands/DisassociateResolverRuleCommand.ts +0 -98
- package/commands/GetFirewallConfigCommand.ts +0 -95
- package/commands/GetFirewallDomainListCommand.ts +0 -94
- package/commands/GetFirewallRuleGroupAssociationCommand.ts +0 -102
- package/commands/GetFirewallRuleGroupCommand.ts +0 -94
- package/commands/GetFirewallRuleGroupPolicyCommand.ts +0 -98
- package/commands/GetResolverDnssecConfigCommand.ts +0 -94
- package/commands/GetResolverEndpointCommand.ts +0 -95
- package/commands/GetResolverQueryLogConfigAssociationCommand.ts +0 -106
- package/commands/GetResolverQueryLogConfigCommand.ts +0 -98
- package/commands/GetResolverQueryLogConfigPolicyCommand.ts +0 -103
- package/commands/GetResolverRuleAssociationCommand.ts +0 -98
- package/commands/GetResolverRuleCommand.ts +0 -95
- package/commands/GetResolverRulePolicyCommand.ts +0 -95
- package/commands/ImportFirewallDomainsCommand.ts +0 -109
- package/commands/ListFirewallConfigsCommand.ts +0 -95
- package/commands/ListFirewallDomainListsCommand.ts +0 -95
- package/commands/ListFirewallDomainsCommand.ts +0 -95
- package/commands/ListFirewallRuleGroupAssociationsCommand.ts +0 -106
- package/commands/ListFirewallRuleGroupsCommand.ts +0 -95
- package/commands/ListFirewallRulesCommand.ts +0 -95
- package/commands/ListResolverDnssecConfigsCommand.ts +0 -97
- package/commands/ListResolverEndpointIpAddressesCommand.ts +0 -102
- package/commands/ListResolverEndpointsCommand.ts +0 -94
- package/commands/ListResolverQueryLogConfigAssociationsCommand.ts +0 -106
- package/commands/ListResolverQueryLogConfigsCommand.ts +0 -100
- package/commands/ListResolverRuleAssociationsCommand.ts +0 -99
- package/commands/ListResolverRulesCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/PutFirewallRuleGroupPolicyCommand.ts +0 -99
- package/commands/PutResolverQueryLogConfigPolicyCommand.ts +0 -103
- package/commands/PutResolverRulePolicyCommand.ts +0 -95
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateFirewallConfigCommand.ts +0 -95
- package/commands/UpdateFirewallDomainsCommand.ts +0 -94
- package/commands/UpdateFirewallRuleCommand.ts +0 -94
- package/commands/UpdateFirewallRuleGroupAssociationCommand.ts +0 -105
- package/commands/UpdateResolverDnssecConfigCommand.ts +0 -97
- package/commands/UpdateResolverEndpointCommand.ts +0 -94
- package/commands/UpdateResolverRuleCommand.ts +0 -95
- package/dist/cjs/Route53Resolver.js +0 -943
- package/dist/cjs/Route53Resolver.js.map +0 -1
- package/dist/cjs/Route53ResolverClient.js +0 -76
- package/dist/cjs/Route53ResolverClient.js.map +0 -1
- package/dist/cjs/commands/AssociateFirewallRuleGroupCommand.js +0 -61
- package/dist/cjs/commands/AssociateFirewallRuleGroupCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateResolverEndpointIpAddressCommand.js +0 -65
- package/dist/cjs/commands/AssociateResolverEndpointIpAddressCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateResolverQueryLogConfigCommand.js +0 -71
- package/dist/cjs/commands/AssociateResolverQueryLogConfigCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateResolverRuleCommand.js +0 -64
- package/dist/cjs/commands/AssociateResolverRuleCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFirewallDomainListCommand.js +0 -61
- package/dist/cjs/commands/CreateFirewallDomainListCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFirewallRuleCommand.js +0 -61
- package/dist/cjs/commands/CreateFirewallRuleCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFirewallRuleGroupCommand.js +0 -62
- package/dist/cjs/commands/CreateFirewallRuleGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateResolverEndpointCommand.js +0 -71
- package/dist/cjs/commands/CreateResolverEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/CreateResolverQueryLogConfigCommand.js +0 -69
- package/dist/cjs/commands/CreateResolverQueryLogConfigCommand.js.map +0 -1
- package/dist/cjs/commands/CreateResolverRuleCommand.js +0 -62
- package/dist/cjs/commands/CreateResolverRuleCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFirewallDomainListCommand.js +0 -61
- package/dist/cjs/commands/DeleteFirewallDomainListCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFirewallRuleCommand.js +0 -61
- package/dist/cjs/commands/DeleteFirewallRuleCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFirewallRuleGroupCommand.js +0 -61
- package/dist/cjs/commands/DeleteFirewallRuleGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteResolverEndpointCommand.js +0 -73
- package/dist/cjs/commands/DeleteResolverEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteResolverQueryLogConfigCommand.js +0 -71
- package/dist/cjs/commands/DeleteResolverQueryLogConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteResolverRuleCommand.js +0 -63
- package/dist/cjs/commands/DeleteResolverRuleCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateFirewallRuleGroupCommand.js +0 -61
- package/dist/cjs/commands/DisassociateFirewallRuleGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateResolverEndpointIpAddressCommand.js +0 -65
- package/dist/cjs/commands/DisassociateResolverEndpointIpAddressCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateResolverQueryLogConfigCommand.js +0 -76
- package/dist/cjs/commands/DisassociateResolverQueryLogConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateResolverRuleCommand.js +0 -65
- package/dist/cjs/commands/DisassociateResolverRuleCommand.js.map +0 -1
- package/dist/cjs/commands/GetFirewallConfigCommand.js +0 -62
- package/dist/cjs/commands/GetFirewallConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetFirewallDomainListCommand.js +0 -61
- package/dist/cjs/commands/GetFirewallDomainListCommand.js.map +0 -1
- package/dist/cjs/commands/GetFirewallRuleGroupAssociationCommand.js +0 -61
- package/dist/cjs/commands/GetFirewallRuleGroupAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/GetFirewallRuleGroupCommand.js +0 -61
- package/dist/cjs/commands/GetFirewallRuleGroupCommand.js.map +0 -1
- package/dist/cjs/commands/GetFirewallRuleGroupPolicyCommand.js +0 -62
- package/dist/cjs/commands/GetFirewallRuleGroupPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetResolverDnssecConfigCommand.js +0 -61
- package/dist/cjs/commands/GetResolverDnssecConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetResolverEndpointCommand.js +0 -62
- package/dist/cjs/commands/GetResolverEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/GetResolverQueryLogConfigAssociationCommand.js +0 -62
- package/dist/cjs/commands/GetResolverQueryLogConfigAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/GetResolverQueryLogConfigCommand.js +0 -62
- package/dist/cjs/commands/GetResolverQueryLogConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetResolverQueryLogConfigPolicyCommand.js +0 -62
- package/dist/cjs/commands/GetResolverQueryLogConfigPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetResolverRuleAssociationCommand.js +0 -62
- package/dist/cjs/commands/GetResolverRuleAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/GetResolverRuleCommand.js +0 -62
- package/dist/cjs/commands/GetResolverRuleCommand.js.map +0 -1
- package/dist/cjs/commands/GetResolverRulePolicyCommand.js +0 -62
- package/dist/cjs/commands/GetResolverRulePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/ImportFirewallDomainsCommand.js +0 -76
- package/dist/cjs/commands/ImportFirewallDomainsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFirewallConfigsCommand.js +0 -62
- package/dist/cjs/commands/ListFirewallConfigsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFirewallDomainListsCommand.js +0 -62
- package/dist/cjs/commands/ListFirewallDomainListsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFirewallDomainsCommand.js +0 -62
- package/dist/cjs/commands/ListFirewallDomainsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFirewallRuleGroupAssociationsCommand.js +0 -62
- package/dist/cjs/commands/ListFirewallRuleGroupAssociationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFirewallRuleGroupsCommand.js +0 -62
- package/dist/cjs/commands/ListFirewallRuleGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFirewallRulesCommand.js +0 -62
- package/dist/cjs/commands/ListFirewallRulesCommand.js.map +0 -1
- package/dist/cjs/commands/ListResolverDnssecConfigsCommand.js +0 -61
- package/dist/cjs/commands/ListResolverDnssecConfigsCommand.js.map +0 -1
- package/dist/cjs/commands/ListResolverEndpointIpAddressesCommand.js +0 -61
- package/dist/cjs/commands/ListResolverEndpointIpAddressesCommand.js.map +0 -1
- package/dist/cjs/commands/ListResolverEndpointsCommand.js +0 -61
- package/dist/cjs/commands/ListResolverEndpointsCommand.js.map +0 -1
- package/dist/cjs/commands/ListResolverQueryLogConfigAssociationsCommand.js +0 -61
- package/dist/cjs/commands/ListResolverQueryLogConfigAssociationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListResolverQueryLogConfigsCommand.js +0 -62
- package/dist/cjs/commands/ListResolverQueryLogConfigsCommand.js.map +0 -1
- package/dist/cjs/commands/ListResolverRuleAssociationsCommand.js +0 -61
- package/dist/cjs/commands/ListResolverRuleAssociationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListResolverRulesCommand.js +0 -61
- package/dist/cjs/commands/ListResolverRulesCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -61
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/PutFirewallRuleGroupPolicyCommand.js +0 -63
- package/dist/cjs/commands/PutFirewallRuleGroupPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/PutResolverQueryLogConfigPolicyCommand.js +0 -62
- package/dist/cjs/commands/PutResolverQueryLogConfigPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/PutResolverRulePolicyCommand.js +0 -62
- package/dist/cjs/commands/PutResolverRulePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -61
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -61
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFirewallConfigCommand.js +0 -62
- package/dist/cjs/commands/UpdateFirewallConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFirewallDomainsCommand.js +0 -61
- package/dist/cjs/commands/UpdateFirewallDomainsCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFirewallRuleCommand.js +0 -61
- package/dist/cjs/commands/UpdateFirewallRuleCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFirewallRuleGroupAssociationCommand.js +0 -61
- package/dist/cjs/commands/UpdateFirewallRuleGroupAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateResolverDnssecConfigCommand.js +0 -61
- package/dist/cjs/commands/UpdateResolverDnssecConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateResolverEndpointCommand.js +0 -61
- package/dist/cjs/commands/UpdateResolverEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateResolverRuleCommand.js +0 -62
- package/dist/cjs/commands/UpdateResolverRuleCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -57
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -82
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -1560
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListFirewallConfigsPaginator.js +0 -46
- package/dist/cjs/pagination/ListFirewallConfigsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListFirewallDomainListsPaginator.js +0 -46
- package/dist/cjs/pagination/ListFirewallDomainListsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListFirewallDomainsPaginator.js +0 -46
- package/dist/cjs/pagination/ListFirewallDomainsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListFirewallRuleGroupAssociationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListFirewallRuleGroupAssociationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListFirewallRuleGroupsPaginator.js +0 -46
- package/dist/cjs/pagination/ListFirewallRuleGroupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListFirewallRulesPaginator.js +0 -46
- package/dist/cjs/pagination/ListFirewallRulesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListResolverDnssecConfigsPaginator.js +0 -46
- package/dist/cjs/pagination/ListResolverDnssecConfigsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListResolverEndpointIpAddressesPaginator.js +0 -46
- package/dist/cjs/pagination/ListResolverEndpointIpAddressesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListResolverEndpointsPaginator.js +0 -46
- package/dist/cjs/pagination/ListResolverEndpointsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListResolverQueryLogConfigAssociationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListResolverQueryLogConfigAssociationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListResolverQueryLogConfigsPaginator.js +0 -46
- package/dist/cjs/pagination/ListResolverQueryLogConfigsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListResolverRuleAssociationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListResolverRuleAssociationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListResolverRulesPaginator.js +0 -46
- package/dist/cjs/pagination/ListResolverRulesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTagsForResourcePaginator.js +0 -46
- package/dist/cjs/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js +0 -7286
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/Route53Resolver.js +0 -911
- package/dist/es/Route53Resolver.js.map +0 -1
- package/dist/es/Route53ResolverClient.js +0 -38
- package/dist/es/Route53ResolverClient.js.map +0 -1
- package/dist/es/commands/AssociateFirewallRuleGroupCommand.js +0 -40
- package/dist/es/commands/AssociateFirewallRuleGroupCommand.js.map +0 -1
- package/dist/es/commands/AssociateResolverEndpointIpAddressCommand.js +0 -40
- package/dist/es/commands/AssociateResolverEndpointIpAddressCommand.js.map +0 -1
- package/dist/es/commands/AssociateResolverQueryLogConfigCommand.js +0 -40
- package/dist/es/commands/AssociateResolverQueryLogConfigCommand.js.map +0 -1
- package/dist/es/commands/AssociateResolverRuleCommand.js +0 -40
- package/dist/es/commands/AssociateResolverRuleCommand.js.map +0 -1
- package/dist/es/commands/CreateFirewallDomainListCommand.js +0 -40
- package/dist/es/commands/CreateFirewallDomainListCommand.js.map +0 -1
- package/dist/es/commands/CreateFirewallRuleCommand.js +0 -40
- package/dist/es/commands/CreateFirewallRuleCommand.js.map +0 -1
- package/dist/es/commands/CreateFirewallRuleGroupCommand.js +0 -40
- package/dist/es/commands/CreateFirewallRuleGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateResolverEndpointCommand.js +0 -40
- package/dist/es/commands/CreateResolverEndpointCommand.js.map +0 -1
- package/dist/es/commands/CreateResolverQueryLogConfigCommand.js +0 -40
- package/dist/es/commands/CreateResolverQueryLogConfigCommand.js.map +0 -1
- package/dist/es/commands/CreateResolverRuleCommand.js +0 -40
- package/dist/es/commands/CreateResolverRuleCommand.js.map +0 -1
- package/dist/es/commands/DeleteFirewallDomainListCommand.js +0 -40
- package/dist/es/commands/DeleteFirewallDomainListCommand.js.map +0 -1
- package/dist/es/commands/DeleteFirewallRuleCommand.js +0 -40
- package/dist/es/commands/DeleteFirewallRuleCommand.js.map +0 -1
- package/dist/es/commands/DeleteFirewallRuleGroupCommand.js +0 -40
- package/dist/es/commands/DeleteFirewallRuleGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteResolverEndpointCommand.js +0 -40
- package/dist/es/commands/DeleteResolverEndpointCommand.js.map +0 -1
- package/dist/es/commands/DeleteResolverQueryLogConfigCommand.js +0 -40
- package/dist/es/commands/DeleteResolverQueryLogConfigCommand.js.map +0 -1
- package/dist/es/commands/DeleteResolverRuleCommand.js +0 -40
- package/dist/es/commands/DeleteResolverRuleCommand.js.map +0 -1
- package/dist/es/commands/DisassociateFirewallRuleGroupCommand.js +0 -40
- package/dist/es/commands/DisassociateFirewallRuleGroupCommand.js.map +0 -1
- package/dist/es/commands/DisassociateResolverEndpointIpAddressCommand.js +0 -40
- package/dist/es/commands/DisassociateResolverEndpointIpAddressCommand.js.map +0 -1
- package/dist/es/commands/DisassociateResolverQueryLogConfigCommand.js +0 -40
- package/dist/es/commands/DisassociateResolverQueryLogConfigCommand.js.map +0 -1
- package/dist/es/commands/DisassociateResolverRuleCommand.js +0 -40
- package/dist/es/commands/DisassociateResolverRuleCommand.js.map +0 -1
- package/dist/es/commands/GetFirewallConfigCommand.js +0 -40
- package/dist/es/commands/GetFirewallConfigCommand.js.map +0 -1
- package/dist/es/commands/GetFirewallDomainListCommand.js +0 -40
- package/dist/es/commands/GetFirewallDomainListCommand.js.map +0 -1
- package/dist/es/commands/GetFirewallRuleGroupAssociationCommand.js +0 -40
- package/dist/es/commands/GetFirewallRuleGroupAssociationCommand.js.map +0 -1
- package/dist/es/commands/GetFirewallRuleGroupCommand.js +0 -40
- package/dist/es/commands/GetFirewallRuleGroupCommand.js.map +0 -1
- package/dist/es/commands/GetFirewallRuleGroupPolicyCommand.js +0 -40
- package/dist/es/commands/GetFirewallRuleGroupPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetResolverDnssecConfigCommand.js +0 -40
- package/dist/es/commands/GetResolverDnssecConfigCommand.js.map +0 -1
- package/dist/es/commands/GetResolverEndpointCommand.js +0 -40
- package/dist/es/commands/GetResolverEndpointCommand.js.map +0 -1
- package/dist/es/commands/GetResolverQueryLogConfigAssociationCommand.js +0 -40
- package/dist/es/commands/GetResolverQueryLogConfigAssociationCommand.js.map +0 -1
- package/dist/es/commands/GetResolverQueryLogConfigCommand.js +0 -40
- package/dist/es/commands/GetResolverQueryLogConfigCommand.js.map +0 -1
- package/dist/es/commands/GetResolverQueryLogConfigPolicyCommand.js +0 -40
- package/dist/es/commands/GetResolverQueryLogConfigPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetResolverRuleAssociationCommand.js +0 -40
- package/dist/es/commands/GetResolverRuleAssociationCommand.js.map +0 -1
- package/dist/es/commands/GetResolverRuleCommand.js +0 -40
- package/dist/es/commands/GetResolverRuleCommand.js.map +0 -1
- package/dist/es/commands/GetResolverRulePolicyCommand.js +0 -40
- package/dist/es/commands/GetResolverRulePolicyCommand.js.map +0 -1
- package/dist/es/commands/ImportFirewallDomainsCommand.js +0 -40
- package/dist/es/commands/ImportFirewallDomainsCommand.js.map +0 -1
- package/dist/es/commands/ListFirewallConfigsCommand.js +0 -40
- package/dist/es/commands/ListFirewallConfigsCommand.js.map +0 -1
- package/dist/es/commands/ListFirewallDomainListsCommand.js +0 -40
- package/dist/es/commands/ListFirewallDomainListsCommand.js.map +0 -1
- package/dist/es/commands/ListFirewallDomainsCommand.js +0 -40
- package/dist/es/commands/ListFirewallDomainsCommand.js.map +0 -1
- package/dist/es/commands/ListFirewallRuleGroupAssociationsCommand.js +0 -40
- package/dist/es/commands/ListFirewallRuleGroupAssociationsCommand.js.map +0 -1
- package/dist/es/commands/ListFirewallRuleGroupsCommand.js +0 -40
- package/dist/es/commands/ListFirewallRuleGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListFirewallRulesCommand.js +0 -40
- package/dist/es/commands/ListFirewallRulesCommand.js.map +0 -1
- package/dist/es/commands/ListResolverDnssecConfigsCommand.js +0 -40
- package/dist/es/commands/ListResolverDnssecConfigsCommand.js.map +0 -1
- package/dist/es/commands/ListResolverEndpointIpAddressesCommand.js +0 -40
- package/dist/es/commands/ListResolverEndpointIpAddressesCommand.js.map +0 -1
- package/dist/es/commands/ListResolverEndpointsCommand.js +0 -40
- package/dist/es/commands/ListResolverEndpointsCommand.js.map +0 -1
- package/dist/es/commands/ListResolverQueryLogConfigAssociationsCommand.js +0 -40
- package/dist/es/commands/ListResolverQueryLogConfigAssociationsCommand.js.map +0 -1
- package/dist/es/commands/ListResolverQueryLogConfigsCommand.js +0 -40
- package/dist/es/commands/ListResolverQueryLogConfigsCommand.js.map +0 -1
- package/dist/es/commands/ListResolverRuleAssociationsCommand.js +0 -40
- package/dist/es/commands/ListResolverRuleAssociationsCommand.js.map +0 -1
- package/dist/es/commands/ListResolverRulesCommand.js +0 -40
- package/dist/es/commands/ListResolverRulesCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PutFirewallRuleGroupPolicyCommand.js +0 -40
- package/dist/es/commands/PutFirewallRuleGroupPolicyCommand.js.map +0 -1
- package/dist/es/commands/PutResolverQueryLogConfigPolicyCommand.js +0 -40
- package/dist/es/commands/PutResolverQueryLogConfigPolicyCommand.js.map +0 -1
- package/dist/es/commands/PutResolverRulePolicyCommand.js +0 -40
- package/dist/es/commands/PutResolverRulePolicyCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -40
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -40
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateFirewallConfigCommand.js +0 -40
- package/dist/es/commands/UpdateFirewallConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateFirewallDomainsCommand.js +0 -40
- package/dist/es/commands/UpdateFirewallDomainsCommand.js.map +0 -1
- package/dist/es/commands/UpdateFirewallRuleCommand.js +0 -40
- package/dist/es/commands/UpdateFirewallRuleCommand.js.map +0 -1
- package/dist/es/commands/UpdateFirewallRuleGroupAssociationCommand.js +0 -40
- package/dist/es/commands/UpdateFirewallRuleGroupAssociationCommand.js.map +0 -1
- package/dist/es/commands/UpdateResolverDnssecConfigCommand.js +0 -40
- package/dist/es/commands/UpdateResolverDnssecConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateResolverEndpointCommand.js +0 -40
- package/dist/es/commands/UpdateResolverEndpointCommand.js.map +0 -1
- package/dist/es/commands/UpdateResolverRuleCommand.js +0 -40
- package/dist/es/commands/UpdateResolverRuleCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -53
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -79
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -775
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListFirewallConfigsPaginator.js +0 -75
- package/dist/es/pagination/ListFirewallConfigsPaginator.js.map +0 -1
- package/dist/es/pagination/ListFirewallDomainListsPaginator.js +0 -75
- package/dist/es/pagination/ListFirewallDomainListsPaginator.js.map +0 -1
- package/dist/es/pagination/ListFirewallDomainsPaginator.js +0 -75
- package/dist/es/pagination/ListFirewallDomainsPaginator.js.map +0 -1
- package/dist/es/pagination/ListFirewallRuleGroupAssociationsPaginator.js +0 -75
- package/dist/es/pagination/ListFirewallRuleGroupAssociationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListFirewallRuleGroupsPaginator.js +0 -75
- package/dist/es/pagination/ListFirewallRuleGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/ListFirewallRulesPaginator.js +0 -75
- package/dist/es/pagination/ListFirewallRulesPaginator.js.map +0 -1
- package/dist/es/pagination/ListResolverDnssecConfigsPaginator.js +0 -75
- package/dist/es/pagination/ListResolverDnssecConfigsPaginator.js.map +0 -1
- package/dist/es/pagination/ListResolverEndpointIpAddressesPaginator.js +0 -75
- package/dist/es/pagination/ListResolverEndpointIpAddressesPaginator.js.map +0 -1
- package/dist/es/pagination/ListResolverEndpointsPaginator.js +0 -75
- package/dist/es/pagination/ListResolverEndpointsPaginator.js.map +0 -1
- package/dist/es/pagination/ListResolverQueryLogConfigAssociationsPaginator.js +0 -75
- package/dist/es/pagination/ListResolverQueryLogConfigAssociationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListResolverQueryLogConfigsPaginator.js +0 -75
- package/dist/es/pagination/ListResolverQueryLogConfigsPaginator.js.map +0 -1
- package/dist/es/pagination/ListResolverRuleAssociationsPaginator.js +0 -75
- package/dist/es/pagination/ListResolverRuleAssociationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListResolverRulesPaginator.js +0 -75
- package/dist/es/pagination/ListResolverRulesPaginator.js.map +0 -1
- package/dist/es/pagination/ListTagsForResourcePaginator.js +0 -75
- package/dist/es/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js +0 -7618
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -17
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -22
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -9
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -14
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/Route53Resolver.d.ts +0 -580
- package/dist/types/Route53ResolverClient.d.ts +0 -224
- package/dist/types/commands/AssociateFirewallRuleGroupCommand.d.ts +0 -35
- package/dist/types/commands/AssociateResolverEndpointIpAddressCommand.d.ts +0 -39
- package/dist/types/commands/AssociateResolverQueryLogConfigCommand.d.ts +0 -45
- package/dist/types/commands/AssociateResolverRuleCommand.d.ts +0 -38
- package/dist/types/commands/CreateFirewallDomainListCommand.d.ts +0 -35
- package/dist/types/commands/CreateFirewallRuleCommand.d.ts +0 -35
- package/dist/types/commands/CreateFirewallRuleGroupCommand.d.ts +0 -36
- package/dist/types/commands/CreateResolverEndpointCommand.d.ts +0 -45
- package/dist/types/commands/CreateResolverQueryLogConfigCommand.d.ts +0 -43
- package/dist/types/commands/CreateResolverRuleCommand.d.ts +0 -36
- package/dist/types/commands/DeleteFirewallDomainListCommand.d.ts +0 -35
- package/dist/types/commands/DeleteFirewallRuleCommand.d.ts +0 -35
- package/dist/types/commands/DeleteFirewallRuleGroupCommand.d.ts +0 -35
- package/dist/types/commands/DeleteResolverEndpointCommand.d.ts +0 -47
- package/dist/types/commands/DeleteResolverQueryLogConfigCommand.d.ts +0 -45
- package/dist/types/commands/DeleteResolverRuleCommand.d.ts +0 -37
- package/dist/types/commands/DisassociateFirewallRuleGroupCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +0 -39
- package/dist/types/commands/DisassociateResolverQueryLogConfigCommand.d.ts +0 -50
- package/dist/types/commands/DisassociateResolverRuleCommand.d.ts +0 -39
- package/dist/types/commands/GetFirewallConfigCommand.d.ts +0 -36
- package/dist/types/commands/GetFirewallDomainListCommand.d.ts +0 -35
- package/dist/types/commands/GetFirewallRuleGroupAssociationCommand.d.ts +0 -35
- package/dist/types/commands/GetFirewallRuleGroupCommand.d.ts +0 -35
- package/dist/types/commands/GetFirewallRuleGroupPolicyCommand.d.ts +0 -36
- package/dist/types/commands/GetResolverDnssecConfigCommand.d.ts +0 -35
- package/dist/types/commands/GetResolverEndpointCommand.d.ts +0 -36
- package/dist/types/commands/GetResolverQueryLogConfigAssociationCommand.d.ts +0 -36
- package/dist/types/commands/GetResolverQueryLogConfigCommand.d.ts +0 -36
- package/dist/types/commands/GetResolverQueryLogConfigPolicyCommand.d.ts +0 -36
- package/dist/types/commands/GetResolverRuleAssociationCommand.d.ts +0 -36
- package/dist/types/commands/GetResolverRuleCommand.d.ts +0 -36
- package/dist/types/commands/GetResolverRulePolicyCommand.d.ts +0 -36
- package/dist/types/commands/ImportFirewallDomainsCommand.d.ts +0 -50
- package/dist/types/commands/ListFirewallConfigsCommand.d.ts +0 -36
- package/dist/types/commands/ListFirewallDomainListsCommand.d.ts +0 -36
- package/dist/types/commands/ListFirewallDomainsCommand.d.ts +0 -36
- package/dist/types/commands/ListFirewallRuleGroupAssociationsCommand.d.ts +0 -36
- package/dist/types/commands/ListFirewallRuleGroupsCommand.d.ts +0 -36
- package/dist/types/commands/ListFirewallRulesCommand.d.ts +0 -36
- package/dist/types/commands/ListResolverDnssecConfigsCommand.d.ts +0 -35
- package/dist/types/commands/ListResolverEndpointIpAddressesCommand.d.ts +0 -35
- package/dist/types/commands/ListResolverEndpointsCommand.d.ts +0 -35
- package/dist/types/commands/ListResolverQueryLogConfigAssociationsCommand.d.ts +0 -35
- package/dist/types/commands/ListResolverQueryLogConfigsCommand.d.ts +0 -36
- package/dist/types/commands/ListResolverRuleAssociationsCommand.d.ts +0 -35
- package/dist/types/commands/ListResolverRulesCommand.d.ts +0 -35
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/commands/PutFirewallRuleGroupPolicyCommand.d.ts +0 -37
- package/dist/types/commands/PutResolverQueryLogConfigPolicyCommand.d.ts +0 -36
- package/dist/types/commands/PutResolverRulePolicyCommand.d.ts +0 -36
- package/dist/types/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateFirewallConfigCommand.d.ts +0 -36
- package/dist/types/commands/UpdateFirewallDomainsCommand.d.ts +0 -35
- package/dist/types/commands/UpdateFirewallRuleCommand.d.ts +0 -35
- package/dist/types/commands/UpdateFirewallRuleGroupAssociationCommand.d.ts +0 -35
- package/dist/types/commands/UpdateResolverDnssecConfigCommand.d.ts +0 -35
- package/dist/types/commands/UpdateResolverEndpointCommand.d.ts +0 -35
- package/dist/types/commands/UpdateResolverRuleCommand.d.ts +0 -36
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListFirewallConfigsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListFirewallDomainListsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListFirewallDomainsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListFirewallRuleGroupAssociationsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListFirewallRuleGroupsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListFirewallRulesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListResolverDnssecConfigsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListResolverEndpointIpAddressesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListResolverEndpointsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListResolverQueryLogConfigAssociationsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListResolverQueryLogConfigsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListResolverRuleAssociationsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListResolverRulesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTagsForResourcePaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_json1_1.d.ts +0 -182
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/Route53Resolver.d.ts +0 -580
- package/dist/types/ts3.4/Route53ResolverClient.d.ts +0 -224
- package/dist/types/ts3.4/commands/AssociateFirewallRuleGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/AssociateResolverEndpointIpAddressCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/AssociateResolverQueryLogConfigCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/AssociateResolverRuleCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateFirewallDomainListCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateFirewallRuleCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateFirewallRuleGroupCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateResolverEndpointCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/CreateResolverQueryLogConfigCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/CreateResolverRuleCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteFirewallDomainListCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteFirewallRuleCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteFirewallRuleGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteResolverEndpointCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/DeleteResolverQueryLogConfigCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/DeleteResolverRuleCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DisassociateFirewallRuleGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DisassociateResolverQueryLogConfigCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/DisassociateResolverRuleCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/GetFirewallConfigCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetFirewallDomainListCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFirewallRuleGroupAssociationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFirewallRuleGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFirewallRuleGroupPolicyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetResolverDnssecConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetResolverEndpointCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetResolverQueryLogConfigAssociationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetResolverQueryLogConfigCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetResolverQueryLogConfigPolicyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetResolverRuleAssociationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetResolverRuleCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetResolverRulePolicyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ImportFirewallDomainsCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/ListFirewallConfigsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListFirewallDomainListsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListFirewallDomainsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListFirewallRuleGroupAssociationsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListFirewallRuleGroupsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListFirewallRulesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListResolverDnssecConfigsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListResolverEndpointIpAddressesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListResolverEndpointsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListResolverQueryLogConfigAssociationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListResolverQueryLogConfigsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListResolverRuleAssociationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListResolverRulesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutFirewallRuleGroupPolicyCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/PutResolverQueryLogConfigPolicyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/PutResolverRulePolicyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateFirewallConfigCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateFirewallDomainsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateFirewallRuleCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateFirewallRuleGroupAssociationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateResolverDnssecConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateResolverEndpointCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateResolverRuleCommand.d.ts +0 -36
- package/dist/types/ts3.4/models/models_0.d.ts +0 -4245
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListFirewallConfigsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListFirewallDomainListsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListFirewallDomainsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListFirewallRuleGroupAssociationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListFirewallRuleGroupsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListFirewallRulesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListResolverDnssecConfigsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListResolverEndpointIpAddressesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListResolverEndpointsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListResolverQueryLogConfigAssociationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListResolverQueryLogConfigsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListResolverRuleAssociationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListResolverRulesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -182
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -5132
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListFirewallConfigsPaginator.ts +0 -58
- package/pagination/ListFirewallDomainListsPaginator.ts +0 -58
- package/pagination/ListFirewallDomainsPaginator.ts +0 -58
- package/pagination/ListFirewallRuleGroupAssociationsPaginator.ts +0 -58
- package/pagination/ListFirewallRuleGroupsPaginator.ts +0 -58
- package/pagination/ListFirewallRulesPaginator.ts +0 -58
- package/pagination/ListResolverDnssecConfigsPaginator.ts +0 -58
- package/pagination/ListResolverEndpointIpAddressesPaginator.ts +0 -58
- package/pagination/ListResolverEndpointsPaginator.ts +0 -58
- package/pagination/ListResolverQueryLogConfigAssociationsPaginator.ts +0 -58
- package/pagination/ListResolverQueryLogConfigsPaginator.ts +0 -58
- package/pagination/ListResolverRuleAssociationsPaginator.ts +0 -58
- package/pagination/ListResolverRulesPaginator.ts +0 -58
- package/pagination/ListTagsForResourcePaginator.ts +0 -58
- package/protocols/Aws_json1_1.ts +0 -8971
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CreateResolverEndpointRequest, CreateResolverEndpointResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface CreateResolverEndpointCommandInput extends CreateResolverEndpointRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateResolverEndpointCommandOutput extends CreateResolverEndpointResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateResolverEndpointCommand extends $Command<CreateResolverEndpointCommandInput, CreateResolverEndpointCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateResolverEndpointCommandInput;
|
|
12
|
+
constructor(input: CreateResolverEndpointCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateResolverEndpointCommandInput, CreateResolverEndpointCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CreateResolverQueryLogConfigRequest, CreateResolverQueryLogConfigResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface CreateResolverQueryLogConfigCommandInput extends CreateResolverQueryLogConfigRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateResolverQueryLogConfigCommandOutput extends CreateResolverQueryLogConfigResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateResolverQueryLogConfigCommand extends $Command<CreateResolverQueryLogConfigCommandInput, CreateResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateResolverQueryLogConfigCommandInput;
|
|
12
|
+
constructor(input: CreateResolverQueryLogConfigCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateResolverQueryLogConfigCommandInput, CreateResolverQueryLogConfigCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CreateResolverRuleRequest, CreateResolverRuleResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface CreateResolverRuleCommandInput extends CreateResolverRuleRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateResolverRuleCommandOutput extends CreateResolverRuleResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateResolverRuleCommand extends $Command<CreateResolverRuleCommandInput, CreateResolverRuleCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateResolverRuleCommandInput;
|
|
12
|
+
constructor(input: CreateResolverRuleCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateResolverRuleCommandInput, CreateResolverRuleCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteFirewallDomainListRequest, DeleteFirewallDomainListResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface DeleteFirewallDomainListCommandInput extends DeleteFirewallDomainListRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteFirewallDomainListCommandOutput extends DeleteFirewallDomainListResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteFirewallDomainListCommand extends $Command<DeleteFirewallDomainListCommandInput, DeleteFirewallDomainListCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteFirewallDomainListCommandInput;
|
|
12
|
+
constructor(input: DeleteFirewallDomainListCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFirewallDomainListCommandInput, DeleteFirewallDomainListCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteFirewallRuleRequest, DeleteFirewallRuleResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface DeleteFirewallRuleCommandInput extends DeleteFirewallRuleRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteFirewallRuleCommandOutput extends DeleteFirewallRuleResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteFirewallRuleCommand extends $Command<DeleteFirewallRuleCommandInput, DeleteFirewallRuleCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteFirewallRuleCommandInput;
|
|
12
|
+
constructor(input: DeleteFirewallRuleCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFirewallRuleCommandInput, DeleteFirewallRuleCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteFirewallRuleGroupRequest, DeleteFirewallRuleGroupResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface DeleteFirewallRuleGroupCommandInput extends DeleteFirewallRuleGroupRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteFirewallRuleGroupCommandOutput extends DeleteFirewallRuleGroupResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteFirewallRuleGroupCommand extends $Command<DeleteFirewallRuleGroupCommandInput, DeleteFirewallRuleGroupCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteFirewallRuleGroupCommandInput;
|
|
12
|
+
constructor(input: DeleteFirewallRuleGroupCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFirewallRuleGroupCommandInput, DeleteFirewallRuleGroupCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteResolverEndpointRequest, DeleteResolverEndpointResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface DeleteResolverEndpointCommandInput extends DeleteResolverEndpointRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteResolverEndpointCommandOutput extends DeleteResolverEndpointResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteResolverEndpointCommand extends $Command<DeleteResolverEndpointCommandInput, DeleteResolverEndpointCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteResolverEndpointCommandInput;
|
|
12
|
+
constructor(input: DeleteResolverEndpointCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResolverEndpointCommandInput, DeleteResolverEndpointCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteResolverQueryLogConfigRequest, DeleteResolverQueryLogConfigResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface DeleteResolverQueryLogConfigCommandInput extends DeleteResolverQueryLogConfigRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteResolverQueryLogConfigCommandOutput extends DeleteResolverQueryLogConfigResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteResolverQueryLogConfigCommand extends $Command<DeleteResolverQueryLogConfigCommandInput, DeleteResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteResolverQueryLogConfigCommandInput;
|
|
12
|
+
constructor(input: DeleteResolverQueryLogConfigCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResolverQueryLogConfigCommandInput, DeleteResolverQueryLogConfigCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteResolverRuleRequest, DeleteResolverRuleResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface DeleteResolverRuleCommandInput extends DeleteResolverRuleRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteResolverRuleCommandOutput extends DeleteResolverRuleResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteResolverRuleCommand extends $Command<DeleteResolverRuleCommandInput, DeleteResolverRuleCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteResolverRuleCommandInput;
|
|
12
|
+
constructor(input: DeleteResolverRuleCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResolverRuleCommandInput, DeleteResolverRuleCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DisassociateFirewallRuleGroupRequest, DisassociateFirewallRuleGroupResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface DisassociateFirewallRuleGroupCommandInput extends DisassociateFirewallRuleGroupRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DisassociateFirewallRuleGroupCommandOutput extends DisassociateFirewallRuleGroupResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DisassociateFirewallRuleGroupCommand extends $Command<DisassociateFirewallRuleGroupCommandInput, DisassociateFirewallRuleGroupCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: DisassociateFirewallRuleGroupCommandInput;
|
|
12
|
+
constructor(input: DisassociateFirewallRuleGroupCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateFirewallRuleGroupCommandInput, DisassociateFirewallRuleGroupCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DisassociateResolverEndpointIpAddressRequest, DisassociateResolverEndpointIpAddressResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface DisassociateResolverEndpointIpAddressCommandInput extends DisassociateResolverEndpointIpAddressRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DisassociateResolverEndpointIpAddressCommandOutput extends DisassociateResolverEndpointIpAddressResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DisassociateResolverEndpointIpAddressCommand extends $Command<DisassociateResolverEndpointIpAddressCommandInput, DisassociateResolverEndpointIpAddressCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: DisassociateResolverEndpointIpAddressCommandInput;
|
|
12
|
+
constructor(input: DisassociateResolverEndpointIpAddressCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateResolverEndpointIpAddressCommandInput, DisassociateResolverEndpointIpAddressCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DisassociateResolverQueryLogConfigRequest, DisassociateResolverQueryLogConfigResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface DisassociateResolverQueryLogConfigCommandInput extends DisassociateResolverQueryLogConfigRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DisassociateResolverQueryLogConfigCommandOutput extends DisassociateResolverQueryLogConfigResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DisassociateResolverQueryLogConfigCommand extends $Command<DisassociateResolverQueryLogConfigCommandInput, DisassociateResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: DisassociateResolverQueryLogConfigCommandInput;
|
|
12
|
+
constructor(input: DisassociateResolverQueryLogConfigCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateResolverQueryLogConfigCommandInput, DisassociateResolverQueryLogConfigCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DisassociateResolverRuleRequest, DisassociateResolverRuleResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface DisassociateResolverRuleCommandInput extends DisassociateResolverRuleRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DisassociateResolverRuleCommandOutput extends DisassociateResolverRuleResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DisassociateResolverRuleCommand extends $Command<DisassociateResolverRuleCommandInput, DisassociateResolverRuleCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: DisassociateResolverRuleCommandInput;
|
|
12
|
+
constructor(input: DisassociateResolverRuleCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateResolverRuleCommandInput, DisassociateResolverRuleCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GetFirewallConfigRequest, GetFirewallConfigResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface GetFirewallConfigCommandInput extends GetFirewallConfigRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetFirewallConfigCommandOutput extends GetFirewallConfigResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetFirewallConfigCommand extends $Command<GetFirewallConfigCommandInput, GetFirewallConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: GetFirewallConfigCommandInput;
|
|
12
|
+
constructor(input: GetFirewallConfigCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFirewallConfigCommandInput, GetFirewallConfigCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GetFirewallDomainListRequest, GetFirewallDomainListResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface GetFirewallDomainListCommandInput extends GetFirewallDomainListRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetFirewallDomainListCommandOutput extends GetFirewallDomainListResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetFirewallDomainListCommand extends $Command<GetFirewallDomainListCommandInput, GetFirewallDomainListCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: GetFirewallDomainListCommandInput;
|
|
12
|
+
constructor(input: GetFirewallDomainListCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFirewallDomainListCommandInput, GetFirewallDomainListCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GetFirewallRuleGroupAssociationRequest, GetFirewallRuleGroupAssociationResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface GetFirewallRuleGroupAssociationCommandInput extends GetFirewallRuleGroupAssociationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetFirewallRuleGroupAssociationCommandOutput extends GetFirewallRuleGroupAssociationResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetFirewallRuleGroupAssociationCommand extends $Command<GetFirewallRuleGroupAssociationCommandInput, GetFirewallRuleGroupAssociationCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: GetFirewallRuleGroupAssociationCommandInput;
|
|
12
|
+
constructor(input: GetFirewallRuleGroupAssociationCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFirewallRuleGroupAssociationCommandInput, GetFirewallRuleGroupAssociationCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GetFirewallRuleGroupRequest, GetFirewallRuleGroupResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface GetFirewallRuleGroupCommandInput extends GetFirewallRuleGroupRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetFirewallRuleGroupCommandOutput extends GetFirewallRuleGroupResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetFirewallRuleGroupCommand extends $Command<GetFirewallRuleGroupCommandInput, GetFirewallRuleGroupCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: GetFirewallRuleGroupCommandInput;
|
|
12
|
+
constructor(input: GetFirewallRuleGroupCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFirewallRuleGroupCommandInput, GetFirewallRuleGroupCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GetFirewallRuleGroupPolicyRequest, GetFirewallRuleGroupPolicyResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface GetFirewallRuleGroupPolicyCommandInput extends GetFirewallRuleGroupPolicyRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetFirewallRuleGroupPolicyCommandOutput extends GetFirewallRuleGroupPolicyResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetFirewallRuleGroupPolicyCommand extends $Command<GetFirewallRuleGroupPolicyCommandInput, GetFirewallRuleGroupPolicyCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: GetFirewallRuleGroupPolicyCommandInput;
|
|
12
|
+
constructor(input: GetFirewallRuleGroupPolicyCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFirewallRuleGroupPolicyCommandInput, GetFirewallRuleGroupPolicyCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GetResolverDnssecConfigRequest, GetResolverDnssecConfigResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface GetResolverDnssecConfigCommandInput extends GetResolverDnssecConfigRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetResolverDnssecConfigCommandOutput extends GetResolverDnssecConfigResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetResolverDnssecConfigCommand extends $Command<GetResolverDnssecConfigCommandInput, GetResolverDnssecConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: GetResolverDnssecConfigCommandInput;
|
|
12
|
+
constructor(input: GetResolverDnssecConfigCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResolverDnssecConfigCommandInput, GetResolverDnssecConfigCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GetResolverEndpointRequest, GetResolverEndpointResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface GetResolverEndpointCommandInput extends GetResolverEndpointRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetResolverEndpointCommandOutput extends GetResolverEndpointResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetResolverEndpointCommand extends $Command<GetResolverEndpointCommandInput, GetResolverEndpointCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: GetResolverEndpointCommandInput;
|
|
12
|
+
constructor(input: GetResolverEndpointCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResolverEndpointCommandInput, GetResolverEndpointCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GetResolverQueryLogConfigAssociationRequest, GetResolverQueryLogConfigAssociationResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface GetResolverQueryLogConfigAssociationCommandInput extends GetResolverQueryLogConfigAssociationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetResolverQueryLogConfigAssociationCommandOutput extends GetResolverQueryLogConfigAssociationResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetResolverQueryLogConfigAssociationCommand extends $Command<GetResolverQueryLogConfigAssociationCommandInput, GetResolverQueryLogConfigAssociationCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: GetResolverQueryLogConfigAssociationCommandInput;
|
|
12
|
+
constructor(input: GetResolverQueryLogConfigAssociationCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResolverQueryLogConfigAssociationCommandInput, GetResolverQueryLogConfigAssociationCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GetResolverQueryLogConfigRequest, GetResolverQueryLogConfigResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface GetResolverQueryLogConfigCommandInput extends GetResolverQueryLogConfigRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetResolverQueryLogConfigCommandOutput extends GetResolverQueryLogConfigResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetResolverQueryLogConfigCommand extends $Command<GetResolverQueryLogConfigCommandInput, GetResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: GetResolverQueryLogConfigCommandInput;
|
|
12
|
+
constructor(input: GetResolverQueryLogConfigCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResolverQueryLogConfigCommandInput, GetResolverQueryLogConfigCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GetResolverQueryLogConfigPolicyRequest, GetResolverQueryLogConfigPolicyResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface GetResolverQueryLogConfigPolicyCommandInput extends GetResolverQueryLogConfigPolicyRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetResolverQueryLogConfigPolicyCommandOutput extends GetResolverQueryLogConfigPolicyResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetResolverQueryLogConfigPolicyCommand extends $Command<GetResolverQueryLogConfigPolicyCommandInput, GetResolverQueryLogConfigPolicyCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: GetResolverQueryLogConfigPolicyCommandInput;
|
|
12
|
+
constructor(input: GetResolverQueryLogConfigPolicyCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResolverQueryLogConfigPolicyCommandInput, GetResolverQueryLogConfigPolicyCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GetResolverRuleAssociationRequest, GetResolverRuleAssociationResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface GetResolverRuleAssociationCommandInput extends GetResolverRuleAssociationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetResolverRuleAssociationCommandOutput extends GetResolverRuleAssociationResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetResolverRuleAssociationCommand extends $Command<GetResolverRuleAssociationCommandInput, GetResolverRuleAssociationCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: GetResolverRuleAssociationCommandInput;
|
|
12
|
+
constructor(input: GetResolverRuleAssociationCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResolverRuleAssociationCommandInput, GetResolverRuleAssociationCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GetResolverRuleRequest, GetResolverRuleResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface GetResolverRuleCommandInput extends GetResolverRuleRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetResolverRuleCommandOutput extends GetResolverRuleResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetResolverRuleCommand extends $Command<GetResolverRuleCommandInput, GetResolverRuleCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: GetResolverRuleCommandInput;
|
|
12
|
+
constructor(input: GetResolverRuleCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResolverRuleCommandInput, GetResolverRuleCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GetResolverRulePolicyRequest, GetResolverRulePolicyResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface GetResolverRulePolicyCommandInput extends GetResolverRulePolicyRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetResolverRulePolicyCommandOutput extends GetResolverRulePolicyResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetResolverRulePolicyCommand extends $Command<GetResolverRulePolicyCommandInput, GetResolverRulePolicyCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: GetResolverRulePolicyCommandInput;
|
|
12
|
+
constructor(input: GetResolverRulePolicyCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResolverRulePolicyCommandInput, GetResolverRulePolicyCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ImportFirewallDomainsRequest, ImportFirewallDomainsResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface ImportFirewallDomainsCommandInput extends ImportFirewallDomainsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ImportFirewallDomainsCommandOutput extends ImportFirewallDomainsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ImportFirewallDomainsCommand extends $Command<ImportFirewallDomainsCommandInput, ImportFirewallDomainsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: ImportFirewallDomainsCommandInput;
|
|
12
|
+
constructor(input: ImportFirewallDomainsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportFirewallDomainsCommandInput, ImportFirewallDomainsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListFirewallConfigsRequest, ListFirewallConfigsResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface ListFirewallConfigsCommandInput extends ListFirewallConfigsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListFirewallConfigsCommandOutput extends ListFirewallConfigsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListFirewallConfigsCommand extends $Command<ListFirewallConfigsCommandInput, ListFirewallConfigsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: ListFirewallConfigsCommandInput;
|
|
12
|
+
constructor(input: ListFirewallConfigsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFirewallConfigsCommandInput, ListFirewallConfigsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListFirewallDomainListsRequest, ListFirewallDomainListsResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface ListFirewallDomainListsCommandInput extends ListFirewallDomainListsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListFirewallDomainListsCommandOutput extends ListFirewallDomainListsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListFirewallDomainListsCommand extends $Command<ListFirewallDomainListsCommandInput, ListFirewallDomainListsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: ListFirewallDomainListsCommandInput;
|
|
12
|
+
constructor(input: ListFirewallDomainListsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFirewallDomainListsCommandInput, ListFirewallDomainListsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListFirewallDomainsRequest, ListFirewallDomainsResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface ListFirewallDomainsCommandInput extends ListFirewallDomainsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListFirewallDomainsCommandOutput extends ListFirewallDomainsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListFirewallDomainsCommand extends $Command<ListFirewallDomainsCommandInput, ListFirewallDomainsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: ListFirewallDomainsCommandInput;
|
|
12
|
+
constructor(input: ListFirewallDomainsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFirewallDomainsCommandInput, ListFirewallDomainsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListFirewallRuleGroupAssociationsRequest, ListFirewallRuleGroupAssociationsResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface ListFirewallRuleGroupAssociationsCommandInput extends ListFirewallRuleGroupAssociationsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListFirewallRuleGroupAssociationsCommandOutput extends ListFirewallRuleGroupAssociationsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListFirewallRuleGroupAssociationsCommand extends $Command<ListFirewallRuleGroupAssociationsCommandInput, ListFirewallRuleGroupAssociationsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: ListFirewallRuleGroupAssociationsCommandInput;
|
|
12
|
+
constructor(input: ListFirewallRuleGroupAssociationsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFirewallRuleGroupAssociationsCommandInput, ListFirewallRuleGroupAssociationsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListFirewallRuleGroupsRequest, ListFirewallRuleGroupsResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface ListFirewallRuleGroupsCommandInput extends ListFirewallRuleGroupsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListFirewallRuleGroupsCommandOutput extends ListFirewallRuleGroupsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListFirewallRuleGroupsCommand extends $Command<ListFirewallRuleGroupsCommandInput, ListFirewallRuleGroupsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: ListFirewallRuleGroupsCommandInput;
|
|
12
|
+
constructor(input: ListFirewallRuleGroupsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFirewallRuleGroupsCommandInput, ListFirewallRuleGroupsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|