@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
package/Route53Resolver.ts
DELETED
|
@@ -1,2374 +0,0 @@
|
|
|
1
|
-
import { Route53ResolverClient } from "./Route53ResolverClient";
|
|
2
|
-
import {
|
|
3
|
-
AssociateFirewallRuleGroupCommand,
|
|
4
|
-
AssociateFirewallRuleGroupCommandInput,
|
|
5
|
-
AssociateFirewallRuleGroupCommandOutput,
|
|
6
|
-
} from "./commands/AssociateFirewallRuleGroupCommand";
|
|
7
|
-
import {
|
|
8
|
-
AssociateResolverEndpointIpAddressCommand,
|
|
9
|
-
AssociateResolverEndpointIpAddressCommandInput,
|
|
10
|
-
AssociateResolverEndpointIpAddressCommandOutput,
|
|
11
|
-
} from "./commands/AssociateResolverEndpointIpAddressCommand";
|
|
12
|
-
import {
|
|
13
|
-
AssociateResolverQueryLogConfigCommand,
|
|
14
|
-
AssociateResolverQueryLogConfigCommandInput,
|
|
15
|
-
AssociateResolverQueryLogConfigCommandOutput,
|
|
16
|
-
} from "./commands/AssociateResolverQueryLogConfigCommand";
|
|
17
|
-
import {
|
|
18
|
-
AssociateResolverRuleCommand,
|
|
19
|
-
AssociateResolverRuleCommandInput,
|
|
20
|
-
AssociateResolverRuleCommandOutput,
|
|
21
|
-
} from "./commands/AssociateResolverRuleCommand";
|
|
22
|
-
import {
|
|
23
|
-
CreateFirewallDomainListCommand,
|
|
24
|
-
CreateFirewallDomainListCommandInput,
|
|
25
|
-
CreateFirewallDomainListCommandOutput,
|
|
26
|
-
} from "./commands/CreateFirewallDomainListCommand";
|
|
27
|
-
import {
|
|
28
|
-
CreateFirewallRuleCommand,
|
|
29
|
-
CreateFirewallRuleCommandInput,
|
|
30
|
-
CreateFirewallRuleCommandOutput,
|
|
31
|
-
} from "./commands/CreateFirewallRuleCommand";
|
|
32
|
-
import {
|
|
33
|
-
CreateFirewallRuleGroupCommand,
|
|
34
|
-
CreateFirewallRuleGroupCommandInput,
|
|
35
|
-
CreateFirewallRuleGroupCommandOutput,
|
|
36
|
-
} from "./commands/CreateFirewallRuleGroupCommand";
|
|
37
|
-
import {
|
|
38
|
-
CreateResolverEndpointCommand,
|
|
39
|
-
CreateResolverEndpointCommandInput,
|
|
40
|
-
CreateResolverEndpointCommandOutput,
|
|
41
|
-
} from "./commands/CreateResolverEndpointCommand";
|
|
42
|
-
import {
|
|
43
|
-
CreateResolverQueryLogConfigCommand,
|
|
44
|
-
CreateResolverQueryLogConfigCommandInput,
|
|
45
|
-
CreateResolverQueryLogConfigCommandOutput,
|
|
46
|
-
} from "./commands/CreateResolverQueryLogConfigCommand";
|
|
47
|
-
import {
|
|
48
|
-
CreateResolverRuleCommand,
|
|
49
|
-
CreateResolverRuleCommandInput,
|
|
50
|
-
CreateResolverRuleCommandOutput,
|
|
51
|
-
} from "./commands/CreateResolverRuleCommand";
|
|
52
|
-
import {
|
|
53
|
-
DeleteFirewallDomainListCommand,
|
|
54
|
-
DeleteFirewallDomainListCommandInput,
|
|
55
|
-
DeleteFirewallDomainListCommandOutput,
|
|
56
|
-
} from "./commands/DeleteFirewallDomainListCommand";
|
|
57
|
-
import {
|
|
58
|
-
DeleteFirewallRuleCommand,
|
|
59
|
-
DeleteFirewallRuleCommandInput,
|
|
60
|
-
DeleteFirewallRuleCommandOutput,
|
|
61
|
-
} from "./commands/DeleteFirewallRuleCommand";
|
|
62
|
-
import {
|
|
63
|
-
DeleteFirewallRuleGroupCommand,
|
|
64
|
-
DeleteFirewallRuleGroupCommandInput,
|
|
65
|
-
DeleteFirewallRuleGroupCommandOutput,
|
|
66
|
-
} from "./commands/DeleteFirewallRuleGroupCommand";
|
|
67
|
-
import {
|
|
68
|
-
DeleteResolverEndpointCommand,
|
|
69
|
-
DeleteResolverEndpointCommandInput,
|
|
70
|
-
DeleteResolverEndpointCommandOutput,
|
|
71
|
-
} from "./commands/DeleteResolverEndpointCommand";
|
|
72
|
-
import {
|
|
73
|
-
DeleteResolverQueryLogConfigCommand,
|
|
74
|
-
DeleteResolverQueryLogConfigCommandInput,
|
|
75
|
-
DeleteResolverQueryLogConfigCommandOutput,
|
|
76
|
-
} from "./commands/DeleteResolverQueryLogConfigCommand";
|
|
77
|
-
import {
|
|
78
|
-
DeleteResolverRuleCommand,
|
|
79
|
-
DeleteResolverRuleCommandInput,
|
|
80
|
-
DeleteResolverRuleCommandOutput,
|
|
81
|
-
} from "./commands/DeleteResolverRuleCommand";
|
|
82
|
-
import {
|
|
83
|
-
DisassociateFirewallRuleGroupCommand,
|
|
84
|
-
DisassociateFirewallRuleGroupCommandInput,
|
|
85
|
-
DisassociateFirewallRuleGroupCommandOutput,
|
|
86
|
-
} from "./commands/DisassociateFirewallRuleGroupCommand";
|
|
87
|
-
import {
|
|
88
|
-
DisassociateResolverEndpointIpAddressCommand,
|
|
89
|
-
DisassociateResolverEndpointIpAddressCommandInput,
|
|
90
|
-
DisassociateResolverEndpointIpAddressCommandOutput,
|
|
91
|
-
} from "./commands/DisassociateResolverEndpointIpAddressCommand";
|
|
92
|
-
import {
|
|
93
|
-
DisassociateResolverQueryLogConfigCommand,
|
|
94
|
-
DisassociateResolverQueryLogConfigCommandInput,
|
|
95
|
-
DisassociateResolverQueryLogConfigCommandOutput,
|
|
96
|
-
} from "./commands/DisassociateResolverQueryLogConfigCommand";
|
|
97
|
-
import {
|
|
98
|
-
DisassociateResolverRuleCommand,
|
|
99
|
-
DisassociateResolverRuleCommandInput,
|
|
100
|
-
DisassociateResolverRuleCommandOutput,
|
|
101
|
-
} from "./commands/DisassociateResolverRuleCommand";
|
|
102
|
-
import {
|
|
103
|
-
GetFirewallConfigCommand,
|
|
104
|
-
GetFirewallConfigCommandInput,
|
|
105
|
-
GetFirewallConfigCommandOutput,
|
|
106
|
-
} from "./commands/GetFirewallConfigCommand";
|
|
107
|
-
import {
|
|
108
|
-
GetFirewallDomainListCommand,
|
|
109
|
-
GetFirewallDomainListCommandInput,
|
|
110
|
-
GetFirewallDomainListCommandOutput,
|
|
111
|
-
} from "./commands/GetFirewallDomainListCommand";
|
|
112
|
-
import {
|
|
113
|
-
GetFirewallRuleGroupAssociationCommand,
|
|
114
|
-
GetFirewallRuleGroupAssociationCommandInput,
|
|
115
|
-
GetFirewallRuleGroupAssociationCommandOutput,
|
|
116
|
-
} from "./commands/GetFirewallRuleGroupAssociationCommand";
|
|
117
|
-
import {
|
|
118
|
-
GetFirewallRuleGroupCommand,
|
|
119
|
-
GetFirewallRuleGroupCommandInput,
|
|
120
|
-
GetFirewallRuleGroupCommandOutput,
|
|
121
|
-
} from "./commands/GetFirewallRuleGroupCommand";
|
|
122
|
-
import {
|
|
123
|
-
GetFirewallRuleGroupPolicyCommand,
|
|
124
|
-
GetFirewallRuleGroupPolicyCommandInput,
|
|
125
|
-
GetFirewallRuleGroupPolicyCommandOutput,
|
|
126
|
-
} from "./commands/GetFirewallRuleGroupPolicyCommand";
|
|
127
|
-
import {
|
|
128
|
-
GetResolverDnssecConfigCommand,
|
|
129
|
-
GetResolverDnssecConfigCommandInput,
|
|
130
|
-
GetResolverDnssecConfigCommandOutput,
|
|
131
|
-
} from "./commands/GetResolverDnssecConfigCommand";
|
|
132
|
-
import {
|
|
133
|
-
GetResolverEndpointCommand,
|
|
134
|
-
GetResolverEndpointCommandInput,
|
|
135
|
-
GetResolverEndpointCommandOutput,
|
|
136
|
-
} from "./commands/GetResolverEndpointCommand";
|
|
137
|
-
import {
|
|
138
|
-
GetResolverQueryLogConfigAssociationCommand,
|
|
139
|
-
GetResolverQueryLogConfigAssociationCommandInput,
|
|
140
|
-
GetResolverQueryLogConfigAssociationCommandOutput,
|
|
141
|
-
} from "./commands/GetResolverQueryLogConfigAssociationCommand";
|
|
142
|
-
import {
|
|
143
|
-
GetResolverQueryLogConfigCommand,
|
|
144
|
-
GetResolverQueryLogConfigCommandInput,
|
|
145
|
-
GetResolverQueryLogConfigCommandOutput,
|
|
146
|
-
} from "./commands/GetResolverQueryLogConfigCommand";
|
|
147
|
-
import {
|
|
148
|
-
GetResolverQueryLogConfigPolicyCommand,
|
|
149
|
-
GetResolverQueryLogConfigPolicyCommandInput,
|
|
150
|
-
GetResolverQueryLogConfigPolicyCommandOutput,
|
|
151
|
-
} from "./commands/GetResolverQueryLogConfigPolicyCommand";
|
|
152
|
-
import {
|
|
153
|
-
GetResolverRuleAssociationCommand,
|
|
154
|
-
GetResolverRuleAssociationCommandInput,
|
|
155
|
-
GetResolverRuleAssociationCommandOutput,
|
|
156
|
-
} from "./commands/GetResolverRuleAssociationCommand";
|
|
157
|
-
import {
|
|
158
|
-
GetResolverRuleCommand,
|
|
159
|
-
GetResolverRuleCommandInput,
|
|
160
|
-
GetResolverRuleCommandOutput,
|
|
161
|
-
} from "./commands/GetResolverRuleCommand";
|
|
162
|
-
import {
|
|
163
|
-
GetResolverRulePolicyCommand,
|
|
164
|
-
GetResolverRulePolicyCommandInput,
|
|
165
|
-
GetResolverRulePolicyCommandOutput,
|
|
166
|
-
} from "./commands/GetResolverRulePolicyCommand";
|
|
167
|
-
import {
|
|
168
|
-
ImportFirewallDomainsCommand,
|
|
169
|
-
ImportFirewallDomainsCommandInput,
|
|
170
|
-
ImportFirewallDomainsCommandOutput,
|
|
171
|
-
} from "./commands/ImportFirewallDomainsCommand";
|
|
172
|
-
import {
|
|
173
|
-
ListFirewallConfigsCommand,
|
|
174
|
-
ListFirewallConfigsCommandInput,
|
|
175
|
-
ListFirewallConfigsCommandOutput,
|
|
176
|
-
} from "./commands/ListFirewallConfigsCommand";
|
|
177
|
-
import {
|
|
178
|
-
ListFirewallDomainListsCommand,
|
|
179
|
-
ListFirewallDomainListsCommandInput,
|
|
180
|
-
ListFirewallDomainListsCommandOutput,
|
|
181
|
-
} from "./commands/ListFirewallDomainListsCommand";
|
|
182
|
-
import {
|
|
183
|
-
ListFirewallDomainsCommand,
|
|
184
|
-
ListFirewallDomainsCommandInput,
|
|
185
|
-
ListFirewallDomainsCommandOutput,
|
|
186
|
-
} from "./commands/ListFirewallDomainsCommand";
|
|
187
|
-
import {
|
|
188
|
-
ListFirewallRuleGroupAssociationsCommand,
|
|
189
|
-
ListFirewallRuleGroupAssociationsCommandInput,
|
|
190
|
-
ListFirewallRuleGroupAssociationsCommandOutput,
|
|
191
|
-
} from "./commands/ListFirewallRuleGroupAssociationsCommand";
|
|
192
|
-
import {
|
|
193
|
-
ListFirewallRuleGroupsCommand,
|
|
194
|
-
ListFirewallRuleGroupsCommandInput,
|
|
195
|
-
ListFirewallRuleGroupsCommandOutput,
|
|
196
|
-
} from "./commands/ListFirewallRuleGroupsCommand";
|
|
197
|
-
import {
|
|
198
|
-
ListFirewallRulesCommand,
|
|
199
|
-
ListFirewallRulesCommandInput,
|
|
200
|
-
ListFirewallRulesCommandOutput,
|
|
201
|
-
} from "./commands/ListFirewallRulesCommand";
|
|
202
|
-
import {
|
|
203
|
-
ListResolverDnssecConfigsCommand,
|
|
204
|
-
ListResolverDnssecConfigsCommandInput,
|
|
205
|
-
ListResolverDnssecConfigsCommandOutput,
|
|
206
|
-
} from "./commands/ListResolverDnssecConfigsCommand";
|
|
207
|
-
import {
|
|
208
|
-
ListResolverEndpointIpAddressesCommand,
|
|
209
|
-
ListResolverEndpointIpAddressesCommandInput,
|
|
210
|
-
ListResolverEndpointIpAddressesCommandOutput,
|
|
211
|
-
} from "./commands/ListResolverEndpointIpAddressesCommand";
|
|
212
|
-
import {
|
|
213
|
-
ListResolverEndpointsCommand,
|
|
214
|
-
ListResolverEndpointsCommandInput,
|
|
215
|
-
ListResolverEndpointsCommandOutput,
|
|
216
|
-
} from "./commands/ListResolverEndpointsCommand";
|
|
217
|
-
import {
|
|
218
|
-
ListResolverQueryLogConfigAssociationsCommand,
|
|
219
|
-
ListResolverQueryLogConfigAssociationsCommandInput,
|
|
220
|
-
ListResolverQueryLogConfigAssociationsCommandOutput,
|
|
221
|
-
} from "./commands/ListResolverQueryLogConfigAssociationsCommand";
|
|
222
|
-
import {
|
|
223
|
-
ListResolverQueryLogConfigsCommand,
|
|
224
|
-
ListResolverQueryLogConfigsCommandInput,
|
|
225
|
-
ListResolverQueryLogConfigsCommandOutput,
|
|
226
|
-
} from "./commands/ListResolverQueryLogConfigsCommand";
|
|
227
|
-
import {
|
|
228
|
-
ListResolverRuleAssociationsCommand,
|
|
229
|
-
ListResolverRuleAssociationsCommandInput,
|
|
230
|
-
ListResolverRuleAssociationsCommandOutput,
|
|
231
|
-
} from "./commands/ListResolverRuleAssociationsCommand";
|
|
232
|
-
import {
|
|
233
|
-
ListResolverRulesCommand,
|
|
234
|
-
ListResolverRulesCommandInput,
|
|
235
|
-
ListResolverRulesCommandOutput,
|
|
236
|
-
} from "./commands/ListResolverRulesCommand";
|
|
237
|
-
import {
|
|
238
|
-
ListTagsForResourceCommand,
|
|
239
|
-
ListTagsForResourceCommandInput,
|
|
240
|
-
ListTagsForResourceCommandOutput,
|
|
241
|
-
} from "./commands/ListTagsForResourceCommand";
|
|
242
|
-
import {
|
|
243
|
-
PutFirewallRuleGroupPolicyCommand,
|
|
244
|
-
PutFirewallRuleGroupPolicyCommandInput,
|
|
245
|
-
PutFirewallRuleGroupPolicyCommandOutput,
|
|
246
|
-
} from "./commands/PutFirewallRuleGroupPolicyCommand";
|
|
247
|
-
import {
|
|
248
|
-
PutResolverQueryLogConfigPolicyCommand,
|
|
249
|
-
PutResolverQueryLogConfigPolicyCommandInput,
|
|
250
|
-
PutResolverQueryLogConfigPolicyCommandOutput,
|
|
251
|
-
} from "./commands/PutResolverQueryLogConfigPolicyCommand";
|
|
252
|
-
import {
|
|
253
|
-
PutResolverRulePolicyCommand,
|
|
254
|
-
PutResolverRulePolicyCommandInput,
|
|
255
|
-
PutResolverRulePolicyCommandOutput,
|
|
256
|
-
} from "./commands/PutResolverRulePolicyCommand";
|
|
257
|
-
import { TagResourceCommand, TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
258
|
-
import {
|
|
259
|
-
UntagResourceCommand,
|
|
260
|
-
UntagResourceCommandInput,
|
|
261
|
-
UntagResourceCommandOutput,
|
|
262
|
-
} from "./commands/UntagResourceCommand";
|
|
263
|
-
import {
|
|
264
|
-
UpdateFirewallConfigCommand,
|
|
265
|
-
UpdateFirewallConfigCommandInput,
|
|
266
|
-
UpdateFirewallConfigCommandOutput,
|
|
267
|
-
} from "./commands/UpdateFirewallConfigCommand";
|
|
268
|
-
import {
|
|
269
|
-
UpdateFirewallDomainsCommand,
|
|
270
|
-
UpdateFirewallDomainsCommandInput,
|
|
271
|
-
UpdateFirewallDomainsCommandOutput,
|
|
272
|
-
} from "./commands/UpdateFirewallDomainsCommand";
|
|
273
|
-
import {
|
|
274
|
-
UpdateFirewallRuleCommand,
|
|
275
|
-
UpdateFirewallRuleCommandInput,
|
|
276
|
-
UpdateFirewallRuleCommandOutput,
|
|
277
|
-
} from "./commands/UpdateFirewallRuleCommand";
|
|
278
|
-
import {
|
|
279
|
-
UpdateFirewallRuleGroupAssociationCommand,
|
|
280
|
-
UpdateFirewallRuleGroupAssociationCommandInput,
|
|
281
|
-
UpdateFirewallRuleGroupAssociationCommandOutput,
|
|
282
|
-
} from "./commands/UpdateFirewallRuleGroupAssociationCommand";
|
|
283
|
-
import {
|
|
284
|
-
UpdateResolverDnssecConfigCommand,
|
|
285
|
-
UpdateResolverDnssecConfigCommandInput,
|
|
286
|
-
UpdateResolverDnssecConfigCommandOutput,
|
|
287
|
-
} from "./commands/UpdateResolverDnssecConfigCommand";
|
|
288
|
-
import {
|
|
289
|
-
UpdateResolverEndpointCommand,
|
|
290
|
-
UpdateResolverEndpointCommandInput,
|
|
291
|
-
UpdateResolverEndpointCommandOutput,
|
|
292
|
-
} from "./commands/UpdateResolverEndpointCommand";
|
|
293
|
-
import {
|
|
294
|
-
UpdateResolverRuleCommand,
|
|
295
|
-
UpdateResolverRuleCommandInput,
|
|
296
|
-
UpdateResolverRuleCommandOutput,
|
|
297
|
-
} from "./commands/UpdateResolverRuleCommand";
|
|
298
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
299
|
-
|
|
300
|
-
/**
|
|
301
|
-
* <p>When you create a VPC using Amazon VPC, you automatically get DNS resolution within the VPC
|
|
302
|
-
* from Route 53 Resolver. By default, Resolver answers DNS queries for VPC domain names
|
|
303
|
-
* such as domain names for EC2 instances or Elastic Load Balancing load balancers.
|
|
304
|
-
* Resolver performs recursive lookups against public name servers for all other domain
|
|
305
|
-
* names.</p>
|
|
306
|
-
*
|
|
307
|
-
* <p>You can also configure DNS resolution between your VPC and your network over a Direct Connect or VPN connection:</p>
|
|
308
|
-
*
|
|
309
|
-
* <p>
|
|
310
|
-
* <b>Forward DNS queries from resolvers on your network to Route 53 Resolver</b>
|
|
311
|
-
* </p>
|
|
312
|
-
*
|
|
313
|
-
* <p>DNS resolvers on your network can forward DNS queries to Resolver in a specified VPC. This allows your DNS resolvers
|
|
314
|
-
* to easily resolve domain names for Amazon Web Services resources such as EC2 instances or records in a Route 53 private hosted zone.
|
|
315
|
-
* For more information, see
|
|
316
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resolver.html#resolver-overview-forward-network-to-vpc">How DNS Resolvers
|
|
317
|
-
* on Your Network Forward DNS Queries to Route 53 Resolver</a> in the <i>Amazon Route 53 Developer Guide</i>.</p>
|
|
318
|
-
*
|
|
319
|
-
* <p>
|
|
320
|
-
* <b>Conditionally forward queries from a VPC to resolvers on your network</b>
|
|
321
|
-
* </p>
|
|
322
|
-
*
|
|
323
|
-
* <p>You can configure Resolver to forward queries that it receives from EC2 instances in your VPCs to DNS resolvers on your network.
|
|
324
|
-
* To forward selected queries, you create Resolver rules that specify the domain names for the DNS queries that you want to forward
|
|
325
|
-
* (such as example.com), and the IP addresses of the DNS resolvers on your network that you want to forward the queries to.
|
|
326
|
-
* If a query matches multiple rules (example.com, acme.example.com), Resolver chooses the rule with the most specific match
|
|
327
|
-
* (acme.example.com) and forwards the query to the IP addresses that you specified in that rule. For more information, see
|
|
328
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resolver.html#resolver-overview-forward-vpc-to-network">How Route 53 Resolver
|
|
329
|
-
* Forwards DNS Queries from Your VPCs to Your Network</a> in the <i>Amazon Route 53 Developer Guide</i>.</p>
|
|
330
|
-
*
|
|
331
|
-
* <p>Like Amazon VPC, Resolver is Regional. In each Region where you have VPCs, you can choose
|
|
332
|
-
* whether to forward queries from your VPCs to your network (outbound queries), from your
|
|
333
|
-
* network to your VPCs (inbound queries), or both.</p>
|
|
334
|
-
*/
|
|
335
|
-
export class Route53Resolver extends Route53ResolverClient {
|
|
336
|
-
/**
|
|
337
|
-
* <p>Associates a <a>FirewallRuleGroup</a> with a VPC, to provide DNS filtering for the VPC. </p>
|
|
338
|
-
*/
|
|
339
|
-
public associateFirewallRuleGroup(
|
|
340
|
-
args: AssociateFirewallRuleGroupCommandInput,
|
|
341
|
-
options?: __HttpHandlerOptions
|
|
342
|
-
): Promise<AssociateFirewallRuleGroupCommandOutput>;
|
|
343
|
-
public associateFirewallRuleGroup(
|
|
344
|
-
args: AssociateFirewallRuleGroupCommandInput,
|
|
345
|
-
cb: (err: any, data?: AssociateFirewallRuleGroupCommandOutput) => void
|
|
346
|
-
): void;
|
|
347
|
-
public associateFirewallRuleGroup(
|
|
348
|
-
args: AssociateFirewallRuleGroupCommandInput,
|
|
349
|
-
options: __HttpHandlerOptions,
|
|
350
|
-
cb: (err: any, data?: AssociateFirewallRuleGroupCommandOutput) => void
|
|
351
|
-
): void;
|
|
352
|
-
public associateFirewallRuleGroup(
|
|
353
|
-
args: AssociateFirewallRuleGroupCommandInput,
|
|
354
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateFirewallRuleGroupCommandOutput) => void),
|
|
355
|
-
cb?: (err: any, data?: AssociateFirewallRuleGroupCommandOutput) => void
|
|
356
|
-
): Promise<AssociateFirewallRuleGroupCommandOutput> | void {
|
|
357
|
-
const command = new AssociateFirewallRuleGroupCommand(args);
|
|
358
|
-
if (typeof optionsOrCb === "function") {
|
|
359
|
-
this.send(command, optionsOrCb);
|
|
360
|
-
} else if (typeof cb === "function") {
|
|
361
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
362
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
363
|
-
} else {
|
|
364
|
-
return this.send(command, optionsOrCb);
|
|
365
|
-
}
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
/**
|
|
369
|
-
* <p>Adds IP addresses to an inbound or an outbound Resolver endpoint. If you want to add more than one IP address,
|
|
370
|
-
* submit one <code>AssociateResolverEndpointIpAddress</code> request for each IP address.</p>
|
|
371
|
-
* <p>To remove an IP address from an endpoint, see
|
|
372
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DisassociateResolverEndpointIpAddress.html">DisassociateResolverEndpointIpAddress</a>.
|
|
373
|
-
* </p>
|
|
374
|
-
*/
|
|
375
|
-
public associateResolverEndpointIpAddress(
|
|
376
|
-
args: AssociateResolverEndpointIpAddressCommandInput,
|
|
377
|
-
options?: __HttpHandlerOptions
|
|
378
|
-
): Promise<AssociateResolverEndpointIpAddressCommandOutput>;
|
|
379
|
-
public associateResolverEndpointIpAddress(
|
|
380
|
-
args: AssociateResolverEndpointIpAddressCommandInput,
|
|
381
|
-
cb: (err: any, data?: AssociateResolverEndpointIpAddressCommandOutput) => void
|
|
382
|
-
): void;
|
|
383
|
-
public associateResolverEndpointIpAddress(
|
|
384
|
-
args: AssociateResolverEndpointIpAddressCommandInput,
|
|
385
|
-
options: __HttpHandlerOptions,
|
|
386
|
-
cb: (err: any, data?: AssociateResolverEndpointIpAddressCommandOutput) => void
|
|
387
|
-
): void;
|
|
388
|
-
public associateResolverEndpointIpAddress(
|
|
389
|
-
args: AssociateResolverEndpointIpAddressCommandInput,
|
|
390
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateResolverEndpointIpAddressCommandOutput) => void),
|
|
391
|
-
cb?: (err: any, data?: AssociateResolverEndpointIpAddressCommandOutput) => void
|
|
392
|
-
): Promise<AssociateResolverEndpointIpAddressCommandOutput> | void {
|
|
393
|
-
const command = new AssociateResolverEndpointIpAddressCommand(args);
|
|
394
|
-
if (typeof optionsOrCb === "function") {
|
|
395
|
-
this.send(command, optionsOrCb);
|
|
396
|
-
} else if (typeof cb === "function") {
|
|
397
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
398
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
399
|
-
} else {
|
|
400
|
-
return this.send(command, optionsOrCb);
|
|
401
|
-
}
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
/**
|
|
405
|
-
* <p>Associates an Amazon VPC with a specified query logging configuration. Route 53 Resolver logs DNS queries that originate in all of the Amazon VPCs
|
|
406
|
-
* that are associated with a specified query logging configuration. To associate more than one VPC with a configuration, submit one <code>AssociateResolverQueryLogConfig</code>
|
|
407
|
-
* request for each VPC.</p>
|
|
408
|
-
*
|
|
409
|
-
* <note>
|
|
410
|
-
* <p>The VPCs that you associate with a query logging configuration must be in the same Region as the configuration.</p>
|
|
411
|
-
* </note>
|
|
412
|
-
*
|
|
413
|
-
* <p>To remove a VPC from a query logging configuration, see
|
|
414
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DisassociateResolverQueryLogConfig.html">DisassociateResolverQueryLogConfig</a>.
|
|
415
|
-
* </p>
|
|
416
|
-
*/
|
|
417
|
-
public associateResolverQueryLogConfig(
|
|
418
|
-
args: AssociateResolverQueryLogConfigCommandInput,
|
|
419
|
-
options?: __HttpHandlerOptions
|
|
420
|
-
): Promise<AssociateResolverQueryLogConfigCommandOutput>;
|
|
421
|
-
public associateResolverQueryLogConfig(
|
|
422
|
-
args: AssociateResolverQueryLogConfigCommandInput,
|
|
423
|
-
cb: (err: any, data?: AssociateResolverQueryLogConfigCommandOutput) => void
|
|
424
|
-
): void;
|
|
425
|
-
public associateResolverQueryLogConfig(
|
|
426
|
-
args: AssociateResolverQueryLogConfigCommandInput,
|
|
427
|
-
options: __HttpHandlerOptions,
|
|
428
|
-
cb: (err: any, data?: AssociateResolverQueryLogConfigCommandOutput) => void
|
|
429
|
-
): void;
|
|
430
|
-
public associateResolverQueryLogConfig(
|
|
431
|
-
args: AssociateResolverQueryLogConfigCommandInput,
|
|
432
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateResolverQueryLogConfigCommandOutput) => void),
|
|
433
|
-
cb?: (err: any, data?: AssociateResolverQueryLogConfigCommandOutput) => void
|
|
434
|
-
): Promise<AssociateResolverQueryLogConfigCommandOutput> | void {
|
|
435
|
-
const command = new AssociateResolverQueryLogConfigCommand(args);
|
|
436
|
-
if (typeof optionsOrCb === "function") {
|
|
437
|
-
this.send(command, optionsOrCb);
|
|
438
|
-
} else if (typeof cb === "function") {
|
|
439
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
440
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
441
|
-
} else {
|
|
442
|
-
return this.send(command, optionsOrCb);
|
|
443
|
-
}
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
/**
|
|
447
|
-
* <p>Associates a Resolver rule with a VPC. When you associate a rule with a VPC, Resolver forwards all DNS queries
|
|
448
|
-
* for the domain name that is specified in the rule and that originate in the VPC. The queries are forwarded to the
|
|
449
|
-
* IP addresses for the DNS resolvers that are specified in the rule. For more information about rules, see
|
|
450
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverRule.html">CreateResolverRule</a>. </p>
|
|
451
|
-
*/
|
|
452
|
-
public associateResolverRule(
|
|
453
|
-
args: AssociateResolverRuleCommandInput,
|
|
454
|
-
options?: __HttpHandlerOptions
|
|
455
|
-
): Promise<AssociateResolverRuleCommandOutput>;
|
|
456
|
-
public associateResolverRule(
|
|
457
|
-
args: AssociateResolverRuleCommandInput,
|
|
458
|
-
cb: (err: any, data?: AssociateResolverRuleCommandOutput) => void
|
|
459
|
-
): void;
|
|
460
|
-
public associateResolverRule(
|
|
461
|
-
args: AssociateResolverRuleCommandInput,
|
|
462
|
-
options: __HttpHandlerOptions,
|
|
463
|
-
cb: (err: any, data?: AssociateResolverRuleCommandOutput) => void
|
|
464
|
-
): void;
|
|
465
|
-
public associateResolverRule(
|
|
466
|
-
args: AssociateResolverRuleCommandInput,
|
|
467
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateResolverRuleCommandOutput) => void),
|
|
468
|
-
cb?: (err: any, data?: AssociateResolverRuleCommandOutput) => void
|
|
469
|
-
): Promise<AssociateResolverRuleCommandOutput> | void {
|
|
470
|
-
const command = new AssociateResolverRuleCommand(args);
|
|
471
|
-
if (typeof optionsOrCb === "function") {
|
|
472
|
-
this.send(command, optionsOrCb);
|
|
473
|
-
} else if (typeof cb === "function") {
|
|
474
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
475
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
476
|
-
} else {
|
|
477
|
-
return this.send(command, optionsOrCb);
|
|
478
|
-
}
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
/**
|
|
482
|
-
* <p>Creates an empty firewall domain list for use in DNS Firewall rules. You can populate the domains for the new list with a file, using <a>ImportFirewallDomains</a>, or with domain strings, using <a>UpdateFirewallDomains</a>. </p>
|
|
483
|
-
*/
|
|
484
|
-
public createFirewallDomainList(
|
|
485
|
-
args: CreateFirewallDomainListCommandInput,
|
|
486
|
-
options?: __HttpHandlerOptions
|
|
487
|
-
): Promise<CreateFirewallDomainListCommandOutput>;
|
|
488
|
-
public createFirewallDomainList(
|
|
489
|
-
args: CreateFirewallDomainListCommandInput,
|
|
490
|
-
cb: (err: any, data?: CreateFirewallDomainListCommandOutput) => void
|
|
491
|
-
): void;
|
|
492
|
-
public createFirewallDomainList(
|
|
493
|
-
args: CreateFirewallDomainListCommandInput,
|
|
494
|
-
options: __HttpHandlerOptions,
|
|
495
|
-
cb: (err: any, data?: CreateFirewallDomainListCommandOutput) => void
|
|
496
|
-
): void;
|
|
497
|
-
public createFirewallDomainList(
|
|
498
|
-
args: CreateFirewallDomainListCommandInput,
|
|
499
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateFirewallDomainListCommandOutput) => void),
|
|
500
|
-
cb?: (err: any, data?: CreateFirewallDomainListCommandOutput) => void
|
|
501
|
-
): Promise<CreateFirewallDomainListCommandOutput> | void {
|
|
502
|
-
const command = new CreateFirewallDomainListCommand(args);
|
|
503
|
-
if (typeof optionsOrCb === "function") {
|
|
504
|
-
this.send(command, optionsOrCb);
|
|
505
|
-
} else if (typeof cb === "function") {
|
|
506
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
507
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
508
|
-
} else {
|
|
509
|
-
return this.send(command, optionsOrCb);
|
|
510
|
-
}
|
|
511
|
-
}
|
|
512
|
-
|
|
513
|
-
/**
|
|
514
|
-
* <p>Creates a single DNS Firewall rule in the specified rule group, using the specified domain list.</p>
|
|
515
|
-
*/
|
|
516
|
-
public createFirewallRule(
|
|
517
|
-
args: CreateFirewallRuleCommandInput,
|
|
518
|
-
options?: __HttpHandlerOptions
|
|
519
|
-
): Promise<CreateFirewallRuleCommandOutput>;
|
|
520
|
-
public createFirewallRule(
|
|
521
|
-
args: CreateFirewallRuleCommandInput,
|
|
522
|
-
cb: (err: any, data?: CreateFirewallRuleCommandOutput) => void
|
|
523
|
-
): void;
|
|
524
|
-
public createFirewallRule(
|
|
525
|
-
args: CreateFirewallRuleCommandInput,
|
|
526
|
-
options: __HttpHandlerOptions,
|
|
527
|
-
cb: (err: any, data?: CreateFirewallRuleCommandOutput) => void
|
|
528
|
-
): void;
|
|
529
|
-
public createFirewallRule(
|
|
530
|
-
args: CreateFirewallRuleCommandInput,
|
|
531
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateFirewallRuleCommandOutput) => void),
|
|
532
|
-
cb?: (err: any, data?: CreateFirewallRuleCommandOutput) => void
|
|
533
|
-
): Promise<CreateFirewallRuleCommandOutput> | void {
|
|
534
|
-
const command = new CreateFirewallRuleCommand(args);
|
|
535
|
-
if (typeof optionsOrCb === "function") {
|
|
536
|
-
this.send(command, optionsOrCb);
|
|
537
|
-
} else if (typeof cb === "function") {
|
|
538
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
539
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
540
|
-
} else {
|
|
541
|
-
return this.send(command, optionsOrCb);
|
|
542
|
-
}
|
|
543
|
-
}
|
|
544
|
-
|
|
545
|
-
/**
|
|
546
|
-
* <p>Creates an empty DNS Firewall rule group for filtering DNS network traffic in a VPC. You can add rules to the new rule group
|
|
547
|
-
* by calling <a>CreateFirewallRule</a>. </p>
|
|
548
|
-
*/
|
|
549
|
-
public createFirewallRuleGroup(
|
|
550
|
-
args: CreateFirewallRuleGroupCommandInput,
|
|
551
|
-
options?: __HttpHandlerOptions
|
|
552
|
-
): Promise<CreateFirewallRuleGroupCommandOutput>;
|
|
553
|
-
public createFirewallRuleGroup(
|
|
554
|
-
args: CreateFirewallRuleGroupCommandInput,
|
|
555
|
-
cb: (err: any, data?: CreateFirewallRuleGroupCommandOutput) => void
|
|
556
|
-
): void;
|
|
557
|
-
public createFirewallRuleGroup(
|
|
558
|
-
args: CreateFirewallRuleGroupCommandInput,
|
|
559
|
-
options: __HttpHandlerOptions,
|
|
560
|
-
cb: (err: any, data?: CreateFirewallRuleGroupCommandOutput) => void
|
|
561
|
-
): void;
|
|
562
|
-
public createFirewallRuleGroup(
|
|
563
|
-
args: CreateFirewallRuleGroupCommandInput,
|
|
564
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateFirewallRuleGroupCommandOutput) => void),
|
|
565
|
-
cb?: (err: any, data?: CreateFirewallRuleGroupCommandOutput) => void
|
|
566
|
-
): Promise<CreateFirewallRuleGroupCommandOutput> | void {
|
|
567
|
-
const command = new CreateFirewallRuleGroupCommand(args);
|
|
568
|
-
if (typeof optionsOrCb === "function") {
|
|
569
|
-
this.send(command, optionsOrCb);
|
|
570
|
-
} else if (typeof cb === "function") {
|
|
571
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
572
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
573
|
-
} else {
|
|
574
|
-
return this.send(command, optionsOrCb);
|
|
575
|
-
}
|
|
576
|
-
}
|
|
577
|
-
|
|
578
|
-
/**
|
|
579
|
-
* <p>Creates a Resolver endpoint. There are two types of Resolver endpoints, inbound and outbound:</p>
|
|
580
|
-
* <ul>
|
|
581
|
-
* <li>
|
|
582
|
-
* <p>An <i>inbound Resolver endpoint</i> forwards DNS queries to the DNS service for a VPC
|
|
583
|
-
* from your network.</p>
|
|
584
|
-
* </li>
|
|
585
|
-
* <li>
|
|
586
|
-
* <p>An <i>outbound Resolver endpoint</i> forwards DNS queries from the DNS service for a VPC
|
|
587
|
-
* to your network.</p>
|
|
588
|
-
* </li>
|
|
589
|
-
* </ul>
|
|
590
|
-
*/
|
|
591
|
-
public createResolverEndpoint(
|
|
592
|
-
args: CreateResolverEndpointCommandInput,
|
|
593
|
-
options?: __HttpHandlerOptions
|
|
594
|
-
): Promise<CreateResolverEndpointCommandOutput>;
|
|
595
|
-
public createResolverEndpoint(
|
|
596
|
-
args: CreateResolverEndpointCommandInput,
|
|
597
|
-
cb: (err: any, data?: CreateResolverEndpointCommandOutput) => void
|
|
598
|
-
): void;
|
|
599
|
-
public createResolverEndpoint(
|
|
600
|
-
args: CreateResolverEndpointCommandInput,
|
|
601
|
-
options: __HttpHandlerOptions,
|
|
602
|
-
cb: (err: any, data?: CreateResolverEndpointCommandOutput) => void
|
|
603
|
-
): void;
|
|
604
|
-
public createResolverEndpoint(
|
|
605
|
-
args: CreateResolverEndpointCommandInput,
|
|
606
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateResolverEndpointCommandOutput) => void),
|
|
607
|
-
cb?: (err: any, data?: CreateResolverEndpointCommandOutput) => void
|
|
608
|
-
): Promise<CreateResolverEndpointCommandOutput> | void {
|
|
609
|
-
const command = new CreateResolverEndpointCommand(args);
|
|
610
|
-
if (typeof optionsOrCb === "function") {
|
|
611
|
-
this.send(command, optionsOrCb);
|
|
612
|
-
} else if (typeof cb === "function") {
|
|
613
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
614
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
615
|
-
} else {
|
|
616
|
-
return this.send(command, optionsOrCb);
|
|
617
|
-
}
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
/**
|
|
621
|
-
* <p>Creates a Resolver query logging configuration, which defines where you want Resolver to save DNS query logs that originate in your VPCs.
|
|
622
|
-
* Resolver can log queries only for VPCs that are in the same Region as the query logging configuration.</p>
|
|
623
|
-
*
|
|
624
|
-
* <p>To specify which VPCs you want to log queries for, you use <code>AssociateResolverQueryLogConfig</code>. For more information, see
|
|
625
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_AssociateResolverQueryLogConfig.html">AssociateResolverQueryLogConfig</a>. </p>
|
|
626
|
-
*
|
|
627
|
-
* <p>You can optionally use Resource Access Manager (RAM) to share a query logging configuration with other Amazon Web Services accounts. The other accounts
|
|
628
|
-
* can then associate VPCs with the configuration. The query logs that Resolver creates for a configuration include all DNS queries that originate in all
|
|
629
|
-
* VPCs that are associated with the configuration.</p>
|
|
630
|
-
*/
|
|
631
|
-
public createResolverQueryLogConfig(
|
|
632
|
-
args: CreateResolverQueryLogConfigCommandInput,
|
|
633
|
-
options?: __HttpHandlerOptions
|
|
634
|
-
): Promise<CreateResolverQueryLogConfigCommandOutput>;
|
|
635
|
-
public createResolverQueryLogConfig(
|
|
636
|
-
args: CreateResolverQueryLogConfigCommandInput,
|
|
637
|
-
cb: (err: any, data?: CreateResolverQueryLogConfigCommandOutput) => void
|
|
638
|
-
): void;
|
|
639
|
-
public createResolverQueryLogConfig(
|
|
640
|
-
args: CreateResolverQueryLogConfigCommandInput,
|
|
641
|
-
options: __HttpHandlerOptions,
|
|
642
|
-
cb: (err: any, data?: CreateResolverQueryLogConfigCommandOutput) => void
|
|
643
|
-
): void;
|
|
644
|
-
public createResolverQueryLogConfig(
|
|
645
|
-
args: CreateResolverQueryLogConfigCommandInput,
|
|
646
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateResolverQueryLogConfigCommandOutput) => void),
|
|
647
|
-
cb?: (err: any, data?: CreateResolverQueryLogConfigCommandOutput) => void
|
|
648
|
-
): Promise<CreateResolverQueryLogConfigCommandOutput> | void {
|
|
649
|
-
const command = new CreateResolverQueryLogConfigCommand(args);
|
|
650
|
-
if (typeof optionsOrCb === "function") {
|
|
651
|
-
this.send(command, optionsOrCb);
|
|
652
|
-
} else if (typeof cb === "function") {
|
|
653
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
654
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
655
|
-
} else {
|
|
656
|
-
return this.send(command, optionsOrCb);
|
|
657
|
-
}
|
|
658
|
-
}
|
|
659
|
-
|
|
660
|
-
/**
|
|
661
|
-
* <p>For DNS queries that originate in your VPCs, specifies which Resolver endpoint the queries pass through,
|
|
662
|
-
* one domain name that you want to forward to your network, and the IP addresses of the DNS resolvers in your network.</p>
|
|
663
|
-
*/
|
|
664
|
-
public createResolverRule(
|
|
665
|
-
args: CreateResolverRuleCommandInput,
|
|
666
|
-
options?: __HttpHandlerOptions
|
|
667
|
-
): Promise<CreateResolverRuleCommandOutput>;
|
|
668
|
-
public createResolverRule(
|
|
669
|
-
args: CreateResolverRuleCommandInput,
|
|
670
|
-
cb: (err: any, data?: CreateResolverRuleCommandOutput) => void
|
|
671
|
-
): void;
|
|
672
|
-
public createResolverRule(
|
|
673
|
-
args: CreateResolverRuleCommandInput,
|
|
674
|
-
options: __HttpHandlerOptions,
|
|
675
|
-
cb: (err: any, data?: CreateResolverRuleCommandOutput) => void
|
|
676
|
-
): void;
|
|
677
|
-
public createResolverRule(
|
|
678
|
-
args: CreateResolverRuleCommandInput,
|
|
679
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateResolverRuleCommandOutput) => void),
|
|
680
|
-
cb?: (err: any, data?: CreateResolverRuleCommandOutput) => void
|
|
681
|
-
): Promise<CreateResolverRuleCommandOutput> | void {
|
|
682
|
-
const command = new CreateResolverRuleCommand(args);
|
|
683
|
-
if (typeof optionsOrCb === "function") {
|
|
684
|
-
this.send(command, optionsOrCb);
|
|
685
|
-
} else if (typeof cb === "function") {
|
|
686
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
687
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
688
|
-
} else {
|
|
689
|
-
return this.send(command, optionsOrCb);
|
|
690
|
-
}
|
|
691
|
-
}
|
|
692
|
-
|
|
693
|
-
/**
|
|
694
|
-
* <p>Deletes the specified domain list. </p>
|
|
695
|
-
*/
|
|
696
|
-
public deleteFirewallDomainList(
|
|
697
|
-
args: DeleteFirewallDomainListCommandInput,
|
|
698
|
-
options?: __HttpHandlerOptions
|
|
699
|
-
): Promise<DeleteFirewallDomainListCommandOutput>;
|
|
700
|
-
public deleteFirewallDomainList(
|
|
701
|
-
args: DeleteFirewallDomainListCommandInput,
|
|
702
|
-
cb: (err: any, data?: DeleteFirewallDomainListCommandOutput) => void
|
|
703
|
-
): void;
|
|
704
|
-
public deleteFirewallDomainList(
|
|
705
|
-
args: DeleteFirewallDomainListCommandInput,
|
|
706
|
-
options: __HttpHandlerOptions,
|
|
707
|
-
cb: (err: any, data?: DeleteFirewallDomainListCommandOutput) => void
|
|
708
|
-
): void;
|
|
709
|
-
public deleteFirewallDomainList(
|
|
710
|
-
args: DeleteFirewallDomainListCommandInput,
|
|
711
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteFirewallDomainListCommandOutput) => void),
|
|
712
|
-
cb?: (err: any, data?: DeleteFirewallDomainListCommandOutput) => void
|
|
713
|
-
): Promise<DeleteFirewallDomainListCommandOutput> | void {
|
|
714
|
-
const command = new DeleteFirewallDomainListCommand(args);
|
|
715
|
-
if (typeof optionsOrCb === "function") {
|
|
716
|
-
this.send(command, optionsOrCb);
|
|
717
|
-
} else if (typeof cb === "function") {
|
|
718
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
719
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
720
|
-
} else {
|
|
721
|
-
return this.send(command, optionsOrCb);
|
|
722
|
-
}
|
|
723
|
-
}
|
|
724
|
-
|
|
725
|
-
/**
|
|
726
|
-
* <p>Deletes the specified firewall rule.</p>
|
|
727
|
-
*/
|
|
728
|
-
public deleteFirewallRule(
|
|
729
|
-
args: DeleteFirewallRuleCommandInput,
|
|
730
|
-
options?: __HttpHandlerOptions
|
|
731
|
-
): Promise<DeleteFirewallRuleCommandOutput>;
|
|
732
|
-
public deleteFirewallRule(
|
|
733
|
-
args: DeleteFirewallRuleCommandInput,
|
|
734
|
-
cb: (err: any, data?: DeleteFirewallRuleCommandOutput) => void
|
|
735
|
-
): void;
|
|
736
|
-
public deleteFirewallRule(
|
|
737
|
-
args: DeleteFirewallRuleCommandInput,
|
|
738
|
-
options: __HttpHandlerOptions,
|
|
739
|
-
cb: (err: any, data?: DeleteFirewallRuleCommandOutput) => void
|
|
740
|
-
): void;
|
|
741
|
-
public deleteFirewallRule(
|
|
742
|
-
args: DeleteFirewallRuleCommandInput,
|
|
743
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteFirewallRuleCommandOutput) => void),
|
|
744
|
-
cb?: (err: any, data?: DeleteFirewallRuleCommandOutput) => void
|
|
745
|
-
): Promise<DeleteFirewallRuleCommandOutput> | void {
|
|
746
|
-
const command = new DeleteFirewallRuleCommand(args);
|
|
747
|
-
if (typeof optionsOrCb === "function") {
|
|
748
|
-
this.send(command, optionsOrCb);
|
|
749
|
-
} else if (typeof cb === "function") {
|
|
750
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
751
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
752
|
-
} else {
|
|
753
|
-
return this.send(command, optionsOrCb);
|
|
754
|
-
}
|
|
755
|
-
}
|
|
756
|
-
|
|
757
|
-
/**
|
|
758
|
-
* <p>Deletes the specified firewall rule group. </p>
|
|
759
|
-
*/
|
|
760
|
-
public deleteFirewallRuleGroup(
|
|
761
|
-
args: DeleteFirewallRuleGroupCommandInput,
|
|
762
|
-
options?: __HttpHandlerOptions
|
|
763
|
-
): Promise<DeleteFirewallRuleGroupCommandOutput>;
|
|
764
|
-
public deleteFirewallRuleGroup(
|
|
765
|
-
args: DeleteFirewallRuleGroupCommandInput,
|
|
766
|
-
cb: (err: any, data?: DeleteFirewallRuleGroupCommandOutput) => void
|
|
767
|
-
): void;
|
|
768
|
-
public deleteFirewallRuleGroup(
|
|
769
|
-
args: DeleteFirewallRuleGroupCommandInput,
|
|
770
|
-
options: __HttpHandlerOptions,
|
|
771
|
-
cb: (err: any, data?: DeleteFirewallRuleGroupCommandOutput) => void
|
|
772
|
-
): void;
|
|
773
|
-
public deleteFirewallRuleGroup(
|
|
774
|
-
args: DeleteFirewallRuleGroupCommandInput,
|
|
775
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteFirewallRuleGroupCommandOutput) => void),
|
|
776
|
-
cb?: (err: any, data?: DeleteFirewallRuleGroupCommandOutput) => void
|
|
777
|
-
): Promise<DeleteFirewallRuleGroupCommandOutput> | void {
|
|
778
|
-
const command = new DeleteFirewallRuleGroupCommand(args);
|
|
779
|
-
if (typeof optionsOrCb === "function") {
|
|
780
|
-
this.send(command, optionsOrCb);
|
|
781
|
-
} else if (typeof cb === "function") {
|
|
782
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
783
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
784
|
-
} else {
|
|
785
|
-
return this.send(command, optionsOrCb);
|
|
786
|
-
}
|
|
787
|
-
}
|
|
788
|
-
|
|
789
|
-
/**
|
|
790
|
-
* <p>Deletes a Resolver endpoint. The effect of deleting a Resolver endpoint depends on whether it's an inbound or an outbound
|
|
791
|
-
* Resolver endpoint:</p>
|
|
792
|
-
* <ul>
|
|
793
|
-
* <li>
|
|
794
|
-
* <p>
|
|
795
|
-
* <b>Inbound</b>: DNS queries from your network are no longer routed
|
|
796
|
-
* to the DNS service for the specified VPC.</p>
|
|
797
|
-
* </li>
|
|
798
|
-
* <li>
|
|
799
|
-
* <p>
|
|
800
|
-
* <b>Outbound</b>: DNS queries from a VPC are no longer routed to your network.</p>
|
|
801
|
-
* </li>
|
|
802
|
-
* </ul>
|
|
803
|
-
*/
|
|
804
|
-
public deleteResolverEndpoint(
|
|
805
|
-
args: DeleteResolverEndpointCommandInput,
|
|
806
|
-
options?: __HttpHandlerOptions
|
|
807
|
-
): Promise<DeleteResolverEndpointCommandOutput>;
|
|
808
|
-
public deleteResolverEndpoint(
|
|
809
|
-
args: DeleteResolverEndpointCommandInput,
|
|
810
|
-
cb: (err: any, data?: DeleteResolverEndpointCommandOutput) => void
|
|
811
|
-
): void;
|
|
812
|
-
public deleteResolverEndpoint(
|
|
813
|
-
args: DeleteResolverEndpointCommandInput,
|
|
814
|
-
options: __HttpHandlerOptions,
|
|
815
|
-
cb: (err: any, data?: DeleteResolverEndpointCommandOutput) => void
|
|
816
|
-
): void;
|
|
817
|
-
public deleteResolverEndpoint(
|
|
818
|
-
args: DeleteResolverEndpointCommandInput,
|
|
819
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteResolverEndpointCommandOutput) => void),
|
|
820
|
-
cb?: (err: any, data?: DeleteResolverEndpointCommandOutput) => void
|
|
821
|
-
): Promise<DeleteResolverEndpointCommandOutput> | void {
|
|
822
|
-
const command = new DeleteResolverEndpointCommand(args);
|
|
823
|
-
if (typeof optionsOrCb === "function") {
|
|
824
|
-
this.send(command, optionsOrCb);
|
|
825
|
-
} else if (typeof cb === "function") {
|
|
826
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
827
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
828
|
-
} else {
|
|
829
|
-
return this.send(command, optionsOrCb);
|
|
830
|
-
}
|
|
831
|
-
}
|
|
832
|
-
|
|
833
|
-
/**
|
|
834
|
-
* <p>Deletes a query logging configuration. When you delete a configuration, Resolver stops logging DNS queries for all of the Amazon VPCs that are
|
|
835
|
-
* associated with the configuration. This also applies if the query logging configuration is shared with other Amazon Web Services accounts, and
|
|
836
|
-
* the other accounts have associated VPCs with the shared configuration.</p>
|
|
837
|
-
*
|
|
838
|
-
* <p>Before you can delete a query logging configuration, you must first disassociate all VPCs from the configuration. See
|
|
839
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DisassociateResolverQueryLogConfig.html">DisassociateResolverQueryLogConfig</a>.</p>
|
|
840
|
-
*
|
|
841
|
-
* <p>If you used Resource Access Manager (RAM) to share a query logging configuration with other accounts, you must stop sharing
|
|
842
|
-
* the configuration before you can delete a configuration. The accounts that you shared the configuration with can first disassociate VPCs
|
|
843
|
-
* that they associated with the configuration, but that's not necessary. If you stop sharing the configuration, those VPCs are automatically
|
|
844
|
-
* disassociated from the configuration.</p>
|
|
845
|
-
*/
|
|
846
|
-
public deleteResolverQueryLogConfig(
|
|
847
|
-
args: DeleteResolverQueryLogConfigCommandInput,
|
|
848
|
-
options?: __HttpHandlerOptions
|
|
849
|
-
): Promise<DeleteResolverQueryLogConfigCommandOutput>;
|
|
850
|
-
public deleteResolverQueryLogConfig(
|
|
851
|
-
args: DeleteResolverQueryLogConfigCommandInput,
|
|
852
|
-
cb: (err: any, data?: DeleteResolverQueryLogConfigCommandOutput) => void
|
|
853
|
-
): void;
|
|
854
|
-
public deleteResolverQueryLogConfig(
|
|
855
|
-
args: DeleteResolverQueryLogConfigCommandInput,
|
|
856
|
-
options: __HttpHandlerOptions,
|
|
857
|
-
cb: (err: any, data?: DeleteResolverQueryLogConfigCommandOutput) => void
|
|
858
|
-
): void;
|
|
859
|
-
public deleteResolverQueryLogConfig(
|
|
860
|
-
args: DeleteResolverQueryLogConfigCommandInput,
|
|
861
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteResolverQueryLogConfigCommandOutput) => void),
|
|
862
|
-
cb?: (err: any, data?: DeleteResolverQueryLogConfigCommandOutput) => void
|
|
863
|
-
): Promise<DeleteResolverQueryLogConfigCommandOutput> | void {
|
|
864
|
-
const command = new DeleteResolverQueryLogConfigCommand(args);
|
|
865
|
-
if (typeof optionsOrCb === "function") {
|
|
866
|
-
this.send(command, optionsOrCb);
|
|
867
|
-
} else if (typeof cb === "function") {
|
|
868
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
869
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
870
|
-
} else {
|
|
871
|
-
return this.send(command, optionsOrCb);
|
|
872
|
-
}
|
|
873
|
-
}
|
|
874
|
-
|
|
875
|
-
/**
|
|
876
|
-
* <p>Deletes a Resolver rule. Before you can delete a Resolver rule, you must disassociate it from all the VPCs that you
|
|
877
|
-
* associated the Resolver rule with. For more information, see
|
|
878
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DisassociateResolverRule.html">DisassociateResolverRule</a>.</p>
|
|
879
|
-
*/
|
|
880
|
-
public deleteResolverRule(
|
|
881
|
-
args: DeleteResolverRuleCommandInput,
|
|
882
|
-
options?: __HttpHandlerOptions
|
|
883
|
-
): Promise<DeleteResolverRuleCommandOutput>;
|
|
884
|
-
public deleteResolverRule(
|
|
885
|
-
args: DeleteResolverRuleCommandInput,
|
|
886
|
-
cb: (err: any, data?: DeleteResolverRuleCommandOutput) => void
|
|
887
|
-
): void;
|
|
888
|
-
public deleteResolverRule(
|
|
889
|
-
args: DeleteResolverRuleCommandInput,
|
|
890
|
-
options: __HttpHandlerOptions,
|
|
891
|
-
cb: (err: any, data?: DeleteResolverRuleCommandOutput) => void
|
|
892
|
-
): void;
|
|
893
|
-
public deleteResolverRule(
|
|
894
|
-
args: DeleteResolverRuleCommandInput,
|
|
895
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteResolverRuleCommandOutput) => void),
|
|
896
|
-
cb?: (err: any, data?: DeleteResolverRuleCommandOutput) => void
|
|
897
|
-
): Promise<DeleteResolverRuleCommandOutput> | void {
|
|
898
|
-
const command = new DeleteResolverRuleCommand(args);
|
|
899
|
-
if (typeof optionsOrCb === "function") {
|
|
900
|
-
this.send(command, optionsOrCb);
|
|
901
|
-
} else if (typeof cb === "function") {
|
|
902
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
903
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
904
|
-
} else {
|
|
905
|
-
return this.send(command, optionsOrCb);
|
|
906
|
-
}
|
|
907
|
-
}
|
|
908
|
-
|
|
909
|
-
/**
|
|
910
|
-
* <p>Disassociates a <a>FirewallRuleGroup</a> from a VPC, to remove DNS filtering from the VPC. </p>
|
|
911
|
-
*/
|
|
912
|
-
public disassociateFirewallRuleGroup(
|
|
913
|
-
args: DisassociateFirewallRuleGroupCommandInput,
|
|
914
|
-
options?: __HttpHandlerOptions
|
|
915
|
-
): Promise<DisassociateFirewallRuleGroupCommandOutput>;
|
|
916
|
-
public disassociateFirewallRuleGroup(
|
|
917
|
-
args: DisassociateFirewallRuleGroupCommandInput,
|
|
918
|
-
cb: (err: any, data?: DisassociateFirewallRuleGroupCommandOutput) => void
|
|
919
|
-
): void;
|
|
920
|
-
public disassociateFirewallRuleGroup(
|
|
921
|
-
args: DisassociateFirewallRuleGroupCommandInput,
|
|
922
|
-
options: __HttpHandlerOptions,
|
|
923
|
-
cb: (err: any, data?: DisassociateFirewallRuleGroupCommandOutput) => void
|
|
924
|
-
): void;
|
|
925
|
-
public disassociateFirewallRuleGroup(
|
|
926
|
-
args: DisassociateFirewallRuleGroupCommandInput,
|
|
927
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateFirewallRuleGroupCommandOutput) => void),
|
|
928
|
-
cb?: (err: any, data?: DisassociateFirewallRuleGroupCommandOutput) => void
|
|
929
|
-
): Promise<DisassociateFirewallRuleGroupCommandOutput> | void {
|
|
930
|
-
const command = new DisassociateFirewallRuleGroupCommand(args);
|
|
931
|
-
if (typeof optionsOrCb === "function") {
|
|
932
|
-
this.send(command, optionsOrCb);
|
|
933
|
-
} else if (typeof cb === "function") {
|
|
934
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
935
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
936
|
-
} else {
|
|
937
|
-
return this.send(command, optionsOrCb);
|
|
938
|
-
}
|
|
939
|
-
}
|
|
940
|
-
|
|
941
|
-
/**
|
|
942
|
-
* <p>Removes IP addresses from an inbound or an outbound Resolver endpoint. If you want to remove more than one IP address,
|
|
943
|
-
* submit one <code>DisassociateResolverEndpointIpAddress</code> request for each IP address.</p>
|
|
944
|
-
* <p>To add an IP address to an endpoint, see
|
|
945
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_AssociateResolverEndpointIpAddress.html">AssociateResolverEndpointIpAddress</a>.
|
|
946
|
-
* </p>
|
|
947
|
-
*/
|
|
948
|
-
public disassociateResolverEndpointIpAddress(
|
|
949
|
-
args: DisassociateResolverEndpointIpAddressCommandInput,
|
|
950
|
-
options?: __HttpHandlerOptions
|
|
951
|
-
): Promise<DisassociateResolverEndpointIpAddressCommandOutput>;
|
|
952
|
-
public disassociateResolverEndpointIpAddress(
|
|
953
|
-
args: DisassociateResolverEndpointIpAddressCommandInput,
|
|
954
|
-
cb: (err: any, data?: DisassociateResolverEndpointIpAddressCommandOutput) => void
|
|
955
|
-
): void;
|
|
956
|
-
public disassociateResolverEndpointIpAddress(
|
|
957
|
-
args: DisassociateResolverEndpointIpAddressCommandInput,
|
|
958
|
-
options: __HttpHandlerOptions,
|
|
959
|
-
cb: (err: any, data?: DisassociateResolverEndpointIpAddressCommandOutput) => void
|
|
960
|
-
): void;
|
|
961
|
-
public disassociateResolverEndpointIpAddress(
|
|
962
|
-
args: DisassociateResolverEndpointIpAddressCommandInput,
|
|
963
|
-
optionsOrCb?:
|
|
964
|
-
| __HttpHandlerOptions
|
|
965
|
-
| ((err: any, data?: DisassociateResolverEndpointIpAddressCommandOutput) => void),
|
|
966
|
-
cb?: (err: any, data?: DisassociateResolverEndpointIpAddressCommandOutput) => void
|
|
967
|
-
): Promise<DisassociateResolverEndpointIpAddressCommandOutput> | void {
|
|
968
|
-
const command = new DisassociateResolverEndpointIpAddressCommand(args);
|
|
969
|
-
if (typeof optionsOrCb === "function") {
|
|
970
|
-
this.send(command, optionsOrCb);
|
|
971
|
-
} else if (typeof cb === "function") {
|
|
972
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
973
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
974
|
-
} else {
|
|
975
|
-
return this.send(command, optionsOrCb);
|
|
976
|
-
}
|
|
977
|
-
}
|
|
978
|
-
|
|
979
|
-
/**
|
|
980
|
-
* <p>Disassociates a VPC from a query logging configuration.</p>
|
|
981
|
-
*
|
|
982
|
-
* <note>
|
|
983
|
-
* <p>Before you can delete a query logging configuration, you must first disassociate all VPCs
|
|
984
|
-
* from the configuration. If you used Resource Access Manager (RAM) to share a
|
|
985
|
-
* query logging configuration with other accounts, VPCs can be disassociated from the
|
|
986
|
-
* configuration in the following ways:</p>
|
|
987
|
-
* <ul>
|
|
988
|
-
* <li>
|
|
989
|
-
* <p>The accounts that you shared the configuration with can disassociate VPCs from the configuration.</p>
|
|
990
|
-
* </li>
|
|
991
|
-
* <li>
|
|
992
|
-
* <p>You can stop sharing the configuration.</p>
|
|
993
|
-
* </li>
|
|
994
|
-
* </ul>
|
|
995
|
-
* </note>
|
|
996
|
-
*/
|
|
997
|
-
public disassociateResolverQueryLogConfig(
|
|
998
|
-
args: DisassociateResolverQueryLogConfigCommandInput,
|
|
999
|
-
options?: __HttpHandlerOptions
|
|
1000
|
-
): Promise<DisassociateResolverQueryLogConfigCommandOutput>;
|
|
1001
|
-
public disassociateResolverQueryLogConfig(
|
|
1002
|
-
args: DisassociateResolverQueryLogConfigCommandInput,
|
|
1003
|
-
cb: (err: any, data?: DisassociateResolverQueryLogConfigCommandOutput) => void
|
|
1004
|
-
): void;
|
|
1005
|
-
public disassociateResolverQueryLogConfig(
|
|
1006
|
-
args: DisassociateResolverQueryLogConfigCommandInput,
|
|
1007
|
-
options: __HttpHandlerOptions,
|
|
1008
|
-
cb: (err: any, data?: DisassociateResolverQueryLogConfigCommandOutput) => void
|
|
1009
|
-
): void;
|
|
1010
|
-
public disassociateResolverQueryLogConfig(
|
|
1011
|
-
args: DisassociateResolverQueryLogConfigCommandInput,
|
|
1012
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateResolverQueryLogConfigCommandOutput) => void),
|
|
1013
|
-
cb?: (err: any, data?: DisassociateResolverQueryLogConfigCommandOutput) => void
|
|
1014
|
-
): Promise<DisassociateResolverQueryLogConfigCommandOutput> | void {
|
|
1015
|
-
const command = new DisassociateResolverQueryLogConfigCommand(args);
|
|
1016
|
-
if (typeof optionsOrCb === "function") {
|
|
1017
|
-
this.send(command, optionsOrCb);
|
|
1018
|
-
} else if (typeof cb === "function") {
|
|
1019
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1020
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1021
|
-
} else {
|
|
1022
|
-
return this.send(command, optionsOrCb);
|
|
1023
|
-
}
|
|
1024
|
-
}
|
|
1025
|
-
|
|
1026
|
-
/**
|
|
1027
|
-
* <p>Removes the association between a specified Resolver rule and a specified VPC.</p>
|
|
1028
|
-
* <important>
|
|
1029
|
-
* <p>If you disassociate a Resolver rule from a VPC, Resolver stops forwarding DNS queries for the
|
|
1030
|
-
* domain name that you specified in the Resolver rule. </p>
|
|
1031
|
-
* </important>
|
|
1032
|
-
*/
|
|
1033
|
-
public disassociateResolverRule(
|
|
1034
|
-
args: DisassociateResolverRuleCommandInput,
|
|
1035
|
-
options?: __HttpHandlerOptions
|
|
1036
|
-
): Promise<DisassociateResolverRuleCommandOutput>;
|
|
1037
|
-
public disassociateResolverRule(
|
|
1038
|
-
args: DisassociateResolverRuleCommandInput,
|
|
1039
|
-
cb: (err: any, data?: DisassociateResolverRuleCommandOutput) => void
|
|
1040
|
-
): void;
|
|
1041
|
-
public disassociateResolverRule(
|
|
1042
|
-
args: DisassociateResolverRuleCommandInput,
|
|
1043
|
-
options: __HttpHandlerOptions,
|
|
1044
|
-
cb: (err: any, data?: DisassociateResolverRuleCommandOutput) => void
|
|
1045
|
-
): void;
|
|
1046
|
-
public disassociateResolverRule(
|
|
1047
|
-
args: DisassociateResolverRuleCommandInput,
|
|
1048
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateResolverRuleCommandOutput) => void),
|
|
1049
|
-
cb?: (err: any, data?: DisassociateResolverRuleCommandOutput) => void
|
|
1050
|
-
): Promise<DisassociateResolverRuleCommandOutput> | void {
|
|
1051
|
-
const command = new DisassociateResolverRuleCommand(args);
|
|
1052
|
-
if (typeof optionsOrCb === "function") {
|
|
1053
|
-
this.send(command, optionsOrCb);
|
|
1054
|
-
} else if (typeof cb === "function") {
|
|
1055
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1056
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1057
|
-
} else {
|
|
1058
|
-
return this.send(command, optionsOrCb);
|
|
1059
|
-
}
|
|
1060
|
-
}
|
|
1061
|
-
|
|
1062
|
-
/**
|
|
1063
|
-
* <p>Retrieves the configuration of the firewall behavior provided by DNS Firewall for a
|
|
1064
|
-
* single VPC from Amazon Virtual Private Cloud (Amazon VPC). </p>
|
|
1065
|
-
*/
|
|
1066
|
-
public getFirewallConfig(
|
|
1067
|
-
args: GetFirewallConfigCommandInput,
|
|
1068
|
-
options?: __HttpHandlerOptions
|
|
1069
|
-
): Promise<GetFirewallConfigCommandOutput>;
|
|
1070
|
-
public getFirewallConfig(
|
|
1071
|
-
args: GetFirewallConfigCommandInput,
|
|
1072
|
-
cb: (err: any, data?: GetFirewallConfigCommandOutput) => void
|
|
1073
|
-
): void;
|
|
1074
|
-
public getFirewallConfig(
|
|
1075
|
-
args: GetFirewallConfigCommandInput,
|
|
1076
|
-
options: __HttpHandlerOptions,
|
|
1077
|
-
cb: (err: any, data?: GetFirewallConfigCommandOutput) => void
|
|
1078
|
-
): void;
|
|
1079
|
-
public getFirewallConfig(
|
|
1080
|
-
args: GetFirewallConfigCommandInput,
|
|
1081
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetFirewallConfigCommandOutput) => void),
|
|
1082
|
-
cb?: (err: any, data?: GetFirewallConfigCommandOutput) => void
|
|
1083
|
-
): Promise<GetFirewallConfigCommandOutput> | void {
|
|
1084
|
-
const command = new GetFirewallConfigCommand(args);
|
|
1085
|
-
if (typeof optionsOrCb === "function") {
|
|
1086
|
-
this.send(command, optionsOrCb);
|
|
1087
|
-
} else if (typeof cb === "function") {
|
|
1088
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1089
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1090
|
-
} else {
|
|
1091
|
-
return this.send(command, optionsOrCb);
|
|
1092
|
-
}
|
|
1093
|
-
}
|
|
1094
|
-
|
|
1095
|
-
/**
|
|
1096
|
-
* <p>Retrieves the specified firewall domain list.</p>
|
|
1097
|
-
*/
|
|
1098
|
-
public getFirewallDomainList(
|
|
1099
|
-
args: GetFirewallDomainListCommandInput,
|
|
1100
|
-
options?: __HttpHandlerOptions
|
|
1101
|
-
): Promise<GetFirewallDomainListCommandOutput>;
|
|
1102
|
-
public getFirewallDomainList(
|
|
1103
|
-
args: GetFirewallDomainListCommandInput,
|
|
1104
|
-
cb: (err: any, data?: GetFirewallDomainListCommandOutput) => void
|
|
1105
|
-
): void;
|
|
1106
|
-
public getFirewallDomainList(
|
|
1107
|
-
args: GetFirewallDomainListCommandInput,
|
|
1108
|
-
options: __HttpHandlerOptions,
|
|
1109
|
-
cb: (err: any, data?: GetFirewallDomainListCommandOutput) => void
|
|
1110
|
-
): void;
|
|
1111
|
-
public getFirewallDomainList(
|
|
1112
|
-
args: GetFirewallDomainListCommandInput,
|
|
1113
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetFirewallDomainListCommandOutput) => void),
|
|
1114
|
-
cb?: (err: any, data?: GetFirewallDomainListCommandOutput) => void
|
|
1115
|
-
): Promise<GetFirewallDomainListCommandOutput> | void {
|
|
1116
|
-
const command = new GetFirewallDomainListCommand(args);
|
|
1117
|
-
if (typeof optionsOrCb === "function") {
|
|
1118
|
-
this.send(command, optionsOrCb);
|
|
1119
|
-
} else if (typeof cb === "function") {
|
|
1120
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1121
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1122
|
-
} else {
|
|
1123
|
-
return this.send(command, optionsOrCb);
|
|
1124
|
-
}
|
|
1125
|
-
}
|
|
1126
|
-
|
|
1127
|
-
/**
|
|
1128
|
-
* <p>Retrieves the specified firewall rule group. </p>
|
|
1129
|
-
*/
|
|
1130
|
-
public getFirewallRuleGroup(
|
|
1131
|
-
args: GetFirewallRuleGroupCommandInput,
|
|
1132
|
-
options?: __HttpHandlerOptions
|
|
1133
|
-
): Promise<GetFirewallRuleGroupCommandOutput>;
|
|
1134
|
-
public getFirewallRuleGroup(
|
|
1135
|
-
args: GetFirewallRuleGroupCommandInput,
|
|
1136
|
-
cb: (err: any, data?: GetFirewallRuleGroupCommandOutput) => void
|
|
1137
|
-
): void;
|
|
1138
|
-
public getFirewallRuleGroup(
|
|
1139
|
-
args: GetFirewallRuleGroupCommandInput,
|
|
1140
|
-
options: __HttpHandlerOptions,
|
|
1141
|
-
cb: (err: any, data?: GetFirewallRuleGroupCommandOutput) => void
|
|
1142
|
-
): void;
|
|
1143
|
-
public getFirewallRuleGroup(
|
|
1144
|
-
args: GetFirewallRuleGroupCommandInput,
|
|
1145
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetFirewallRuleGroupCommandOutput) => void),
|
|
1146
|
-
cb?: (err: any, data?: GetFirewallRuleGroupCommandOutput) => void
|
|
1147
|
-
): Promise<GetFirewallRuleGroupCommandOutput> | void {
|
|
1148
|
-
const command = new GetFirewallRuleGroupCommand(args);
|
|
1149
|
-
if (typeof optionsOrCb === "function") {
|
|
1150
|
-
this.send(command, optionsOrCb);
|
|
1151
|
-
} else if (typeof cb === "function") {
|
|
1152
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1153
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1154
|
-
} else {
|
|
1155
|
-
return this.send(command, optionsOrCb);
|
|
1156
|
-
}
|
|
1157
|
-
}
|
|
1158
|
-
|
|
1159
|
-
/**
|
|
1160
|
-
* <p>Retrieves a firewall rule group association, which enables DNS filtering for a VPC with one rule group. A VPC can have more than one firewall rule group association, and a rule group can be associated with more than one VPC.</p>
|
|
1161
|
-
*/
|
|
1162
|
-
public getFirewallRuleGroupAssociation(
|
|
1163
|
-
args: GetFirewallRuleGroupAssociationCommandInput,
|
|
1164
|
-
options?: __HttpHandlerOptions
|
|
1165
|
-
): Promise<GetFirewallRuleGroupAssociationCommandOutput>;
|
|
1166
|
-
public getFirewallRuleGroupAssociation(
|
|
1167
|
-
args: GetFirewallRuleGroupAssociationCommandInput,
|
|
1168
|
-
cb: (err: any, data?: GetFirewallRuleGroupAssociationCommandOutput) => void
|
|
1169
|
-
): void;
|
|
1170
|
-
public getFirewallRuleGroupAssociation(
|
|
1171
|
-
args: GetFirewallRuleGroupAssociationCommandInput,
|
|
1172
|
-
options: __HttpHandlerOptions,
|
|
1173
|
-
cb: (err: any, data?: GetFirewallRuleGroupAssociationCommandOutput) => void
|
|
1174
|
-
): void;
|
|
1175
|
-
public getFirewallRuleGroupAssociation(
|
|
1176
|
-
args: GetFirewallRuleGroupAssociationCommandInput,
|
|
1177
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetFirewallRuleGroupAssociationCommandOutput) => void),
|
|
1178
|
-
cb?: (err: any, data?: GetFirewallRuleGroupAssociationCommandOutput) => void
|
|
1179
|
-
): Promise<GetFirewallRuleGroupAssociationCommandOutput> | void {
|
|
1180
|
-
const command = new GetFirewallRuleGroupAssociationCommand(args);
|
|
1181
|
-
if (typeof optionsOrCb === "function") {
|
|
1182
|
-
this.send(command, optionsOrCb);
|
|
1183
|
-
} else if (typeof cb === "function") {
|
|
1184
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1185
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1186
|
-
} else {
|
|
1187
|
-
return this.send(command, optionsOrCb);
|
|
1188
|
-
}
|
|
1189
|
-
}
|
|
1190
|
-
|
|
1191
|
-
/**
|
|
1192
|
-
* <p>Returns the Identity and Access Management (Amazon Web Services IAM) policy for sharing the
|
|
1193
|
-
* specified rule group. You can use the policy to share the rule group using Resource Access Manager (RAM). </p>
|
|
1194
|
-
*/
|
|
1195
|
-
public getFirewallRuleGroupPolicy(
|
|
1196
|
-
args: GetFirewallRuleGroupPolicyCommandInput,
|
|
1197
|
-
options?: __HttpHandlerOptions
|
|
1198
|
-
): Promise<GetFirewallRuleGroupPolicyCommandOutput>;
|
|
1199
|
-
public getFirewallRuleGroupPolicy(
|
|
1200
|
-
args: GetFirewallRuleGroupPolicyCommandInput,
|
|
1201
|
-
cb: (err: any, data?: GetFirewallRuleGroupPolicyCommandOutput) => void
|
|
1202
|
-
): void;
|
|
1203
|
-
public getFirewallRuleGroupPolicy(
|
|
1204
|
-
args: GetFirewallRuleGroupPolicyCommandInput,
|
|
1205
|
-
options: __HttpHandlerOptions,
|
|
1206
|
-
cb: (err: any, data?: GetFirewallRuleGroupPolicyCommandOutput) => void
|
|
1207
|
-
): void;
|
|
1208
|
-
public getFirewallRuleGroupPolicy(
|
|
1209
|
-
args: GetFirewallRuleGroupPolicyCommandInput,
|
|
1210
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetFirewallRuleGroupPolicyCommandOutput) => void),
|
|
1211
|
-
cb?: (err: any, data?: GetFirewallRuleGroupPolicyCommandOutput) => void
|
|
1212
|
-
): Promise<GetFirewallRuleGroupPolicyCommandOutput> | void {
|
|
1213
|
-
const command = new GetFirewallRuleGroupPolicyCommand(args);
|
|
1214
|
-
if (typeof optionsOrCb === "function") {
|
|
1215
|
-
this.send(command, optionsOrCb);
|
|
1216
|
-
} else if (typeof cb === "function") {
|
|
1217
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1218
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1219
|
-
} else {
|
|
1220
|
-
return this.send(command, optionsOrCb);
|
|
1221
|
-
}
|
|
1222
|
-
}
|
|
1223
|
-
|
|
1224
|
-
/**
|
|
1225
|
-
* <p>Gets DNSSEC validation information for a specified resource.</p>
|
|
1226
|
-
*/
|
|
1227
|
-
public getResolverDnssecConfig(
|
|
1228
|
-
args: GetResolverDnssecConfigCommandInput,
|
|
1229
|
-
options?: __HttpHandlerOptions
|
|
1230
|
-
): Promise<GetResolverDnssecConfigCommandOutput>;
|
|
1231
|
-
public getResolverDnssecConfig(
|
|
1232
|
-
args: GetResolverDnssecConfigCommandInput,
|
|
1233
|
-
cb: (err: any, data?: GetResolverDnssecConfigCommandOutput) => void
|
|
1234
|
-
): void;
|
|
1235
|
-
public getResolverDnssecConfig(
|
|
1236
|
-
args: GetResolverDnssecConfigCommandInput,
|
|
1237
|
-
options: __HttpHandlerOptions,
|
|
1238
|
-
cb: (err: any, data?: GetResolverDnssecConfigCommandOutput) => void
|
|
1239
|
-
): void;
|
|
1240
|
-
public getResolverDnssecConfig(
|
|
1241
|
-
args: GetResolverDnssecConfigCommandInput,
|
|
1242
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetResolverDnssecConfigCommandOutput) => void),
|
|
1243
|
-
cb?: (err: any, data?: GetResolverDnssecConfigCommandOutput) => void
|
|
1244
|
-
): Promise<GetResolverDnssecConfigCommandOutput> | void {
|
|
1245
|
-
const command = new GetResolverDnssecConfigCommand(args);
|
|
1246
|
-
if (typeof optionsOrCb === "function") {
|
|
1247
|
-
this.send(command, optionsOrCb);
|
|
1248
|
-
} else if (typeof cb === "function") {
|
|
1249
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1250
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1251
|
-
} else {
|
|
1252
|
-
return this.send(command, optionsOrCb);
|
|
1253
|
-
}
|
|
1254
|
-
}
|
|
1255
|
-
|
|
1256
|
-
/**
|
|
1257
|
-
* <p>Gets information about a specified Resolver endpoint, such as whether it's an inbound or an outbound Resolver endpoint, and the
|
|
1258
|
-
* current status of the endpoint.</p>
|
|
1259
|
-
*/
|
|
1260
|
-
public getResolverEndpoint(
|
|
1261
|
-
args: GetResolverEndpointCommandInput,
|
|
1262
|
-
options?: __HttpHandlerOptions
|
|
1263
|
-
): Promise<GetResolverEndpointCommandOutput>;
|
|
1264
|
-
public getResolverEndpoint(
|
|
1265
|
-
args: GetResolverEndpointCommandInput,
|
|
1266
|
-
cb: (err: any, data?: GetResolverEndpointCommandOutput) => void
|
|
1267
|
-
): void;
|
|
1268
|
-
public getResolverEndpoint(
|
|
1269
|
-
args: GetResolverEndpointCommandInput,
|
|
1270
|
-
options: __HttpHandlerOptions,
|
|
1271
|
-
cb: (err: any, data?: GetResolverEndpointCommandOutput) => void
|
|
1272
|
-
): void;
|
|
1273
|
-
public getResolverEndpoint(
|
|
1274
|
-
args: GetResolverEndpointCommandInput,
|
|
1275
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetResolverEndpointCommandOutput) => void),
|
|
1276
|
-
cb?: (err: any, data?: GetResolverEndpointCommandOutput) => void
|
|
1277
|
-
): Promise<GetResolverEndpointCommandOutput> | void {
|
|
1278
|
-
const command = new GetResolverEndpointCommand(args);
|
|
1279
|
-
if (typeof optionsOrCb === "function") {
|
|
1280
|
-
this.send(command, optionsOrCb);
|
|
1281
|
-
} else if (typeof cb === "function") {
|
|
1282
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1283
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1284
|
-
} else {
|
|
1285
|
-
return this.send(command, optionsOrCb);
|
|
1286
|
-
}
|
|
1287
|
-
}
|
|
1288
|
-
|
|
1289
|
-
/**
|
|
1290
|
-
* <p>Gets information about a specified Resolver query logging configuration, such as the number of VPCs that the configuration
|
|
1291
|
-
* is logging queries for and the location that logs are sent to. </p>
|
|
1292
|
-
*/
|
|
1293
|
-
public getResolverQueryLogConfig(
|
|
1294
|
-
args: GetResolverQueryLogConfigCommandInput,
|
|
1295
|
-
options?: __HttpHandlerOptions
|
|
1296
|
-
): Promise<GetResolverQueryLogConfigCommandOutput>;
|
|
1297
|
-
public getResolverQueryLogConfig(
|
|
1298
|
-
args: GetResolverQueryLogConfigCommandInput,
|
|
1299
|
-
cb: (err: any, data?: GetResolverQueryLogConfigCommandOutput) => void
|
|
1300
|
-
): void;
|
|
1301
|
-
public getResolverQueryLogConfig(
|
|
1302
|
-
args: GetResolverQueryLogConfigCommandInput,
|
|
1303
|
-
options: __HttpHandlerOptions,
|
|
1304
|
-
cb: (err: any, data?: GetResolverQueryLogConfigCommandOutput) => void
|
|
1305
|
-
): void;
|
|
1306
|
-
public getResolverQueryLogConfig(
|
|
1307
|
-
args: GetResolverQueryLogConfigCommandInput,
|
|
1308
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetResolverQueryLogConfigCommandOutput) => void),
|
|
1309
|
-
cb?: (err: any, data?: GetResolverQueryLogConfigCommandOutput) => void
|
|
1310
|
-
): Promise<GetResolverQueryLogConfigCommandOutput> | void {
|
|
1311
|
-
const command = new GetResolverQueryLogConfigCommand(args);
|
|
1312
|
-
if (typeof optionsOrCb === "function") {
|
|
1313
|
-
this.send(command, optionsOrCb);
|
|
1314
|
-
} else if (typeof cb === "function") {
|
|
1315
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1316
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1317
|
-
} else {
|
|
1318
|
-
return this.send(command, optionsOrCb);
|
|
1319
|
-
}
|
|
1320
|
-
}
|
|
1321
|
-
|
|
1322
|
-
/**
|
|
1323
|
-
* <p>Gets information about a specified association between a Resolver query logging configuration and an Amazon VPC. When you associate a VPC
|
|
1324
|
-
* with a query logging configuration, Resolver logs DNS queries that originate in that VPC.</p>
|
|
1325
|
-
*/
|
|
1326
|
-
public getResolverQueryLogConfigAssociation(
|
|
1327
|
-
args: GetResolverQueryLogConfigAssociationCommandInput,
|
|
1328
|
-
options?: __HttpHandlerOptions
|
|
1329
|
-
): Promise<GetResolverQueryLogConfigAssociationCommandOutput>;
|
|
1330
|
-
public getResolverQueryLogConfigAssociation(
|
|
1331
|
-
args: GetResolverQueryLogConfigAssociationCommandInput,
|
|
1332
|
-
cb: (err: any, data?: GetResolverQueryLogConfigAssociationCommandOutput) => void
|
|
1333
|
-
): void;
|
|
1334
|
-
public getResolverQueryLogConfigAssociation(
|
|
1335
|
-
args: GetResolverQueryLogConfigAssociationCommandInput,
|
|
1336
|
-
options: __HttpHandlerOptions,
|
|
1337
|
-
cb: (err: any, data?: GetResolverQueryLogConfigAssociationCommandOutput) => void
|
|
1338
|
-
): void;
|
|
1339
|
-
public getResolverQueryLogConfigAssociation(
|
|
1340
|
-
args: GetResolverQueryLogConfigAssociationCommandInput,
|
|
1341
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetResolverQueryLogConfigAssociationCommandOutput) => void),
|
|
1342
|
-
cb?: (err: any, data?: GetResolverQueryLogConfigAssociationCommandOutput) => void
|
|
1343
|
-
): Promise<GetResolverQueryLogConfigAssociationCommandOutput> | void {
|
|
1344
|
-
const command = new GetResolverQueryLogConfigAssociationCommand(args);
|
|
1345
|
-
if (typeof optionsOrCb === "function") {
|
|
1346
|
-
this.send(command, optionsOrCb);
|
|
1347
|
-
} else if (typeof cb === "function") {
|
|
1348
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1349
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1350
|
-
} else {
|
|
1351
|
-
return this.send(command, optionsOrCb);
|
|
1352
|
-
}
|
|
1353
|
-
}
|
|
1354
|
-
|
|
1355
|
-
/**
|
|
1356
|
-
* <p>Gets information about a query logging policy. A query logging policy specifies the Resolver query logging
|
|
1357
|
-
* operations and resources that you want to allow another Amazon Web Services account to be able to use.</p>
|
|
1358
|
-
*/
|
|
1359
|
-
public getResolverQueryLogConfigPolicy(
|
|
1360
|
-
args: GetResolverQueryLogConfigPolicyCommandInput,
|
|
1361
|
-
options?: __HttpHandlerOptions
|
|
1362
|
-
): Promise<GetResolverQueryLogConfigPolicyCommandOutput>;
|
|
1363
|
-
public getResolverQueryLogConfigPolicy(
|
|
1364
|
-
args: GetResolverQueryLogConfigPolicyCommandInput,
|
|
1365
|
-
cb: (err: any, data?: GetResolverQueryLogConfigPolicyCommandOutput) => void
|
|
1366
|
-
): void;
|
|
1367
|
-
public getResolverQueryLogConfigPolicy(
|
|
1368
|
-
args: GetResolverQueryLogConfigPolicyCommandInput,
|
|
1369
|
-
options: __HttpHandlerOptions,
|
|
1370
|
-
cb: (err: any, data?: GetResolverQueryLogConfigPolicyCommandOutput) => void
|
|
1371
|
-
): void;
|
|
1372
|
-
public getResolverQueryLogConfigPolicy(
|
|
1373
|
-
args: GetResolverQueryLogConfigPolicyCommandInput,
|
|
1374
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetResolverQueryLogConfigPolicyCommandOutput) => void),
|
|
1375
|
-
cb?: (err: any, data?: GetResolverQueryLogConfigPolicyCommandOutput) => void
|
|
1376
|
-
): Promise<GetResolverQueryLogConfigPolicyCommandOutput> | void {
|
|
1377
|
-
const command = new GetResolverQueryLogConfigPolicyCommand(args);
|
|
1378
|
-
if (typeof optionsOrCb === "function") {
|
|
1379
|
-
this.send(command, optionsOrCb);
|
|
1380
|
-
} else if (typeof cb === "function") {
|
|
1381
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1382
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1383
|
-
} else {
|
|
1384
|
-
return this.send(command, optionsOrCb);
|
|
1385
|
-
}
|
|
1386
|
-
}
|
|
1387
|
-
|
|
1388
|
-
/**
|
|
1389
|
-
* <p>Gets information about a specified Resolver rule, such as the domain name that the rule forwards DNS queries for and the ID of the
|
|
1390
|
-
* outbound Resolver endpoint that the rule is associated with.</p>
|
|
1391
|
-
*/
|
|
1392
|
-
public getResolverRule(
|
|
1393
|
-
args: GetResolverRuleCommandInput,
|
|
1394
|
-
options?: __HttpHandlerOptions
|
|
1395
|
-
): Promise<GetResolverRuleCommandOutput>;
|
|
1396
|
-
public getResolverRule(
|
|
1397
|
-
args: GetResolverRuleCommandInput,
|
|
1398
|
-
cb: (err: any, data?: GetResolverRuleCommandOutput) => void
|
|
1399
|
-
): void;
|
|
1400
|
-
public getResolverRule(
|
|
1401
|
-
args: GetResolverRuleCommandInput,
|
|
1402
|
-
options: __HttpHandlerOptions,
|
|
1403
|
-
cb: (err: any, data?: GetResolverRuleCommandOutput) => void
|
|
1404
|
-
): void;
|
|
1405
|
-
public getResolverRule(
|
|
1406
|
-
args: GetResolverRuleCommandInput,
|
|
1407
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetResolverRuleCommandOutput) => void),
|
|
1408
|
-
cb?: (err: any, data?: GetResolverRuleCommandOutput) => void
|
|
1409
|
-
): Promise<GetResolverRuleCommandOutput> | void {
|
|
1410
|
-
const command = new GetResolverRuleCommand(args);
|
|
1411
|
-
if (typeof optionsOrCb === "function") {
|
|
1412
|
-
this.send(command, optionsOrCb);
|
|
1413
|
-
} else if (typeof cb === "function") {
|
|
1414
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1415
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1416
|
-
} else {
|
|
1417
|
-
return this.send(command, optionsOrCb);
|
|
1418
|
-
}
|
|
1419
|
-
}
|
|
1420
|
-
|
|
1421
|
-
/**
|
|
1422
|
-
* <p>Gets information about an association between a specified Resolver rule and a VPC. You associate a Resolver rule and a VPC using
|
|
1423
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_AssociateResolverRule.html">AssociateResolverRule</a>. </p>
|
|
1424
|
-
*/
|
|
1425
|
-
public getResolverRuleAssociation(
|
|
1426
|
-
args: GetResolverRuleAssociationCommandInput,
|
|
1427
|
-
options?: __HttpHandlerOptions
|
|
1428
|
-
): Promise<GetResolverRuleAssociationCommandOutput>;
|
|
1429
|
-
public getResolverRuleAssociation(
|
|
1430
|
-
args: GetResolverRuleAssociationCommandInput,
|
|
1431
|
-
cb: (err: any, data?: GetResolverRuleAssociationCommandOutput) => void
|
|
1432
|
-
): void;
|
|
1433
|
-
public getResolverRuleAssociation(
|
|
1434
|
-
args: GetResolverRuleAssociationCommandInput,
|
|
1435
|
-
options: __HttpHandlerOptions,
|
|
1436
|
-
cb: (err: any, data?: GetResolverRuleAssociationCommandOutput) => void
|
|
1437
|
-
): void;
|
|
1438
|
-
public getResolverRuleAssociation(
|
|
1439
|
-
args: GetResolverRuleAssociationCommandInput,
|
|
1440
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetResolverRuleAssociationCommandOutput) => void),
|
|
1441
|
-
cb?: (err: any, data?: GetResolverRuleAssociationCommandOutput) => void
|
|
1442
|
-
): Promise<GetResolverRuleAssociationCommandOutput> | void {
|
|
1443
|
-
const command = new GetResolverRuleAssociationCommand(args);
|
|
1444
|
-
if (typeof optionsOrCb === "function") {
|
|
1445
|
-
this.send(command, optionsOrCb);
|
|
1446
|
-
} else if (typeof cb === "function") {
|
|
1447
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1448
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1449
|
-
} else {
|
|
1450
|
-
return this.send(command, optionsOrCb);
|
|
1451
|
-
}
|
|
1452
|
-
}
|
|
1453
|
-
|
|
1454
|
-
/**
|
|
1455
|
-
* <p>Gets information about the Resolver rule policy for a specified rule. A Resolver rule policy includes the rule that you want to share
|
|
1456
|
-
* with another account, the account that you want to share the rule with, and the Resolver operations that you want to allow the account to use. </p>
|
|
1457
|
-
*/
|
|
1458
|
-
public getResolverRulePolicy(
|
|
1459
|
-
args: GetResolverRulePolicyCommandInput,
|
|
1460
|
-
options?: __HttpHandlerOptions
|
|
1461
|
-
): Promise<GetResolverRulePolicyCommandOutput>;
|
|
1462
|
-
public getResolverRulePolicy(
|
|
1463
|
-
args: GetResolverRulePolicyCommandInput,
|
|
1464
|
-
cb: (err: any, data?: GetResolverRulePolicyCommandOutput) => void
|
|
1465
|
-
): void;
|
|
1466
|
-
public getResolverRulePolicy(
|
|
1467
|
-
args: GetResolverRulePolicyCommandInput,
|
|
1468
|
-
options: __HttpHandlerOptions,
|
|
1469
|
-
cb: (err: any, data?: GetResolverRulePolicyCommandOutput) => void
|
|
1470
|
-
): void;
|
|
1471
|
-
public getResolverRulePolicy(
|
|
1472
|
-
args: GetResolverRulePolicyCommandInput,
|
|
1473
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetResolverRulePolicyCommandOutput) => void),
|
|
1474
|
-
cb?: (err: any, data?: GetResolverRulePolicyCommandOutput) => void
|
|
1475
|
-
): Promise<GetResolverRulePolicyCommandOutput> | void {
|
|
1476
|
-
const command = new GetResolverRulePolicyCommand(args);
|
|
1477
|
-
if (typeof optionsOrCb === "function") {
|
|
1478
|
-
this.send(command, optionsOrCb);
|
|
1479
|
-
} else if (typeof cb === "function") {
|
|
1480
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1481
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1482
|
-
} else {
|
|
1483
|
-
return this.send(command, optionsOrCb);
|
|
1484
|
-
}
|
|
1485
|
-
}
|
|
1486
|
-
|
|
1487
|
-
/**
|
|
1488
|
-
* <p>Imports domain names from a file into a domain list, for use in a DNS firewall rule group. </p>
|
|
1489
|
-
* <p>Each domain specification in your domain list must satisfy the following
|
|
1490
|
-
* requirements: </p>
|
|
1491
|
-
* <ul>
|
|
1492
|
-
* <li>
|
|
1493
|
-
* <p>It can optionally start with <code>*</code> (asterisk).</p>
|
|
1494
|
-
* </li>
|
|
1495
|
-
* <li>
|
|
1496
|
-
* <p>With the exception of the optional starting asterisk, it must only contain
|
|
1497
|
-
* the following characters: <code>A-Z</code>, <code>a-z</code>,
|
|
1498
|
-
* <code>0-9</code>, <code>-</code> (hyphen).</p>
|
|
1499
|
-
* </li>
|
|
1500
|
-
* <li>
|
|
1501
|
-
* <p>It must be from 1-255 characters in length. </p>
|
|
1502
|
-
* </li>
|
|
1503
|
-
* </ul>
|
|
1504
|
-
*/
|
|
1505
|
-
public importFirewallDomains(
|
|
1506
|
-
args: ImportFirewallDomainsCommandInput,
|
|
1507
|
-
options?: __HttpHandlerOptions
|
|
1508
|
-
): Promise<ImportFirewallDomainsCommandOutput>;
|
|
1509
|
-
public importFirewallDomains(
|
|
1510
|
-
args: ImportFirewallDomainsCommandInput,
|
|
1511
|
-
cb: (err: any, data?: ImportFirewallDomainsCommandOutput) => void
|
|
1512
|
-
): void;
|
|
1513
|
-
public importFirewallDomains(
|
|
1514
|
-
args: ImportFirewallDomainsCommandInput,
|
|
1515
|
-
options: __HttpHandlerOptions,
|
|
1516
|
-
cb: (err: any, data?: ImportFirewallDomainsCommandOutput) => void
|
|
1517
|
-
): void;
|
|
1518
|
-
public importFirewallDomains(
|
|
1519
|
-
args: ImportFirewallDomainsCommandInput,
|
|
1520
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ImportFirewallDomainsCommandOutput) => void),
|
|
1521
|
-
cb?: (err: any, data?: ImportFirewallDomainsCommandOutput) => void
|
|
1522
|
-
): Promise<ImportFirewallDomainsCommandOutput> | void {
|
|
1523
|
-
const command = new ImportFirewallDomainsCommand(args);
|
|
1524
|
-
if (typeof optionsOrCb === "function") {
|
|
1525
|
-
this.send(command, optionsOrCb);
|
|
1526
|
-
} else if (typeof cb === "function") {
|
|
1527
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1528
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1529
|
-
} else {
|
|
1530
|
-
return this.send(command, optionsOrCb);
|
|
1531
|
-
}
|
|
1532
|
-
}
|
|
1533
|
-
|
|
1534
|
-
/**
|
|
1535
|
-
* <p>Retrieves the firewall configurations that you have defined. DNS Firewall uses the configurations to manage firewall behavior for your VPCs. </p>
|
|
1536
|
-
* <p>A single call might return only a partial list of the configurations. For information, see <code>MaxResults</code>. </p>
|
|
1537
|
-
*/
|
|
1538
|
-
public listFirewallConfigs(
|
|
1539
|
-
args: ListFirewallConfigsCommandInput,
|
|
1540
|
-
options?: __HttpHandlerOptions
|
|
1541
|
-
): Promise<ListFirewallConfigsCommandOutput>;
|
|
1542
|
-
public listFirewallConfigs(
|
|
1543
|
-
args: ListFirewallConfigsCommandInput,
|
|
1544
|
-
cb: (err: any, data?: ListFirewallConfigsCommandOutput) => void
|
|
1545
|
-
): void;
|
|
1546
|
-
public listFirewallConfigs(
|
|
1547
|
-
args: ListFirewallConfigsCommandInput,
|
|
1548
|
-
options: __HttpHandlerOptions,
|
|
1549
|
-
cb: (err: any, data?: ListFirewallConfigsCommandOutput) => void
|
|
1550
|
-
): void;
|
|
1551
|
-
public listFirewallConfigs(
|
|
1552
|
-
args: ListFirewallConfigsCommandInput,
|
|
1553
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListFirewallConfigsCommandOutput) => void),
|
|
1554
|
-
cb?: (err: any, data?: ListFirewallConfigsCommandOutput) => void
|
|
1555
|
-
): Promise<ListFirewallConfigsCommandOutput> | void {
|
|
1556
|
-
const command = new ListFirewallConfigsCommand(args);
|
|
1557
|
-
if (typeof optionsOrCb === "function") {
|
|
1558
|
-
this.send(command, optionsOrCb);
|
|
1559
|
-
} else if (typeof cb === "function") {
|
|
1560
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1561
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1562
|
-
} else {
|
|
1563
|
-
return this.send(command, optionsOrCb);
|
|
1564
|
-
}
|
|
1565
|
-
}
|
|
1566
|
-
|
|
1567
|
-
/**
|
|
1568
|
-
* <p>Retrieves the firewall domain lists that you have defined. For each firewall domain list, you can retrieve the domains that are defined for a list by calling <a>ListFirewallDomains</a>. </p>
|
|
1569
|
-
* <p>A single call to this list operation might return only a partial list of the domain lists. For information, see <code>MaxResults</code>. </p>
|
|
1570
|
-
*/
|
|
1571
|
-
public listFirewallDomainLists(
|
|
1572
|
-
args: ListFirewallDomainListsCommandInput,
|
|
1573
|
-
options?: __HttpHandlerOptions
|
|
1574
|
-
): Promise<ListFirewallDomainListsCommandOutput>;
|
|
1575
|
-
public listFirewallDomainLists(
|
|
1576
|
-
args: ListFirewallDomainListsCommandInput,
|
|
1577
|
-
cb: (err: any, data?: ListFirewallDomainListsCommandOutput) => void
|
|
1578
|
-
): void;
|
|
1579
|
-
public listFirewallDomainLists(
|
|
1580
|
-
args: ListFirewallDomainListsCommandInput,
|
|
1581
|
-
options: __HttpHandlerOptions,
|
|
1582
|
-
cb: (err: any, data?: ListFirewallDomainListsCommandOutput) => void
|
|
1583
|
-
): void;
|
|
1584
|
-
public listFirewallDomainLists(
|
|
1585
|
-
args: ListFirewallDomainListsCommandInput,
|
|
1586
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListFirewallDomainListsCommandOutput) => void),
|
|
1587
|
-
cb?: (err: any, data?: ListFirewallDomainListsCommandOutput) => void
|
|
1588
|
-
): Promise<ListFirewallDomainListsCommandOutput> | void {
|
|
1589
|
-
const command = new ListFirewallDomainListsCommand(args);
|
|
1590
|
-
if (typeof optionsOrCb === "function") {
|
|
1591
|
-
this.send(command, optionsOrCb);
|
|
1592
|
-
} else if (typeof cb === "function") {
|
|
1593
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1594
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1595
|
-
} else {
|
|
1596
|
-
return this.send(command, optionsOrCb);
|
|
1597
|
-
}
|
|
1598
|
-
}
|
|
1599
|
-
|
|
1600
|
-
/**
|
|
1601
|
-
* <p>Retrieves the domains that you have defined for the specified firewall domain list. </p>
|
|
1602
|
-
* <p>A single call might return only a partial list of the domains. For information, see <code>MaxResults</code>. </p>
|
|
1603
|
-
*/
|
|
1604
|
-
public listFirewallDomains(
|
|
1605
|
-
args: ListFirewallDomainsCommandInput,
|
|
1606
|
-
options?: __HttpHandlerOptions
|
|
1607
|
-
): Promise<ListFirewallDomainsCommandOutput>;
|
|
1608
|
-
public listFirewallDomains(
|
|
1609
|
-
args: ListFirewallDomainsCommandInput,
|
|
1610
|
-
cb: (err: any, data?: ListFirewallDomainsCommandOutput) => void
|
|
1611
|
-
): void;
|
|
1612
|
-
public listFirewallDomains(
|
|
1613
|
-
args: ListFirewallDomainsCommandInput,
|
|
1614
|
-
options: __HttpHandlerOptions,
|
|
1615
|
-
cb: (err: any, data?: ListFirewallDomainsCommandOutput) => void
|
|
1616
|
-
): void;
|
|
1617
|
-
public listFirewallDomains(
|
|
1618
|
-
args: ListFirewallDomainsCommandInput,
|
|
1619
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListFirewallDomainsCommandOutput) => void),
|
|
1620
|
-
cb?: (err: any, data?: ListFirewallDomainsCommandOutput) => void
|
|
1621
|
-
): Promise<ListFirewallDomainsCommandOutput> | void {
|
|
1622
|
-
const command = new ListFirewallDomainsCommand(args);
|
|
1623
|
-
if (typeof optionsOrCb === "function") {
|
|
1624
|
-
this.send(command, optionsOrCb);
|
|
1625
|
-
} else if (typeof cb === "function") {
|
|
1626
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1627
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1628
|
-
} else {
|
|
1629
|
-
return this.send(command, optionsOrCb);
|
|
1630
|
-
}
|
|
1631
|
-
}
|
|
1632
|
-
|
|
1633
|
-
/**
|
|
1634
|
-
* <p>Retrieves the firewall rule group associations that you have defined. Each association enables DNS filtering for a VPC with one rule group. </p>
|
|
1635
|
-
* <p>A single call might return only a partial list of the associations. For information, see <code>MaxResults</code>. </p>
|
|
1636
|
-
*/
|
|
1637
|
-
public listFirewallRuleGroupAssociations(
|
|
1638
|
-
args: ListFirewallRuleGroupAssociationsCommandInput,
|
|
1639
|
-
options?: __HttpHandlerOptions
|
|
1640
|
-
): Promise<ListFirewallRuleGroupAssociationsCommandOutput>;
|
|
1641
|
-
public listFirewallRuleGroupAssociations(
|
|
1642
|
-
args: ListFirewallRuleGroupAssociationsCommandInput,
|
|
1643
|
-
cb: (err: any, data?: ListFirewallRuleGroupAssociationsCommandOutput) => void
|
|
1644
|
-
): void;
|
|
1645
|
-
public listFirewallRuleGroupAssociations(
|
|
1646
|
-
args: ListFirewallRuleGroupAssociationsCommandInput,
|
|
1647
|
-
options: __HttpHandlerOptions,
|
|
1648
|
-
cb: (err: any, data?: ListFirewallRuleGroupAssociationsCommandOutput) => void
|
|
1649
|
-
): void;
|
|
1650
|
-
public listFirewallRuleGroupAssociations(
|
|
1651
|
-
args: ListFirewallRuleGroupAssociationsCommandInput,
|
|
1652
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListFirewallRuleGroupAssociationsCommandOutput) => void),
|
|
1653
|
-
cb?: (err: any, data?: ListFirewallRuleGroupAssociationsCommandOutput) => void
|
|
1654
|
-
): Promise<ListFirewallRuleGroupAssociationsCommandOutput> | void {
|
|
1655
|
-
const command = new ListFirewallRuleGroupAssociationsCommand(args);
|
|
1656
|
-
if (typeof optionsOrCb === "function") {
|
|
1657
|
-
this.send(command, optionsOrCb);
|
|
1658
|
-
} else if (typeof cb === "function") {
|
|
1659
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1660
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1661
|
-
} else {
|
|
1662
|
-
return this.send(command, optionsOrCb);
|
|
1663
|
-
}
|
|
1664
|
-
}
|
|
1665
|
-
|
|
1666
|
-
/**
|
|
1667
|
-
* <p>Retrieves the minimal high-level information for the rule groups that you have defined. </p>
|
|
1668
|
-
* <p>A single call might return only a partial list of the rule groups. For information, see <code>MaxResults</code>. </p>
|
|
1669
|
-
*/
|
|
1670
|
-
public listFirewallRuleGroups(
|
|
1671
|
-
args: ListFirewallRuleGroupsCommandInput,
|
|
1672
|
-
options?: __HttpHandlerOptions
|
|
1673
|
-
): Promise<ListFirewallRuleGroupsCommandOutput>;
|
|
1674
|
-
public listFirewallRuleGroups(
|
|
1675
|
-
args: ListFirewallRuleGroupsCommandInput,
|
|
1676
|
-
cb: (err: any, data?: ListFirewallRuleGroupsCommandOutput) => void
|
|
1677
|
-
): void;
|
|
1678
|
-
public listFirewallRuleGroups(
|
|
1679
|
-
args: ListFirewallRuleGroupsCommandInput,
|
|
1680
|
-
options: __HttpHandlerOptions,
|
|
1681
|
-
cb: (err: any, data?: ListFirewallRuleGroupsCommandOutput) => void
|
|
1682
|
-
): void;
|
|
1683
|
-
public listFirewallRuleGroups(
|
|
1684
|
-
args: ListFirewallRuleGroupsCommandInput,
|
|
1685
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListFirewallRuleGroupsCommandOutput) => void),
|
|
1686
|
-
cb?: (err: any, data?: ListFirewallRuleGroupsCommandOutput) => void
|
|
1687
|
-
): Promise<ListFirewallRuleGroupsCommandOutput> | void {
|
|
1688
|
-
const command = new ListFirewallRuleGroupsCommand(args);
|
|
1689
|
-
if (typeof optionsOrCb === "function") {
|
|
1690
|
-
this.send(command, optionsOrCb);
|
|
1691
|
-
} else if (typeof cb === "function") {
|
|
1692
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1693
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1694
|
-
} else {
|
|
1695
|
-
return this.send(command, optionsOrCb);
|
|
1696
|
-
}
|
|
1697
|
-
}
|
|
1698
|
-
|
|
1699
|
-
/**
|
|
1700
|
-
* <p>Retrieves the firewall rules that you have defined for the specified firewall rule group. DNS Firewall uses the rules in a rule group to filter DNS network traffic for a VPC. </p>
|
|
1701
|
-
* <p>A single call might return only a partial list of the rules. For information, see <code>MaxResults</code>. </p>
|
|
1702
|
-
*/
|
|
1703
|
-
public listFirewallRules(
|
|
1704
|
-
args: ListFirewallRulesCommandInput,
|
|
1705
|
-
options?: __HttpHandlerOptions
|
|
1706
|
-
): Promise<ListFirewallRulesCommandOutput>;
|
|
1707
|
-
public listFirewallRules(
|
|
1708
|
-
args: ListFirewallRulesCommandInput,
|
|
1709
|
-
cb: (err: any, data?: ListFirewallRulesCommandOutput) => void
|
|
1710
|
-
): void;
|
|
1711
|
-
public listFirewallRules(
|
|
1712
|
-
args: ListFirewallRulesCommandInput,
|
|
1713
|
-
options: __HttpHandlerOptions,
|
|
1714
|
-
cb: (err: any, data?: ListFirewallRulesCommandOutput) => void
|
|
1715
|
-
): void;
|
|
1716
|
-
public listFirewallRules(
|
|
1717
|
-
args: ListFirewallRulesCommandInput,
|
|
1718
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListFirewallRulesCommandOutput) => void),
|
|
1719
|
-
cb?: (err: any, data?: ListFirewallRulesCommandOutput) => void
|
|
1720
|
-
): Promise<ListFirewallRulesCommandOutput> | void {
|
|
1721
|
-
const command = new ListFirewallRulesCommand(args);
|
|
1722
|
-
if (typeof optionsOrCb === "function") {
|
|
1723
|
-
this.send(command, optionsOrCb);
|
|
1724
|
-
} else if (typeof cb === "function") {
|
|
1725
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1726
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1727
|
-
} else {
|
|
1728
|
-
return this.send(command, optionsOrCb);
|
|
1729
|
-
}
|
|
1730
|
-
}
|
|
1731
|
-
|
|
1732
|
-
/**
|
|
1733
|
-
* <p>Lists the configurations for DNSSEC validation that are associated with the current Amazon Web Services account.</p>
|
|
1734
|
-
*/
|
|
1735
|
-
public listResolverDnssecConfigs(
|
|
1736
|
-
args: ListResolverDnssecConfigsCommandInput,
|
|
1737
|
-
options?: __HttpHandlerOptions
|
|
1738
|
-
): Promise<ListResolverDnssecConfigsCommandOutput>;
|
|
1739
|
-
public listResolverDnssecConfigs(
|
|
1740
|
-
args: ListResolverDnssecConfigsCommandInput,
|
|
1741
|
-
cb: (err: any, data?: ListResolverDnssecConfigsCommandOutput) => void
|
|
1742
|
-
): void;
|
|
1743
|
-
public listResolverDnssecConfigs(
|
|
1744
|
-
args: ListResolverDnssecConfigsCommandInput,
|
|
1745
|
-
options: __HttpHandlerOptions,
|
|
1746
|
-
cb: (err: any, data?: ListResolverDnssecConfigsCommandOutput) => void
|
|
1747
|
-
): void;
|
|
1748
|
-
public listResolverDnssecConfigs(
|
|
1749
|
-
args: ListResolverDnssecConfigsCommandInput,
|
|
1750
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListResolverDnssecConfigsCommandOutput) => void),
|
|
1751
|
-
cb?: (err: any, data?: ListResolverDnssecConfigsCommandOutput) => void
|
|
1752
|
-
): Promise<ListResolverDnssecConfigsCommandOutput> | void {
|
|
1753
|
-
const command = new ListResolverDnssecConfigsCommand(args);
|
|
1754
|
-
if (typeof optionsOrCb === "function") {
|
|
1755
|
-
this.send(command, optionsOrCb);
|
|
1756
|
-
} else if (typeof cb === "function") {
|
|
1757
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1758
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1759
|
-
} else {
|
|
1760
|
-
return this.send(command, optionsOrCb);
|
|
1761
|
-
}
|
|
1762
|
-
}
|
|
1763
|
-
|
|
1764
|
-
/**
|
|
1765
|
-
* <p>Gets the IP addresses for a specified Resolver endpoint.</p>
|
|
1766
|
-
*/
|
|
1767
|
-
public listResolverEndpointIpAddresses(
|
|
1768
|
-
args: ListResolverEndpointIpAddressesCommandInput,
|
|
1769
|
-
options?: __HttpHandlerOptions
|
|
1770
|
-
): Promise<ListResolverEndpointIpAddressesCommandOutput>;
|
|
1771
|
-
public listResolverEndpointIpAddresses(
|
|
1772
|
-
args: ListResolverEndpointIpAddressesCommandInput,
|
|
1773
|
-
cb: (err: any, data?: ListResolverEndpointIpAddressesCommandOutput) => void
|
|
1774
|
-
): void;
|
|
1775
|
-
public listResolverEndpointIpAddresses(
|
|
1776
|
-
args: ListResolverEndpointIpAddressesCommandInput,
|
|
1777
|
-
options: __HttpHandlerOptions,
|
|
1778
|
-
cb: (err: any, data?: ListResolverEndpointIpAddressesCommandOutput) => void
|
|
1779
|
-
): void;
|
|
1780
|
-
public listResolverEndpointIpAddresses(
|
|
1781
|
-
args: ListResolverEndpointIpAddressesCommandInput,
|
|
1782
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListResolverEndpointIpAddressesCommandOutput) => void),
|
|
1783
|
-
cb?: (err: any, data?: ListResolverEndpointIpAddressesCommandOutput) => void
|
|
1784
|
-
): Promise<ListResolverEndpointIpAddressesCommandOutput> | void {
|
|
1785
|
-
const command = new ListResolverEndpointIpAddressesCommand(args);
|
|
1786
|
-
if (typeof optionsOrCb === "function") {
|
|
1787
|
-
this.send(command, optionsOrCb);
|
|
1788
|
-
} else if (typeof cb === "function") {
|
|
1789
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1790
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1791
|
-
} else {
|
|
1792
|
-
return this.send(command, optionsOrCb);
|
|
1793
|
-
}
|
|
1794
|
-
}
|
|
1795
|
-
|
|
1796
|
-
/**
|
|
1797
|
-
* <p>Lists all the Resolver endpoints that were created using the current Amazon Web Services account.</p>
|
|
1798
|
-
*/
|
|
1799
|
-
public listResolverEndpoints(
|
|
1800
|
-
args: ListResolverEndpointsCommandInput,
|
|
1801
|
-
options?: __HttpHandlerOptions
|
|
1802
|
-
): Promise<ListResolverEndpointsCommandOutput>;
|
|
1803
|
-
public listResolverEndpoints(
|
|
1804
|
-
args: ListResolverEndpointsCommandInput,
|
|
1805
|
-
cb: (err: any, data?: ListResolverEndpointsCommandOutput) => void
|
|
1806
|
-
): void;
|
|
1807
|
-
public listResolverEndpoints(
|
|
1808
|
-
args: ListResolverEndpointsCommandInput,
|
|
1809
|
-
options: __HttpHandlerOptions,
|
|
1810
|
-
cb: (err: any, data?: ListResolverEndpointsCommandOutput) => void
|
|
1811
|
-
): void;
|
|
1812
|
-
public listResolverEndpoints(
|
|
1813
|
-
args: ListResolverEndpointsCommandInput,
|
|
1814
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListResolverEndpointsCommandOutput) => void),
|
|
1815
|
-
cb?: (err: any, data?: ListResolverEndpointsCommandOutput) => void
|
|
1816
|
-
): Promise<ListResolverEndpointsCommandOutput> | void {
|
|
1817
|
-
const command = new ListResolverEndpointsCommand(args);
|
|
1818
|
-
if (typeof optionsOrCb === "function") {
|
|
1819
|
-
this.send(command, optionsOrCb);
|
|
1820
|
-
} else if (typeof cb === "function") {
|
|
1821
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1822
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1823
|
-
} else {
|
|
1824
|
-
return this.send(command, optionsOrCb);
|
|
1825
|
-
}
|
|
1826
|
-
}
|
|
1827
|
-
|
|
1828
|
-
/**
|
|
1829
|
-
* <p>Lists information about associations between Amazon VPCs and query logging configurations.</p>
|
|
1830
|
-
*/
|
|
1831
|
-
public listResolverQueryLogConfigAssociations(
|
|
1832
|
-
args: ListResolverQueryLogConfigAssociationsCommandInput,
|
|
1833
|
-
options?: __HttpHandlerOptions
|
|
1834
|
-
): Promise<ListResolverQueryLogConfigAssociationsCommandOutput>;
|
|
1835
|
-
public listResolverQueryLogConfigAssociations(
|
|
1836
|
-
args: ListResolverQueryLogConfigAssociationsCommandInput,
|
|
1837
|
-
cb: (err: any, data?: ListResolverQueryLogConfigAssociationsCommandOutput) => void
|
|
1838
|
-
): void;
|
|
1839
|
-
public listResolverQueryLogConfigAssociations(
|
|
1840
|
-
args: ListResolverQueryLogConfigAssociationsCommandInput,
|
|
1841
|
-
options: __HttpHandlerOptions,
|
|
1842
|
-
cb: (err: any, data?: ListResolverQueryLogConfigAssociationsCommandOutput) => void
|
|
1843
|
-
): void;
|
|
1844
|
-
public listResolverQueryLogConfigAssociations(
|
|
1845
|
-
args: ListResolverQueryLogConfigAssociationsCommandInput,
|
|
1846
|
-
optionsOrCb?:
|
|
1847
|
-
| __HttpHandlerOptions
|
|
1848
|
-
| ((err: any, data?: ListResolverQueryLogConfigAssociationsCommandOutput) => void),
|
|
1849
|
-
cb?: (err: any, data?: ListResolverQueryLogConfigAssociationsCommandOutput) => void
|
|
1850
|
-
): Promise<ListResolverQueryLogConfigAssociationsCommandOutput> | void {
|
|
1851
|
-
const command = new ListResolverQueryLogConfigAssociationsCommand(args);
|
|
1852
|
-
if (typeof optionsOrCb === "function") {
|
|
1853
|
-
this.send(command, optionsOrCb);
|
|
1854
|
-
} else if (typeof cb === "function") {
|
|
1855
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1856
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1857
|
-
} else {
|
|
1858
|
-
return this.send(command, optionsOrCb);
|
|
1859
|
-
}
|
|
1860
|
-
}
|
|
1861
|
-
|
|
1862
|
-
/**
|
|
1863
|
-
* <p>Lists information about the specified query logging configurations. Each configuration defines where you want Resolver to save
|
|
1864
|
-
* DNS query logs and specifies the VPCs that you want to log queries for.</p>
|
|
1865
|
-
*/
|
|
1866
|
-
public listResolverQueryLogConfigs(
|
|
1867
|
-
args: ListResolverQueryLogConfigsCommandInput,
|
|
1868
|
-
options?: __HttpHandlerOptions
|
|
1869
|
-
): Promise<ListResolverQueryLogConfigsCommandOutput>;
|
|
1870
|
-
public listResolverQueryLogConfigs(
|
|
1871
|
-
args: ListResolverQueryLogConfigsCommandInput,
|
|
1872
|
-
cb: (err: any, data?: ListResolverQueryLogConfigsCommandOutput) => void
|
|
1873
|
-
): void;
|
|
1874
|
-
public listResolverQueryLogConfigs(
|
|
1875
|
-
args: ListResolverQueryLogConfigsCommandInput,
|
|
1876
|
-
options: __HttpHandlerOptions,
|
|
1877
|
-
cb: (err: any, data?: ListResolverQueryLogConfigsCommandOutput) => void
|
|
1878
|
-
): void;
|
|
1879
|
-
public listResolverQueryLogConfigs(
|
|
1880
|
-
args: ListResolverQueryLogConfigsCommandInput,
|
|
1881
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListResolverQueryLogConfigsCommandOutput) => void),
|
|
1882
|
-
cb?: (err: any, data?: ListResolverQueryLogConfigsCommandOutput) => void
|
|
1883
|
-
): Promise<ListResolverQueryLogConfigsCommandOutput> | void {
|
|
1884
|
-
const command = new ListResolverQueryLogConfigsCommand(args);
|
|
1885
|
-
if (typeof optionsOrCb === "function") {
|
|
1886
|
-
this.send(command, optionsOrCb);
|
|
1887
|
-
} else if (typeof cb === "function") {
|
|
1888
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1889
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1890
|
-
} else {
|
|
1891
|
-
return this.send(command, optionsOrCb);
|
|
1892
|
-
}
|
|
1893
|
-
}
|
|
1894
|
-
|
|
1895
|
-
/**
|
|
1896
|
-
* <p>Lists the associations that were created between Resolver rules and VPCs using the current Amazon Web Services account.</p>
|
|
1897
|
-
*/
|
|
1898
|
-
public listResolverRuleAssociations(
|
|
1899
|
-
args: ListResolverRuleAssociationsCommandInput,
|
|
1900
|
-
options?: __HttpHandlerOptions
|
|
1901
|
-
): Promise<ListResolverRuleAssociationsCommandOutput>;
|
|
1902
|
-
public listResolverRuleAssociations(
|
|
1903
|
-
args: ListResolverRuleAssociationsCommandInput,
|
|
1904
|
-
cb: (err: any, data?: ListResolverRuleAssociationsCommandOutput) => void
|
|
1905
|
-
): void;
|
|
1906
|
-
public listResolverRuleAssociations(
|
|
1907
|
-
args: ListResolverRuleAssociationsCommandInput,
|
|
1908
|
-
options: __HttpHandlerOptions,
|
|
1909
|
-
cb: (err: any, data?: ListResolverRuleAssociationsCommandOutput) => void
|
|
1910
|
-
): void;
|
|
1911
|
-
public listResolverRuleAssociations(
|
|
1912
|
-
args: ListResolverRuleAssociationsCommandInput,
|
|
1913
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListResolverRuleAssociationsCommandOutput) => void),
|
|
1914
|
-
cb?: (err: any, data?: ListResolverRuleAssociationsCommandOutput) => void
|
|
1915
|
-
): Promise<ListResolverRuleAssociationsCommandOutput> | void {
|
|
1916
|
-
const command = new ListResolverRuleAssociationsCommand(args);
|
|
1917
|
-
if (typeof optionsOrCb === "function") {
|
|
1918
|
-
this.send(command, optionsOrCb);
|
|
1919
|
-
} else if (typeof cb === "function") {
|
|
1920
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1921
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1922
|
-
} else {
|
|
1923
|
-
return this.send(command, optionsOrCb);
|
|
1924
|
-
}
|
|
1925
|
-
}
|
|
1926
|
-
|
|
1927
|
-
/**
|
|
1928
|
-
* <p>Lists the Resolver rules that were created using the current Amazon Web Services account.</p>
|
|
1929
|
-
*/
|
|
1930
|
-
public listResolverRules(
|
|
1931
|
-
args: ListResolverRulesCommandInput,
|
|
1932
|
-
options?: __HttpHandlerOptions
|
|
1933
|
-
): Promise<ListResolverRulesCommandOutput>;
|
|
1934
|
-
public listResolverRules(
|
|
1935
|
-
args: ListResolverRulesCommandInput,
|
|
1936
|
-
cb: (err: any, data?: ListResolverRulesCommandOutput) => void
|
|
1937
|
-
): void;
|
|
1938
|
-
public listResolverRules(
|
|
1939
|
-
args: ListResolverRulesCommandInput,
|
|
1940
|
-
options: __HttpHandlerOptions,
|
|
1941
|
-
cb: (err: any, data?: ListResolverRulesCommandOutput) => void
|
|
1942
|
-
): void;
|
|
1943
|
-
public listResolverRules(
|
|
1944
|
-
args: ListResolverRulesCommandInput,
|
|
1945
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListResolverRulesCommandOutput) => void),
|
|
1946
|
-
cb?: (err: any, data?: ListResolverRulesCommandOutput) => void
|
|
1947
|
-
): Promise<ListResolverRulesCommandOutput> | void {
|
|
1948
|
-
const command = new ListResolverRulesCommand(args);
|
|
1949
|
-
if (typeof optionsOrCb === "function") {
|
|
1950
|
-
this.send(command, optionsOrCb);
|
|
1951
|
-
} else if (typeof cb === "function") {
|
|
1952
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1953
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1954
|
-
} else {
|
|
1955
|
-
return this.send(command, optionsOrCb);
|
|
1956
|
-
}
|
|
1957
|
-
}
|
|
1958
|
-
|
|
1959
|
-
/**
|
|
1960
|
-
* <p>Lists the tags that you associated with the specified resource.</p>
|
|
1961
|
-
*/
|
|
1962
|
-
public listTagsForResource(
|
|
1963
|
-
args: ListTagsForResourceCommandInput,
|
|
1964
|
-
options?: __HttpHandlerOptions
|
|
1965
|
-
): Promise<ListTagsForResourceCommandOutput>;
|
|
1966
|
-
public listTagsForResource(
|
|
1967
|
-
args: ListTagsForResourceCommandInput,
|
|
1968
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1969
|
-
): void;
|
|
1970
|
-
public listTagsForResource(
|
|
1971
|
-
args: ListTagsForResourceCommandInput,
|
|
1972
|
-
options: __HttpHandlerOptions,
|
|
1973
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1974
|
-
): void;
|
|
1975
|
-
public listTagsForResource(
|
|
1976
|
-
args: ListTagsForResourceCommandInput,
|
|
1977
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTagsForResourceCommandOutput) => void),
|
|
1978
|
-
cb?: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1979
|
-
): Promise<ListTagsForResourceCommandOutput> | void {
|
|
1980
|
-
const command = new ListTagsForResourceCommand(args);
|
|
1981
|
-
if (typeof optionsOrCb === "function") {
|
|
1982
|
-
this.send(command, optionsOrCb);
|
|
1983
|
-
} else if (typeof cb === "function") {
|
|
1984
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1985
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1986
|
-
} else {
|
|
1987
|
-
return this.send(command, optionsOrCb);
|
|
1988
|
-
}
|
|
1989
|
-
}
|
|
1990
|
-
|
|
1991
|
-
/**
|
|
1992
|
-
* <p>Attaches an Identity and Access Management (Amazon Web Services IAM) policy for sharing the rule
|
|
1993
|
-
* group. You can use the policy to share the rule group using Resource Access Manager
|
|
1994
|
-
* (RAM). </p>
|
|
1995
|
-
*/
|
|
1996
|
-
public putFirewallRuleGroupPolicy(
|
|
1997
|
-
args: PutFirewallRuleGroupPolicyCommandInput,
|
|
1998
|
-
options?: __HttpHandlerOptions
|
|
1999
|
-
): Promise<PutFirewallRuleGroupPolicyCommandOutput>;
|
|
2000
|
-
public putFirewallRuleGroupPolicy(
|
|
2001
|
-
args: PutFirewallRuleGroupPolicyCommandInput,
|
|
2002
|
-
cb: (err: any, data?: PutFirewallRuleGroupPolicyCommandOutput) => void
|
|
2003
|
-
): void;
|
|
2004
|
-
public putFirewallRuleGroupPolicy(
|
|
2005
|
-
args: PutFirewallRuleGroupPolicyCommandInput,
|
|
2006
|
-
options: __HttpHandlerOptions,
|
|
2007
|
-
cb: (err: any, data?: PutFirewallRuleGroupPolicyCommandOutput) => void
|
|
2008
|
-
): void;
|
|
2009
|
-
public putFirewallRuleGroupPolicy(
|
|
2010
|
-
args: PutFirewallRuleGroupPolicyCommandInput,
|
|
2011
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutFirewallRuleGroupPolicyCommandOutput) => void),
|
|
2012
|
-
cb?: (err: any, data?: PutFirewallRuleGroupPolicyCommandOutput) => void
|
|
2013
|
-
): Promise<PutFirewallRuleGroupPolicyCommandOutput> | void {
|
|
2014
|
-
const command = new PutFirewallRuleGroupPolicyCommand(args);
|
|
2015
|
-
if (typeof optionsOrCb === "function") {
|
|
2016
|
-
this.send(command, optionsOrCb);
|
|
2017
|
-
} else if (typeof cb === "function") {
|
|
2018
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2019
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2020
|
-
} else {
|
|
2021
|
-
return this.send(command, optionsOrCb);
|
|
2022
|
-
}
|
|
2023
|
-
}
|
|
2024
|
-
|
|
2025
|
-
/**
|
|
2026
|
-
* <p>Specifies an Amazon Web Services account that you want to share a query logging configuration with, the query logging configuration that you want to share,
|
|
2027
|
-
* and the operations that you want the account to be able to perform on the configuration.</p>
|
|
2028
|
-
*/
|
|
2029
|
-
public putResolverQueryLogConfigPolicy(
|
|
2030
|
-
args: PutResolverQueryLogConfigPolicyCommandInput,
|
|
2031
|
-
options?: __HttpHandlerOptions
|
|
2032
|
-
): Promise<PutResolverQueryLogConfigPolicyCommandOutput>;
|
|
2033
|
-
public putResolverQueryLogConfigPolicy(
|
|
2034
|
-
args: PutResolverQueryLogConfigPolicyCommandInput,
|
|
2035
|
-
cb: (err: any, data?: PutResolverQueryLogConfigPolicyCommandOutput) => void
|
|
2036
|
-
): void;
|
|
2037
|
-
public putResolverQueryLogConfigPolicy(
|
|
2038
|
-
args: PutResolverQueryLogConfigPolicyCommandInput,
|
|
2039
|
-
options: __HttpHandlerOptions,
|
|
2040
|
-
cb: (err: any, data?: PutResolverQueryLogConfigPolicyCommandOutput) => void
|
|
2041
|
-
): void;
|
|
2042
|
-
public putResolverQueryLogConfigPolicy(
|
|
2043
|
-
args: PutResolverQueryLogConfigPolicyCommandInput,
|
|
2044
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutResolverQueryLogConfigPolicyCommandOutput) => void),
|
|
2045
|
-
cb?: (err: any, data?: PutResolverQueryLogConfigPolicyCommandOutput) => void
|
|
2046
|
-
): Promise<PutResolverQueryLogConfigPolicyCommandOutput> | void {
|
|
2047
|
-
const command = new PutResolverQueryLogConfigPolicyCommand(args);
|
|
2048
|
-
if (typeof optionsOrCb === "function") {
|
|
2049
|
-
this.send(command, optionsOrCb);
|
|
2050
|
-
} else if (typeof cb === "function") {
|
|
2051
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2052
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2053
|
-
} else {
|
|
2054
|
-
return this.send(command, optionsOrCb);
|
|
2055
|
-
}
|
|
2056
|
-
}
|
|
2057
|
-
|
|
2058
|
-
/**
|
|
2059
|
-
* <p>Specifies an Amazon Web Services rule that you want to share with another account, the account that you want to share the rule with,
|
|
2060
|
-
* and the operations that you want the account to be able to perform on the rule.</p>
|
|
2061
|
-
*/
|
|
2062
|
-
public putResolverRulePolicy(
|
|
2063
|
-
args: PutResolverRulePolicyCommandInput,
|
|
2064
|
-
options?: __HttpHandlerOptions
|
|
2065
|
-
): Promise<PutResolverRulePolicyCommandOutput>;
|
|
2066
|
-
public putResolverRulePolicy(
|
|
2067
|
-
args: PutResolverRulePolicyCommandInput,
|
|
2068
|
-
cb: (err: any, data?: PutResolverRulePolicyCommandOutput) => void
|
|
2069
|
-
): void;
|
|
2070
|
-
public putResolverRulePolicy(
|
|
2071
|
-
args: PutResolverRulePolicyCommandInput,
|
|
2072
|
-
options: __HttpHandlerOptions,
|
|
2073
|
-
cb: (err: any, data?: PutResolverRulePolicyCommandOutput) => void
|
|
2074
|
-
): void;
|
|
2075
|
-
public putResolverRulePolicy(
|
|
2076
|
-
args: PutResolverRulePolicyCommandInput,
|
|
2077
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutResolverRulePolicyCommandOutput) => void),
|
|
2078
|
-
cb?: (err: any, data?: PutResolverRulePolicyCommandOutput) => void
|
|
2079
|
-
): Promise<PutResolverRulePolicyCommandOutput> | void {
|
|
2080
|
-
const command = new PutResolverRulePolicyCommand(args);
|
|
2081
|
-
if (typeof optionsOrCb === "function") {
|
|
2082
|
-
this.send(command, optionsOrCb);
|
|
2083
|
-
} else if (typeof cb === "function") {
|
|
2084
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2085
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2086
|
-
} else {
|
|
2087
|
-
return this.send(command, optionsOrCb);
|
|
2088
|
-
}
|
|
2089
|
-
}
|
|
2090
|
-
|
|
2091
|
-
/**
|
|
2092
|
-
* <p>Adds one or more tags to a specified resource.</p>
|
|
2093
|
-
*/
|
|
2094
|
-
public tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
2095
|
-
public tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
2096
|
-
public tagResource(
|
|
2097
|
-
args: TagResourceCommandInput,
|
|
2098
|
-
options: __HttpHandlerOptions,
|
|
2099
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
2100
|
-
): void;
|
|
2101
|
-
public tagResource(
|
|
2102
|
-
args: TagResourceCommandInput,
|
|
2103
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: TagResourceCommandOutput) => void),
|
|
2104
|
-
cb?: (err: any, data?: TagResourceCommandOutput) => void
|
|
2105
|
-
): Promise<TagResourceCommandOutput> | void {
|
|
2106
|
-
const command = new TagResourceCommand(args);
|
|
2107
|
-
if (typeof optionsOrCb === "function") {
|
|
2108
|
-
this.send(command, optionsOrCb);
|
|
2109
|
-
} else if (typeof cb === "function") {
|
|
2110
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2111
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2112
|
-
} else {
|
|
2113
|
-
return this.send(command, optionsOrCb);
|
|
2114
|
-
}
|
|
2115
|
-
}
|
|
2116
|
-
|
|
2117
|
-
/**
|
|
2118
|
-
* <p>Removes one or more tags from a specified resource.</p>
|
|
2119
|
-
*/
|
|
2120
|
-
public untagResource(
|
|
2121
|
-
args: UntagResourceCommandInput,
|
|
2122
|
-
options?: __HttpHandlerOptions
|
|
2123
|
-
): Promise<UntagResourceCommandOutput>;
|
|
2124
|
-
public untagResource(
|
|
2125
|
-
args: UntagResourceCommandInput,
|
|
2126
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
2127
|
-
): void;
|
|
2128
|
-
public untagResource(
|
|
2129
|
-
args: UntagResourceCommandInput,
|
|
2130
|
-
options: __HttpHandlerOptions,
|
|
2131
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
2132
|
-
): void;
|
|
2133
|
-
public untagResource(
|
|
2134
|
-
args: UntagResourceCommandInput,
|
|
2135
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UntagResourceCommandOutput) => void),
|
|
2136
|
-
cb?: (err: any, data?: UntagResourceCommandOutput) => void
|
|
2137
|
-
): Promise<UntagResourceCommandOutput> | void {
|
|
2138
|
-
const command = new UntagResourceCommand(args);
|
|
2139
|
-
if (typeof optionsOrCb === "function") {
|
|
2140
|
-
this.send(command, optionsOrCb);
|
|
2141
|
-
} else if (typeof cb === "function") {
|
|
2142
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2143
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2144
|
-
} else {
|
|
2145
|
-
return this.send(command, optionsOrCb);
|
|
2146
|
-
}
|
|
2147
|
-
}
|
|
2148
|
-
|
|
2149
|
-
/**
|
|
2150
|
-
* <p>Updates the configuration of the firewall behavior provided by DNS Firewall for a single
|
|
2151
|
-
* VPC from Amazon Virtual Private Cloud (Amazon VPC). </p>
|
|
2152
|
-
*/
|
|
2153
|
-
public updateFirewallConfig(
|
|
2154
|
-
args: UpdateFirewallConfigCommandInput,
|
|
2155
|
-
options?: __HttpHandlerOptions
|
|
2156
|
-
): Promise<UpdateFirewallConfigCommandOutput>;
|
|
2157
|
-
public updateFirewallConfig(
|
|
2158
|
-
args: UpdateFirewallConfigCommandInput,
|
|
2159
|
-
cb: (err: any, data?: UpdateFirewallConfigCommandOutput) => void
|
|
2160
|
-
): void;
|
|
2161
|
-
public updateFirewallConfig(
|
|
2162
|
-
args: UpdateFirewallConfigCommandInput,
|
|
2163
|
-
options: __HttpHandlerOptions,
|
|
2164
|
-
cb: (err: any, data?: UpdateFirewallConfigCommandOutput) => void
|
|
2165
|
-
): void;
|
|
2166
|
-
public updateFirewallConfig(
|
|
2167
|
-
args: UpdateFirewallConfigCommandInput,
|
|
2168
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateFirewallConfigCommandOutput) => void),
|
|
2169
|
-
cb?: (err: any, data?: UpdateFirewallConfigCommandOutput) => void
|
|
2170
|
-
): Promise<UpdateFirewallConfigCommandOutput> | void {
|
|
2171
|
-
const command = new UpdateFirewallConfigCommand(args);
|
|
2172
|
-
if (typeof optionsOrCb === "function") {
|
|
2173
|
-
this.send(command, optionsOrCb);
|
|
2174
|
-
} else if (typeof cb === "function") {
|
|
2175
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2176
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2177
|
-
} else {
|
|
2178
|
-
return this.send(command, optionsOrCb);
|
|
2179
|
-
}
|
|
2180
|
-
}
|
|
2181
|
-
|
|
2182
|
-
/**
|
|
2183
|
-
* <p>Updates the firewall domain list from an array of domain specifications. </p>
|
|
2184
|
-
*/
|
|
2185
|
-
public updateFirewallDomains(
|
|
2186
|
-
args: UpdateFirewallDomainsCommandInput,
|
|
2187
|
-
options?: __HttpHandlerOptions
|
|
2188
|
-
): Promise<UpdateFirewallDomainsCommandOutput>;
|
|
2189
|
-
public updateFirewallDomains(
|
|
2190
|
-
args: UpdateFirewallDomainsCommandInput,
|
|
2191
|
-
cb: (err: any, data?: UpdateFirewallDomainsCommandOutput) => void
|
|
2192
|
-
): void;
|
|
2193
|
-
public updateFirewallDomains(
|
|
2194
|
-
args: UpdateFirewallDomainsCommandInput,
|
|
2195
|
-
options: __HttpHandlerOptions,
|
|
2196
|
-
cb: (err: any, data?: UpdateFirewallDomainsCommandOutput) => void
|
|
2197
|
-
): void;
|
|
2198
|
-
public updateFirewallDomains(
|
|
2199
|
-
args: UpdateFirewallDomainsCommandInput,
|
|
2200
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateFirewallDomainsCommandOutput) => void),
|
|
2201
|
-
cb?: (err: any, data?: UpdateFirewallDomainsCommandOutput) => void
|
|
2202
|
-
): Promise<UpdateFirewallDomainsCommandOutput> | void {
|
|
2203
|
-
const command = new UpdateFirewallDomainsCommand(args);
|
|
2204
|
-
if (typeof optionsOrCb === "function") {
|
|
2205
|
-
this.send(command, optionsOrCb);
|
|
2206
|
-
} else if (typeof cb === "function") {
|
|
2207
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2208
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2209
|
-
} else {
|
|
2210
|
-
return this.send(command, optionsOrCb);
|
|
2211
|
-
}
|
|
2212
|
-
}
|
|
2213
|
-
|
|
2214
|
-
/**
|
|
2215
|
-
* <p>Updates the specified firewall rule. </p>
|
|
2216
|
-
*/
|
|
2217
|
-
public updateFirewallRule(
|
|
2218
|
-
args: UpdateFirewallRuleCommandInput,
|
|
2219
|
-
options?: __HttpHandlerOptions
|
|
2220
|
-
): Promise<UpdateFirewallRuleCommandOutput>;
|
|
2221
|
-
public updateFirewallRule(
|
|
2222
|
-
args: UpdateFirewallRuleCommandInput,
|
|
2223
|
-
cb: (err: any, data?: UpdateFirewallRuleCommandOutput) => void
|
|
2224
|
-
): void;
|
|
2225
|
-
public updateFirewallRule(
|
|
2226
|
-
args: UpdateFirewallRuleCommandInput,
|
|
2227
|
-
options: __HttpHandlerOptions,
|
|
2228
|
-
cb: (err: any, data?: UpdateFirewallRuleCommandOutput) => void
|
|
2229
|
-
): void;
|
|
2230
|
-
public updateFirewallRule(
|
|
2231
|
-
args: UpdateFirewallRuleCommandInput,
|
|
2232
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateFirewallRuleCommandOutput) => void),
|
|
2233
|
-
cb?: (err: any, data?: UpdateFirewallRuleCommandOutput) => void
|
|
2234
|
-
): Promise<UpdateFirewallRuleCommandOutput> | void {
|
|
2235
|
-
const command = new UpdateFirewallRuleCommand(args);
|
|
2236
|
-
if (typeof optionsOrCb === "function") {
|
|
2237
|
-
this.send(command, optionsOrCb);
|
|
2238
|
-
} else if (typeof cb === "function") {
|
|
2239
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2240
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2241
|
-
} else {
|
|
2242
|
-
return this.send(command, optionsOrCb);
|
|
2243
|
-
}
|
|
2244
|
-
}
|
|
2245
|
-
|
|
2246
|
-
/**
|
|
2247
|
-
* <p>Changes the association of a <a>FirewallRuleGroup</a> with a VPC. The association enables DNS filtering for the VPC. </p>
|
|
2248
|
-
*/
|
|
2249
|
-
public updateFirewallRuleGroupAssociation(
|
|
2250
|
-
args: UpdateFirewallRuleGroupAssociationCommandInput,
|
|
2251
|
-
options?: __HttpHandlerOptions
|
|
2252
|
-
): Promise<UpdateFirewallRuleGroupAssociationCommandOutput>;
|
|
2253
|
-
public updateFirewallRuleGroupAssociation(
|
|
2254
|
-
args: UpdateFirewallRuleGroupAssociationCommandInput,
|
|
2255
|
-
cb: (err: any, data?: UpdateFirewallRuleGroupAssociationCommandOutput) => void
|
|
2256
|
-
): void;
|
|
2257
|
-
public updateFirewallRuleGroupAssociation(
|
|
2258
|
-
args: UpdateFirewallRuleGroupAssociationCommandInput,
|
|
2259
|
-
options: __HttpHandlerOptions,
|
|
2260
|
-
cb: (err: any, data?: UpdateFirewallRuleGroupAssociationCommandOutput) => void
|
|
2261
|
-
): void;
|
|
2262
|
-
public updateFirewallRuleGroupAssociation(
|
|
2263
|
-
args: UpdateFirewallRuleGroupAssociationCommandInput,
|
|
2264
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateFirewallRuleGroupAssociationCommandOutput) => void),
|
|
2265
|
-
cb?: (err: any, data?: UpdateFirewallRuleGroupAssociationCommandOutput) => void
|
|
2266
|
-
): Promise<UpdateFirewallRuleGroupAssociationCommandOutput> | void {
|
|
2267
|
-
const command = new UpdateFirewallRuleGroupAssociationCommand(args);
|
|
2268
|
-
if (typeof optionsOrCb === "function") {
|
|
2269
|
-
this.send(command, optionsOrCb);
|
|
2270
|
-
} else if (typeof cb === "function") {
|
|
2271
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2272
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2273
|
-
} else {
|
|
2274
|
-
return this.send(command, optionsOrCb);
|
|
2275
|
-
}
|
|
2276
|
-
}
|
|
2277
|
-
|
|
2278
|
-
/**
|
|
2279
|
-
* <p>Updates an existing DNSSEC validation configuration. If there is no existing DNSSEC validation configuration, one is created.</p>
|
|
2280
|
-
*/
|
|
2281
|
-
public updateResolverDnssecConfig(
|
|
2282
|
-
args: UpdateResolverDnssecConfigCommandInput,
|
|
2283
|
-
options?: __HttpHandlerOptions
|
|
2284
|
-
): Promise<UpdateResolverDnssecConfigCommandOutput>;
|
|
2285
|
-
public updateResolverDnssecConfig(
|
|
2286
|
-
args: UpdateResolverDnssecConfigCommandInput,
|
|
2287
|
-
cb: (err: any, data?: UpdateResolverDnssecConfigCommandOutput) => void
|
|
2288
|
-
): void;
|
|
2289
|
-
public updateResolverDnssecConfig(
|
|
2290
|
-
args: UpdateResolverDnssecConfigCommandInput,
|
|
2291
|
-
options: __HttpHandlerOptions,
|
|
2292
|
-
cb: (err: any, data?: UpdateResolverDnssecConfigCommandOutput) => void
|
|
2293
|
-
): void;
|
|
2294
|
-
public updateResolverDnssecConfig(
|
|
2295
|
-
args: UpdateResolverDnssecConfigCommandInput,
|
|
2296
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateResolverDnssecConfigCommandOutput) => void),
|
|
2297
|
-
cb?: (err: any, data?: UpdateResolverDnssecConfigCommandOutput) => void
|
|
2298
|
-
): Promise<UpdateResolverDnssecConfigCommandOutput> | void {
|
|
2299
|
-
const command = new UpdateResolverDnssecConfigCommand(args);
|
|
2300
|
-
if (typeof optionsOrCb === "function") {
|
|
2301
|
-
this.send(command, optionsOrCb);
|
|
2302
|
-
} else if (typeof cb === "function") {
|
|
2303
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2304
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2305
|
-
} else {
|
|
2306
|
-
return this.send(command, optionsOrCb);
|
|
2307
|
-
}
|
|
2308
|
-
}
|
|
2309
|
-
|
|
2310
|
-
/**
|
|
2311
|
-
* <p>Updates the name of an inbound or an outbound Resolver endpoint. </p>
|
|
2312
|
-
*/
|
|
2313
|
-
public updateResolverEndpoint(
|
|
2314
|
-
args: UpdateResolverEndpointCommandInput,
|
|
2315
|
-
options?: __HttpHandlerOptions
|
|
2316
|
-
): Promise<UpdateResolverEndpointCommandOutput>;
|
|
2317
|
-
public updateResolverEndpoint(
|
|
2318
|
-
args: UpdateResolverEndpointCommandInput,
|
|
2319
|
-
cb: (err: any, data?: UpdateResolverEndpointCommandOutput) => void
|
|
2320
|
-
): void;
|
|
2321
|
-
public updateResolverEndpoint(
|
|
2322
|
-
args: UpdateResolverEndpointCommandInput,
|
|
2323
|
-
options: __HttpHandlerOptions,
|
|
2324
|
-
cb: (err: any, data?: UpdateResolverEndpointCommandOutput) => void
|
|
2325
|
-
): void;
|
|
2326
|
-
public updateResolverEndpoint(
|
|
2327
|
-
args: UpdateResolverEndpointCommandInput,
|
|
2328
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateResolverEndpointCommandOutput) => void),
|
|
2329
|
-
cb?: (err: any, data?: UpdateResolverEndpointCommandOutput) => void
|
|
2330
|
-
): Promise<UpdateResolverEndpointCommandOutput> | void {
|
|
2331
|
-
const command = new UpdateResolverEndpointCommand(args);
|
|
2332
|
-
if (typeof optionsOrCb === "function") {
|
|
2333
|
-
this.send(command, optionsOrCb);
|
|
2334
|
-
} else if (typeof cb === "function") {
|
|
2335
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2336
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2337
|
-
} else {
|
|
2338
|
-
return this.send(command, optionsOrCb);
|
|
2339
|
-
}
|
|
2340
|
-
}
|
|
2341
|
-
|
|
2342
|
-
/**
|
|
2343
|
-
* <p>Updates settings for a specified Resolver rule. <code>ResolverRuleId</code> is required, and all other parameters are optional.
|
|
2344
|
-
* If you don't specify a parameter, it retains its current value.</p>
|
|
2345
|
-
*/
|
|
2346
|
-
public updateResolverRule(
|
|
2347
|
-
args: UpdateResolverRuleCommandInput,
|
|
2348
|
-
options?: __HttpHandlerOptions
|
|
2349
|
-
): Promise<UpdateResolverRuleCommandOutput>;
|
|
2350
|
-
public updateResolverRule(
|
|
2351
|
-
args: UpdateResolverRuleCommandInput,
|
|
2352
|
-
cb: (err: any, data?: UpdateResolverRuleCommandOutput) => void
|
|
2353
|
-
): void;
|
|
2354
|
-
public updateResolverRule(
|
|
2355
|
-
args: UpdateResolverRuleCommandInput,
|
|
2356
|
-
options: __HttpHandlerOptions,
|
|
2357
|
-
cb: (err: any, data?: UpdateResolverRuleCommandOutput) => void
|
|
2358
|
-
): void;
|
|
2359
|
-
public updateResolverRule(
|
|
2360
|
-
args: UpdateResolverRuleCommandInput,
|
|
2361
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateResolverRuleCommandOutput) => void),
|
|
2362
|
-
cb?: (err: any, data?: UpdateResolverRuleCommandOutput) => void
|
|
2363
|
-
): Promise<UpdateResolverRuleCommandOutput> | void {
|
|
2364
|
-
const command = new UpdateResolverRuleCommand(args);
|
|
2365
|
-
if (typeof optionsOrCb === "function") {
|
|
2366
|
-
this.send(command, optionsOrCb);
|
|
2367
|
-
} else if (typeof cb === "function") {
|
|
2368
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2369
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2370
|
-
} else {
|
|
2371
|
-
return this.send(command, optionsOrCb);
|
|
2372
|
-
}
|
|
2373
|
-
}
|
|
2374
|
-
}
|