@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,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListResolverDnssecConfigs = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListResolverDnssecConfigsCommand_1 = require("../commands/ListResolverDnssecConfigsCommand");
|
|
5
6
|
const Route53ResolverClient_1 = require("../Route53ResolverClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListResolverDnssecConfigsCommand_1.ListResolverDnssecConfigsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListResolverDnssecConfigs(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.NextToken = token;
|
|
15
|
-
input["MaxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof Route53ResolverClient_1.Route53ResolverClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected Route53Resolver | Route53ResolverClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.NextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListResolverDnssecConfigs = paginateListResolverDnssecConfigs;
|
|
7
|
+
exports.paginateListResolverDnssecConfigs = (0, core_1.createPaginator)(Route53ResolverClient_1.Route53ResolverClient, ListResolverDnssecConfigsCommand_1.ListResolverDnssecConfigsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListResolverEndpointIpAddresses = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListResolverEndpointIpAddressesCommand_1 = require("../commands/ListResolverEndpointIpAddressesCommand");
|
|
5
6
|
const Route53ResolverClient_1 = require("../Route53ResolverClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListResolverEndpointIpAddressesCommand_1.ListResolverEndpointIpAddressesCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListResolverEndpointIpAddresses(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.NextToken = token;
|
|
15
|
-
input["MaxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof Route53ResolverClient_1.Route53ResolverClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected Route53Resolver | Route53ResolverClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.NextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListResolverEndpointIpAddresses = paginateListResolverEndpointIpAddresses;
|
|
7
|
+
exports.paginateListResolverEndpointIpAddresses = (0, core_1.createPaginator)(Route53ResolverClient_1.Route53ResolverClient, ListResolverEndpointIpAddressesCommand_1.ListResolverEndpointIpAddressesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListResolverEndpoints = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListResolverEndpointsCommand_1 = require("../commands/ListResolverEndpointsCommand");
|
|
5
6
|
const Route53ResolverClient_1 = require("../Route53ResolverClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListResolverEndpointsCommand_1.ListResolverEndpointsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListResolverEndpoints(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.NextToken = token;
|
|
15
|
-
input["MaxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof Route53ResolverClient_1.Route53ResolverClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected Route53Resolver | Route53ResolverClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.NextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListResolverEndpoints = paginateListResolverEndpoints;
|
|
7
|
+
exports.paginateListResolverEndpoints = (0, core_1.createPaginator)(Route53ResolverClient_1.Route53ResolverClient, ListResolverEndpointsCommand_1.ListResolverEndpointsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListResolverQueryLogConfigAssociations = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListResolverQueryLogConfigAssociationsCommand_1 = require("../commands/ListResolverQueryLogConfigAssociationsCommand");
|
|
5
6
|
const Route53ResolverClient_1 = require("../Route53ResolverClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListResolverQueryLogConfigAssociationsCommand_1.ListResolverQueryLogConfigAssociationsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListResolverQueryLogConfigAssociations(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.NextToken = token;
|
|
15
|
-
input["MaxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof Route53ResolverClient_1.Route53ResolverClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected Route53Resolver | Route53ResolverClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.NextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListResolverQueryLogConfigAssociations = paginateListResolverQueryLogConfigAssociations;
|
|
7
|
+
exports.paginateListResolverQueryLogConfigAssociations = (0, core_1.createPaginator)(Route53ResolverClient_1.Route53ResolverClient, ListResolverQueryLogConfigAssociationsCommand_1.ListResolverQueryLogConfigAssociationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListResolverQueryLogConfigs = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListResolverQueryLogConfigsCommand_1 = require("../commands/ListResolverQueryLogConfigsCommand");
|
|
5
6
|
const Route53ResolverClient_1 = require("../Route53ResolverClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListResolverQueryLogConfigsCommand_1.ListResolverQueryLogConfigsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListResolverQueryLogConfigs(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.NextToken = token;
|
|
15
|
-
input["MaxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof Route53ResolverClient_1.Route53ResolverClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected Route53Resolver | Route53ResolverClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.NextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListResolverQueryLogConfigs = paginateListResolverQueryLogConfigs;
|
|
7
|
+
exports.paginateListResolverQueryLogConfigs = (0, core_1.createPaginator)(Route53ResolverClient_1.Route53ResolverClient, ListResolverQueryLogConfigsCommand_1.ListResolverQueryLogConfigsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListResolverRuleAssociations = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListResolverRuleAssociationsCommand_1 = require("../commands/ListResolverRuleAssociationsCommand");
|
|
5
6
|
const Route53ResolverClient_1 = require("../Route53ResolverClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListResolverRuleAssociationsCommand_1.ListResolverRuleAssociationsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListResolverRuleAssociations(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.NextToken = token;
|
|
15
|
-
input["MaxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof Route53ResolverClient_1.Route53ResolverClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected Route53Resolver | Route53ResolverClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.NextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListResolverRuleAssociations = paginateListResolverRuleAssociations;
|
|
7
|
+
exports.paginateListResolverRuleAssociations = (0, core_1.createPaginator)(Route53ResolverClient_1.Route53ResolverClient, ListResolverRuleAssociationsCommand_1.ListResolverRuleAssociationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListResolverRules = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListResolverRulesCommand_1 = require("../commands/ListResolverRulesCommand");
|
|
5
6
|
const Route53ResolverClient_1 = require("../Route53ResolverClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListResolverRulesCommand_1.ListResolverRulesCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListResolverRules(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.NextToken = token;
|
|
15
|
-
input["MaxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof Route53ResolverClient_1.Route53ResolverClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected Route53Resolver | Route53ResolverClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.NextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListResolverRules = paginateListResolverRules;
|
|
7
|
+
exports.paginateListResolverRules = (0, core_1.createPaginator)(Route53ResolverClient_1.Route53ResolverClient, ListResolverRulesCommand_1.ListResolverRulesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListTagsForResource = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListTagsForResourceCommand_1 = require("../commands/ListTagsForResourceCommand");
|
|
5
6
|
const Route53ResolverClient_1 = require("../Route53ResolverClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListTagsForResourceCommand_1.ListTagsForResourceCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListTagsForResource(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.NextToken = token;
|
|
15
|
-
input["MaxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof Route53ResolverClient_1.Route53ResolverClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected Route53Resolver | Route53ResolverClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.NextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListTagsForResource = paginateListTagsForResource;
|
|
7
|
+
exports.paginateListTagsForResource = (0, core_1.createPaginator)(Route53ResolverClient_1.Route53ResolverClient, ListTagsForResourceCommand_1.ListTagsForResourceCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_AssociateFirewallRuleGroupCommand, se_AssociateFirewallRuleGroupCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class AssociateFirewallRuleGroupCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "Route53ResolverClient";
|
|
26
|
-
const commandName = "AssociateFirewallRuleGroupCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Route53Resolver",
|
|
35
|
-
operation: "AssociateFirewallRuleGroup",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_AssociateFirewallRuleGroupCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_AssociateFirewallRuleGroupCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class AssociateFirewallRuleGroupCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("Route53Resolver", "AssociateFirewallRuleGroup", {})
|
|
19
|
+
.n("Route53ResolverClient", "AssociateFirewallRuleGroupCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_AssociateFirewallRuleGroupCommand)
|
|
22
|
+
.de(de_AssociateFirewallRuleGroupCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_AssociateResolverEndpointIpAddressCommand, se_AssociateResolverEndpointIpAddressCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class AssociateResolverEndpointIpAddressCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "Route53ResolverClient";
|
|
26
|
-
const commandName = "AssociateResolverEndpointIpAddressCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Route53Resolver",
|
|
35
|
-
operation: "AssociateResolverEndpointIpAddress",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_AssociateResolverEndpointIpAddressCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_AssociateResolverEndpointIpAddressCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class AssociateResolverEndpointIpAddressCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("Route53Resolver", "AssociateResolverEndpointIpAddress", {})
|
|
19
|
+
.n("Route53ResolverClient", "AssociateResolverEndpointIpAddressCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_AssociateResolverEndpointIpAddressCommand)
|
|
22
|
+
.de(de_AssociateResolverEndpointIpAddressCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_AssociateResolverQueryLogConfigCommand, se_AssociateResolverQueryLogConfigCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class AssociateResolverQueryLogConfigCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "Route53ResolverClient";
|
|
26
|
-
const commandName = "AssociateResolverQueryLogConfigCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Route53Resolver",
|
|
35
|
-
operation: "AssociateResolverQueryLogConfig",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_AssociateResolverQueryLogConfigCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_AssociateResolverQueryLogConfigCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class AssociateResolverQueryLogConfigCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("Route53Resolver", "AssociateResolverQueryLogConfig", {})
|
|
19
|
+
.n("Route53ResolverClient", "AssociateResolverQueryLogConfigCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_AssociateResolverQueryLogConfigCommand)
|
|
22
|
+
.de(de_AssociateResolverQueryLogConfigCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_AssociateResolverRuleCommand, se_AssociateResolverRuleCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class AssociateResolverRuleCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "Route53ResolverClient";
|
|
26
|
-
const commandName = "AssociateResolverRuleCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Route53Resolver",
|
|
35
|
-
operation: "AssociateResolverRule",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_AssociateResolverRuleCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_AssociateResolverRuleCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class AssociateResolverRuleCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("Route53Resolver", "AssociateResolverRule", {})
|
|
19
|
+
.n("Route53ResolverClient", "AssociateResolverRuleCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_AssociateResolverRuleCommand)
|
|
22
|
+
.de(de_AssociateResolverRuleCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_CreateFirewallDomainListCommand, se_CreateFirewallDomainListCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class CreateFirewallDomainListCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "Route53ResolverClient";
|
|
26
|
-
const commandName = "CreateFirewallDomainListCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Route53Resolver",
|
|
35
|
-
operation: "CreateFirewallDomainList",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_CreateFirewallDomainListCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_CreateFirewallDomainListCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class CreateFirewallDomainListCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("Route53Resolver", "CreateFirewallDomainList", {})
|
|
19
|
+
.n("Route53ResolverClient", "CreateFirewallDomainListCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateFirewallDomainListCommand)
|
|
22
|
+
.de(de_CreateFirewallDomainListCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|