@aws-sdk/client-route53resolver 3.34.0 → 3.37.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/CHANGELOG.md +47 -0
- package/dist-cjs/Route53Resolver.js +907 -0
- package/dist-cjs/Route53ResolverClient.js +35 -0
- package/dist-cjs/commands/AssociateFirewallRuleGroupCommand.js +36 -0
- package/dist-cjs/commands/AssociateResolverEndpointIpAddressCommand.js +36 -0
- package/dist-cjs/commands/AssociateResolverQueryLogConfigCommand.js +36 -0
- package/dist-cjs/commands/AssociateResolverRuleCommand.js +36 -0
- package/dist-cjs/commands/CreateFirewallDomainListCommand.js +36 -0
- package/dist-cjs/commands/CreateFirewallRuleCommand.js +36 -0
- package/dist-cjs/commands/CreateFirewallRuleGroupCommand.js +36 -0
- package/dist-cjs/commands/CreateResolverEndpointCommand.js +36 -0
- package/dist-cjs/commands/CreateResolverQueryLogConfigCommand.js +36 -0
- package/dist-cjs/commands/CreateResolverRuleCommand.js +36 -0
- package/dist-cjs/commands/DeleteFirewallDomainListCommand.js +36 -0
- package/dist-cjs/commands/DeleteFirewallRuleCommand.js +36 -0
- package/dist-cjs/commands/DeleteFirewallRuleGroupCommand.js +36 -0
- package/dist-cjs/commands/DeleteResolverEndpointCommand.js +36 -0
- package/dist-cjs/commands/DeleteResolverQueryLogConfigCommand.js +36 -0
- package/dist-cjs/commands/DeleteResolverRuleCommand.js +36 -0
- package/dist-cjs/commands/DisassociateFirewallRuleGroupCommand.js +36 -0
- package/dist-cjs/commands/DisassociateResolverEndpointIpAddressCommand.js +36 -0
- package/dist-cjs/commands/DisassociateResolverQueryLogConfigCommand.js +36 -0
- package/dist-cjs/commands/DisassociateResolverRuleCommand.js +36 -0
- package/dist-cjs/commands/GetFirewallConfigCommand.js +36 -0
- package/dist-cjs/commands/GetFirewallDomainListCommand.js +36 -0
- package/dist-cjs/commands/GetFirewallRuleGroupAssociationCommand.js +36 -0
- package/dist-cjs/commands/GetFirewallRuleGroupCommand.js +36 -0
- package/dist-cjs/commands/GetFirewallRuleGroupPolicyCommand.js +36 -0
- package/dist-cjs/commands/GetResolverDnssecConfigCommand.js +36 -0
- package/dist-cjs/commands/GetResolverEndpointCommand.js +36 -0
- package/dist-cjs/commands/GetResolverQueryLogConfigAssociationCommand.js +36 -0
- package/dist-cjs/commands/GetResolverQueryLogConfigCommand.js +36 -0
- package/dist-cjs/commands/GetResolverQueryLogConfigPolicyCommand.js +36 -0
- package/dist-cjs/commands/GetResolverRuleAssociationCommand.js +36 -0
- package/dist-cjs/commands/GetResolverRuleCommand.js +36 -0
- package/dist-cjs/commands/GetResolverRulePolicyCommand.js +36 -0
- package/dist-cjs/commands/ImportFirewallDomainsCommand.js +36 -0
- package/dist-cjs/commands/ListFirewallConfigsCommand.js +36 -0
- package/dist-cjs/commands/ListFirewallDomainListsCommand.js +36 -0
- package/dist-cjs/commands/ListFirewallDomainsCommand.js +36 -0
- package/dist-cjs/commands/ListFirewallRuleGroupAssociationsCommand.js +36 -0
- package/dist-cjs/commands/ListFirewallRuleGroupsCommand.js +36 -0
- package/dist-cjs/commands/ListFirewallRulesCommand.js +36 -0
- package/dist-cjs/commands/ListResolverDnssecConfigsCommand.js +36 -0
- package/dist-cjs/commands/ListResolverEndpointIpAddressesCommand.js +36 -0
- package/dist-cjs/commands/ListResolverEndpointsCommand.js +36 -0
- package/dist-cjs/commands/ListResolverQueryLogConfigAssociationsCommand.js +36 -0
- package/dist-cjs/commands/ListResolverQueryLogConfigsCommand.js +36 -0
- package/dist-cjs/commands/ListResolverRuleAssociationsCommand.js +36 -0
- package/dist-cjs/commands/ListResolverRulesCommand.js +36 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/PutFirewallRuleGroupPolicyCommand.js +36 -0
- package/dist-cjs/commands/PutResolverQueryLogConfigPolicyCommand.js +36 -0
- package/dist-cjs/commands/PutResolverRulePolicyCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/dist-cjs/commands/UntagResourceCommand.js +36 -0
- package/dist-cjs/commands/UpdateFirewallConfigCommand.js +36 -0
- package/dist-cjs/commands/UpdateFirewallDomainsCommand.js +36 -0
- package/dist-cjs/commands/UpdateFirewallRuleCommand.js +36 -0
- package/dist-cjs/commands/UpdateFirewallRuleGroupAssociationCommand.js +36 -0
- package/dist-cjs/commands/UpdateResolverDnssecConfigCommand.js +36 -0
- package/dist-cjs/commands/UpdateResolverEndpointCommand.js +36 -0
- package/dist-cjs/commands/UpdateResolverRuleCommand.js +36 -0
- package/dist-cjs/endpoints.js +56 -0
- package/dist-cjs/index.js +81 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +1091 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListFirewallConfigsPaginator.js +35 -0
- package/dist-cjs/pagination/ListFirewallDomainListsPaginator.js +35 -0
- package/dist-cjs/pagination/ListFirewallDomainsPaginator.js +35 -0
- package/dist-cjs/pagination/ListFirewallRuleGroupAssociationsPaginator.js +35 -0
- package/dist-cjs/pagination/ListFirewallRuleGroupsPaginator.js +35 -0
- package/dist-cjs/pagination/ListFirewallRulesPaginator.js +35 -0
- package/dist-cjs/pagination/ListResolverDnssecConfigsPaginator.js +35 -0
- package/dist-cjs/pagination/ListResolverEndpointIpAddressesPaginator.js +35 -0
- package/dist-cjs/pagination/ListResolverEndpointsPaginator.js +35 -0
- package/dist-cjs/pagination/ListResolverQueryLogConfigAssociationsPaginator.js +35 -0
- package/dist-cjs/pagination/ListResolverQueryLogConfigsPaginator.js +35 -0
- package/dist-cjs/pagination/ListResolverRuleAssociationsPaginator.js +35 -0
- package/dist-cjs/pagination/ListResolverRulesPaginator.js +35 -0
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +35 -0
- package/dist-cjs/protocols/Aws_json1_1.js +7280 -0
- package/dist-cjs/runtimeConfig.browser.js +37 -0
- package/dist-cjs/runtimeConfig.js +42 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-es/Route53Resolver.js +910 -0
- package/dist-es/Route53ResolverClient.js +37 -0
- package/dist-es/commands/AssociateFirewallRuleGroupCommand.js +39 -0
- package/dist-es/commands/AssociateResolverEndpointIpAddressCommand.js +39 -0
- package/dist-es/commands/AssociateResolverQueryLogConfigCommand.js +39 -0
- package/dist-es/commands/AssociateResolverRuleCommand.js +39 -0
- package/dist-es/commands/CreateFirewallDomainListCommand.js +39 -0
- package/dist-es/commands/CreateFirewallRuleCommand.js +39 -0
- package/dist-es/commands/CreateFirewallRuleGroupCommand.js +39 -0
- package/dist-es/commands/CreateResolverEndpointCommand.js +39 -0
- package/dist-es/commands/CreateResolverQueryLogConfigCommand.js +39 -0
- package/dist-es/commands/CreateResolverRuleCommand.js +39 -0
- package/dist-es/commands/DeleteFirewallDomainListCommand.js +39 -0
- package/dist-es/commands/DeleteFirewallRuleCommand.js +39 -0
- package/dist-es/commands/DeleteFirewallRuleGroupCommand.js +39 -0
- package/dist-es/commands/DeleteResolverEndpointCommand.js +39 -0
- package/dist-es/commands/DeleteResolverQueryLogConfigCommand.js +39 -0
- package/dist-es/commands/DeleteResolverRuleCommand.js +39 -0
- package/dist-es/commands/DisassociateFirewallRuleGroupCommand.js +39 -0
- package/dist-es/commands/DisassociateResolverEndpointIpAddressCommand.js +39 -0
- package/dist-es/commands/DisassociateResolverQueryLogConfigCommand.js +39 -0
- package/dist-es/commands/DisassociateResolverRuleCommand.js +39 -0
- package/dist-es/commands/GetFirewallConfigCommand.js +39 -0
- package/dist-es/commands/GetFirewallDomainListCommand.js +39 -0
- package/dist-es/commands/GetFirewallRuleGroupAssociationCommand.js +39 -0
- package/dist-es/commands/GetFirewallRuleGroupCommand.js +39 -0
- package/dist-es/commands/GetFirewallRuleGroupPolicyCommand.js +39 -0
- package/dist-es/commands/GetResolverDnssecConfigCommand.js +39 -0
- package/dist-es/commands/GetResolverEndpointCommand.js +39 -0
- package/dist-es/commands/GetResolverQueryLogConfigAssociationCommand.js +39 -0
- package/dist-es/commands/GetResolverQueryLogConfigCommand.js +39 -0
- package/dist-es/commands/GetResolverQueryLogConfigPolicyCommand.js +39 -0
- package/dist-es/commands/GetResolverRuleAssociationCommand.js +39 -0
- package/dist-es/commands/GetResolverRuleCommand.js +39 -0
- package/dist-es/commands/GetResolverRulePolicyCommand.js +39 -0
- package/dist-es/commands/ImportFirewallDomainsCommand.js +39 -0
- package/dist-es/commands/ListFirewallConfigsCommand.js +39 -0
- package/dist-es/commands/ListFirewallDomainListsCommand.js +39 -0
- package/dist-es/commands/ListFirewallDomainsCommand.js +39 -0
- package/dist-es/commands/ListFirewallRuleGroupAssociationsCommand.js +39 -0
- package/dist-es/commands/ListFirewallRuleGroupsCommand.js +39 -0
- package/dist-es/commands/ListFirewallRulesCommand.js +39 -0
- package/dist-es/commands/ListResolverDnssecConfigsCommand.js +39 -0
- package/dist-es/commands/ListResolverEndpointIpAddressesCommand.js +39 -0
- package/dist-es/commands/ListResolverEndpointsCommand.js +39 -0
- package/dist-es/commands/ListResolverQueryLogConfigAssociationsCommand.js +39 -0
- package/dist-es/commands/ListResolverQueryLogConfigsCommand.js +39 -0
- package/dist-es/commands/ListResolverRuleAssociationsCommand.js +39 -0
- package/dist-es/commands/ListResolverRulesCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/PutFirewallRuleGroupPolicyCommand.js +39 -0
- package/dist-es/commands/PutResolverQueryLogConfigPolicyCommand.js +39 -0
- package/dist-es/commands/PutResolverRulePolicyCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateFirewallConfigCommand.js +39 -0
- package/dist-es/commands/UpdateFirewallDomainsCommand.js +39 -0
- package/dist-es/commands/UpdateFirewallRuleCommand.js +39 -0
- package/dist-es/commands/UpdateFirewallRuleGroupAssociationCommand.js +39 -0
- package/dist-es/commands/UpdateResolverDnssecConfigCommand.js +39 -0
- package/dist-es/commands/UpdateResolverEndpointCommand.js +39 -0
- package/dist-es/commands/UpdateResolverRuleCommand.js +39 -0
- package/dist-es/endpoints.js +52 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +774 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListFirewallConfigsPaginator.js +74 -0
- package/dist-es/pagination/ListFirewallDomainListsPaginator.js +74 -0
- package/dist-es/pagination/ListFirewallDomainsPaginator.js +74 -0
- package/dist-es/pagination/ListFirewallRuleGroupAssociationsPaginator.js +74 -0
- package/dist-es/pagination/ListFirewallRuleGroupsPaginator.js +74 -0
- package/dist-es/pagination/ListFirewallRulesPaginator.js +74 -0
- package/dist-es/pagination/ListResolverDnssecConfigsPaginator.js +74 -0
- package/dist-es/pagination/ListResolverEndpointIpAddressesPaginator.js +74 -0
- package/dist-es/pagination/ListResolverEndpointsPaginator.js +74 -0
- package/dist-es/pagination/ListResolverQueryLogConfigAssociationsPaginator.js +74 -0
- package/dist-es/pagination/ListResolverQueryLogConfigsPaginator.js +74 -0
- package/dist-es/pagination/ListResolverRuleAssociationsPaginator.js +74 -0
- package/dist-es/pagination/ListResolverRulesPaginator.js +74 -0
- package/dist-es/pagination/ListTagsForResourcePaginator.js +74 -0
- package/dist-es/protocols/Aws_json1_1.js +7617 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/Route53Resolver.d.ts +580 -0
- package/dist-types/Route53ResolverClient.d.ts +224 -0
- package/dist-types/commands/AssociateFirewallRuleGroupCommand.d.ts +35 -0
- package/dist-types/commands/AssociateResolverEndpointIpAddressCommand.d.ts +39 -0
- package/dist-types/commands/AssociateResolverQueryLogConfigCommand.d.ts +45 -0
- package/dist-types/commands/AssociateResolverRuleCommand.d.ts +38 -0
- package/dist-types/commands/CreateFirewallDomainListCommand.d.ts +35 -0
- package/dist-types/commands/CreateFirewallRuleCommand.d.ts +35 -0
- package/dist-types/commands/CreateFirewallRuleGroupCommand.d.ts +36 -0
- package/dist-types/commands/CreateResolverEndpointCommand.d.ts +45 -0
- package/dist-types/commands/CreateResolverQueryLogConfigCommand.d.ts +43 -0
- package/dist-types/commands/CreateResolverRuleCommand.d.ts +36 -0
- package/dist-types/commands/DeleteFirewallDomainListCommand.d.ts +35 -0
- package/dist-types/commands/DeleteFirewallRuleCommand.d.ts +35 -0
- package/dist-types/commands/DeleteFirewallRuleGroupCommand.d.ts +35 -0
- package/dist-types/commands/DeleteResolverEndpointCommand.d.ts +47 -0
- package/dist-types/commands/DeleteResolverQueryLogConfigCommand.d.ts +45 -0
- package/dist-types/commands/DeleteResolverRuleCommand.d.ts +37 -0
- package/dist-types/commands/DisassociateFirewallRuleGroupCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +39 -0
- package/dist-types/commands/DisassociateResolverQueryLogConfigCommand.d.ts +50 -0
- package/dist-types/commands/DisassociateResolverRuleCommand.d.ts +39 -0
- package/dist-types/commands/GetFirewallConfigCommand.d.ts +36 -0
- package/dist-types/commands/GetFirewallDomainListCommand.d.ts +35 -0
- package/dist-types/commands/GetFirewallRuleGroupAssociationCommand.d.ts +35 -0
- package/dist-types/commands/GetFirewallRuleGroupCommand.d.ts +35 -0
- package/dist-types/commands/GetFirewallRuleGroupPolicyCommand.d.ts +36 -0
- package/dist-types/commands/GetResolverDnssecConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetResolverEndpointCommand.d.ts +36 -0
- package/dist-types/commands/GetResolverQueryLogConfigAssociationCommand.d.ts +36 -0
- package/dist-types/commands/GetResolverQueryLogConfigCommand.d.ts +36 -0
- package/dist-types/commands/GetResolverQueryLogConfigPolicyCommand.d.ts +36 -0
- package/dist-types/commands/GetResolverRuleAssociationCommand.d.ts +36 -0
- package/dist-types/commands/GetResolverRuleCommand.d.ts +36 -0
- package/dist-types/commands/GetResolverRulePolicyCommand.d.ts +36 -0
- package/dist-types/commands/ImportFirewallDomainsCommand.d.ts +50 -0
- package/dist-types/commands/ListFirewallConfigsCommand.d.ts +36 -0
- package/dist-types/commands/ListFirewallDomainListsCommand.d.ts +36 -0
- package/dist-types/commands/ListFirewallDomainsCommand.d.ts +36 -0
- package/dist-types/commands/ListFirewallRuleGroupAssociationsCommand.d.ts +36 -0
- package/dist-types/commands/ListFirewallRuleGroupsCommand.d.ts +36 -0
- package/dist-types/commands/ListFirewallRulesCommand.d.ts +36 -0
- package/dist-types/commands/ListResolverDnssecConfigsCommand.d.ts +35 -0
- package/dist-types/commands/ListResolverEndpointIpAddressesCommand.d.ts +35 -0
- package/dist-types/commands/ListResolverEndpointsCommand.d.ts +35 -0
- package/dist-types/commands/ListResolverQueryLogConfigAssociationsCommand.d.ts +35 -0
- package/dist-types/commands/ListResolverQueryLogConfigsCommand.d.ts +36 -0
- package/dist-types/commands/ListResolverRuleAssociationsCommand.d.ts +35 -0
- package/dist-types/commands/ListResolverRulesCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/PutFirewallRuleGroupPolicyCommand.d.ts +37 -0
- package/dist-types/commands/PutResolverQueryLogConfigPolicyCommand.d.ts +36 -0
- package/dist-types/commands/PutResolverRulePolicyCommand.d.ts +36 -0
- package/dist-types/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateFirewallConfigCommand.d.ts +36 -0
- package/dist-types/commands/UpdateFirewallDomainsCommand.d.ts +35 -0
- package/dist-types/commands/UpdateFirewallRuleCommand.d.ts +35 -0
- package/dist-types/commands/UpdateFirewallRuleGroupAssociationCommand.d.ts +35 -0
- package/dist-types/commands/UpdateResolverDnssecConfigCommand.d.ts +35 -0
- package/dist-types/commands/UpdateResolverEndpointCommand.d.ts +35 -0
- package/dist-types/commands/UpdateResolverRuleCommand.d.ts +36 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListFirewallConfigsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFirewallDomainListsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFirewallDomainsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFirewallRuleGroupAssociationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFirewallRuleGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFirewallRulesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListResolverDnssecConfigsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListResolverEndpointIpAddressesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListResolverEndpointsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListResolverQueryLogConfigAssociationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListResolverQueryLogConfigsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListResolverRuleAssociationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListResolverRulesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +182 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/Route53Resolver.d.ts +305 -0
- package/dist-types/ts3.4/Route53ResolverClient.d.ts +127 -0
- package/dist-types/ts3.4/commands/AssociateFirewallRuleGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateResolverEndpointIpAddressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateResolverQueryLogConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateResolverRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFirewallDomainListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFirewallRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFirewallRuleGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateResolverEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateResolverQueryLogConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateResolverRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFirewallDomainListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFirewallRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFirewallRuleGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteResolverEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteResolverQueryLogConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteResolverRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateFirewallRuleGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateResolverQueryLogConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateResolverRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFirewallConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFirewallDomainListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFirewallRuleGroupAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFirewallRuleGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFirewallRuleGroupPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResolverDnssecConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResolverEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResolverQueryLogConfigAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResolverQueryLogConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResolverQueryLogConfigPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResolverRuleAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResolverRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResolverRulePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportFirewallDomainsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFirewallConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFirewallDomainListsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFirewallDomainsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFirewallRuleGroupAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFirewallRuleGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFirewallRulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResolverDnssecConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResolverEndpointIpAddressesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResolverEndpointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResolverQueryLogConfigAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResolverQueryLogConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResolverRuleAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResolverRulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutFirewallRuleGroupPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutResolverQueryLogConfigPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutResolverRulePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFirewallConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFirewallDomainsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFirewallRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFirewallRuleGroupAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateResolverDnssecConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateResolverEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateResolverRuleCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1921 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListFirewallConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFirewallDomainListsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFirewallDomainsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFirewallRuleGroupAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFirewallRuleGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFirewallRulesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListResolverDnssecConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListResolverEndpointIpAddressesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListResolverEndpointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListResolverQueryLogConfigAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListResolverQueryLogConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListResolverRuleAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListResolverRulesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +182 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +45 -42
- package/Route53Resolver.ts +0 -2374
- package/Route53ResolverClient.ts +0 -591
- package/commands/AssociateFirewallRuleGroupCommand.ts +0 -97
- package/commands/AssociateResolverEndpointIpAddressCommand.ts +0 -109
- package/commands/AssociateResolverQueryLogConfigCommand.ts +0 -112
- package/commands/AssociateResolverRuleCommand.ts +0 -97
- package/commands/CreateFirewallDomainListCommand.ts +0 -94
- package/commands/CreateFirewallRuleCommand.ts +0 -94
- package/commands/CreateFirewallRuleGroupCommand.ts +0 -95
- package/commands/CreateResolverEndpointCommand.ts +0 -104
- package/commands/CreateResolverQueryLogConfigCommand.ts +0 -107
- package/commands/CreateResolverRuleCommand.ts +0 -95
- package/commands/DeleteFirewallDomainListCommand.ts +0 -94
- package/commands/DeleteFirewallRuleCommand.ts +0 -94
- package/commands/DeleteFirewallRuleGroupCommand.ts +0 -94
- package/commands/DeleteResolverEndpointCommand.ts +0 -106
- package/commands/DeleteResolverQueryLogConfigCommand.ts +0 -109
- package/commands/DeleteResolverRuleCommand.ts +0 -96
- package/commands/DisassociateFirewallRuleGroupCommand.ts +0 -99
- package/commands/DisassociateResolverEndpointIpAddressCommand.ts +0 -110
- package/commands/DisassociateResolverQueryLogConfigCommand.ts +0 -120
- package/commands/DisassociateResolverRuleCommand.ts +0 -98
- package/commands/GetFirewallConfigCommand.ts +0 -95
- package/commands/GetFirewallDomainListCommand.ts +0 -94
- package/commands/GetFirewallRuleGroupAssociationCommand.ts +0 -102
- package/commands/GetFirewallRuleGroupCommand.ts +0 -94
- package/commands/GetFirewallRuleGroupPolicyCommand.ts +0 -98
- package/commands/GetResolverDnssecConfigCommand.ts +0 -94
- package/commands/GetResolverEndpointCommand.ts +0 -95
- package/commands/GetResolverQueryLogConfigAssociationCommand.ts +0 -106
- package/commands/GetResolverQueryLogConfigCommand.ts +0 -98
- package/commands/GetResolverQueryLogConfigPolicyCommand.ts +0 -103
- package/commands/GetResolverRuleAssociationCommand.ts +0 -98
- package/commands/GetResolverRuleCommand.ts +0 -95
- package/commands/GetResolverRulePolicyCommand.ts +0 -95
- package/commands/ImportFirewallDomainsCommand.ts +0 -109
- package/commands/ListFirewallConfigsCommand.ts +0 -95
- package/commands/ListFirewallDomainListsCommand.ts +0 -95
- package/commands/ListFirewallDomainsCommand.ts +0 -95
- package/commands/ListFirewallRuleGroupAssociationsCommand.ts +0 -106
- package/commands/ListFirewallRuleGroupsCommand.ts +0 -95
- package/commands/ListFirewallRulesCommand.ts +0 -95
- package/commands/ListResolverDnssecConfigsCommand.ts +0 -97
- package/commands/ListResolverEndpointIpAddressesCommand.ts +0 -102
- package/commands/ListResolverEndpointsCommand.ts +0 -94
- package/commands/ListResolverQueryLogConfigAssociationsCommand.ts +0 -106
- package/commands/ListResolverQueryLogConfigsCommand.ts +0 -100
- package/commands/ListResolverRuleAssociationsCommand.ts +0 -99
- package/commands/ListResolverRulesCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/PutFirewallRuleGroupPolicyCommand.ts +0 -99
- package/commands/PutResolverQueryLogConfigPolicyCommand.ts +0 -103
- package/commands/PutResolverRulePolicyCommand.ts +0 -95
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateFirewallConfigCommand.ts +0 -95
- package/commands/UpdateFirewallDomainsCommand.ts +0 -94
- package/commands/UpdateFirewallRuleCommand.ts +0 -94
- package/commands/UpdateFirewallRuleGroupAssociationCommand.ts +0 -105
- package/commands/UpdateResolverDnssecConfigCommand.ts +0 -97
- package/commands/UpdateResolverEndpointCommand.ts +0 -94
- package/commands/UpdateResolverRuleCommand.ts +0 -95
- package/dist/cjs/Route53Resolver.js +0 -943
- package/dist/cjs/Route53Resolver.js.map +0 -1
- package/dist/cjs/Route53ResolverClient.js +0 -76
- package/dist/cjs/Route53ResolverClient.js.map +0 -1
- package/dist/cjs/commands/AssociateFirewallRuleGroupCommand.js +0 -61
- package/dist/cjs/commands/AssociateFirewallRuleGroupCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateResolverEndpointIpAddressCommand.js +0 -65
- package/dist/cjs/commands/AssociateResolverEndpointIpAddressCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateResolverQueryLogConfigCommand.js +0 -71
- package/dist/cjs/commands/AssociateResolverQueryLogConfigCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateResolverRuleCommand.js +0 -64
- package/dist/cjs/commands/AssociateResolverRuleCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFirewallDomainListCommand.js +0 -61
- package/dist/cjs/commands/CreateFirewallDomainListCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFirewallRuleCommand.js +0 -61
- package/dist/cjs/commands/CreateFirewallRuleCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFirewallRuleGroupCommand.js +0 -62
- package/dist/cjs/commands/CreateFirewallRuleGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateResolverEndpointCommand.js +0 -71
- package/dist/cjs/commands/CreateResolverEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/CreateResolverQueryLogConfigCommand.js +0 -69
- package/dist/cjs/commands/CreateResolverQueryLogConfigCommand.js.map +0 -1
- package/dist/cjs/commands/CreateResolverRuleCommand.js +0 -62
- package/dist/cjs/commands/CreateResolverRuleCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFirewallDomainListCommand.js +0 -61
- package/dist/cjs/commands/DeleteFirewallDomainListCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFirewallRuleCommand.js +0 -61
- package/dist/cjs/commands/DeleteFirewallRuleCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFirewallRuleGroupCommand.js +0 -61
- package/dist/cjs/commands/DeleteFirewallRuleGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteResolverEndpointCommand.js +0 -73
- package/dist/cjs/commands/DeleteResolverEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteResolverQueryLogConfigCommand.js +0 -71
- package/dist/cjs/commands/DeleteResolverQueryLogConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteResolverRuleCommand.js +0 -63
- package/dist/cjs/commands/DeleteResolverRuleCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateFirewallRuleGroupCommand.js +0 -61
- package/dist/cjs/commands/DisassociateFirewallRuleGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateResolverEndpointIpAddressCommand.js +0 -65
- package/dist/cjs/commands/DisassociateResolverEndpointIpAddressCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateResolverQueryLogConfigCommand.js +0 -76
- package/dist/cjs/commands/DisassociateResolverQueryLogConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateResolverRuleCommand.js +0 -65
- package/dist/cjs/commands/DisassociateResolverRuleCommand.js.map +0 -1
- package/dist/cjs/commands/GetFirewallConfigCommand.js +0 -62
- package/dist/cjs/commands/GetFirewallConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetFirewallDomainListCommand.js +0 -61
- package/dist/cjs/commands/GetFirewallDomainListCommand.js.map +0 -1
- package/dist/cjs/commands/GetFirewallRuleGroupAssociationCommand.js +0 -61
- package/dist/cjs/commands/GetFirewallRuleGroupAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/GetFirewallRuleGroupCommand.js +0 -61
- package/dist/cjs/commands/GetFirewallRuleGroupCommand.js.map +0 -1
- package/dist/cjs/commands/GetFirewallRuleGroupPolicyCommand.js +0 -62
- package/dist/cjs/commands/GetFirewallRuleGroupPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetResolverDnssecConfigCommand.js +0 -61
- package/dist/cjs/commands/GetResolverDnssecConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetResolverEndpointCommand.js +0 -62
- package/dist/cjs/commands/GetResolverEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/GetResolverQueryLogConfigAssociationCommand.js +0 -62
- package/dist/cjs/commands/GetResolverQueryLogConfigAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/GetResolverQueryLogConfigCommand.js +0 -62
- package/dist/cjs/commands/GetResolverQueryLogConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetResolverQueryLogConfigPolicyCommand.js +0 -62
- package/dist/cjs/commands/GetResolverQueryLogConfigPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetResolverRuleAssociationCommand.js +0 -62
- package/dist/cjs/commands/GetResolverRuleAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/GetResolverRuleCommand.js +0 -62
- package/dist/cjs/commands/GetResolverRuleCommand.js.map +0 -1
- package/dist/cjs/commands/GetResolverRulePolicyCommand.js +0 -62
- package/dist/cjs/commands/GetResolverRulePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/ImportFirewallDomainsCommand.js +0 -76
- package/dist/cjs/commands/ImportFirewallDomainsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFirewallConfigsCommand.js +0 -62
- package/dist/cjs/commands/ListFirewallConfigsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFirewallDomainListsCommand.js +0 -62
- package/dist/cjs/commands/ListFirewallDomainListsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFirewallDomainsCommand.js +0 -62
- package/dist/cjs/commands/ListFirewallDomainsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFirewallRuleGroupAssociationsCommand.js +0 -62
- package/dist/cjs/commands/ListFirewallRuleGroupAssociationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFirewallRuleGroupsCommand.js +0 -62
- package/dist/cjs/commands/ListFirewallRuleGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFirewallRulesCommand.js +0 -62
- package/dist/cjs/commands/ListFirewallRulesCommand.js.map +0 -1
- package/dist/cjs/commands/ListResolverDnssecConfigsCommand.js +0 -61
- package/dist/cjs/commands/ListResolverDnssecConfigsCommand.js.map +0 -1
- package/dist/cjs/commands/ListResolverEndpointIpAddressesCommand.js +0 -61
- package/dist/cjs/commands/ListResolverEndpointIpAddressesCommand.js.map +0 -1
- package/dist/cjs/commands/ListResolverEndpointsCommand.js +0 -61
- package/dist/cjs/commands/ListResolverEndpointsCommand.js.map +0 -1
- package/dist/cjs/commands/ListResolverQueryLogConfigAssociationsCommand.js +0 -61
- package/dist/cjs/commands/ListResolverQueryLogConfigAssociationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListResolverQueryLogConfigsCommand.js +0 -62
- package/dist/cjs/commands/ListResolverQueryLogConfigsCommand.js.map +0 -1
- package/dist/cjs/commands/ListResolverRuleAssociationsCommand.js +0 -61
- package/dist/cjs/commands/ListResolverRuleAssociationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListResolverRulesCommand.js +0 -61
- package/dist/cjs/commands/ListResolverRulesCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -61
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/PutFirewallRuleGroupPolicyCommand.js +0 -63
- package/dist/cjs/commands/PutFirewallRuleGroupPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/PutResolverQueryLogConfigPolicyCommand.js +0 -62
- package/dist/cjs/commands/PutResolverQueryLogConfigPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/PutResolverRulePolicyCommand.js +0 -62
- package/dist/cjs/commands/PutResolverRulePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -61
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -61
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFirewallConfigCommand.js +0 -62
- package/dist/cjs/commands/UpdateFirewallConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFirewallDomainsCommand.js +0 -61
- package/dist/cjs/commands/UpdateFirewallDomainsCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFirewallRuleCommand.js +0 -61
- package/dist/cjs/commands/UpdateFirewallRuleCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFirewallRuleGroupAssociationCommand.js +0 -61
- package/dist/cjs/commands/UpdateFirewallRuleGroupAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateResolverDnssecConfigCommand.js +0 -61
- package/dist/cjs/commands/UpdateResolverDnssecConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateResolverEndpointCommand.js +0 -61
- package/dist/cjs/commands/UpdateResolverEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateResolverRuleCommand.js +0 -62
- package/dist/cjs/commands/UpdateResolverRuleCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -57
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -82
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -1560
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListFirewallConfigsPaginator.js +0 -46
- package/dist/cjs/pagination/ListFirewallConfigsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListFirewallDomainListsPaginator.js +0 -46
- package/dist/cjs/pagination/ListFirewallDomainListsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListFirewallDomainsPaginator.js +0 -46
- package/dist/cjs/pagination/ListFirewallDomainsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListFirewallRuleGroupAssociationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListFirewallRuleGroupAssociationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListFirewallRuleGroupsPaginator.js +0 -46
- package/dist/cjs/pagination/ListFirewallRuleGroupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListFirewallRulesPaginator.js +0 -46
- package/dist/cjs/pagination/ListFirewallRulesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListResolverDnssecConfigsPaginator.js +0 -46
- package/dist/cjs/pagination/ListResolverDnssecConfigsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListResolverEndpointIpAddressesPaginator.js +0 -46
- package/dist/cjs/pagination/ListResolverEndpointIpAddressesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListResolverEndpointsPaginator.js +0 -46
- package/dist/cjs/pagination/ListResolverEndpointsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListResolverQueryLogConfigAssociationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListResolverQueryLogConfigAssociationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListResolverQueryLogConfigsPaginator.js +0 -46
- package/dist/cjs/pagination/ListResolverQueryLogConfigsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListResolverRuleAssociationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListResolverRuleAssociationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListResolverRulesPaginator.js +0 -46
- package/dist/cjs/pagination/ListResolverRulesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTagsForResourcePaginator.js +0 -46
- package/dist/cjs/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js +0 -7286
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/Route53Resolver.js +0 -911
- package/dist/es/Route53Resolver.js.map +0 -1
- package/dist/es/Route53ResolverClient.js +0 -38
- package/dist/es/Route53ResolverClient.js.map +0 -1
- package/dist/es/commands/AssociateFirewallRuleGroupCommand.js +0 -40
- package/dist/es/commands/AssociateFirewallRuleGroupCommand.js.map +0 -1
- package/dist/es/commands/AssociateResolverEndpointIpAddressCommand.js +0 -40
- package/dist/es/commands/AssociateResolverEndpointIpAddressCommand.js.map +0 -1
- package/dist/es/commands/AssociateResolverQueryLogConfigCommand.js +0 -40
- package/dist/es/commands/AssociateResolverQueryLogConfigCommand.js.map +0 -1
- package/dist/es/commands/AssociateResolverRuleCommand.js +0 -40
- package/dist/es/commands/AssociateResolverRuleCommand.js.map +0 -1
- package/dist/es/commands/CreateFirewallDomainListCommand.js +0 -40
- package/dist/es/commands/CreateFirewallDomainListCommand.js.map +0 -1
- package/dist/es/commands/CreateFirewallRuleCommand.js +0 -40
- package/dist/es/commands/CreateFirewallRuleCommand.js.map +0 -1
- package/dist/es/commands/CreateFirewallRuleGroupCommand.js +0 -40
- package/dist/es/commands/CreateFirewallRuleGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateResolverEndpointCommand.js +0 -40
- package/dist/es/commands/CreateResolverEndpointCommand.js.map +0 -1
- package/dist/es/commands/CreateResolverQueryLogConfigCommand.js +0 -40
- package/dist/es/commands/CreateResolverQueryLogConfigCommand.js.map +0 -1
- package/dist/es/commands/CreateResolverRuleCommand.js +0 -40
- package/dist/es/commands/CreateResolverRuleCommand.js.map +0 -1
- package/dist/es/commands/DeleteFirewallDomainListCommand.js +0 -40
- package/dist/es/commands/DeleteFirewallDomainListCommand.js.map +0 -1
- package/dist/es/commands/DeleteFirewallRuleCommand.js +0 -40
- package/dist/es/commands/DeleteFirewallRuleCommand.js.map +0 -1
- package/dist/es/commands/DeleteFirewallRuleGroupCommand.js +0 -40
- package/dist/es/commands/DeleteFirewallRuleGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteResolverEndpointCommand.js +0 -40
- package/dist/es/commands/DeleteResolverEndpointCommand.js.map +0 -1
- package/dist/es/commands/DeleteResolverQueryLogConfigCommand.js +0 -40
- package/dist/es/commands/DeleteResolverQueryLogConfigCommand.js.map +0 -1
- package/dist/es/commands/DeleteResolverRuleCommand.js +0 -40
- package/dist/es/commands/DeleteResolverRuleCommand.js.map +0 -1
- package/dist/es/commands/DisassociateFirewallRuleGroupCommand.js +0 -40
- package/dist/es/commands/DisassociateFirewallRuleGroupCommand.js.map +0 -1
- package/dist/es/commands/DisassociateResolverEndpointIpAddressCommand.js +0 -40
- package/dist/es/commands/DisassociateResolverEndpointIpAddressCommand.js.map +0 -1
- package/dist/es/commands/DisassociateResolverQueryLogConfigCommand.js +0 -40
- package/dist/es/commands/DisassociateResolverQueryLogConfigCommand.js.map +0 -1
- package/dist/es/commands/DisassociateResolverRuleCommand.js +0 -40
- package/dist/es/commands/DisassociateResolverRuleCommand.js.map +0 -1
- package/dist/es/commands/GetFirewallConfigCommand.js +0 -40
- package/dist/es/commands/GetFirewallConfigCommand.js.map +0 -1
- package/dist/es/commands/GetFirewallDomainListCommand.js +0 -40
- package/dist/es/commands/GetFirewallDomainListCommand.js.map +0 -1
- package/dist/es/commands/GetFirewallRuleGroupAssociationCommand.js +0 -40
- package/dist/es/commands/GetFirewallRuleGroupAssociationCommand.js.map +0 -1
- package/dist/es/commands/GetFirewallRuleGroupCommand.js +0 -40
- package/dist/es/commands/GetFirewallRuleGroupCommand.js.map +0 -1
- package/dist/es/commands/GetFirewallRuleGroupPolicyCommand.js +0 -40
- package/dist/es/commands/GetFirewallRuleGroupPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetResolverDnssecConfigCommand.js +0 -40
- package/dist/es/commands/GetResolverDnssecConfigCommand.js.map +0 -1
- package/dist/es/commands/GetResolverEndpointCommand.js +0 -40
- package/dist/es/commands/GetResolverEndpointCommand.js.map +0 -1
- package/dist/es/commands/GetResolverQueryLogConfigAssociationCommand.js +0 -40
- package/dist/es/commands/GetResolverQueryLogConfigAssociationCommand.js.map +0 -1
- package/dist/es/commands/GetResolverQueryLogConfigCommand.js +0 -40
- package/dist/es/commands/GetResolverQueryLogConfigCommand.js.map +0 -1
- package/dist/es/commands/GetResolverQueryLogConfigPolicyCommand.js +0 -40
- package/dist/es/commands/GetResolverQueryLogConfigPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetResolverRuleAssociationCommand.js +0 -40
- package/dist/es/commands/GetResolverRuleAssociationCommand.js.map +0 -1
- package/dist/es/commands/GetResolverRuleCommand.js +0 -40
- package/dist/es/commands/GetResolverRuleCommand.js.map +0 -1
- package/dist/es/commands/GetResolverRulePolicyCommand.js +0 -40
- package/dist/es/commands/GetResolverRulePolicyCommand.js.map +0 -1
- package/dist/es/commands/ImportFirewallDomainsCommand.js +0 -40
- package/dist/es/commands/ImportFirewallDomainsCommand.js.map +0 -1
- package/dist/es/commands/ListFirewallConfigsCommand.js +0 -40
- package/dist/es/commands/ListFirewallConfigsCommand.js.map +0 -1
- package/dist/es/commands/ListFirewallDomainListsCommand.js +0 -40
- package/dist/es/commands/ListFirewallDomainListsCommand.js.map +0 -1
- package/dist/es/commands/ListFirewallDomainsCommand.js +0 -40
- package/dist/es/commands/ListFirewallDomainsCommand.js.map +0 -1
- package/dist/es/commands/ListFirewallRuleGroupAssociationsCommand.js +0 -40
- package/dist/es/commands/ListFirewallRuleGroupAssociationsCommand.js.map +0 -1
- package/dist/es/commands/ListFirewallRuleGroupsCommand.js +0 -40
- package/dist/es/commands/ListFirewallRuleGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListFirewallRulesCommand.js +0 -40
- package/dist/es/commands/ListFirewallRulesCommand.js.map +0 -1
- package/dist/es/commands/ListResolverDnssecConfigsCommand.js +0 -40
- package/dist/es/commands/ListResolverDnssecConfigsCommand.js.map +0 -1
- package/dist/es/commands/ListResolverEndpointIpAddressesCommand.js +0 -40
- package/dist/es/commands/ListResolverEndpointIpAddressesCommand.js.map +0 -1
- package/dist/es/commands/ListResolverEndpointsCommand.js +0 -40
- package/dist/es/commands/ListResolverEndpointsCommand.js.map +0 -1
- package/dist/es/commands/ListResolverQueryLogConfigAssociationsCommand.js +0 -40
- package/dist/es/commands/ListResolverQueryLogConfigAssociationsCommand.js.map +0 -1
- package/dist/es/commands/ListResolverQueryLogConfigsCommand.js +0 -40
- package/dist/es/commands/ListResolverQueryLogConfigsCommand.js.map +0 -1
- package/dist/es/commands/ListResolverRuleAssociationsCommand.js +0 -40
- package/dist/es/commands/ListResolverRuleAssociationsCommand.js.map +0 -1
- package/dist/es/commands/ListResolverRulesCommand.js +0 -40
- package/dist/es/commands/ListResolverRulesCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PutFirewallRuleGroupPolicyCommand.js +0 -40
- package/dist/es/commands/PutFirewallRuleGroupPolicyCommand.js.map +0 -1
- package/dist/es/commands/PutResolverQueryLogConfigPolicyCommand.js +0 -40
- package/dist/es/commands/PutResolverQueryLogConfigPolicyCommand.js.map +0 -1
- package/dist/es/commands/PutResolverRulePolicyCommand.js +0 -40
- package/dist/es/commands/PutResolverRulePolicyCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -40
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -40
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateFirewallConfigCommand.js +0 -40
- package/dist/es/commands/UpdateFirewallConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateFirewallDomainsCommand.js +0 -40
- package/dist/es/commands/UpdateFirewallDomainsCommand.js.map +0 -1
- package/dist/es/commands/UpdateFirewallRuleCommand.js +0 -40
- package/dist/es/commands/UpdateFirewallRuleCommand.js.map +0 -1
- package/dist/es/commands/UpdateFirewallRuleGroupAssociationCommand.js +0 -40
- package/dist/es/commands/UpdateFirewallRuleGroupAssociationCommand.js.map +0 -1
- package/dist/es/commands/UpdateResolverDnssecConfigCommand.js +0 -40
- package/dist/es/commands/UpdateResolverDnssecConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateResolverEndpointCommand.js +0 -40
- package/dist/es/commands/UpdateResolverEndpointCommand.js.map +0 -1
- package/dist/es/commands/UpdateResolverRuleCommand.js +0 -40
- package/dist/es/commands/UpdateResolverRuleCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -53
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -79
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -775
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListFirewallConfigsPaginator.js +0 -75
- package/dist/es/pagination/ListFirewallConfigsPaginator.js.map +0 -1
- package/dist/es/pagination/ListFirewallDomainListsPaginator.js +0 -75
- package/dist/es/pagination/ListFirewallDomainListsPaginator.js.map +0 -1
- package/dist/es/pagination/ListFirewallDomainsPaginator.js +0 -75
- package/dist/es/pagination/ListFirewallDomainsPaginator.js.map +0 -1
- package/dist/es/pagination/ListFirewallRuleGroupAssociationsPaginator.js +0 -75
- package/dist/es/pagination/ListFirewallRuleGroupAssociationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListFirewallRuleGroupsPaginator.js +0 -75
- package/dist/es/pagination/ListFirewallRuleGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/ListFirewallRulesPaginator.js +0 -75
- package/dist/es/pagination/ListFirewallRulesPaginator.js.map +0 -1
- package/dist/es/pagination/ListResolverDnssecConfigsPaginator.js +0 -75
- package/dist/es/pagination/ListResolverDnssecConfigsPaginator.js.map +0 -1
- package/dist/es/pagination/ListResolverEndpointIpAddressesPaginator.js +0 -75
- package/dist/es/pagination/ListResolverEndpointIpAddressesPaginator.js.map +0 -1
- package/dist/es/pagination/ListResolverEndpointsPaginator.js +0 -75
- package/dist/es/pagination/ListResolverEndpointsPaginator.js.map +0 -1
- package/dist/es/pagination/ListResolverQueryLogConfigAssociationsPaginator.js +0 -75
- package/dist/es/pagination/ListResolverQueryLogConfigAssociationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListResolverQueryLogConfigsPaginator.js +0 -75
- package/dist/es/pagination/ListResolverQueryLogConfigsPaginator.js.map +0 -1
- package/dist/es/pagination/ListResolverRuleAssociationsPaginator.js +0 -75
- package/dist/es/pagination/ListResolverRuleAssociationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListResolverRulesPaginator.js +0 -75
- package/dist/es/pagination/ListResolverRulesPaginator.js.map +0 -1
- package/dist/es/pagination/ListTagsForResourcePaginator.js +0 -75
- package/dist/es/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js +0 -7618
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -17
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -22
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -9
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -14
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/Route53Resolver.d.ts +0 -580
- package/dist/types/Route53ResolverClient.d.ts +0 -224
- package/dist/types/commands/AssociateFirewallRuleGroupCommand.d.ts +0 -35
- package/dist/types/commands/AssociateResolverEndpointIpAddressCommand.d.ts +0 -39
- package/dist/types/commands/AssociateResolverQueryLogConfigCommand.d.ts +0 -45
- package/dist/types/commands/AssociateResolverRuleCommand.d.ts +0 -38
- package/dist/types/commands/CreateFirewallDomainListCommand.d.ts +0 -35
- package/dist/types/commands/CreateFirewallRuleCommand.d.ts +0 -35
- package/dist/types/commands/CreateFirewallRuleGroupCommand.d.ts +0 -36
- package/dist/types/commands/CreateResolverEndpointCommand.d.ts +0 -45
- package/dist/types/commands/CreateResolverQueryLogConfigCommand.d.ts +0 -43
- package/dist/types/commands/CreateResolverRuleCommand.d.ts +0 -36
- package/dist/types/commands/DeleteFirewallDomainListCommand.d.ts +0 -35
- package/dist/types/commands/DeleteFirewallRuleCommand.d.ts +0 -35
- package/dist/types/commands/DeleteFirewallRuleGroupCommand.d.ts +0 -35
- package/dist/types/commands/DeleteResolverEndpointCommand.d.ts +0 -47
- package/dist/types/commands/DeleteResolverQueryLogConfigCommand.d.ts +0 -45
- package/dist/types/commands/DeleteResolverRuleCommand.d.ts +0 -37
- package/dist/types/commands/DisassociateFirewallRuleGroupCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +0 -39
- package/dist/types/commands/DisassociateResolverQueryLogConfigCommand.d.ts +0 -50
- package/dist/types/commands/DisassociateResolverRuleCommand.d.ts +0 -39
- package/dist/types/commands/GetFirewallConfigCommand.d.ts +0 -36
- package/dist/types/commands/GetFirewallDomainListCommand.d.ts +0 -35
- package/dist/types/commands/GetFirewallRuleGroupAssociationCommand.d.ts +0 -35
- package/dist/types/commands/GetFirewallRuleGroupCommand.d.ts +0 -35
- package/dist/types/commands/GetFirewallRuleGroupPolicyCommand.d.ts +0 -36
- package/dist/types/commands/GetResolverDnssecConfigCommand.d.ts +0 -35
- package/dist/types/commands/GetResolverEndpointCommand.d.ts +0 -36
- package/dist/types/commands/GetResolverQueryLogConfigAssociationCommand.d.ts +0 -36
- package/dist/types/commands/GetResolverQueryLogConfigCommand.d.ts +0 -36
- package/dist/types/commands/GetResolverQueryLogConfigPolicyCommand.d.ts +0 -36
- package/dist/types/commands/GetResolverRuleAssociationCommand.d.ts +0 -36
- package/dist/types/commands/GetResolverRuleCommand.d.ts +0 -36
- package/dist/types/commands/GetResolverRulePolicyCommand.d.ts +0 -36
- package/dist/types/commands/ImportFirewallDomainsCommand.d.ts +0 -50
- package/dist/types/commands/ListFirewallConfigsCommand.d.ts +0 -36
- package/dist/types/commands/ListFirewallDomainListsCommand.d.ts +0 -36
- package/dist/types/commands/ListFirewallDomainsCommand.d.ts +0 -36
- package/dist/types/commands/ListFirewallRuleGroupAssociationsCommand.d.ts +0 -36
- package/dist/types/commands/ListFirewallRuleGroupsCommand.d.ts +0 -36
- package/dist/types/commands/ListFirewallRulesCommand.d.ts +0 -36
- package/dist/types/commands/ListResolverDnssecConfigsCommand.d.ts +0 -35
- package/dist/types/commands/ListResolverEndpointIpAddressesCommand.d.ts +0 -35
- package/dist/types/commands/ListResolverEndpointsCommand.d.ts +0 -35
- package/dist/types/commands/ListResolverQueryLogConfigAssociationsCommand.d.ts +0 -35
- package/dist/types/commands/ListResolverQueryLogConfigsCommand.d.ts +0 -36
- package/dist/types/commands/ListResolverRuleAssociationsCommand.d.ts +0 -35
- package/dist/types/commands/ListResolverRulesCommand.d.ts +0 -35
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/commands/PutFirewallRuleGroupPolicyCommand.d.ts +0 -37
- package/dist/types/commands/PutResolverQueryLogConfigPolicyCommand.d.ts +0 -36
- package/dist/types/commands/PutResolverRulePolicyCommand.d.ts +0 -36
- package/dist/types/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateFirewallConfigCommand.d.ts +0 -36
- package/dist/types/commands/UpdateFirewallDomainsCommand.d.ts +0 -35
- package/dist/types/commands/UpdateFirewallRuleCommand.d.ts +0 -35
- package/dist/types/commands/UpdateFirewallRuleGroupAssociationCommand.d.ts +0 -35
- package/dist/types/commands/UpdateResolverDnssecConfigCommand.d.ts +0 -35
- package/dist/types/commands/UpdateResolverEndpointCommand.d.ts +0 -35
- package/dist/types/commands/UpdateResolverRuleCommand.d.ts +0 -36
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListFirewallConfigsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListFirewallDomainListsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListFirewallDomainsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListFirewallRuleGroupAssociationsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListFirewallRuleGroupsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListFirewallRulesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListResolverDnssecConfigsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListResolverEndpointIpAddressesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListResolverEndpointsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListResolverQueryLogConfigAssociationsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListResolverQueryLogConfigsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListResolverRuleAssociationsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListResolverRulesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTagsForResourcePaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_json1_1.d.ts +0 -182
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/Route53Resolver.d.ts +0 -580
- package/dist/types/ts3.4/Route53ResolverClient.d.ts +0 -224
- package/dist/types/ts3.4/commands/AssociateFirewallRuleGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/AssociateResolverEndpointIpAddressCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/AssociateResolverQueryLogConfigCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/AssociateResolverRuleCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateFirewallDomainListCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateFirewallRuleCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateFirewallRuleGroupCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateResolverEndpointCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/CreateResolverQueryLogConfigCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/CreateResolverRuleCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteFirewallDomainListCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteFirewallRuleCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteFirewallRuleGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteResolverEndpointCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/DeleteResolverQueryLogConfigCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/DeleteResolverRuleCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DisassociateFirewallRuleGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DisassociateResolverQueryLogConfigCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/DisassociateResolverRuleCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/GetFirewallConfigCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetFirewallDomainListCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFirewallRuleGroupAssociationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFirewallRuleGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFirewallRuleGroupPolicyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetResolverDnssecConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetResolverEndpointCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetResolverQueryLogConfigAssociationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetResolverQueryLogConfigCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetResolverQueryLogConfigPolicyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetResolverRuleAssociationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetResolverRuleCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetResolverRulePolicyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ImportFirewallDomainsCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/ListFirewallConfigsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListFirewallDomainListsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListFirewallDomainsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListFirewallRuleGroupAssociationsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListFirewallRuleGroupsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListFirewallRulesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListResolverDnssecConfigsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListResolverEndpointIpAddressesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListResolverEndpointsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListResolverQueryLogConfigAssociationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListResolverQueryLogConfigsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListResolverRuleAssociationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListResolverRulesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutFirewallRuleGroupPolicyCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/PutResolverQueryLogConfigPolicyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/PutResolverRulePolicyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateFirewallConfigCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateFirewallDomainsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateFirewallRuleCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateFirewallRuleGroupAssociationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateResolverDnssecConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateResolverEndpointCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateResolverRuleCommand.d.ts +0 -36
- package/dist/types/ts3.4/models/models_0.d.ts +0 -4245
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListFirewallConfigsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListFirewallDomainListsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListFirewallDomainsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListFirewallRuleGroupAssociationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListFirewallRuleGroupsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListFirewallRulesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListResolverDnssecConfigsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListResolverEndpointIpAddressesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListResolverEndpointsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListResolverQueryLogConfigAssociationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListResolverQueryLogConfigsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListResolverRuleAssociationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListResolverRulesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -182
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -5132
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListFirewallConfigsPaginator.ts +0 -58
- package/pagination/ListFirewallDomainListsPaginator.ts +0 -58
- package/pagination/ListFirewallDomainsPaginator.ts +0 -58
- package/pagination/ListFirewallRuleGroupAssociationsPaginator.ts +0 -58
- package/pagination/ListFirewallRuleGroupsPaginator.ts +0 -58
- package/pagination/ListFirewallRulesPaginator.ts +0 -58
- package/pagination/ListResolverDnssecConfigsPaginator.ts +0 -58
- package/pagination/ListResolverEndpointIpAddressesPaginator.ts +0 -58
- package/pagination/ListResolverEndpointsPaginator.ts +0 -58
- package/pagination/ListResolverQueryLogConfigAssociationsPaginator.ts +0 -58
- package/pagination/ListResolverQueryLogConfigsPaginator.ts +0 -58
- package/pagination/ListResolverRuleAssociationsPaginator.ts +0 -58
- package/pagination/ListResolverRulesPaginator.ts +0 -58
- package/pagination/ListTagsForResourcePaginator.ts +0 -58
- package/protocols/Aws_json1_1.ts +0 -8971
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
|
@@ -1,4245 +0,0 @@
|
|
|
1
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
/**
|
|
3
|
-
* <p>The current account doesn't have the IAM permissions required to perform the specified Resolver operation.</p>
|
|
4
|
-
*/
|
|
5
|
-
export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
|
|
6
|
-
name: "AccessDeniedException";
|
|
7
|
-
$fault: "client";
|
|
8
|
-
Message?: string;
|
|
9
|
-
}
|
|
10
|
-
export declare namespace AccessDeniedException {
|
|
11
|
-
/**
|
|
12
|
-
* @internal
|
|
13
|
-
*/
|
|
14
|
-
const filterSensitiveLog: (obj: AccessDeniedException) => any;
|
|
15
|
-
}
|
|
16
|
-
export declare enum Action {
|
|
17
|
-
ALERT = "ALERT",
|
|
18
|
-
ALLOW = "ALLOW",
|
|
19
|
-
BLOCK = "BLOCK"
|
|
20
|
-
}
|
|
21
|
-
export declare enum MutationProtectionStatus {
|
|
22
|
-
DISABLED = "DISABLED",
|
|
23
|
-
ENABLED = "ENABLED"
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* <p>One tag that you want to add to the specified resource. A tag consists of a <code>Key</code> (a name for the tag) and a <code>Value</code>.</p>
|
|
27
|
-
*/
|
|
28
|
-
export interface Tag {
|
|
29
|
-
/**
|
|
30
|
-
* <p>The name for the tag. For example, if you want to associate Resolver resources with the account IDs of your customers for billing purposes,
|
|
31
|
-
* the value of <code>Key</code> might be <code>account-id</code>.</p>
|
|
32
|
-
*/
|
|
33
|
-
Key: string | undefined;
|
|
34
|
-
/**
|
|
35
|
-
* <p>The value for the tag. For example, if <code>Key</code> is <code>account-id</code>, then <code>Value</code> might be the ID of the
|
|
36
|
-
* customer account that you're creating the resource for.</p>
|
|
37
|
-
*/
|
|
38
|
-
Value: string | undefined;
|
|
39
|
-
}
|
|
40
|
-
export declare namespace Tag {
|
|
41
|
-
/**
|
|
42
|
-
* @internal
|
|
43
|
-
*/
|
|
44
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
45
|
-
}
|
|
46
|
-
export interface AssociateFirewallRuleGroupRequest {
|
|
47
|
-
/**
|
|
48
|
-
* <p>A unique string that identifies the request and that allows failed requests to be
|
|
49
|
-
* retried without the risk of running the operation twice. <code>CreatorRequestId</code>
|
|
50
|
-
* can be any unique string, for example, a date/time stamp. </p>
|
|
51
|
-
*/
|
|
52
|
-
CreatorRequestId?: string;
|
|
53
|
-
/**
|
|
54
|
-
* <p>The unique identifier of the firewall rule group. </p>
|
|
55
|
-
*/
|
|
56
|
-
FirewallRuleGroupId: string | undefined;
|
|
57
|
-
/**
|
|
58
|
-
* <p>The unique identifier of the VPC that you want to associate with the rule group. </p>
|
|
59
|
-
*/
|
|
60
|
-
VpcId: string | undefined;
|
|
61
|
-
/**
|
|
62
|
-
* <p>The setting that determines the processing order of the rule group among the rule
|
|
63
|
-
* groups that you associate with the specified VPC. DNS Firewall filters VPC traffic
|
|
64
|
-
* starting from the rule group with the lowest numeric priority setting. </p>
|
|
65
|
-
* <p>You must specify a unique priority for each rule group that you associate with a single VPC.
|
|
66
|
-
* To make it easier to insert rule groups later, leave space between the numbers, for example, use 101, 200, and so on. You
|
|
67
|
-
* can change the priority setting for a rule group association after you create it.</p>
|
|
68
|
-
* <p>The allowed values for <code>Priority</code> are between 100 and 9900.</p>
|
|
69
|
-
*/
|
|
70
|
-
Priority: number | undefined;
|
|
71
|
-
/**
|
|
72
|
-
* <p>A name that lets you identify the association, to manage and use it.</p>
|
|
73
|
-
*/
|
|
74
|
-
Name: string | undefined;
|
|
75
|
-
/**
|
|
76
|
-
* <p>If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.
|
|
77
|
-
* When you create the association, the default setting is <code>DISABLED</code>. </p>
|
|
78
|
-
*/
|
|
79
|
-
MutationProtection?: MutationProtectionStatus | string;
|
|
80
|
-
/**
|
|
81
|
-
* <p>A list of the tag keys and values that you want to associate with the rule group association. </p>
|
|
82
|
-
*/
|
|
83
|
-
Tags?: Tag[];
|
|
84
|
-
}
|
|
85
|
-
export declare namespace AssociateFirewallRuleGroupRequest {
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
const filterSensitiveLog: (obj: AssociateFirewallRuleGroupRequest) => any;
|
|
90
|
-
}
|
|
91
|
-
export declare enum FirewallRuleGroupAssociationStatus {
|
|
92
|
-
COMPLETE = "COMPLETE",
|
|
93
|
-
DELETING = "DELETING",
|
|
94
|
-
UPDATING = "UPDATING"
|
|
95
|
-
}
|
|
96
|
-
/**
|
|
97
|
-
* <p>An association between a firewall rule group and a VPC, which enables DNS filtering for
|
|
98
|
-
* the VPC. </p>
|
|
99
|
-
*/
|
|
100
|
-
export interface FirewallRuleGroupAssociation {
|
|
101
|
-
/**
|
|
102
|
-
* <p>The identifier for the association.</p>
|
|
103
|
-
*/
|
|
104
|
-
Id?: string;
|
|
105
|
-
/**
|
|
106
|
-
* <p>The Amazon Resource Name (ARN) of the firewall rule group association.</p>
|
|
107
|
-
*/
|
|
108
|
-
Arn?: string;
|
|
109
|
-
/**
|
|
110
|
-
* <p>The unique identifier of the firewall rule group. </p>
|
|
111
|
-
*/
|
|
112
|
-
FirewallRuleGroupId?: string;
|
|
113
|
-
/**
|
|
114
|
-
* <p>The unique identifier of the VPC that is associated with the rule group. </p>
|
|
115
|
-
*/
|
|
116
|
-
VpcId?: string;
|
|
117
|
-
/**
|
|
118
|
-
* <p>The name of the association.</p>
|
|
119
|
-
*/
|
|
120
|
-
Name?: string;
|
|
121
|
-
/**
|
|
122
|
-
* <p>The setting that determines the processing order of the rule group among the rule groups that are associated with a single VPC. DNS Firewall
|
|
123
|
-
* filters VPC traffic starting from rule group with the lowest numeric priority setting. </p>
|
|
124
|
-
*/
|
|
125
|
-
Priority?: number;
|
|
126
|
-
/**
|
|
127
|
-
* <p>If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections. </p>
|
|
128
|
-
*/
|
|
129
|
-
MutationProtection?: MutationProtectionStatus | string;
|
|
130
|
-
/**
|
|
131
|
-
* <p>The owner of the association, used only for associations that are not managed by you. If you use Firewall Manager to
|
|
132
|
-
* manage your DNS Firewalls, then this reports Firewall Manager as the managed owner.</p>
|
|
133
|
-
*/
|
|
134
|
-
ManagedOwnerName?: string;
|
|
135
|
-
/**
|
|
136
|
-
* <p>The current status of the association.</p>
|
|
137
|
-
*/
|
|
138
|
-
Status?: FirewallRuleGroupAssociationStatus | string;
|
|
139
|
-
/**
|
|
140
|
-
* <p>Additional information about the status of the response, if available.</p>
|
|
141
|
-
*/
|
|
142
|
-
StatusMessage?: string;
|
|
143
|
-
/**
|
|
144
|
-
* <p>A unique string defined by you to identify the request. This allows you to retry failed
|
|
145
|
-
* requests without the risk of running the operation twice. This can be any unique string,
|
|
146
|
-
* for example, a timestamp. </p>
|
|
147
|
-
*/
|
|
148
|
-
CreatorRequestId?: string;
|
|
149
|
-
/**
|
|
150
|
-
* <p>The date and time that the association was created, in Unix time format and Coordinated Universal Time (UTC). </p>
|
|
151
|
-
*/
|
|
152
|
-
CreationTime?: string;
|
|
153
|
-
/**
|
|
154
|
-
* <p>The date and time that the association was last modified, in Unix time format and Coordinated Universal Time (UTC).</p>
|
|
155
|
-
*/
|
|
156
|
-
ModificationTime?: string;
|
|
157
|
-
}
|
|
158
|
-
export declare namespace FirewallRuleGroupAssociation {
|
|
159
|
-
/**
|
|
160
|
-
* @internal
|
|
161
|
-
*/
|
|
162
|
-
const filterSensitiveLog: (obj: FirewallRuleGroupAssociation) => any;
|
|
163
|
-
}
|
|
164
|
-
export interface AssociateFirewallRuleGroupResponse {
|
|
165
|
-
/**
|
|
166
|
-
* <p>The association that you just created. The association has an ID that you can use to
|
|
167
|
-
* identify it in other requests, like update and delete.</p>
|
|
168
|
-
*/
|
|
169
|
-
FirewallRuleGroupAssociation?: FirewallRuleGroupAssociation;
|
|
170
|
-
}
|
|
171
|
-
export declare namespace AssociateFirewallRuleGroupResponse {
|
|
172
|
-
/**
|
|
173
|
-
* @internal
|
|
174
|
-
*/
|
|
175
|
-
const filterSensitiveLog: (obj: AssociateFirewallRuleGroupResponse) => any;
|
|
176
|
-
}
|
|
177
|
-
/**
|
|
178
|
-
* <p></p>
|
|
179
|
-
*/
|
|
180
|
-
export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
181
|
-
name: "ConflictException";
|
|
182
|
-
$fault: "client";
|
|
183
|
-
Message?: string;
|
|
184
|
-
}
|
|
185
|
-
export declare namespace ConflictException {
|
|
186
|
-
/**
|
|
187
|
-
* @internal
|
|
188
|
-
*/
|
|
189
|
-
const filterSensitiveLog: (obj: ConflictException) => any;
|
|
190
|
-
}
|
|
191
|
-
/**
|
|
192
|
-
* <p>We encountered an unknown error. Try again in a few minutes.</p>
|
|
193
|
-
*/
|
|
194
|
-
export interface InternalServiceErrorException extends __SmithyException, $MetadataBearer {
|
|
195
|
-
name: "InternalServiceErrorException";
|
|
196
|
-
$fault: "client";
|
|
197
|
-
Message?: string;
|
|
198
|
-
}
|
|
199
|
-
export declare namespace InternalServiceErrorException {
|
|
200
|
-
/**
|
|
201
|
-
* @internal
|
|
202
|
-
*/
|
|
203
|
-
const filterSensitiveLog: (obj: InternalServiceErrorException) => any;
|
|
204
|
-
}
|
|
205
|
-
/**
|
|
206
|
-
* <p>The request caused one or more limits to be exceeded.</p>
|
|
207
|
-
*/
|
|
208
|
-
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
209
|
-
name: "LimitExceededException";
|
|
210
|
-
$fault: "client";
|
|
211
|
-
Message?: string;
|
|
212
|
-
/**
|
|
213
|
-
* <p>For a <code>LimitExceededException</code> error, the type of resource that exceeded the current limit.</p>
|
|
214
|
-
*/
|
|
215
|
-
ResourceType?: string;
|
|
216
|
-
}
|
|
217
|
-
export declare namespace LimitExceededException {
|
|
218
|
-
/**
|
|
219
|
-
* @internal
|
|
220
|
-
*/
|
|
221
|
-
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
222
|
-
}
|
|
223
|
-
/**
|
|
224
|
-
* <p>The specified resource doesn't exist.</p>
|
|
225
|
-
*/
|
|
226
|
-
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
227
|
-
name: "ResourceNotFoundException";
|
|
228
|
-
$fault: "client";
|
|
229
|
-
Message?: string;
|
|
230
|
-
/**
|
|
231
|
-
* <p>For a <code>ResourceNotFoundException</code> error, the type of resource that doesn't exist.</p>
|
|
232
|
-
*/
|
|
233
|
-
ResourceType?: string;
|
|
234
|
-
}
|
|
235
|
-
export declare namespace ResourceNotFoundException {
|
|
236
|
-
/**
|
|
237
|
-
* @internal
|
|
238
|
-
*/
|
|
239
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
240
|
-
}
|
|
241
|
-
/**
|
|
242
|
-
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
243
|
-
*/
|
|
244
|
-
export interface ThrottlingException extends __SmithyException, $MetadataBearer {
|
|
245
|
-
name: "ThrottlingException";
|
|
246
|
-
$fault: "client";
|
|
247
|
-
Message?: string;
|
|
248
|
-
}
|
|
249
|
-
export declare namespace ThrottlingException {
|
|
250
|
-
/**
|
|
251
|
-
* @internal
|
|
252
|
-
*/
|
|
253
|
-
const filterSensitiveLog: (obj: ThrottlingException) => any;
|
|
254
|
-
}
|
|
255
|
-
/**
|
|
256
|
-
* <p></p>
|
|
257
|
-
*/
|
|
258
|
-
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
259
|
-
name: "ValidationException";
|
|
260
|
-
$fault: "client";
|
|
261
|
-
Message?: string;
|
|
262
|
-
}
|
|
263
|
-
export declare namespace ValidationException {
|
|
264
|
-
/**
|
|
265
|
-
* @internal
|
|
266
|
-
*/
|
|
267
|
-
const filterSensitiveLog: (obj: ValidationException) => any;
|
|
268
|
-
}
|
|
269
|
-
/**
|
|
270
|
-
* <p>In an
|
|
271
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_UpdateResolverEndpoint.html">UpdateResolverEndpoint</a>
|
|
272
|
-
* request, information about an IP address to update.</p>
|
|
273
|
-
*/
|
|
274
|
-
export interface IpAddressUpdate {
|
|
275
|
-
/**
|
|
276
|
-
* <p>
|
|
277
|
-
* <i>Only when removing an IP address from a Resolver endpoint</i>: The ID of the IP address that you want to remove.
|
|
278
|
-
* To get this ID, use
|
|
279
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html">GetResolverEndpoint</a>.</p>
|
|
280
|
-
*/
|
|
281
|
-
IpId?: string;
|
|
282
|
-
/**
|
|
283
|
-
* <p>The ID of the subnet that includes the IP address that you want to update. To get this ID, use
|
|
284
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html">GetResolverEndpoint</a>.</p>
|
|
285
|
-
*/
|
|
286
|
-
SubnetId?: string;
|
|
287
|
-
/**
|
|
288
|
-
* <p>The new IP address.</p>
|
|
289
|
-
*/
|
|
290
|
-
Ip?: string;
|
|
291
|
-
}
|
|
292
|
-
export declare namespace IpAddressUpdate {
|
|
293
|
-
/**
|
|
294
|
-
* @internal
|
|
295
|
-
*/
|
|
296
|
-
const filterSensitiveLog: (obj: IpAddressUpdate) => any;
|
|
297
|
-
}
|
|
298
|
-
export interface AssociateResolverEndpointIpAddressRequest {
|
|
299
|
-
/**
|
|
300
|
-
* <p>The ID of the Resolver endpoint that you want to associate IP addresses with.</p>
|
|
301
|
-
*/
|
|
302
|
-
ResolverEndpointId: string | undefined;
|
|
303
|
-
/**
|
|
304
|
-
* <p>Either the IPv4 address that you want to add to a Resolver endpoint or a subnet ID. If you specify a subnet ID,
|
|
305
|
-
* Resolver chooses an IP address for you from the available IPs in the specified subnet.</p>
|
|
306
|
-
*/
|
|
307
|
-
IpAddress: IpAddressUpdate | undefined;
|
|
308
|
-
}
|
|
309
|
-
export declare namespace AssociateResolverEndpointIpAddressRequest {
|
|
310
|
-
/**
|
|
311
|
-
* @internal
|
|
312
|
-
*/
|
|
313
|
-
const filterSensitiveLog: (obj: AssociateResolverEndpointIpAddressRequest) => any;
|
|
314
|
-
}
|
|
315
|
-
export declare enum ResolverEndpointDirection {
|
|
316
|
-
Inbound = "INBOUND",
|
|
317
|
-
Outbound = "OUTBOUND"
|
|
318
|
-
}
|
|
319
|
-
export declare enum ResolverEndpointStatus {
|
|
320
|
-
ActionNeeded = "ACTION_NEEDED",
|
|
321
|
-
AutoRecovering = "AUTO_RECOVERING",
|
|
322
|
-
Creating = "CREATING",
|
|
323
|
-
Deleting = "DELETING",
|
|
324
|
-
Operational = "OPERATIONAL",
|
|
325
|
-
Updating = "UPDATING"
|
|
326
|
-
}
|
|
327
|
-
/**
|
|
328
|
-
* <p>In the response to a
|
|
329
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverEndpoint.html">CreateResolverEndpoint</a>,
|
|
330
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DeleteResolverEndpoint.html">DeleteResolverEndpoint</a>,
|
|
331
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html">GetResolverEndpoint</a>,
|
|
332
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverEndpoints.html">ListResolverEndpoints</a>,
|
|
333
|
-
* or
|
|
334
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_UpdateResolverEndpoint.html">UpdateResolverEndpoint</a>
|
|
335
|
-
* request, a complex type that contains settings for an existing inbound or outbound Resolver endpoint.</p>
|
|
336
|
-
*/
|
|
337
|
-
export interface ResolverEndpoint {
|
|
338
|
-
/**
|
|
339
|
-
* <p>The ID of the Resolver endpoint.</p>
|
|
340
|
-
*/
|
|
341
|
-
Id?: string;
|
|
342
|
-
/**
|
|
343
|
-
* <p>A unique string that identifies the request that created the Resolver endpoint. The
|
|
344
|
-
* <code>CreatorRequestId</code> allows failed requests to be retried without the risk
|
|
345
|
-
* of running the operation twice.</p>
|
|
346
|
-
*/
|
|
347
|
-
CreatorRequestId?: string;
|
|
348
|
-
/**
|
|
349
|
-
* <p>The ARN (Amazon Resource Name) for the Resolver endpoint.</p>
|
|
350
|
-
*/
|
|
351
|
-
Arn?: string;
|
|
352
|
-
/**
|
|
353
|
-
* <p>The name that you assigned to the Resolver endpoint when you submitted a
|
|
354
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverEndpoint.html">CreateResolverEndpoint</a>
|
|
355
|
-
* request.</p>
|
|
356
|
-
*/
|
|
357
|
-
Name?: string;
|
|
358
|
-
/**
|
|
359
|
-
* <p>The ID of one or more security groups that control access to this VPC. The security group must include one or more inbound rules
|
|
360
|
-
* (for inbound endpoints) or outbound rules (for outbound endpoints). Inbound and outbound rules must allow TCP and UDP access.
|
|
361
|
-
* For inbound access, open port 53. For outbound access, open the port that you're using for DNS queries on your network.</p>
|
|
362
|
-
*/
|
|
363
|
-
SecurityGroupIds?: string[];
|
|
364
|
-
/**
|
|
365
|
-
* <p>Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:</p>
|
|
366
|
-
* <ul>
|
|
367
|
-
* <li>
|
|
368
|
-
* <p>
|
|
369
|
-
* <code>INBOUND</code>: allows DNS queries to your VPC from your network</p>
|
|
370
|
-
* </li>
|
|
371
|
-
* <li>
|
|
372
|
-
* <p>
|
|
373
|
-
* <code>OUTBOUND</code>: allows DNS queries from your VPC to your network</p>
|
|
374
|
-
* </li>
|
|
375
|
-
* </ul>
|
|
376
|
-
*/
|
|
377
|
-
Direction?: ResolverEndpointDirection | string;
|
|
378
|
-
/**
|
|
379
|
-
* <p>The number of IP addresses that the Resolver endpoint can use for DNS queries.</p>
|
|
380
|
-
*/
|
|
381
|
-
IpAddressCount?: number;
|
|
382
|
-
/**
|
|
383
|
-
* <p>The ID of the VPC that you want to create the Resolver endpoint in.</p>
|
|
384
|
-
*/
|
|
385
|
-
HostVPCId?: string;
|
|
386
|
-
/**
|
|
387
|
-
* <p>A code that specifies the current status of the Resolver endpoint. Valid values include the following:</p>
|
|
388
|
-
* <ul>
|
|
389
|
-
* <li>
|
|
390
|
-
* <p>
|
|
391
|
-
* <code>CREATING</code>: Resolver is creating and configuring one or more Amazon VPC network interfaces
|
|
392
|
-
* for this endpoint.</p>
|
|
393
|
-
* </li>
|
|
394
|
-
* <li>
|
|
395
|
-
* <p>
|
|
396
|
-
* <code>OPERATIONAL</code>: The Amazon VPC network interfaces for this endpoint are correctly configured and
|
|
397
|
-
* able to pass inbound or outbound DNS queries between your network and Resolver.</p>
|
|
398
|
-
* </li>
|
|
399
|
-
* <li>
|
|
400
|
-
* <p>
|
|
401
|
-
* <code>UPDATING</code>: Resolver is associating or disassociating one or more network interfaces
|
|
402
|
-
* with this endpoint.</p>
|
|
403
|
-
* </li>
|
|
404
|
-
* <li>
|
|
405
|
-
* <p>
|
|
406
|
-
* <code>AUTO_RECOVERING</code>: Resolver is trying to recover one or more of the network interfaces
|
|
407
|
-
* that are associated with this endpoint. During the recovery process, the endpoint functions with limited capacity because of the
|
|
408
|
-
* limit on the number of DNS queries per IP address (per network interface). For the current limit, see
|
|
409
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html#limits-api-entities-resolver">Limits on Route 53 Resolver</a>.</p>
|
|
410
|
-
* </li>
|
|
411
|
-
* <li>
|
|
412
|
-
* <p>
|
|
413
|
-
* <code>ACTION_NEEDED</code>: This endpoint is unhealthy, and Resolver can't automatically recover it.
|
|
414
|
-
* To resolve the problem, we recommend that you check each IP address that you associated with the endpoint. For each IP address
|
|
415
|
-
* that isn't available, add another IP address and then delete the IP address that isn't available. (An endpoint must always include
|
|
416
|
-
* at least two IP addresses.) A status of <code>ACTION_NEEDED</code> can have a variety of causes. Here are two common causes:</p>
|
|
417
|
-
* <ul>
|
|
418
|
-
* <li>
|
|
419
|
-
* <p>One or more of the network interfaces that are associated with the endpoint were deleted using Amazon VPC.</p>
|
|
420
|
-
* </li>
|
|
421
|
-
* <li>
|
|
422
|
-
* <p>The network interface couldn't be created for some reason that's outside the control of Resolver.</p>
|
|
423
|
-
* </li>
|
|
424
|
-
* </ul>
|
|
425
|
-
* </li>
|
|
426
|
-
* <li>
|
|
427
|
-
* <p>
|
|
428
|
-
* <code>DELETING</code>: Resolver is deleting this endpoint and the associated network interfaces.</p>
|
|
429
|
-
* </li>
|
|
430
|
-
* </ul>
|
|
431
|
-
*/
|
|
432
|
-
Status?: ResolverEndpointStatus | string;
|
|
433
|
-
/**
|
|
434
|
-
* <p>A detailed description of the status of the Resolver endpoint.</p>
|
|
435
|
-
*/
|
|
436
|
-
StatusMessage?: string;
|
|
437
|
-
/**
|
|
438
|
-
* <p>The date and time that the endpoint was created, in Unix time format and Coordinated Universal Time (UTC).</p>
|
|
439
|
-
*/
|
|
440
|
-
CreationTime?: string;
|
|
441
|
-
/**
|
|
442
|
-
* <p>The date and time that the endpoint was last modified, in Unix time format and Coordinated Universal Time (UTC).</p>
|
|
443
|
-
*/
|
|
444
|
-
ModificationTime?: string;
|
|
445
|
-
}
|
|
446
|
-
export declare namespace ResolverEndpoint {
|
|
447
|
-
/**
|
|
448
|
-
* @internal
|
|
449
|
-
*/
|
|
450
|
-
const filterSensitiveLog: (obj: ResolverEndpoint) => any;
|
|
451
|
-
}
|
|
452
|
-
export interface AssociateResolverEndpointIpAddressResponse {
|
|
453
|
-
/**
|
|
454
|
-
* <p>The response to an <code>AssociateResolverEndpointIpAddress</code> request.</p>
|
|
455
|
-
*/
|
|
456
|
-
ResolverEndpoint?: ResolverEndpoint;
|
|
457
|
-
}
|
|
458
|
-
export declare namespace AssociateResolverEndpointIpAddressResponse {
|
|
459
|
-
/**
|
|
460
|
-
* @internal
|
|
461
|
-
*/
|
|
462
|
-
const filterSensitiveLog: (obj: AssociateResolverEndpointIpAddressResponse) => any;
|
|
463
|
-
}
|
|
464
|
-
/**
|
|
465
|
-
* <p>One or more parameters in this request are not valid.</p>
|
|
466
|
-
*/
|
|
467
|
-
export interface InvalidParameterException extends __SmithyException, $MetadataBearer {
|
|
468
|
-
name: "InvalidParameterException";
|
|
469
|
-
$fault: "client";
|
|
470
|
-
Message: string | undefined;
|
|
471
|
-
/**
|
|
472
|
-
* <p>For an <code>InvalidParameterException</code> error, the name of the parameter that's invalid.</p>
|
|
473
|
-
*/
|
|
474
|
-
FieldName?: string;
|
|
475
|
-
}
|
|
476
|
-
export declare namespace InvalidParameterException {
|
|
477
|
-
/**
|
|
478
|
-
* @internal
|
|
479
|
-
*/
|
|
480
|
-
const filterSensitiveLog: (obj: InvalidParameterException) => any;
|
|
481
|
-
}
|
|
482
|
-
/**
|
|
483
|
-
* <p>The request is invalid.</p>
|
|
484
|
-
*/
|
|
485
|
-
export interface InvalidRequestException extends __SmithyException, $MetadataBearer {
|
|
486
|
-
name: "InvalidRequestException";
|
|
487
|
-
$fault: "client";
|
|
488
|
-
Message?: string;
|
|
489
|
-
}
|
|
490
|
-
export declare namespace InvalidRequestException {
|
|
491
|
-
/**
|
|
492
|
-
* @internal
|
|
493
|
-
*/
|
|
494
|
-
const filterSensitiveLog: (obj: InvalidRequestException) => any;
|
|
495
|
-
}
|
|
496
|
-
/**
|
|
497
|
-
* <p>The resource that you tried to create already exists.</p>
|
|
498
|
-
*/
|
|
499
|
-
export interface ResourceExistsException extends __SmithyException, $MetadataBearer {
|
|
500
|
-
name: "ResourceExistsException";
|
|
501
|
-
$fault: "client";
|
|
502
|
-
Message?: string;
|
|
503
|
-
/**
|
|
504
|
-
* <p>For a <code>ResourceExistsException</code> error, the type of resource that the error applies to.</p>
|
|
505
|
-
*/
|
|
506
|
-
ResourceType?: string;
|
|
507
|
-
}
|
|
508
|
-
export declare namespace ResourceExistsException {
|
|
509
|
-
/**
|
|
510
|
-
* @internal
|
|
511
|
-
*/
|
|
512
|
-
const filterSensitiveLog: (obj: ResourceExistsException) => any;
|
|
513
|
-
}
|
|
514
|
-
export interface AssociateResolverQueryLogConfigRequest {
|
|
515
|
-
/**
|
|
516
|
-
* <p>The ID of the query logging configuration that you want to associate a VPC with.</p>
|
|
517
|
-
*/
|
|
518
|
-
ResolverQueryLogConfigId: string | undefined;
|
|
519
|
-
/**
|
|
520
|
-
* <p>The ID of an Amazon VPC that you want this query logging configuration to log queries for.</p>
|
|
521
|
-
*
|
|
522
|
-
* <note>
|
|
523
|
-
* <p>The VPCs and the query logging configuration must be in the same Region.</p>
|
|
524
|
-
* </note>
|
|
525
|
-
*/
|
|
526
|
-
ResourceId: string | undefined;
|
|
527
|
-
}
|
|
528
|
-
export declare namespace AssociateResolverQueryLogConfigRequest {
|
|
529
|
-
/**
|
|
530
|
-
* @internal
|
|
531
|
-
*/
|
|
532
|
-
const filterSensitiveLog: (obj: AssociateResolverQueryLogConfigRequest) => any;
|
|
533
|
-
}
|
|
534
|
-
export declare enum ResolverQueryLogConfigAssociationError {
|
|
535
|
-
AccessDenied = "ACCESS_DENIED",
|
|
536
|
-
DestinationNotFound = "DESTINATION_NOT_FOUND",
|
|
537
|
-
InternalServiceError = "INTERNAL_SERVICE_ERROR",
|
|
538
|
-
None = "NONE"
|
|
539
|
-
}
|
|
540
|
-
export declare enum ResolverQueryLogConfigAssociationStatus {
|
|
541
|
-
ActionNeeded = "ACTION_NEEDED",
|
|
542
|
-
Active = "ACTIVE",
|
|
543
|
-
Creating = "CREATING",
|
|
544
|
-
Deleting = "DELETING",
|
|
545
|
-
Failed = "FAILED"
|
|
546
|
-
}
|
|
547
|
-
/**
|
|
548
|
-
* <p>In the response to an
|
|
549
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_AssociateResolverQueryLogConfig.html">AssociateResolverQueryLogConfig</a>,
|
|
550
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DisassociateResolverQueryLogConfig.html">DisassociateResolverQueryLogConfig</a>,
|
|
551
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverQueryLogConfigAssociation.html">GetResolverQueryLogConfigAssociation</a>,
|
|
552
|
-
* or
|
|
553
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverQueryLogConfigAssociations.html">ListResolverQueryLogConfigAssociations</a>,
|
|
554
|
-
* request, a complex type that contains settings for a specified association between an Amazon VPC and a query logging configuration.</p>
|
|
555
|
-
*/
|
|
556
|
-
export interface ResolverQueryLogConfigAssociation {
|
|
557
|
-
/**
|
|
558
|
-
* <p>The ID of the query logging association.</p>
|
|
559
|
-
*/
|
|
560
|
-
Id?: string;
|
|
561
|
-
/**
|
|
562
|
-
* <p>The ID of the query logging configuration that a VPC is associated with.</p>
|
|
563
|
-
*/
|
|
564
|
-
ResolverQueryLogConfigId?: string;
|
|
565
|
-
/**
|
|
566
|
-
* <p>The ID of the Amazon VPC that is associated with the query logging configuration.</p>
|
|
567
|
-
*/
|
|
568
|
-
ResourceId?: string;
|
|
569
|
-
/**
|
|
570
|
-
* <p>The status of the specified query logging association. Valid values include the following:</p>
|
|
571
|
-
* <ul>
|
|
572
|
-
* <li>
|
|
573
|
-
* <p>
|
|
574
|
-
* <code>CREATING</code>: Resolver is creating an association between an Amazon VPC and a query logging configuration.</p>
|
|
575
|
-
* </li>
|
|
576
|
-
* <li>
|
|
577
|
-
* <p>
|
|
578
|
-
* <code>CREATED</code>: The association between an Amazon VPC and a query logging configuration
|
|
579
|
-
* was successfully created. Resolver is logging queries that originate in the specified VPC.</p>
|
|
580
|
-
* </li>
|
|
581
|
-
* <li>
|
|
582
|
-
* <p>
|
|
583
|
-
* <code>DELETING</code>: Resolver is deleting this query logging association.</p>
|
|
584
|
-
* </li>
|
|
585
|
-
* <li>
|
|
586
|
-
* <p>
|
|
587
|
-
* <code>FAILED</code>: Resolver either couldn't create or couldn't delete the query logging association.</p>
|
|
588
|
-
* </li>
|
|
589
|
-
* </ul>
|
|
590
|
-
*/
|
|
591
|
-
Status?: ResolverQueryLogConfigAssociationStatus | string;
|
|
592
|
-
/**
|
|
593
|
-
* <p>If the value of <code>Status</code> is <code>FAILED</code>, the value of <code>Error</code> indicates the cause:</p>
|
|
594
|
-
* <ul>
|
|
595
|
-
* <li>
|
|
596
|
-
* <p>
|
|
597
|
-
* <code>DESTINATION_NOT_FOUND</code>: The specified destination (for example, an Amazon S3 bucket) was deleted.</p>
|
|
598
|
-
* </li>
|
|
599
|
-
* <li>
|
|
600
|
-
* <p>
|
|
601
|
-
* <code>ACCESS_DENIED</code>: Permissions don't allow sending logs to the destination.</p>
|
|
602
|
-
* </li>
|
|
603
|
-
* </ul>
|
|
604
|
-
* <p>If the value of <code>Status</code> is a value other than <code>FAILED</code>, <code>Error</code> is null. </p>
|
|
605
|
-
*/
|
|
606
|
-
Error?: ResolverQueryLogConfigAssociationError | string;
|
|
607
|
-
/**
|
|
608
|
-
* <p>Contains additional information about the error. If the value or <code>Error</code> is null, the value of <code>ErrorMessage</code> also is null.</p>
|
|
609
|
-
*/
|
|
610
|
-
ErrorMessage?: string;
|
|
611
|
-
/**
|
|
612
|
-
* <p>The date and time that the VPC was associated with the query logging configuration, in Unix time format and Coordinated Universal Time (UTC).</p>
|
|
613
|
-
*/
|
|
614
|
-
CreationTime?: string;
|
|
615
|
-
}
|
|
616
|
-
export declare namespace ResolverQueryLogConfigAssociation {
|
|
617
|
-
/**
|
|
618
|
-
* @internal
|
|
619
|
-
*/
|
|
620
|
-
const filterSensitiveLog: (obj: ResolverQueryLogConfigAssociation) => any;
|
|
621
|
-
}
|
|
622
|
-
export interface AssociateResolverQueryLogConfigResponse {
|
|
623
|
-
/**
|
|
624
|
-
* <p>A complex type that contains settings for a specified association between an Amazon VPC and a query logging configuration.</p>
|
|
625
|
-
*/
|
|
626
|
-
ResolverQueryLogConfigAssociation?: ResolverQueryLogConfigAssociation;
|
|
627
|
-
}
|
|
628
|
-
export declare namespace AssociateResolverQueryLogConfigResponse {
|
|
629
|
-
/**
|
|
630
|
-
* @internal
|
|
631
|
-
*/
|
|
632
|
-
const filterSensitiveLog: (obj: AssociateResolverQueryLogConfigResponse) => any;
|
|
633
|
-
}
|
|
634
|
-
export interface AssociateResolverRuleRequest {
|
|
635
|
-
/**
|
|
636
|
-
* <p>The ID of the Resolver rule that you want to associate with the VPC. To list the existing Resolver rules, use
|
|
637
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRules.html">ListResolverRules</a>.</p>
|
|
638
|
-
*/
|
|
639
|
-
ResolverRuleId: string | undefined;
|
|
640
|
-
/**
|
|
641
|
-
* <p>A name for the association that you're creating between a Resolver rule and a VPC.</p>
|
|
642
|
-
*/
|
|
643
|
-
Name?: string;
|
|
644
|
-
/**
|
|
645
|
-
* <p>The ID of the VPC that you want to associate the Resolver rule with.</p>
|
|
646
|
-
*/
|
|
647
|
-
VPCId: string | undefined;
|
|
648
|
-
}
|
|
649
|
-
export declare namespace AssociateResolverRuleRequest {
|
|
650
|
-
/**
|
|
651
|
-
* @internal
|
|
652
|
-
*/
|
|
653
|
-
const filterSensitiveLog: (obj: AssociateResolverRuleRequest) => any;
|
|
654
|
-
}
|
|
655
|
-
export declare enum ResolverRuleAssociationStatus {
|
|
656
|
-
Complete = "COMPLETE",
|
|
657
|
-
Creating = "CREATING",
|
|
658
|
-
Deleting = "DELETING",
|
|
659
|
-
Failed = "FAILED",
|
|
660
|
-
Overridden = "OVERRIDDEN"
|
|
661
|
-
}
|
|
662
|
-
/**
|
|
663
|
-
* <p>In the response to an
|
|
664
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_AssociateResolverRule.html">AssociateResolverRule</a>,
|
|
665
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DisassociateResolverRule.html">DisassociateResolverRule</a>,
|
|
666
|
-
* or
|
|
667
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRuleAssociations.html">ListResolverRuleAssociations</a>
|
|
668
|
-
* request, provides information about an association between a Resolver rule and a VPC.
|
|
669
|
-
* The association determines which DNS queries that originate in the VPC are forwarded to your network. </p>
|
|
670
|
-
*/
|
|
671
|
-
export interface ResolverRuleAssociation {
|
|
672
|
-
/**
|
|
673
|
-
* <p>The ID of the association between a Resolver rule and a VPC. Resolver assigns this value when you submit an
|
|
674
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_AssociateResolverRule.html">AssociateResolverRule</a>
|
|
675
|
-
* request.</p>
|
|
676
|
-
*/
|
|
677
|
-
Id?: string;
|
|
678
|
-
/**
|
|
679
|
-
* <p>The ID of the Resolver rule that you associated with the VPC that is specified by <code>VPCId</code>.</p>
|
|
680
|
-
*/
|
|
681
|
-
ResolverRuleId?: string;
|
|
682
|
-
/**
|
|
683
|
-
* <p>The name of an association between a Resolver rule and a VPC.</p>
|
|
684
|
-
*/
|
|
685
|
-
Name?: string;
|
|
686
|
-
/**
|
|
687
|
-
* <p>The ID of the VPC that you associated the Resolver rule with.</p>
|
|
688
|
-
*/
|
|
689
|
-
VPCId?: string;
|
|
690
|
-
/**
|
|
691
|
-
* <p>A code that specifies the current status of the association between a Resolver rule and a VPC.</p>
|
|
692
|
-
*/
|
|
693
|
-
Status?: ResolverRuleAssociationStatus | string;
|
|
694
|
-
/**
|
|
695
|
-
* <p>A detailed description of the status of the association between a Resolver rule and a VPC.</p>
|
|
696
|
-
*/
|
|
697
|
-
StatusMessage?: string;
|
|
698
|
-
}
|
|
699
|
-
export declare namespace ResolverRuleAssociation {
|
|
700
|
-
/**
|
|
701
|
-
* @internal
|
|
702
|
-
*/
|
|
703
|
-
const filterSensitiveLog: (obj: ResolverRuleAssociation) => any;
|
|
704
|
-
}
|
|
705
|
-
export interface AssociateResolverRuleResponse {
|
|
706
|
-
/**
|
|
707
|
-
* <p>Information about the <code>AssociateResolverRule</code> request, including the status of the request.</p>
|
|
708
|
-
*/
|
|
709
|
-
ResolverRuleAssociation?: ResolverRuleAssociation;
|
|
710
|
-
}
|
|
711
|
-
export declare namespace AssociateResolverRuleResponse {
|
|
712
|
-
/**
|
|
713
|
-
* @internal
|
|
714
|
-
*/
|
|
715
|
-
const filterSensitiveLog: (obj: AssociateResolverRuleResponse) => any;
|
|
716
|
-
}
|
|
717
|
-
/**
|
|
718
|
-
* <p>The specified resource isn't available.</p>
|
|
719
|
-
*/
|
|
720
|
-
export interface ResourceUnavailableException extends __SmithyException, $MetadataBearer {
|
|
721
|
-
name: "ResourceUnavailableException";
|
|
722
|
-
$fault: "client";
|
|
723
|
-
Message?: string;
|
|
724
|
-
/**
|
|
725
|
-
* <p>For a <code>ResourceUnavailableException</code> error, the type of resource that isn't available.</p>
|
|
726
|
-
*/
|
|
727
|
-
ResourceType?: string;
|
|
728
|
-
}
|
|
729
|
-
export declare namespace ResourceUnavailableException {
|
|
730
|
-
/**
|
|
731
|
-
* @internal
|
|
732
|
-
*/
|
|
733
|
-
const filterSensitiveLog: (obj: ResourceUnavailableException) => any;
|
|
734
|
-
}
|
|
735
|
-
export declare enum BlockOverrideDnsType {
|
|
736
|
-
CNAME = "CNAME"
|
|
737
|
-
}
|
|
738
|
-
export declare enum BlockResponse {
|
|
739
|
-
NODATA = "NODATA",
|
|
740
|
-
NXDOMAIN = "NXDOMAIN",
|
|
741
|
-
OVERRIDE = "OVERRIDE"
|
|
742
|
-
}
|
|
743
|
-
export interface CreateFirewallDomainListRequest {
|
|
744
|
-
/**
|
|
745
|
-
* <p>A unique string that identifies the request and that allows you to retry failed requests
|
|
746
|
-
* without the risk of running the operation twice. <code>CreatorRequestId</code> can be
|
|
747
|
-
* any unique string, for example, a date/time stamp. </p>
|
|
748
|
-
*/
|
|
749
|
-
CreatorRequestId?: string;
|
|
750
|
-
/**
|
|
751
|
-
* <p>A name that lets you identify the domain list to manage and use it.</p>
|
|
752
|
-
*/
|
|
753
|
-
Name: string | undefined;
|
|
754
|
-
/**
|
|
755
|
-
* <p>A list of the tag keys and values that you want to associate with the domain list. </p>
|
|
756
|
-
*/
|
|
757
|
-
Tags?: Tag[];
|
|
758
|
-
}
|
|
759
|
-
export declare namespace CreateFirewallDomainListRequest {
|
|
760
|
-
/**
|
|
761
|
-
* @internal
|
|
762
|
-
*/
|
|
763
|
-
const filterSensitiveLog: (obj: CreateFirewallDomainListRequest) => any;
|
|
764
|
-
}
|
|
765
|
-
export declare enum FirewallDomainListStatus {
|
|
766
|
-
COMPLETE = "COMPLETE",
|
|
767
|
-
COMPLETE_IMPORT_FAILED = "COMPLETE_IMPORT_FAILED",
|
|
768
|
-
DELETING = "DELETING",
|
|
769
|
-
IMPORTING = "IMPORTING",
|
|
770
|
-
UPDATING = "UPDATING"
|
|
771
|
-
}
|
|
772
|
-
/**
|
|
773
|
-
* <p>High-level information about a list of firewall domains for use in a <a>FirewallRule</a>. This is returned by <a>GetFirewallDomainList</a>.</p>
|
|
774
|
-
* <p>To retrieve the domains that are defined for this domain list, call <a>ListFirewallDomains</a>.</p>
|
|
775
|
-
*/
|
|
776
|
-
export interface FirewallDomainList {
|
|
777
|
-
/**
|
|
778
|
-
* <p>The ID of the domain list. </p>
|
|
779
|
-
*/
|
|
780
|
-
Id?: string;
|
|
781
|
-
/**
|
|
782
|
-
* <p>The Amazon Resource Name (ARN) of the firewall domain list.</p>
|
|
783
|
-
*/
|
|
784
|
-
Arn?: string;
|
|
785
|
-
/**
|
|
786
|
-
* <p>The name of the domain list. </p>
|
|
787
|
-
*/
|
|
788
|
-
Name?: string;
|
|
789
|
-
/**
|
|
790
|
-
* <p>The number of domain names that are specified in the domain list.</p>
|
|
791
|
-
*/
|
|
792
|
-
DomainCount?: number;
|
|
793
|
-
/**
|
|
794
|
-
* <p>The status of the domain list. </p>
|
|
795
|
-
*/
|
|
796
|
-
Status?: FirewallDomainListStatus | string;
|
|
797
|
-
/**
|
|
798
|
-
* <p>Additional information about the status of the list, if available.</p>
|
|
799
|
-
*/
|
|
800
|
-
StatusMessage?: string;
|
|
801
|
-
/**
|
|
802
|
-
* <p>The owner of the list, used only for lists that are not managed by you. For example, the managed domain list <code>AWSManagedDomainsMalwareDomainList</code> has the managed owner name <code>Route 53 Resolver DNS Firewall</code>.</p>
|
|
803
|
-
*/
|
|
804
|
-
ManagedOwnerName?: string;
|
|
805
|
-
/**
|
|
806
|
-
* <p>A unique string defined by you to identify the request. This allows you to retry failed
|
|
807
|
-
* requests without the risk of running the operation twice. This can be any unique string,
|
|
808
|
-
* for example, a timestamp. </p>
|
|
809
|
-
*/
|
|
810
|
-
CreatorRequestId?: string;
|
|
811
|
-
/**
|
|
812
|
-
* <p>The date and time that the domain list was created, in Unix time format and Coordinated Universal Time (UTC). </p>
|
|
813
|
-
*/
|
|
814
|
-
CreationTime?: string;
|
|
815
|
-
/**
|
|
816
|
-
* <p>The date and time that the domain list was last modified, in Unix time format and Coordinated Universal Time (UTC). </p>
|
|
817
|
-
*/
|
|
818
|
-
ModificationTime?: string;
|
|
819
|
-
}
|
|
820
|
-
export declare namespace FirewallDomainList {
|
|
821
|
-
/**
|
|
822
|
-
* @internal
|
|
823
|
-
*/
|
|
824
|
-
const filterSensitiveLog: (obj: FirewallDomainList) => any;
|
|
825
|
-
}
|
|
826
|
-
export interface CreateFirewallDomainListResponse {
|
|
827
|
-
/**
|
|
828
|
-
* <p>The
|
|
829
|
-
* domain list that you just created.</p>
|
|
830
|
-
*/
|
|
831
|
-
FirewallDomainList?: FirewallDomainList;
|
|
832
|
-
}
|
|
833
|
-
export declare namespace CreateFirewallDomainListResponse {
|
|
834
|
-
/**
|
|
835
|
-
* @internal
|
|
836
|
-
*/
|
|
837
|
-
const filterSensitiveLog: (obj: CreateFirewallDomainListResponse) => any;
|
|
838
|
-
}
|
|
839
|
-
export interface CreateFirewallRuleRequest {
|
|
840
|
-
/**
|
|
841
|
-
* <p>A unique string that identifies the request and that allows you to retry failed requests
|
|
842
|
-
* without the risk of running the operation twice. <code>CreatorRequestId</code> can be
|
|
843
|
-
* any unique string, for example, a date/time stamp. </p>
|
|
844
|
-
*/
|
|
845
|
-
CreatorRequestId?: string;
|
|
846
|
-
/**
|
|
847
|
-
* <p>The unique identifier of the firewall rule group where you want to create the rule. </p>
|
|
848
|
-
*/
|
|
849
|
-
FirewallRuleGroupId: string | undefined;
|
|
850
|
-
/**
|
|
851
|
-
* <p>The ID of the domain list that you want to use in the rule. </p>
|
|
852
|
-
*/
|
|
853
|
-
FirewallDomainListId: string | undefined;
|
|
854
|
-
/**
|
|
855
|
-
* <p>The setting that determines the processing order of the rule in the rule group. DNS Firewall
|
|
856
|
-
* processes the rules in a rule group by order of priority, starting from the lowest setting.</p>
|
|
857
|
-
* <p>You must specify a unique priority for each rule in a rule group.
|
|
858
|
-
* To make it easier to insert rules later, leave space between the numbers, for example, use 100, 200, and so on. You
|
|
859
|
-
* can change the priority setting for the rules in a rule group at any time.</p>
|
|
860
|
-
*/
|
|
861
|
-
Priority: number | undefined;
|
|
862
|
-
/**
|
|
863
|
-
* <p>The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain list:</p>
|
|
864
|
-
* <ul>
|
|
865
|
-
* <li>
|
|
866
|
-
* <p>
|
|
867
|
-
* <code>ALLOW</code> - Permit the request to go through.</p>
|
|
868
|
-
* </li>
|
|
869
|
-
* <li>
|
|
870
|
-
* <p>
|
|
871
|
-
* <code>ALERT</code> - Permit the request and send metrics and logs to Cloud Watch.</p>
|
|
872
|
-
* </li>
|
|
873
|
-
* <li>
|
|
874
|
-
* <p>
|
|
875
|
-
* <code>BLOCK</code> - Disallow the request. This option requires additional details in the rule's <code>BlockResponse</code>. </p>
|
|
876
|
-
* </li>
|
|
877
|
-
* </ul>
|
|
878
|
-
*/
|
|
879
|
-
Action: Action | string | undefined;
|
|
880
|
-
/**
|
|
881
|
-
* <p>The way that you want DNS Firewall to block the request, used with the rule action
|
|
882
|
-
* setting <code>BLOCK</code>. </p>
|
|
883
|
-
* <ul>
|
|
884
|
-
* <li>
|
|
885
|
-
* <p>
|
|
886
|
-
* <code>NODATA</code> - Respond indicating that the query was successful, but no response is available for it.</p>
|
|
887
|
-
* </li>
|
|
888
|
-
* <li>
|
|
889
|
-
* <p>
|
|
890
|
-
* <code>NXDOMAIN</code> - Respond indicating that the domain name that's in the query doesn't exist.</p>
|
|
891
|
-
* </li>
|
|
892
|
-
* <li>
|
|
893
|
-
* <p>
|
|
894
|
-
* <code>OVERRIDE</code> - Provide a custom override in the response. This option requires custom handling details in the rule's <code>BlockOverride*</code> settings. </p>
|
|
895
|
-
* </li>
|
|
896
|
-
* </ul>
|
|
897
|
-
* <p>This setting is required if the rule action setting is <code>BLOCK</code>.</p>
|
|
898
|
-
*/
|
|
899
|
-
BlockResponse?: BlockResponse | string;
|
|
900
|
-
/**
|
|
901
|
-
* <p>The custom DNS record to send back in response to the query. Used for the rule action <code>BLOCK</code> with a <code>BlockResponse</code> setting of <code>OVERRIDE</code>.</p>
|
|
902
|
-
* <p>This setting is required if the <code>BlockResponse</code> setting is <code>OVERRIDE</code>.</p>
|
|
903
|
-
*/
|
|
904
|
-
BlockOverrideDomain?: string;
|
|
905
|
-
/**
|
|
906
|
-
* <p>The DNS record's type. This determines the format of the record value that you provided in <code>BlockOverrideDomain</code>. Used for the rule action <code>BLOCK</code> with a <code>BlockResponse</code> setting of <code>OVERRIDE</code>.</p>
|
|
907
|
-
* <p>This setting is required if the <code>BlockResponse</code> setting is <code>OVERRIDE</code>.</p>
|
|
908
|
-
*/
|
|
909
|
-
BlockOverrideDnsType?: BlockOverrideDnsType | string;
|
|
910
|
-
/**
|
|
911
|
-
* <p>The recommended amount of time, in seconds, for the DNS resolver or web browser to cache the provided override record. Used for the rule action <code>BLOCK</code> with a <code>BlockResponse</code> setting of <code>OVERRIDE</code>.</p>
|
|
912
|
-
* <p>This setting is required if the <code>BlockResponse</code> setting is <code>OVERRIDE</code>.</p>
|
|
913
|
-
*/
|
|
914
|
-
BlockOverrideTtl?: number;
|
|
915
|
-
/**
|
|
916
|
-
* <p>A name that lets you identify the rule in the rule group.</p>
|
|
917
|
-
*/
|
|
918
|
-
Name: string | undefined;
|
|
919
|
-
}
|
|
920
|
-
export declare namespace CreateFirewallRuleRequest {
|
|
921
|
-
/**
|
|
922
|
-
* @internal
|
|
923
|
-
*/
|
|
924
|
-
const filterSensitiveLog: (obj: CreateFirewallRuleRequest) => any;
|
|
925
|
-
}
|
|
926
|
-
/**
|
|
927
|
-
* <p>A single firewall rule in a rule group.</p>
|
|
928
|
-
*/
|
|
929
|
-
export interface FirewallRule {
|
|
930
|
-
/**
|
|
931
|
-
* <p>The unique identifier of the firewall rule group of the rule. </p>
|
|
932
|
-
*/
|
|
933
|
-
FirewallRuleGroupId?: string;
|
|
934
|
-
/**
|
|
935
|
-
* <p>The ID of the domain list that's used in the rule. </p>
|
|
936
|
-
*/
|
|
937
|
-
FirewallDomainListId?: string;
|
|
938
|
-
/**
|
|
939
|
-
* <p>The name of the rule. </p>
|
|
940
|
-
*/
|
|
941
|
-
Name?: string;
|
|
942
|
-
/**
|
|
943
|
-
* <p>The priority of the rule in the rule group. This value must be unique within the rule group. DNS Firewall processes the rules in a rule group by order of priority, starting from the lowest setting.</p>
|
|
944
|
-
*/
|
|
945
|
-
Priority?: number;
|
|
946
|
-
/**
|
|
947
|
-
* <p>The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain list:</p>
|
|
948
|
-
* <ul>
|
|
949
|
-
* <li>
|
|
950
|
-
* <p>
|
|
951
|
-
* <code>ALLOW</code> - Permit the request to go through.</p>
|
|
952
|
-
* </li>
|
|
953
|
-
* <li>
|
|
954
|
-
* <p>
|
|
955
|
-
* <code>ALERT</code> - Permit the request to go through but send an alert to the logs.</p>
|
|
956
|
-
* </li>
|
|
957
|
-
* <li>
|
|
958
|
-
* <p>
|
|
959
|
-
* <code>BLOCK</code> - Disallow the request. If this is specified, additional handling details are provided in the rule's <code>BlockResponse</code> setting. </p>
|
|
960
|
-
* </li>
|
|
961
|
-
* </ul>
|
|
962
|
-
*/
|
|
963
|
-
Action?: Action | string;
|
|
964
|
-
/**
|
|
965
|
-
* <p>The way that you want DNS Firewall to block the request. Used for the rule action setting <code>BLOCK</code>.</p>
|
|
966
|
-
* <ul>
|
|
967
|
-
* <li>
|
|
968
|
-
* <p>
|
|
969
|
-
* <code>NODATA</code> - Respond indicating that the query was successful, but no response is available for it.</p>
|
|
970
|
-
* </li>
|
|
971
|
-
* <li>
|
|
972
|
-
* <p>
|
|
973
|
-
* <code>NXDOMAIN</code> - Respond indicating that the domain name that's in the query doesn't exist.</p>
|
|
974
|
-
* </li>
|
|
975
|
-
* <li>
|
|
976
|
-
* <p>
|
|
977
|
-
* <code>OVERRIDE</code> - Provide a custom override in the response. This option requires custom handling details in the rule's <code>BlockOverride*</code> settings. </p>
|
|
978
|
-
* </li>
|
|
979
|
-
* </ul>
|
|
980
|
-
*/
|
|
981
|
-
BlockResponse?: BlockResponse | string;
|
|
982
|
-
/**
|
|
983
|
-
* <p>The custom DNS record to send back in response to the query. Used for the rule action <code>BLOCK</code> with a <code>BlockResponse</code> setting of <code>OVERRIDE</code>.</p>
|
|
984
|
-
*/
|
|
985
|
-
BlockOverrideDomain?: string;
|
|
986
|
-
/**
|
|
987
|
-
* <p>The DNS record's type. This determines the format of the record value that you provided in <code>BlockOverrideDomain</code>. Used for the rule action <code>BLOCK</code> with a <code>BlockResponse</code> setting of <code>OVERRIDE</code>.</p>
|
|
988
|
-
*/
|
|
989
|
-
BlockOverrideDnsType?: BlockOverrideDnsType | string;
|
|
990
|
-
/**
|
|
991
|
-
* <p>The recommended amount of time, in seconds, for the DNS resolver or web browser to cache the provided override record. Used for the rule action <code>BLOCK</code> with a <code>BlockResponse</code> setting of <code>OVERRIDE</code>.</p>
|
|
992
|
-
*/
|
|
993
|
-
BlockOverrideTtl?: number;
|
|
994
|
-
/**
|
|
995
|
-
* <p>A unique string defined by you to identify the request. This allows you to retry failed requests
|
|
996
|
-
* without the risk of executing the operation twice. This can be any unique string, for example, a timestamp. </p>
|
|
997
|
-
*/
|
|
998
|
-
CreatorRequestId?: string;
|
|
999
|
-
/**
|
|
1000
|
-
* <p>The date and time that the rule was created, in Unix time format and Coordinated Universal Time (UTC). </p>
|
|
1001
|
-
*/
|
|
1002
|
-
CreationTime?: string;
|
|
1003
|
-
/**
|
|
1004
|
-
* <p>The date and time that the rule was last modified, in Unix time format and Coordinated Universal Time (UTC).</p>
|
|
1005
|
-
*/
|
|
1006
|
-
ModificationTime?: string;
|
|
1007
|
-
}
|
|
1008
|
-
export declare namespace FirewallRule {
|
|
1009
|
-
/**
|
|
1010
|
-
* @internal
|
|
1011
|
-
*/
|
|
1012
|
-
const filterSensitiveLog: (obj: FirewallRule) => any;
|
|
1013
|
-
}
|
|
1014
|
-
export interface CreateFirewallRuleResponse {
|
|
1015
|
-
/**
|
|
1016
|
-
* <p>The
|
|
1017
|
-
* firewall rule that you just created. </p>
|
|
1018
|
-
*/
|
|
1019
|
-
FirewallRule?: FirewallRule;
|
|
1020
|
-
}
|
|
1021
|
-
export declare namespace CreateFirewallRuleResponse {
|
|
1022
|
-
/**
|
|
1023
|
-
* @internal
|
|
1024
|
-
*/
|
|
1025
|
-
const filterSensitiveLog: (obj: CreateFirewallRuleResponse) => any;
|
|
1026
|
-
}
|
|
1027
|
-
export interface CreateFirewallRuleGroupRequest {
|
|
1028
|
-
/**
|
|
1029
|
-
* <p>A unique string defined by you to identify the request. This allows you to retry failed
|
|
1030
|
-
* requests without the risk of running the operation twice. This can be any unique string,
|
|
1031
|
-
* for example, a timestamp. </p>
|
|
1032
|
-
*/
|
|
1033
|
-
CreatorRequestId?: string;
|
|
1034
|
-
/**
|
|
1035
|
-
* <p>A name that lets you identify the rule group, to manage and use it.</p>
|
|
1036
|
-
*/
|
|
1037
|
-
Name: string | undefined;
|
|
1038
|
-
/**
|
|
1039
|
-
* <p>A list of the tag keys and values that you want to associate with the rule group. </p>
|
|
1040
|
-
*/
|
|
1041
|
-
Tags?: Tag[];
|
|
1042
|
-
}
|
|
1043
|
-
export declare namespace CreateFirewallRuleGroupRequest {
|
|
1044
|
-
/**
|
|
1045
|
-
* @internal
|
|
1046
|
-
*/
|
|
1047
|
-
const filterSensitiveLog: (obj: CreateFirewallRuleGroupRequest) => any;
|
|
1048
|
-
}
|
|
1049
|
-
export declare enum ShareStatus {
|
|
1050
|
-
NotShared = "NOT_SHARED",
|
|
1051
|
-
SharedByMe = "SHARED_BY_ME",
|
|
1052
|
-
SharedWithMe = "SHARED_WITH_ME"
|
|
1053
|
-
}
|
|
1054
|
-
export declare enum FirewallRuleGroupStatus {
|
|
1055
|
-
COMPLETE = "COMPLETE",
|
|
1056
|
-
DELETING = "DELETING",
|
|
1057
|
-
UPDATING = "UPDATING"
|
|
1058
|
-
}
|
|
1059
|
-
/**
|
|
1060
|
-
* <p>High-level information for a firewall rule group. A firewall rule group is a collection of rules that DNS Firewall uses to filter DNS network traffic for a VPC. To retrieve the rules for the rule group, call <a>ListFirewallRules</a>.</p>
|
|
1061
|
-
*/
|
|
1062
|
-
export interface FirewallRuleGroup {
|
|
1063
|
-
/**
|
|
1064
|
-
* <p>The ID of the rule group. </p>
|
|
1065
|
-
*/
|
|
1066
|
-
Id?: string;
|
|
1067
|
-
/**
|
|
1068
|
-
* <p>The ARN (Amazon Resource Name) of the rule group.</p>
|
|
1069
|
-
*/
|
|
1070
|
-
Arn?: string;
|
|
1071
|
-
/**
|
|
1072
|
-
* <p>The name of the rule group.</p>
|
|
1073
|
-
*/
|
|
1074
|
-
Name?: string;
|
|
1075
|
-
/**
|
|
1076
|
-
* <p>The number of rules in the rule group.</p>
|
|
1077
|
-
*/
|
|
1078
|
-
RuleCount?: number;
|
|
1079
|
-
/**
|
|
1080
|
-
* <p>The status of the domain list. </p>
|
|
1081
|
-
*/
|
|
1082
|
-
Status?: FirewallRuleGroupStatus | string;
|
|
1083
|
-
/**
|
|
1084
|
-
* <p>Additional information about the status of the rule group, if available.</p>
|
|
1085
|
-
*/
|
|
1086
|
-
StatusMessage?: string;
|
|
1087
|
-
/**
|
|
1088
|
-
* <p>The Amazon Web Services account ID for the account that created the rule group. When a rule group is shared with your account,
|
|
1089
|
-
* this is the account that has shared the rule group with you. </p>
|
|
1090
|
-
*/
|
|
1091
|
-
OwnerId?: string;
|
|
1092
|
-
/**
|
|
1093
|
-
* <p>A unique string defined by you to identify the request. This allows you to retry failed
|
|
1094
|
-
* requests without the risk of running the operation twice. This can be any unique string,
|
|
1095
|
-
* for example, a timestamp. </p>
|
|
1096
|
-
*/
|
|
1097
|
-
CreatorRequestId?: string;
|
|
1098
|
-
/**
|
|
1099
|
-
* <p>Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current account by another
|
|
1100
|
-
* Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM).</p>
|
|
1101
|
-
*/
|
|
1102
|
-
ShareStatus?: ShareStatus | string;
|
|
1103
|
-
/**
|
|
1104
|
-
* <p>The date and time that the rule group was created, in Unix time format and Coordinated Universal Time (UTC). </p>
|
|
1105
|
-
*/
|
|
1106
|
-
CreationTime?: string;
|
|
1107
|
-
/**
|
|
1108
|
-
* <p>The date and time that the rule group was last modified, in Unix time format and Coordinated Universal Time (UTC).</p>
|
|
1109
|
-
*/
|
|
1110
|
-
ModificationTime?: string;
|
|
1111
|
-
}
|
|
1112
|
-
export declare namespace FirewallRuleGroup {
|
|
1113
|
-
/**
|
|
1114
|
-
* @internal
|
|
1115
|
-
*/
|
|
1116
|
-
const filterSensitiveLog: (obj: FirewallRuleGroup) => any;
|
|
1117
|
-
}
|
|
1118
|
-
export interface CreateFirewallRuleGroupResponse {
|
|
1119
|
-
/**
|
|
1120
|
-
* <p>A collection of rules used to filter DNS network traffic. </p>
|
|
1121
|
-
*/
|
|
1122
|
-
FirewallRuleGroup?: FirewallRuleGroup;
|
|
1123
|
-
}
|
|
1124
|
-
export declare namespace CreateFirewallRuleGroupResponse {
|
|
1125
|
-
/**
|
|
1126
|
-
* @internal
|
|
1127
|
-
*/
|
|
1128
|
-
const filterSensitiveLog: (obj: CreateFirewallRuleGroupResponse) => any;
|
|
1129
|
-
}
|
|
1130
|
-
/**
|
|
1131
|
-
* <p>In a
|
|
1132
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverEndpoint.html">CreateResolverEndpoint</a>
|
|
1133
|
-
* request, the IP address that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints).
|
|
1134
|
-
* <code>IpAddressRequest</code> also includes the ID of the subnet that contains the IP address.</p>
|
|
1135
|
-
*/
|
|
1136
|
-
export interface IpAddressRequest {
|
|
1137
|
-
/**
|
|
1138
|
-
* <p>The ID of the subnet that contains the IP address. </p>
|
|
1139
|
-
*/
|
|
1140
|
-
SubnetId: string | undefined;
|
|
1141
|
-
/**
|
|
1142
|
-
* <p>The IP address that you want to use for DNS queries.</p>
|
|
1143
|
-
*/
|
|
1144
|
-
Ip?: string;
|
|
1145
|
-
}
|
|
1146
|
-
export declare namespace IpAddressRequest {
|
|
1147
|
-
/**
|
|
1148
|
-
* @internal
|
|
1149
|
-
*/
|
|
1150
|
-
const filterSensitiveLog: (obj: IpAddressRequest) => any;
|
|
1151
|
-
}
|
|
1152
|
-
export interface CreateResolverEndpointRequest {
|
|
1153
|
-
/**
|
|
1154
|
-
* <p>A unique string that identifies the request and that allows failed requests to be retried
|
|
1155
|
-
* without the risk of running the operation twice. <code>CreatorRequestId</code> can be
|
|
1156
|
-
* any unique string, for example, a date/time stamp. </p>
|
|
1157
|
-
*/
|
|
1158
|
-
CreatorRequestId: string | undefined;
|
|
1159
|
-
/**
|
|
1160
|
-
* <p>A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.</p>
|
|
1161
|
-
*/
|
|
1162
|
-
Name?: string;
|
|
1163
|
-
/**
|
|
1164
|
-
* <p>The ID of one or more security groups that you want to use to control access to this VPC. The security group that you specify
|
|
1165
|
-
* must include one or more inbound rules (for inbound Resolver endpoints) or outbound rules (for outbound Resolver endpoints).
|
|
1166
|
-
* Inbound and outbound rules must allow TCP and UDP access. For inbound access, open port 53. For outbound access, open the port
|
|
1167
|
-
* that you're using for DNS queries on your network.</p>
|
|
1168
|
-
*/
|
|
1169
|
-
SecurityGroupIds: string[] | undefined;
|
|
1170
|
-
/**
|
|
1171
|
-
* <p>Specify the applicable value:</p>
|
|
1172
|
-
* <ul>
|
|
1173
|
-
* <li>
|
|
1174
|
-
* <p>
|
|
1175
|
-
* <code>INBOUND</code>: Resolver forwards DNS queries to the DNS service for a VPC from your network</p>
|
|
1176
|
-
* </li>
|
|
1177
|
-
* <li>
|
|
1178
|
-
* <p>
|
|
1179
|
-
* <code>OUTBOUND</code>: Resolver forwards DNS queries from the DNS service for a VPC to your network</p>
|
|
1180
|
-
* </li>
|
|
1181
|
-
* </ul>
|
|
1182
|
-
*/
|
|
1183
|
-
Direction: ResolverEndpointDirection | string | undefined;
|
|
1184
|
-
/**
|
|
1185
|
-
* <p>The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward
|
|
1186
|
-
* DNS queries to (for inbound endpoints). The subnet ID uniquely identifies a VPC. </p>
|
|
1187
|
-
*/
|
|
1188
|
-
IpAddresses: IpAddressRequest[] | undefined;
|
|
1189
|
-
/**
|
|
1190
|
-
* <p>A list of the tag keys and values that you want to associate with the endpoint.</p>
|
|
1191
|
-
*/
|
|
1192
|
-
Tags?: Tag[];
|
|
1193
|
-
}
|
|
1194
|
-
export declare namespace CreateResolverEndpointRequest {
|
|
1195
|
-
/**
|
|
1196
|
-
* @internal
|
|
1197
|
-
*/
|
|
1198
|
-
const filterSensitiveLog: (obj: CreateResolverEndpointRequest) => any;
|
|
1199
|
-
}
|
|
1200
|
-
export interface CreateResolverEndpointResponse {
|
|
1201
|
-
/**
|
|
1202
|
-
* <p>Information about the <code>CreateResolverEndpoint</code> request, including the status of the request.</p>
|
|
1203
|
-
*/
|
|
1204
|
-
ResolverEndpoint?: ResolverEndpoint;
|
|
1205
|
-
}
|
|
1206
|
-
export declare namespace CreateResolverEndpointResponse {
|
|
1207
|
-
/**
|
|
1208
|
-
* @internal
|
|
1209
|
-
*/
|
|
1210
|
-
const filterSensitiveLog: (obj: CreateResolverEndpointResponse) => any;
|
|
1211
|
-
}
|
|
1212
|
-
export interface CreateResolverQueryLogConfigRequest {
|
|
1213
|
-
/**
|
|
1214
|
-
* <p>The name that you want to give the query logging configuration.</p>
|
|
1215
|
-
*/
|
|
1216
|
-
Name: string | undefined;
|
|
1217
|
-
/**
|
|
1218
|
-
* <p>The ARN of the resource that you want Resolver to send query logs. You can send query logs to an S3 bucket, a CloudWatch Logs log group,
|
|
1219
|
-
* or a Kinesis Data Firehose delivery stream. Examples of valid values include the following:</p>
|
|
1220
|
-
*
|
|
1221
|
-
* <ul>
|
|
1222
|
-
* <li>
|
|
1223
|
-
* <p>
|
|
1224
|
-
* <b>S3 bucket</b>: </p>
|
|
1225
|
-
* <p>
|
|
1226
|
-
* <code>arn:aws:s3:::examplebucket</code>
|
|
1227
|
-
* </p>
|
|
1228
|
-
* <p>You can optionally append a file prefix to the end of the ARN.</p>
|
|
1229
|
-
* <p>
|
|
1230
|
-
* <code>arn:aws:s3:::examplebucket/development/</code>
|
|
1231
|
-
* </p>
|
|
1232
|
-
* </li>
|
|
1233
|
-
* <li>
|
|
1234
|
-
* <p>
|
|
1235
|
-
* <b>CloudWatch Logs log group</b>: </p>
|
|
1236
|
-
* <p>
|
|
1237
|
-
* <code>arn:aws:logs:us-west-1:123456789012:log-group:/mystack-testgroup-12ABC1AB12A1:*</code>
|
|
1238
|
-
* </p>
|
|
1239
|
-
* </li>
|
|
1240
|
-
* <li>
|
|
1241
|
-
* <p>
|
|
1242
|
-
* <b>Kinesis Data Firehose delivery stream</b>:</p>
|
|
1243
|
-
* <p>
|
|
1244
|
-
* <code>arn:aws:kinesis:us-east-2:0123456789:stream/my_stream_name</code>
|
|
1245
|
-
* </p>
|
|
1246
|
-
* </li>
|
|
1247
|
-
* </ul>
|
|
1248
|
-
*/
|
|
1249
|
-
DestinationArn: string | undefined;
|
|
1250
|
-
/**
|
|
1251
|
-
* <p>A unique string that identifies the request and that allows failed requests to be retried
|
|
1252
|
-
* without the risk of running the operation twice. <code>CreatorRequestId</code> can be
|
|
1253
|
-
* any unique string, for example, a date/time stamp. </p>
|
|
1254
|
-
*/
|
|
1255
|
-
CreatorRequestId?: string;
|
|
1256
|
-
/**
|
|
1257
|
-
* <p>A list of the tag keys and values that you want to associate with the query logging configuration.</p>
|
|
1258
|
-
*/
|
|
1259
|
-
Tags?: Tag[];
|
|
1260
|
-
}
|
|
1261
|
-
export declare namespace CreateResolverQueryLogConfigRequest {
|
|
1262
|
-
/**
|
|
1263
|
-
* @internal
|
|
1264
|
-
*/
|
|
1265
|
-
const filterSensitiveLog: (obj: CreateResolverQueryLogConfigRequest) => any;
|
|
1266
|
-
}
|
|
1267
|
-
export declare enum ResolverQueryLogConfigStatus {
|
|
1268
|
-
Created = "CREATED",
|
|
1269
|
-
Creating = "CREATING",
|
|
1270
|
-
Deleting = "DELETING",
|
|
1271
|
-
Failed = "FAILED"
|
|
1272
|
-
}
|
|
1273
|
-
/**
|
|
1274
|
-
* <p>In the response to a
|
|
1275
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverQueryLogConfig.html">CreateResolverQueryLogConfig</a>,
|
|
1276
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DeleteResolverQueryLogConfig.html">DeleteResolverQueryLogConfig</a>,
|
|
1277
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverQueryLogConfig.html">GetResolverQueryLogConfig</a>,
|
|
1278
|
-
* or
|
|
1279
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverQueryLogConfigs.html">ListResolverQueryLogConfigs</a>
|
|
1280
|
-
* request, a complex type that contains settings for one query logging configuration.</p>
|
|
1281
|
-
*/
|
|
1282
|
-
export interface ResolverQueryLogConfig {
|
|
1283
|
-
/**
|
|
1284
|
-
* <p>The ID for the query logging configuration.</p>
|
|
1285
|
-
*/
|
|
1286
|
-
Id?: string;
|
|
1287
|
-
/**
|
|
1288
|
-
* <p>The Amazon Web Services account ID for the account that created the query logging configuration. </p>
|
|
1289
|
-
*/
|
|
1290
|
-
OwnerId?: string;
|
|
1291
|
-
/**
|
|
1292
|
-
* <p>The status of the specified query logging configuration. Valid values include the following:</p>
|
|
1293
|
-
* <ul>
|
|
1294
|
-
* <li>
|
|
1295
|
-
* <p>
|
|
1296
|
-
* <code>CREATING</code>: Resolver is creating the query logging configuration.</p>
|
|
1297
|
-
* </li>
|
|
1298
|
-
* <li>
|
|
1299
|
-
* <p>
|
|
1300
|
-
* <code>CREATED</code>: The query logging configuration was successfully created.
|
|
1301
|
-
* Resolver is logging queries that originate in the specified VPC.</p>
|
|
1302
|
-
* </li>
|
|
1303
|
-
* <li>
|
|
1304
|
-
* <p>
|
|
1305
|
-
* <code>DELETING</code>: Resolver is deleting this query logging configuration.</p>
|
|
1306
|
-
* </li>
|
|
1307
|
-
* <li>
|
|
1308
|
-
* <p>
|
|
1309
|
-
* <code>FAILED</code>: Resolver can't deliver logs to the location that is specified in the query logging configuration.
|
|
1310
|
-
* Here are two common causes:</p>
|
|
1311
|
-
* <ul>
|
|
1312
|
-
* <li>
|
|
1313
|
-
* <p>The specified destination (for example, an Amazon S3 bucket) was deleted.</p>
|
|
1314
|
-
* </li>
|
|
1315
|
-
* <li>
|
|
1316
|
-
* <p>Permissions don't allow sending logs to the destination.</p>
|
|
1317
|
-
* </li>
|
|
1318
|
-
* </ul>
|
|
1319
|
-
* </li>
|
|
1320
|
-
* </ul>
|
|
1321
|
-
*/
|
|
1322
|
-
Status?: ResolverQueryLogConfigStatus | string;
|
|
1323
|
-
/**
|
|
1324
|
-
* <p>An indication of whether the query logging configuration is shared with other Amazon Web Services accounts, or was shared with the current account by another
|
|
1325
|
-
* Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM).</p>
|
|
1326
|
-
*/
|
|
1327
|
-
ShareStatus?: ShareStatus | string;
|
|
1328
|
-
/**
|
|
1329
|
-
* <p>The number of VPCs that are associated with the query logging configuration.</p>
|
|
1330
|
-
*/
|
|
1331
|
-
AssociationCount?: number;
|
|
1332
|
-
/**
|
|
1333
|
-
* <p>The ARN for the query logging configuration.</p>
|
|
1334
|
-
*/
|
|
1335
|
-
Arn?: string;
|
|
1336
|
-
/**
|
|
1337
|
-
* <p>The name of the query logging configuration. </p>
|
|
1338
|
-
*/
|
|
1339
|
-
Name?: string;
|
|
1340
|
-
/**
|
|
1341
|
-
* <p>The ARN of the resource that you want Resolver to send query logs: an Amazon S3 bucket, a CloudWatch Logs log group, or
|
|
1342
|
-
* a Kinesis Data Firehose delivery stream.</p>
|
|
1343
|
-
*/
|
|
1344
|
-
DestinationArn?: string;
|
|
1345
|
-
/**
|
|
1346
|
-
* <p>A unique string that identifies the request that created the query logging configuration.
|
|
1347
|
-
* The <code>CreatorRequestId</code> allows failed requests to be retried without the risk
|
|
1348
|
-
* of running the operation twice.</p>
|
|
1349
|
-
*/
|
|
1350
|
-
CreatorRequestId?: string;
|
|
1351
|
-
/**
|
|
1352
|
-
* <p>The date and time that the query logging configuration was created, in Unix time format and Coordinated Universal Time (UTC).</p>
|
|
1353
|
-
*/
|
|
1354
|
-
CreationTime?: string;
|
|
1355
|
-
}
|
|
1356
|
-
export declare namespace ResolverQueryLogConfig {
|
|
1357
|
-
/**
|
|
1358
|
-
* @internal
|
|
1359
|
-
*/
|
|
1360
|
-
const filterSensitiveLog: (obj: ResolverQueryLogConfig) => any;
|
|
1361
|
-
}
|
|
1362
|
-
export interface CreateResolverQueryLogConfigResponse {
|
|
1363
|
-
/**
|
|
1364
|
-
* <p>Information about the <code>CreateResolverQueryLogConfig</code> request, including the status of the request.</p>
|
|
1365
|
-
*/
|
|
1366
|
-
ResolverQueryLogConfig?: ResolverQueryLogConfig;
|
|
1367
|
-
}
|
|
1368
|
-
export declare namespace CreateResolverQueryLogConfigResponse {
|
|
1369
|
-
/**
|
|
1370
|
-
* @internal
|
|
1371
|
-
*/
|
|
1372
|
-
const filterSensitiveLog: (obj: CreateResolverQueryLogConfigResponse) => any;
|
|
1373
|
-
}
|
|
1374
|
-
export declare enum RuleTypeOption {
|
|
1375
|
-
Forward = "FORWARD",
|
|
1376
|
-
Recursive = "RECURSIVE",
|
|
1377
|
-
System = "SYSTEM"
|
|
1378
|
-
}
|
|
1379
|
-
/**
|
|
1380
|
-
* <p>In a
|
|
1381
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverRule.html">CreateResolverRule</a>
|
|
1382
|
-
* request, an array of the IPs that you want to forward DNS queries to.</p>
|
|
1383
|
-
*/
|
|
1384
|
-
export interface TargetAddress {
|
|
1385
|
-
/**
|
|
1386
|
-
* <p>One IP address that you want to forward DNS queries to. You can specify only IPv4 addresses.</p>
|
|
1387
|
-
*/
|
|
1388
|
-
Ip: string | undefined;
|
|
1389
|
-
/**
|
|
1390
|
-
* <p>The port at <code>Ip</code> that you want to forward DNS queries to.</p>
|
|
1391
|
-
*/
|
|
1392
|
-
Port?: number;
|
|
1393
|
-
}
|
|
1394
|
-
export declare namespace TargetAddress {
|
|
1395
|
-
/**
|
|
1396
|
-
* @internal
|
|
1397
|
-
*/
|
|
1398
|
-
const filterSensitiveLog: (obj: TargetAddress) => any;
|
|
1399
|
-
}
|
|
1400
|
-
export interface CreateResolverRuleRequest {
|
|
1401
|
-
/**
|
|
1402
|
-
* <p>A unique string that identifies the request and that allows failed requests to be retried
|
|
1403
|
-
* without the risk of running the operation twice. <code>CreatorRequestId</code> can be
|
|
1404
|
-
* any unique string, for example, a date/time stamp. </p>
|
|
1405
|
-
*/
|
|
1406
|
-
CreatorRequestId: string | undefined;
|
|
1407
|
-
/**
|
|
1408
|
-
* <p>A friendly name that lets you easily find a rule in the Resolver dashboard in the Route 53 console.</p>
|
|
1409
|
-
*/
|
|
1410
|
-
Name?: string;
|
|
1411
|
-
/**
|
|
1412
|
-
* <p>When you want to forward DNS queries for specified domain name to resolvers on your network, specify <code>FORWARD</code>.</p>
|
|
1413
|
-
* <p>When you have a forwarding rule to forward DNS queries for a domain to your network and you want Resolver to process queries for
|
|
1414
|
-
* a subdomain of that domain, specify <code>SYSTEM</code>.</p>
|
|
1415
|
-
* <p>For example, to forward DNS queries for example.com to resolvers on your network, you create a rule and specify <code>FORWARD</code>
|
|
1416
|
-
* for <code>RuleType</code>. To then have Resolver process queries for apex.example.com, you create a rule and specify
|
|
1417
|
-
* <code>SYSTEM</code> for <code>RuleType</code>.</p>
|
|
1418
|
-
* <p>Currently, only Resolver can create rules that have a value of <code>RECURSIVE</code> for <code>RuleType</code>.</p>
|
|
1419
|
-
*/
|
|
1420
|
-
RuleType: RuleTypeOption | string | undefined;
|
|
1421
|
-
/**
|
|
1422
|
-
* <p>DNS queries for this domain name are forwarded to the IP addresses that you specify in <code>TargetIps</code>. If a query matches
|
|
1423
|
-
* multiple Resolver rules (example.com and www.example.com), outbound DNS queries are routed using the Resolver rule that contains
|
|
1424
|
-
* the most specific domain name (www.example.com).</p>
|
|
1425
|
-
*/
|
|
1426
|
-
DomainName: string | undefined;
|
|
1427
|
-
/**
|
|
1428
|
-
* <p>The IPs that you want Resolver to forward DNS queries to. You can specify only IPv4 addresses. Separate IP addresses with a space.</p>
|
|
1429
|
-
* <p>
|
|
1430
|
-
* <code>TargetIps</code> is available only when the value of <code>Rule type</code> is <code>FORWARD</code>.</p>
|
|
1431
|
-
*/
|
|
1432
|
-
TargetIps?: TargetAddress[];
|
|
1433
|
-
/**
|
|
1434
|
-
* <p>The ID of the outbound Resolver endpoint that you want to use to route DNS queries to the IP addresses that you specify
|
|
1435
|
-
* in <code>TargetIps</code>.</p>
|
|
1436
|
-
*/
|
|
1437
|
-
ResolverEndpointId?: string;
|
|
1438
|
-
/**
|
|
1439
|
-
* <p>A list of the tag keys and values that you want to associate with the endpoint.</p>
|
|
1440
|
-
*/
|
|
1441
|
-
Tags?: Tag[];
|
|
1442
|
-
}
|
|
1443
|
-
export declare namespace CreateResolverRuleRequest {
|
|
1444
|
-
/**
|
|
1445
|
-
* @internal
|
|
1446
|
-
*/
|
|
1447
|
-
const filterSensitiveLog: (obj: CreateResolverRuleRequest) => any;
|
|
1448
|
-
}
|
|
1449
|
-
export declare enum ResolverRuleStatus {
|
|
1450
|
-
Complete = "COMPLETE",
|
|
1451
|
-
Deleting = "DELETING",
|
|
1452
|
-
Failed = "FAILED",
|
|
1453
|
-
Updating = "UPDATING"
|
|
1454
|
-
}
|
|
1455
|
-
/**
|
|
1456
|
-
* <p>For queries that originate in your VPC, detailed information about a Resolver rule, which specifies how to route DNS queries
|
|
1457
|
-
* out of the VPC. The <code>ResolverRule</code> parameter appears in the response to a
|
|
1458
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverRule.html">CreateResolverRule</a>,
|
|
1459
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DeleteResolverRule.html">DeleteResolverRule</a>,
|
|
1460
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverRule.html">GetResolverRule</a>,
|
|
1461
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRules.html">ListResolverRules</a>,
|
|
1462
|
-
* or
|
|
1463
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_UpdateResolverRule.html">UpdateResolverRule</a> request.</p>
|
|
1464
|
-
*/
|
|
1465
|
-
export interface ResolverRule {
|
|
1466
|
-
/**
|
|
1467
|
-
* <p>The ID that Resolver assigned to the Resolver rule when you created it.</p>
|
|
1468
|
-
*/
|
|
1469
|
-
Id?: string;
|
|
1470
|
-
/**
|
|
1471
|
-
* <p>A unique string that you specified when you created the Resolver rule.
|
|
1472
|
-
* <code>CreatorRequestId</code> identifies the request and allows failed requests to
|
|
1473
|
-
* be retried without the risk of running the operation twice. </p>
|
|
1474
|
-
*/
|
|
1475
|
-
CreatorRequestId?: string;
|
|
1476
|
-
/**
|
|
1477
|
-
* <p>The ARN (Amazon Resource Name) for the Resolver rule specified by <code>Id</code>.</p>
|
|
1478
|
-
*/
|
|
1479
|
-
Arn?: string;
|
|
1480
|
-
/**
|
|
1481
|
-
* <p>DNS queries for this domain name are forwarded to the IP addresses that are specified in <code>TargetIps</code>. If a query matches
|
|
1482
|
-
* multiple Resolver rules (example.com and www.example.com), the query is routed using the Resolver rule that contains the most specific domain name
|
|
1483
|
-
* (www.example.com).</p>
|
|
1484
|
-
*/
|
|
1485
|
-
DomainName?: string;
|
|
1486
|
-
/**
|
|
1487
|
-
* <p>A code that specifies the current status of the Resolver rule.</p>
|
|
1488
|
-
*/
|
|
1489
|
-
Status?: ResolverRuleStatus | string;
|
|
1490
|
-
/**
|
|
1491
|
-
* <p>A detailed description of the status of a Resolver rule.</p>
|
|
1492
|
-
*/
|
|
1493
|
-
StatusMessage?: string;
|
|
1494
|
-
/**
|
|
1495
|
-
* <p>When you want to forward DNS queries for specified domain name to resolvers on your network, specify <code>FORWARD</code>.</p>
|
|
1496
|
-
* <p>When you have a forwarding rule to forward DNS queries for a domain to your network and you want Resolver to process queries for
|
|
1497
|
-
* a subdomain of that domain, specify <code>SYSTEM</code>.</p>
|
|
1498
|
-
* <p>For example, to forward DNS queries for example.com to resolvers on your network, you create a rule and specify <code>FORWARD</code>
|
|
1499
|
-
* for <code>RuleType</code>. To then have Resolver process queries for apex.example.com, you create a rule and specify
|
|
1500
|
-
* <code>SYSTEM</code> for <code>RuleType</code>.</p>
|
|
1501
|
-
* <p>Currently, only Resolver can create rules that have a value of <code>RECURSIVE</code> for <code>RuleType</code>.</p>
|
|
1502
|
-
*/
|
|
1503
|
-
RuleType?: RuleTypeOption | string;
|
|
1504
|
-
/**
|
|
1505
|
-
* <p>The name for the Resolver rule, which you specified when you created the Resolver rule.</p>
|
|
1506
|
-
*/
|
|
1507
|
-
Name?: string;
|
|
1508
|
-
/**
|
|
1509
|
-
* <p>An array that contains the IP addresses and ports that an outbound endpoint forwards DNS queries to. Typically,
|
|
1510
|
-
* these are the IP addresses of DNS resolvers on your network. Specify IPv4 addresses. IPv6 is not supported.</p>
|
|
1511
|
-
*/
|
|
1512
|
-
TargetIps?: TargetAddress[];
|
|
1513
|
-
/**
|
|
1514
|
-
* <p>The ID of the endpoint that the rule is associated with.</p>
|
|
1515
|
-
*/
|
|
1516
|
-
ResolverEndpointId?: string;
|
|
1517
|
-
/**
|
|
1518
|
-
* <p>When a rule is shared with another Amazon Web Services account, the account ID of the account that the rule is shared with.</p>
|
|
1519
|
-
*/
|
|
1520
|
-
OwnerId?: string;
|
|
1521
|
-
/**
|
|
1522
|
-
* <p>Whether the rule is shared and, if so, whether the current account is sharing the rule with
|
|
1523
|
-
* another account, or another account is sharing the rule with the current account.</p>
|
|
1524
|
-
*/
|
|
1525
|
-
ShareStatus?: ShareStatus | string;
|
|
1526
|
-
/**
|
|
1527
|
-
* <p>The date and time that the Resolver rule was created, in Unix time format and Coordinated Universal Time (UTC).</p>
|
|
1528
|
-
*/
|
|
1529
|
-
CreationTime?: string;
|
|
1530
|
-
/**
|
|
1531
|
-
* <p>The date and time that the Resolver rule was last updated, in Unix time format and Coordinated Universal Time (UTC).</p>
|
|
1532
|
-
*/
|
|
1533
|
-
ModificationTime?: string;
|
|
1534
|
-
}
|
|
1535
|
-
export declare namespace ResolverRule {
|
|
1536
|
-
/**
|
|
1537
|
-
* @internal
|
|
1538
|
-
*/
|
|
1539
|
-
const filterSensitiveLog: (obj: ResolverRule) => any;
|
|
1540
|
-
}
|
|
1541
|
-
export interface CreateResolverRuleResponse {
|
|
1542
|
-
/**
|
|
1543
|
-
* <p>Information about the <code>CreateResolverRule</code> request, including the status of the request.</p>
|
|
1544
|
-
*/
|
|
1545
|
-
ResolverRule?: ResolverRule;
|
|
1546
|
-
}
|
|
1547
|
-
export declare namespace CreateResolverRuleResponse {
|
|
1548
|
-
/**
|
|
1549
|
-
* @internal
|
|
1550
|
-
*/
|
|
1551
|
-
const filterSensitiveLog: (obj: CreateResolverRuleResponse) => any;
|
|
1552
|
-
}
|
|
1553
|
-
export interface DeleteFirewallDomainListRequest {
|
|
1554
|
-
/**
|
|
1555
|
-
* <p>The ID of the domain list that you want to delete. </p>
|
|
1556
|
-
*/
|
|
1557
|
-
FirewallDomainListId: string | undefined;
|
|
1558
|
-
}
|
|
1559
|
-
export declare namespace DeleteFirewallDomainListRequest {
|
|
1560
|
-
/**
|
|
1561
|
-
* @internal
|
|
1562
|
-
*/
|
|
1563
|
-
const filterSensitiveLog: (obj: DeleteFirewallDomainListRequest) => any;
|
|
1564
|
-
}
|
|
1565
|
-
export interface DeleteFirewallDomainListResponse {
|
|
1566
|
-
/**
|
|
1567
|
-
* <p>The domain list that you just deleted. </p>
|
|
1568
|
-
*/
|
|
1569
|
-
FirewallDomainList?: FirewallDomainList;
|
|
1570
|
-
}
|
|
1571
|
-
export declare namespace DeleteFirewallDomainListResponse {
|
|
1572
|
-
/**
|
|
1573
|
-
* @internal
|
|
1574
|
-
*/
|
|
1575
|
-
const filterSensitiveLog: (obj: DeleteFirewallDomainListResponse) => any;
|
|
1576
|
-
}
|
|
1577
|
-
export interface DeleteFirewallRuleRequest {
|
|
1578
|
-
/**
|
|
1579
|
-
* <p>The unique identifier of the firewall rule group that you want to delete the rule from. </p>
|
|
1580
|
-
*/
|
|
1581
|
-
FirewallRuleGroupId: string | undefined;
|
|
1582
|
-
/**
|
|
1583
|
-
* <p>The ID of the domain list that's used in the rule. </p>
|
|
1584
|
-
*/
|
|
1585
|
-
FirewallDomainListId: string | undefined;
|
|
1586
|
-
}
|
|
1587
|
-
export declare namespace DeleteFirewallRuleRequest {
|
|
1588
|
-
/**
|
|
1589
|
-
* @internal
|
|
1590
|
-
*/
|
|
1591
|
-
const filterSensitiveLog: (obj: DeleteFirewallRuleRequest) => any;
|
|
1592
|
-
}
|
|
1593
|
-
export interface DeleteFirewallRuleResponse {
|
|
1594
|
-
/**
|
|
1595
|
-
* <p>The specification for the firewall rule that you just deleted.</p>
|
|
1596
|
-
*/
|
|
1597
|
-
FirewallRule?: FirewallRule;
|
|
1598
|
-
}
|
|
1599
|
-
export declare namespace DeleteFirewallRuleResponse {
|
|
1600
|
-
/**
|
|
1601
|
-
* @internal
|
|
1602
|
-
*/
|
|
1603
|
-
const filterSensitiveLog: (obj: DeleteFirewallRuleResponse) => any;
|
|
1604
|
-
}
|
|
1605
|
-
export interface DeleteFirewallRuleGroupRequest {
|
|
1606
|
-
/**
|
|
1607
|
-
* <p>The unique identifier of the firewall rule group that you want to delete. </p>
|
|
1608
|
-
*/
|
|
1609
|
-
FirewallRuleGroupId: string | undefined;
|
|
1610
|
-
}
|
|
1611
|
-
export declare namespace DeleteFirewallRuleGroupRequest {
|
|
1612
|
-
/**
|
|
1613
|
-
* @internal
|
|
1614
|
-
*/
|
|
1615
|
-
const filterSensitiveLog: (obj: DeleteFirewallRuleGroupRequest) => any;
|
|
1616
|
-
}
|
|
1617
|
-
export interface DeleteFirewallRuleGroupResponse {
|
|
1618
|
-
/**
|
|
1619
|
-
* <p>A collection of rules used to filter DNS network traffic. </p>
|
|
1620
|
-
*/
|
|
1621
|
-
FirewallRuleGroup?: FirewallRuleGroup;
|
|
1622
|
-
}
|
|
1623
|
-
export declare namespace DeleteFirewallRuleGroupResponse {
|
|
1624
|
-
/**
|
|
1625
|
-
* @internal
|
|
1626
|
-
*/
|
|
1627
|
-
const filterSensitiveLog: (obj: DeleteFirewallRuleGroupResponse) => any;
|
|
1628
|
-
}
|
|
1629
|
-
export interface DeleteResolverEndpointRequest {
|
|
1630
|
-
/**
|
|
1631
|
-
* <p>The ID of the Resolver endpoint that you want to delete.</p>
|
|
1632
|
-
*/
|
|
1633
|
-
ResolverEndpointId: string | undefined;
|
|
1634
|
-
}
|
|
1635
|
-
export declare namespace DeleteResolverEndpointRequest {
|
|
1636
|
-
/**
|
|
1637
|
-
* @internal
|
|
1638
|
-
*/
|
|
1639
|
-
const filterSensitiveLog: (obj: DeleteResolverEndpointRequest) => any;
|
|
1640
|
-
}
|
|
1641
|
-
export interface DeleteResolverEndpointResponse {
|
|
1642
|
-
/**
|
|
1643
|
-
* <p>Information about the <code>DeleteResolverEndpoint</code> request, including the status of the request.</p>
|
|
1644
|
-
*/
|
|
1645
|
-
ResolverEndpoint?: ResolverEndpoint;
|
|
1646
|
-
}
|
|
1647
|
-
export declare namespace DeleteResolverEndpointResponse {
|
|
1648
|
-
/**
|
|
1649
|
-
* @internal
|
|
1650
|
-
*/
|
|
1651
|
-
const filterSensitiveLog: (obj: DeleteResolverEndpointResponse) => any;
|
|
1652
|
-
}
|
|
1653
|
-
export interface DeleteResolverQueryLogConfigRequest {
|
|
1654
|
-
/**
|
|
1655
|
-
* <p>The ID of the query logging configuration that you want to delete.</p>
|
|
1656
|
-
*/
|
|
1657
|
-
ResolverQueryLogConfigId: string | undefined;
|
|
1658
|
-
}
|
|
1659
|
-
export declare namespace DeleteResolverQueryLogConfigRequest {
|
|
1660
|
-
/**
|
|
1661
|
-
* @internal
|
|
1662
|
-
*/
|
|
1663
|
-
const filterSensitiveLog: (obj: DeleteResolverQueryLogConfigRequest) => any;
|
|
1664
|
-
}
|
|
1665
|
-
export interface DeleteResolverQueryLogConfigResponse {
|
|
1666
|
-
/**
|
|
1667
|
-
* <p>Information about the query logging configuration that you deleted, including the status of the request.</p>
|
|
1668
|
-
*/
|
|
1669
|
-
ResolverQueryLogConfig?: ResolverQueryLogConfig;
|
|
1670
|
-
}
|
|
1671
|
-
export declare namespace DeleteResolverQueryLogConfigResponse {
|
|
1672
|
-
/**
|
|
1673
|
-
* @internal
|
|
1674
|
-
*/
|
|
1675
|
-
const filterSensitiveLog: (obj: DeleteResolverQueryLogConfigResponse) => any;
|
|
1676
|
-
}
|
|
1677
|
-
export interface DeleteResolverRuleRequest {
|
|
1678
|
-
/**
|
|
1679
|
-
* <p>The ID of the Resolver rule that you want to delete.</p>
|
|
1680
|
-
*/
|
|
1681
|
-
ResolverRuleId: string | undefined;
|
|
1682
|
-
}
|
|
1683
|
-
export declare namespace DeleteResolverRuleRequest {
|
|
1684
|
-
/**
|
|
1685
|
-
* @internal
|
|
1686
|
-
*/
|
|
1687
|
-
const filterSensitiveLog: (obj: DeleteResolverRuleRequest) => any;
|
|
1688
|
-
}
|
|
1689
|
-
export interface DeleteResolverRuleResponse {
|
|
1690
|
-
/**
|
|
1691
|
-
* <p>Information about the <code>DeleteResolverRule</code> request, including the status of the request.</p>
|
|
1692
|
-
*/
|
|
1693
|
-
ResolverRule?: ResolverRule;
|
|
1694
|
-
}
|
|
1695
|
-
export declare namespace DeleteResolverRuleResponse {
|
|
1696
|
-
/**
|
|
1697
|
-
* @internal
|
|
1698
|
-
*/
|
|
1699
|
-
const filterSensitiveLog: (obj: DeleteResolverRuleResponse) => any;
|
|
1700
|
-
}
|
|
1701
|
-
/**
|
|
1702
|
-
* <p>The resource that you tried to update or delete is currently in use.</p>
|
|
1703
|
-
*/
|
|
1704
|
-
export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
|
|
1705
|
-
name: "ResourceInUseException";
|
|
1706
|
-
$fault: "client";
|
|
1707
|
-
Message?: string;
|
|
1708
|
-
/**
|
|
1709
|
-
* <p>For a <code>ResourceInUseException</code> error, the type of resource that is currently in use.</p>
|
|
1710
|
-
*/
|
|
1711
|
-
ResourceType?: string;
|
|
1712
|
-
}
|
|
1713
|
-
export declare namespace ResourceInUseException {
|
|
1714
|
-
/**
|
|
1715
|
-
* @internal
|
|
1716
|
-
*/
|
|
1717
|
-
const filterSensitiveLog: (obj: ResourceInUseException) => any;
|
|
1718
|
-
}
|
|
1719
|
-
export interface DisassociateFirewallRuleGroupRequest {
|
|
1720
|
-
/**
|
|
1721
|
-
* <p>The identifier of the <a>FirewallRuleGroupAssociation</a>. </p>
|
|
1722
|
-
*/
|
|
1723
|
-
FirewallRuleGroupAssociationId: string | undefined;
|
|
1724
|
-
}
|
|
1725
|
-
export declare namespace DisassociateFirewallRuleGroupRequest {
|
|
1726
|
-
/**
|
|
1727
|
-
* @internal
|
|
1728
|
-
*/
|
|
1729
|
-
const filterSensitiveLog: (obj: DisassociateFirewallRuleGroupRequest) => any;
|
|
1730
|
-
}
|
|
1731
|
-
export interface DisassociateFirewallRuleGroupResponse {
|
|
1732
|
-
/**
|
|
1733
|
-
* <p>The firewall rule group association that you just removed. </p>
|
|
1734
|
-
*/
|
|
1735
|
-
FirewallRuleGroupAssociation?: FirewallRuleGroupAssociation;
|
|
1736
|
-
}
|
|
1737
|
-
export declare namespace DisassociateFirewallRuleGroupResponse {
|
|
1738
|
-
/**
|
|
1739
|
-
* @internal
|
|
1740
|
-
*/
|
|
1741
|
-
const filterSensitiveLog: (obj: DisassociateFirewallRuleGroupResponse) => any;
|
|
1742
|
-
}
|
|
1743
|
-
export interface DisassociateResolverEndpointIpAddressRequest {
|
|
1744
|
-
/**
|
|
1745
|
-
* <p>The ID of the Resolver endpoint that you want to disassociate an IP address from.</p>
|
|
1746
|
-
*/
|
|
1747
|
-
ResolverEndpointId: string | undefined;
|
|
1748
|
-
/**
|
|
1749
|
-
* <p>The IPv4 address that you want to remove from a Resolver endpoint.</p>
|
|
1750
|
-
*/
|
|
1751
|
-
IpAddress: IpAddressUpdate | undefined;
|
|
1752
|
-
}
|
|
1753
|
-
export declare namespace DisassociateResolverEndpointIpAddressRequest {
|
|
1754
|
-
/**
|
|
1755
|
-
* @internal
|
|
1756
|
-
*/
|
|
1757
|
-
const filterSensitiveLog: (obj: DisassociateResolverEndpointIpAddressRequest) => any;
|
|
1758
|
-
}
|
|
1759
|
-
export interface DisassociateResolverEndpointIpAddressResponse {
|
|
1760
|
-
/**
|
|
1761
|
-
* <p>The response to an <code>DisassociateResolverEndpointIpAddress</code> request.</p>
|
|
1762
|
-
*/
|
|
1763
|
-
ResolverEndpoint?: ResolverEndpoint;
|
|
1764
|
-
}
|
|
1765
|
-
export declare namespace DisassociateResolverEndpointIpAddressResponse {
|
|
1766
|
-
/**
|
|
1767
|
-
* @internal
|
|
1768
|
-
*/
|
|
1769
|
-
const filterSensitiveLog: (obj: DisassociateResolverEndpointIpAddressResponse) => any;
|
|
1770
|
-
}
|
|
1771
|
-
export interface DisassociateResolverQueryLogConfigRequest {
|
|
1772
|
-
/**
|
|
1773
|
-
* <p>The ID of the query logging configuration that you want to disassociate a specified VPC from.</p>
|
|
1774
|
-
*/
|
|
1775
|
-
ResolverQueryLogConfigId: string | undefined;
|
|
1776
|
-
/**
|
|
1777
|
-
* <p>The ID of the Amazon VPC that you want to disassociate from a specified query logging configuration.</p>
|
|
1778
|
-
*/
|
|
1779
|
-
ResourceId: string | undefined;
|
|
1780
|
-
}
|
|
1781
|
-
export declare namespace DisassociateResolverQueryLogConfigRequest {
|
|
1782
|
-
/**
|
|
1783
|
-
* @internal
|
|
1784
|
-
*/
|
|
1785
|
-
const filterSensitiveLog: (obj: DisassociateResolverQueryLogConfigRequest) => any;
|
|
1786
|
-
}
|
|
1787
|
-
export interface DisassociateResolverQueryLogConfigResponse {
|
|
1788
|
-
/**
|
|
1789
|
-
* <p>A complex type that contains settings for the association that you deleted between an Amazon VPC and a query logging configuration.</p>
|
|
1790
|
-
*/
|
|
1791
|
-
ResolverQueryLogConfigAssociation?: ResolverQueryLogConfigAssociation;
|
|
1792
|
-
}
|
|
1793
|
-
export declare namespace DisassociateResolverQueryLogConfigResponse {
|
|
1794
|
-
/**
|
|
1795
|
-
* @internal
|
|
1796
|
-
*/
|
|
1797
|
-
const filterSensitiveLog: (obj: DisassociateResolverQueryLogConfigResponse) => any;
|
|
1798
|
-
}
|
|
1799
|
-
export interface DisassociateResolverRuleRequest {
|
|
1800
|
-
/**
|
|
1801
|
-
* <p>The ID of the VPC that you want to disassociate the Resolver rule from.</p>
|
|
1802
|
-
*/
|
|
1803
|
-
VPCId: string | undefined;
|
|
1804
|
-
/**
|
|
1805
|
-
* <p>The ID of the Resolver rule that you want to disassociate from the specified VPC.</p>
|
|
1806
|
-
*/
|
|
1807
|
-
ResolverRuleId: string | undefined;
|
|
1808
|
-
}
|
|
1809
|
-
export declare namespace DisassociateResolverRuleRequest {
|
|
1810
|
-
/**
|
|
1811
|
-
* @internal
|
|
1812
|
-
*/
|
|
1813
|
-
const filterSensitiveLog: (obj: DisassociateResolverRuleRequest) => any;
|
|
1814
|
-
}
|
|
1815
|
-
export interface DisassociateResolverRuleResponse {
|
|
1816
|
-
/**
|
|
1817
|
-
* <p>Information about the <code>DisassociateResolverRule</code> request, including the status of the request.</p>
|
|
1818
|
-
*/
|
|
1819
|
-
ResolverRuleAssociation?: ResolverRuleAssociation;
|
|
1820
|
-
}
|
|
1821
|
-
export declare namespace DisassociateResolverRuleResponse {
|
|
1822
|
-
/**
|
|
1823
|
-
* @internal
|
|
1824
|
-
*/
|
|
1825
|
-
const filterSensitiveLog: (obj: DisassociateResolverRuleResponse) => any;
|
|
1826
|
-
}
|
|
1827
|
-
/**
|
|
1828
|
-
* <p>For Resolver list operations
|
|
1829
|
-
* (<a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverEndpoints.html">ListResolverEndpoints</a>,
|
|
1830
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRules.html">ListResolverRules</a>,
|
|
1831
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRuleAssociations.html">ListResolverRuleAssociations</a>,
|
|
1832
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverQueryLogConfigs.html">ListResolverQueryLogConfigs</a>,
|
|
1833
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverQueryLogConfigAssociations.html">ListResolverQueryLogConfigAssociations</a>),
|
|
1834
|
-
* and
|
|
1835
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverDnssecConfigs.html">ListResolverDnssecConfigs</a>),
|
|
1836
|
-
* an optional specification to return a subset of objects.</p>
|
|
1837
|
-
* <p>To filter objects, such as Resolver endpoints or Resolver rules, you specify <code>Name</code> and <code>Values</code>. For example,
|
|
1838
|
-
* to list only inbound Resolver endpoints, specify <code>Direction</code> for <code>Name</code> and specify <code>INBOUND</code> for <code>Values</code>. </p>
|
|
1839
|
-
*/
|
|
1840
|
-
export interface Filter {
|
|
1841
|
-
/**
|
|
1842
|
-
* <p>The name of the parameter that you want to use to filter objects.</p>
|
|
1843
|
-
* <p>The valid values for <code>Name</code> depend on the action that you're including the filter in,
|
|
1844
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverEndpoints.html">ListResolverEndpoints</a>,
|
|
1845
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRules.html">ListResolverRules</a>,
|
|
1846
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRuleAssociations.html">ListResolverRuleAssociations</a>,
|
|
1847
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverQueryLogConfigs.html">ListResolverQueryLogConfigs</a>,
|
|
1848
|
-
* or
|
|
1849
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverQueryLogConfigAssociations.html">ListResolverQueryLogConfigAssociations</a>.</p>
|
|
1850
|
-
*
|
|
1851
|
-
* <note>
|
|
1852
|
-
* <p>In early versions of Resolver, values for <code>Name</code> were listed as uppercase, with underscore (_) delimiters. For example,
|
|
1853
|
-
* <code>CreatorRequestId</code> was originally listed as <code>CREATOR_REQUEST_ID</code>. Uppercase values for <code>Name</code> are still supported.</p>
|
|
1854
|
-
* </note>
|
|
1855
|
-
*
|
|
1856
|
-
* <p>
|
|
1857
|
-
* <b>ListResolverEndpoints</b>
|
|
1858
|
-
* </p>
|
|
1859
|
-
* <p>Valid values for <code>Name</code> include the following:</p>
|
|
1860
|
-
* <ul>
|
|
1861
|
-
* <li>
|
|
1862
|
-
* <p>
|
|
1863
|
-
* <code>CreatorRequestId</code>: The value that you specified when you created the Resolver endpoint.</p>
|
|
1864
|
-
* </li>
|
|
1865
|
-
* <li>
|
|
1866
|
-
* <p>
|
|
1867
|
-
* <code>Direction</code>: Whether you want to return inbound or outbound Resolver endpoints. If you specify <code>DIRECTION</code>
|
|
1868
|
-
* for <code>Name</code>, specify <code>INBOUND</code> or <code>OUTBOUND</code> for <code>Values</code>.</p>
|
|
1869
|
-
* </li>
|
|
1870
|
-
* <li>
|
|
1871
|
-
* <p>
|
|
1872
|
-
* <code>HostVPCId</code>: The ID of the VPC that inbound DNS queries pass through on the way from your network to your VPCs in a region, or
|
|
1873
|
-
* the VPC that outbound queries pass through on the way from your VPCs to your network. In a
|
|
1874
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverEndpoint.html">CreateResolverEndpoint</a>
|
|
1875
|
-
* request, <code>SubnetId</code> indirectly identifies the VPC. In a
|
|
1876
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html">GetResolverEndpoint</a>
|
|
1877
|
-
* request, the VPC ID for a Resolver endpoint
|
|
1878
|
-
* is returned in the <code>HostVPCId</code> element. </p>
|
|
1879
|
-
* </li>
|
|
1880
|
-
* <li>
|
|
1881
|
-
* <p>
|
|
1882
|
-
* <code>IpAddressCount</code>: The number of IP addresses that you have associated with the Resolver endpoint.</p>
|
|
1883
|
-
* </li>
|
|
1884
|
-
* <li>
|
|
1885
|
-
* <p>
|
|
1886
|
-
* <code>Name</code>: The name of the Resolver endpoint.</p>
|
|
1887
|
-
* </li>
|
|
1888
|
-
* <li>
|
|
1889
|
-
* <p>
|
|
1890
|
-
* <code>SecurityGroupIds</code>: The IDs of the VPC security groups that you specified when you created the
|
|
1891
|
-
* Resolver endpoint.</p>
|
|
1892
|
-
* </li>
|
|
1893
|
-
* <li>
|
|
1894
|
-
* <p>
|
|
1895
|
-
* <code>Status</code>: The status of the Resolver endpoint. If you specify <code>Status</code> for <code>Name</code>,
|
|
1896
|
-
* specify one of the following status codes for <code>Values</code>: <code>CREATING</code>, <code>OPERATIONAL</code>, <code>UPDATING</code>,
|
|
1897
|
-
* <code>AUTO_RECOVERING</code>, <code>ACTION_NEEDED</code>, or <code>DELETING</code>. For more information, see <code>Status</code> in
|
|
1898
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ResolverEndpoint.html">ResolverEndpoint</a>.</p>
|
|
1899
|
-
* </li>
|
|
1900
|
-
* </ul>
|
|
1901
|
-
*
|
|
1902
|
-
* <p>
|
|
1903
|
-
* <b>ListResolverRules</b>
|
|
1904
|
-
* </p>
|
|
1905
|
-
* <p>Valid values for <code>Name</code> include the following:</p>
|
|
1906
|
-
* <ul>
|
|
1907
|
-
* <li>
|
|
1908
|
-
* <p>
|
|
1909
|
-
* <code>CreatorRequestId</code>: The value that you specified when you created the Resolver rule.</p>
|
|
1910
|
-
* </li>
|
|
1911
|
-
* <li>
|
|
1912
|
-
* <p>
|
|
1913
|
-
* <code>DomainName</code>: The domain name for which Resolver is forwarding DNS queries to your network. In the value that
|
|
1914
|
-
* you specify for <code>Values</code>, include a trailing dot (.) after the domain name. For example, if the domain name is example.com,
|
|
1915
|
-
* specify the following value. Note the "." after <code>com</code>:</p>
|
|
1916
|
-
* <p>
|
|
1917
|
-
* <code>example.com.</code>
|
|
1918
|
-
* </p>
|
|
1919
|
-
* </li>
|
|
1920
|
-
* <li>
|
|
1921
|
-
* <p>
|
|
1922
|
-
* <code>Name</code>: The name of the Resolver rule.</p>
|
|
1923
|
-
* </li>
|
|
1924
|
-
* <li>
|
|
1925
|
-
* <p>
|
|
1926
|
-
* <code>ResolverEndpointId</code>: The ID of the Resolver endpoint that the Resolver rule is associated with.</p>
|
|
1927
|
-
* <note>
|
|
1928
|
-
* <p>You can filter on the Resolver endpoint only for rules that have a value of <code>FORWARD</code> for
|
|
1929
|
-
* <code>RuleType</code>.</p>
|
|
1930
|
-
* </note>
|
|
1931
|
-
* </li>
|
|
1932
|
-
* <li>
|
|
1933
|
-
* <p>
|
|
1934
|
-
* <code>Status</code>: The status of the Resolver rule. If you specify <code>Status</code> for <code>Name</code>,
|
|
1935
|
-
* specify one of the following status codes for <code>Values</code>: <code>COMPLETE</code>, <code>DELETING</code>, <code>UPDATING</code>,
|
|
1936
|
-
* or <code>FAILED</code>.</p>
|
|
1937
|
-
* </li>
|
|
1938
|
-
* <li>
|
|
1939
|
-
* <p>
|
|
1940
|
-
* <code>Type</code>: The type of the Resolver rule. If you specify <code>TYPE</code>
|
|
1941
|
-
* for <code>Name</code>, specify <code>FORWARD</code> or <code>SYSTEM</code> for <code>Values</code>.</p>
|
|
1942
|
-
* </li>
|
|
1943
|
-
* </ul>
|
|
1944
|
-
*
|
|
1945
|
-
* <p>
|
|
1946
|
-
* <b>ListResolverRuleAssociations</b>
|
|
1947
|
-
* </p>
|
|
1948
|
-
* <p>Valid values for <code>Name</code> include the following:</p>
|
|
1949
|
-
* <ul>
|
|
1950
|
-
* <li>
|
|
1951
|
-
* <p>
|
|
1952
|
-
* <code>Name</code>: The name of the Resolver rule association.</p>
|
|
1953
|
-
* </li>
|
|
1954
|
-
* <li>
|
|
1955
|
-
* <p>
|
|
1956
|
-
* <code>ResolverRuleId</code>: The ID of the Resolver rule that is associated with one or more VPCs.</p>
|
|
1957
|
-
* </li>
|
|
1958
|
-
* <li>
|
|
1959
|
-
* <p>
|
|
1960
|
-
* <code>Status</code>: The status of the Resolver rule association. If you specify <code>Status</code> for <code>Name</code>,
|
|
1961
|
-
* specify one of the following status codes for <code>Values</code>: <code>CREATING</code>, <code>COMPLETE</code>, <code>DELETING</code>, or
|
|
1962
|
-
* <code>FAILED</code>.</p>
|
|
1963
|
-
* </li>
|
|
1964
|
-
* <li>
|
|
1965
|
-
* <p>
|
|
1966
|
-
* <code>VPCId</code>: The ID of the VPC that the Resolver rule is associated with.</p>
|
|
1967
|
-
* </li>
|
|
1968
|
-
* </ul>
|
|
1969
|
-
*
|
|
1970
|
-
* <p>
|
|
1971
|
-
* <b>ListResolverQueryLogConfigs</b>
|
|
1972
|
-
* </p>
|
|
1973
|
-
* <p>Valid values for <code>Name</code> include the following:</p>
|
|
1974
|
-
* <ul>
|
|
1975
|
-
* <li>
|
|
1976
|
-
* <p>
|
|
1977
|
-
* <code>Arn</code>: The ARN for the query logging configuration.</p>
|
|
1978
|
-
* </li>
|
|
1979
|
-
* <li>
|
|
1980
|
-
* <p>
|
|
1981
|
-
* <code>AssociationCount</code>: The number of VPCs that are associated with the query logging configuration.</p>
|
|
1982
|
-
* </li>
|
|
1983
|
-
* <li>
|
|
1984
|
-
* <p>
|
|
1985
|
-
* <code>CreationTime</code>: The date and time that the query logging configuration was created, in Unix time format and
|
|
1986
|
-
* Coordinated Universal Time (UTC). </p>
|
|
1987
|
-
* </li>
|
|
1988
|
-
* <li>
|
|
1989
|
-
* <p>
|
|
1990
|
-
* <code>CreatorRequestId</code>: A unique string that identifies the request that created the query logging configuration.</p>
|
|
1991
|
-
* </li>
|
|
1992
|
-
* <li>
|
|
1993
|
-
* <p>
|
|
1994
|
-
* <code>Destination</code>: The Amazon Web Services service that you want to forward query logs to. Valid values include the following:</p>
|
|
1995
|
-
* <ul>
|
|
1996
|
-
* <li>
|
|
1997
|
-
* <p>
|
|
1998
|
-
* <code>S3</code>
|
|
1999
|
-
* </p>
|
|
2000
|
-
* </li>
|
|
2001
|
-
* <li>
|
|
2002
|
-
* <p>
|
|
2003
|
-
* <code>CloudWatchLogs</code>
|
|
2004
|
-
* </p>
|
|
2005
|
-
* </li>
|
|
2006
|
-
* <li>
|
|
2007
|
-
* <p>
|
|
2008
|
-
* <code>KinesisFirehose</code>
|
|
2009
|
-
* </p>
|
|
2010
|
-
* </li>
|
|
2011
|
-
* </ul>
|
|
2012
|
-
* </li>
|
|
2013
|
-
* <li>
|
|
2014
|
-
* <p>
|
|
2015
|
-
* <code>DestinationArn</code>: The ARN of the location that Resolver is sending query logs to. This value can be the ARN for an
|
|
2016
|
-
* S3 bucket, a CloudWatch Logs log group, or a Kinesis Data Firehose delivery stream.</p>
|
|
2017
|
-
* </li>
|
|
2018
|
-
* <li>
|
|
2019
|
-
* <p>
|
|
2020
|
-
* <code>Id</code>: The ID of the query logging configuration</p>
|
|
2021
|
-
* </li>
|
|
2022
|
-
* <li>
|
|
2023
|
-
* <p>
|
|
2024
|
-
* <code>Name</code>: The name of the query logging configuration</p>
|
|
2025
|
-
* </li>
|
|
2026
|
-
* <li>
|
|
2027
|
-
* <p>
|
|
2028
|
-
* <code>OwnerId</code>: The Amazon Web Services account ID for the account that created the query logging configuration.</p>
|
|
2029
|
-
* </li>
|
|
2030
|
-
* <li>
|
|
2031
|
-
* <p>
|
|
2032
|
-
* <code>ShareStatus</code>: An indication of whether the query logging configuration is shared with other Amazon Web Services accounts,
|
|
2033
|
-
* or was shared with the current account by another Amazon Web Services account. Valid values include: <code>NOT_SHARED</code>, <code>SHARED_WITH_ME</code>,
|
|
2034
|
-
* or <code>SHARED_BY_ME</code>.</p>
|
|
2035
|
-
* </li>
|
|
2036
|
-
* <li>
|
|
2037
|
-
* <p>
|
|
2038
|
-
* <code>Status</code>: The status of the query logging configuration. If you specify <code>Status</code> for <code>Name</code>,
|
|
2039
|
-
* specify the applicable status code for <code>Values</code>: <code>CREATING</code>, <code>CREATED</code>,
|
|
2040
|
-
* <code>DELETING</code>, or <code>FAILED</code>. For more information, see
|
|
2041
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ResolverQueryLogConfig.html#Route53Resolver-Type-route53resolver_ResolverQueryLogConfig-Status">Status</a>.
|
|
2042
|
-
* </p>
|
|
2043
|
-
* </li>
|
|
2044
|
-
* </ul>
|
|
2045
|
-
*
|
|
2046
|
-
* <p>
|
|
2047
|
-
* <b>ListResolverQueryLogConfigAssociations</b>
|
|
2048
|
-
* </p>
|
|
2049
|
-
* <p>Valid values for <code>Name</code> include the following:</p>
|
|
2050
|
-
* <ul>
|
|
2051
|
-
* <li>
|
|
2052
|
-
* <p>
|
|
2053
|
-
* <code>CreationTime</code>: The date and time that the VPC was associated with the query logging configuration, in Unix time format and
|
|
2054
|
-
* Coordinated Universal Time (UTC).</p>
|
|
2055
|
-
* </li>
|
|
2056
|
-
* <li>
|
|
2057
|
-
* <p>
|
|
2058
|
-
* <code>Error</code>: If the value of <code>Status</code> is <code>FAILED</code>, specify the cause:
|
|
2059
|
-
* <code>DESTINATION_NOT_FOUND</code> or <code>ACCESS_DENIED</code>.</p>
|
|
2060
|
-
* </li>
|
|
2061
|
-
* <li>
|
|
2062
|
-
* <p>
|
|
2063
|
-
* <code>Id</code>: The ID of the query logging association.</p>
|
|
2064
|
-
* </li>
|
|
2065
|
-
* <li>
|
|
2066
|
-
* <p>
|
|
2067
|
-
* <code>ResolverQueryLogConfigId</code>: The ID of the query logging configuration that a VPC is associated with.</p>
|
|
2068
|
-
* </li>
|
|
2069
|
-
* <li>
|
|
2070
|
-
* <p>
|
|
2071
|
-
* <code>ResourceId</code>: The ID of the Amazon VPC that is associated with the query logging configuration.</p>
|
|
2072
|
-
* </li>
|
|
2073
|
-
* <li>
|
|
2074
|
-
* <p>
|
|
2075
|
-
* <code>Status</code>: The status of the query logging association. If you specify <code>Status</code> for <code>Name</code>,
|
|
2076
|
-
* specify the applicable status code for <code>Values</code>: <code>CREATING</code>, <code>CREATED</code>,
|
|
2077
|
-
* <code>DELETING</code>, or <code>FAILED</code>. For more information, see
|
|
2078
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ResolverQueryLogConfigAssociation.html#Route53Resolver-Type-route53resolver_ResolverQueryLogConfigAssociation-Status">Status</a>.
|
|
2079
|
-
* </p>
|
|
2080
|
-
* </li>
|
|
2081
|
-
* </ul>
|
|
2082
|
-
*/
|
|
2083
|
-
Name?: string;
|
|
2084
|
-
/**
|
|
2085
|
-
* <p>When you're using a <code>List</code> operation and you want the operation to return a subset of objects, such as Resolver endpoints or Resolver rules,
|
|
2086
|
-
* the value of the parameter that you want to use to filter objects. For example, to list only inbound Resolver endpoints, specify <code>Direction</code> for
|
|
2087
|
-
* <code>Name</code> and specify <code>INBOUND</code> for <code>Values</code>.</p>
|
|
2088
|
-
*/
|
|
2089
|
-
Values?: string[];
|
|
2090
|
-
}
|
|
2091
|
-
export declare namespace Filter {
|
|
2092
|
-
/**
|
|
2093
|
-
* @internal
|
|
2094
|
-
*/
|
|
2095
|
-
const filterSensitiveLog: (obj: Filter) => any;
|
|
2096
|
-
}
|
|
2097
|
-
export declare enum FirewallFailOpenStatus {
|
|
2098
|
-
DISABLED = "DISABLED",
|
|
2099
|
-
ENABLED = "ENABLED"
|
|
2100
|
-
}
|
|
2101
|
-
/**
|
|
2102
|
-
* <p>Configuration of the firewall behavior provided by DNS Firewall for a single VPC from
|
|
2103
|
-
* Amazon Virtual Private Cloud (Amazon VPC). </p>
|
|
2104
|
-
*/
|
|
2105
|
-
export interface FirewallConfig {
|
|
2106
|
-
/**
|
|
2107
|
-
* <p>The ID of the firewall configuration.</p>
|
|
2108
|
-
*/
|
|
2109
|
-
Id?: string;
|
|
2110
|
-
/**
|
|
2111
|
-
* <p>The ID of the VPC that this firewall configuration applies to.</p>
|
|
2112
|
-
*/
|
|
2113
|
-
ResourceId?: string;
|
|
2114
|
-
/**
|
|
2115
|
-
* <p>The Amazon Web Services account ID of the owner of the VPC that this firewall configuration applies to.</p>
|
|
2116
|
-
*/
|
|
2117
|
-
OwnerId?: string;
|
|
2118
|
-
/**
|
|
2119
|
-
* <p>Determines how DNS Firewall operates during failures, for example when all traffic that is sent to DNS Firewall fails to receive a reply. </p>
|
|
2120
|
-
* <ul>
|
|
2121
|
-
* <li>
|
|
2122
|
-
* <p>By default, fail open is disabled, which means the failure mode is closed. This approach favors security over availability. DNS Firewall returns
|
|
2123
|
-
* a failure error when it is unable to properly evaluate a query. </p>
|
|
2124
|
-
* </li>
|
|
2125
|
-
* <li>
|
|
2126
|
-
* <p>If you enable this option, the failure mode is open. This approach favors availability over security. DNS Firewall allows queries to proceed if it
|
|
2127
|
-
* is unable to properly evaluate them. </p>
|
|
2128
|
-
* </li>
|
|
2129
|
-
* </ul>
|
|
2130
|
-
* <p>This behavior is only enforced for VPCs that have at least one DNS Firewall rule group association. </p>
|
|
2131
|
-
*/
|
|
2132
|
-
FirewallFailOpen?: FirewallFailOpenStatus | string;
|
|
2133
|
-
}
|
|
2134
|
-
export declare namespace FirewallConfig {
|
|
2135
|
-
/**
|
|
2136
|
-
* @internal
|
|
2137
|
-
*/
|
|
2138
|
-
const filterSensitiveLog: (obj: FirewallConfig) => any;
|
|
2139
|
-
}
|
|
2140
|
-
export declare enum FirewallDomainImportOperation {
|
|
2141
|
-
REPLACE = "REPLACE"
|
|
2142
|
-
}
|
|
2143
|
-
/**
|
|
2144
|
-
* <p>Minimal high-level information for a firewall domain list. The action <a>ListFirewallDomainLists</a> returns an array of these objects. </p>
|
|
2145
|
-
* <p>To retrieve full information for a firewall domain list, call <a>GetFirewallDomainList</a> and <a>ListFirewallDomains</a>.</p>
|
|
2146
|
-
*/
|
|
2147
|
-
export interface FirewallDomainListMetadata {
|
|
2148
|
-
/**
|
|
2149
|
-
* <p>The ID of the domain list. </p>
|
|
2150
|
-
*/
|
|
2151
|
-
Id?: string;
|
|
2152
|
-
/**
|
|
2153
|
-
* <p>The Amazon Resource Name (ARN) of the firewall domain list metadata.</p>
|
|
2154
|
-
*/
|
|
2155
|
-
Arn?: string;
|
|
2156
|
-
/**
|
|
2157
|
-
* <p>The name of the domain list. </p>
|
|
2158
|
-
*/
|
|
2159
|
-
Name?: string;
|
|
2160
|
-
/**
|
|
2161
|
-
* <p>A unique string defined by you to identify the request. This allows you to retry failed
|
|
2162
|
-
* requests without the risk of running the operation twice. This can be any unique string,
|
|
2163
|
-
* for example, a timestamp. </p>
|
|
2164
|
-
*/
|
|
2165
|
-
CreatorRequestId?: string;
|
|
2166
|
-
/**
|
|
2167
|
-
* <p>The owner of the list, used only for lists that are not managed by you. For example, the managed domain list <code>AWSManagedDomainsMalwareDomainList</code> has the managed owner name <code>Route 53 Resolver DNS Firewall</code>.</p>
|
|
2168
|
-
*/
|
|
2169
|
-
ManagedOwnerName?: string;
|
|
2170
|
-
}
|
|
2171
|
-
export declare namespace FirewallDomainListMetadata {
|
|
2172
|
-
/**
|
|
2173
|
-
* @internal
|
|
2174
|
-
*/
|
|
2175
|
-
const filterSensitiveLog: (obj: FirewallDomainListMetadata) => any;
|
|
2176
|
-
}
|
|
2177
|
-
export declare enum FirewallDomainUpdateOperation {
|
|
2178
|
-
ADD = "ADD",
|
|
2179
|
-
REMOVE = "REMOVE",
|
|
2180
|
-
REPLACE = "REPLACE"
|
|
2181
|
-
}
|
|
2182
|
-
/**
|
|
2183
|
-
* <p>Minimal high-level information for a firewall rule group. The action <a>ListFirewallRuleGroups</a> returns an array of these objects. </p>
|
|
2184
|
-
* <p>To retrieve full information for a firewall rule group, call <a>GetFirewallRuleGroup</a> and <a>ListFirewallRules</a>.</p>
|
|
2185
|
-
*/
|
|
2186
|
-
export interface FirewallRuleGroupMetadata {
|
|
2187
|
-
/**
|
|
2188
|
-
* <p>The ID of the rule group. </p>
|
|
2189
|
-
*/
|
|
2190
|
-
Id?: string;
|
|
2191
|
-
/**
|
|
2192
|
-
* <p>The ARN (Amazon Resource Name) of the rule group.</p>
|
|
2193
|
-
*/
|
|
2194
|
-
Arn?: string;
|
|
2195
|
-
/**
|
|
2196
|
-
* <p>The name of the rule group.</p>
|
|
2197
|
-
*/
|
|
2198
|
-
Name?: string;
|
|
2199
|
-
/**
|
|
2200
|
-
* <p>The Amazon Web Services account ID for the account that created the rule group. When a rule group is shared with your account,
|
|
2201
|
-
* this is the account that has shared the rule group with you. </p>
|
|
2202
|
-
*/
|
|
2203
|
-
OwnerId?: string;
|
|
2204
|
-
/**
|
|
2205
|
-
* <p>A unique string defined by you to identify the request. This allows you to retry failed
|
|
2206
|
-
* requests without the risk of running the operation twice. This can be any unique string,
|
|
2207
|
-
* for example, a timestamp. </p>
|
|
2208
|
-
*/
|
|
2209
|
-
CreatorRequestId?: string;
|
|
2210
|
-
/**
|
|
2211
|
-
* <p>Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current account by another
|
|
2212
|
-
* Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM).</p>
|
|
2213
|
-
*/
|
|
2214
|
-
ShareStatus?: ShareStatus | string;
|
|
2215
|
-
}
|
|
2216
|
-
export declare namespace FirewallRuleGroupMetadata {
|
|
2217
|
-
/**
|
|
2218
|
-
* @internal
|
|
2219
|
-
*/
|
|
2220
|
-
const filterSensitiveLog: (obj: FirewallRuleGroupMetadata) => any;
|
|
2221
|
-
}
|
|
2222
|
-
export interface GetFirewallConfigRequest {
|
|
2223
|
-
/**
|
|
2224
|
-
* <p>The ID of the VPC from Amazon VPC that the configuration is for.</p>
|
|
2225
|
-
*/
|
|
2226
|
-
ResourceId: string | undefined;
|
|
2227
|
-
}
|
|
2228
|
-
export declare namespace GetFirewallConfigRequest {
|
|
2229
|
-
/**
|
|
2230
|
-
* @internal
|
|
2231
|
-
*/
|
|
2232
|
-
const filterSensitiveLog: (obj: GetFirewallConfigRequest) => any;
|
|
2233
|
-
}
|
|
2234
|
-
export interface GetFirewallConfigResponse {
|
|
2235
|
-
/**
|
|
2236
|
-
* <p>Configuration of the firewall behavior provided by DNS Firewall for a single VPC from
|
|
2237
|
-
* AmazonVPC. </p>
|
|
2238
|
-
*/
|
|
2239
|
-
FirewallConfig?: FirewallConfig;
|
|
2240
|
-
}
|
|
2241
|
-
export declare namespace GetFirewallConfigResponse {
|
|
2242
|
-
/**
|
|
2243
|
-
* @internal
|
|
2244
|
-
*/
|
|
2245
|
-
const filterSensitiveLog: (obj: GetFirewallConfigResponse) => any;
|
|
2246
|
-
}
|
|
2247
|
-
export interface GetFirewallDomainListRequest {
|
|
2248
|
-
/**
|
|
2249
|
-
* <p>The ID of the domain list. </p>
|
|
2250
|
-
*/
|
|
2251
|
-
FirewallDomainListId: string | undefined;
|
|
2252
|
-
}
|
|
2253
|
-
export declare namespace GetFirewallDomainListRequest {
|
|
2254
|
-
/**
|
|
2255
|
-
* @internal
|
|
2256
|
-
*/
|
|
2257
|
-
const filterSensitiveLog: (obj: GetFirewallDomainListRequest) => any;
|
|
2258
|
-
}
|
|
2259
|
-
export interface GetFirewallDomainListResponse {
|
|
2260
|
-
/**
|
|
2261
|
-
* <p>The domain list that you requested. </p>
|
|
2262
|
-
*/
|
|
2263
|
-
FirewallDomainList?: FirewallDomainList;
|
|
2264
|
-
}
|
|
2265
|
-
export declare namespace GetFirewallDomainListResponse {
|
|
2266
|
-
/**
|
|
2267
|
-
* @internal
|
|
2268
|
-
*/
|
|
2269
|
-
const filterSensitiveLog: (obj: GetFirewallDomainListResponse) => any;
|
|
2270
|
-
}
|
|
2271
|
-
export interface GetFirewallRuleGroupRequest {
|
|
2272
|
-
/**
|
|
2273
|
-
* <p>The unique identifier of the firewall rule group. </p>
|
|
2274
|
-
*/
|
|
2275
|
-
FirewallRuleGroupId: string | undefined;
|
|
2276
|
-
}
|
|
2277
|
-
export declare namespace GetFirewallRuleGroupRequest {
|
|
2278
|
-
/**
|
|
2279
|
-
* @internal
|
|
2280
|
-
*/
|
|
2281
|
-
const filterSensitiveLog: (obj: GetFirewallRuleGroupRequest) => any;
|
|
2282
|
-
}
|
|
2283
|
-
export interface GetFirewallRuleGroupResponse {
|
|
2284
|
-
/**
|
|
2285
|
-
* <p>A collection of rules used to filter DNS network traffic. </p>
|
|
2286
|
-
*/
|
|
2287
|
-
FirewallRuleGroup?: FirewallRuleGroup;
|
|
2288
|
-
}
|
|
2289
|
-
export declare namespace GetFirewallRuleGroupResponse {
|
|
2290
|
-
/**
|
|
2291
|
-
* @internal
|
|
2292
|
-
*/
|
|
2293
|
-
const filterSensitiveLog: (obj: GetFirewallRuleGroupResponse) => any;
|
|
2294
|
-
}
|
|
2295
|
-
export interface GetFirewallRuleGroupAssociationRequest {
|
|
2296
|
-
/**
|
|
2297
|
-
* <p>The identifier of the <a>FirewallRuleGroupAssociation</a>. </p>
|
|
2298
|
-
*/
|
|
2299
|
-
FirewallRuleGroupAssociationId: string | undefined;
|
|
2300
|
-
}
|
|
2301
|
-
export declare namespace GetFirewallRuleGroupAssociationRequest {
|
|
2302
|
-
/**
|
|
2303
|
-
* @internal
|
|
2304
|
-
*/
|
|
2305
|
-
const filterSensitiveLog: (obj: GetFirewallRuleGroupAssociationRequest) => any;
|
|
2306
|
-
}
|
|
2307
|
-
export interface GetFirewallRuleGroupAssociationResponse {
|
|
2308
|
-
/**
|
|
2309
|
-
* <p>The association that you requested. </p>
|
|
2310
|
-
*/
|
|
2311
|
-
FirewallRuleGroupAssociation?: FirewallRuleGroupAssociation;
|
|
2312
|
-
}
|
|
2313
|
-
export declare namespace GetFirewallRuleGroupAssociationResponse {
|
|
2314
|
-
/**
|
|
2315
|
-
* @internal
|
|
2316
|
-
*/
|
|
2317
|
-
const filterSensitiveLog: (obj: GetFirewallRuleGroupAssociationResponse) => any;
|
|
2318
|
-
}
|
|
2319
|
-
export interface GetFirewallRuleGroupPolicyRequest {
|
|
2320
|
-
/**
|
|
2321
|
-
* <p>The ARN (Amazon Resource Name) for the rule group.</p>
|
|
2322
|
-
*/
|
|
2323
|
-
Arn: string | undefined;
|
|
2324
|
-
}
|
|
2325
|
-
export declare namespace GetFirewallRuleGroupPolicyRequest {
|
|
2326
|
-
/**
|
|
2327
|
-
* @internal
|
|
2328
|
-
*/
|
|
2329
|
-
const filterSensitiveLog: (obj: GetFirewallRuleGroupPolicyRequest) => any;
|
|
2330
|
-
}
|
|
2331
|
-
export interface GetFirewallRuleGroupPolicyResponse {
|
|
2332
|
-
/**
|
|
2333
|
-
* <p>The Identity and Access Management (Amazon Web Services IAM) policy for sharing the specified rule
|
|
2334
|
-
* group. You can use the policy to share the rule group using Resource Access Manager
|
|
2335
|
-
* (RAM). </p>
|
|
2336
|
-
*/
|
|
2337
|
-
FirewallRuleGroupPolicy?: string;
|
|
2338
|
-
}
|
|
2339
|
-
export declare namespace GetFirewallRuleGroupPolicyResponse {
|
|
2340
|
-
/**
|
|
2341
|
-
* @internal
|
|
2342
|
-
*/
|
|
2343
|
-
const filterSensitiveLog: (obj: GetFirewallRuleGroupPolicyResponse) => any;
|
|
2344
|
-
}
|
|
2345
|
-
export interface GetResolverDnssecConfigRequest {
|
|
2346
|
-
/**
|
|
2347
|
-
* <p>The ID of the virtual private cloud (VPC) for the DNSSEC validation status.</p>
|
|
2348
|
-
*/
|
|
2349
|
-
ResourceId: string | undefined;
|
|
2350
|
-
}
|
|
2351
|
-
export declare namespace GetResolverDnssecConfigRequest {
|
|
2352
|
-
/**
|
|
2353
|
-
* @internal
|
|
2354
|
-
*/
|
|
2355
|
-
const filterSensitiveLog: (obj: GetResolverDnssecConfigRequest) => any;
|
|
2356
|
-
}
|
|
2357
|
-
export declare enum ResolverDNSSECValidationStatus {
|
|
2358
|
-
Disabled = "DISABLED",
|
|
2359
|
-
Disabling = "DISABLING",
|
|
2360
|
-
Enabled = "ENABLED",
|
|
2361
|
-
Enabling = "ENABLING"
|
|
2362
|
-
}
|
|
2363
|
-
/**
|
|
2364
|
-
* <p>A complex type that contains information about a configuration for DNSSEC validation.</p>
|
|
2365
|
-
*/
|
|
2366
|
-
export interface ResolverDnssecConfig {
|
|
2367
|
-
/**
|
|
2368
|
-
* <p>The ID for a configuration for DNSSEC validation.</p>
|
|
2369
|
-
*/
|
|
2370
|
-
Id?: string;
|
|
2371
|
-
/**
|
|
2372
|
-
* <p>The owner account ID of the virtual private cloud (VPC) for a configuration for DNSSEC validation.</p>
|
|
2373
|
-
*/
|
|
2374
|
-
OwnerId?: string;
|
|
2375
|
-
/**
|
|
2376
|
-
* <p>The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC validation status for.</p>
|
|
2377
|
-
*/
|
|
2378
|
-
ResourceId?: string;
|
|
2379
|
-
/**
|
|
2380
|
-
* <p>The validation status for a DNSSEC configuration. The status can be one of the following:</p>
|
|
2381
|
-
* <ul>
|
|
2382
|
-
* <li>
|
|
2383
|
-
* <p>
|
|
2384
|
-
* <b>ENABLING:</b> DNSSEC validation is being enabled but is not complete.</p>
|
|
2385
|
-
* </li>
|
|
2386
|
-
* <li>
|
|
2387
|
-
* <p>
|
|
2388
|
-
* <b>ENABLED:</b> DNSSEC validation is enabled.</p>
|
|
2389
|
-
* </li>
|
|
2390
|
-
* <li>
|
|
2391
|
-
* <p>
|
|
2392
|
-
* <b>DISABLING:</b> DNSSEC validation is being disabled but is not complete.</p>
|
|
2393
|
-
* </li>
|
|
2394
|
-
* <li>
|
|
2395
|
-
* <p>
|
|
2396
|
-
* <b>DISABLED</b> DNSSEC validation is disabled.</p>
|
|
2397
|
-
* </li>
|
|
2398
|
-
* </ul>
|
|
2399
|
-
*/
|
|
2400
|
-
ValidationStatus?: ResolverDNSSECValidationStatus | string;
|
|
2401
|
-
}
|
|
2402
|
-
export declare namespace ResolverDnssecConfig {
|
|
2403
|
-
/**
|
|
2404
|
-
* @internal
|
|
2405
|
-
*/
|
|
2406
|
-
const filterSensitiveLog: (obj: ResolverDnssecConfig) => any;
|
|
2407
|
-
}
|
|
2408
|
-
export interface GetResolverDnssecConfigResponse {
|
|
2409
|
-
/**
|
|
2410
|
-
* <p>The information about a configuration for DNSSEC validation.</p>
|
|
2411
|
-
*/
|
|
2412
|
-
ResolverDNSSECConfig?: ResolverDnssecConfig;
|
|
2413
|
-
}
|
|
2414
|
-
export declare namespace GetResolverDnssecConfigResponse {
|
|
2415
|
-
/**
|
|
2416
|
-
* @internal
|
|
2417
|
-
*/
|
|
2418
|
-
const filterSensitiveLog: (obj: GetResolverDnssecConfigResponse) => any;
|
|
2419
|
-
}
|
|
2420
|
-
export interface GetResolverEndpointRequest {
|
|
2421
|
-
/**
|
|
2422
|
-
* <p>The ID of the Resolver endpoint that you want to get information about.</p>
|
|
2423
|
-
*/
|
|
2424
|
-
ResolverEndpointId: string | undefined;
|
|
2425
|
-
}
|
|
2426
|
-
export declare namespace GetResolverEndpointRequest {
|
|
2427
|
-
/**
|
|
2428
|
-
* @internal
|
|
2429
|
-
*/
|
|
2430
|
-
const filterSensitiveLog: (obj: GetResolverEndpointRequest) => any;
|
|
2431
|
-
}
|
|
2432
|
-
export interface GetResolverEndpointResponse {
|
|
2433
|
-
/**
|
|
2434
|
-
* <p>Information about the Resolver endpoint that you specified in a <code>GetResolverEndpoint</code> request.</p>
|
|
2435
|
-
*/
|
|
2436
|
-
ResolverEndpoint?: ResolverEndpoint;
|
|
2437
|
-
}
|
|
2438
|
-
export declare namespace GetResolverEndpointResponse {
|
|
2439
|
-
/**
|
|
2440
|
-
* @internal
|
|
2441
|
-
*/
|
|
2442
|
-
const filterSensitiveLog: (obj: GetResolverEndpointResponse) => any;
|
|
2443
|
-
}
|
|
2444
|
-
export interface GetResolverQueryLogConfigRequest {
|
|
2445
|
-
/**
|
|
2446
|
-
* <p>The ID of the Resolver query logging configuration that you want to get information about.</p>
|
|
2447
|
-
*/
|
|
2448
|
-
ResolverQueryLogConfigId: string | undefined;
|
|
2449
|
-
}
|
|
2450
|
-
export declare namespace GetResolverQueryLogConfigRequest {
|
|
2451
|
-
/**
|
|
2452
|
-
* @internal
|
|
2453
|
-
*/
|
|
2454
|
-
const filterSensitiveLog: (obj: GetResolverQueryLogConfigRequest) => any;
|
|
2455
|
-
}
|
|
2456
|
-
export interface GetResolverQueryLogConfigResponse {
|
|
2457
|
-
/**
|
|
2458
|
-
* <p>Information about the Resolver query logging configuration that you specified in a <code>GetQueryLogConfig</code> request.</p>
|
|
2459
|
-
*/
|
|
2460
|
-
ResolverQueryLogConfig?: ResolverQueryLogConfig;
|
|
2461
|
-
}
|
|
2462
|
-
export declare namespace GetResolverQueryLogConfigResponse {
|
|
2463
|
-
/**
|
|
2464
|
-
* @internal
|
|
2465
|
-
*/
|
|
2466
|
-
const filterSensitiveLog: (obj: GetResolverQueryLogConfigResponse) => any;
|
|
2467
|
-
}
|
|
2468
|
-
export interface GetResolverQueryLogConfigAssociationRequest {
|
|
2469
|
-
/**
|
|
2470
|
-
* <p>The ID of the Resolver query logging configuration association that you want to get information about.</p>
|
|
2471
|
-
*/
|
|
2472
|
-
ResolverQueryLogConfigAssociationId: string | undefined;
|
|
2473
|
-
}
|
|
2474
|
-
export declare namespace GetResolverQueryLogConfigAssociationRequest {
|
|
2475
|
-
/**
|
|
2476
|
-
* @internal
|
|
2477
|
-
*/
|
|
2478
|
-
const filterSensitiveLog: (obj: GetResolverQueryLogConfigAssociationRequest) => any;
|
|
2479
|
-
}
|
|
2480
|
-
export interface GetResolverQueryLogConfigAssociationResponse {
|
|
2481
|
-
/**
|
|
2482
|
-
* <p>Information about the Resolver query logging configuration association that you specified in a <code>GetQueryLogConfigAssociation</code> request.</p>
|
|
2483
|
-
*/
|
|
2484
|
-
ResolverQueryLogConfigAssociation?: ResolverQueryLogConfigAssociation;
|
|
2485
|
-
}
|
|
2486
|
-
export declare namespace GetResolverQueryLogConfigAssociationResponse {
|
|
2487
|
-
/**
|
|
2488
|
-
* @internal
|
|
2489
|
-
*/
|
|
2490
|
-
const filterSensitiveLog: (obj: GetResolverQueryLogConfigAssociationResponse) => any;
|
|
2491
|
-
}
|
|
2492
|
-
export interface GetResolverQueryLogConfigPolicyRequest {
|
|
2493
|
-
/**
|
|
2494
|
-
* <p>The ARN of the query logging configuration that you want to get the query logging policy for.</p>
|
|
2495
|
-
*/
|
|
2496
|
-
Arn: string | undefined;
|
|
2497
|
-
}
|
|
2498
|
-
export declare namespace GetResolverQueryLogConfigPolicyRequest {
|
|
2499
|
-
/**
|
|
2500
|
-
* @internal
|
|
2501
|
-
*/
|
|
2502
|
-
const filterSensitiveLog: (obj: GetResolverQueryLogConfigPolicyRequest) => any;
|
|
2503
|
-
}
|
|
2504
|
-
export interface GetResolverQueryLogConfigPolicyResponse {
|
|
2505
|
-
/**
|
|
2506
|
-
* <p>Information about the query logging policy for the query logging configuration that you specified in a
|
|
2507
|
-
* <code>GetResolverQueryLogConfigPolicy</code> request.</p>
|
|
2508
|
-
*/
|
|
2509
|
-
ResolverQueryLogConfigPolicy?: string;
|
|
2510
|
-
}
|
|
2511
|
-
export declare namespace GetResolverQueryLogConfigPolicyResponse {
|
|
2512
|
-
/**
|
|
2513
|
-
* @internal
|
|
2514
|
-
*/
|
|
2515
|
-
const filterSensitiveLog: (obj: GetResolverQueryLogConfigPolicyResponse) => any;
|
|
2516
|
-
}
|
|
2517
|
-
/**
|
|
2518
|
-
* <p>The specified resource doesn't exist.</p>
|
|
2519
|
-
*/
|
|
2520
|
-
export interface UnknownResourceException extends __SmithyException, $MetadataBearer {
|
|
2521
|
-
name: "UnknownResourceException";
|
|
2522
|
-
$fault: "client";
|
|
2523
|
-
Message?: string;
|
|
2524
|
-
}
|
|
2525
|
-
export declare namespace UnknownResourceException {
|
|
2526
|
-
/**
|
|
2527
|
-
* @internal
|
|
2528
|
-
*/
|
|
2529
|
-
const filterSensitiveLog: (obj: UnknownResourceException) => any;
|
|
2530
|
-
}
|
|
2531
|
-
export interface GetResolverRuleRequest {
|
|
2532
|
-
/**
|
|
2533
|
-
* <p>The ID of the Resolver rule that you want to get information about.</p>
|
|
2534
|
-
*/
|
|
2535
|
-
ResolverRuleId: string | undefined;
|
|
2536
|
-
}
|
|
2537
|
-
export declare namespace GetResolverRuleRequest {
|
|
2538
|
-
/**
|
|
2539
|
-
* @internal
|
|
2540
|
-
*/
|
|
2541
|
-
const filterSensitiveLog: (obj: GetResolverRuleRequest) => any;
|
|
2542
|
-
}
|
|
2543
|
-
export interface GetResolverRuleResponse {
|
|
2544
|
-
/**
|
|
2545
|
-
* <p>Information about the Resolver rule that you specified in a <code>GetResolverRule</code> request.</p>
|
|
2546
|
-
*/
|
|
2547
|
-
ResolverRule?: ResolverRule;
|
|
2548
|
-
}
|
|
2549
|
-
export declare namespace GetResolverRuleResponse {
|
|
2550
|
-
/**
|
|
2551
|
-
* @internal
|
|
2552
|
-
*/
|
|
2553
|
-
const filterSensitiveLog: (obj: GetResolverRuleResponse) => any;
|
|
2554
|
-
}
|
|
2555
|
-
export interface GetResolverRuleAssociationRequest {
|
|
2556
|
-
/**
|
|
2557
|
-
* <p>The ID of the Resolver rule association that you want to get information about.</p>
|
|
2558
|
-
*/
|
|
2559
|
-
ResolverRuleAssociationId: string | undefined;
|
|
2560
|
-
}
|
|
2561
|
-
export declare namespace GetResolverRuleAssociationRequest {
|
|
2562
|
-
/**
|
|
2563
|
-
* @internal
|
|
2564
|
-
*/
|
|
2565
|
-
const filterSensitiveLog: (obj: GetResolverRuleAssociationRequest) => any;
|
|
2566
|
-
}
|
|
2567
|
-
export interface GetResolverRuleAssociationResponse {
|
|
2568
|
-
/**
|
|
2569
|
-
* <p>Information about the Resolver rule association that you specified in a <code>GetResolverRuleAssociation</code> request.</p>
|
|
2570
|
-
*/
|
|
2571
|
-
ResolverRuleAssociation?: ResolverRuleAssociation;
|
|
2572
|
-
}
|
|
2573
|
-
export declare namespace GetResolverRuleAssociationResponse {
|
|
2574
|
-
/**
|
|
2575
|
-
* @internal
|
|
2576
|
-
*/
|
|
2577
|
-
const filterSensitiveLog: (obj: GetResolverRuleAssociationResponse) => any;
|
|
2578
|
-
}
|
|
2579
|
-
export interface GetResolverRulePolicyRequest {
|
|
2580
|
-
/**
|
|
2581
|
-
* <p>The ID of the Resolver rule that you want to get the Resolver rule policy for.</p>
|
|
2582
|
-
*/
|
|
2583
|
-
Arn: string | undefined;
|
|
2584
|
-
}
|
|
2585
|
-
export declare namespace GetResolverRulePolicyRequest {
|
|
2586
|
-
/**
|
|
2587
|
-
* @internal
|
|
2588
|
-
*/
|
|
2589
|
-
const filterSensitiveLog: (obj: GetResolverRulePolicyRequest) => any;
|
|
2590
|
-
}
|
|
2591
|
-
export interface GetResolverRulePolicyResponse {
|
|
2592
|
-
/**
|
|
2593
|
-
* <p>The Resolver rule policy for the rule that you specified in a <code>GetResolverRulePolicy</code> request.</p>
|
|
2594
|
-
*/
|
|
2595
|
-
ResolverRulePolicy?: string;
|
|
2596
|
-
}
|
|
2597
|
-
export declare namespace GetResolverRulePolicyResponse {
|
|
2598
|
-
/**
|
|
2599
|
-
* @internal
|
|
2600
|
-
*/
|
|
2601
|
-
const filterSensitiveLog: (obj: GetResolverRulePolicyResponse) => any;
|
|
2602
|
-
}
|
|
2603
|
-
export interface ImportFirewallDomainsRequest {
|
|
2604
|
-
/**
|
|
2605
|
-
* <p>The ID of the domain list that you want to modify with the import operation.</p>
|
|
2606
|
-
*/
|
|
2607
|
-
FirewallDomainListId: string | undefined;
|
|
2608
|
-
/**
|
|
2609
|
-
* <p>What you want DNS Firewall to do with the domains that are listed in the file. This must be set to <code>REPLACE</code>, which updates the domain list to exactly match the list in the file. </p>
|
|
2610
|
-
*/
|
|
2611
|
-
Operation: FirewallDomainImportOperation | string | undefined;
|
|
2612
|
-
/**
|
|
2613
|
-
* <p>The fully qualified URL or URI of the file stored in Amazon Simple Storage Service
|
|
2614
|
-
* (Amazon S3) that contains the list of domains to import.</p>
|
|
2615
|
-
* <p>The file must be in an S3 bucket that's in the same Region
|
|
2616
|
-
* as your DNS Firewall. The file must be a text file and must contain a single domain per line.</p>
|
|
2617
|
-
*/
|
|
2618
|
-
DomainFileUrl: string | undefined;
|
|
2619
|
-
}
|
|
2620
|
-
export declare namespace ImportFirewallDomainsRequest {
|
|
2621
|
-
/**
|
|
2622
|
-
* @internal
|
|
2623
|
-
*/
|
|
2624
|
-
const filterSensitiveLog: (obj: ImportFirewallDomainsRequest) => any;
|
|
2625
|
-
}
|
|
2626
|
-
export interface ImportFirewallDomainsResponse {
|
|
2627
|
-
/**
|
|
2628
|
-
* <p>The Id of the firewall domain list that DNS Firewall just updated.</p>
|
|
2629
|
-
*/
|
|
2630
|
-
Id?: string;
|
|
2631
|
-
/**
|
|
2632
|
-
* <p>The name of the domain list. </p>
|
|
2633
|
-
*/
|
|
2634
|
-
Name?: string;
|
|
2635
|
-
/**
|
|
2636
|
-
* <p> </p>
|
|
2637
|
-
*/
|
|
2638
|
-
Status?: FirewallDomainListStatus | string;
|
|
2639
|
-
/**
|
|
2640
|
-
* <p>Additional information about the status of the list, if available.</p>
|
|
2641
|
-
*/
|
|
2642
|
-
StatusMessage?: string;
|
|
2643
|
-
}
|
|
2644
|
-
export declare namespace ImportFirewallDomainsResponse {
|
|
2645
|
-
/**
|
|
2646
|
-
* @internal
|
|
2647
|
-
*/
|
|
2648
|
-
const filterSensitiveLog: (obj: ImportFirewallDomainsResponse) => any;
|
|
2649
|
-
}
|
|
2650
|
-
/**
|
|
2651
|
-
* <p>The value that you specified for <code>NextToken</code> in a <code>List</code> request isn't valid.</p>
|
|
2652
|
-
*/
|
|
2653
|
-
export interface InvalidNextTokenException extends __SmithyException, $MetadataBearer {
|
|
2654
|
-
name: "InvalidNextTokenException";
|
|
2655
|
-
$fault: "client";
|
|
2656
|
-
Message?: string;
|
|
2657
|
-
}
|
|
2658
|
-
export declare namespace InvalidNextTokenException {
|
|
2659
|
-
/**
|
|
2660
|
-
* @internal
|
|
2661
|
-
*/
|
|
2662
|
-
const filterSensitiveLog: (obj: InvalidNextTokenException) => any;
|
|
2663
|
-
}
|
|
2664
|
-
/**
|
|
2665
|
-
* <p>The specified Resolver rule policy is invalid.</p>
|
|
2666
|
-
*/
|
|
2667
|
-
export interface InvalidPolicyDocument extends __SmithyException, $MetadataBearer {
|
|
2668
|
-
name: "InvalidPolicyDocument";
|
|
2669
|
-
$fault: "client";
|
|
2670
|
-
Message?: string;
|
|
2671
|
-
}
|
|
2672
|
-
export declare namespace InvalidPolicyDocument {
|
|
2673
|
-
/**
|
|
2674
|
-
* @internal
|
|
2675
|
-
*/
|
|
2676
|
-
const filterSensitiveLog: (obj: InvalidPolicyDocument) => any;
|
|
2677
|
-
}
|
|
2678
|
-
/**
|
|
2679
|
-
* <p>The specified tag is invalid.</p>
|
|
2680
|
-
*/
|
|
2681
|
-
export interface InvalidTagException extends __SmithyException, $MetadataBearer {
|
|
2682
|
-
name: "InvalidTagException";
|
|
2683
|
-
$fault: "client";
|
|
2684
|
-
Message?: string;
|
|
2685
|
-
}
|
|
2686
|
-
export declare namespace InvalidTagException {
|
|
2687
|
-
/**
|
|
2688
|
-
* @internal
|
|
2689
|
-
*/
|
|
2690
|
-
const filterSensitiveLog: (obj: InvalidTagException) => any;
|
|
2691
|
-
}
|
|
2692
|
-
export declare enum IpAddressStatus {
|
|
2693
|
-
Attached = "ATTACHED",
|
|
2694
|
-
Attaching = "ATTACHING",
|
|
2695
|
-
Creating = "CREATING",
|
|
2696
|
-
DeleteFailedFasExpired = "DELETE_FAILED_FAS_EXPIRED",
|
|
2697
|
-
Deleting = "DELETING",
|
|
2698
|
-
Detaching = "DETACHING",
|
|
2699
|
-
FailedCreation = "FAILED_CREATION",
|
|
2700
|
-
FailedResourceGone = "FAILED_RESOURCE_GONE",
|
|
2701
|
-
RemapAttaching = "REMAP_ATTACHING",
|
|
2702
|
-
RemapDetaching = "REMAP_DETACHING"
|
|
2703
|
-
}
|
|
2704
|
-
/**
|
|
2705
|
-
* <p>In the response to a
|
|
2706
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html">GetResolverEndpoint</a>
|
|
2707
|
-
* request, information about the IP addresses that the Resolver endpoint uses for DNS queries.</p>
|
|
2708
|
-
*/
|
|
2709
|
-
export interface IpAddressResponse {
|
|
2710
|
-
/**
|
|
2711
|
-
* <p>The ID of one IP address.</p>
|
|
2712
|
-
*/
|
|
2713
|
-
IpId?: string;
|
|
2714
|
-
/**
|
|
2715
|
-
* <p>The ID of one subnet.</p>
|
|
2716
|
-
*/
|
|
2717
|
-
SubnetId?: string;
|
|
2718
|
-
/**
|
|
2719
|
-
* <p>One IP address that the Resolver endpoint uses for DNS queries.</p>
|
|
2720
|
-
*/
|
|
2721
|
-
Ip?: string;
|
|
2722
|
-
/**
|
|
2723
|
-
* <p>A status code that gives the current status of the request.</p>
|
|
2724
|
-
*/
|
|
2725
|
-
Status?: IpAddressStatus | string;
|
|
2726
|
-
/**
|
|
2727
|
-
* <p>A message that provides additional information about the status of the request.</p>
|
|
2728
|
-
*/
|
|
2729
|
-
StatusMessage?: string;
|
|
2730
|
-
/**
|
|
2731
|
-
* <p>The date and time that the IP address was created, in Unix time format and Coordinated Universal Time (UTC).</p>
|
|
2732
|
-
*/
|
|
2733
|
-
CreationTime?: string;
|
|
2734
|
-
/**
|
|
2735
|
-
* <p>The date and time that the IP address was last modified, in Unix time format and Coordinated Universal Time (UTC).</p>
|
|
2736
|
-
*/
|
|
2737
|
-
ModificationTime?: string;
|
|
2738
|
-
}
|
|
2739
|
-
export declare namespace IpAddressResponse {
|
|
2740
|
-
/**
|
|
2741
|
-
* @internal
|
|
2742
|
-
*/
|
|
2743
|
-
const filterSensitiveLog: (obj: IpAddressResponse) => any;
|
|
2744
|
-
}
|
|
2745
|
-
export interface ListFirewallConfigsRequest {
|
|
2746
|
-
/**
|
|
2747
|
-
* <p>The maximum number of objects that you want Resolver to return for this request. If more
|
|
2748
|
-
* objects are available, in the response, Resolver provides a
|
|
2749
|
-
* <code>NextToken</code> value that you can use in a subsequent call to get the next batch of objects.</p>
|
|
2750
|
-
* <p>If you don't specify a value for <code>MaxResults</code>, Resolver returns up to 100 objects. </p>
|
|
2751
|
-
*/
|
|
2752
|
-
MaxResults?: number;
|
|
2753
|
-
/**
|
|
2754
|
-
* <p>For the first call to this list request, omit this value.</p>
|
|
2755
|
-
* <p>When you request a list of objects, Resolver returns at most the number of objects
|
|
2756
|
-
* specified in <code>MaxResults</code>. If more objects are available for retrieval,
|
|
2757
|
-
* Resolver returns a <code>NextToken</code> value in the response. To retrieve the next
|
|
2758
|
-
* batch of objects, use the token that was returned for the prior request in your next request.</p>
|
|
2759
|
-
*/
|
|
2760
|
-
NextToken?: string;
|
|
2761
|
-
}
|
|
2762
|
-
export declare namespace ListFirewallConfigsRequest {
|
|
2763
|
-
/**
|
|
2764
|
-
* @internal
|
|
2765
|
-
*/
|
|
2766
|
-
const filterSensitiveLog: (obj: ListFirewallConfigsRequest) => any;
|
|
2767
|
-
}
|
|
2768
|
-
export interface ListFirewallConfigsResponse {
|
|
2769
|
-
/**
|
|
2770
|
-
* <p>If objects are still available for retrieval, Resolver returns this token in the response.
|
|
2771
|
-
* To retrieve the next batch of objects, provide this token in your next request.</p>
|
|
2772
|
-
*/
|
|
2773
|
-
NextToken?: string;
|
|
2774
|
-
/**
|
|
2775
|
-
* <p>The configurations for the firewall behavior provided by DNS Firewall for VPCs from
|
|
2776
|
-
* Amazon Virtual Private Cloud (Amazon VPC). </p>
|
|
2777
|
-
*/
|
|
2778
|
-
FirewallConfigs?: FirewallConfig[];
|
|
2779
|
-
}
|
|
2780
|
-
export declare namespace ListFirewallConfigsResponse {
|
|
2781
|
-
/**
|
|
2782
|
-
* @internal
|
|
2783
|
-
*/
|
|
2784
|
-
const filterSensitiveLog: (obj: ListFirewallConfigsResponse) => any;
|
|
2785
|
-
}
|
|
2786
|
-
export interface ListFirewallDomainListsRequest {
|
|
2787
|
-
/**
|
|
2788
|
-
* <p>The maximum number of objects that you want Resolver to return for this request. If more
|
|
2789
|
-
* objects are available, in the response, Resolver provides a
|
|
2790
|
-
* <code>NextToken</code> value that you can use in a subsequent call to get the next batch of objects.</p>
|
|
2791
|
-
* <p>If you don't specify a value for <code>MaxResults</code>, Resolver returns up to 100 objects. </p>
|
|
2792
|
-
*/
|
|
2793
|
-
MaxResults?: number;
|
|
2794
|
-
/**
|
|
2795
|
-
* <p>For the first call to this list request, omit this value.</p>
|
|
2796
|
-
* <p>When you request a list of objects, Resolver returns at most the number of objects
|
|
2797
|
-
* specified in <code>MaxResults</code>. If more objects are available for retrieval,
|
|
2798
|
-
* Resolver returns a <code>NextToken</code> value in the response. To retrieve the next
|
|
2799
|
-
* batch of objects, use the token that was returned for the prior request in your next request.</p>
|
|
2800
|
-
*/
|
|
2801
|
-
NextToken?: string;
|
|
2802
|
-
}
|
|
2803
|
-
export declare namespace ListFirewallDomainListsRequest {
|
|
2804
|
-
/**
|
|
2805
|
-
* @internal
|
|
2806
|
-
*/
|
|
2807
|
-
const filterSensitiveLog: (obj: ListFirewallDomainListsRequest) => any;
|
|
2808
|
-
}
|
|
2809
|
-
export interface ListFirewallDomainListsResponse {
|
|
2810
|
-
/**
|
|
2811
|
-
* <p>If objects are still available for retrieval, Resolver returns this token in the response.
|
|
2812
|
-
* To retrieve the next batch of objects, provide this token in your next request.</p>
|
|
2813
|
-
*/
|
|
2814
|
-
NextToken?: string;
|
|
2815
|
-
/**
|
|
2816
|
-
* <p>A list of the domain lists that you have defined. </p>
|
|
2817
|
-
* <p>This might be a partial list of the domain lists that you've defined. For information,
|
|
2818
|
-
* see <code>MaxResults</code>. </p>
|
|
2819
|
-
*/
|
|
2820
|
-
FirewallDomainLists?: FirewallDomainListMetadata[];
|
|
2821
|
-
}
|
|
2822
|
-
export declare namespace ListFirewallDomainListsResponse {
|
|
2823
|
-
/**
|
|
2824
|
-
* @internal
|
|
2825
|
-
*/
|
|
2826
|
-
const filterSensitiveLog: (obj: ListFirewallDomainListsResponse) => any;
|
|
2827
|
-
}
|
|
2828
|
-
export interface ListFirewallDomainsRequest {
|
|
2829
|
-
/**
|
|
2830
|
-
* <p>The ID of the domain list whose domains you want to retrieve. </p>
|
|
2831
|
-
*/
|
|
2832
|
-
FirewallDomainListId: string | undefined;
|
|
2833
|
-
/**
|
|
2834
|
-
* <p>The maximum number of objects that you want Resolver to return for this request. If more
|
|
2835
|
-
* objects are available, in the response, Resolver provides a
|
|
2836
|
-
* <code>NextToken</code> value that you can use in a subsequent call to get the next batch of objects.</p>
|
|
2837
|
-
* <p>If you don't specify a value for <code>MaxResults</code>, Resolver returns up to 100 objects. </p>
|
|
2838
|
-
*/
|
|
2839
|
-
MaxResults?: number;
|
|
2840
|
-
/**
|
|
2841
|
-
* <p>For the first call to this list request, omit this value.</p>
|
|
2842
|
-
* <p>When you request a list of objects, Resolver returns at most the number of objects
|
|
2843
|
-
* specified in <code>MaxResults</code>. If more objects are available for retrieval,
|
|
2844
|
-
* Resolver returns a <code>NextToken</code> value in the response. To retrieve the next
|
|
2845
|
-
* batch of objects, use the token that was returned for the prior request in your next request.</p>
|
|
2846
|
-
*/
|
|
2847
|
-
NextToken?: string;
|
|
2848
|
-
}
|
|
2849
|
-
export declare namespace ListFirewallDomainsRequest {
|
|
2850
|
-
/**
|
|
2851
|
-
* @internal
|
|
2852
|
-
*/
|
|
2853
|
-
const filterSensitiveLog: (obj: ListFirewallDomainsRequest) => any;
|
|
2854
|
-
}
|
|
2855
|
-
export interface ListFirewallDomainsResponse {
|
|
2856
|
-
/**
|
|
2857
|
-
* <p>If objects are still available for retrieval, Resolver returns this token in the response.
|
|
2858
|
-
* To retrieve the next batch of objects, provide this token in your next request.</p>
|
|
2859
|
-
*/
|
|
2860
|
-
NextToken?: string;
|
|
2861
|
-
/**
|
|
2862
|
-
* <p>A list of the domains in the firewall domain list. </p>
|
|
2863
|
-
* <p>This might be a partial list of the domains that you've defined in the domain list. For
|
|
2864
|
-
* information, see <code>MaxResults</code>. </p>
|
|
2865
|
-
*/
|
|
2866
|
-
Domains?: string[];
|
|
2867
|
-
}
|
|
2868
|
-
export declare namespace ListFirewallDomainsResponse {
|
|
2869
|
-
/**
|
|
2870
|
-
* @internal
|
|
2871
|
-
*/
|
|
2872
|
-
const filterSensitiveLog: (obj: ListFirewallDomainsResponse) => any;
|
|
2873
|
-
}
|
|
2874
|
-
export interface ListFirewallRuleGroupAssociationsRequest {
|
|
2875
|
-
/**
|
|
2876
|
-
* <p>The unique identifier of the firewall rule group that you want to retrieve the associations
|
|
2877
|
-
* for. Leave this blank to retrieve associations for any rule group. </p>
|
|
2878
|
-
*/
|
|
2879
|
-
FirewallRuleGroupId?: string;
|
|
2880
|
-
/**
|
|
2881
|
-
* <p>The unique identifier of the VPC that you want to retrieve the associations
|
|
2882
|
-
* for. Leave this blank to retrieve associations for any VPC. </p>
|
|
2883
|
-
*/
|
|
2884
|
-
VpcId?: string;
|
|
2885
|
-
/**
|
|
2886
|
-
* <p>The setting that determines the processing order of the rule group among the rule
|
|
2887
|
-
* groups that are associated with a single VPC. DNS Firewall filters VPC traffic starting
|
|
2888
|
-
* from the rule group with the lowest numeric priority setting. </p>
|
|
2889
|
-
*/
|
|
2890
|
-
Priority?: number;
|
|
2891
|
-
/**
|
|
2892
|
-
* <p>The association <code>Status</code> setting that you want DNS Firewall to filter on for the list. If you don't specify this, then DNS Firewall returns all associations, regardless of status.</p>
|
|
2893
|
-
*/
|
|
2894
|
-
Status?: FirewallRuleGroupAssociationStatus | string;
|
|
2895
|
-
/**
|
|
2896
|
-
* <p>The maximum number of objects that you want Resolver to return for this request. If more
|
|
2897
|
-
* objects are available, in the response, Resolver provides a
|
|
2898
|
-
* <code>NextToken</code> value that you can use in a subsequent call to get the next batch of objects.</p>
|
|
2899
|
-
* <p>If you don't specify a value for <code>MaxResults</code>, Resolver returns up to 100 objects. </p>
|
|
2900
|
-
*/
|
|
2901
|
-
MaxResults?: number;
|
|
2902
|
-
/**
|
|
2903
|
-
* <p>For the first call to this list request, omit this value.</p>
|
|
2904
|
-
* <p>When you request a list of objects, Resolver returns at most the number of objects
|
|
2905
|
-
* specified in <code>MaxResults</code>. If more objects are available for retrieval,
|
|
2906
|
-
* Resolver returns a <code>NextToken</code> value in the response. To retrieve the next
|
|
2907
|
-
* batch of objects, use the token that was returned for the prior request in your next request.</p>
|
|
2908
|
-
*/
|
|
2909
|
-
NextToken?: string;
|
|
2910
|
-
}
|
|
2911
|
-
export declare namespace ListFirewallRuleGroupAssociationsRequest {
|
|
2912
|
-
/**
|
|
2913
|
-
* @internal
|
|
2914
|
-
*/
|
|
2915
|
-
const filterSensitiveLog: (obj: ListFirewallRuleGroupAssociationsRequest) => any;
|
|
2916
|
-
}
|
|
2917
|
-
export interface ListFirewallRuleGroupAssociationsResponse {
|
|
2918
|
-
/**
|
|
2919
|
-
* <p>If objects are still available for retrieval, Resolver returns this token in the response.
|
|
2920
|
-
* To retrieve the next batch of objects, provide this token in your next request.</p>
|
|
2921
|
-
*/
|
|
2922
|
-
NextToken?: string;
|
|
2923
|
-
/**
|
|
2924
|
-
* <p>A list of your firewall rule group associations.</p>
|
|
2925
|
-
* <p>This might be a partial list of the associations that you have defined. For information, see <code>MaxResults</code>. </p>
|
|
2926
|
-
*/
|
|
2927
|
-
FirewallRuleGroupAssociations?: FirewallRuleGroupAssociation[];
|
|
2928
|
-
}
|
|
2929
|
-
export declare namespace ListFirewallRuleGroupAssociationsResponse {
|
|
2930
|
-
/**
|
|
2931
|
-
* @internal
|
|
2932
|
-
*/
|
|
2933
|
-
const filterSensitiveLog: (obj: ListFirewallRuleGroupAssociationsResponse) => any;
|
|
2934
|
-
}
|
|
2935
|
-
export interface ListFirewallRuleGroupsRequest {
|
|
2936
|
-
/**
|
|
2937
|
-
* <p>The maximum number of objects that you want Resolver to return for this request. If more
|
|
2938
|
-
* objects are available, in the response, Resolver provides a
|
|
2939
|
-
* <code>NextToken</code> value that you can use in a subsequent call to get the next batch of objects.</p>
|
|
2940
|
-
* <p>If you don't specify a value for <code>MaxResults</code>, Resolver returns up to 100 objects. </p>
|
|
2941
|
-
*/
|
|
2942
|
-
MaxResults?: number;
|
|
2943
|
-
/**
|
|
2944
|
-
* <p>For the first call to this list request, omit this value.</p>
|
|
2945
|
-
* <p>When you request a list of objects, Resolver returns at most the number of objects
|
|
2946
|
-
* specified in <code>MaxResults</code>. If more objects are available for retrieval,
|
|
2947
|
-
* Resolver returns a <code>NextToken</code> value in the response. To retrieve the next
|
|
2948
|
-
* batch of objects, use the token that was returned for the prior request in your next request.</p>
|
|
2949
|
-
*/
|
|
2950
|
-
NextToken?: string;
|
|
2951
|
-
}
|
|
2952
|
-
export declare namespace ListFirewallRuleGroupsRequest {
|
|
2953
|
-
/**
|
|
2954
|
-
* @internal
|
|
2955
|
-
*/
|
|
2956
|
-
const filterSensitiveLog: (obj: ListFirewallRuleGroupsRequest) => any;
|
|
2957
|
-
}
|
|
2958
|
-
export interface ListFirewallRuleGroupsResponse {
|
|
2959
|
-
/**
|
|
2960
|
-
* <p>If objects are still available for retrieval, Resolver returns this token in the response.
|
|
2961
|
-
* To retrieve the next batch of objects, provide this token in your next request.</p>
|
|
2962
|
-
*/
|
|
2963
|
-
NextToken?: string;
|
|
2964
|
-
/**
|
|
2965
|
-
* <p>A list of your firewall rule groups.</p>
|
|
2966
|
-
* <p>This might be a partial list of the rule groups that you have defined. For information, see <code>MaxResults</code>. </p>
|
|
2967
|
-
*/
|
|
2968
|
-
FirewallRuleGroups?: FirewallRuleGroupMetadata[];
|
|
2969
|
-
}
|
|
2970
|
-
export declare namespace ListFirewallRuleGroupsResponse {
|
|
2971
|
-
/**
|
|
2972
|
-
* @internal
|
|
2973
|
-
*/
|
|
2974
|
-
const filterSensitiveLog: (obj: ListFirewallRuleGroupsResponse) => any;
|
|
2975
|
-
}
|
|
2976
|
-
export interface ListFirewallRulesRequest {
|
|
2977
|
-
/**
|
|
2978
|
-
* <p>The unique identifier of the firewall rule group that you want to retrieve the rules for. </p>
|
|
2979
|
-
*/
|
|
2980
|
-
FirewallRuleGroupId: string | undefined;
|
|
2981
|
-
/**
|
|
2982
|
-
* <p>Optional additional filter for the rules to retrieve.</p>
|
|
2983
|
-
* <p>The setting that determines the processing order of the rules in a rule group. DNS Firewall
|
|
2984
|
-
* processes the rules in a rule group by order of priority, starting from the lowest setting.</p>
|
|
2985
|
-
*/
|
|
2986
|
-
Priority?: number;
|
|
2987
|
-
/**
|
|
2988
|
-
* <p>Optional additional filter for the rules to retrieve.</p>
|
|
2989
|
-
* <p>The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain list:</p>
|
|
2990
|
-
* <ul>
|
|
2991
|
-
* <li>
|
|
2992
|
-
* <p>
|
|
2993
|
-
* <code>ALLOW</code> - Permit the request to go through.</p>
|
|
2994
|
-
* </li>
|
|
2995
|
-
* <li>
|
|
2996
|
-
* <p>
|
|
2997
|
-
* <code>ALERT</code> - Permit the request to go through but send an alert to the logs.</p>
|
|
2998
|
-
* </li>
|
|
2999
|
-
* <li>
|
|
3000
|
-
* <p>
|
|
3001
|
-
* <code>BLOCK</code> - Disallow the request. If this is specified, additional handling details are provided in the rule's <code>BlockResponse</code> setting. </p>
|
|
3002
|
-
* </li>
|
|
3003
|
-
* </ul>
|
|
3004
|
-
*/
|
|
3005
|
-
Action?: Action | string;
|
|
3006
|
-
/**
|
|
3007
|
-
* <p>The maximum number of objects that you want Resolver to return for this request. If more
|
|
3008
|
-
* objects are available, in the response, Resolver provides a
|
|
3009
|
-
* <code>NextToken</code> value that you can use in a subsequent call to get the next batch of objects.</p>
|
|
3010
|
-
* <p>If you don't specify a value for <code>MaxResults</code>, Resolver returns up to 100 objects. </p>
|
|
3011
|
-
*/
|
|
3012
|
-
MaxResults?: number;
|
|
3013
|
-
/**
|
|
3014
|
-
* <p>For the first call to this list request, omit this value.</p>
|
|
3015
|
-
* <p>When you request a list of objects, Resolver returns at most the number of objects
|
|
3016
|
-
* specified in <code>MaxResults</code>. If more objects are available for retrieval,
|
|
3017
|
-
* Resolver returns a <code>NextToken</code> value in the response. To retrieve the next
|
|
3018
|
-
* batch of objects, use the token that was returned for the prior request in your next request.</p>
|
|
3019
|
-
*/
|
|
3020
|
-
NextToken?: string;
|
|
3021
|
-
}
|
|
3022
|
-
export declare namespace ListFirewallRulesRequest {
|
|
3023
|
-
/**
|
|
3024
|
-
* @internal
|
|
3025
|
-
*/
|
|
3026
|
-
const filterSensitiveLog: (obj: ListFirewallRulesRequest) => any;
|
|
3027
|
-
}
|
|
3028
|
-
export interface ListFirewallRulesResponse {
|
|
3029
|
-
/**
|
|
3030
|
-
* <p>If objects are still available for retrieval, Resolver returns this token in the response.
|
|
3031
|
-
* To retrieve the next batch of objects, provide this token in your next request.</p>
|
|
3032
|
-
*/
|
|
3033
|
-
NextToken?: string;
|
|
3034
|
-
/**
|
|
3035
|
-
* <p>A list of the rules that you have defined. </p>
|
|
3036
|
-
* <p>This might be a partial list of the firewall rules that you've defined. For information,
|
|
3037
|
-
* see <code>MaxResults</code>. </p>
|
|
3038
|
-
*/
|
|
3039
|
-
FirewallRules?: FirewallRule[];
|
|
3040
|
-
}
|
|
3041
|
-
export declare namespace ListFirewallRulesResponse {
|
|
3042
|
-
/**
|
|
3043
|
-
* @internal
|
|
3044
|
-
*/
|
|
3045
|
-
const filterSensitiveLog: (obj: ListFirewallRulesResponse) => any;
|
|
3046
|
-
}
|
|
3047
|
-
export interface ListResolverDnssecConfigsRequest {
|
|
3048
|
-
/**
|
|
3049
|
-
* <p>
|
|
3050
|
-
* <i>Optional</i>: An integer that specifies the maximum number of DNSSEC configuration results that you want Amazon Route 53 to return.
|
|
3051
|
-
* If you don't specify a value for <code>MaxResults</code>, Route 53 returns up to 100 configuration per page.</p>
|
|
3052
|
-
*/
|
|
3053
|
-
MaxResults?: number;
|
|
3054
|
-
/**
|
|
3055
|
-
* <p>(Optional) If the current Amazon Web Services account has more than <code>MaxResults</code> DNSSEC configurations, use <code>NextToken</code>
|
|
3056
|
-
* to get the second and subsequent pages of results.</p>
|
|
3057
|
-
* <p>For the first <code>ListResolverDnssecConfigs</code> request, omit this value.</p>
|
|
3058
|
-
* <p>For the second and subsequent requests, get the value of <code>NextToken</code> from the previous response and specify that value
|
|
3059
|
-
* for <code>NextToken</code> in the request.</p>
|
|
3060
|
-
*/
|
|
3061
|
-
NextToken?: string;
|
|
3062
|
-
/**
|
|
3063
|
-
* <p>An optional specification to return a subset of objects.</p>
|
|
3064
|
-
*/
|
|
3065
|
-
Filters?: Filter[];
|
|
3066
|
-
}
|
|
3067
|
-
export declare namespace ListResolverDnssecConfigsRequest {
|
|
3068
|
-
/**
|
|
3069
|
-
* @internal
|
|
3070
|
-
*/
|
|
3071
|
-
const filterSensitiveLog: (obj: ListResolverDnssecConfigsRequest) => any;
|
|
3072
|
-
}
|
|
3073
|
-
export interface ListResolverDnssecConfigsResponse {
|
|
3074
|
-
/**
|
|
3075
|
-
* <p>If a response includes the last of the DNSSEC configurations that are associated with the current Amazon Web Services account,
|
|
3076
|
-
* <code>NextToken</code> doesn't appear in the response.</p>
|
|
3077
|
-
* <p>If a response doesn't include the last of the configurations, you can get more configurations by submitting another
|
|
3078
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_ListResolverDnssecConfigs.html">ListResolverDnssecConfigs</a>
|
|
3079
|
-
* request. Get the value of <code>NextToken</code> that Amazon Route 53 returned in the previous response and include it in
|
|
3080
|
-
* <code>NextToken</code> in the next request.</p>
|
|
3081
|
-
*/
|
|
3082
|
-
NextToken?: string;
|
|
3083
|
-
/**
|
|
3084
|
-
* <p>An array that contains one
|
|
3085
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_ResolverDnssecConfig.html">ResolverDnssecConfig</a> element
|
|
3086
|
-
* for each configuration for DNSSEC validation that is associated with the current Amazon Web Services account.</p>
|
|
3087
|
-
*/
|
|
3088
|
-
ResolverDnssecConfigs?: ResolverDnssecConfig[];
|
|
3089
|
-
}
|
|
3090
|
-
export declare namespace ListResolverDnssecConfigsResponse {
|
|
3091
|
-
/**
|
|
3092
|
-
* @internal
|
|
3093
|
-
*/
|
|
3094
|
-
const filterSensitiveLog: (obj: ListResolverDnssecConfigsResponse) => any;
|
|
3095
|
-
}
|
|
3096
|
-
export interface ListResolverEndpointIpAddressesRequest {
|
|
3097
|
-
/**
|
|
3098
|
-
* <p>The ID of the Resolver endpoint that you want to get IP addresses for.</p>
|
|
3099
|
-
*/
|
|
3100
|
-
ResolverEndpointId: string | undefined;
|
|
3101
|
-
/**
|
|
3102
|
-
* <p>The maximum number of IP addresses that you want to return in the response to a <code>ListResolverEndpointIpAddresses</code> request.
|
|
3103
|
-
* If you don't specify a value for <code>MaxResults</code>, Resolver returns up to 100 IP addresses. </p>
|
|
3104
|
-
*/
|
|
3105
|
-
MaxResults?: number;
|
|
3106
|
-
/**
|
|
3107
|
-
* <p>For the first <code>ListResolverEndpointIpAddresses</code> request, omit this value.</p>
|
|
3108
|
-
* <p>If the specified Resolver endpoint has more than <code>MaxResults</code> IP addresses, you can submit another
|
|
3109
|
-
* <code>ListResolverEndpointIpAddresses</code> request to get the next group of IP addresses. In the next request, specify the value of
|
|
3110
|
-
* <code>NextToken</code> from the previous response. </p>
|
|
3111
|
-
*/
|
|
3112
|
-
NextToken?: string;
|
|
3113
|
-
}
|
|
3114
|
-
export declare namespace ListResolverEndpointIpAddressesRequest {
|
|
3115
|
-
/**
|
|
3116
|
-
* @internal
|
|
3117
|
-
*/
|
|
3118
|
-
const filterSensitiveLog: (obj: ListResolverEndpointIpAddressesRequest) => any;
|
|
3119
|
-
}
|
|
3120
|
-
export interface ListResolverEndpointIpAddressesResponse {
|
|
3121
|
-
/**
|
|
3122
|
-
* <p>If the specified endpoint has more than <code>MaxResults</code> IP addresses, you can submit another
|
|
3123
|
-
* <code>ListResolverEndpointIpAddresses</code> request to get the next group of IP addresses. In the next request,
|
|
3124
|
-
* specify the value of <code>NextToken</code> from the previous response. </p>
|
|
3125
|
-
*/
|
|
3126
|
-
NextToken?: string;
|
|
3127
|
-
/**
|
|
3128
|
-
* <p>The value that you specified for <code>MaxResults</code> in the request.</p>
|
|
3129
|
-
*/
|
|
3130
|
-
MaxResults?: number;
|
|
3131
|
-
/**
|
|
3132
|
-
* <p>Information about the IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward
|
|
3133
|
-
* DNS queries to (for inbound endpoints).</p>
|
|
3134
|
-
*/
|
|
3135
|
-
IpAddresses?: IpAddressResponse[];
|
|
3136
|
-
}
|
|
3137
|
-
export declare namespace ListResolverEndpointIpAddressesResponse {
|
|
3138
|
-
/**
|
|
3139
|
-
* @internal
|
|
3140
|
-
*/
|
|
3141
|
-
const filterSensitiveLog: (obj: ListResolverEndpointIpAddressesResponse) => any;
|
|
3142
|
-
}
|
|
3143
|
-
export interface ListResolverEndpointsRequest {
|
|
3144
|
-
/**
|
|
3145
|
-
* <p>The maximum number of Resolver endpoints that you want to return in the response to a <code>ListResolverEndpoints</code> request.
|
|
3146
|
-
* If you don't specify a value for <code>MaxResults</code>, Resolver returns up to 100 Resolver endpoints. </p>
|
|
3147
|
-
*/
|
|
3148
|
-
MaxResults?: number;
|
|
3149
|
-
/**
|
|
3150
|
-
* <p>For the first <code>ListResolverEndpoints</code> request, omit this value.</p>
|
|
3151
|
-
* <p>If you have more than <code>MaxResults</code> Resolver endpoints, you can submit another <code>ListResolverEndpoints</code> request
|
|
3152
|
-
* to get the next group of Resolver endpoints. In the next request, specify the value of <code>NextToken</code> from the previous response. </p>
|
|
3153
|
-
*/
|
|
3154
|
-
NextToken?: string;
|
|
3155
|
-
/**
|
|
3156
|
-
* <p>An optional specification to return a subset of Resolver endpoints, such as all inbound Resolver endpoints.</p>
|
|
3157
|
-
* <note>
|
|
3158
|
-
* <p>If you submit a second or subsequent <code>ListResolverEndpoints</code> request and specify the <code>NextToken</code> parameter,
|
|
3159
|
-
* you must use the same values for <code>Filters</code>, if any, as in the previous request.</p>
|
|
3160
|
-
* </note>
|
|
3161
|
-
*/
|
|
3162
|
-
Filters?: Filter[];
|
|
3163
|
-
}
|
|
3164
|
-
export declare namespace ListResolverEndpointsRequest {
|
|
3165
|
-
/**
|
|
3166
|
-
* @internal
|
|
3167
|
-
*/
|
|
3168
|
-
const filterSensitiveLog: (obj: ListResolverEndpointsRequest) => any;
|
|
3169
|
-
}
|
|
3170
|
-
export interface ListResolverEndpointsResponse {
|
|
3171
|
-
/**
|
|
3172
|
-
* <p>If more than <code>MaxResults</code> IP addresses match the specified criteria, you can submit another <code>ListResolverEndpoint</code> request
|
|
3173
|
-
* to get the next group of results. In the next request, specify the value of <code>NextToken</code> from the previous response. </p>
|
|
3174
|
-
*/
|
|
3175
|
-
NextToken?: string;
|
|
3176
|
-
/**
|
|
3177
|
-
* <p>The value that you specified for <code>MaxResults</code> in the request.</p>
|
|
3178
|
-
*/
|
|
3179
|
-
MaxResults?: number;
|
|
3180
|
-
/**
|
|
3181
|
-
* <p>The Resolver endpoints that were created by using the current Amazon Web Services account, and that match the specified filters, if any.</p>
|
|
3182
|
-
*/
|
|
3183
|
-
ResolverEndpoints?: ResolverEndpoint[];
|
|
3184
|
-
}
|
|
3185
|
-
export declare namespace ListResolverEndpointsResponse {
|
|
3186
|
-
/**
|
|
3187
|
-
* @internal
|
|
3188
|
-
*/
|
|
3189
|
-
const filterSensitiveLog: (obj: ListResolverEndpointsResponse) => any;
|
|
3190
|
-
}
|
|
3191
|
-
export declare enum SortOrder {
|
|
3192
|
-
Ascending = "ASCENDING",
|
|
3193
|
-
Descending = "DESCENDING"
|
|
3194
|
-
}
|
|
3195
|
-
export interface ListResolverQueryLogConfigAssociationsRequest {
|
|
3196
|
-
/**
|
|
3197
|
-
* <p>The maximum number of query logging associations that you want to return in the response to a <code>ListResolverQueryLogConfigAssociations</code> request.
|
|
3198
|
-
* If you don't specify a value for <code>MaxResults</code>, Resolver returns up to 100 query logging associations. </p>
|
|
3199
|
-
*/
|
|
3200
|
-
MaxResults?: number;
|
|
3201
|
-
/**
|
|
3202
|
-
* <p>For the first <code>ListResolverQueryLogConfigAssociations</code> request, omit this value.</p>
|
|
3203
|
-
* <p>If there are more than <code>MaxResults</code> query logging associations that match the values that you specify for <code>Filters</code>,
|
|
3204
|
-
* you can submit another <code>ListResolverQueryLogConfigAssociations</code> request to get the next group of associations. In the next request, specify the value of
|
|
3205
|
-
* <code>NextToken</code> from the previous response. </p>
|
|
3206
|
-
*/
|
|
3207
|
-
NextToken?: string;
|
|
3208
|
-
/**
|
|
3209
|
-
* <p>An optional specification to return a subset of query logging associations.</p>
|
|
3210
|
-
* <note>
|
|
3211
|
-
* <p>If you submit a second or subsequent <code>ListResolverQueryLogConfigAssociations</code> request and specify the <code>NextToken</code> parameter,
|
|
3212
|
-
* you must use the same values for <code>Filters</code>, if any, as in the previous request.</p>
|
|
3213
|
-
* </note>
|
|
3214
|
-
*/
|
|
3215
|
-
Filters?: Filter[];
|
|
3216
|
-
/**
|
|
3217
|
-
* <p>The element that you want Resolver to sort query logging associations by. </p>
|
|
3218
|
-
* <note>
|
|
3219
|
-
* <p>If you submit a second or subsequent <code>ListResolverQueryLogConfigAssociations</code> request and specify the <code>NextToken</code> parameter,
|
|
3220
|
-
* you must use the same value for <code>SortBy</code>, if any, as in the previous request.</p>
|
|
3221
|
-
* </note>
|
|
3222
|
-
*
|
|
3223
|
-
* <p>Valid values include the following elements:</p>
|
|
3224
|
-
* <ul>
|
|
3225
|
-
* <li>
|
|
3226
|
-
* <p>
|
|
3227
|
-
* <code>CreationTime</code>: The ID of the query logging association.</p>
|
|
3228
|
-
* </li>
|
|
3229
|
-
* <li>
|
|
3230
|
-
* <p>
|
|
3231
|
-
* <code>Error</code>: If the value of <code>Status</code> is <code>FAILED</code>, the value of <code>Error</code>
|
|
3232
|
-
* indicates the cause: </p>
|
|
3233
|
-
* <ul>
|
|
3234
|
-
* <li>
|
|
3235
|
-
* <p>
|
|
3236
|
-
* <code>DESTINATION_NOT_FOUND</code>: The specified destination (for example, an Amazon S3 bucket) was deleted.</p>
|
|
3237
|
-
* </li>
|
|
3238
|
-
* <li>
|
|
3239
|
-
* <p>
|
|
3240
|
-
* <code>ACCESS_DENIED</code>: Permissions don't allow sending logs to the destination.</p>
|
|
3241
|
-
* </li>
|
|
3242
|
-
* </ul>
|
|
3243
|
-
* <p>If <code>Status</code> is a value other than <code>FAILED</code>, <code>ERROR</code> is null.</p>
|
|
3244
|
-
* </li>
|
|
3245
|
-
* <li>
|
|
3246
|
-
* <p>
|
|
3247
|
-
* <code>Id</code>: The ID of the query logging association</p>
|
|
3248
|
-
* </li>
|
|
3249
|
-
* <li>
|
|
3250
|
-
* <p>
|
|
3251
|
-
* <code>ResolverQueryLogConfigId</code>: The ID of the query logging configuration</p>
|
|
3252
|
-
* </li>
|
|
3253
|
-
* <li>
|
|
3254
|
-
* <p>
|
|
3255
|
-
* <code>ResourceId</code>: The ID of the VPC that is associated with the query logging configuration</p>
|
|
3256
|
-
* </li>
|
|
3257
|
-
* <li>
|
|
3258
|
-
* <p>
|
|
3259
|
-
* <code>Status</code>: The current status of the configuration. Valid values include the following:</p>
|
|
3260
|
-
*
|
|
3261
|
-
* <ul>
|
|
3262
|
-
* <li>
|
|
3263
|
-
* <p>
|
|
3264
|
-
* <code>CREATING</code>: Resolver is creating an association between an Amazon VPC and a query logging configuration.</p>
|
|
3265
|
-
* </li>
|
|
3266
|
-
* <li>
|
|
3267
|
-
* <p>
|
|
3268
|
-
* <code>CREATED</code>: The association between an Amazon VPC and a query logging configuration
|
|
3269
|
-
* was successfully created. Resolver is logging queries that originate in the specified VPC.</p>
|
|
3270
|
-
* </li>
|
|
3271
|
-
* <li>
|
|
3272
|
-
* <p>
|
|
3273
|
-
* <code>DELETING</code>: Resolver is deleting this query logging association.</p>
|
|
3274
|
-
* </li>
|
|
3275
|
-
* <li>
|
|
3276
|
-
* <p>
|
|
3277
|
-
* <code>FAILED</code>: Resolver either couldn't create or couldn't delete the query logging association.
|
|
3278
|
-
* Here are two common causes:</p>
|
|
3279
|
-
* <ul>
|
|
3280
|
-
* <li>
|
|
3281
|
-
* <p>The specified destination (for example, an Amazon S3 bucket) was deleted.</p>
|
|
3282
|
-
* </li>
|
|
3283
|
-
* <li>
|
|
3284
|
-
* <p>Permissions don't allow sending logs to the destination.</p>
|
|
3285
|
-
* </li>
|
|
3286
|
-
* </ul>
|
|
3287
|
-
* </li>
|
|
3288
|
-
* </ul>
|
|
3289
|
-
* </li>
|
|
3290
|
-
* </ul>
|
|
3291
|
-
*/
|
|
3292
|
-
SortBy?: string;
|
|
3293
|
-
/**
|
|
3294
|
-
* <p>If you specified a value for <code>SortBy</code>, the order that you want query logging associations to be listed in,
|
|
3295
|
-
* <code>ASCENDING</code> or <code>DESCENDING</code>.</p>
|
|
3296
|
-
* <note>
|
|
3297
|
-
* <p>If you submit a second or subsequent <code>ListResolverQueryLogConfigAssociations</code> request and specify the <code>NextToken</code> parameter,
|
|
3298
|
-
* you must use the same value for <code>SortOrder</code>, if any, as in the previous request.</p>
|
|
3299
|
-
* </note>
|
|
3300
|
-
*/
|
|
3301
|
-
SortOrder?: SortOrder | string;
|
|
3302
|
-
}
|
|
3303
|
-
export declare namespace ListResolverQueryLogConfigAssociationsRequest {
|
|
3304
|
-
/**
|
|
3305
|
-
* @internal
|
|
3306
|
-
*/
|
|
3307
|
-
const filterSensitiveLog: (obj: ListResolverQueryLogConfigAssociationsRequest) => any;
|
|
3308
|
-
}
|
|
3309
|
-
export interface ListResolverQueryLogConfigAssociationsResponse {
|
|
3310
|
-
/**
|
|
3311
|
-
* <p>If there are more than <code>MaxResults</code> query logging associations, you can submit another <code>ListResolverQueryLogConfigAssociations</code> request
|
|
3312
|
-
* to get the next group of associations. In the next request, specify the value of <code>NextToken</code> from the previous response. </p>
|
|
3313
|
-
*/
|
|
3314
|
-
NextToken?: string;
|
|
3315
|
-
/**
|
|
3316
|
-
* <p>The total number of query logging associations that were created by the current account in the specified Region. This count can differ from the
|
|
3317
|
-
* number of associations that are returned in a <code>ListResolverQueryLogConfigAssociations</code> response, depending on the values that you specify
|
|
3318
|
-
* in the request.</p>
|
|
3319
|
-
*/
|
|
3320
|
-
TotalCount?: number;
|
|
3321
|
-
/**
|
|
3322
|
-
* <p>The total number of query logging associations that were created by the current account in the specified Region and that match the filters
|
|
3323
|
-
* that were specified in the <code>ListResolverQueryLogConfigAssociations</code> request. For the total number of associations that were created by the
|
|
3324
|
-
* current account in the specified Region, see <code>TotalCount</code>.</p>
|
|
3325
|
-
*/
|
|
3326
|
-
TotalFilteredCount?: number;
|
|
3327
|
-
/**
|
|
3328
|
-
* <p>A list that contains one <code>ResolverQueryLogConfigAssociations</code> element for each query logging association that matches the
|
|
3329
|
-
* values that you specified for <code>Filter</code>.</p>
|
|
3330
|
-
*/
|
|
3331
|
-
ResolverQueryLogConfigAssociations?: ResolverQueryLogConfigAssociation[];
|
|
3332
|
-
}
|
|
3333
|
-
export declare namespace ListResolverQueryLogConfigAssociationsResponse {
|
|
3334
|
-
/**
|
|
3335
|
-
* @internal
|
|
3336
|
-
*/
|
|
3337
|
-
const filterSensitiveLog: (obj: ListResolverQueryLogConfigAssociationsResponse) => any;
|
|
3338
|
-
}
|
|
3339
|
-
export interface ListResolverQueryLogConfigsRequest {
|
|
3340
|
-
/**
|
|
3341
|
-
* <p>The maximum number of query logging configurations that you want to return in the response to a <code>ListResolverQueryLogConfigs</code> request.
|
|
3342
|
-
* If you don't specify a value for <code>MaxResults</code>, Resolver returns up to 100 query logging configurations. </p>
|
|
3343
|
-
*/
|
|
3344
|
-
MaxResults?: number;
|
|
3345
|
-
/**
|
|
3346
|
-
* <p>For the first <code>ListResolverQueryLogConfigs</code> request, omit this value.</p>
|
|
3347
|
-
* <p>If there are more than <code>MaxResults</code> query logging configurations that match the values that you specify for <code>Filters</code>,
|
|
3348
|
-
* you can submit another <code>ListResolverQueryLogConfigs</code> request to get the next group of configurations. In the next request, specify the value of
|
|
3349
|
-
* <code>NextToken</code> from the previous response. </p>
|
|
3350
|
-
*/
|
|
3351
|
-
NextToken?: string;
|
|
3352
|
-
/**
|
|
3353
|
-
* <p>An optional specification to return a subset of query logging configurations.</p>
|
|
3354
|
-
* <note>
|
|
3355
|
-
* <p>If you submit a second or subsequent <code>ListResolverQueryLogConfigs</code> request and specify the <code>NextToken</code> parameter,
|
|
3356
|
-
* you must use the same values for <code>Filters</code>, if any, as in the previous request.</p>
|
|
3357
|
-
* </note>
|
|
3358
|
-
*/
|
|
3359
|
-
Filters?: Filter[];
|
|
3360
|
-
/**
|
|
3361
|
-
* <p>The element that you want Resolver to sort query logging configurations by. </p>
|
|
3362
|
-
* <note>
|
|
3363
|
-
* <p>If you submit a second or subsequent <code>ListResolverQueryLogConfigs</code> request and specify the <code>NextToken</code> parameter,
|
|
3364
|
-
* you must use the same value for <code>SortBy</code>, if any, as in the previous request.</p>
|
|
3365
|
-
* </note>
|
|
3366
|
-
*
|
|
3367
|
-
* <p>Valid values include the following elements:</p>
|
|
3368
|
-
* <ul>
|
|
3369
|
-
* <li>
|
|
3370
|
-
* <p>
|
|
3371
|
-
* <code>Arn</code>: The ARN of the query logging configuration</p>
|
|
3372
|
-
* </li>
|
|
3373
|
-
* <li>
|
|
3374
|
-
* <p>
|
|
3375
|
-
* <code>AssociationCount</code>: The number of VPCs that are associated with the specified configuration </p>
|
|
3376
|
-
* </li>
|
|
3377
|
-
* <li>
|
|
3378
|
-
* <p>
|
|
3379
|
-
* <code>CreationTime</code>: The date and time that Resolver returned when the configuration was created</p>
|
|
3380
|
-
* </li>
|
|
3381
|
-
* <li>
|
|
3382
|
-
* <p>
|
|
3383
|
-
* <code>CreatorRequestId</code>: The value that was specified for <code>CreatorRequestId</code> when the configuration was created</p>
|
|
3384
|
-
* </li>
|
|
3385
|
-
* <li>
|
|
3386
|
-
* <p>
|
|
3387
|
-
* <code>DestinationArn</code>: The location that logs are sent to</p>
|
|
3388
|
-
* </li>
|
|
3389
|
-
* <li>
|
|
3390
|
-
* <p>
|
|
3391
|
-
* <code>Id</code>: The ID of the configuration</p>
|
|
3392
|
-
* </li>
|
|
3393
|
-
* <li>
|
|
3394
|
-
* <p>
|
|
3395
|
-
* <code>Name</code>: The name of the configuration</p>
|
|
3396
|
-
* </li>
|
|
3397
|
-
* <li>
|
|
3398
|
-
* <p>
|
|
3399
|
-
* <code>OwnerId</code>: The Amazon Web Services account number of the account that created the configuration</p>
|
|
3400
|
-
* </li>
|
|
3401
|
-
* <li>
|
|
3402
|
-
* <p>
|
|
3403
|
-
* <code>ShareStatus</code>: Whether the configuration is shared with other Amazon Web Services accounts or shared with the current account by
|
|
3404
|
-
* another Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM).</p>
|
|
3405
|
-
* </li>
|
|
3406
|
-
* <li>
|
|
3407
|
-
* <p>
|
|
3408
|
-
* <code>Status</code>: The current status of the configuration. Valid values include the following:</p>
|
|
3409
|
-
*
|
|
3410
|
-
* <ul>
|
|
3411
|
-
* <li>
|
|
3412
|
-
* <p>
|
|
3413
|
-
* <code>CREATING</code>: Resolver is creating the query logging configuration.</p>
|
|
3414
|
-
* </li>
|
|
3415
|
-
* <li>
|
|
3416
|
-
* <p>
|
|
3417
|
-
* <code>CREATED</code>: The query logging configuration was successfully created.
|
|
3418
|
-
* Resolver is logging queries that originate in the specified VPC.</p>
|
|
3419
|
-
* </li>
|
|
3420
|
-
* <li>
|
|
3421
|
-
* <p>
|
|
3422
|
-
* <code>DELETING</code>: Resolver is deleting this query logging configuration.</p>
|
|
3423
|
-
* </li>
|
|
3424
|
-
* <li>
|
|
3425
|
-
* <p>
|
|
3426
|
-
* <code>FAILED</code>: Resolver either couldn't create or couldn't delete the query logging configuration.
|
|
3427
|
-
* Here are two common causes:</p>
|
|
3428
|
-
* <ul>
|
|
3429
|
-
* <li>
|
|
3430
|
-
* <p>The specified destination (for example, an Amazon S3 bucket) was deleted.</p>
|
|
3431
|
-
* </li>
|
|
3432
|
-
* <li>
|
|
3433
|
-
* <p>Permissions don't allow sending logs to the destination.</p>
|
|
3434
|
-
* </li>
|
|
3435
|
-
* </ul>
|
|
3436
|
-
* </li>
|
|
3437
|
-
* </ul>
|
|
3438
|
-
* </li>
|
|
3439
|
-
* </ul>
|
|
3440
|
-
*/
|
|
3441
|
-
SortBy?: string;
|
|
3442
|
-
/**
|
|
3443
|
-
* <p>If you specified a value for <code>SortBy</code>, the order that you want query logging configurations to be listed in,
|
|
3444
|
-
* <code>ASCENDING</code> or <code>DESCENDING</code>.</p>
|
|
3445
|
-
* <note>
|
|
3446
|
-
* <p>If you submit a second or subsequent <code>ListResolverQueryLogConfigs</code> request and specify the <code>NextToken</code> parameter,
|
|
3447
|
-
* you must use the same value for <code>SortOrder</code>, if any, as in the previous request.</p>
|
|
3448
|
-
* </note>
|
|
3449
|
-
*/
|
|
3450
|
-
SortOrder?: SortOrder | string;
|
|
3451
|
-
}
|
|
3452
|
-
export declare namespace ListResolverQueryLogConfigsRequest {
|
|
3453
|
-
/**
|
|
3454
|
-
* @internal
|
|
3455
|
-
*/
|
|
3456
|
-
const filterSensitiveLog: (obj: ListResolverQueryLogConfigsRequest) => any;
|
|
3457
|
-
}
|
|
3458
|
-
export interface ListResolverQueryLogConfigsResponse {
|
|
3459
|
-
/**
|
|
3460
|
-
* <p>If there are more than <code>MaxResults</code> query logging configurations, you can submit another <code>ListResolverQueryLogConfigs</code> request
|
|
3461
|
-
* to get the next group of configurations. In the next request, specify the value of <code>NextToken</code> from the previous response. </p>
|
|
3462
|
-
*/
|
|
3463
|
-
NextToken?: string;
|
|
3464
|
-
/**
|
|
3465
|
-
* <p>The total number of query logging configurations that were created by the current account in the specified Region. This count can differ from the
|
|
3466
|
-
* number of query logging configurations that are returned in a <code>ListResolverQueryLogConfigs</code> response, depending on the values that you specify
|
|
3467
|
-
* in the request.</p>
|
|
3468
|
-
*/
|
|
3469
|
-
TotalCount?: number;
|
|
3470
|
-
/**
|
|
3471
|
-
* <p>The total number of query logging configurations that were created by the current account in the specified Region and that match the filters
|
|
3472
|
-
* that were specified in the <code>ListResolverQueryLogConfigs</code> request. For the total number of query logging configurations that were created by the
|
|
3473
|
-
* current account in the specified Region, see <code>TotalCount</code>.</p>
|
|
3474
|
-
*/
|
|
3475
|
-
TotalFilteredCount?: number;
|
|
3476
|
-
/**
|
|
3477
|
-
* <p>A list that contains one <code>ResolverQueryLogConfig</code> element for each query logging configuration that matches the
|
|
3478
|
-
* values that you specified for <code>Filter</code>.</p>
|
|
3479
|
-
*/
|
|
3480
|
-
ResolverQueryLogConfigs?: ResolverQueryLogConfig[];
|
|
3481
|
-
}
|
|
3482
|
-
export declare namespace ListResolverQueryLogConfigsResponse {
|
|
3483
|
-
/**
|
|
3484
|
-
* @internal
|
|
3485
|
-
*/
|
|
3486
|
-
const filterSensitiveLog: (obj: ListResolverQueryLogConfigsResponse) => any;
|
|
3487
|
-
}
|
|
3488
|
-
export interface ListResolverRuleAssociationsRequest {
|
|
3489
|
-
/**
|
|
3490
|
-
* <p>The maximum number of rule associations that you want to return in the response to a <code>ListResolverRuleAssociations</code> request.
|
|
3491
|
-
* If you don't specify a value for <code>MaxResults</code>, Resolver returns up to 100 rule associations. </p>
|
|
3492
|
-
*/
|
|
3493
|
-
MaxResults?: number;
|
|
3494
|
-
/**
|
|
3495
|
-
* <p>For the first <code>ListResolverRuleAssociation</code> request, omit this value.</p>
|
|
3496
|
-
* <p>If you have more than <code>MaxResults</code> rule associations, you can submit another <code>ListResolverRuleAssociation</code> request
|
|
3497
|
-
* to get the next group of rule associations. In the next request, specify the value of <code>NextToken</code> from the previous response. </p>
|
|
3498
|
-
*/
|
|
3499
|
-
NextToken?: string;
|
|
3500
|
-
/**
|
|
3501
|
-
* <p>An optional specification to return a subset of Resolver rules, such as Resolver rules that are associated with the same VPC ID.</p>
|
|
3502
|
-
* <note>
|
|
3503
|
-
* <p>If you submit a second or subsequent <code>ListResolverRuleAssociations</code> request and specify the <code>NextToken</code> parameter,
|
|
3504
|
-
* you must use the same values for <code>Filters</code>, if any, as in the previous request.</p>
|
|
3505
|
-
* </note>
|
|
3506
|
-
*/
|
|
3507
|
-
Filters?: Filter[];
|
|
3508
|
-
}
|
|
3509
|
-
export declare namespace ListResolverRuleAssociationsRequest {
|
|
3510
|
-
/**
|
|
3511
|
-
* @internal
|
|
3512
|
-
*/
|
|
3513
|
-
const filterSensitiveLog: (obj: ListResolverRuleAssociationsRequest) => any;
|
|
3514
|
-
}
|
|
3515
|
-
export interface ListResolverRuleAssociationsResponse {
|
|
3516
|
-
/**
|
|
3517
|
-
* <p>If more than <code>MaxResults</code> rule associations match the specified criteria, you can submit another
|
|
3518
|
-
* <code>ListResolverRuleAssociation</code> request to get the next group of results. In the next request, specify the value of
|
|
3519
|
-
* <code>NextToken</code> from the previous response. </p>
|
|
3520
|
-
*/
|
|
3521
|
-
NextToken?: string;
|
|
3522
|
-
/**
|
|
3523
|
-
* <p>The value that you specified for <code>MaxResults</code> in the request.</p>
|
|
3524
|
-
*/
|
|
3525
|
-
MaxResults?: number;
|
|
3526
|
-
/**
|
|
3527
|
-
* <p>The associations that were created between Resolver rules and VPCs using the current Amazon Web Services account, and that match the
|
|
3528
|
-
* specified filters, if any.</p>
|
|
3529
|
-
*/
|
|
3530
|
-
ResolverRuleAssociations?: ResolverRuleAssociation[];
|
|
3531
|
-
}
|
|
3532
|
-
export declare namespace ListResolverRuleAssociationsResponse {
|
|
3533
|
-
/**
|
|
3534
|
-
* @internal
|
|
3535
|
-
*/
|
|
3536
|
-
const filterSensitiveLog: (obj: ListResolverRuleAssociationsResponse) => any;
|
|
3537
|
-
}
|
|
3538
|
-
export interface ListResolverRulesRequest {
|
|
3539
|
-
/**
|
|
3540
|
-
* <p>The maximum number of Resolver rules that you want to return in the response to a <code>ListResolverRules</code> request.
|
|
3541
|
-
* If you don't specify a value for <code>MaxResults</code>, Resolver returns up to 100 Resolver rules.</p>
|
|
3542
|
-
*/
|
|
3543
|
-
MaxResults?: number;
|
|
3544
|
-
/**
|
|
3545
|
-
* <p>For the first <code>ListResolverRules</code> request, omit this value.</p>
|
|
3546
|
-
* <p>If you have more than <code>MaxResults</code> Resolver rules, you can submit another <code>ListResolverRules</code> request
|
|
3547
|
-
* to get the next group of Resolver rules. In the next request, specify the value of <code>NextToken</code> from the previous response. </p>
|
|
3548
|
-
*/
|
|
3549
|
-
NextToken?: string;
|
|
3550
|
-
/**
|
|
3551
|
-
* <p>An optional specification to return a subset of Resolver rules, such as all Resolver rules that are associated with the same Resolver endpoint.</p>
|
|
3552
|
-
* <note>
|
|
3553
|
-
* <p>If you submit a second or subsequent <code>ListResolverRules</code> request and specify the <code>NextToken</code> parameter,
|
|
3554
|
-
* you must use the same values for <code>Filters</code>, if any, as in the previous request.</p>
|
|
3555
|
-
* </note>
|
|
3556
|
-
*/
|
|
3557
|
-
Filters?: Filter[];
|
|
3558
|
-
}
|
|
3559
|
-
export declare namespace ListResolverRulesRequest {
|
|
3560
|
-
/**
|
|
3561
|
-
* @internal
|
|
3562
|
-
*/
|
|
3563
|
-
const filterSensitiveLog: (obj: ListResolverRulesRequest) => any;
|
|
3564
|
-
}
|
|
3565
|
-
export interface ListResolverRulesResponse {
|
|
3566
|
-
/**
|
|
3567
|
-
* <p>If more than <code>MaxResults</code> Resolver rules match the specified criteria, you can submit another
|
|
3568
|
-
* <code>ListResolverRules</code> request to get the next group of results. In the next request, specify the value of
|
|
3569
|
-
* <code>NextToken</code> from the previous response. </p>
|
|
3570
|
-
*/
|
|
3571
|
-
NextToken?: string;
|
|
3572
|
-
/**
|
|
3573
|
-
* <p>The value that you specified for <code>MaxResults</code> in the request.</p>
|
|
3574
|
-
*/
|
|
3575
|
-
MaxResults?: number;
|
|
3576
|
-
/**
|
|
3577
|
-
* <p>The Resolver rules that were created using the current Amazon Web Services account and that match the specified filters, if any.</p>
|
|
3578
|
-
*/
|
|
3579
|
-
ResolverRules?: ResolverRule[];
|
|
3580
|
-
}
|
|
3581
|
-
export declare namespace ListResolverRulesResponse {
|
|
3582
|
-
/**
|
|
3583
|
-
* @internal
|
|
3584
|
-
*/
|
|
3585
|
-
const filterSensitiveLog: (obj: ListResolverRulesResponse) => any;
|
|
3586
|
-
}
|
|
3587
|
-
export interface ListTagsForResourceRequest {
|
|
3588
|
-
/**
|
|
3589
|
-
* <p>The Amazon Resource Name (ARN) for the resource that you want to list tags for.</p>
|
|
3590
|
-
*/
|
|
3591
|
-
ResourceArn: string | undefined;
|
|
3592
|
-
/**
|
|
3593
|
-
* <p>The maximum number of tags that you want to return in the response to a <code>ListTagsForResource</code> request.
|
|
3594
|
-
* If you don't specify a value for <code>MaxResults</code>, Resolver returns up to 100 tags.</p>
|
|
3595
|
-
*/
|
|
3596
|
-
MaxResults?: number;
|
|
3597
|
-
/**
|
|
3598
|
-
* <p>For the first <code>ListTagsForResource</code> request, omit this value.</p>
|
|
3599
|
-
* <p>If you have more than <code>MaxResults</code> tags, you can submit another <code>ListTagsForResource</code> request
|
|
3600
|
-
* to get the next group of tags for the resource. In the next request, specify the value of <code>NextToken</code> from the previous response. </p>
|
|
3601
|
-
*/
|
|
3602
|
-
NextToken?: string;
|
|
3603
|
-
}
|
|
3604
|
-
export declare namespace ListTagsForResourceRequest {
|
|
3605
|
-
/**
|
|
3606
|
-
* @internal
|
|
3607
|
-
*/
|
|
3608
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
3609
|
-
}
|
|
3610
|
-
export interface ListTagsForResourceResponse {
|
|
3611
|
-
/**
|
|
3612
|
-
* <p>The tags that are associated with the resource that you specified in the <code>ListTagsForResource</code> request.</p>
|
|
3613
|
-
*/
|
|
3614
|
-
Tags?: Tag[];
|
|
3615
|
-
/**
|
|
3616
|
-
* <p>If more than <code>MaxResults</code> tags match the specified criteria, you can submit another
|
|
3617
|
-
* <code>ListTagsForResource</code> request to get the next group of results. In the next request, specify the value of
|
|
3618
|
-
* <code>NextToken</code> from the previous response. </p>
|
|
3619
|
-
*/
|
|
3620
|
-
NextToken?: string;
|
|
3621
|
-
}
|
|
3622
|
-
export declare namespace ListTagsForResourceResponse {
|
|
3623
|
-
/**
|
|
3624
|
-
* @internal
|
|
3625
|
-
*/
|
|
3626
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
3627
|
-
}
|
|
3628
|
-
export interface PutFirewallRuleGroupPolicyRequest {
|
|
3629
|
-
/**
|
|
3630
|
-
* <p>The ARN (Amazon Resource Name) for the rule group that you want to share.</p>
|
|
3631
|
-
*/
|
|
3632
|
-
Arn: string | undefined;
|
|
3633
|
-
/**
|
|
3634
|
-
* <p>The Identity and Access Management (Amazon Web Services IAM) policy to attach to the rule group.</p>
|
|
3635
|
-
*/
|
|
3636
|
-
FirewallRuleGroupPolicy: string | undefined;
|
|
3637
|
-
}
|
|
3638
|
-
export declare namespace PutFirewallRuleGroupPolicyRequest {
|
|
3639
|
-
/**
|
|
3640
|
-
* @internal
|
|
3641
|
-
*/
|
|
3642
|
-
const filterSensitiveLog: (obj: PutFirewallRuleGroupPolicyRequest) => any;
|
|
3643
|
-
}
|
|
3644
|
-
export interface PutFirewallRuleGroupPolicyResponse {
|
|
3645
|
-
/**
|
|
3646
|
-
* <p></p>
|
|
3647
|
-
*/
|
|
3648
|
-
ReturnValue?: boolean;
|
|
3649
|
-
}
|
|
3650
|
-
export declare namespace PutFirewallRuleGroupPolicyResponse {
|
|
3651
|
-
/**
|
|
3652
|
-
* @internal
|
|
3653
|
-
*/
|
|
3654
|
-
const filterSensitiveLog: (obj: PutFirewallRuleGroupPolicyResponse) => any;
|
|
3655
|
-
}
|
|
3656
|
-
export interface PutResolverQueryLogConfigPolicyRequest {
|
|
3657
|
-
/**
|
|
3658
|
-
* <p>The Amazon Resource Name (ARN) of the account that you want to share rules with.</p>
|
|
3659
|
-
*/
|
|
3660
|
-
Arn: string | undefined;
|
|
3661
|
-
/**
|
|
3662
|
-
* <p>An Identity and Access Management policy statement that lists the query logging configurations that you want to share with another Amazon Web Services account
|
|
3663
|
-
* and the operations that you want the account to be able to perform. You can specify the following operations in the <code>Actions</code> section
|
|
3664
|
-
* of the statement:</p>
|
|
3665
|
-
* <ul>
|
|
3666
|
-
* <li>
|
|
3667
|
-
* <p>
|
|
3668
|
-
* <code>route53resolver:AssociateResolverQueryLogConfig</code>
|
|
3669
|
-
* </p>
|
|
3670
|
-
* </li>
|
|
3671
|
-
* <li>
|
|
3672
|
-
* <p>
|
|
3673
|
-
* <code>route53resolver:DisassociateResolverQueryLogConfig</code>
|
|
3674
|
-
* </p>
|
|
3675
|
-
* </li>
|
|
3676
|
-
* <li>
|
|
3677
|
-
* <p>
|
|
3678
|
-
* <code>route53resolver:ListResolverQueryLogConfigAssociations</code>
|
|
3679
|
-
* </p>
|
|
3680
|
-
* </li>
|
|
3681
|
-
* <li>
|
|
3682
|
-
* <p>
|
|
3683
|
-
* <code>route53resolver:ListResolverQueryLogConfigs</code>
|
|
3684
|
-
* </p>
|
|
3685
|
-
* </li>
|
|
3686
|
-
* </ul>
|
|
3687
|
-
*
|
|
3688
|
-
* <p>In the <code>Resource</code> section of the statement, you specify the ARNs for the query logging configurations that you want to share
|
|
3689
|
-
* with the account that you specified in <code>Arn</code>. </p>
|
|
3690
|
-
*/
|
|
3691
|
-
ResolverQueryLogConfigPolicy: string | undefined;
|
|
3692
|
-
}
|
|
3693
|
-
export declare namespace PutResolverQueryLogConfigPolicyRequest {
|
|
3694
|
-
/**
|
|
3695
|
-
* @internal
|
|
3696
|
-
*/
|
|
3697
|
-
const filterSensitiveLog: (obj: PutResolverQueryLogConfigPolicyRequest) => any;
|
|
3698
|
-
}
|
|
3699
|
-
/**
|
|
3700
|
-
* <p>The response to a <code>PutResolverQueryLogConfigPolicy</code> request.</p>
|
|
3701
|
-
*/
|
|
3702
|
-
export interface PutResolverQueryLogConfigPolicyResponse {
|
|
3703
|
-
/**
|
|
3704
|
-
* <p>Whether the <code>PutResolverQueryLogConfigPolicy</code> request was successful.</p>
|
|
3705
|
-
*/
|
|
3706
|
-
ReturnValue?: boolean;
|
|
3707
|
-
}
|
|
3708
|
-
export declare namespace PutResolverQueryLogConfigPolicyResponse {
|
|
3709
|
-
/**
|
|
3710
|
-
* @internal
|
|
3711
|
-
*/
|
|
3712
|
-
const filterSensitiveLog: (obj: PutResolverQueryLogConfigPolicyResponse) => any;
|
|
3713
|
-
}
|
|
3714
|
-
export interface PutResolverRulePolicyRequest {
|
|
3715
|
-
/**
|
|
3716
|
-
* <p>The Amazon Resource Name (ARN) of the rule that you want to share with another account.</p>
|
|
3717
|
-
*/
|
|
3718
|
-
Arn: string | undefined;
|
|
3719
|
-
/**
|
|
3720
|
-
* <p>An Identity and Access Management policy statement that lists the rules that you want to share with another Amazon Web Services account and the operations that you want the account
|
|
3721
|
-
* to be able to perform. You can specify the following operations in the <code>Action</code> section of the statement:</p>
|
|
3722
|
-
* <ul>
|
|
3723
|
-
* <li>
|
|
3724
|
-
* <p>
|
|
3725
|
-
* <code>route53resolver:GetResolverRule</code>
|
|
3726
|
-
* </p>
|
|
3727
|
-
* </li>
|
|
3728
|
-
* <li>
|
|
3729
|
-
* <p>
|
|
3730
|
-
* <code>route53resolver:AssociateResolverRule</code>
|
|
3731
|
-
* </p>
|
|
3732
|
-
* </li>
|
|
3733
|
-
* <li>
|
|
3734
|
-
* <p>
|
|
3735
|
-
* <code>route53resolver:DisassociateResolverRule</code>
|
|
3736
|
-
* </p>
|
|
3737
|
-
* </li>
|
|
3738
|
-
* <li>
|
|
3739
|
-
* <p>
|
|
3740
|
-
* <code>route53resolver:ListResolverRules</code>
|
|
3741
|
-
* </p>
|
|
3742
|
-
* </li>
|
|
3743
|
-
* <li>
|
|
3744
|
-
* <p>
|
|
3745
|
-
* <code>route53resolver:ListResolverRuleAssociations</code>
|
|
3746
|
-
* </p>
|
|
3747
|
-
* </li>
|
|
3748
|
-
* </ul>
|
|
3749
|
-
*
|
|
3750
|
-
* <p>In the <code>Resource</code> section of the statement, specify the ARN for the rule that you want to share with another account. Specify the same ARN
|
|
3751
|
-
* that you specified in <code>Arn</code>.</p>
|
|
3752
|
-
*/
|
|
3753
|
-
ResolverRulePolicy: string | undefined;
|
|
3754
|
-
}
|
|
3755
|
-
export declare namespace PutResolverRulePolicyRequest {
|
|
3756
|
-
/**
|
|
3757
|
-
* @internal
|
|
3758
|
-
*/
|
|
3759
|
-
const filterSensitiveLog: (obj: PutResolverRulePolicyRequest) => any;
|
|
3760
|
-
}
|
|
3761
|
-
/**
|
|
3762
|
-
* <p>The response to a <code>PutResolverRulePolicy</code> request.</p>
|
|
3763
|
-
*/
|
|
3764
|
-
export interface PutResolverRulePolicyResponse {
|
|
3765
|
-
/**
|
|
3766
|
-
* <p>Whether the <code>PutResolverRulePolicy</code> request was successful.</p>
|
|
3767
|
-
*/
|
|
3768
|
-
ReturnValue?: boolean;
|
|
3769
|
-
}
|
|
3770
|
-
export declare namespace PutResolverRulePolicyResponse {
|
|
3771
|
-
/**
|
|
3772
|
-
* @internal
|
|
3773
|
-
*/
|
|
3774
|
-
const filterSensitiveLog: (obj: PutResolverRulePolicyResponse) => any;
|
|
3775
|
-
}
|
|
3776
|
-
/**
|
|
3777
|
-
* <p>In an
|
|
3778
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_UpdateResolverRule.html">UpdateResolverRule</a>
|
|
3779
|
-
* request, information about the changes that you want to make.</p>
|
|
3780
|
-
*/
|
|
3781
|
-
export interface ResolverRuleConfig {
|
|
3782
|
-
/**
|
|
3783
|
-
* <p>The new name for the Resolver rule. The name that you specify appears in the Resolver dashboard in the Route 53 console. </p>
|
|
3784
|
-
*/
|
|
3785
|
-
Name?: string;
|
|
3786
|
-
/**
|
|
3787
|
-
* <p>For DNS queries that originate in your VPC, the new IP addresses that you want to route outbound DNS queries to.</p>
|
|
3788
|
-
*/
|
|
3789
|
-
TargetIps?: TargetAddress[];
|
|
3790
|
-
/**
|
|
3791
|
-
* <p>The ID of the new outbound Resolver endpoint that you want to use to route DNS queries to the IP addresses that you specify in
|
|
3792
|
-
* <code>TargetIps</code>.</p>
|
|
3793
|
-
*/
|
|
3794
|
-
ResolverEndpointId?: string;
|
|
3795
|
-
}
|
|
3796
|
-
export declare namespace ResolverRuleConfig {
|
|
3797
|
-
/**
|
|
3798
|
-
* @internal
|
|
3799
|
-
*/
|
|
3800
|
-
const filterSensitiveLog: (obj: ResolverRuleConfig) => any;
|
|
3801
|
-
}
|
|
3802
|
-
export interface TagResourceRequest {
|
|
3803
|
-
/**
|
|
3804
|
-
* <p>The Amazon Resource Name (ARN) for the resource that you want to add tags to. To get the ARN for a resource, use the applicable
|
|
3805
|
-
* <code>Get</code> or <code>List</code> command: </p>
|
|
3806
|
-
* <ul>
|
|
3807
|
-
* <li>
|
|
3808
|
-
* <p>
|
|
3809
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html">GetResolverEndpoint</a>
|
|
3810
|
-
* </p>
|
|
3811
|
-
* </li>
|
|
3812
|
-
* <li>
|
|
3813
|
-
* <p>
|
|
3814
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverRule.html">GetResolverRule</a>
|
|
3815
|
-
* </p>
|
|
3816
|
-
* </li>
|
|
3817
|
-
* <li>
|
|
3818
|
-
* <p>
|
|
3819
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverRuleAssociation.html">GetResolverRuleAssociation</a>
|
|
3820
|
-
* </p>
|
|
3821
|
-
* </li>
|
|
3822
|
-
* <li>
|
|
3823
|
-
* <p>
|
|
3824
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverEndpoints.html">ListResolverEndpoints</a>
|
|
3825
|
-
* </p>
|
|
3826
|
-
* </li>
|
|
3827
|
-
* <li>
|
|
3828
|
-
* <p>
|
|
3829
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRuleAssociations.html">ListResolverRuleAssociations</a>
|
|
3830
|
-
* </p>
|
|
3831
|
-
* </li>
|
|
3832
|
-
* <li>
|
|
3833
|
-
* <p>
|
|
3834
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRules.html">ListResolverRules</a>
|
|
3835
|
-
* </p>
|
|
3836
|
-
* </li>
|
|
3837
|
-
* </ul>
|
|
3838
|
-
*/
|
|
3839
|
-
ResourceArn: string | undefined;
|
|
3840
|
-
/**
|
|
3841
|
-
* <p>The tags that you want to add to the specified resource.</p>
|
|
3842
|
-
*/
|
|
3843
|
-
Tags: Tag[] | undefined;
|
|
3844
|
-
}
|
|
3845
|
-
export declare namespace TagResourceRequest {
|
|
3846
|
-
/**
|
|
3847
|
-
* @internal
|
|
3848
|
-
*/
|
|
3849
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
3850
|
-
}
|
|
3851
|
-
export interface TagResourceResponse {
|
|
3852
|
-
}
|
|
3853
|
-
export declare namespace TagResourceResponse {
|
|
3854
|
-
/**
|
|
3855
|
-
* @internal
|
|
3856
|
-
*/
|
|
3857
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
3858
|
-
}
|
|
3859
|
-
export interface UntagResourceRequest {
|
|
3860
|
-
/**
|
|
3861
|
-
* <p>The Amazon Resource Name (ARN) for the resource that you want to remove tags from. To get the ARN for a resource, use the applicable
|
|
3862
|
-
* <code>Get</code> or <code>List</code> command: </p>
|
|
3863
|
-
* <ul>
|
|
3864
|
-
* <li>
|
|
3865
|
-
* <p>
|
|
3866
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html">GetResolverEndpoint</a>
|
|
3867
|
-
* </p>
|
|
3868
|
-
* </li>
|
|
3869
|
-
* <li>
|
|
3870
|
-
* <p>
|
|
3871
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverRule.html">GetResolverRule</a>
|
|
3872
|
-
* </p>
|
|
3873
|
-
* </li>
|
|
3874
|
-
* <li>
|
|
3875
|
-
* <p>
|
|
3876
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverRuleAssociation.html">GetResolverRuleAssociation</a>
|
|
3877
|
-
* </p>
|
|
3878
|
-
* </li>
|
|
3879
|
-
* <li>
|
|
3880
|
-
* <p>
|
|
3881
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverEndpoints.html">ListResolverEndpoints</a>
|
|
3882
|
-
* </p>
|
|
3883
|
-
* </li>
|
|
3884
|
-
* <li>
|
|
3885
|
-
* <p>
|
|
3886
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRuleAssociations.html">ListResolverRuleAssociations</a>
|
|
3887
|
-
* </p>
|
|
3888
|
-
* </li>
|
|
3889
|
-
* <li>
|
|
3890
|
-
* <p>
|
|
3891
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRules.html">ListResolverRules</a>
|
|
3892
|
-
* </p>
|
|
3893
|
-
* </li>
|
|
3894
|
-
* </ul>
|
|
3895
|
-
*/
|
|
3896
|
-
ResourceArn: string | undefined;
|
|
3897
|
-
/**
|
|
3898
|
-
* <p>The tags that you want to remove to the specified resource.</p>
|
|
3899
|
-
*/
|
|
3900
|
-
TagKeys: string[] | undefined;
|
|
3901
|
-
}
|
|
3902
|
-
export declare namespace UntagResourceRequest {
|
|
3903
|
-
/**
|
|
3904
|
-
* @internal
|
|
3905
|
-
*/
|
|
3906
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
3907
|
-
}
|
|
3908
|
-
export interface UntagResourceResponse {
|
|
3909
|
-
}
|
|
3910
|
-
export declare namespace UntagResourceResponse {
|
|
3911
|
-
/**
|
|
3912
|
-
* @internal
|
|
3913
|
-
*/
|
|
3914
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
3915
|
-
}
|
|
3916
|
-
export interface UpdateFirewallConfigRequest {
|
|
3917
|
-
/**
|
|
3918
|
-
* <p>The ID of the VPC that the configuration is for.</p>
|
|
3919
|
-
*/
|
|
3920
|
-
ResourceId: string | undefined;
|
|
3921
|
-
/**
|
|
3922
|
-
* <p>Determines how Route 53 Resolver handles queries during failures, for example when all traffic that is sent to DNS Firewall fails to receive a reply. </p>
|
|
3923
|
-
* <ul>
|
|
3924
|
-
* <li>
|
|
3925
|
-
* <p>By default, fail open is disabled, which means the failure mode is closed. This approach favors security over availability.
|
|
3926
|
-
* DNS Firewall blocks queries that it is unable to evaluate properly. </p>
|
|
3927
|
-
* </li>
|
|
3928
|
-
* <li>
|
|
3929
|
-
* <p>If you enable this option, the failure mode is open. This approach favors availability over security. DNS Firewall allows queries to proceed if it
|
|
3930
|
-
* is unable to properly evaluate them. </p>
|
|
3931
|
-
* </li>
|
|
3932
|
-
* </ul>
|
|
3933
|
-
* <p>This behavior is only enforced for VPCs that have at least one DNS Firewall rule group association. </p>
|
|
3934
|
-
*/
|
|
3935
|
-
FirewallFailOpen: FirewallFailOpenStatus | string | undefined;
|
|
3936
|
-
}
|
|
3937
|
-
export declare namespace UpdateFirewallConfigRequest {
|
|
3938
|
-
/**
|
|
3939
|
-
* @internal
|
|
3940
|
-
*/
|
|
3941
|
-
const filterSensitiveLog: (obj: UpdateFirewallConfigRequest) => any;
|
|
3942
|
-
}
|
|
3943
|
-
export interface UpdateFirewallConfigResponse {
|
|
3944
|
-
/**
|
|
3945
|
-
* <p>Configuration of the firewall behavior provided by DNS Firewall for a single VPC. </p>
|
|
3946
|
-
*/
|
|
3947
|
-
FirewallConfig?: FirewallConfig;
|
|
3948
|
-
}
|
|
3949
|
-
export declare namespace UpdateFirewallConfigResponse {
|
|
3950
|
-
/**
|
|
3951
|
-
* @internal
|
|
3952
|
-
*/
|
|
3953
|
-
const filterSensitiveLog: (obj: UpdateFirewallConfigResponse) => any;
|
|
3954
|
-
}
|
|
3955
|
-
export interface UpdateFirewallDomainsRequest {
|
|
3956
|
-
/**
|
|
3957
|
-
* <p>The ID of the domain list whose domains you want to update. </p>
|
|
3958
|
-
*/
|
|
3959
|
-
FirewallDomainListId: string | undefined;
|
|
3960
|
-
/**
|
|
3961
|
-
* <p>What you want DNS Firewall to do with the domains that you are providing: </p>
|
|
3962
|
-
* <ul>
|
|
3963
|
-
* <li>
|
|
3964
|
-
* <p>
|
|
3965
|
-
* <code>ADD</code> - Add the domains to the ones that are already in the domain list. </p>
|
|
3966
|
-
* </li>
|
|
3967
|
-
* <li>
|
|
3968
|
-
* <p>
|
|
3969
|
-
* <code>REMOVE</code> - Search the domain list for the domains and remove them from the list.</p>
|
|
3970
|
-
* </li>
|
|
3971
|
-
* <li>
|
|
3972
|
-
* <p>
|
|
3973
|
-
* <code>REPLACE</code> - Update the domain list to exactly match the list that you are providing. </p>
|
|
3974
|
-
* </li>
|
|
3975
|
-
* </ul>
|
|
3976
|
-
*/
|
|
3977
|
-
Operation: FirewallDomainUpdateOperation | string | undefined;
|
|
3978
|
-
/**
|
|
3979
|
-
* <p>A list of domains to use in the update operation.</p>
|
|
3980
|
-
* <p>Each domain specification in your domain list must satisfy the following
|
|
3981
|
-
* requirements: </p>
|
|
3982
|
-
* <ul>
|
|
3983
|
-
* <li>
|
|
3984
|
-
* <p>It can optionally start with <code>*</code> (asterisk).</p>
|
|
3985
|
-
* </li>
|
|
3986
|
-
* <li>
|
|
3987
|
-
* <p>With the exception of the optional starting asterisk, it must only contain
|
|
3988
|
-
* the following characters: <code>A-Z</code>, <code>a-z</code>,
|
|
3989
|
-
* <code>0-9</code>, <code>-</code> (hyphen).</p>
|
|
3990
|
-
* </li>
|
|
3991
|
-
* <li>
|
|
3992
|
-
* <p>It must be from 1-255 characters in length. </p>
|
|
3993
|
-
* </li>
|
|
3994
|
-
* </ul>
|
|
3995
|
-
*/
|
|
3996
|
-
Domains: string[] | undefined;
|
|
3997
|
-
}
|
|
3998
|
-
export declare namespace UpdateFirewallDomainsRequest {
|
|
3999
|
-
/**
|
|
4000
|
-
* @internal
|
|
4001
|
-
*/
|
|
4002
|
-
const filterSensitiveLog: (obj: UpdateFirewallDomainsRequest) => any;
|
|
4003
|
-
}
|
|
4004
|
-
export interface UpdateFirewallDomainsResponse {
|
|
4005
|
-
/**
|
|
4006
|
-
* <p>The ID of the firewall domain list that DNS Firewall just updated.</p>
|
|
4007
|
-
*/
|
|
4008
|
-
Id?: string;
|
|
4009
|
-
/**
|
|
4010
|
-
* <p>The name of the domain list. </p>
|
|
4011
|
-
*/
|
|
4012
|
-
Name?: string;
|
|
4013
|
-
/**
|
|
4014
|
-
* <p> </p>
|
|
4015
|
-
*/
|
|
4016
|
-
Status?: FirewallDomainListStatus | string;
|
|
4017
|
-
/**
|
|
4018
|
-
* <p>Additional information about the status of the list, if available.</p>
|
|
4019
|
-
*/
|
|
4020
|
-
StatusMessage?: string;
|
|
4021
|
-
}
|
|
4022
|
-
export declare namespace UpdateFirewallDomainsResponse {
|
|
4023
|
-
/**
|
|
4024
|
-
* @internal
|
|
4025
|
-
*/
|
|
4026
|
-
const filterSensitiveLog: (obj: UpdateFirewallDomainsResponse) => any;
|
|
4027
|
-
}
|
|
4028
|
-
export interface UpdateFirewallRuleRequest {
|
|
4029
|
-
/**
|
|
4030
|
-
* <p>The unique identifier of the firewall rule group for the rule. </p>
|
|
4031
|
-
*/
|
|
4032
|
-
FirewallRuleGroupId: string | undefined;
|
|
4033
|
-
/**
|
|
4034
|
-
* <p>The ID of the domain list to use in the rule. </p>
|
|
4035
|
-
*/
|
|
4036
|
-
FirewallDomainListId: string | undefined;
|
|
4037
|
-
/**
|
|
4038
|
-
* <p>The setting that determines the processing order of the rule in the rule group. DNS Firewall
|
|
4039
|
-
* processes the rules in a rule group by order of priority, starting from the lowest setting.</p>
|
|
4040
|
-
* <p>You must specify a unique priority for each rule in a rule group.
|
|
4041
|
-
* To make it easier to insert rules later, leave space between the numbers, for example, use 100, 200, and so on. You
|
|
4042
|
-
* can change the priority setting for the rules in a rule group at any time.</p>
|
|
4043
|
-
*/
|
|
4044
|
-
Priority?: number;
|
|
4045
|
-
/**
|
|
4046
|
-
* <p>The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain list:</p>
|
|
4047
|
-
* <ul>
|
|
4048
|
-
* <li>
|
|
4049
|
-
* <p>
|
|
4050
|
-
* <code>ALLOW</code> - Permit the request to go through.</p>
|
|
4051
|
-
* </li>
|
|
4052
|
-
* <li>
|
|
4053
|
-
* <p>
|
|
4054
|
-
* <code>ALERT</code> - Permit the request to go through but send an alert to the logs.</p>
|
|
4055
|
-
* </li>
|
|
4056
|
-
* <li>
|
|
4057
|
-
* <p>
|
|
4058
|
-
* <code>BLOCK</code> - Disallow the request. This option requires additional details in the rule's <code>BlockResponse</code>. </p>
|
|
4059
|
-
* </li>
|
|
4060
|
-
* </ul>
|
|
4061
|
-
*/
|
|
4062
|
-
Action?: Action | string;
|
|
4063
|
-
/**
|
|
4064
|
-
* <p>The way that you want DNS Firewall to block the request. Used for the rule action setting <code>BLOCK</code>.</p>
|
|
4065
|
-
* <ul>
|
|
4066
|
-
* <li>
|
|
4067
|
-
* <p>
|
|
4068
|
-
* <code>NODATA</code> - Respond indicating that the query was successful, but no response is available for it.</p>
|
|
4069
|
-
* </li>
|
|
4070
|
-
* <li>
|
|
4071
|
-
* <p>
|
|
4072
|
-
* <code>NXDOMAIN</code> - Respond indicating that the domain name that's in the query doesn't exist.</p>
|
|
4073
|
-
* </li>
|
|
4074
|
-
* <li>
|
|
4075
|
-
* <p>
|
|
4076
|
-
* <code>OVERRIDE</code> - Provide a custom override in the response. This option requires custom handling details in the rule's <code>BlockOverride*</code> settings. </p>
|
|
4077
|
-
* </li>
|
|
4078
|
-
* </ul>
|
|
4079
|
-
*/
|
|
4080
|
-
BlockResponse?: BlockResponse | string;
|
|
4081
|
-
/**
|
|
4082
|
-
* <p>The custom DNS record to send back in response to the query. Used for the rule action <code>BLOCK</code> with a <code>BlockResponse</code> setting of <code>OVERRIDE</code>.</p>
|
|
4083
|
-
*/
|
|
4084
|
-
BlockOverrideDomain?: string;
|
|
4085
|
-
/**
|
|
4086
|
-
* <p>The DNS record's type. This determines the format of the record value that you provided in <code>BlockOverrideDomain</code>. Used for the rule action <code>BLOCK</code> with a <code>BlockResponse</code> setting of <code>OVERRIDE</code>.</p>
|
|
4087
|
-
*/
|
|
4088
|
-
BlockOverrideDnsType?: BlockOverrideDnsType | string;
|
|
4089
|
-
/**
|
|
4090
|
-
* <p>The recommended amount of time, in seconds, for the DNS resolver or web browser to cache the provided override record. Used for the rule action <code>BLOCK</code> with a <code>BlockResponse</code> setting of <code>OVERRIDE</code>.</p>
|
|
4091
|
-
*/
|
|
4092
|
-
BlockOverrideTtl?: number;
|
|
4093
|
-
/**
|
|
4094
|
-
* <p>The name of the rule.</p>
|
|
4095
|
-
*/
|
|
4096
|
-
Name?: string;
|
|
4097
|
-
}
|
|
4098
|
-
export declare namespace UpdateFirewallRuleRequest {
|
|
4099
|
-
/**
|
|
4100
|
-
* @internal
|
|
4101
|
-
*/
|
|
4102
|
-
const filterSensitiveLog: (obj: UpdateFirewallRuleRequest) => any;
|
|
4103
|
-
}
|
|
4104
|
-
export interface UpdateFirewallRuleResponse {
|
|
4105
|
-
/**
|
|
4106
|
-
* <p>The firewall rule that you just updated. </p>
|
|
4107
|
-
*/
|
|
4108
|
-
FirewallRule?: FirewallRule;
|
|
4109
|
-
}
|
|
4110
|
-
export declare namespace UpdateFirewallRuleResponse {
|
|
4111
|
-
/**
|
|
4112
|
-
* @internal
|
|
4113
|
-
*/
|
|
4114
|
-
const filterSensitiveLog: (obj: UpdateFirewallRuleResponse) => any;
|
|
4115
|
-
}
|
|
4116
|
-
export interface UpdateFirewallRuleGroupAssociationRequest {
|
|
4117
|
-
/**
|
|
4118
|
-
* <p>The identifier of the <a>FirewallRuleGroupAssociation</a>. </p>
|
|
4119
|
-
*/
|
|
4120
|
-
FirewallRuleGroupAssociationId: string | undefined;
|
|
4121
|
-
/**
|
|
4122
|
-
* <p>The setting that determines the processing order of the rule group among the rule
|
|
4123
|
-
* groups that you associate with the specified VPC. DNS Firewall filters VPC traffic
|
|
4124
|
-
* starting from the rule group with the lowest numeric priority setting. </p>
|
|
4125
|
-
* <p>You must specify a unique priority for each rule group that you associate with a single VPC.
|
|
4126
|
-
* To make it easier to insert rule groups later, leave space between the numbers, for example, use 100, 200, and so on. You
|
|
4127
|
-
* can change the priority setting for a rule group association after you create it.</p>
|
|
4128
|
-
*/
|
|
4129
|
-
Priority?: number;
|
|
4130
|
-
/**
|
|
4131
|
-
* <p>If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections. </p>
|
|
4132
|
-
*/
|
|
4133
|
-
MutationProtection?: MutationProtectionStatus | string;
|
|
4134
|
-
/**
|
|
4135
|
-
* <p>The name of the rule group association.</p>
|
|
4136
|
-
*/
|
|
4137
|
-
Name?: string;
|
|
4138
|
-
}
|
|
4139
|
-
export declare namespace UpdateFirewallRuleGroupAssociationRequest {
|
|
4140
|
-
/**
|
|
4141
|
-
* @internal
|
|
4142
|
-
*/
|
|
4143
|
-
const filterSensitiveLog: (obj: UpdateFirewallRuleGroupAssociationRequest) => any;
|
|
4144
|
-
}
|
|
4145
|
-
export interface UpdateFirewallRuleGroupAssociationResponse {
|
|
4146
|
-
/**
|
|
4147
|
-
* <p>The association that you just updated. </p>
|
|
4148
|
-
*/
|
|
4149
|
-
FirewallRuleGroupAssociation?: FirewallRuleGroupAssociation;
|
|
4150
|
-
}
|
|
4151
|
-
export declare namespace UpdateFirewallRuleGroupAssociationResponse {
|
|
4152
|
-
/**
|
|
4153
|
-
* @internal
|
|
4154
|
-
*/
|
|
4155
|
-
const filterSensitiveLog: (obj: UpdateFirewallRuleGroupAssociationResponse) => any;
|
|
4156
|
-
}
|
|
4157
|
-
export declare enum Validation {
|
|
4158
|
-
DISABLE = "DISABLE",
|
|
4159
|
-
ENABLE = "ENABLE"
|
|
4160
|
-
}
|
|
4161
|
-
export interface UpdateResolverDnssecConfigRequest {
|
|
4162
|
-
/**
|
|
4163
|
-
* <p>The ID of the virtual private cloud (VPC) that you're updating the DNSSEC validation status for.</p>
|
|
4164
|
-
*/
|
|
4165
|
-
ResourceId: string | undefined;
|
|
4166
|
-
/**
|
|
4167
|
-
* <p>The new value that you are specifying for DNSSEC validation for the VPC. The value can be <code>ENABLE</code>
|
|
4168
|
-
* or <code>DISABLE</code>. Be aware that it can take time for a validation status change to be completed.</p>
|
|
4169
|
-
*/
|
|
4170
|
-
Validation: Validation | string | undefined;
|
|
4171
|
-
}
|
|
4172
|
-
export declare namespace UpdateResolverDnssecConfigRequest {
|
|
4173
|
-
/**
|
|
4174
|
-
* @internal
|
|
4175
|
-
*/
|
|
4176
|
-
const filterSensitiveLog: (obj: UpdateResolverDnssecConfigRequest) => any;
|
|
4177
|
-
}
|
|
4178
|
-
export interface UpdateResolverDnssecConfigResponse {
|
|
4179
|
-
/**
|
|
4180
|
-
* <p>A complex type that contains settings for the specified DNSSEC configuration.</p>
|
|
4181
|
-
*/
|
|
4182
|
-
ResolverDNSSECConfig?: ResolverDnssecConfig;
|
|
4183
|
-
}
|
|
4184
|
-
export declare namespace UpdateResolverDnssecConfigResponse {
|
|
4185
|
-
/**
|
|
4186
|
-
* @internal
|
|
4187
|
-
*/
|
|
4188
|
-
const filterSensitiveLog: (obj: UpdateResolverDnssecConfigResponse) => any;
|
|
4189
|
-
}
|
|
4190
|
-
export interface UpdateResolverEndpointRequest {
|
|
4191
|
-
/**
|
|
4192
|
-
* <p>The ID of the Resolver endpoint that you want to update.</p>
|
|
4193
|
-
*/
|
|
4194
|
-
ResolverEndpointId: string | undefined;
|
|
4195
|
-
/**
|
|
4196
|
-
* <p>The name of the Resolver endpoint that you want to update.</p>
|
|
4197
|
-
*/
|
|
4198
|
-
Name?: string;
|
|
4199
|
-
}
|
|
4200
|
-
export declare namespace UpdateResolverEndpointRequest {
|
|
4201
|
-
/**
|
|
4202
|
-
* @internal
|
|
4203
|
-
*/
|
|
4204
|
-
const filterSensitiveLog: (obj: UpdateResolverEndpointRequest) => any;
|
|
4205
|
-
}
|
|
4206
|
-
export interface UpdateResolverEndpointResponse {
|
|
4207
|
-
/**
|
|
4208
|
-
* <p>The response to an <code>UpdateResolverEndpoint</code> request.</p>
|
|
4209
|
-
*/
|
|
4210
|
-
ResolverEndpoint?: ResolverEndpoint;
|
|
4211
|
-
}
|
|
4212
|
-
export declare namespace UpdateResolverEndpointResponse {
|
|
4213
|
-
/**
|
|
4214
|
-
* @internal
|
|
4215
|
-
*/
|
|
4216
|
-
const filterSensitiveLog: (obj: UpdateResolverEndpointResponse) => any;
|
|
4217
|
-
}
|
|
4218
|
-
export interface UpdateResolverRuleRequest {
|
|
4219
|
-
/**
|
|
4220
|
-
* <p>The ID of the Resolver rule that you want to update.</p>
|
|
4221
|
-
*/
|
|
4222
|
-
ResolverRuleId: string | undefined;
|
|
4223
|
-
/**
|
|
4224
|
-
* <p>The new settings for the Resolver rule.</p>
|
|
4225
|
-
*/
|
|
4226
|
-
Config: ResolverRuleConfig | undefined;
|
|
4227
|
-
}
|
|
4228
|
-
export declare namespace UpdateResolverRuleRequest {
|
|
4229
|
-
/**
|
|
4230
|
-
* @internal
|
|
4231
|
-
*/
|
|
4232
|
-
const filterSensitiveLog: (obj: UpdateResolverRuleRequest) => any;
|
|
4233
|
-
}
|
|
4234
|
-
export interface UpdateResolverRuleResponse {
|
|
4235
|
-
/**
|
|
4236
|
-
* <p>The response to an <code>UpdateResolverRule</code> request.</p>
|
|
4237
|
-
*/
|
|
4238
|
-
ResolverRule?: ResolverRule;
|
|
4239
|
-
}
|
|
4240
|
-
export declare namespace UpdateResolverRuleResponse {
|
|
4241
|
-
/**
|
|
4242
|
-
* @internal
|
|
4243
|
-
*/
|
|
4244
|
-
const filterSensitiveLog: (obj: UpdateResolverRuleResponse) => any;
|
|
4245
|
-
}
|