@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
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListResolverConfigsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "Route53ResolverClient";
|
|
29
|
-
const commandName = "ListResolverConfigsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "Route53Resolver",
|
|
38
|
-
operation: "ListResolverConfigs",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_ListResolverConfigsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_ListResolverConfigsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListResolverConfigsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("Route53Resolver", "ListResolverConfigs", {})
|
|
22
|
+
.n("Route53ResolverClient", "ListResolverConfigsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_ListResolverConfigsCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_ListResolverConfigsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListResolverConfigsCommand = ListResolverConfigsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListResolverDnssecConfigsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "Route53ResolverClient";
|
|
29
|
-
const commandName = "ListResolverDnssecConfigsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "Route53Resolver",
|
|
38
|
-
operation: "ListResolverDnssecConfigs",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_ListResolverDnssecConfigsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_ListResolverDnssecConfigsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListResolverDnssecConfigsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("Route53Resolver", "ListResolverDnssecConfigs", {})
|
|
22
|
+
.n("Route53ResolverClient", "ListResolverDnssecConfigsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_ListResolverDnssecConfigsCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_ListResolverDnssecConfigsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListResolverDnssecConfigsCommand = ListResolverDnssecConfigsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListResolverEndpointIpAddressesCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "Route53ResolverClient";
|
|
29
|
-
const commandName = "ListResolverEndpointIpAddressesCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "Route53Resolver",
|
|
38
|
-
operation: "ListResolverEndpointIpAddresses",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_ListResolverEndpointIpAddressesCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_ListResolverEndpointIpAddressesCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListResolverEndpointIpAddressesCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("Route53Resolver", "ListResolverEndpointIpAddresses", {})
|
|
22
|
+
.n("Route53ResolverClient", "ListResolverEndpointIpAddressesCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_ListResolverEndpointIpAddressesCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_ListResolverEndpointIpAddressesCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListResolverEndpointIpAddressesCommand = ListResolverEndpointIpAddressesCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListResolverEndpointsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "Route53ResolverClient";
|
|
29
|
-
const commandName = "ListResolverEndpointsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "Route53Resolver",
|
|
38
|
-
operation: "ListResolverEndpoints",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_ListResolverEndpointsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_ListResolverEndpointsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListResolverEndpointsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("Route53Resolver", "ListResolverEndpoints", {})
|
|
22
|
+
.n("Route53ResolverClient", "ListResolverEndpointsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_ListResolverEndpointsCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_ListResolverEndpointsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListResolverEndpointsCommand = ListResolverEndpointsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListResolverQueryLogConfigAssociationsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "Route53ResolverClient";
|
|
29
|
-
const commandName = "ListResolverQueryLogConfigAssociationsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "Route53Resolver",
|
|
38
|
-
operation: "ListResolverQueryLogConfigAssociations",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_ListResolverQueryLogConfigAssociationsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_ListResolverQueryLogConfigAssociationsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListResolverQueryLogConfigAssociationsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("Route53Resolver", "ListResolverQueryLogConfigAssociations", {})
|
|
22
|
+
.n("Route53ResolverClient", "ListResolverQueryLogConfigAssociationsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_ListResolverQueryLogConfigAssociationsCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_ListResolverQueryLogConfigAssociationsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListResolverQueryLogConfigAssociationsCommand = ListResolverQueryLogConfigAssociationsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListResolverQueryLogConfigsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "Route53ResolverClient";
|
|
29
|
-
const commandName = "ListResolverQueryLogConfigsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "Route53Resolver",
|
|
38
|
-
operation: "ListResolverQueryLogConfigs",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_ListResolverQueryLogConfigsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_ListResolverQueryLogConfigsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListResolverQueryLogConfigsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("Route53Resolver", "ListResolverQueryLogConfigs", {})
|
|
22
|
+
.n("Route53ResolverClient", "ListResolverQueryLogConfigsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_ListResolverQueryLogConfigsCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_ListResolverQueryLogConfigsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListResolverQueryLogConfigsCommand = ListResolverQueryLogConfigsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListResolverRuleAssociationsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "Route53ResolverClient";
|
|
29
|
-
const commandName = "ListResolverRuleAssociationsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "Route53Resolver",
|
|
38
|
-
operation: "ListResolverRuleAssociations",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_ListResolverRuleAssociationsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_ListResolverRuleAssociationsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListResolverRuleAssociationsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("Route53Resolver", "ListResolverRuleAssociations", {})
|
|
22
|
+
.n("Route53ResolverClient", "ListResolverRuleAssociationsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_ListResolverRuleAssociationsCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_ListResolverRuleAssociationsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListResolverRuleAssociationsCommand = ListResolverRuleAssociationsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListResolverRulesCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "Route53ResolverClient";
|
|
29
|
-
const commandName = "ListResolverRulesCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "Route53Resolver",
|
|
38
|
-
operation: "ListResolverRules",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_ListResolverRulesCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_ListResolverRulesCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListResolverRulesCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("Route53Resolver", "ListResolverRules", {})
|
|
22
|
+
.n("Route53ResolverClient", "ListResolverRulesCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_ListResolverRulesCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_ListResolverRulesCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListResolverRulesCommand = ListResolverRulesCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListTagsForResourceCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "Route53ResolverClient";
|
|
29
|
-
const commandName = "ListTagsForResourceCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "Route53Resolver",
|
|
38
|
-
operation: "ListTagsForResource",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_ListTagsForResourceCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_ListTagsForResourceCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListTagsForResourceCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("Route53Resolver", "ListTagsForResource", {})
|
|
22
|
+
.n("Route53ResolverClient", "ListTagsForResourceCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_ListTagsForResourceCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_ListTagsForResourceCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|