@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,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetResolverEndpointRequest, GetResolverEndpointResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetResolverEndpointCommandInput extends GetResolverEndpointRequ
|
|
|
22
19
|
export interface GetResolverEndpointCommandOutput extends GetResolverEndpointResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetResolverEndpointCommand_base: {
|
|
25
|
-
new (input: GetResolverEndpointCommandInput): import("@smithy/core/client").CommandImpl<GetResolverEndpointCommandInput, GetResolverEndpointCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetResolverEndpointCommandInput): import("@smithy/core/client").CommandImpl<GetResolverEndpointCommandInput, GetResolverEndpointCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetResolverEndpointCommandInput): import("@smithy/core/client").CommandImpl<GetResolverEndpointCommandInput, GetResolverEndpointCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetResolverEndpointCommandInput): import("@smithy/core/client").CommandImpl<GetResolverEndpointCommandInput, GetResolverEndpointCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about a specified Resolver endpoint, such as whether it's an inbound or an outbound Resolver endpoint, and the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetResolverQueryLogConfigAssociationRequest, GetResolverQueryLogConfigAssociationResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetResolverQueryLogConfigAssociationCommandInput extends GetRes
|
|
|
22
19
|
export interface GetResolverQueryLogConfigAssociationCommandOutput extends GetResolverQueryLogConfigAssociationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetResolverQueryLogConfigAssociationCommand_base: {
|
|
25
|
-
new (input: GetResolverQueryLogConfigAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetResolverQueryLogConfigAssociationCommandInput, GetResolverQueryLogConfigAssociationCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetResolverQueryLogConfigAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetResolverQueryLogConfigAssociationCommandInput, GetResolverQueryLogConfigAssociationCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetResolverQueryLogConfigAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetResolverQueryLogConfigAssociationCommandInput, GetResolverQueryLogConfigAssociationCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetResolverQueryLogConfigAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetResolverQueryLogConfigAssociationCommandInput, GetResolverQueryLogConfigAssociationCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about a specified association between a Resolver query logging configuration and an Amazon VPC. When you associate a VPC
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetResolverQueryLogConfigRequest, GetResolverQueryLogConfigResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetResolverQueryLogConfigCommandInput extends GetResolverQueryL
|
|
|
22
19
|
export interface GetResolverQueryLogConfigCommandOutput extends GetResolverQueryLogConfigResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetResolverQueryLogConfigCommand_base: {
|
|
25
|
-
new (input: GetResolverQueryLogConfigCommandInput): import("@smithy/core/client").CommandImpl<GetResolverQueryLogConfigCommandInput, GetResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetResolverQueryLogConfigCommandInput): import("@smithy/core/client").CommandImpl<GetResolverQueryLogConfigCommandInput, GetResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetResolverQueryLogConfigCommandInput): import("@smithy/core/client").CommandImpl<GetResolverQueryLogConfigCommandInput, GetResolverQueryLogConfigCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetResolverQueryLogConfigCommandInput): import("@smithy/core/client").CommandImpl<GetResolverQueryLogConfigCommandInput, GetResolverQueryLogConfigCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about a specified Resolver query logging configuration, such as the number of VPCs that the configuration
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetResolverQueryLogConfigPolicyRequest, GetResolverQueryLogConfigPolicyResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetResolverQueryLogConfigPolicyCommandInput extends GetResolver
|
|
|
22
19
|
export interface GetResolverQueryLogConfigPolicyCommandOutput extends GetResolverQueryLogConfigPolicyResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetResolverQueryLogConfigPolicyCommand_base: {
|
|
25
|
-
new (input: GetResolverQueryLogConfigPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetResolverQueryLogConfigPolicyCommandInput, GetResolverQueryLogConfigPolicyCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetResolverQueryLogConfigPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetResolverQueryLogConfigPolicyCommandInput, GetResolverQueryLogConfigPolicyCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetResolverQueryLogConfigPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetResolverQueryLogConfigPolicyCommandInput, GetResolverQueryLogConfigPolicyCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetResolverQueryLogConfigPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetResolverQueryLogConfigPolicyCommandInput, GetResolverQueryLogConfigPolicyCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about a query logging policy. A query logging policy specifies the Resolver query logging
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetResolverRuleAssociationRequest, GetResolverRuleAssociationResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetResolverRuleAssociationCommandInput extends GetResolverRuleA
|
|
|
22
19
|
export interface GetResolverRuleAssociationCommandOutput extends GetResolverRuleAssociationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetResolverRuleAssociationCommand_base: {
|
|
25
|
-
new (input: GetResolverRuleAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetResolverRuleAssociationCommandInput, GetResolverRuleAssociationCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetResolverRuleAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetResolverRuleAssociationCommandInput, GetResolverRuleAssociationCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetResolverRuleAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetResolverRuleAssociationCommandInput, GetResolverRuleAssociationCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetResolverRuleAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetResolverRuleAssociationCommandInput, GetResolverRuleAssociationCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about an association between a specified Resolver rule and a VPC. You associate a Resolver rule and a VPC using
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetResolverRuleRequest, GetResolverRuleResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetResolverRuleCommandInput extends GetResolverRuleRequest {
|
|
|
22
19
|
export interface GetResolverRuleCommandOutput extends GetResolverRuleResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetResolverRuleCommand_base: {
|
|
25
|
-
new (input: GetResolverRuleCommandInput): import("@smithy/core/client").CommandImpl<GetResolverRuleCommandInput, GetResolverRuleCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetResolverRuleCommandInput): import("@smithy/core/client").CommandImpl<GetResolverRuleCommandInput, GetResolverRuleCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetResolverRuleCommandInput): import("@smithy/core/client").CommandImpl<GetResolverRuleCommandInput, GetResolverRuleCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetResolverRuleCommandInput): import("@smithy/core/client").CommandImpl<GetResolverRuleCommandInput, GetResolverRuleCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about a specified Resolver rule, such as the domain name that the rule forwards DNS queries for and the ID of the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetResolverRulePolicyRequest, GetResolverRulePolicyResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetResolverRulePolicyCommandInput extends GetResolverRulePolicy
|
|
|
22
19
|
export interface GetResolverRulePolicyCommandOutput extends GetResolverRulePolicyResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetResolverRulePolicyCommand_base: {
|
|
25
|
-
new (input: GetResolverRulePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetResolverRulePolicyCommandInput, GetResolverRulePolicyCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetResolverRulePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetResolverRulePolicyCommandInput, GetResolverRulePolicyCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetResolverRulePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetResolverRulePolicyCommandInput, GetResolverRulePolicyCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetResolverRulePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetResolverRulePolicyCommandInput, GetResolverRulePolicyCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about the Resolver rule policy for a specified rule. A Resolver rule policy includes the rule that you want to share
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ImportFirewallDomainsRequest, ImportFirewallDomainsResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ImportFirewallDomainsCommandInput extends ImportFirewallDomains
|
|
|
22
19
|
export interface ImportFirewallDomainsCommandOutput extends ImportFirewallDomainsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ImportFirewallDomainsCommand_base: {
|
|
25
|
-
new (input: ImportFirewallDomainsCommandInput): import("@smithy/core/client").CommandImpl<ImportFirewallDomainsCommandInput, ImportFirewallDomainsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ImportFirewallDomainsCommandInput): import("@smithy/core/client").CommandImpl<ImportFirewallDomainsCommandInput, ImportFirewallDomainsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ImportFirewallDomainsCommandInput): import("@smithy/core/client").CommandImpl<ImportFirewallDomainsCommandInput, ImportFirewallDomainsCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ImportFirewallDomainsCommandInput): import("@smithy/core/client").CommandImpl<ImportFirewallDomainsCommandInput, ImportFirewallDomainsCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Imports domain names from a file into a domain list, for use in a DNS firewall rule group. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListFirewallConfigsRequest, ListFirewallConfigsResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListFirewallConfigsCommandInput extends ListFirewallConfigsRequ
|
|
|
22
19
|
export interface ListFirewallConfigsCommandOutput extends ListFirewallConfigsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListFirewallConfigsCommand_base: {
|
|
25
|
-
new (input: ListFirewallConfigsCommandInput): import("@smithy/core/client").CommandImpl<ListFirewallConfigsCommandInput, ListFirewallConfigsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListFirewallConfigsCommandInput]): import("@smithy/core/client").CommandImpl<ListFirewallConfigsCommandInput, ListFirewallConfigsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListFirewallConfigsCommandInput): import("@smithy/core/client").CommandImpl<ListFirewallConfigsCommandInput, ListFirewallConfigsCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListFirewallConfigsCommandInput]): import("@smithy/core/client").CommandImpl<ListFirewallConfigsCommandInput, ListFirewallConfigsCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the firewall configurations that you have defined. DNS Firewall uses the configurations to manage firewall behavior for your VPCs. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListFirewallDomainListsRequest, ListFirewallDomainListsResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListFirewallDomainListsCommandInput extends ListFirewallDomainL
|
|
|
22
19
|
export interface ListFirewallDomainListsCommandOutput extends ListFirewallDomainListsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListFirewallDomainListsCommand_base: {
|
|
25
|
-
new (input: ListFirewallDomainListsCommandInput): import("@smithy/core/client").CommandImpl<ListFirewallDomainListsCommandInput, ListFirewallDomainListsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListFirewallDomainListsCommandInput]): import("@smithy/core/client").CommandImpl<ListFirewallDomainListsCommandInput, ListFirewallDomainListsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListFirewallDomainListsCommandInput): import("@smithy/core/client").CommandImpl<ListFirewallDomainListsCommandInput, ListFirewallDomainListsCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListFirewallDomainListsCommandInput]): import("@smithy/core/client").CommandImpl<ListFirewallDomainListsCommandInput, ListFirewallDomainListsCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the firewall domain lists that you have defined. For each firewall domain list, you can retrieve the domains that are defined for a list by calling <a>ListFirewallDomains</a>. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListFirewallDomainsRequest, ListFirewallDomainsResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListFirewallDomainsCommandInput extends ListFirewallDomainsRequ
|
|
|
22
19
|
export interface ListFirewallDomainsCommandOutput extends ListFirewallDomainsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListFirewallDomainsCommand_base: {
|
|
25
|
-
new (input: ListFirewallDomainsCommandInput): import("@smithy/core/client").CommandImpl<ListFirewallDomainsCommandInput, ListFirewallDomainsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListFirewallDomainsCommandInput): import("@smithy/core/client").CommandImpl<ListFirewallDomainsCommandInput, ListFirewallDomainsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListFirewallDomainsCommandInput): import("@smithy/core/client").CommandImpl<ListFirewallDomainsCommandInput, ListFirewallDomainsCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListFirewallDomainsCommandInput): import("@smithy/core/client").CommandImpl<ListFirewallDomainsCommandInput, ListFirewallDomainsCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the domains that you have defined for the specified firewall domain list. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListFirewallRuleGroupAssociationsRequest, ListFirewallRuleGroupAssociationsResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListFirewallRuleGroupAssociationsCommandInput extends ListFirew
|
|
|
22
19
|
export interface ListFirewallRuleGroupAssociationsCommandOutput extends ListFirewallRuleGroupAssociationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListFirewallRuleGroupAssociationsCommand_base: {
|
|
25
|
-
new (input: ListFirewallRuleGroupAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListFirewallRuleGroupAssociationsCommandInput, ListFirewallRuleGroupAssociationsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListFirewallRuleGroupAssociationsCommandInput]): import("@smithy/core/client").CommandImpl<ListFirewallRuleGroupAssociationsCommandInput, ListFirewallRuleGroupAssociationsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListFirewallRuleGroupAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListFirewallRuleGroupAssociationsCommandInput, ListFirewallRuleGroupAssociationsCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListFirewallRuleGroupAssociationsCommandInput]): import("@smithy/core/client").CommandImpl<ListFirewallRuleGroupAssociationsCommandInput, ListFirewallRuleGroupAssociationsCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the firewall rule group associations that you have defined. Each association enables DNS filtering for a VPC with one rule group. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListFirewallRuleGroupsRequest, ListFirewallRuleGroupsResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListFirewallRuleGroupsCommandInput extends ListFirewallRuleGrou
|
|
|
22
19
|
export interface ListFirewallRuleGroupsCommandOutput extends ListFirewallRuleGroupsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListFirewallRuleGroupsCommand_base: {
|
|
25
|
-
new (input: ListFirewallRuleGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListFirewallRuleGroupsCommandInput, ListFirewallRuleGroupsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListFirewallRuleGroupsCommandInput]): import("@smithy/core/client").CommandImpl<ListFirewallRuleGroupsCommandInput, ListFirewallRuleGroupsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListFirewallRuleGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListFirewallRuleGroupsCommandInput, ListFirewallRuleGroupsCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListFirewallRuleGroupsCommandInput]): import("@smithy/core/client").CommandImpl<ListFirewallRuleGroupsCommandInput, ListFirewallRuleGroupsCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the minimal high-level information for the rule groups that you have defined. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListFirewallRuleTypesRequest, ListFirewallRuleTypesResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListFirewallRuleTypesCommandInput extends ListFirewallRuleTypes
|
|
|
22
19
|
export interface ListFirewallRuleTypesCommandOutput extends ListFirewallRuleTypesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListFirewallRuleTypesCommand_base: {
|
|
25
|
-
new (input: ListFirewallRuleTypesCommandInput): import("@smithy/core/client").CommandImpl<ListFirewallRuleTypesCommandInput, ListFirewallRuleTypesCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListFirewallRuleTypesCommandInput]): import("@smithy/core/client").CommandImpl<ListFirewallRuleTypesCommandInput, ListFirewallRuleTypesCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListFirewallRuleTypesCommandInput): import("@smithy/core/client").CommandImpl<ListFirewallRuleTypesCommandInput, ListFirewallRuleTypesCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListFirewallRuleTypesCommandInput]): import("@smithy/core/client").CommandImpl<ListFirewallRuleTypesCommandInput, ListFirewallRuleTypesCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the rule-type variants that can be used in the <code>FirewallRuleType</code> field of <a>CreateFirewallRule</a> and <a>UpdateFirewallRule</a>. Each returned <a>FirewallRuleTypeDefinition</a> identifies one variant + value combination — for example, <code>FirewallAdvancedContentCategory</code> + <code>VIOLENCE_AND_HATE_SPEECH</code>, or <code>PartnerThreatProtection</code> + a partner-managed feed.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListFirewallRulesRequest, ListFirewallRulesResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListFirewallRulesCommandInput extends ListFirewallRulesRequest
|
|
|
22
19
|
export interface ListFirewallRulesCommandOutput extends ListFirewallRulesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListFirewallRulesCommand_base: {
|
|
25
|
-
new (input: ListFirewallRulesCommandInput): import("@smithy/core/client").CommandImpl<ListFirewallRulesCommandInput, ListFirewallRulesCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListFirewallRulesCommandInput): import("@smithy/core/client").CommandImpl<ListFirewallRulesCommandInput, ListFirewallRulesCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListFirewallRulesCommandInput): import("@smithy/core/client").CommandImpl<ListFirewallRulesCommandInput, ListFirewallRulesCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListFirewallRulesCommandInput): import("@smithy/core/client").CommandImpl<ListFirewallRulesCommandInput, ListFirewallRulesCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the firewall rules that you have defined for the specified firewall rule group. DNS Firewall uses the rules in a rule group to filter DNS network traffic for a VPC.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListOutpostResolversRequest, ListOutpostResolversResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListOutpostResolversCommandInput extends ListOutpostResolversRe
|
|
|
22
19
|
export interface ListOutpostResolversCommandOutput extends ListOutpostResolversResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListOutpostResolversCommand_base: {
|
|
25
|
-
new (input: ListOutpostResolversCommandInput): import("@smithy/core/client").CommandImpl<ListOutpostResolversCommandInput, ListOutpostResolversCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListOutpostResolversCommandInput]): import("@smithy/core/client").CommandImpl<ListOutpostResolversCommandInput, ListOutpostResolversCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListOutpostResolversCommandInput): import("@smithy/core/client").CommandImpl<ListOutpostResolversCommandInput, ListOutpostResolversCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListOutpostResolversCommandInput]): import("@smithy/core/client").CommandImpl<ListOutpostResolversCommandInput, ListOutpostResolversCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all the Resolvers on Outposts that were created using the current Amazon Web Services account.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListResolverConfigsRequest, ListResolverConfigsResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListResolverConfigsCommandInput extends ListResolverConfigsRequ
|
|
|
22
19
|
export interface ListResolverConfigsCommandOutput extends ListResolverConfigsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListResolverConfigsCommand_base: {
|
|
25
|
-
new (input: ListResolverConfigsCommandInput): import("@smithy/core/client").CommandImpl<ListResolverConfigsCommandInput, ListResolverConfigsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListResolverConfigsCommandInput]): import("@smithy/core/client").CommandImpl<ListResolverConfigsCommandInput, ListResolverConfigsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListResolverConfigsCommandInput): import("@smithy/core/client").CommandImpl<ListResolverConfigsCommandInput, ListResolverConfigsCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListResolverConfigsCommandInput]): import("@smithy/core/client").CommandImpl<ListResolverConfigsCommandInput, ListResolverConfigsCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the Resolver configurations that you have defined.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListResolverDnssecConfigsRequest, ListResolverDnssecConfigsResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListResolverDnssecConfigsCommandInput extends ListResolverDnsse
|
|
|
22
19
|
export interface ListResolverDnssecConfigsCommandOutput extends ListResolverDnssecConfigsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListResolverDnssecConfigsCommand_base: {
|
|
25
|
-
new (input: ListResolverDnssecConfigsCommandInput): import("@smithy/core/client").CommandImpl<ListResolverDnssecConfigsCommandInput, ListResolverDnssecConfigsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListResolverDnssecConfigsCommandInput]): import("@smithy/core/client").CommandImpl<ListResolverDnssecConfigsCommandInput, ListResolverDnssecConfigsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListResolverDnssecConfigsCommandInput): import("@smithy/core/client").CommandImpl<ListResolverDnssecConfigsCommandInput, ListResolverDnssecConfigsCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListResolverDnssecConfigsCommandInput]): import("@smithy/core/client").CommandImpl<ListResolverDnssecConfigsCommandInput, ListResolverDnssecConfigsCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the configurations for DNSSEC validation that are associated with the current Amazon Web Services account.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListResolverEndpointIpAddressesRequest, ListResolverEndpointIpAddressesResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListResolverEndpointIpAddressesCommandInput extends ListResolve
|
|
|
22
19
|
export interface ListResolverEndpointIpAddressesCommandOutput extends ListResolverEndpointIpAddressesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListResolverEndpointIpAddressesCommand_base: {
|
|
25
|
-
new (input: ListResolverEndpointIpAddressesCommandInput): import("@smithy/core/client").CommandImpl<ListResolverEndpointIpAddressesCommandInput, ListResolverEndpointIpAddressesCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListResolverEndpointIpAddressesCommandInput): import("@smithy/core/client").CommandImpl<ListResolverEndpointIpAddressesCommandInput, ListResolverEndpointIpAddressesCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListResolverEndpointIpAddressesCommandInput): import("@smithy/core/client").CommandImpl<ListResolverEndpointIpAddressesCommandInput, ListResolverEndpointIpAddressesCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListResolverEndpointIpAddressesCommandInput): import("@smithy/core/client").CommandImpl<ListResolverEndpointIpAddressesCommandInput, ListResolverEndpointIpAddressesCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets the IP addresses for a specified Resolver endpoint.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListResolverEndpointsRequest, ListResolverEndpointsResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListResolverEndpointsCommandInput extends ListResolverEndpoints
|
|
|
22
19
|
export interface ListResolverEndpointsCommandOutput extends ListResolverEndpointsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListResolverEndpointsCommand_base: {
|
|
25
|
-
new (input: ListResolverEndpointsCommandInput): import("@smithy/core/client").CommandImpl<ListResolverEndpointsCommandInput, ListResolverEndpointsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListResolverEndpointsCommandInput]): import("@smithy/core/client").CommandImpl<ListResolverEndpointsCommandInput, ListResolverEndpointsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListResolverEndpointsCommandInput): import("@smithy/core/client").CommandImpl<ListResolverEndpointsCommandInput, ListResolverEndpointsCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListResolverEndpointsCommandInput]): import("@smithy/core/client").CommandImpl<ListResolverEndpointsCommandInput, ListResolverEndpointsCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all the Resolver endpoints that were created using the current Amazon Web Services account.</p>
|