@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
|
@@ -25,6 +25,7 @@ import { GetFirewallDomainListCommandInput, GetFirewallDomainListCommandOutput }
|
|
|
25
25
|
import { GetFirewallRuleGroupAssociationCommandInput, GetFirewallRuleGroupAssociationCommandOutput } from "../commands/GetFirewallRuleGroupAssociationCommand";
|
|
26
26
|
import { GetFirewallRuleGroupCommandInput, GetFirewallRuleGroupCommandOutput } from "../commands/GetFirewallRuleGroupCommand";
|
|
27
27
|
import { GetFirewallRuleGroupPolicyCommandInput, GetFirewallRuleGroupPolicyCommandOutput } from "../commands/GetFirewallRuleGroupPolicyCommand";
|
|
28
|
+
import { GetResolverConfigCommandInput, GetResolverConfigCommandOutput } from "../commands/GetResolverConfigCommand";
|
|
28
29
|
import { GetResolverDnssecConfigCommandInput, GetResolverDnssecConfigCommandOutput } from "../commands/GetResolverDnssecConfigCommand";
|
|
29
30
|
import { GetResolverEndpointCommandInput, GetResolverEndpointCommandOutput } from "../commands/GetResolverEndpointCommand";
|
|
30
31
|
import { GetResolverQueryLogConfigAssociationCommandInput, GetResolverQueryLogConfigAssociationCommandOutput } from "../commands/GetResolverQueryLogConfigAssociationCommand";
|
|
@@ -40,6 +41,7 @@ import { ListFirewallDomainsCommandInput, ListFirewallDomainsCommandOutput } fro
|
|
|
40
41
|
import { ListFirewallRuleGroupAssociationsCommandInput, ListFirewallRuleGroupAssociationsCommandOutput } from "../commands/ListFirewallRuleGroupAssociationsCommand";
|
|
41
42
|
import { ListFirewallRuleGroupsCommandInput, ListFirewallRuleGroupsCommandOutput } from "../commands/ListFirewallRuleGroupsCommand";
|
|
42
43
|
import { ListFirewallRulesCommandInput, ListFirewallRulesCommandOutput } from "../commands/ListFirewallRulesCommand";
|
|
44
|
+
import { ListResolverConfigsCommandInput, ListResolverConfigsCommandOutput } from "../commands/ListResolverConfigsCommand";
|
|
43
45
|
import { ListResolverDnssecConfigsCommandInput, ListResolverDnssecConfigsCommandOutput } from "../commands/ListResolverDnssecConfigsCommand";
|
|
44
46
|
import { ListResolverEndpointIpAddressesCommandInput, ListResolverEndpointIpAddressesCommandOutput } from "../commands/ListResolverEndpointIpAddressesCommand";
|
|
45
47
|
import { ListResolverEndpointsCommandInput, ListResolverEndpointsCommandOutput } from "../commands/ListResolverEndpointsCommand";
|
|
@@ -57,6 +59,7 @@ import { UpdateFirewallConfigCommandInput, UpdateFirewallConfigCommandOutput } f
|
|
|
57
59
|
import { UpdateFirewallDomainsCommandInput, UpdateFirewallDomainsCommandOutput } from "../commands/UpdateFirewallDomainsCommand";
|
|
58
60
|
import { UpdateFirewallRuleCommandInput, UpdateFirewallRuleCommandOutput } from "../commands/UpdateFirewallRuleCommand";
|
|
59
61
|
import { UpdateFirewallRuleGroupAssociationCommandInput, UpdateFirewallRuleGroupAssociationCommandOutput } from "../commands/UpdateFirewallRuleGroupAssociationCommand";
|
|
62
|
+
import { UpdateResolverConfigCommandInput, UpdateResolverConfigCommandOutput } from "../commands/UpdateResolverConfigCommand";
|
|
60
63
|
import { UpdateResolverDnssecConfigCommandInput, UpdateResolverDnssecConfigCommandOutput } from "../commands/UpdateResolverDnssecConfigCommand";
|
|
61
64
|
import { UpdateResolverEndpointCommandInput, UpdateResolverEndpointCommandOutput } from "../commands/UpdateResolverEndpointCommand";
|
|
62
65
|
import { UpdateResolverRuleCommandInput, UpdateResolverRuleCommandOutput } from "../commands/UpdateResolverRuleCommand";
|
|
@@ -85,6 +88,7 @@ export declare const serializeAws_json1_1GetFirewallDomainListCommand: (input: G
|
|
|
85
88
|
export declare const serializeAws_json1_1GetFirewallRuleGroupCommand: (input: GetFirewallRuleGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
89
|
export declare const serializeAws_json1_1GetFirewallRuleGroupAssociationCommand: (input: GetFirewallRuleGroupAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
90
|
export declare const serializeAws_json1_1GetFirewallRuleGroupPolicyCommand: (input: GetFirewallRuleGroupPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
+
export declare const serializeAws_json1_1GetResolverConfigCommand: (input: GetResolverConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
92
|
export declare const serializeAws_json1_1GetResolverDnssecConfigCommand: (input: GetResolverDnssecConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
93
|
export declare const serializeAws_json1_1GetResolverEndpointCommand: (input: GetResolverEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
94
|
export declare const serializeAws_json1_1GetResolverQueryLogConfigCommand: (input: GetResolverQueryLogConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -100,6 +104,7 @@ export declare const serializeAws_json1_1ListFirewallDomainsCommand: (input: Lis
|
|
|
100
104
|
export declare const serializeAws_json1_1ListFirewallRuleGroupAssociationsCommand: (input: ListFirewallRuleGroupAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
105
|
export declare const serializeAws_json1_1ListFirewallRuleGroupsCommand: (input: ListFirewallRuleGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
106
|
export declare const serializeAws_json1_1ListFirewallRulesCommand: (input: ListFirewallRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
+
export declare const serializeAws_json1_1ListResolverConfigsCommand: (input: ListResolverConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
108
|
export declare const serializeAws_json1_1ListResolverDnssecConfigsCommand: (input: ListResolverDnssecConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
109
|
export declare const serializeAws_json1_1ListResolverEndpointIpAddressesCommand: (input: ListResolverEndpointIpAddressesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
110
|
export declare const serializeAws_json1_1ListResolverEndpointsCommand: (input: ListResolverEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -117,6 +122,7 @@ export declare const serializeAws_json1_1UpdateFirewallConfigCommand: (input: Up
|
|
|
117
122
|
export declare const serializeAws_json1_1UpdateFirewallDomainsCommand: (input: UpdateFirewallDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
123
|
export declare const serializeAws_json1_1UpdateFirewallRuleCommand: (input: UpdateFirewallRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
124
|
export declare const serializeAws_json1_1UpdateFirewallRuleGroupAssociationCommand: (input: UpdateFirewallRuleGroupAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
+
export declare const serializeAws_json1_1UpdateResolverConfigCommand: (input: UpdateResolverConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
126
|
export declare const serializeAws_json1_1UpdateResolverDnssecConfigCommand: (input: UpdateResolverDnssecConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
127
|
export declare const serializeAws_json1_1UpdateResolverEndpointCommand: (input: UpdateResolverEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
128
|
export declare const serializeAws_json1_1UpdateResolverRuleCommand: (input: UpdateResolverRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -145,6 +151,7 @@ export declare const deserializeAws_json1_1GetFirewallDomainListCommand: (output
|
|
|
145
151
|
export declare const deserializeAws_json1_1GetFirewallRuleGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFirewallRuleGroupCommandOutput>;
|
|
146
152
|
export declare const deserializeAws_json1_1GetFirewallRuleGroupAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFirewallRuleGroupAssociationCommandOutput>;
|
|
147
153
|
export declare const deserializeAws_json1_1GetFirewallRuleGroupPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFirewallRuleGroupPolicyCommandOutput>;
|
|
154
|
+
export declare const deserializeAws_json1_1GetResolverConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResolverConfigCommandOutput>;
|
|
148
155
|
export declare const deserializeAws_json1_1GetResolverDnssecConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResolverDnssecConfigCommandOutput>;
|
|
149
156
|
export declare const deserializeAws_json1_1GetResolverEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResolverEndpointCommandOutput>;
|
|
150
157
|
export declare const deserializeAws_json1_1GetResolverQueryLogConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResolverQueryLogConfigCommandOutput>;
|
|
@@ -160,6 +167,7 @@ export declare const deserializeAws_json1_1ListFirewallDomainsCommand: (output:
|
|
|
160
167
|
export declare const deserializeAws_json1_1ListFirewallRuleGroupAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFirewallRuleGroupAssociationsCommandOutput>;
|
|
161
168
|
export declare const deserializeAws_json1_1ListFirewallRuleGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFirewallRuleGroupsCommandOutput>;
|
|
162
169
|
export declare const deserializeAws_json1_1ListFirewallRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFirewallRulesCommandOutput>;
|
|
170
|
+
export declare const deserializeAws_json1_1ListResolverConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResolverConfigsCommandOutput>;
|
|
163
171
|
export declare const deserializeAws_json1_1ListResolverDnssecConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResolverDnssecConfigsCommandOutput>;
|
|
164
172
|
export declare const deserializeAws_json1_1ListResolverEndpointIpAddressesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResolverEndpointIpAddressesCommandOutput>;
|
|
165
173
|
export declare const deserializeAws_json1_1ListResolverEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResolverEndpointsCommandOutput>;
|
|
@@ -177,6 +185,7 @@ export declare const deserializeAws_json1_1UpdateFirewallConfigCommand: (output:
|
|
|
177
185
|
export declare const deserializeAws_json1_1UpdateFirewallDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFirewallDomainsCommandOutput>;
|
|
178
186
|
export declare const deserializeAws_json1_1UpdateFirewallRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFirewallRuleCommandOutput>;
|
|
179
187
|
export declare const deserializeAws_json1_1UpdateFirewallRuleGroupAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFirewallRuleGroupAssociationCommandOutput>;
|
|
188
|
+
export declare const deserializeAws_json1_1UpdateResolverConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResolverConfigCommandOutput>;
|
|
180
189
|
export declare const deserializeAws_json1_1UpdateResolverDnssecConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResolverDnssecConfigCommandOutput>;
|
|
181
190
|
export declare const deserializeAws_json1_1UpdateResolverEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResolverEndpointCommandOutput>;
|
|
182
191
|
export declare const deserializeAws_json1_1UpdateResolverRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResolverRuleCommandOutput>;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: Route53ResolverClientConfig) =>
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: Route53ResolverClientConfig) =>
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: Route53ResolverClientConfig) =>
|
|
|
18
18
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
19
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
20
|
logger: import("@aws-sdk/types").Logger;
|
|
21
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
23
|
serviceId: string;
|
|
22
24
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
@@ -24,6 +24,7 @@ import { GetFirewallDomainListCommandInput, GetFirewallDomainListCommandOutput }
|
|
|
24
24
|
import { GetFirewallRuleGroupAssociationCommandInput, GetFirewallRuleGroupAssociationCommandOutput } from "./commands/GetFirewallRuleGroupAssociationCommand";
|
|
25
25
|
import { GetFirewallRuleGroupCommandInput, GetFirewallRuleGroupCommandOutput } from "./commands/GetFirewallRuleGroupCommand";
|
|
26
26
|
import { GetFirewallRuleGroupPolicyCommandInput, GetFirewallRuleGroupPolicyCommandOutput } from "./commands/GetFirewallRuleGroupPolicyCommand";
|
|
27
|
+
import { GetResolverConfigCommandInput, GetResolverConfigCommandOutput } from "./commands/GetResolverConfigCommand";
|
|
27
28
|
import { GetResolverDnssecConfigCommandInput, GetResolverDnssecConfigCommandOutput } from "./commands/GetResolverDnssecConfigCommand";
|
|
28
29
|
import { GetResolverEndpointCommandInput, GetResolverEndpointCommandOutput } from "./commands/GetResolverEndpointCommand";
|
|
29
30
|
import { GetResolverQueryLogConfigAssociationCommandInput, GetResolverQueryLogConfigAssociationCommandOutput } from "./commands/GetResolverQueryLogConfigAssociationCommand";
|
|
@@ -39,6 +40,7 @@ import { ListFirewallDomainsCommandInput, ListFirewallDomainsCommandOutput } fro
|
|
|
39
40
|
import { ListFirewallRuleGroupAssociationsCommandInput, ListFirewallRuleGroupAssociationsCommandOutput } from "./commands/ListFirewallRuleGroupAssociationsCommand";
|
|
40
41
|
import { ListFirewallRuleGroupsCommandInput, ListFirewallRuleGroupsCommandOutput } from "./commands/ListFirewallRuleGroupsCommand";
|
|
41
42
|
import { ListFirewallRulesCommandInput, ListFirewallRulesCommandOutput } from "./commands/ListFirewallRulesCommand";
|
|
43
|
+
import { ListResolverConfigsCommandInput, ListResolverConfigsCommandOutput } from "./commands/ListResolverConfigsCommand";
|
|
42
44
|
import { ListResolverDnssecConfigsCommandInput, ListResolverDnssecConfigsCommandOutput } from "./commands/ListResolverDnssecConfigsCommand";
|
|
43
45
|
import { ListResolverEndpointIpAddressesCommandInput, ListResolverEndpointIpAddressesCommandOutput } from "./commands/ListResolverEndpointIpAddressesCommand";
|
|
44
46
|
import { ListResolverEndpointsCommandInput, ListResolverEndpointsCommandOutput } from "./commands/ListResolverEndpointsCommand";
|
|
@@ -56,6 +58,7 @@ import { UpdateFirewallConfigCommandInput, UpdateFirewallConfigCommandOutput } f
|
|
|
56
58
|
import { UpdateFirewallDomainsCommandInput, UpdateFirewallDomainsCommandOutput } from "./commands/UpdateFirewallDomainsCommand";
|
|
57
59
|
import { UpdateFirewallRuleCommandInput, UpdateFirewallRuleCommandOutput } from "./commands/UpdateFirewallRuleCommand";
|
|
58
60
|
import { UpdateFirewallRuleGroupAssociationCommandInput, UpdateFirewallRuleGroupAssociationCommandOutput } from "./commands/UpdateFirewallRuleGroupAssociationCommand";
|
|
61
|
+
import { UpdateResolverConfigCommandInput, UpdateResolverConfigCommandOutput } from "./commands/UpdateResolverConfigCommand";
|
|
59
62
|
import { UpdateResolverDnssecConfigCommandInput, UpdateResolverDnssecConfigCommandOutput } from "./commands/UpdateResolverDnssecConfigCommand";
|
|
60
63
|
import { UpdateResolverEndpointCommandInput, UpdateResolverEndpointCommandOutput } from "./commands/UpdateResolverEndpointCommand";
|
|
61
64
|
import { UpdateResolverRuleCommandInput, UpdateResolverRuleCommandOutput } from "./commands/UpdateResolverRuleCommand";
|
|
@@ -163,6 +166,10 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
163
166
|
getFirewallRuleGroupPolicy(args: GetFirewallRuleGroupPolicyCommandInput, cb: (err: any, data?: GetFirewallRuleGroupPolicyCommandOutput) => void): void;
|
|
164
167
|
getFirewallRuleGroupPolicy(args: GetFirewallRuleGroupPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFirewallRuleGroupPolicyCommandOutput) => void): void;
|
|
165
168
|
|
|
169
|
+
getResolverConfig(args: GetResolverConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetResolverConfigCommandOutput>;
|
|
170
|
+
getResolverConfig(args: GetResolverConfigCommandInput, cb: (err: any, data?: GetResolverConfigCommandOutput) => void): void;
|
|
171
|
+
getResolverConfig(args: GetResolverConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResolverConfigCommandOutput) => void): void;
|
|
172
|
+
|
|
166
173
|
getResolverDnssecConfig(args: GetResolverDnssecConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetResolverDnssecConfigCommandOutput>;
|
|
167
174
|
getResolverDnssecConfig(args: GetResolverDnssecConfigCommandInput, cb: (err: any, data?: GetResolverDnssecConfigCommandOutput) => void): void;
|
|
168
175
|
getResolverDnssecConfig(args: GetResolverDnssecConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResolverDnssecConfigCommandOutput) => void): void;
|
|
@@ -223,6 +230,10 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
223
230
|
listFirewallRules(args: ListFirewallRulesCommandInput, cb: (err: any, data?: ListFirewallRulesCommandOutput) => void): void;
|
|
224
231
|
listFirewallRules(args: ListFirewallRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFirewallRulesCommandOutput) => void): void;
|
|
225
232
|
|
|
233
|
+
listResolverConfigs(args: ListResolverConfigsCommandInput, options?: __HttpHandlerOptions): Promise<ListResolverConfigsCommandOutput>;
|
|
234
|
+
listResolverConfigs(args: ListResolverConfigsCommandInput, cb: (err: any, data?: ListResolverConfigsCommandOutput) => void): void;
|
|
235
|
+
listResolverConfigs(args: ListResolverConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResolverConfigsCommandOutput) => void): void;
|
|
236
|
+
|
|
226
237
|
listResolverDnssecConfigs(args: ListResolverDnssecConfigsCommandInput, options?: __HttpHandlerOptions): Promise<ListResolverDnssecConfigsCommandOutput>;
|
|
227
238
|
listResolverDnssecConfigs(args: ListResolverDnssecConfigsCommandInput, cb: (err: any, data?: ListResolverDnssecConfigsCommandOutput) => void): void;
|
|
228
239
|
listResolverDnssecConfigs(args: ListResolverDnssecConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResolverDnssecConfigsCommandOutput) => void): void;
|
|
@@ -291,6 +302,10 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
291
302
|
updateFirewallRuleGroupAssociation(args: UpdateFirewallRuleGroupAssociationCommandInput, cb: (err: any, data?: UpdateFirewallRuleGroupAssociationCommandOutput) => void): void;
|
|
292
303
|
updateFirewallRuleGroupAssociation(args: UpdateFirewallRuleGroupAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFirewallRuleGroupAssociationCommandOutput) => void): void;
|
|
293
304
|
|
|
305
|
+
updateResolverConfig(args: UpdateResolverConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResolverConfigCommandOutput>;
|
|
306
|
+
updateResolverConfig(args: UpdateResolverConfigCommandInput, cb: (err: any, data?: UpdateResolverConfigCommandOutput) => void): void;
|
|
307
|
+
updateResolverConfig(args: UpdateResolverConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResolverConfigCommandOutput) => void): void;
|
|
308
|
+
|
|
294
309
|
updateResolverDnssecConfig(args: UpdateResolverDnssecConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResolverDnssecConfigCommandOutput>;
|
|
295
310
|
updateResolverDnssecConfig(args: UpdateResolverDnssecConfigCommandInput, cb: (err: any, data?: UpdateResolverDnssecConfigCommandOutput) => void): void;
|
|
296
311
|
updateResolverDnssecConfig(args: UpdateResolverDnssecConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResolverDnssecConfigCommandOutput) => void): void;
|
|
@@ -31,6 +31,7 @@ import { GetFirewallDomainListCommandInput, GetFirewallDomainListCommandOutput }
|
|
|
31
31
|
import { GetFirewallRuleGroupAssociationCommandInput, GetFirewallRuleGroupAssociationCommandOutput } from "./commands/GetFirewallRuleGroupAssociationCommand";
|
|
32
32
|
import { GetFirewallRuleGroupCommandInput, GetFirewallRuleGroupCommandOutput } from "./commands/GetFirewallRuleGroupCommand";
|
|
33
33
|
import { GetFirewallRuleGroupPolicyCommandInput, GetFirewallRuleGroupPolicyCommandOutput } from "./commands/GetFirewallRuleGroupPolicyCommand";
|
|
34
|
+
import { GetResolverConfigCommandInput, GetResolverConfigCommandOutput } from "./commands/GetResolverConfigCommand";
|
|
34
35
|
import { GetResolverDnssecConfigCommandInput, GetResolverDnssecConfigCommandOutput } from "./commands/GetResolverDnssecConfigCommand";
|
|
35
36
|
import { GetResolverEndpointCommandInput, GetResolverEndpointCommandOutput } from "./commands/GetResolverEndpointCommand";
|
|
36
37
|
import { GetResolverQueryLogConfigAssociationCommandInput, GetResolverQueryLogConfigAssociationCommandOutput } from "./commands/GetResolverQueryLogConfigAssociationCommand";
|
|
@@ -46,6 +47,7 @@ import { ListFirewallDomainsCommandInput, ListFirewallDomainsCommandOutput } fro
|
|
|
46
47
|
import { ListFirewallRuleGroupAssociationsCommandInput, ListFirewallRuleGroupAssociationsCommandOutput } from "./commands/ListFirewallRuleGroupAssociationsCommand";
|
|
47
48
|
import { ListFirewallRuleGroupsCommandInput, ListFirewallRuleGroupsCommandOutput } from "./commands/ListFirewallRuleGroupsCommand";
|
|
48
49
|
import { ListFirewallRulesCommandInput, ListFirewallRulesCommandOutput } from "./commands/ListFirewallRulesCommand";
|
|
50
|
+
import { ListResolverConfigsCommandInput, ListResolverConfigsCommandOutput } from "./commands/ListResolverConfigsCommand";
|
|
49
51
|
import { ListResolverDnssecConfigsCommandInput, ListResolverDnssecConfigsCommandOutput } from "./commands/ListResolverDnssecConfigsCommand";
|
|
50
52
|
import { ListResolverEndpointIpAddressesCommandInput, ListResolverEndpointIpAddressesCommandOutput } from "./commands/ListResolverEndpointIpAddressesCommand";
|
|
51
53
|
import { ListResolverEndpointsCommandInput, ListResolverEndpointsCommandOutput } from "./commands/ListResolverEndpointsCommand";
|
|
@@ -63,11 +65,12 @@ import { UpdateFirewallConfigCommandInput, UpdateFirewallConfigCommandOutput } f
|
|
|
63
65
|
import { UpdateFirewallDomainsCommandInput, UpdateFirewallDomainsCommandOutput } from "./commands/UpdateFirewallDomainsCommand";
|
|
64
66
|
import { UpdateFirewallRuleCommandInput, UpdateFirewallRuleCommandOutput } from "./commands/UpdateFirewallRuleCommand";
|
|
65
67
|
import { UpdateFirewallRuleGroupAssociationCommandInput, UpdateFirewallRuleGroupAssociationCommandOutput } from "./commands/UpdateFirewallRuleGroupAssociationCommand";
|
|
68
|
+
import { UpdateResolverConfigCommandInput, UpdateResolverConfigCommandOutput } from "./commands/UpdateResolverConfigCommand";
|
|
66
69
|
import { UpdateResolverDnssecConfigCommandInput, UpdateResolverDnssecConfigCommandOutput } from "./commands/UpdateResolverDnssecConfigCommand";
|
|
67
70
|
import { UpdateResolverEndpointCommandInput, UpdateResolverEndpointCommandOutput } from "./commands/UpdateResolverEndpointCommand";
|
|
68
71
|
import { UpdateResolverRuleCommandInput, UpdateResolverRuleCommandOutput } from "./commands/UpdateResolverRuleCommand";
|
|
69
|
-
export declare type ServiceInputTypes = AssociateFirewallRuleGroupCommandInput | AssociateResolverEndpointIpAddressCommandInput | AssociateResolverQueryLogConfigCommandInput | AssociateResolverRuleCommandInput | CreateFirewallDomainListCommandInput | CreateFirewallRuleCommandInput | CreateFirewallRuleGroupCommandInput | CreateResolverEndpointCommandInput | CreateResolverQueryLogConfigCommandInput | CreateResolverRuleCommandInput | DeleteFirewallDomainListCommandInput | DeleteFirewallRuleCommandInput | DeleteFirewallRuleGroupCommandInput | DeleteResolverEndpointCommandInput | DeleteResolverQueryLogConfigCommandInput | DeleteResolverRuleCommandInput | DisassociateFirewallRuleGroupCommandInput | DisassociateResolverEndpointIpAddressCommandInput | DisassociateResolverQueryLogConfigCommandInput | DisassociateResolverRuleCommandInput | GetFirewallConfigCommandInput | GetFirewallDomainListCommandInput | GetFirewallRuleGroupAssociationCommandInput | GetFirewallRuleGroupCommandInput | GetFirewallRuleGroupPolicyCommandInput | GetResolverDnssecConfigCommandInput | GetResolverEndpointCommandInput | GetResolverQueryLogConfigAssociationCommandInput | GetResolverQueryLogConfigCommandInput | GetResolverQueryLogConfigPolicyCommandInput | GetResolverRuleAssociationCommandInput | GetResolverRuleCommandInput | GetResolverRulePolicyCommandInput | ImportFirewallDomainsCommandInput | ListFirewallConfigsCommandInput | ListFirewallDomainListsCommandInput | ListFirewallDomainsCommandInput | ListFirewallRuleGroupAssociationsCommandInput | ListFirewallRuleGroupsCommandInput | ListFirewallRulesCommandInput | ListResolverDnssecConfigsCommandInput | ListResolverEndpointIpAddressesCommandInput | ListResolverEndpointsCommandInput | ListResolverQueryLogConfigAssociationsCommandInput | ListResolverQueryLogConfigsCommandInput | ListResolverRuleAssociationsCommandInput | ListResolverRulesCommandInput | ListTagsForResourceCommandInput | PutFirewallRuleGroupPolicyCommandInput | PutResolverQueryLogConfigPolicyCommandInput | PutResolverRulePolicyCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateFirewallConfigCommandInput | UpdateFirewallDomainsCommandInput | UpdateFirewallRuleCommandInput | UpdateFirewallRuleGroupAssociationCommandInput | UpdateResolverDnssecConfigCommandInput | UpdateResolverEndpointCommandInput | UpdateResolverRuleCommandInput;
|
|
70
|
-
export declare type ServiceOutputTypes = AssociateFirewallRuleGroupCommandOutput | AssociateResolverEndpointIpAddressCommandOutput | AssociateResolverQueryLogConfigCommandOutput | AssociateResolverRuleCommandOutput | CreateFirewallDomainListCommandOutput | CreateFirewallRuleCommandOutput | CreateFirewallRuleGroupCommandOutput | CreateResolverEndpointCommandOutput | CreateResolverQueryLogConfigCommandOutput | CreateResolverRuleCommandOutput | DeleteFirewallDomainListCommandOutput | DeleteFirewallRuleCommandOutput | DeleteFirewallRuleGroupCommandOutput | DeleteResolverEndpointCommandOutput | DeleteResolverQueryLogConfigCommandOutput | DeleteResolverRuleCommandOutput | DisassociateFirewallRuleGroupCommandOutput | DisassociateResolverEndpointIpAddressCommandOutput | DisassociateResolverQueryLogConfigCommandOutput | DisassociateResolverRuleCommandOutput | GetFirewallConfigCommandOutput | GetFirewallDomainListCommandOutput | GetFirewallRuleGroupAssociationCommandOutput | GetFirewallRuleGroupCommandOutput | GetFirewallRuleGroupPolicyCommandOutput | GetResolverDnssecConfigCommandOutput | GetResolverEndpointCommandOutput | GetResolverQueryLogConfigAssociationCommandOutput | GetResolverQueryLogConfigCommandOutput | GetResolverQueryLogConfigPolicyCommandOutput | GetResolverRuleAssociationCommandOutput | GetResolverRuleCommandOutput | GetResolverRulePolicyCommandOutput | ImportFirewallDomainsCommandOutput | ListFirewallConfigsCommandOutput | ListFirewallDomainListsCommandOutput | ListFirewallDomainsCommandOutput | ListFirewallRuleGroupAssociationsCommandOutput | ListFirewallRuleGroupsCommandOutput | ListFirewallRulesCommandOutput | ListResolverDnssecConfigsCommandOutput | ListResolverEndpointIpAddressesCommandOutput | ListResolverEndpointsCommandOutput | ListResolverQueryLogConfigAssociationsCommandOutput | ListResolverQueryLogConfigsCommandOutput | ListResolverRuleAssociationsCommandOutput | ListResolverRulesCommandOutput | ListTagsForResourceCommandOutput | PutFirewallRuleGroupPolicyCommandOutput | PutResolverQueryLogConfigPolicyCommandOutput | PutResolverRulePolicyCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateFirewallConfigCommandOutput | UpdateFirewallDomainsCommandOutput | UpdateFirewallRuleCommandOutput | UpdateFirewallRuleGroupAssociationCommandOutput | UpdateResolverDnssecConfigCommandOutput | UpdateResolverEndpointCommandOutput | UpdateResolverRuleCommandOutput;
|
|
72
|
+
export declare type ServiceInputTypes = AssociateFirewallRuleGroupCommandInput | AssociateResolverEndpointIpAddressCommandInput | AssociateResolverQueryLogConfigCommandInput | AssociateResolverRuleCommandInput | CreateFirewallDomainListCommandInput | CreateFirewallRuleCommandInput | CreateFirewallRuleGroupCommandInput | CreateResolverEndpointCommandInput | CreateResolverQueryLogConfigCommandInput | CreateResolverRuleCommandInput | DeleteFirewallDomainListCommandInput | DeleteFirewallRuleCommandInput | DeleteFirewallRuleGroupCommandInput | DeleteResolverEndpointCommandInput | DeleteResolverQueryLogConfigCommandInput | DeleteResolverRuleCommandInput | DisassociateFirewallRuleGroupCommandInput | DisassociateResolverEndpointIpAddressCommandInput | DisassociateResolverQueryLogConfigCommandInput | DisassociateResolverRuleCommandInput | GetFirewallConfigCommandInput | GetFirewallDomainListCommandInput | GetFirewallRuleGroupAssociationCommandInput | GetFirewallRuleGroupCommandInput | GetFirewallRuleGroupPolicyCommandInput | GetResolverConfigCommandInput | GetResolverDnssecConfigCommandInput | GetResolverEndpointCommandInput | GetResolverQueryLogConfigAssociationCommandInput | GetResolverQueryLogConfigCommandInput | GetResolverQueryLogConfigPolicyCommandInput | GetResolverRuleAssociationCommandInput | GetResolverRuleCommandInput | GetResolverRulePolicyCommandInput | ImportFirewallDomainsCommandInput | ListFirewallConfigsCommandInput | ListFirewallDomainListsCommandInput | ListFirewallDomainsCommandInput | ListFirewallRuleGroupAssociationsCommandInput | ListFirewallRuleGroupsCommandInput | ListFirewallRulesCommandInput | ListResolverConfigsCommandInput | ListResolverDnssecConfigsCommandInput | ListResolverEndpointIpAddressesCommandInput | ListResolverEndpointsCommandInput | ListResolverQueryLogConfigAssociationsCommandInput | ListResolverQueryLogConfigsCommandInput | ListResolverRuleAssociationsCommandInput | ListResolverRulesCommandInput | ListTagsForResourceCommandInput | PutFirewallRuleGroupPolicyCommandInput | PutResolverQueryLogConfigPolicyCommandInput | PutResolverRulePolicyCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateFirewallConfigCommandInput | UpdateFirewallDomainsCommandInput | UpdateFirewallRuleCommandInput | UpdateFirewallRuleGroupAssociationCommandInput | UpdateResolverConfigCommandInput | UpdateResolverDnssecConfigCommandInput | UpdateResolverEndpointCommandInput | UpdateResolverRuleCommandInput;
|
|
73
|
+
export declare type ServiceOutputTypes = AssociateFirewallRuleGroupCommandOutput | AssociateResolverEndpointIpAddressCommandOutput | AssociateResolverQueryLogConfigCommandOutput | AssociateResolverRuleCommandOutput | CreateFirewallDomainListCommandOutput | CreateFirewallRuleCommandOutput | CreateFirewallRuleGroupCommandOutput | CreateResolverEndpointCommandOutput | CreateResolverQueryLogConfigCommandOutput | CreateResolverRuleCommandOutput | DeleteFirewallDomainListCommandOutput | DeleteFirewallRuleCommandOutput | DeleteFirewallRuleGroupCommandOutput | DeleteResolverEndpointCommandOutput | DeleteResolverQueryLogConfigCommandOutput | DeleteResolverRuleCommandOutput | DisassociateFirewallRuleGroupCommandOutput | DisassociateResolverEndpointIpAddressCommandOutput | DisassociateResolverQueryLogConfigCommandOutput | DisassociateResolverRuleCommandOutput | GetFirewallConfigCommandOutput | GetFirewallDomainListCommandOutput | GetFirewallRuleGroupAssociationCommandOutput | GetFirewallRuleGroupCommandOutput | GetFirewallRuleGroupPolicyCommandOutput | GetResolverConfigCommandOutput | GetResolverDnssecConfigCommandOutput | GetResolverEndpointCommandOutput | GetResolverQueryLogConfigAssociationCommandOutput | GetResolverQueryLogConfigCommandOutput | GetResolverQueryLogConfigPolicyCommandOutput | GetResolverRuleAssociationCommandOutput | GetResolverRuleCommandOutput | GetResolverRulePolicyCommandOutput | ImportFirewallDomainsCommandOutput | ListFirewallConfigsCommandOutput | ListFirewallDomainListsCommandOutput | ListFirewallDomainsCommandOutput | ListFirewallRuleGroupAssociationsCommandOutput | ListFirewallRuleGroupsCommandOutput | ListFirewallRulesCommandOutput | ListResolverConfigsCommandOutput | ListResolverDnssecConfigsCommandOutput | ListResolverEndpointIpAddressesCommandOutput | ListResolverEndpointsCommandOutput | ListResolverQueryLogConfigAssociationsCommandOutput | ListResolverQueryLogConfigsCommandOutput | ListResolverRuleAssociationsCommandOutput | ListResolverRulesCommandOutput | ListTagsForResourceCommandOutput | PutFirewallRuleGroupPolicyCommandOutput | PutResolverQueryLogConfigPolicyCommandOutput | PutResolverRulePolicyCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateFirewallConfigCommandOutput | UpdateFirewallDomainsCommandOutput | UpdateFirewallRuleCommandOutput | UpdateFirewallRuleGroupAssociationCommandOutput | UpdateResolverConfigCommandOutput | UpdateResolverDnssecConfigCommandOutput | UpdateResolverEndpointCommandOutput | UpdateResolverRuleCommandOutput;
|
|
71
74
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
72
75
|
|
|
73
76
|
requestHandler?: __HttpHandler;
|
|
@@ -98,6 +101,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
98
101
|
|
|
99
102
|
logger?: __Logger;
|
|
100
103
|
|
|
104
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
105
|
+
|
|
106
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
107
|
+
|
|
101
108
|
serviceId?: string;
|
|
102
109
|
|
|
103
110
|
region?: string | __Provider<string>;
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { GetResolverConfigRequest, GetResolverConfigResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface GetResolverConfigCommandInput extends GetResolverConfigRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetResolverConfigCommandOutput extends GetResolverConfigResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetResolverConfigCommand extends $Command<GetResolverConfigCommandInput, GetResolverConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: GetResolverConfigCommandInput;
|
|
12
|
+
constructor(input: GetResolverConfigCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResolverConfigCommandInput, GetResolverConfigCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { ListResolverConfigsRequest, ListResolverConfigsResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
|
+
export interface ListResolverConfigsCommandInput extends ListResolverConfigsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListResolverConfigsCommandOutput extends ListResolverConfigsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListResolverConfigsCommand extends $Command<ListResolverConfigsCommandInput, ListResolverConfigsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: ListResolverConfigsCommandInput;
|
|
12
|
+
constructor(input: ListResolverConfigsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResolverConfigsCommandInput, ListResolverConfigsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
export declare class UpdateResolverConfigCommand extends $Command<UpdateResolverConfigCommandInput, UpdateResolverConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateResolverConfigCommandInput;
|
|
12
|
+
constructor(input: UpdateResolverConfigCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResolverConfigCommandInput, UpdateResolverConfigCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -377,6 +377,10 @@ export declare namespace ResourceUnavailableException {
|
|
|
377
377
|
|
|
378
378
|
const filterSensitiveLog: (obj: ResourceUnavailableException) => any;
|
|
379
379
|
}
|
|
380
|
+
export declare enum AutodefinedReverseFlag {
|
|
381
|
+
DISABLE = "DISABLE",
|
|
382
|
+
ENABLE = "ENABLE"
|
|
383
|
+
}
|
|
380
384
|
export declare enum BlockOverrideDnsType {
|
|
381
385
|
CNAME = "CNAME"
|
|
382
386
|
}
|
|
@@ -1074,6 +1078,43 @@ export declare namespace GetFirewallRuleGroupPolicyResponse {
|
|
|
1074
1078
|
|
|
1075
1079
|
const filterSensitiveLog: (obj: GetFirewallRuleGroupPolicyResponse) => any;
|
|
1076
1080
|
}
|
|
1081
|
+
export interface GetResolverConfigRequest {
|
|
1082
|
+
|
|
1083
|
+
ResourceId: string | undefined;
|
|
1084
|
+
}
|
|
1085
|
+
export declare namespace GetResolverConfigRequest {
|
|
1086
|
+
|
|
1087
|
+
const filterSensitiveLog: (obj: GetResolverConfigRequest) => any;
|
|
1088
|
+
}
|
|
1089
|
+
export declare enum ResolverAutodefinedReverseStatus {
|
|
1090
|
+
Disabled = "DISABLED",
|
|
1091
|
+
Disabling = "DISABLING",
|
|
1092
|
+
Enabled = "ENABLED",
|
|
1093
|
+
Enabling = "ENABLING"
|
|
1094
|
+
}
|
|
1095
|
+
|
|
1096
|
+
export interface ResolverConfig {
|
|
1097
|
+
|
|
1098
|
+
Id?: string;
|
|
1099
|
+
|
|
1100
|
+
ResourceId?: string;
|
|
1101
|
+
|
|
1102
|
+
OwnerId?: string;
|
|
1103
|
+
|
|
1104
|
+
AutodefinedReverse?: ResolverAutodefinedReverseStatus | string;
|
|
1105
|
+
}
|
|
1106
|
+
export declare namespace ResolverConfig {
|
|
1107
|
+
|
|
1108
|
+
const filterSensitiveLog: (obj: ResolverConfig) => any;
|
|
1109
|
+
}
|
|
1110
|
+
export interface GetResolverConfigResponse {
|
|
1111
|
+
|
|
1112
|
+
ResolverConfig?: ResolverConfig;
|
|
1113
|
+
}
|
|
1114
|
+
export declare namespace GetResolverConfigResponse {
|
|
1115
|
+
|
|
1116
|
+
const filterSensitiveLog: (obj: GetResolverConfigResponse) => any;
|
|
1117
|
+
}
|
|
1077
1118
|
export interface GetResolverDnssecConfigRequest {
|
|
1078
1119
|
|
|
1079
1120
|
ResourceId: string | undefined;
|
|
@@ -1458,6 +1499,26 @@ export declare namespace ListFirewallRulesResponse {
|
|
|
1458
1499
|
|
|
1459
1500
|
const filterSensitiveLog: (obj: ListFirewallRulesResponse) => any;
|
|
1460
1501
|
}
|
|
1502
|
+
export interface ListResolverConfigsRequest {
|
|
1503
|
+
|
|
1504
|
+
MaxResults?: number;
|
|
1505
|
+
|
|
1506
|
+
NextToken?: string;
|
|
1507
|
+
}
|
|
1508
|
+
export declare namespace ListResolverConfigsRequest {
|
|
1509
|
+
|
|
1510
|
+
const filterSensitiveLog: (obj: ListResolverConfigsRequest) => any;
|
|
1511
|
+
}
|
|
1512
|
+
export interface ListResolverConfigsResponse {
|
|
1513
|
+
|
|
1514
|
+
NextToken?: string;
|
|
1515
|
+
|
|
1516
|
+
ResolverConfigs?: ResolverConfig[];
|
|
1517
|
+
}
|
|
1518
|
+
export declare namespace ListResolverConfigsResponse {
|
|
1519
|
+
|
|
1520
|
+
const filterSensitiveLog: (obj: ListResolverConfigsResponse) => any;
|
|
1521
|
+
}
|
|
1461
1522
|
export interface ListResolverDnssecConfigsRequest {
|
|
1462
1523
|
|
|
1463
1524
|
MaxResults?: number;
|
|
@@ -1861,6 +1922,24 @@ export declare namespace UpdateFirewallRuleGroupAssociationResponse {
|
|
|
1861
1922
|
|
|
1862
1923
|
const filterSensitiveLog: (obj: UpdateFirewallRuleGroupAssociationResponse) => any;
|
|
1863
1924
|
}
|
|
1925
|
+
export interface UpdateResolverConfigRequest {
|
|
1926
|
+
|
|
1927
|
+
ResourceId: string | undefined;
|
|
1928
|
+
|
|
1929
|
+
AutodefinedReverseFlag: AutodefinedReverseFlag | string | undefined;
|
|
1930
|
+
}
|
|
1931
|
+
export declare namespace UpdateResolverConfigRequest {
|
|
1932
|
+
|
|
1933
|
+
const filterSensitiveLog: (obj: UpdateResolverConfigRequest) => any;
|
|
1934
|
+
}
|
|
1935
|
+
export interface UpdateResolverConfigResponse {
|
|
1936
|
+
|
|
1937
|
+
ResolverConfig?: ResolverConfig;
|
|
1938
|
+
}
|
|
1939
|
+
export declare namespace UpdateResolverConfigResponse {
|
|
1940
|
+
|
|
1941
|
+
const filterSensitiveLog: (obj: UpdateResolverConfigResponse) => any;
|
|
1942
|
+
}
|
|
1864
1943
|
export declare enum Validation {
|
|
1865
1944
|
DISABLE = "DISABLE",
|
|
1866
1945
|
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";
|