@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,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_UpdateFirewallConfigCommand, se_UpdateFirewallConfigCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class UpdateFirewallConfigCommand 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 = "UpdateFirewallConfigCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Route53Resolver",
|
|
35
|
-
operation: "UpdateFirewallConfig",
|
|
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_UpdateFirewallConfigCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_UpdateFirewallConfigCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class UpdateFirewallConfigCommand 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", "UpdateFirewallConfig", {})
|
|
19
|
+
.n("Route53ResolverClient", "UpdateFirewallConfigCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdateFirewallConfigCommand)
|
|
22
|
+
.de(de_UpdateFirewallConfigCommand)
|
|
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_UpdateFirewallDomainsCommand, se_UpdateFirewallDomainsCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class UpdateFirewallDomainsCommand 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 = "UpdateFirewallDomainsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Route53Resolver",
|
|
35
|
-
operation: "UpdateFirewallDomains",
|
|
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_UpdateFirewallDomainsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_UpdateFirewallDomainsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class UpdateFirewallDomainsCommand 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", "UpdateFirewallDomains", {})
|
|
19
|
+
.n("Route53ResolverClient", "UpdateFirewallDomainsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdateFirewallDomainsCommand)
|
|
22
|
+
.de(de_UpdateFirewallDomainsCommand)
|
|
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_UpdateFirewallRuleCommand, se_UpdateFirewallRuleCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class UpdateFirewallRuleCommand 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 = "UpdateFirewallRuleCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Route53Resolver",
|
|
35
|
-
operation: "UpdateFirewallRule",
|
|
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_UpdateFirewallRuleCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_UpdateFirewallRuleCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class UpdateFirewallRuleCommand 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", "UpdateFirewallRule", {})
|
|
19
|
+
.n("Route53ResolverClient", "UpdateFirewallRuleCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdateFirewallRuleCommand)
|
|
22
|
+
.de(de_UpdateFirewallRuleCommand)
|
|
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_UpdateFirewallRuleGroupAssociationCommand, se_UpdateFirewallRuleGroupAssociationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class UpdateFirewallRuleGroupAssociationCommand 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 = "UpdateFirewallRuleGroupAssociationCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Route53Resolver",
|
|
35
|
-
operation: "UpdateFirewallRuleGroupAssociation",
|
|
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_UpdateFirewallRuleGroupAssociationCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_UpdateFirewallRuleGroupAssociationCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class UpdateFirewallRuleGroupAssociationCommand 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", "UpdateFirewallRuleGroupAssociation", {})
|
|
19
|
+
.n("Route53ResolverClient", "UpdateFirewallRuleGroupAssociationCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdateFirewallRuleGroupAssociationCommand)
|
|
22
|
+
.de(de_UpdateFirewallRuleGroupAssociationCommand)
|
|
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_UpdateOutpostResolverCommand, se_UpdateOutpostResolverCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class UpdateOutpostResolverCommand 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 = "UpdateOutpostResolverCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Route53Resolver",
|
|
35
|
-
operation: "UpdateOutpostResolver",
|
|
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_UpdateOutpostResolverCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_UpdateOutpostResolverCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class UpdateOutpostResolverCommand 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", "UpdateOutpostResolver", {})
|
|
19
|
+
.n("Route53ResolverClient", "UpdateOutpostResolverCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdateOutpostResolverCommand)
|
|
22
|
+
.de(de_UpdateOutpostResolverCommand)
|
|
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_UpdateResolverConfigCommand, se_UpdateResolverConfigCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class UpdateResolverConfigCommand 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 = "UpdateResolverConfigCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Route53Resolver",
|
|
35
|
-
operation: "UpdateResolverConfig",
|
|
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_UpdateResolverConfigCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_UpdateResolverConfigCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class UpdateResolverConfigCommand 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", "UpdateResolverConfig", {})
|
|
19
|
+
.n("Route53ResolverClient", "UpdateResolverConfigCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdateResolverConfigCommand)
|
|
22
|
+
.de(de_UpdateResolverConfigCommand)
|
|
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_UpdateResolverDnssecConfigCommand, se_UpdateResolverDnssecConfigCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class UpdateResolverDnssecConfigCommand 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 = "UpdateResolverDnssecConfigCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Route53Resolver",
|
|
35
|
-
operation: "UpdateResolverDnssecConfig",
|
|
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_UpdateResolverDnssecConfigCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_UpdateResolverDnssecConfigCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class UpdateResolverDnssecConfigCommand 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", "UpdateResolverDnssecConfig", {})
|
|
19
|
+
.n("Route53ResolverClient", "UpdateResolverDnssecConfigCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdateResolverDnssecConfigCommand)
|
|
22
|
+
.de(de_UpdateResolverDnssecConfigCommand)
|
|
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_UpdateResolverEndpointCommand, se_UpdateResolverEndpointCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class UpdateResolverEndpointCommand 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 = "UpdateResolverEndpointCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Route53Resolver",
|
|
35
|
-
operation: "UpdateResolverEndpoint",
|
|
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_UpdateResolverEndpointCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_UpdateResolverEndpointCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class UpdateResolverEndpointCommand 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", "UpdateResolverEndpoint", {})
|
|
19
|
+
.n("Route53ResolverClient", "UpdateResolverEndpointCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdateResolverEndpointCommand)
|
|
22
|
+
.de(de_UpdateResolverEndpointCommand)
|
|
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_UpdateResolverRuleCommand, se_UpdateResolverRuleCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class UpdateResolverRuleCommand 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 = "UpdateResolverRuleCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Route53Resolver",
|
|
35
|
-
operation: "UpdateResolverRule",
|
|
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_UpdateResolverRuleCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_UpdateResolverRuleCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class UpdateResolverRuleCommand 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", "UpdateResolverRule", {})
|
|
19
|
+
.n("Route53ResolverClient", "UpdateResolverRuleCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdateResolverRuleCommand)
|
|
22
|
+
.de(de_UpdateResolverRuleCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
|
|
|
6
6
|
defaultSigningName: "route53resolver",
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
|
+
export const commonParams = {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListFirewallConfigsCommand, } from "../commands/ListFirewallConfigsCommand";
|
|
2
3
|
import { Route53ResolverClient } from "../Route53ResolverClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListFirewallConfigsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListFirewallConfigs(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof Route53ResolverClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected Route53Resolver | Route53ResolverClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListFirewallConfigs = createPaginator(Route53ResolverClient, ListFirewallConfigsCommand, "NextToken", "NextToken", "MaxResults");
|