@aws-sdk/client-route53resolver 3.1077.0 → 3.1079.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 { ListResolverQueryLogConfigAssociationsRequest, ListResolverQueryLogConfigAssociationsResponse } 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 ListResolverQueryLogConfigAssociationsCommandInput extends List
|
|
|
22
19
|
export interface ListResolverQueryLogConfigAssociationsCommandOutput extends ListResolverQueryLogConfigAssociationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListResolverQueryLogConfigAssociationsCommand_base: {
|
|
25
|
-
new (input: ListResolverQueryLogConfigAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListResolverQueryLogConfigAssociationsCommandInput, ListResolverQueryLogConfigAssociationsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListResolverQueryLogConfigAssociationsCommandInput]): import("@smithy/core/client").CommandImpl<ListResolverQueryLogConfigAssociationsCommandInput, ListResolverQueryLogConfigAssociationsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListResolverQueryLogConfigAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListResolverQueryLogConfigAssociationsCommandInput, ListResolverQueryLogConfigAssociationsCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListResolverQueryLogConfigAssociationsCommandInput]): import("@smithy/core/client").CommandImpl<ListResolverQueryLogConfigAssociationsCommandInput, ListResolverQueryLogConfigAssociationsCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists information about associations between Amazon VPCs and query logging configurations.</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 { ListResolverQueryLogConfigsRequest, ListResolverQueryLogConfigsResponse } 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 ListResolverQueryLogConfigsCommandInput extends ListResolverQue
|
|
|
22
19
|
export interface ListResolverQueryLogConfigsCommandOutput extends ListResolverQueryLogConfigsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListResolverQueryLogConfigsCommand_base: {
|
|
25
|
-
new (input: ListResolverQueryLogConfigsCommandInput): import("@smithy/core/client").CommandImpl<ListResolverQueryLogConfigsCommandInput, ListResolverQueryLogConfigsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListResolverQueryLogConfigsCommandInput]): import("@smithy/core/client").CommandImpl<ListResolverQueryLogConfigsCommandInput, ListResolverQueryLogConfigsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListResolverQueryLogConfigsCommandInput): import("@smithy/core/client").CommandImpl<ListResolverQueryLogConfigsCommandInput, ListResolverQueryLogConfigsCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListResolverQueryLogConfigsCommandInput]): import("@smithy/core/client").CommandImpl<ListResolverQueryLogConfigsCommandInput, ListResolverQueryLogConfigsCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists information about the specified query logging configurations. Each configuration defines where you want Resolver to save
|
|
@@ -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 { ListResolverRuleAssociationsRequest, ListResolverRuleAssociationsResponse } 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 ListResolverRuleAssociationsCommandInput extends ListResolverRu
|
|
|
22
19
|
export interface ListResolverRuleAssociationsCommandOutput extends ListResolverRuleAssociationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListResolverRuleAssociationsCommand_base: {
|
|
25
|
-
new (input: ListResolverRuleAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListResolverRuleAssociationsCommandInput, ListResolverRuleAssociationsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListResolverRuleAssociationsCommandInput]): import("@smithy/core/client").CommandImpl<ListResolverRuleAssociationsCommandInput, ListResolverRuleAssociationsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListResolverRuleAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListResolverRuleAssociationsCommandInput, ListResolverRuleAssociationsCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListResolverRuleAssociationsCommandInput]): import("@smithy/core/client").CommandImpl<ListResolverRuleAssociationsCommandInput, ListResolverRuleAssociationsCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the associations that were created between Resolver rules and VPCs 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 { ListResolverRulesRequest, ListResolverRulesResponse } 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 ListResolverRulesCommandInput extends ListResolverRulesRequest
|
|
|
22
19
|
export interface ListResolverRulesCommandOutput extends ListResolverRulesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListResolverRulesCommand_base: {
|
|
25
|
-
new (input: ListResolverRulesCommandInput): import("@smithy/core/client").CommandImpl<ListResolverRulesCommandInput, ListResolverRulesCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListResolverRulesCommandInput]): import("@smithy/core/client").CommandImpl<ListResolverRulesCommandInput, ListResolverRulesCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListResolverRulesCommandInput): import("@smithy/core/client").CommandImpl<ListResolverRulesCommandInput, ListResolverRulesCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListResolverRulesCommandInput]): import("@smithy/core/client").CommandImpl<ListResolverRulesCommandInput, ListResolverRulesCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the Resolver rules 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 { ListTagsForResourceRequest, ListTagsForResourceResponse } 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 ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the tags that you associated with the specified resource.</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 { PutFirewallRuleGroupPolicyRequest, PutFirewallRuleGroupPolicyResponse } 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 PutFirewallRuleGroupPolicyCommandInput extends PutFirewallRuleG
|
|
|
22
19
|
export interface PutFirewallRuleGroupPolicyCommandOutput extends PutFirewallRuleGroupPolicyResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutFirewallRuleGroupPolicyCommand_base: {
|
|
25
|
-
new (input: PutFirewallRuleGroupPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutFirewallRuleGroupPolicyCommandInput, PutFirewallRuleGroupPolicyCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutFirewallRuleGroupPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutFirewallRuleGroupPolicyCommandInput, PutFirewallRuleGroupPolicyCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutFirewallRuleGroupPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutFirewallRuleGroupPolicyCommandInput, PutFirewallRuleGroupPolicyCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutFirewallRuleGroupPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutFirewallRuleGroupPolicyCommandInput, PutFirewallRuleGroupPolicyCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Attaches an Identity and Access Management (Amazon Web Services IAM) policy for sharing the rule
|
|
@@ -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 { PutResolverQueryLogConfigPolicyRequest, PutResolverQueryLogConfigPolicyResponse } 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 PutResolverQueryLogConfigPolicyCommandInput extends PutResolver
|
|
|
22
19
|
export interface PutResolverQueryLogConfigPolicyCommandOutput extends PutResolverQueryLogConfigPolicyResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutResolverQueryLogConfigPolicyCommand_base: {
|
|
25
|
-
new (input: PutResolverQueryLogConfigPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResolverQueryLogConfigPolicyCommandInput, PutResolverQueryLogConfigPolicyCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutResolverQueryLogConfigPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResolverQueryLogConfigPolicyCommandInput, PutResolverQueryLogConfigPolicyCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutResolverQueryLogConfigPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResolverQueryLogConfigPolicyCommandInput, PutResolverQueryLogConfigPolicyCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutResolverQueryLogConfigPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResolverQueryLogConfigPolicyCommandInput, PutResolverQueryLogConfigPolicyCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Specifies an Amazon Web Services account that you want to share a query logging configuration with, the query logging configuration 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 { PutResolverRulePolicyRequest, PutResolverRulePolicyResponse } 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 PutResolverRulePolicyCommandInput extends PutResolverRulePolicy
|
|
|
22
19
|
export interface PutResolverRulePolicyCommandOutput extends PutResolverRulePolicyResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutResolverRulePolicyCommand_base: {
|
|
25
|
-
new (input: PutResolverRulePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResolverRulePolicyCommandInput, PutResolverRulePolicyCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutResolverRulePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResolverRulePolicyCommandInput, PutResolverRulePolicyCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutResolverRulePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResolverRulePolicyCommandInput, PutResolverRulePolicyCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutResolverRulePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResolverRulePolicyCommandInput, PutResolverRulePolicyCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Specifies an Amazon Web Services rule that you want to share with another account, the account that you want to share the rule with,
|
|
@@ -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 { TagResourceRequest, TagResourceResponse } 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 TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Adds one or more tags to a specified resource.</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 { UntagResourceRequest, UntagResourceResponse } 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 UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes one or more tags from a specified resource.</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 { UpdateFirewallConfigRequest, UpdateFirewallConfigResponse } 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 UpdateFirewallConfigCommandInput extends UpdateFirewallConfigRe
|
|
|
22
19
|
export interface UpdateFirewallConfigCommandOutput extends UpdateFirewallConfigResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateFirewallConfigCommand_base: {
|
|
25
|
-
new (input: UpdateFirewallConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallConfigCommandInput, UpdateFirewallConfigCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateFirewallConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallConfigCommandInput, UpdateFirewallConfigCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateFirewallConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallConfigCommandInput, UpdateFirewallConfigCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateFirewallConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallConfigCommandInput, UpdateFirewallConfigCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the configuration of the firewall behavior provided by DNS Firewall for a single
|
|
@@ -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 { UpdateFirewallDomainsRequest, UpdateFirewallDomainsResponse } 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 UpdateFirewallDomainsCommandInput extends UpdateFirewallDomains
|
|
|
22
19
|
export interface UpdateFirewallDomainsCommandOutput extends UpdateFirewallDomainsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateFirewallDomainsCommand_base: {
|
|
25
|
-
new (input: UpdateFirewallDomainsCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallDomainsCommandInput, UpdateFirewallDomainsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateFirewallDomainsCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallDomainsCommandInput, UpdateFirewallDomainsCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateFirewallDomainsCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallDomainsCommandInput, UpdateFirewallDomainsCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateFirewallDomainsCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallDomainsCommandInput, UpdateFirewallDomainsCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the firewall domain list from an array of domain specifications. </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 { UpdateFirewallRuleRequest, UpdateFirewallRuleResponse } 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 UpdateFirewallRuleCommandInput extends UpdateFirewallRuleReques
|
|
|
22
19
|
export interface UpdateFirewallRuleCommandOutput extends UpdateFirewallRuleResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateFirewallRuleCommand_base: {
|
|
25
|
-
new (input: UpdateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallRuleCommandInput, UpdateFirewallRuleCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallRuleCommandInput, UpdateFirewallRuleCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallRuleCommandInput, UpdateFirewallRuleCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallRuleCommandInput, UpdateFirewallRuleCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the specified firewall rule. The rule's <code>FirewallRuleType</code>, <code>FirewallDomainListId</code>, and top-level <code>DnsThreatProtection</code> match source cannot be changed after creation. Rules whose <code>Status</code> is <code>CREATING</code> or <code>CREATION_FAILED</code> cannot be updated; remove a failed rule with <a>DeleteFirewallRule</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 { UpdateFirewallRuleGroupAssociationRequest, UpdateFirewallRuleGroupAssociationResponse } 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 UpdateFirewallRuleGroupAssociationCommandInput extends UpdateFi
|
|
|
22
19
|
export interface UpdateFirewallRuleGroupAssociationCommandOutput extends UpdateFirewallRuleGroupAssociationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateFirewallRuleGroupAssociationCommand_base: {
|
|
25
|
-
new (input: UpdateFirewallRuleGroupAssociationCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallRuleGroupAssociationCommandInput, UpdateFirewallRuleGroupAssociationCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateFirewallRuleGroupAssociationCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallRuleGroupAssociationCommandInput, UpdateFirewallRuleGroupAssociationCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateFirewallRuleGroupAssociationCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallRuleGroupAssociationCommandInput, UpdateFirewallRuleGroupAssociationCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateFirewallRuleGroupAssociationCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallRuleGroupAssociationCommandInput, UpdateFirewallRuleGroupAssociationCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Changes the association of a <a>FirewallRuleGroup</a> with a VPC. The association enables DNS filtering for the 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 { UpdateOutpostResolverRequest, UpdateOutpostResolverResponse } 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 UpdateOutpostResolverCommandInput extends UpdateOutpostResolver
|
|
|
22
19
|
export interface UpdateOutpostResolverCommandOutput extends UpdateOutpostResolverResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateOutpostResolverCommand_base: {
|
|
25
|
-
new (input: UpdateOutpostResolverCommandInput): import("@smithy/core/client").CommandImpl<UpdateOutpostResolverCommandInput, UpdateOutpostResolverCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateOutpostResolverCommandInput): import("@smithy/core/client").CommandImpl<UpdateOutpostResolverCommandInput, UpdateOutpostResolverCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateOutpostResolverCommandInput): import("@smithy/core/client").CommandImpl<UpdateOutpostResolverCommandInput, UpdateOutpostResolverCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateOutpostResolverCommandInput): import("@smithy/core/client").CommandImpl<UpdateOutpostResolverCommandInput, UpdateOutpostResolverCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>You can use <code>UpdateOutpostResolver</code> to update the instance count, type, or name of a Resolver on an Outpost.</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 { UpdateResolverConfigRequest, UpdateResolverConfigResponse } 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 UpdateResolverConfigCommandInput extends UpdateResolverConfigRe
|
|
|
22
19
|
export interface UpdateResolverConfigCommandOutput extends UpdateResolverConfigResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateResolverConfigCommand_base: {
|
|
25
|
-
new (input: UpdateResolverConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateResolverConfigCommandInput, UpdateResolverConfigCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateResolverConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateResolverConfigCommandInput, UpdateResolverConfigCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateResolverConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateResolverConfigCommandInput, UpdateResolverConfigCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateResolverConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateResolverConfigCommandInput, UpdateResolverConfigCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the behavior configuration of Route 53 Resolver behavior for a single VPC from
|
|
@@ -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 { UpdateResolverDnssecConfigRequest, UpdateResolverDnssecConfigResponse } 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 UpdateResolverDnssecConfigCommandInput extends UpdateResolverDn
|
|
|
22
19
|
export interface UpdateResolverDnssecConfigCommandOutput extends UpdateResolverDnssecConfigResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateResolverDnssecConfigCommand_base: {
|
|
25
|
-
new (input: UpdateResolverDnssecConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateResolverDnssecConfigCommandInput, UpdateResolverDnssecConfigCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateResolverDnssecConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateResolverDnssecConfigCommandInput, UpdateResolverDnssecConfigCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateResolverDnssecConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateResolverDnssecConfigCommandInput, UpdateResolverDnssecConfigCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateResolverDnssecConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateResolverDnssecConfigCommandInput, UpdateResolverDnssecConfigCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an existing DNSSEC validation configuration. If there is no existing DNSSEC validation configuration, one is created.</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 { UpdateResolverEndpointRequest, UpdateResolverEndpointResponse } 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 UpdateResolverEndpointCommandInput extends UpdateResolverEndpoi
|
|
|
22
19
|
export interface UpdateResolverEndpointCommandOutput extends UpdateResolverEndpointResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateResolverEndpointCommand_base: {
|
|
25
|
-
new (input: UpdateResolverEndpointCommandInput): import("@smithy/core/client").CommandImpl<UpdateResolverEndpointCommandInput, UpdateResolverEndpointCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateResolverEndpointCommandInput): import("@smithy/core/client").CommandImpl<UpdateResolverEndpointCommandInput, UpdateResolverEndpointCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateResolverEndpointCommandInput): import("@smithy/core/client").CommandImpl<UpdateResolverEndpointCommandInput, UpdateResolverEndpointCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateResolverEndpointCommandInput): import("@smithy/core/client").CommandImpl<UpdateResolverEndpointCommandInput, UpdateResolverEndpointCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the name, or endpoint type for an inbound or an outbound Resolver endpoint.
|
|
@@ -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 { UpdateResolverRuleRequest, UpdateResolverRuleResponse } 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 UpdateResolverRuleCommandInput extends UpdateResolverRuleReques
|
|
|
22
19
|
export interface UpdateResolverRuleCommandOutput extends UpdateResolverRuleResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateResolverRuleCommand_base: {
|
|
25
|
-
new (input: UpdateResolverRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateResolverRuleCommandInput, UpdateResolverRuleCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateResolverRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateResolverRuleCommandInput, UpdateResolverRuleCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateResolverRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateResolverRuleCommandInput, UpdateResolverRuleCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateResolverRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateResolverRuleCommandInput, UpdateResolverRuleCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates settings for a specified Resolver rule. <code>ResolverRuleId</code> is required, and all other parameters are optional.
|
package/dist-types/index.d.ts
CHANGED
|
@@ -35,6 +35,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
35
35
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
36
36
|
export type { Route53ResolverExtensionConfiguration } from "./extensionConfiguration";
|
|
37
37
|
export * from "./commands";
|
|
38
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
38
39
|
export * from "./schemas/schemas_0";
|
|
39
40
|
export * from "./pagination";
|
|
40
41
|
export * from "./models/enums";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
Route53ResolverClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./Route53ResolverClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
Route53ResolverClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
Route53ResolverClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|