@aws-sdk/client-route53resolver 3.1077.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +222 -865
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateFirewallRuleGroupCommand.js +2 -14
- package/dist-es/commands/AssociateResolverEndpointIpAddressCommand.js +2 -14
- package/dist-es/commands/AssociateResolverQueryLogConfigCommand.js +2 -14
- package/dist-es/commands/AssociateResolverRuleCommand.js +2 -14
- package/dist-es/commands/BatchCreateFirewallRuleCommand.js +2 -14
- package/dist-es/commands/BatchDeleteFirewallRuleCommand.js +2 -14
- package/dist-es/commands/BatchUpdateFirewallRuleCommand.js +2 -14
- package/dist-es/commands/CreateFirewallDomainListCommand.js +2 -14
- package/dist-es/commands/CreateFirewallRuleCommand.js +2 -14
- package/dist-es/commands/CreateFirewallRuleGroupCommand.js +2 -14
- package/dist-es/commands/CreateOutpostResolverCommand.js +2 -14
- package/dist-es/commands/CreateResolverEndpointCommand.js +2 -14
- package/dist-es/commands/CreateResolverQueryLogConfigCommand.js +2 -14
- package/dist-es/commands/CreateResolverRuleCommand.js +2 -14
- package/dist-es/commands/DeleteFirewallDomainListCommand.js +2 -14
- package/dist-es/commands/DeleteFirewallRuleCommand.js +2 -14
- package/dist-es/commands/DeleteFirewallRuleGroupCommand.js +2 -14
- package/dist-es/commands/DeleteOutpostResolverCommand.js +2 -14
- package/dist-es/commands/DeleteResolverEndpointCommand.js +2 -14
- package/dist-es/commands/DeleteResolverQueryLogConfigCommand.js +2 -14
- package/dist-es/commands/DeleteResolverRuleCommand.js +2 -14
- package/dist-es/commands/DisassociateFirewallRuleGroupCommand.js +2 -14
- package/dist-es/commands/DisassociateResolverEndpointIpAddressCommand.js +2 -14
- package/dist-es/commands/DisassociateResolverQueryLogConfigCommand.js +2 -14
- package/dist-es/commands/DisassociateResolverRuleCommand.js +2 -14
- package/dist-es/commands/GetFirewallConfigCommand.js +2 -14
- package/dist-es/commands/GetFirewallDomainListCommand.js +2 -14
- package/dist-es/commands/GetFirewallRuleGroupAssociationCommand.js +2 -14
- package/dist-es/commands/GetFirewallRuleGroupCommand.js +2 -14
- package/dist-es/commands/GetFirewallRuleGroupPolicyCommand.js +2 -14
- package/dist-es/commands/GetOutpostResolverCommand.js +2 -14
- package/dist-es/commands/GetResolverConfigCommand.js +2 -14
- package/dist-es/commands/GetResolverDnssecConfigCommand.js +2 -14
- package/dist-es/commands/GetResolverEndpointCommand.js +2 -14
- package/dist-es/commands/GetResolverQueryLogConfigAssociationCommand.js +2 -14
- package/dist-es/commands/GetResolverQueryLogConfigCommand.js +2 -14
- package/dist-es/commands/GetResolverQueryLogConfigPolicyCommand.js +2 -14
- package/dist-es/commands/GetResolverRuleAssociationCommand.js +2 -14
- package/dist-es/commands/GetResolverRuleCommand.js +2 -14
- package/dist-es/commands/GetResolverRulePolicyCommand.js +2 -14
- package/dist-es/commands/ImportFirewallDomainsCommand.js +2 -14
- package/dist-es/commands/ListFirewallConfigsCommand.js +2 -14
- package/dist-es/commands/ListFirewallDomainListsCommand.js +2 -14
- package/dist-es/commands/ListFirewallDomainsCommand.js +2 -14
- package/dist-es/commands/ListFirewallRuleGroupAssociationsCommand.js +2 -14
- package/dist-es/commands/ListFirewallRuleGroupsCommand.js +2 -14
- package/dist-es/commands/ListFirewallRuleTypesCommand.js +2 -14
- package/dist-es/commands/ListFirewallRulesCommand.js +2 -14
- package/dist-es/commands/ListOutpostResolversCommand.js +2 -14
- package/dist-es/commands/ListResolverConfigsCommand.js +2 -14
- package/dist-es/commands/ListResolverDnssecConfigsCommand.js +2 -14
- package/dist-es/commands/ListResolverEndpointIpAddressesCommand.js +2 -14
- package/dist-es/commands/ListResolverEndpointsCommand.js +2 -14
- package/dist-es/commands/ListResolverQueryLogConfigAssociationsCommand.js +2 -14
- package/dist-es/commands/ListResolverQueryLogConfigsCommand.js +2 -14
- package/dist-es/commands/ListResolverRuleAssociationsCommand.js +2 -14
- package/dist-es/commands/ListResolverRulesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutFirewallRuleGroupPolicyCommand.js +2 -14
- package/dist-es/commands/PutResolverQueryLogConfigPolicyCommand.js +2 -14
- package/dist-es/commands/PutResolverRulePolicyCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateFirewallConfigCommand.js +2 -14
- package/dist-es/commands/UpdateFirewallDomainsCommand.js +2 -14
- package/dist-es/commands/UpdateFirewallRuleCommand.js +2 -14
- package/dist-es/commands/UpdateFirewallRuleGroupAssociationCommand.js +2 -14
- package/dist-es/commands/UpdateOutpostResolverCommand.js +2 -14
- package/dist-es/commands/UpdateResolverConfigCommand.js +2 -14
- package/dist-es/commands/UpdateResolverDnssecConfigCommand.js +2 -14
- package/dist-es/commands/UpdateResolverEndpointCommand.js +2 -14
- package/dist-es/commands/UpdateResolverRuleCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateFirewallRuleGroupCommand.d.ts +3 -8
- package/dist-types/commands/AssociateResolverEndpointIpAddressCommand.d.ts +3 -8
- package/dist-types/commands/AssociateResolverQueryLogConfigCommand.d.ts +3 -8
- package/dist-types/commands/AssociateResolverRuleCommand.d.ts +3 -8
- package/dist-types/commands/BatchCreateFirewallRuleCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteFirewallRuleCommand.d.ts +3 -8
- package/dist-types/commands/BatchUpdateFirewallRuleCommand.d.ts +3 -8
- package/dist-types/commands/CreateFirewallDomainListCommand.d.ts +3 -8
- package/dist-types/commands/CreateFirewallRuleCommand.d.ts +3 -8
- package/dist-types/commands/CreateFirewallRuleGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateOutpostResolverCommand.d.ts +3 -8
- package/dist-types/commands/CreateResolverEndpointCommand.d.ts +3 -8
- package/dist-types/commands/CreateResolverQueryLogConfigCommand.d.ts +3 -8
- package/dist-types/commands/CreateResolverRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFirewallDomainListCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFirewallRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFirewallRuleGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteOutpostResolverCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResolverEndpointCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResolverQueryLogConfigCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResolverRuleCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateFirewallRuleGroupCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateResolverQueryLogConfigCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateResolverRuleCommand.d.ts +3 -8
- package/dist-types/commands/GetFirewallConfigCommand.d.ts +3 -8
- package/dist-types/commands/GetFirewallDomainListCommand.d.ts +3 -8
- package/dist-types/commands/GetFirewallRuleGroupAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetFirewallRuleGroupCommand.d.ts +3 -8
- package/dist-types/commands/GetFirewallRuleGroupPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetOutpostResolverCommand.d.ts +3 -8
- package/dist-types/commands/GetResolverConfigCommand.d.ts +3 -8
- package/dist-types/commands/GetResolverDnssecConfigCommand.d.ts +3 -8
- package/dist-types/commands/GetResolverEndpointCommand.d.ts +3 -8
- package/dist-types/commands/GetResolverQueryLogConfigAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetResolverQueryLogConfigCommand.d.ts +3 -8
- package/dist-types/commands/GetResolverQueryLogConfigPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetResolverRuleAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetResolverRuleCommand.d.ts +3 -8
- package/dist-types/commands/GetResolverRulePolicyCommand.d.ts +3 -8
- package/dist-types/commands/ImportFirewallDomainsCommand.d.ts +3 -8
- package/dist-types/commands/ListFirewallConfigsCommand.d.ts +3 -8
- package/dist-types/commands/ListFirewallDomainListsCommand.d.ts +3 -8
- package/dist-types/commands/ListFirewallDomainsCommand.d.ts +3 -8
- package/dist-types/commands/ListFirewallRuleGroupAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListFirewallRuleGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListFirewallRuleTypesCommand.d.ts +3 -8
- package/dist-types/commands/ListFirewallRulesCommand.d.ts +3 -8
- package/dist-types/commands/ListOutpostResolversCommand.d.ts +3 -8
- package/dist-types/commands/ListResolverConfigsCommand.d.ts +3 -8
- package/dist-types/commands/ListResolverDnssecConfigsCommand.d.ts +3 -8
- package/dist-types/commands/ListResolverEndpointIpAddressesCommand.d.ts +3 -8
- package/dist-types/commands/ListResolverEndpointsCommand.d.ts +3 -8
- package/dist-types/commands/ListResolverQueryLogConfigAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListResolverQueryLogConfigsCommand.d.ts +3 -8
- package/dist-types/commands/ListResolverRuleAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListResolverRulesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutFirewallRuleGroupPolicyCommand.d.ts +3 -8
- package/dist-types/commands/PutResolverQueryLogConfigPolicyCommand.d.ts +3 -8
- package/dist-types/commands/PutResolverRulePolicyCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFirewallConfigCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFirewallDomainsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFirewallRuleCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFirewallRuleGroupAssociationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateOutpostResolverCommand.d.ts +3 -8
- package/dist-types/commands/UpdateResolverConfigCommand.d.ts +3 -8
- package/dist-types/commands/UpdateResolverDnssecConfigCommand.d.ts +3 -8
- package/dist-types/commands/UpdateResolverEndpointCommand.d.ts +3 -8
- package/dist-types/commands/UpdateResolverRuleCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateFirewallRuleGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateResolverEndpointIpAddressCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateResolverQueryLogConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateResolverRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchCreateFirewallRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteFirewallRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchUpdateFirewallRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFirewallDomainListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFirewallRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFirewallRuleGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateOutpostResolverCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateResolverEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateResolverQueryLogConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateResolverRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFirewallDomainListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFirewallRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFirewallRuleGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteOutpostResolverCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResolverEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResolverQueryLogConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResolverRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateFirewallRuleGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateResolverQueryLogConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateResolverRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFirewallConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFirewallDomainListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFirewallRuleGroupAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFirewallRuleGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFirewallRuleGroupPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOutpostResolverCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResolverConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResolverDnssecConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResolverEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResolverQueryLogConfigAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResolverQueryLogConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResolverQueryLogConfigPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResolverRuleAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResolverRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResolverRulePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ImportFirewallDomainsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFirewallConfigsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFirewallDomainListsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFirewallDomainsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFirewallRuleGroupAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFirewallRuleGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFirewallRuleTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFirewallRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOutpostResolversCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResolverConfigsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResolverDnssecConfigsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResolverEndpointIpAddressesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResolverEndpointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResolverQueryLogConfigAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResolverQueryLogConfigsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResolverRuleAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResolverRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutFirewallRuleGroupPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutResolverQueryLogConfigPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutResolverRulePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFirewallConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFirewallDomainsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFirewallRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFirewallRuleGroupAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateOutpostResolverCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateResolverConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateResolverDnssecConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateResolverEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateResolverRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
AssociateFirewallRuleGroupRequest,
|
|
5
4
|
AssociateFirewallRuleGroupResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
Route53ResolverClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../Route53ResolverClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface AssociateFirewallRuleGroupCommandInput
|
|
15
8
|
extends AssociateFirewallRuleGroupRequest {}
|
|
16
9
|
export interface AssociateFirewallRuleGroupCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const AssociateFirewallRuleGroupCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
AssociateFirewallRuleGroupCommandInput,
|
|
24
17
|
AssociateFirewallRuleGroupCommandOutput,
|
|
25
|
-
Route53ResolverClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").Route53ResolverClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: AssociateFirewallRuleGroupCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
AssociateFirewallRuleGroupCommandInput,
|
|
33
26
|
AssociateFirewallRuleGroupCommandOutput,
|
|
34
|
-
Route53ResolverClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").Route53ResolverClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class AssociateFirewallRuleGroupCommand extends AssociateFirewallRuleGroupCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
AssociateResolverEndpointIpAddressRequest,
|
|
5
4
|
AssociateResolverEndpointIpAddressResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
Route53ResolverClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../Route53ResolverClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface AssociateResolverEndpointIpAddressCommandInput
|
|
15
8
|
extends AssociateResolverEndpointIpAddressRequest {}
|
|
16
9
|
export interface AssociateResolverEndpointIpAddressCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const AssociateResolverEndpointIpAddressCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
AssociateResolverEndpointIpAddressCommandInput,
|
|
24
17
|
AssociateResolverEndpointIpAddressCommandOutput,
|
|
25
|
-
Route53ResolverClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").Route53ResolverClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: AssociateResolverEndpointIpAddressCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
AssociateResolverEndpointIpAddressCommandInput,
|
|
33
26
|
AssociateResolverEndpointIpAddressCommandOutput,
|
|
34
|
-
Route53ResolverClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").Route53ResolverClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class AssociateResolverEndpointIpAddressCommand extends AssociateResolverEndpointIpAddressCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
AssociateResolverQueryLogConfigRequest,
|
|
5
4
|
AssociateResolverQueryLogConfigResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
Route53ResolverClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../Route53ResolverClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface AssociateResolverQueryLogConfigCommandInput
|
|
15
8
|
extends AssociateResolverQueryLogConfigRequest {}
|
|
16
9
|
export interface AssociateResolverQueryLogConfigCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const AssociateResolverQueryLogConfigCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
AssociateResolverQueryLogConfigCommandInput,
|
|
24
17
|
AssociateResolverQueryLogConfigCommandOutput,
|
|
25
|
-
Route53ResolverClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").Route53ResolverClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: AssociateResolverQueryLogConfigCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
AssociateResolverQueryLogConfigCommandInput,
|
|
33
26
|
AssociateResolverQueryLogConfigCommandOutput,
|
|
34
|
-
Route53ResolverClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").Route53ResolverClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class AssociateResolverQueryLogConfigCommand extends AssociateResolverQueryLogConfigCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
AssociateResolverRuleRequest,
|
|
5
4
|
AssociateResolverRuleResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
Route53ResolverClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../Route53ResolverClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface AssociateResolverRuleCommandInput
|
|
15
8
|
extends AssociateResolverRuleRequest {}
|
|
16
9
|
export interface AssociateResolverRuleCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const AssociateResolverRuleCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
AssociateResolverRuleCommandInput,
|
|
24
17
|
AssociateResolverRuleCommandOutput,
|
|
25
|
-
Route53ResolverClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").Route53ResolverClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: AssociateResolverRuleCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
AssociateResolverRuleCommandInput,
|
|
33
26
|
AssociateResolverRuleCommandOutput,
|
|
34
|
-
Route53ResolverClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").Route53ResolverClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class AssociateResolverRuleCommand extends AssociateResolverRuleCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
BatchCreateFirewallRuleRequest,
|
|
5
4
|
BatchCreateFirewallRuleResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
Route53ResolverClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../Route53ResolverClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface BatchCreateFirewallRuleCommandInput
|
|
15
8
|
extends BatchCreateFirewallRuleRequest {}
|
|
16
9
|
export interface BatchCreateFirewallRuleCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const BatchCreateFirewallRuleCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
BatchCreateFirewallRuleCommandInput,
|
|
24
17
|
BatchCreateFirewallRuleCommandOutput,
|
|
25
|
-
Route53ResolverClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").Route53ResolverClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: BatchCreateFirewallRuleCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
BatchCreateFirewallRuleCommandInput,
|
|
33
26
|
BatchCreateFirewallRuleCommandOutput,
|
|
34
|
-
Route53ResolverClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").Route53ResolverClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class BatchCreateFirewallRuleCommand extends BatchCreateFirewallRuleCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
BatchDeleteFirewallRuleRequest,
|
|
5
4
|
BatchDeleteFirewallRuleResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
Route53ResolverClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../Route53ResolverClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface BatchDeleteFirewallRuleCommandInput
|
|
15
8
|
extends BatchDeleteFirewallRuleRequest {}
|
|
16
9
|
export interface BatchDeleteFirewallRuleCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const BatchDeleteFirewallRuleCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
BatchDeleteFirewallRuleCommandInput,
|
|
24
17
|
BatchDeleteFirewallRuleCommandOutput,
|
|
25
|
-
Route53ResolverClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").Route53ResolverClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: BatchDeleteFirewallRuleCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
BatchDeleteFirewallRuleCommandInput,
|
|
33
26
|
BatchDeleteFirewallRuleCommandOutput,
|
|
34
|
-
Route53ResolverClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").Route53ResolverClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class BatchDeleteFirewallRuleCommand extends BatchDeleteFirewallRuleCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
BatchUpdateFirewallRuleRequest,
|
|
5
4
|
BatchUpdateFirewallRuleResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
Route53ResolverClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../Route53ResolverClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface BatchUpdateFirewallRuleCommandInput
|
|
15
8
|
extends BatchUpdateFirewallRuleRequest {}
|
|
16
9
|
export interface BatchUpdateFirewallRuleCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const BatchUpdateFirewallRuleCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
BatchUpdateFirewallRuleCommandInput,
|
|
24
17
|
BatchUpdateFirewallRuleCommandOutput,
|
|
25
|
-
Route53ResolverClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").Route53ResolverClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: BatchUpdateFirewallRuleCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
BatchUpdateFirewallRuleCommandInput,
|
|
33
26
|
BatchUpdateFirewallRuleCommandOutput,
|
|
34
|
-
Route53ResolverClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").Route53ResolverClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class BatchUpdateFirewallRuleCommand extends BatchUpdateFirewallRuleCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateFirewallDomainListRequest,
|
|
5
4
|
CreateFirewallDomainListResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
Route53ResolverClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../Route53ResolverClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateFirewallDomainListCommandInput
|
|
15
8
|
extends CreateFirewallDomainListRequest {}
|
|
16
9
|
export interface CreateFirewallDomainListCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateFirewallDomainListCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateFirewallDomainListCommandInput,
|
|
24
17
|
CreateFirewallDomainListCommandOutput,
|
|
25
|
-
Route53ResolverClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").Route53ResolverClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateFirewallDomainListCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateFirewallDomainListCommandInput,
|
|
33
26
|
CreateFirewallDomainListCommandOutput,
|
|
34
|
-
Route53ResolverClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").Route53ResolverClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateFirewallDomainListCommand extends CreateFirewallDomainListCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateFirewallRuleRequest,
|
|
5
4
|
CreateFirewallRuleResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
Route53ResolverClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../Route53ResolverClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateFirewallRuleCommandInput
|
|
15
8
|
extends CreateFirewallRuleRequest {}
|
|
16
9
|
export interface CreateFirewallRuleCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateFirewallRuleCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateFirewallRuleCommandInput,
|
|
24
17
|
CreateFirewallRuleCommandOutput,
|
|
25
|
-
Route53ResolverClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").Route53ResolverClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateFirewallRuleCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateFirewallRuleCommandInput,
|
|
33
26
|
CreateFirewallRuleCommandOutput,
|
|
34
|
-
Route53ResolverClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").Route53ResolverClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateFirewallRuleCommand extends CreateFirewallRuleCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateFirewallRuleGroupRequest,
|
|
5
4
|
CreateFirewallRuleGroupResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
Route53ResolverClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../Route53ResolverClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateFirewallRuleGroupCommandInput
|
|
15
8
|
extends CreateFirewallRuleGroupRequest {}
|
|
16
9
|
export interface CreateFirewallRuleGroupCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateFirewallRuleGroupCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateFirewallRuleGroupCommandInput,
|
|
24
17
|
CreateFirewallRuleGroupCommandOutput,
|
|
25
|
-
Route53ResolverClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").Route53ResolverClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateFirewallRuleGroupCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateFirewallRuleGroupCommandInput,
|
|
33
26
|
CreateFirewallRuleGroupCommandOutput,
|
|
34
|
-
Route53ResolverClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").Route53ResolverClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateFirewallRuleGroupCommand extends CreateFirewallRuleGroupCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateOutpostResolverRequest,
|
|
5
4
|
CreateOutpostResolverResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
Route53ResolverClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../Route53ResolverClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateOutpostResolverCommandInput
|
|
15
8
|
extends CreateOutpostResolverRequest {}
|
|
16
9
|
export interface CreateOutpostResolverCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateOutpostResolverCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateOutpostResolverCommandInput,
|
|
24
17
|
CreateOutpostResolverCommandOutput,
|
|
25
|
-
Route53ResolverClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").Route53ResolverClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateOutpostResolverCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateOutpostResolverCommandInput,
|
|
33
26
|
CreateOutpostResolverCommandOutput,
|
|
34
|
-
Route53ResolverClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").Route53ResolverClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateOutpostResolverCommand extends CreateOutpostResolverCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateResolverEndpointRequest,
|
|
5
4
|
CreateResolverEndpointResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
Route53ResolverClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../Route53ResolverClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateResolverEndpointCommandInput
|
|
15
8
|
extends CreateResolverEndpointRequest {}
|
|
16
9
|
export interface CreateResolverEndpointCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateResolverEndpointCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateResolverEndpointCommandInput,
|
|
24
17
|
CreateResolverEndpointCommandOutput,
|
|
25
|
-
Route53ResolverClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").Route53ResolverClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateResolverEndpointCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateResolverEndpointCommandInput,
|
|
33
26
|
CreateResolverEndpointCommandOutput,
|
|
34
|
-
Route53ResolverClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").Route53ResolverClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateResolverEndpointCommand extends CreateResolverEndpointCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateResolverQueryLogConfigRequest,
|
|
5
4
|
CreateResolverQueryLogConfigResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
Route53ResolverClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../Route53ResolverClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateResolverQueryLogConfigCommandInput
|
|
15
8
|
extends CreateResolverQueryLogConfigRequest {}
|
|
16
9
|
export interface CreateResolverQueryLogConfigCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateResolverQueryLogConfigCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateResolverQueryLogConfigCommandInput,
|
|
24
17
|
CreateResolverQueryLogConfigCommandOutput,
|
|
25
|
-
Route53ResolverClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").Route53ResolverClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateResolverQueryLogConfigCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateResolverQueryLogConfigCommandInput,
|
|
33
26
|
CreateResolverQueryLogConfigCommandOutput,
|
|
34
|
-
Route53ResolverClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").Route53ResolverClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateResolverQueryLogConfigCommand extends CreateResolverQueryLogConfigCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateResolverRuleRequest,
|
|
5
4
|
CreateResolverRuleResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
Route53ResolverClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../Route53ResolverClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateResolverRuleCommandInput
|
|
15
8
|
extends CreateResolverRuleRequest {}
|
|
16
9
|
export interface CreateResolverRuleCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateResolverRuleCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateResolverRuleCommandInput,
|
|
24
17
|
CreateResolverRuleCommandOutput,
|
|
25
|
-
Route53ResolverClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").Route53ResolverClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateResolverRuleCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateResolverRuleCommandInput,
|
|
33
26
|
CreateResolverRuleCommandOutput,
|
|
34
|
-
Route53ResolverClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").Route53ResolverClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateResolverRuleCommand extends CreateResolverRuleCommand_base {
|
|
43
34
|
protected static __types: {
|