@aws-sdk/client-route53resolver 3.37.0 → 3.41.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 +45 -0
- package/dist-cjs/Route53Resolver.js +45 -0
- package/dist-cjs/commands/GetResolverConfigCommand.js +36 -0
- package/dist-cjs/commands/ListResolverConfigsCommand.js +36 -0
- package/dist-cjs/commands/UpdateResolverConfigCommand.js +36 -0
- package/dist-cjs/commands/index.js +66 -0
- package/dist-cjs/endpoints.js +79 -5
- package/dist-cjs/index.js +4 -77
- package/dist-cjs/models/models_0.js +58 -4
- package/dist-cjs/pagination/ListResolverConfigsPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +19 -0
- package/dist-cjs/protocols/Aws_json1_1.js +360 -3
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/Route53Resolver.js +45 -0
- package/dist-es/commands/GetResolverConfigCommand.js +39 -0
- package/dist-es/commands/ListResolverConfigsCommand.js +39 -0
- package/dist-es/commands/UpdateResolverConfigCommand.js +39 -0
- package/dist-es/commands/index.js +63 -0
- package/dist-es/endpoints.js +79 -5
- package/dist-es/index.js +4 -77
- package/dist-es/models/models_0.js +40 -0
- package/dist-es/pagination/ListResolverConfigsPaginator.js +74 -0
- package/dist-es/pagination/index.js +16 -0
- package/dist-es/protocols/Aws_json1_1.js +379 -0
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/Route53Resolver.d.ts +24 -0
- package/dist-types/Route53ResolverClient.d.ts +13 -2
- package/dist-types/commands/AssociateFirewallRuleGroupCommand.d.ts +1 -1
- package/dist-types/commands/AssociateResolverEndpointIpAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateResolverQueryLogConfigCommand.d.ts +1 -1
- package/dist-types/commands/AssociateResolverRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateFirewallDomainListCommand.d.ts +1 -1
- package/dist-types/commands/CreateFirewallRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateFirewallRuleGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateResolverEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateResolverQueryLogConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateResolverRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFirewallDomainListCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFirewallRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFirewallRuleGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResolverEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResolverQueryLogConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResolverRuleCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateFirewallRuleGroupCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateResolverQueryLogConfigCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateResolverRuleCommand.d.ts +1 -1
- package/dist-types/commands/GetFirewallConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetFirewallDomainListCommand.d.ts +1 -1
- package/dist-types/commands/GetFirewallRuleGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/GetFirewallRuleGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetFirewallRuleGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetResolverConfigCommand.d.ts +36 -0
- package/dist-types/commands/GetResolverDnssecConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetResolverEndpointCommand.d.ts +1 -1
- package/dist-types/commands/GetResolverQueryLogConfigAssociationCommand.d.ts +1 -1
- package/dist-types/commands/GetResolverQueryLogConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetResolverQueryLogConfigPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetResolverRuleAssociationCommand.d.ts +1 -1
- package/dist-types/commands/GetResolverRuleCommand.d.ts +1 -1
- package/dist-types/commands/GetResolverRulePolicyCommand.d.ts +1 -1
- package/dist-types/commands/ImportFirewallDomainsCommand.d.ts +1 -1
- package/dist-types/commands/ListFirewallConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListFirewallDomainListsCommand.d.ts +1 -1
- package/dist-types/commands/ListFirewallDomainsCommand.d.ts +1 -1
- package/dist-types/commands/ListFirewallRuleGroupAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListFirewallRuleGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListFirewallRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListResolverConfigsCommand.d.ts +36 -0
- package/dist-types/commands/ListResolverDnssecConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListResolverEndpointIpAddressesCommand.d.ts +1 -1
- package/dist-types/commands/ListResolverEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/ListResolverQueryLogConfigAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListResolverQueryLogConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListResolverRuleAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListResolverRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutFirewallRuleGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutResolverQueryLogConfigPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutResolverRulePolicyCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFirewallConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFirewallDomainsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFirewallRuleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFirewallRuleGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResolverConfigCommand.d.ts +36 -0
- package/dist-types/commands/UpdateResolverDnssecConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResolverEndpointCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResolverRuleCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +63 -0
- package/dist-types/index.d.ts +4 -77
- package/dist-types/models/models_0.d.ts +168 -0
- package/dist-types/pagination/ListResolverConfigsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +16 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/Route53Resolver.d.ts +15 -0
- package/dist-types/ts3.4/Route53ResolverClient.d.ts +9 -2
- package/dist-types/ts3.4/commands/GetResolverConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResolverConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateResolverConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +63 -0
- package/dist-types/ts3.4/index.d.ts +4 -77
- package/dist-types/ts3.4/models/models_0.d.ts +79 -0
- package/dist-types/ts3.4/pagination/ListResolverConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +16 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +26 -26
|
@@ -20,7 +20,7 @@ export interface ListResolverQueryLogConfigAssociationsCommandOutput extends Lis
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListResolverQueryLogConfigAssociationsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListResolverQueryLogConfigAssociationsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListResolverQueryLogConfigAssociationsCommand extends $Command<ListResolverQueryLogConfigAssociationsCommandInput, ListResolverQueryLogConfigAssociationsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListResolverQueryLogConfigsCommandOutput extends ListResolverQu
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListResolverQueryLogConfigsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListResolverQueryLogConfigsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListResolverQueryLogConfigsCommand extends $Command<ListResolverQueryLogConfigsCommandInput, ListResolverQueryLogConfigsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListResolverRuleAssociationsCommandOutput extends ListResolverR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListResolverRuleAssociationsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListResolverRuleAssociationsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListResolverRuleAssociationsCommand extends $Command<ListResolverRuleAssociationsCommandInput, ListResolverRuleAssociationsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListResolverRulesCommandOutput extends ListResolverRulesRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListResolverRulesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListResolverRulesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListResolverRulesCommand extends $Command<ListResolverRulesCommandInput, ListResolverRulesCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface PutFirewallRuleGroupPolicyCommandOutput extends PutFirewallRule
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link PutFirewallRuleGroupPolicyCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link PutFirewallRuleGroupPolicyCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class PutFirewallRuleGroupPolicyCommand extends $Command<PutFirewallRuleGroupPolicyCommandInput, PutFirewallRuleGroupPolicyCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface PutResolverQueryLogConfigPolicyCommandOutput extends PutResolve
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link PutResolverQueryLogConfigPolicyCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link PutResolverQueryLogConfigPolicyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class PutResolverQueryLogConfigPolicyCommand extends $Command<PutResolverQueryLogConfigPolicyCommandInput, PutResolverQueryLogConfigPolicyCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface PutResolverRulePolicyCommandOutput extends PutResolverRulePolic
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link PutResolverRulePolicyCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link PutResolverRulePolicyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class PutResolverRulePolicyCommand extends $Command<PutResolverRulePolicyCommandInput, PutResolverRulePolicyCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UpdateFirewallConfigCommandOutput extends UpdateFirewallConfigR
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UpdateFirewallConfigCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UpdateFirewallConfigCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UpdateFirewallConfigCommand extends $Command<UpdateFirewallConfigCommandInput, UpdateFirewallConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateFirewallDomainsCommandOutput extends UpdateFirewallDomain
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateFirewallDomainsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateFirewallDomainsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateFirewallDomainsCommand extends $Command<UpdateFirewallDomainsCommandInput, UpdateFirewallDomainsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateFirewallRuleCommandOutput extends UpdateFirewallRuleRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateFirewallRuleCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateFirewallRuleCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateFirewallRuleCommand extends $Command<UpdateFirewallRuleCommandInput, UpdateFirewallRuleCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateFirewallRuleGroupAssociationCommandOutput extends UpdateF
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateFirewallRuleGroupAssociationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateFirewallRuleGroupAssociationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateFirewallRuleGroupAssociationCommand extends $Command<UpdateFirewallRuleGroupAssociationCommandInput, UpdateFirewallRuleGroupAssociationCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UpdateResolverConfigRequest, UpdateResolverConfigResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface UpdateResolverConfigCommandInput extends UpdateResolverConfigRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateResolverConfigCommandOutput extends UpdateResolverConfigResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Updates the behavior configuration of Route 53 Resolver behavior for a single VPC from
|
|
11
|
+
* Amazon Virtual Private Cloud.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { Route53ResolverClient, UpdateResolverConfigCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import
|
|
16
|
+
* // const { Route53ResolverClient, UpdateResolverConfigCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import
|
|
17
|
+
* const client = new Route53ResolverClient(config);
|
|
18
|
+
* const command = new UpdateResolverConfigCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link UpdateResolverConfigCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link UpdateResolverConfigCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class UpdateResolverConfigCommand extends $Command<UpdateResolverConfigCommandInput, UpdateResolverConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
28
|
+
readonly input: UpdateResolverConfigCommandInput;
|
|
29
|
+
constructor(input: UpdateResolverConfigCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResolverConfigCommandInput, UpdateResolverConfigCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -20,7 +20,7 @@ export interface UpdateResolverDnssecConfigCommandOutput extends UpdateResolverD
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateResolverDnssecConfigCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateResolverDnssecConfigCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateResolverDnssecConfigCommand extends $Command<UpdateResolverDnssecConfigCommandInput, UpdateResolverDnssecConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateResolverEndpointCommandOutput extends UpdateResolverEndpo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateResolverEndpointCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateResolverEndpointCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateResolverEndpointCommand extends $Command<UpdateResolverEndpointCommandInput, UpdateResolverEndpointCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UpdateResolverRuleCommandOutput extends UpdateResolverRuleRespo
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UpdateResolverRuleCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UpdateResolverRuleCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UpdateResolverRuleCommand extends $Command<UpdateResolverRuleCommandInput, UpdateResolverRuleCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
export * from "./AssociateFirewallRuleGroupCommand";
|
|
2
|
+
export * from "./AssociateResolverEndpointIpAddressCommand";
|
|
3
|
+
export * from "./AssociateResolverQueryLogConfigCommand";
|
|
4
|
+
export * from "./AssociateResolverRuleCommand";
|
|
5
|
+
export * from "./CreateFirewallDomainListCommand";
|
|
6
|
+
export * from "./CreateFirewallRuleCommand";
|
|
7
|
+
export * from "./CreateFirewallRuleGroupCommand";
|
|
8
|
+
export * from "./CreateResolverEndpointCommand";
|
|
9
|
+
export * from "./CreateResolverQueryLogConfigCommand";
|
|
10
|
+
export * from "./CreateResolverRuleCommand";
|
|
11
|
+
export * from "./DeleteFirewallDomainListCommand";
|
|
12
|
+
export * from "./DeleteFirewallRuleCommand";
|
|
13
|
+
export * from "./DeleteFirewallRuleGroupCommand";
|
|
14
|
+
export * from "./DeleteResolverEndpointCommand";
|
|
15
|
+
export * from "./DeleteResolverQueryLogConfigCommand";
|
|
16
|
+
export * from "./DeleteResolverRuleCommand";
|
|
17
|
+
export * from "./DisassociateFirewallRuleGroupCommand";
|
|
18
|
+
export * from "./DisassociateResolverEndpointIpAddressCommand";
|
|
19
|
+
export * from "./DisassociateResolverQueryLogConfigCommand";
|
|
20
|
+
export * from "./DisassociateResolverRuleCommand";
|
|
21
|
+
export * from "./GetFirewallConfigCommand";
|
|
22
|
+
export * from "./GetFirewallDomainListCommand";
|
|
23
|
+
export * from "./GetFirewallRuleGroupAssociationCommand";
|
|
24
|
+
export * from "./GetFirewallRuleGroupCommand";
|
|
25
|
+
export * from "./GetFirewallRuleGroupPolicyCommand";
|
|
26
|
+
export * from "./GetResolverConfigCommand";
|
|
27
|
+
export * from "./GetResolverDnssecConfigCommand";
|
|
28
|
+
export * from "./GetResolverEndpointCommand";
|
|
29
|
+
export * from "./GetResolverQueryLogConfigAssociationCommand";
|
|
30
|
+
export * from "./GetResolverQueryLogConfigCommand";
|
|
31
|
+
export * from "./GetResolverQueryLogConfigPolicyCommand";
|
|
32
|
+
export * from "./GetResolverRuleAssociationCommand";
|
|
33
|
+
export * from "./GetResolverRuleCommand";
|
|
34
|
+
export * from "./GetResolverRulePolicyCommand";
|
|
35
|
+
export * from "./ImportFirewallDomainsCommand";
|
|
36
|
+
export * from "./ListFirewallConfigsCommand";
|
|
37
|
+
export * from "./ListFirewallDomainListsCommand";
|
|
38
|
+
export * from "./ListFirewallDomainsCommand";
|
|
39
|
+
export * from "./ListFirewallRuleGroupAssociationsCommand";
|
|
40
|
+
export * from "./ListFirewallRuleGroupsCommand";
|
|
41
|
+
export * from "./ListFirewallRulesCommand";
|
|
42
|
+
export * from "./ListResolverConfigsCommand";
|
|
43
|
+
export * from "./ListResolverDnssecConfigsCommand";
|
|
44
|
+
export * from "./ListResolverEndpointIpAddressesCommand";
|
|
45
|
+
export * from "./ListResolverEndpointsCommand";
|
|
46
|
+
export * from "./ListResolverQueryLogConfigAssociationsCommand";
|
|
47
|
+
export * from "./ListResolverQueryLogConfigsCommand";
|
|
48
|
+
export * from "./ListResolverRuleAssociationsCommand";
|
|
49
|
+
export * from "./ListResolverRulesCommand";
|
|
50
|
+
export * from "./ListTagsForResourceCommand";
|
|
51
|
+
export * from "./PutFirewallRuleGroupPolicyCommand";
|
|
52
|
+
export * from "./PutResolverQueryLogConfigPolicyCommand";
|
|
53
|
+
export * from "./PutResolverRulePolicyCommand";
|
|
54
|
+
export * from "./TagResourceCommand";
|
|
55
|
+
export * from "./UntagResourceCommand";
|
|
56
|
+
export * from "./UpdateFirewallConfigCommand";
|
|
57
|
+
export * from "./UpdateFirewallDomainsCommand";
|
|
58
|
+
export * from "./UpdateFirewallRuleCommand";
|
|
59
|
+
export * from "./UpdateFirewallRuleGroupAssociationCommand";
|
|
60
|
+
export * from "./UpdateResolverConfigCommand";
|
|
61
|
+
export * from "./UpdateResolverDnssecConfigCommand";
|
|
62
|
+
export * from "./UpdateResolverEndpointCommand";
|
|
63
|
+
export * from "./UpdateResolverRuleCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,78 +1,5 @@
|
|
|
1
|
-
export * from "./Route53ResolverClient";
|
|
2
1
|
export * from "./Route53Resolver";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/CreateFirewallDomainListCommand";
|
|
8
|
-
export * from "./commands/CreateFirewallRuleCommand";
|
|
9
|
-
export * from "./commands/CreateFirewallRuleGroupCommand";
|
|
10
|
-
export * from "./commands/CreateResolverEndpointCommand";
|
|
11
|
-
export * from "./commands/CreateResolverQueryLogConfigCommand";
|
|
12
|
-
export * from "./commands/CreateResolverRuleCommand";
|
|
13
|
-
export * from "./commands/DeleteFirewallDomainListCommand";
|
|
14
|
-
export * from "./commands/DeleteFirewallRuleCommand";
|
|
15
|
-
export * from "./commands/DeleteFirewallRuleGroupCommand";
|
|
16
|
-
export * from "./commands/DeleteResolverEndpointCommand";
|
|
17
|
-
export * from "./commands/DeleteResolverQueryLogConfigCommand";
|
|
18
|
-
export * from "./commands/DeleteResolverRuleCommand";
|
|
19
|
-
export * from "./commands/DisassociateFirewallRuleGroupCommand";
|
|
20
|
-
export * from "./commands/DisassociateResolverEndpointIpAddressCommand";
|
|
21
|
-
export * from "./commands/DisassociateResolverQueryLogConfigCommand";
|
|
22
|
-
export * from "./commands/DisassociateResolverRuleCommand";
|
|
23
|
-
export * from "./commands/GetFirewallConfigCommand";
|
|
24
|
-
export * from "./commands/GetFirewallDomainListCommand";
|
|
25
|
-
export * from "./commands/GetFirewallRuleGroupCommand";
|
|
26
|
-
export * from "./commands/GetFirewallRuleGroupAssociationCommand";
|
|
27
|
-
export * from "./commands/GetFirewallRuleGroupPolicyCommand";
|
|
28
|
-
export * from "./commands/GetResolverDnssecConfigCommand";
|
|
29
|
-
export * from "./commands/GetResolverEndpointCommand";
|
|
30
|
-
export * from "./commands/GetResolverQueryLogConfigCommand";
|
|
31
|
-
export * from "./commands/GetResolverQueryLogConfigAssociationCommand";
|
|
32
|
-
export * from "./commands/GetResolverQueryLogConfigPolicyCommand";
|
|
33
|
-
export * from "./commands/GetResolverRuleCommand";
|
|
34
|
-
export * from "./commands/GetResolverRuleAssociationCommand";
|
|
35
|
-
export * from "./commands/GetResolverRulePolicyCommand";
|
|
36
|
-
export * from "./commands/ImportFirewallDomainsCommand";
|
|
37
|
-
export * from "./commands/ListFirewallConfigsCommand";
|
|
38
|
-
export * from "./pagination/ListFirewallConfigsPaginator";
|
|
39
|
-
export * from "./commands/ListFirewallDomainListsCommand";
|
|
40
|
-
export * from "./pagination/ListFirewallDomainListsPaginator";
|
|
41
|
-
export * from "./commands/ListFirewallDomainsCommand";
|
|
42
|
-
export * from "./pagination/ListFirewallDomainsPaginator";
|
|
43
|
-
export * from "./commands/ListFirewallRuleGroupAssociationsCommand";
|
|
44
|
-
export * from "./pagination/ListFirewallRuleGroupAssociationsPaginator";
|
|
45
|
-
export * from "./commands/ListFirewallRuleGroupsCommand";
|
|
46
|
-
export * from "./pagination/ListFirewallRuleGroupsPaginator";
|
|
47
|
-
export * from "./commands/ListFirewallRulesCommand";
|
|
48
|
-
export * from "./pagination/ListFirewallRulesPaginator";
|
|
49
|
-
export * from "./commands/ListResolverDnssecConfigsCommand";
|
|
50
|
-
export * from "./pagination/ListResolverDnssecConfigsPaginator";
|
|
51
|
-
export * from "./commands/ListResolverEndpointIpAddressesCommand";
|
|
52
|
-
export * from "./pagination/ListResolverEndpointIpAddressesPaginator";
|
|
53
|
-
export * from "./commands/ListResolverEndpointsCommand";
|
|
54
|
-
export * from "./pagination/ListResolverEndpointsPaginator";
|
|
55
|
-
export * from "./commands/ListResolverQueryLogConfigAssociationsCommand";
|
|
56
|
-
export * from "./pagination/ListResolverQueryLogConfigAssociationsPaginator";
|
|
57
|
-
export * from "./commands/ListResolverQueryLogConfigsCommand";
|
|
58
|
-
export * from "./pagination/ListResolverQueryLogConfigsPaginator";
|
|
59
|
-
export * from "./commands/ListResolverRuleAssociationsCommand";
|
|
60
|
-
export * from "./pagination/ListResolverRuleAssociationsPaginator";
|
|
61
|
-
export * from "./commands/ListResolverRulesCommand";
|
|
62
|
-
export * from "./pagination/ListResolverRulesPaginator";
|
|
63
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
64
|
-
export * from "./pagination/ListTagsForResourcePaginator";
|
|
65
|
-
export * from "./commands/PutFirewallRuleGroupPolicyCommand";
|
|
66
|
-
export * from "./commands/PutResolverQueryLogConfigPolicyCommand";
|
|
67
|
-
export * from "./commands/PutResolverRulePolicyCommand";
|
|
68
|
-
export * from "./commands/TagResourceCommand";
|
|
69
|
-
export * from "./commands/UntagResourceCommand";
|
|
70
|
-
export * from "./commands/UpdateFirewallConfigCommand";
|
|
71
|
-
export * from "./commands/UpdateFirewallDomainsCommand";
|
|
72
|
-
export * from "./commands/UpdateFirewallRuleCommand";
|
|
73
|
-
export * from "./commands/UpdateFirewallRuleGroupAssociationCommand";
|
|
74
|
-
export * from "./commands/UpdateResolverDnssecConfigCommand";
|
|
75
|
-
export * from "./commands/UpdateResolverEndpointCommand";
|
|
76
|
-
export * from "./commands/UpdateResolverRuleCommand";
|
|
77
|
-
export * from "./pagination/Interfaces";
|
|
78
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./Route53ResolverClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -732,6 +732,10 @@ export declare namespace ResourceUnavailableException {
|
|
|
732
732
|
*/
|
|
733
733
|
const filterSensitiveLog: (obj: ResourceUnavailableException) => any;
|
|
734
734
|
}
|
|
735
|
+
export declare enum AutodefinedReverseFlag {
|
|
736
|
+
DISABLE = "DISABLE",
|
|
737
|
+
ENABLE = "ENABLE"
|
|
738
|
+
}
|
|
735
739
|
export declare enum BlockOverrideDnsType {
|
|
736
740
|
CNAME = "CNAME"
|
|
737
741
|
}
|
|
@@ -2342,6 +2346,90 @@ export declare namespace GetFirewallRuleGroupPolicyResponse {
|
|
|
2342
2346
|
*/
|
|
2343
2347
|
const filterSensitiveLog: (obj: GetFirewallRuleGroupPolicyResponse) => any;
|
|
2344
2348
|
}
|
|
2349
|
+
export interface GetResolverConfigRequest {
|
|
2350
|
+
/**
|
|
2351
|
+
* <p>Resource ID of the Amazon VPC that you want to get information about.</p>
|
|
2352
|
+
*/
|
|
2353
|
+
ResourceId: string | undefined;
|
|
2354
|
+
}
|
|
2355
|
+
export declare namespace GetResolverConfigRequest {
|
|
2356
|
+
/**
|
|
2357
|
+
* @internal
|
|
2358
|
+
*/
|
|
2359
|
+
const filterSensitiveLog: (obj: GetResolverConfigRequest) => any;
|
|
2360
|
+
}
|
|
2361
|
+
export declare enum ResolverAutodefinedReverseStatus {
|
|
2362
|
+
Disabled = "DISABLED",
|
|
2363
|
+
Disabling = "DISABLING",
|
|
2364
|
+
Enabled = "ENABLED",
|
|
2365
|
+
Enabling = "ENABLING"
|
|
2366
|
+
}
|
|
2367
|
+
/**
|
|
2368
|
+
* <p>A complex type that contains information about a Resolver configuration for a VPC.</p>
|
|
2369
|
+
*/
|
|
2370
|
+
export interface ResolverConfig {
|
|
2371
|
+
/**
|
|
2372
|
+
* <p>ID for the Resolver configuration.</p>
|
|
2373
|
+
*/
|
|
2374
|
+
Id?: string;
|
|
2375
|
+
/**
|
|
2376
|
+
* <p>The ID of the Amazon Virtual Private Cloud VPC that you're configuring Resolver for.</p>
|
|
2377
|
+
*/
|
|
2378
|
+
ResourceId?: string;
|
|
2379
|
+
/**
|
|
2380
|
+
* <p>The owner account ID of the Amazon Virtual Private Cloud VPC.</p>
|
|
2381
|
+
*/
|
|
2382
|
+
OwnerId?: string;
|
|
2383
|
+
/**
|
|
2384
|
+
* <p> The status of whether or not the Resolver will create autodefined rules for reverse DNS
|
|
2385
|
+
* lookups. This is enabled by default. The status can be one of following:</p>
|
|
2386
|
+
* <p> Status of the rules generated by VPCs based on CIDR/Region for reverse DNS resolution. The
|
|
2387
|
+
* status can be one of following:</p>
|
|
2388
|
+
*
|
|
2389
|
+
* <ul>
|
|
2390
|
+
* <li>
|
|
2391
|
+
* <p>
|
|
2392
|
+
* <b>ENABLING:</b> Autodefined rules for reverse DNS lookups are being
|
|
2393
|
+
* enabled but are not complete.</p>
|
|
2394
|
+
* </li>
|
|
2395
|
+
* <li>
|
|
2396
|
+
* <p>
|
|
2397
|
+
* <b>ENABLED:</b> Autodefined rules for reverse DNS lookups are
|
|
2398
|
+
* enabled.</p>
|
|
2399
|
+
* </li>
|
|
2400
|
+
* <li>
|
|
2401
|
+
* <p>
|
|
2402
|
+
* <b>DISABLING:</b> Autodefined rules for reverse DNS lookups are
|
|
2403
|
+
* being disabled but are not complete.</p>
|
|
2404
|
+
* </li>
|
|
2405
|
+
* <li>
|
|
2406
|
+
* <p>
|
|
2407
|
+
* <b>DISABLED:</b> Autodefined rules for reverse DNS lookups are
|
|
2408
|
+
* disabled.</p>
|
|
2409
|
+
* </li>
|
|
2410
|
+
* </ul>
|
|
2411
|
+
*/
|
|
2412
|
+
AutodefinedReverse?: ResolverAutodefinedReverseStatus | string;
|
|
2413
|
+
}
|
|
2414
|
+
export declare namespace ResolverConfig {
|
|
2415
|
+
/**
|
|
2416
|
+
* @internal
|
|
2417
|
+
*/
|
|
2418
|
+
const filterSensitiveLog: (obj: ResolverConfig) => any;
|
|
2419
|
+
}
|
|
2420
|
+
export interface GetResolverConfigResponse {
|
|
2421
|
+
/**
|
|
2422
|
+
* <p>Information about the behavior configuration of Route 53 Resolver behavior for the VPC you
|
|
2423
|
+
* specified in the <code>GetResolverConfig</code> request.</p>
|
|
2424
|
+
*/
|
|
2425
|
+
ResolverConfig?: ResolverConfig;
|
|
2426
|
+
}
|
|
2427
|
+
export declare namespace GetResolverConfigResponse {
|
|
2428
|
+
/**
|
|
2429
|
+
* @internal
|
|
2430
|
+
*/
|
|
2431
|
+
const filterSensitiveLog: (obj: GetResolverConfigResponse) => any;
|
|
2432
|
+
}
|
|
2345
2433
|
export interface GetResolverDnssecConfigRequest {
|
|
2346
2434
|
/**
|
|
2347
2435
|
* <p>The ID of the virtual private cloud (VPC) for the DNSSEC validation status.</p>
|
|
@@ -3044,6 +3132,51 @@ export declare namespace ListFirewallRulesResponse {
|
|
|
3044
3132
|
*/
|
|
3045
3133
|
const filterSensitiveLog: (obj: ListFirewallRulesResponse) => any;
|
|
3046
3134
|
}
|
|
3135
|
+
export interface ListResolverConfigsRequest {
|
|
3136
|
+
/**
|
|
3137
|
+
* <p>The maximum number of Resolver configurations that you want to return in the response to
|
|
3138
|
+
* a <code>ListResolverConfigs</code> request. If you don't specify a value for <code>MaxResults</code>,
|
|
3139
|
+
* up to 100 Resolver configurations are returned.</p>
|
|
3140
|
+
*/
|
|
3141
|
+
MaxResults?: number;
|
|
3142
|
+
/**
|
|
3143
|
+
* <p>(Optional) If the current Amazon Web Services account has more than <code>MaxResults</code> Resolver configurations, use
|
|
3144
|
+
* <code>NextToken</code> to get the second and subsequent pages of results.</p>
|
|
3145
|
+
* <p>For the first <code>ListResolverConfigs</code> request, omit this value.</p>
|
|
3146
|
+
* <p>For the second and subsequent requests, get the value of <code>NextToken</code> from the previous response and
|
|
3147
|
+
* specify that value for <code>NextToken</code> in the request.</p>
|
|
3148
|
+
*/
|
|
3149
|
+
NextToken?: string;
|
|
3150
|
+
}
|
|
3151
|
+
export declare namespace ListResolverConfigsRequest {
|
|
3152
|
+
/**
|
|
3153
|
+
* @internal
|
|
3154
|
+
*/
|
|
3155
|
+
const filterSensitiveLog: (obj: ListResolverConfigsRequest) => any;
|
|
3156
|
+
}
|
|
3157
|
+
export interface ListResolverConfigsResponse {
|
|
3158
|
+
/**
|
|
3159
|
+
* <p>If a response includes the last of the Resolver configurations that are associated with the current Amazon Web Services account,
|
|
3160
|
+
* <code>NextToken</code> doesn't appear in the response.</p>
|
|
3161
|
+
* <p>If a response doesn't include the last of the configurations, you can get more configurations by submitting another
|
|
3162
|
+
* <code>ListResolverConfigs</code> request.
|
|
3163
|
+
* Get the value of <code>NextToken</code> that Amazon Route 53
|
|
3164
|
+
* returned in the previous response and include it in
|
|
3165
|
+
* <code>NextToken</code> in the next request.</p>
|
|
3166
|
+
*/
|
|
3167
|
+
NextToken?: string;
|
|
3168
|
+
/**
|
|
3169
|
+
* <p>An array that contains one <code>ResolverConfigs</code> element for each Resolver configuration that is associated
|
|
3170
|
+
* with the current Amazon Web Services account.</p>
|
|
3171
|
+
*/
|
|
3172
|
+
ResolverConfigs?: ResolverConfig[];
|
|
3173
|
+
}
|
|
3174
|
+
export declare namespace ListResolverConfigsResponse {
|
|
3175
|
+
/**
|
|
3176
|
+
* @internal
|
|
3177
|
+
*/
|
|
3178
|
+
const filterSensitiveLog: (obj: ListResolverConfigsResponse) => any;
|
|
3179
|
+
}
|
|
3047
3180
|
export interface ListResolverDnssecConfigsRequest {
|
|
3048
3181
|
/**
|
|
3049
3182
|
* <p>
|
|
@@ -4154,6 +4287,41 @@ export declare namespace UpdateFirewallRuleGroupAssociationResponse {
|
|
|
4154
4287
|
*/
|
|
4155
4288
|
const filterSensitiveLog: (obj: UpdateFirewallRuleGroupAssociationResponse) => any;
|
|
4156
4289
|
}
|
|
4290
|
+
export interface UpdateResolverConfigRequest {
|
|
4291
|
+
/**
|
|
4292
|
+
* <p>Resource ID of the Amazon VPC that you want to update the Resolver configuration for.</p>
|
|
4293
|
+
*/
|
|
4294
|
+
ResourceId: string | undefined;
|
|
4295
|
+
/**
|
|
4296
|
+
* <p>Indicates whether or not the Resolver will create autodefined rules for reverse DNS
|
|
4297
|
+
* lookups. This is enabled by default. Disabling this option will also affect EC2-Classic
|
|
4298
|
+
* instances using ClassicLink. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html">ClassicLink</a> in the
|
|
4299
|
+
* <i>Amazon EC2 guide</i>.</p>
|
|
4300
|
+
* <note>
|
|
4301
|
+
* <p>It can take some time for the status change to be completed.</p>
|
|
4302
|
+
* </note>
|
|
4303
|
+
* <p></p>
|
|
4304
|
+
*/
|
|
4305
|
+
AutodefinedReverseFlag: AutodefinedReverseFlag | string | undefined;
|
|
4306
|
+
}
|
|
4307
|
+
export declare namespace UpdateResolverConfigRequest {
|
|
4308
|
+
/**
|
|
4309
|
+
* @internal
|
|
4310
|
+
*/
|
|
4311
|
+
const filterSensitiveLog: (obj: UpdateResolverConfigRequest) => any;
|
|
4312
|
+
}
|
|
4313
|
+
export interface UpdateResolverConfigResponse {
|
|
4314
|
+
/**
|
|
4315
|
+
* <p>An array that contains settings for the specified Resolver configuration.</p>
|
|
4316
|
+
*/
|
|
4317
|
+
ResolverConfig?: ResolverConfig;
|
|
4318
|
+
}
|
|
4319
|
+
export declare namespace UpdateResolverConfigResponse {
|
|
4320
|
+
/**
|
|
4321
|
+
* @internal
|
|
4322
|
+
*/
|
|
4323
|
+
const filterSensitiveLog: (obj: UpdateResolverConfigResponse) => any;
|
|
4324
|
+
}
|
|
4157
4325
|
export declare enum Validation {
|
|
4158
4326
|
DISABLE = "DISABLE",
|
|
4159
4327
|
ENABLE = "ENABLE"
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListResolverConfigsCommandInput, ListResolverConfigsCommandOutput } from "../commands/ListResolverConfigsCommand";
|
|
3
|
+
import { Route53ResolverPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListResolverConfigs(config: Route53ResolverPaginationConfiguration, input: ListResolverConfigsCommandInput, ...additionalArguments: any): Paginator<ListResolverConfigsCommandOutput>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListFirewallConfigsPaginator";
|
|
3
|
+
export * from "./ListFirewallDomainListsPaginator";
|
|
4
|
+
export * from "./ListFirewallDomainsPaginator";
|
|
5
|
+
export * from "./ListFirewallRuleGroupAssociationsPaginator";
|
|
6
|
+
export * from "./ListFirewallRuleGroupsPaginator";
|
|
7
|
+
export * from "./ListFirewallRulesPaginator";
|
|
8
|
+
export * from "./ListResolverConfigsPaginator";
|
|
9
|
+
export * from "./ListResolverDnssecConfigsPaginator";
|
|
10
|
+
export * from "./ListResolverEndpointIpAddressesPaginator";
|
|
11
|
+
export * from "./ListResolverEndpointsPaginator";
|
|
12
|
+
export * from "./ListResolverQueryLogConfigAssociationsPaginator";
|
|
13
|
+
export * from "./ListResolverQueryLogConfigsPaginator";
|
|
14
|
+
export * from "./ListResolverRuleAssociationsPaginator";
|
|
15
|
+
export * from "./ListResolverRulesPaginator";
|
|
16
|
+
export * from "./ListTagsForResourcePaginator";
|