@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,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GetResolverEndpointRequest,
|
|
11
5
|
GetResolverEndpointResponse,
|
|
@@ -21,19 +15,16 @@ export interface GetResolverEndpointCommandInput
|
|
|
21
15
|
export interface GetResolverEndpointCommandOutput
|
|
22
16
|
extends GetResolverEndpointResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const GetResolverEndpointCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetResolverEndpointCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetResolverEndpointCommandInput,
|
|
23
|
+
GetResolverEndpointCommandOutput,
|
|
24
|
+
Route53ResolverClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetResolverEndpointCommand extends GetResolverEndpointCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GetResolverQueryLogConfigAssociationRequest,
|
|
11
5
|
GetResolverQueryLogConfigAssociationResponse,
|
|
@@ -21,22 +15,16 @@ export interface GetResolverQueryLogConfigAssociationCommandInput
|
|
|
21
15
|
export interface GetResolverQueryLogConfigAssociationCommandOutput
|
|
22
16
|
extends GetResolverQueryLogConfigAssociationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: GetResolverQueryLogConfigAssociationCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: GetResolverQueryLogConfigAssociationCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: Route53ResolverClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const GetResolverQueryLogConfigAssociationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetResolverQueryLogConfigAssociationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
GetResolverQueryLogConfigAssociationCommandInput,
|
|
38
|
-
GetResolverQueryLogConfigAssociationCommandOutput
|
|
23
|
+
GetResolverQueryLogConfigAssociationCommandOutput,
|
|
24
|
+
Route53ResolverClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetResolverQueryLogConfigAssociationCommand extends GetResolverQueryLogConfigAssociationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GetResolverQueryLogConfigRequest,
|
|
11
5
|
GetResolverQueryLogConfigResponse,
|
|
@@ -21,22 +15,16 @@ export interface GetResolverQueryLogConfigCommandInput
|
|
|
21
15
|
export interface GetResolverQueryLogConfigCommandOutput
|
|
22
16
|
extends GetResolverQueryLogConfigResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: GetResolverQueryLogConfigCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: GetResolverQueryLogConfigCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: Route53ResolverClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const GetResolverQueryLogConfigCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetResolverQueryLogConfigCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
GetResolverQueryLogConfigCommandInput,
|
|
38
|
-
GetResolverQueryLogConfigCommandOutput
|
|
23
|
+
GetResolverQueryLogConfigCommandOutput,
|
|
24
|
+
Route53ResolverClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetResolverQueryLogConfigCommand extends GetResolverQueryLogConfigCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GetResolverQueryLogConfigPolicyRequest,
|
|
11
5
|
GetResolverQueryLogConfigPolicyResponse,
|
|
@@ -21,22 +15,16 @@ export interface GetResolverQueryLogConfigPolicyCommandInput
|
|
|
21
15
|
export interface GetResolverQueryLogConfigPolicyCommandOutput
|
|
22
16
|
extends GetResolverQueryLogConfigPolicyResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: GetResolverQueryLogConfigPolicyCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: GetResolverQueryLogConfigPolicyCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: Route53ResolverClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const GetResolverQueryLogConfigPolicyCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetResolverQueryLogConfigPolicyCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
GetResolverQueryLogConfigPolicyCommandInput,
|
|
38
|
-
GetResolverQueryLogConfigPolicyCommandOutput
|
|
23
|
+
GetResolverQueryLogConfigPolicyCommandOutput,
|
|
24
|
+
Route53ResolverClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetResolverQueryLogConfigPolicyCommand extends GetResolverQueryLogConfigPolicyCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GetResolverRuleAssociationRequest,
|
|
11
5
|
GetResolverRuleAssociationResponse,
|
|
@@ -21,22 +15,16 @@ export interface GetResolverRuleAssociationCommandInput
|
|
|
21
15
|
export interface GetResolverRuleAssociationCommandOutput
|
|
22
16
|
extends GetResolverRuleAssociationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: GetResolverRuleAssociationCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: GetResolverRuleAssociationCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: Route53ResolverClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const GetResolverRuleAssociationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetResolverRuleAssociationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
GetResolverRuleAssociationCommandInput,
|
|
38
|
-
GetResolverRuleAssociationCommandOutput
|
|
23
|
+
GetResolverRuleAssociationCommandOutput,
|
|
24
|
+
Route53ResolverClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetResolverRuleAssociationCommand extends GetResolverRuleAssociationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GetResolverRuleRequest,
|
|
11
5
|
GetResolverRuleResponse,
|
|
@@ -20,19 +14,16 @@ export interface GetResolverRuleCommandInput extends GetResolverRuleRequest {}
|
|
|
20
14
|
export interface GetResolverRuleCommandOutput
|
|
21
15
|
extends GetResolverRuleResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const GetResolverRuleCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: GetResolverRuleCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
GetResolverRuleCommandInput,
|
|
22
|
+
GetResolverRuleCommandOutput,
|
|
23
|
+
Route53ResolverClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class GetResolverRuleCommand extends GetResolverRuleCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GetResolverRulePolicyRequest,
|
|
11
5
|
GetResolverRulePolicyResponse,
|
|
@@ -21,22 +15,16 @@ export interface GetResolverRulePolicyCommandInput
|
|
|
21
15
|
export interface GetResolverRulePolicyCommandOutput
|
|
22
16
|
extends GetResolverRulePolicyResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: GetResolverRulePolicyCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: GetResolverRulePolicyCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: Route53ResolverClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const GetResolverRulePolicyCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetResolverRulePolicyCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
GetResolverRulePolicyCommandInput,
|
|
38
|
-
GetResolverRulePolicyCommandOutput
|
|
23
|
+
GetResolverRulePolicyCommandOutput,
|
|
24
|
+
Route53ResolverClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetResolverRulePolicyCommand extends GetResolverRulePolicyCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ImportFirewallDomainsRequest,
|
|
11
5
|
ImportFirewallDomainsResponse,
|
|
@@ -21,22 +15,16 @@ export interface ImportFirewallDomainsCommandInput
|
|
|
21
15
|
export interface ImportFirewallDomainsCommandOutput
|
|
22
16
|
extends ImportFirewallDomainsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ImportFirewallDomainsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ImportFirewallDomainsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: Route53ResolverClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ImportFirewallDomainsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ImportFirewallDomainsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ImportFirewallDomainsCommandInput,
|
|
38
|
-
ImportFirewallDomainsCommandOutput
|
|
23
|
+
ImportFirewallDomainsCommandOutput,
|
|
24
|
+
Route53ResolverClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ImportFirewallDomainsCommand extends ImportFirewallDomainsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ListFirewallConfigsRequest,
|
|
11
5
|
ListFirewallConfigsResponse,
|
|
@@ -21,19 +15,16 @@ export interface ListFirewallConfigsCommandInput
|
|
|
21
15
|
export interface ListFirewallConfigsCommandOutput
|
|
22
16
|
extends ListFirewallConfigsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const ListFirewallConfigsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListFirewallConfigsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListFirewallConfigsCommandInput,
|
|
23
|
+
ListFirewallConfigsCommandOutput,
|
|
24
|
+
Route53ResolverClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListFirewallConfigsCommand extends ListFirewallConfigsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ListFirewallDomainListsRequest,
|
|
11
5
|
ListFirewallDomainListsResponse,
|
|
@@ -21,22 +15,16 @@ export interface ListFirewallDomainListsCommandInput
|
|
|
21
15
|
export interface ListFirewallDomainListsCommandOutput
|
|
22
16
|
extends ListFirewallDomainListsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ListFirewallDomainListsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ListFirewallDomainListsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: Route53ResolverClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ListFirewallDomainListsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListFirewallDomainListsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ListFirewallDomainListsCommandInput,
|
|
38
|
-
ListFirewallDomainListsCommandOutput
|
|
23
|
+
ListFirewallDomainListsCommandOutput,
|
|
24
|
+
Route53ResolverClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListFirewallDomainListsCommand extends ListFirewallDomainListsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ListFirewallDomainsRequest,
|
|
11
5
|
ListFirewallDomainsResponse,
|
|
@@ -21,19 +15,16 @@ export interface ListFirewallDomainsCommandInput
|
|
|
21
15
|
export interface ListFirewallDomainsCommandOutput
|
|
22
16
|
extends ListFirewallDomainsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const ListFirewallDomainsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListFirewallDomainsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListFirewallDomainsCommandInput,
|
|
23
|
+
ListFirewallDomainsCommandOutput,
|
|
24
|
+
Route53ResolverClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListFirewallDomainsCommand extends ListFirewallDomainsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ListFirewallRuleGroupAssociationsRequest,
|
|
11
5
|
ListFirewallRuleGroupAssociationsResponse,
|
|
@@ -21,22 +15,16 @@ export interface ListFirewallRuleGroupAssociationsCommandInput
|
|
|
21
15
|
export interface ListFirewallRuleGroupAssociationsCommandOutput
|
|
22
16
|
extends ListFirewallRuleGroupAssociationsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ListFirewallRuleGroupAssociationsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ListFirewallRuleGroupAssociationsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: Route53ResolverClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ListFirewallRuleGroupAssociationsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListFirewallRuleGroupAssociationsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ListFirewallRuleGroupAssociationsCommandInput,
|
|
38
|
-
ListFirewallRuleGroupAssociationsCommandOutput
|
|
23
|
+
ListFirewallRuleGroupAssociationsCommandOutput,
|
|
24
|
+
Route53ResolverClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListFirewallRuleGroupAssociationsCommand extends ListFirewallRuleGroupAssociationsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ListFirewallRuleGroupsRequest,
|
|
11
5
|
ListFirewallRuleGroupsResponse,
|
|
@@ -21,22 +15,16 @@ export interface ListFirewallRuleGroupsCommandInput
|
|
|
21
15
|
export interface ListFirewallRuleGroupsCommandOutput
|
|
22
16
|
extends ListFirewallRuleGroupsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ListFirewallRuleGroupsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ListFirewallRuleGroupsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: Route53ResolverClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ListFirewallRuleGroupsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListFirewallRuleGroupsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ListFirewallRuleGroupsCommandInput,
|
|
38
|
-
ListFirewallRuleGroupsCommandOutput
|
|
23
|
+
ListFirewallRuleGroupsCommandOutput,
|
|
24
|
+
Route53ResolverClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListFirewallRuleGroupsCommand extends ListFirewallRuleGroupsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ListFirewallRulesRequest,
|
|
11
5
|
ListFirewallRulesResponse,
|
|
@@ -21,19 +15,16 @@ export interface ListFirewallRulesCommandInput
|
|
|
21
15
|
export interface ListFirewallRulesCommandOutput
|
|
22
16
|
extends ListFirewallRulesResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const ListFirewallRulesCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListFirewallRulesCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListFirewallRulesCommandInput,
|
|
23
|
+
ListFirewallRulesCommandOutput,
|
|
24
|
+
Route53ResolverClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListFirewallRulesCommand extends ListFirewallRulesCommand_base {}
|