@aws-sdk/client-route53resolver 3.477.0 → 3.481.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/dist-cjs/commands/AssociateFirewallRuleGroupCommand.js +18 -41
- package/dist-cjs/commands/AssociateResolverEndpointIpAddressCommand.js +18 -41
- package/dist-cjs/commands/AssociateResolverQueryLogConfigCommand.js +18 -41
- package/dist-cjs/commands/AssociateResolverRuleCommand.js +18 -41
- package/dist-cjs/commands/CreateFirewallDomainListCommand.js +18 -41
- package/dist-cjs/commands/CreateFirewallRuleCommand.js +18 -41
- package/dist-cjs/commands/CreateFirewallRuleGroupCommand.js +18 -41
- package/dist-cjs/commands/CreateOutpostResolverCommand.js +18 -41
- package/dist-cjs/commands/CreateResolverEndpointCommand.js +18 -41
- package/dist-cjs/commands/CreateResolverQueryLogConfigCommand.js +18 -41
- package/dist-cjs/commands/CreateResolverRuleCommand.js +18 -41
- package/dist-cjs/commands/DeleteFirewallDomainListCommand.js +18 -41
- package/dist-cjs/commands/DeleteFirewallRuleCommand.js +18 -41
- package/dist-cjs/commands/DeleteFirewallRuleGroupCommand.js +18 -41
- package/dist-cjs/commands/DeleteOutpostResolverCommand.js +18 -41
- package/dist-cjs/commands/DeleteResolverEndpointCommand.js +18 -41
- package/dist-cjs/commands/DeleteResolverQueryLogConfigCommand.js +18 -41
- package/dist-cjs/commands/DeleteResolverRuleCommand.js +18 -41
- package/dist-cjs/commands/DisassociateFirewallRuleGroupCommand.js +18 -41
- package/dist-cjs/commands/DisassociateResolverEndpointIpAddressCommand.js +18 -41
- package/dist-cjs/commands/DisassociateResolverQueryLogConfigCommand.js +18 -41
- package/dist-cjs/commands/DisassociateResolverRuleCommand.js +18 -41
- package/dist-cjs/commands/GetFirewallConfigCommand.js +18 -41
- package/dist-cjs/commands/GetFirewallDomainListCommand.js +18 -41
- package/dist-cjs/commands/GetFirewallRuleGroupAssociationCommand.js +18 -41
- package/dist-cjs/commands/GetFirewallRuleGroupCommand.js +18 -41
- package/dist-cjs/commands/GetFirewallRuleGroupPolicyCommand.js +18 -41
- package/dist-cjs/commands/GetOutpostResolverCommand.js +18 -41
- package/dist-cjs/commands/GetResolverConfigCommand.js +18 -41
- package/dist-cjs/commands/GetResolverDnssecConfigCommand.js +18 -41
- package/dist-cjs/commands/GetResolverEndpointCommand.js +18 -41
- package/dist-cjs/commands/GetResolverQueryLogConfigAssociationCommand.js +18 -41
- package/dist-cjs/commands/GetResolverQueryLogConfigCommand.js +18 -41
- package/dist-cjs/commands/GetResolverQueryLogConfigPolicyCommand.js +18 -41
- package/dist-cjs/commands/GetResolverRuleAssociationCommand.js +18 -41
- package/dist-cjs/commands/GetResolverRuleCommand.js +18 -41
- package/dist-cjs/commands/GetResolverRulePolicyCommand.js +18 -41
- package/dist-cjs/commands/ImportFirewallDomainsCommand.js +18 -41
- package/dist-cjs/commands/ListFirewallConfigsCommand.js +18 -41
- package/dist-cjs/commands/ListFirewallDomainListsCommand.js +18 -41
- package/dist-cjs/commands/ListFirewallDomainsCommand.js +18 -41
- package/dist-cjs/commands/ListFirewallRuleGroupAssociationsCommand.js +18 -41
- package/dist-cjs/commands/ListFirewallRuleGroupsCommand.js +18 -41
- package/dist-cjs/commands/ListFirewallRulesCommand.js +18 -41
- package/dist-cjs/commands/ListOutpostResolversCommand.js +18 -41
- package/dist-cjs/commands/ListResolverConfigsCommand.js +18 -41
- package/dist-cjs/commands/ListResolverDnssecConfigsCommand.js +18 -41
- package/dist-cjs/commands/ListResolverEndpointIpAddressesCommand.js +18 -41
- package/dist-cjs/commands/ListResolverEndpointsCommand.js +18 -41
- package/dist-cjs/commands/ListResolverQueryLogConfigAssociationsCommand.js +18 -41
- package/dist-cjs/commands/ListResolverQueryLogConfigsCommand.js +18 -41
- package/dist-cjs/commands/ListResolverRuleAssociationsCommand.js +18 -41
- package/dist-cjs/commands/ListResolverRulesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/PutFirewallRuleGroupPolicyCommand.js +18 -41
- package/dist-cjs/commands/PutResolverQueryLogConfigPolicyCommand.js +18 -41
- package/dist-cjs/commands/PutResolverRulePolicyCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateFirewallConfigCommand.js +18 -41
- package/dist-cjs/commands/UpdateFirewallDomainsCommand.js +18 -41
- package/dist-cjs/commands/UpdateFirewallRuleCommand.js +18 -41
- package/dist-cjs/commands/UpdateFirewallRuleGroupAssociationCommand.js +18 -41
- package/dist-cjs/commands/UpdateOutpostResolverCommand.js +18 -41
- package/dist-cjs/commands/UpdateResolverConfigCommand.js +18 -41
- package/dist-cjs/commands/UpdateResolverDnssecConfigCommand.js +18 -41
- package/dist-cjs/commands/UpdateResolverEndpointCommand.js +18 -41
- package/dist-cjs/commands/UpdateResolverRuleCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListFirewallConfigsPaginator.js +2 -24
- package/dist-cjs/pagination/ListFirewallDomainListsPaginator.js +2 -24
- package/dist-cjs/pagination/ListFirewallDomainsPaginator.js +2 -24
- package/dist-cjs/pagination/ListFirewallRuleGroupAssociationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListFirewallRuleGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/ListFirewallRulesPaginator.js +2 -24
- package/dist-cjs/pagination/ListOutpostResolversPaginator.js +2 -24
- package/dist-cjs/pagination/ListResolverConfigsPaginator.js +2 -24
- package/dist-cjs/pagination/ListResolverDnssecConfigsPaginator.js +2 -24
- package/dist-cjs/pagination/ListResolverEndpointIpAddressesPaginator.js +2 -24
- package/dist-cjs/pagination/ListResolverEndpointsPaginator.js +2 -24
- package/dist-cjs/pagination/ListResolverQueryLogConfigAssociationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListResolverQueryLogConfigsPaginator.js +2 -24
- package/dist-cjs/pagination/ListResolverRuleAssociationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListResolverRulesPaginator.js +2 -24
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +2 -24
- package/dist-es/commands/AssociateFirewallRuleGroupCommand.js +18 -41
- package/dist-es/commands/AssociateResolverEndpointIpAddressCommand.js +18 -41
- package/dist-es/commands/AssociateResolverQueryLogConfigCommand.js +18 -41
- package/dist-es/commands/AssociateResolverRuleCommand.js +18 -41
- package/dist-es/commands/CreateFirewallDomainListCommand.js +18 -41
- package/dist-es/commands/CreateFirewallRuleCommand.js +18 -41
- package/dist-es/commands/CreateFirewallRuleGroupCommand.js +18 -41
- package/dist-es/commands/CreateOutpostResolverCommand.js +18 -41
- package/dist-es/commands/CreateResolverEndpointCommand.js +18 -41
- package/dist-es/commands/CreateResolverQueryLogConfigCommand.js +18 -41
- package/dist-es/commands/CreateResolverRuleCommand.js +18 -41
- package/dist-es/commands/DeleteFirewallDomainListCommand.js +18 -41
- package/dist-es/commands/DeleteFirewallRuleCommand.js +18 -41
- package/dist-es/commands/DeleteFirewallRuleGroupCommand.js +18 -41
- package/dist-es/commands/DeleteOutpostResolverCommand.js +18 -41
- package/dist-es/commands/DeleteResolverEndpointCommand.js +18 -41
- package/dist-es/commands/DeleteResolverQueryLogConfigCommand.js +18 -41
- package/dist-es/commands/DeleteResolverRuleCommand.js +18 -41
- package/dist-es/commands/DisassociateFirewallRuleGroupCommand.js +18 -41
- package/dist-es/commands/DisassociateResolverEndpointIpAddressCommand.js +18 -41
- package/dist-es/commands/DisassociateResolverQueryLogConfigCommand.js +18 -41
- package/dist-es/commands/DisassociateResolverRuleCommand.js +18 -41
- package/dist-es/commands/GetFirewallConfigCommand.js +18 -41
- package/dist-es/commands/GetFirewallDomainListCommand.js +18 -41
- package/dist-es/commands/GetFirewallRuleGroupAssociationCommand.js +18 -41
- package/dist-es/commands/GetFirewallRuleGroupCommand.js +18 -41
- package/dist-es/commands/GetFirewallRuleGroupPolicyCommand.js +18 -41
- package/dist-es/commands/GetOutpostResolverCommand.js +18 -41
- package/dist-es/commands/GetResolverConfigCommand.js +18 -41
- package/dist-es/commands/GetResolverDnssecConfigCommand.js +18 -41
- package/dist-es/commands/GetResolverEndpointCommand.js +18 -41
- package/dist-es/commands/GetResolverQueryLogConfigAssociationCommand.js +18 -41
- package/dist-es/commands/GetResolverQueryLogConfigCommand.js +18 -41
- package/dist-es/commands/GetResolverQueryLogConfigPolicyCommand.js +18 -41
- package/dist-es/commands/GetResolverRuleAssociationCommand.js +18 -41
- package/dist-es/commands/GetResolverRuleCommand.js +18 -41
- package/dist-es/commands/GetResolverRulePolicyCommand.js +18 -41
- package/dist-es/commands/ImportFirewallDomainsCommand.js +18 -41
- package/dist-es/commands/ListFirewallConfigsCommand.js +18 -41
- package/dist-es/commands/ListFirewallDomainListsCommand.js +18 -41
- package/dist-es/commands/ListFirewallDomainsCommand.js +18 -41
- package/dist-es/commands/ListFirewallRuleGroupAssociationsCommand.js +18 -41
- package/dist-es/commands/ListFirewallRuleGroupsCommand.js +18 -41
- package/dist-es/commands/ListFirewallRulesCommand.js +18 -41
- package/dist-es/commands/ListOutpostResolversCommand.js +18 -41
- package/dist-es/commands/ListResolverConfigsCommand.js +18 -41
- package/dist-es/commands/ListResolverDnssecConfigsCommand.js +18 -41
- package/dist-es/commands/ListResolverEndpointIpAddressesCommand.js +18 -41
- package/dist-es/commands/ListResolverEndpointsCommand.js +18 -41
- package/dist-es/commands/ListResolverQueryLogConfigAssociationsCommand.js +18 -41
- package/dist-es/commands/ListResolverQueryLogConfigsCommand.js +18 -41
- package/dist-es/commands/ListResolverRuleAssociationsCommand.js +18 -41
- package/dist-es/commands/ListResolverRulesCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/PutFirewallRuleGroupPolicyCommand.js +18 -41
- package/dist-es/commands/PutResolverQueryLogConfigPolicyCommand.js +18 -41
- package/dist-es/commands/PutResolverRulePolicyCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateFirewallConfigCommand.js +18 -41
- package/dist-es/commands/UpdateFirewallDomainsCommand.js +18 -41
- package/dist-es/commands/UpdateFirewallRuleCommand.js +18 -41
- package/dist-es/commands/UpdateFirewallRuleGroupAssociationCommand.js +18 -41
- package/dist-es/commands/UpdateOutpostResolverCommand.js +18 -41
- package/dist-es/commands/UpdateResolverConfigCommand.js +18 -41
- package/dist-es/commands/UpdateResolverDnssecConfigCommand.js +18 -41
- package/dist-es/commands/UpdateResolverEndpointCommand.js +18 -41
- package/dist-es/commands/UpdateResolverRuleCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListFirewallConfigsPaginator.js +2 -23
- package/dist-es/pagination/ListFirewallDomainListsPaginator.js +2 -23
- package/dist-es/pagination/ListFirewallDomainsPaginator.js +2 -23
- package/dist-es/pagination/ListFirewallRuleGroupAssociationsPaginator.js +2 -23
- package/dist-es/pagination/ListFirewallRuleGroupsPaginator.js +2 -23
- package/dist-es/pagination/ListFirewallRulesPaginator.js +2 -23
- package/dist-es/pagination/ListOutpostResolversPaginator.js +2 -23
- package/dist-es/pagination/ListResolverConfigsPaginator.js +2 -23
- package/dist-es/pagination/ListResolverDnssecConfigsPaginator.js +2 -23
- package/dist-es/pagination/ListResolverEndpointIpAddressesPaginator.js +2 -23
- package/dist-es/pagination/ListResolverEndpointsPaginator.js +2 -23
- package/dist-es/pagination/ListResolverQueryLogConfigAssociationsPaginator.js +2 -23
- package/dist-es/pagination/ListResolverQueryLogConfigsPaginator.js +2 -23
- package/dist-es/pagination/ListResolverRuleAssociationsPaginator.js +2 -23
- package/dist-es/pagination/ListResolverRulesPaginator.js +2 -23
- package/dist-es/pagination/ListTagsForResourcePaginator.js +2 -23
- package/dist-types/commands/AssociateFirewallRuleGroupCommand.d.ts +6 -21
- package/dist-types/commands/AssociateResolverEndpointIpAddressCommand.d.ts +6 -21
- package/dist-types/commands/AssociateResolverQueryLogConfigCommand.d.ts +6 -21
- package/dist-types/commands/AssociateResolverRuleCommand.d.ts +6 -21
- package/dist-types/commands/CreateFirewallDomainListCommand.d.ts +6 -21
- package/dist-types/commands/CreateFirewallRuleCommand.d.ts +6 -21
- package/dist-types/commands/CreateFirewallRuleGroupCommand.d.ts +6 -21
- package/dist-types/commands/CreateOutpostResolverCommand.d.ts +6 -21
- package/dist-types/commands/CreateResolverEndpointCommand.d.ts +6 -21
- package/dist-types/commands/CreateResolverQueryLogConfigCommand.d.ts +6 -21
- package/dist-types/commands/CreateResolverRuleCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFirewallDomainListCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFirewallRuleCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFirewallRuleGroupCommand.d.ts +6 -21
- package/dist-types/commands/DeleteOutpostResolverCommand.d.ts +6 -21
- package/dist-types/commands/DeleteResolverEndpointCommand.d.ts +6 -21
- package/dist-types/commands/DeleteResolverQueryLogConfigCommand.d.ts +6 -21
- package/dist-types/commands/DeleteResolverRuleCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateFirewallRuleGroupCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateResolverQueryLogConfigCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateResolverRuleCommand.d.ts +6 -21
- package/dist-types/commands/GetFirewallConfigCommand.d.ts +6 -21
- package/dist-types/commands/GetFirewallDomainListCommand.d.ts +6 -21
- package/dist-types/commands/GetFirewallRuleGroupAssociationCommand.d.ts +6 -21
- package/dist-types/commands/GetFirewallRuleGroupCommand.d.ts +6 -21
- package/dist-types/commands/GetFirewallRuleGroupPolicyCommand.d.ts +6 -21
- package/dist-types/commands/GetOutpostResolverCommand.d.ts +6 -21
- package/dist-types/commands/GetResolverConfigCommand.d.ts +6 -21
- package/dist-types/commands/GetResolverDnssecConfigCommand.d.ts +6 -21
- package/dist-types/commands/GetResolverEndpointCommand.d.ts +6 -21
- package/dist-types/commands/GetResolverQueryLogConfigAssociationCommand.d.ts +6 -21
- package/dist-types/commands/GetResolverQueryLogConfigCommand.d.ts +6 -21
- package/dist-types/commands/GetResolverQueryLogConfigPolicyCommand.d.ts +6 -21
- package/dist-types/commands/GetResolverRuleAssociationCommand.d.ts +6 -21
- package/dist-types/commands/GetResolverRuleCommand.d.ts +6 -21
- package/dist-types/commands/GetResolverRulePolicyCommand.d.ts +6 -21
- package/dist-types/commands/ImportFirewallDomainsCommand.d.ts +6 -21
- package/dist-types/commands/ListFirewallConfigsCommand.d.ts +6 -21
- package/dist-types/commands/ListFirewallDomainListsCommand.d.ts +6 -21
- package/dist-types/commands/ListFirewallDomainsCommand.d.ts +6 -21
- package/dist-types/commands/ListFirewallRuleGroupAssociationsCommand.d.ts +6 -21
- package/dist-types/commands/ListFirewallRuleGroupsCommand.d.ts +6 -21
- package/dist-types/commands/ListFirewallRulesCommand.d.ts +6 -21
- package/dist-types/commands/ListOutpostResolversCommand.d.ts +6 -21
- package/dist-types/commands/ListResolverConfigsCommand.d.ts +6 -21
- package/dist-types/commands/ListResolverDnssecConfigsCommand.d.ts +6 -21
- package/dist-types/commands/ListResolverEndpointIpAddressesCommand.d.ts +6 -21
- package/dist-types/commands/ListResolverEndpointsCommand.d.ts +6 -21
- package/dist-types/commands/ListResolverQueryLogConfigAssociationsCommand.d.ts +6 -21
- package/dist-types/commands/ListResolverQueryLogConfigsCommand.d.ts +6 -21
- package/dist-types/commands/ListResolverRuleAssociationsCommand.d.ts +6 -21
- package/dist-types/commands/ListResolverRulesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/PutFirewallRuleGroupPolicyCommand.d.ts +6 -21
- package/dist-types/commands/PutResolverQueryLogConfigPolicyCommand.d.ts +6 -21
- package/dist-types/commands/PutResolverRulePolicyCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFirewallConfigCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFirewallDomainsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFirewallRuleCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFirewallRuleGroupAssociationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateOutpostResolverCommand.d.ts +6 -21
- package/dist-types/commands/UpdateResolverConfigCommand.d.ts +6 -21
- package/dist-types/commands/UpdateResolverDnssecConfigCommand.d.ts +6 -21
- package/dist-types/commands/UpdateResolverEndpointCommand.d.ts +6 -21
- package/dist-types/commands/UpdateResolverRuleCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListFirewallConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFirewallDomainListsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFirewallDomainsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFirewallRuleGroupAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFirewallRuleGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFirewallRulesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOutpostResolversPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResolverConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResolverDnssecConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResolverEndpointIpAddressesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResolverEndpointsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResolverQueryLogConfigAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResolverQueryLogConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResolverRuleAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResolverRulesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateFirewallRuleGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AssociateResolverEndpointIpAddressCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AssociateResolverQueryLogConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AssociateResolverRuleCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateFirewallDomainListCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateFirewallRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateFirewallRuleGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateOutpostResolverCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateResolverEndpointCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateResolverQueryLogConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateResolverRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteFirewallDomainListCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteFirewallRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteFirewallRuleGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteOutpostResolverCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteResolverEndpointCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteResolverQueryLogConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteResolverRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisassociateFirewallRuleGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateResolverQueryLogConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateResolverRuleCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetFirewallConfigCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetFirewallDomainListCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetFirewallRuleGroupAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetFirewallRuleGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetFirewallRuleGroupPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetOutpostResolverCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetResolverConfigCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetResolverDnssecConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetResolverEndpointCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetResolverQueryLogConfigAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetResolverQueryLogConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetResolverQueryLogConfigPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetResolverRuleAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetResolverRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetResolverRulePolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ImportFirewallDomainsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListFirewallConfigsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListFirewallDomainListsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListFirewallDomainsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListFirewallRuleGroupAssociationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListFirewallRuleGroupsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListFirewallRulesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListOutpostResolversCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListResolverConfigsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListResolverDnssecConfigsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListResolverEndpointIpAddressesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListResolverEndpointsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListResolverQueryLogConfigAssociationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListResolverQueryLogConfigsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListResolverRuleAssociationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListResolverRulesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutFirewallRuleGroupPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutResolverQueryLogConfigPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutResolverRulePolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateFirewallConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateFirewallDomainsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateFirewallRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateFirewallRuleGroupAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateOutpostResolverCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateResolverConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateResolverDnssecConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateResolverEndpointCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateResolverRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListFirewallConfigsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFirewallDomainListsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFirewallDomainsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFirewallRuleGroupAssociationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFirewallRuleGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFirewallRulesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListOutpostResolversPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListResolverConfigsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListResolverDnssecConfigsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListResolverEndpointIpAddressesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListResolverEndpointsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListResolverQueryLogConfigAssociationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListResolverQueryLogConfigsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListResolverRuleAssociationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListResolverRulesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetResolverQueryLogConfigRequest, GetResolverQueryLogConfigResponse } from "../models/models_0";
|
|
5
4
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetResolverQueryLogConfigCommandInput extends GetResolverQueryL
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetResolverQueryLogConfigCommandOutput extends GetResolverQueryLogConfigResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetResolverQueryLogConfigCommand_base: {
|
|
24
|
+
new (input: GetResolverQueryLogConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetResolverQueryLogConfigCommandInput, GetResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets information about a specified Resolver query logging configuration, such as the number of VPCs that the configuration
|
|
@@ -81,23 +84,5 @@ export interface GetResolverQueryLogConfigCommandOutput extends GetResolverQuery
|
|
|
81
84
|
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
82
85
|
*
|
|
83
86
|
*/
|
|
84
|
-
export declare class GetResolverQueryLogConfigCommand extends
|
|
85
|
-
readonly input: GetResolverQueryLogConfigCommandInput;
|
|
86
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
-
/**
|
|
88
|
-
* @public
|
|
89
|
-
*/
|
|
90
|
-
constructor(input: GetResolverQueryLogConfigCommandInput);
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResolverQueryLogConfigCommandInput, GetResolverQueryLogConfigCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private serialize;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private deserialize;
|
|
87
|
+
export declare class GetResolverQueryLogConfigCommand extends GetResolverQueryLogConfigCommand_base {
|
|
103
88
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetResolverQueryLogConfigPolicyRequest, GetResolverQueryLogConfigPolicyResponse } from "../models/models_0";
|
|
5
4
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetResolverQueryLogConfigPolicyCommandInput extends GetResolver
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetResolverQueryLogConfigPolicyCommandOutput extends GetResolverQueryLogConfigPolicyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetResolverQueryLogConfigPolicyCommand_base: {
|
|
24
|
+
new (input: GetResolverQueryLogConfigPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetResolverQueryLogConfigPolicyCommandInput, GetResolverQueryLogConfigPolicyCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets information about a query logging policy. A query logging policy specifies the Resolver query logging
|
|
@@ -67,23 +70,5 @@ export interface GetResolverQueryLogConfigPolicyCommandOutput extends GetResolve
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class GetResolverQueryLogConfigPolicyCommand extends
|
|
71
|
-
readonly input: GetResolverQueryLogConfigPolicyCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: GetResolverQueryLogConfigPolicyCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResolverQueryLogConfigPolicyCommandInput, GetResolverQueryLogConfigPolicyCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class GetResolverQueryLogConfigPolicyCommand extends GetResolverQueryLogConfigPolicyCommand_base {
|
|
89
74
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetResolverRuleAssociationRequest, GetResolverRuleAssociationResponse } from "../models/models_0";
|
|
5
4
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetResolverRuleAssociationCommandInput extends GetResolverRuleA
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetResolverRuleAssociationCommandOutput extends GetResolverRuleAssociationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetResolverRuleAssociationCommand_base: {
|
|
24
|
+
new (input: GetResolverRuleAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetResolverRuleAssociationCommandInput, GetResolverRuleAssociationCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets information about an association between a specified Resolver rule and a VPC. You associate a Resolver rule and a VPC using
|
|
@@ -71,23 +74,5 @@ export interface GetResolverRuleAssociationCommandOutput extends GetResolverRule
|
|
|
71
74
|
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
72
75
|
*
|
|
73
76
|
*/
|
|
74
|
-
export declare class GetResolverRuleAssociationCommand extends
|
|
75
|
-
readonly input: GetResolverRuleAssociationCommandInput;
|
|
76
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
-
/**
|
|
78
|
-
* @public
|
|
79
|
-
*/
|
|
80
|
-
constructor(input: GetResolverRuleAssociationCommandInput);
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResolverRuleAssociationCommandInput, GetResolverRuleAssociationCommandOutput>;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private serialize;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private deserialize;
|
|
77
|
+
export declare class GetResolverRuleAssociationCommand extends GetResolverRuleAssociationCommand_base {
|
|
93
78
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetResolverRuleRequest, GetResolverRuleResponse } from "../models/models_0";
|
|
5
4
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetResolverRuleCommandInput extends GetResolverRuleRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetResolverRuleCommandOutput extends GetResolverRuleResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetResolverRuleCommand_base: {
|
|
24
|
+
new (input: GetResolverRuleCommandInput): import("@smithy/smithy-client").CommandImpl<GetResolverRuleCommandInput, GetResolverRuleCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <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
|
|
@@ -86,23 +89,5 @@ export interface GetResolverRuleCommandOutput extends GetResolverRuleResponse, _
|
|
|
86
89
|
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
87
90
|
*
|
|
88
91
|
*/
|
|
89
|
-
export declare class GetResolverRuleCommand extends
|
|
90
|
-
readonly input: GetResolverRuleCommandInput;
|
|
91
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
-
/**
|
|
93
|
-
* @public
|
|
94
|
-
*/
|
|
95
|
-
constructor(input: GetResolverRuleCommandInput);
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResolverRuleCommandInput, GetResolverRuleCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private serialize;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private deserialize;
|
|
92
|
+
export declare class GetResolverRuleCommand extends GetResolverRuleCommand_base {
|
|
108
93
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetResolverRulePolicyRequest, GetResolverRulePolicyResponse } from "../models/models_0";
|
|
5
4
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetResolverRulePolicyCommandInput extends GetResolverRulePolicy
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetResolverRulePolicyCommandOutput extends GetResolverRulePolicyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetResolverRulePolicyCommand_base: {
|
|
24
|
+
new (input: GetResolverRulePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetResolverRulePolicyCommandInput, GetResolverRulePolicyCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets information about the Resolver rule policy for a specified rule. A Resolver rule policy includes the rule that you want to share
|
|
@@ -64,23 +67,5 @@ export interface GetResolverRulePolicyCommandOutput extends GetResolverRulePolic
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class GetResolverRulePolicyCommand extends
|
|
68
|
-
readonly input: GetResolverRulePolicyCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: GetResolverRulePolicyCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResolverRulePolicyCommandInput, GetResolverRulePolicyCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class GetResolverRulePolicyCommand extends GetResolverRulePolicyCommand_base {
|
|
86
71
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ImportFirewallDomainsRequest, ImportFirewallDomainsResponse } from "../models/models_0";
|
|
5
4
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ImportFirewallDomainsCommandInput extends ImportFirewallDomains
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ImportFirewallDomainsCommandOutput extends ImportFirewallDomainsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ImportFirewallDomainsCommand_base: {
|
|
24
|
+
new (input: ImportFirewallDomainsCommandInput): import("@smithy/smithy-client").CommandImpl<ImportFirewallDomainsCommandInput, ImportFirewallDomainsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Imports domain names from a file into a domain list, for use in a DNS firewall rule group. </p>
|
|
@@ -95,23 +98,5 @@ export interface ImportFirewallDomainsCommandOutput extends ImportFirewallDomain
|
|
|
95
98
|
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
96
99
|
*
|
|
97
100
|
*/
|
|
98
|
-
export declare class ImportFirewallDomainsCommand extends
|
|
99
|
-
readonly input: ImportFirewallDomainsCommandInput;
|
|
100
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
101
|
-
/**
|
|
102
|
-
* @public
|
|
103
|
-
*/
|
|
104
|
-
constructor(input: ImportFirewallDomainsCommandInput);
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportFirewallDomainsCommandInput, ImportFirewallDomainsCommandOutput>;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private serialize;
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
private deserialize;
|
|
101
|
+
export declare class ImportFirewallDomainsCommand extends ImportFirewallDomainsCommand_base {
|
|
117
102
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListFirewallConfigsRequest, ListFirewallConfigsResponse } from "../models/models_0";
|
|
5
4
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListFirewallConfigsCommandInput extends ListFirewallConfigsRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListFirewallConfigsCommandOutput extends ListFirewallConfigsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListFirewallConfigsCommand_base: {
|
|
24
|
+
new (input: ListFirewallConfigsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFirewallConfigsCommandInput, ListFirewallConfigsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the firewall configurations that you have defined. DNS Firewall uses the configurations to manage firewall behavior for your VPCs. </p>
|
|
@@ -74,23 +77,5 @@ export interface ListFirewallConfigsCommandOutput extends ListFirewallConfigsRes
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class ListFirewallConfigsCommand extends
|
|
78
|
-
readonly input: ListFirewallConfigsCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: ListFirewallConfigsCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFirewallConfigsCommandInput, ListFirewallConfigsCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class ListFirewallConfigsCommand extends ListFirewallConfigsCommand_base {
|
|
96
81
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListFirewallDomainListsRequest, ListFirewallDomainListsResponse } from "../models/models_0";
|
|
5
4
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListFirewallDomainListsCommandInput extends ListFirewallDomainL
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListFirewallDomainListsCommandOutput extends ListFirewallDomainListsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListFirewallDomainListsCommand_base: {
|
|
24
|
+
new (input: ListFirewallDomainListsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFirewallDomainListsCommandInput, ListFirewallDomainListsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <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>
|
|
@@ -75,23 +78,5 @@ export interface ListFirewallDomainListsCommandOutput extends ListFirewallDomain
|
|
|
75
78
|
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
76
79
|
*
|
|
77
80
|
*/
|
|
78
|
-
export declare class ListFirewallDomainListsCommand extends
|
|
79
|
-
readonly input: ListFirewallDomainListsCommandInput;
|
|
80
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
constructor(input: ListFirewallDomainListsCommandInput);
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFirewallDomainListsCommandInput, ListFirewallDomainListsCommandOutput>;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private serialize;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private deserialize;
|
|
81
|
+
export declare class ListFirewallDomainListsCommand extends ListFirewallDomainListsCommand_base {
|
|
97
82
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListFirewallDomainsRequest, ListFirewallDomainsResponse } from "../models/models_0";
|
|
5
4
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListFirewallDomainsCommandInput extends ListFirewallDomainsRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListFirewallDomainsCommandOutput extends ListFirewallDomainsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListFirewallDomainsCommand_base: {
|
|
24
|
+
new (input: ListFirewallDomainsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFirewallDomainsCommandInput, ListFirewallDomainsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the domains that you have defined for the specified firewall domain list. </p>
|
|
@@ -73,23 +76,5 @@ export interface ListFirewallDomainsCommandOutput extends ListFirewallDomainsRes
|
|
|
73
76
|
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
74
77
|
*
|
|
75
78
|
*/
|
|
76
|
-
export declare class ListFirewallDomainsCommand extends
|
|
77
|
-
readonly input: ListFirewallDomainsCommandInput;
|
|
78
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
-
/**
|
|
80
|
-
* @public
|
|
81
|
-
*/
|
|
82
|
-
constructor(input: ListFirewallDomainsCommandInput);
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFirewallDomainsCommandInput, ListFirewallDomainsCommandOutput>;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private serialize;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private deserialize;
|
|
79
|
+
export declare class ListFirewallDomainsCommand extends ListFirewallDomainsCommand_base {
|
|
95
80
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListFirewallRuleGroupAssociationsRequest, ListFirewallRuleGroupAssociationsResponse } from "../models/models_0";
|
|
5
4
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListFirewallRuleGroupAssociationsCommandInput extends ListFirew
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListFirewallRuleGroupAssociationsCommandOutput extends ListFirewallRuleGroupAssociationsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListFirewallRuleGroupAssociationsCommand_base: {
|
|
24
|
+
new (input: ListFirewallRuleGroupAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFirewallRuleGroupAssociationsCommandInput, ListFirewallRuleGroupAssociationsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the firewall rule group associations that you have defined. Each association enables DNS filtering for a VPC with one rule group. </p>
|
|
@@ -87,23 +90,5 @@ export interface ListFirewallRuleGroupAssociationsCommandOutput extends ListFire
|
|
|
87
90
|
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
88
91
|
*
|
|
89
92
|
*/
|
|
90
|
-
export declare class ListFirewallRuleGroupAssociationsCommand extends
|
|
91
|
-
readonly input: ListFirewallRuleGroupAssociationsCommandInput;
|
|
92
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
-
/**
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
constructor(input: ListFirewallRuleGroupAssociationsCommandInput);
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFirewallRuleGroupAssociationsCommandInput, ListFirewallRuleGroupAssociationsCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private serialize;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private deserialize;
|
|
93
|
+
export declare class ListFirewallRuleGroupAssociationsCommand extends ListFirewallRuleGroupAssociationsCommand_base {
|
|
109
94
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListFirewallRuleGroupsRequest, ListFirewallRuleGroupsResponse } from "../models/models_0";
|
|
5
4
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListFirewallRuleGroupsCommandInput extends ListFirewallRuleGrou
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListFirewallRuleGroupsCommandOutput extends ListFirewallRuleGroupsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListFirewallRuleGroupsCommand_base: {
|
|
24
|
+
new (input: ListFirewallRuleGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFirewallRuleGroupsCommandInput, ListFirewallRuleGroupsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the minimal high-level information for the rule groups that you have defined. </p>
|
|
@@ -76,23 +79,5 @@ export interface ListFirewallRuleGroupsCommandOutput extends ListFirewallRuleGro
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class ListFirewallRuleGroupsCommand extends
|
|
80
|
-
readonly input: ListFirewallRuleGroupsCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: ListFirewallRuleGroupsCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFirewallRuleGroupsCommandInput, ListFirewallRuleGroupsCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class ListFirewallRuleGroupsCommand extends ListFirewallRuleGroupsCommand_base {
|
|
98
83
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListFirewallRulesRequest, ListFirewallRulesResponse } from "../models/models_0";
|
|
5
4
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListFirewallRulesCommandInput extends ListFirewallRulesRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListFirewallRulesCommandOutput extends ListFirewallRulesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListFirewallRulesCommand_base: {
|
|
24
|
+
new (input: ListFirewallRulesCommandInput): import("@smithy/smithy-client").CommandImpl<ListFirewallRulesCommandInput, ListFirewallRulesCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <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>
|
|
@@ -88,23 +91,5 @@ export interface ListFirewallRulesCommandOutput extends ListFirewallRulesRespons
|
|
|
88
91
|
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
89
92
|
*
|
|
90
93
|
*/
|
|
91
|
-
export declare class ListFirewallRulesCommand extends
|
|
92
|
-
readonly input: ListFirewallRulesCommandInput;
|
|
93
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
-
/**
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
constructor(input: ListFirewallRulesCommandInput);
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFirewallRulesCommandInput, ListFirewallRulesCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private serialize;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private deserialize;
|
|
94
|
+
export declare class ListFirewallRulesCommand extends ListFirewallRulesCommand_base {
|
|
110
95
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListOutpostResolversRequest, ListOutpostResolversResponse } from "../models/models_0";
|
|
5
4
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListOutpostResolversCommandInput extends ListOutpostResolversRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListOutpostResolversCommandOutput extends ListOutpostResolversResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListOutpostResolversCommand_base: {
|
|
24
|
+
new (input: ListOutpostResolversCommandInput): import("@smithy/smithy-client").CommandImpl<ListOutpostResolversCommandInput, ListOutpostResolversCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists all the Resolvers on Outposts that were created using the current Amazon Web Services account.</p>
|
|
@@ -84,23 +87,5 @@ export interface ListOutpostResolversCommandOutput extends ListOutpostResolversR
|
|
|
84
87
|
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
85
88
|
*
|
|
86
89
|
*/
|
|
87
|
-
export declare class ListOutpostResolversCommand extends
|
|
88
|
-
readonly input: ListOutpostResolversCommandInput;
|
|
89
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
constructor(input: ListOutpostResolversCommandInput);
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOutpostResolversCommandInput, ListOutpostResolversCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private serialize;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private deserialize;
|
|
90
|
+
export declare class ListOutpostResolversCommand extends ListOutpostResolversCommand_base {
|
|
106
91
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListResolverConfigsRequest, ListResolverConfigsResponse } from "../models/models_0";
|
|
5
4
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListResolverConfigsCommandInput extends ListResolverConfigsRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListResolverConfigsCommandOutput extends ListResolverConfigsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListResolverConfigsCommand_base: {
|
|
24
|
+
new (input: ListResolverConfigsCommandInput): import("@smithy/smithy-client").CommandImpl<ListResolverConfigsCommandInput, ListResolverConfigsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the Resolver configurations that you have defined.
|
|
@@ -83,23 +86,5 @@ export interface ListResolverConfigsCommandOutput extends ListResolverConfigsRes
|
|
|
83
86
|
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
84
87
|
*
|
|
85
88
|
*/
|
|
86
|
-
export declare class ListResolverConfigsCommand extends
|
|
87
|
-
readonly input: ListResolverConfigsCommandInput;
|
|
88
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
-
/**
|
|
90
|
-
* @public
|
|
91
|
-
*/
|
|
92
|
-
constructor(input: ListResolverConfigsCommandInput);
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResolverConfigsCommandInput, ListResolverConfigsCommandOutput>;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private serialize;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private deserialize;
|
|
89
|
+
export declare class ListResolverConfigsCommand extends ListResolverConfigsCommand_base {
|
|
105
90
|
}
|