@aws-sdk/client-route53resolver 3.1045.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +152 -153
- package/dist-cjs/models/Route53ResolverServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/Route53Resolver.js +1 -1
- package/dist-es/Route53ResolverClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateFirewallRuleGroupCommand.js +2 -2
- package/dist-es/commands/AssociateResolverEndpointIpAddressCommand.js +2 -2
- package/dist-es/commands/AssociateResolverQueryLogConfigCommand.js +2 -2
- package/dist-es/commands/AssociateResolverRuleCommand.js +2 -2
- package/dist-es/commands/CreateFirewallDomainListCommand.js +2 -2
- package/dist-es/commands/CreateFirewallRuleCommand.js +2 -2
- package/dist-es/commands/CreateFirewallRuleGroupCommand.js +2 -2
- package/dist-es/commands/CreateOutpostResolverCommand.js +2 -2
- package/dist-es/commands/CreateResolverEndpointCommand.js +2 -2
- package/dist-es/commands/CreateResolverQueryLogConfigCommand.js +2 -2
- package/dist-es/commands/CreateResolverRuleCommand.js +2 -2
- package/dist-es/commands/DeleteFirewallDomainListCommand.js +2 -2
- package/dist-es/commands/DeleteFirewallRuleCommand.js +2 -2
- package/dist-es/commands/DeleteFirewallRuleGroupCommand.js +2 -2
- package/dist-es/commands/DeleteOutpostResolverCommand.js +2 -2
- package/dist-es/commands/DeleteResolverEndpointCommand.js +2 -2
- package/dist-es/commands/DeleteResolverQueryLogConfigCommand.js +2 -2
- package/dist-es/commands/DeleteResolverRuleCommand.js +2 -2
- package/dist-es/commands/DisassociateFirewallRuleGroupCommand.js +2 -2
- package/dist-es/commands/DisassociateResolverEndpointIpAddressCommand.js +2 -2
- package/dist-es/commands/DisassociateResolverQueryLogConfigCommand.js +2 -2
- package/dist-es/commands/DisassociateResolverRuleCommand.js +2 -2
- package/dist-es/commands/GetFirewallConfigCommand.js +2 -2
- package/dist-es/commands/GetFirewallDomainListCommand.js +2 -2
- package/dist-es/commands/GetFirewallRuleGroupAssociationCommand.js +2 -2
- package/dist-es/commands/GetFirewallRuleGroupCommand.js +2 -2
- package/dist-es/commands/GetFirewallRuleGroupPolicyCommand.js +2 -2
- package/dist-es/commands/GetOutpostResolverCommand.js +2 -2
- package/dist-es/commands/GetResolverConfigCommand.js +2 -2
- package/dist-es/commands/GetResolverDnssecConfigCommand.js +2 -2
- package/dist-es/commands/GetResolverEndpointCommand.js +2 -2
- package/dist-es/commands/GetResolverQueryLogConfigAssociationCommand.js +2 -2
- package/dist-es/commands/GetResolverQueryLogConfigCommand.js +2 -2
- package/dist-es/commands/GetResolverQueryLogConfigPolicyCommand.js +2 -2
- package/dist-es/commands/GetResolverRuleAssociationCommand.js +2 -2
- package/dist-es/commands/GetResolverRuleCommand.js +2 -2
- package/dist-es/commands/GetResolverRulePolicyCommand.js +2 -2
- package/dist-es/commands/ImportFirewallDomainsCommand.js +2 -2
- package/dist-es/commands/ListFirewallConfigsCommand.js +2 -2
- package/dist-es/commands/ListFirewallDomainListsCommand.js +2 -2
- package/dist-es/commands/ListFirewallDomainsCommand.js +2 -2
- package/dist-es/commands/ListFirewallRuleGroupAssociationsCommand.js +2 -2
- package/dist-es/commands/ListFirewallRuleGroupsCommand.js +2 -2
- package/dist-es/commands/ListFirewallRulesCommand.js +2 -2
- package/dist-es/commands/ListOutpostResolversCommand.js +2 -2
- package/dist-es/commands/ListResolverConfigsCommand.js +2 -2
- package/dist-es/commands/ListResolverDnssecConfigsCommand.js +2 -2
- package/dist-es/commands/ListResolverEndpointIpAddressesCommand.js +2 -2
- package/dist-es/commands/ListResolverEndpointsCommand.js +2 -2
- package/dist-es/commands/ListResolverQueryLogConfigAssociationsCommand.js +2 -2
- package/dist-es/commands/ListResolverQueryLogConfigsCommand.js +2 -2
- package/dist-es/commands/ListResolverRuleAssociationsCommand.js +2 -2
- package/dist-es/commands/ListResolverRulesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutFirewallRuleGroupPolicyCommand.js +2 -2
- package/dist-es/commands/PutResolverQueryLogConfigPolicyCommand.js +2 -2
- package/dist-es/commands/PutResolverRulePolicyCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateFirewallConfigCommand.js +2 -2
- package/dist-es/commands/UpdateFirewallDomainsCommand.js +2 -2
- package/dist-es/commands/UpdateFirewallRuleCommand.js +2 -2
- package/dist-es/commands/UpdateFirewallRuleGroupAssociationCommand.js +2 -2
- package/dist-es/commands/UpdateOutpostResolverCommand.js +2 -2
- package/dist-es/commands/UpdateResolverConfigCommand.js +2 -2
- package/dist-es/commands/UpdateResolverDnssecConfigCommand.js +2 -2
- package/dist-es/commands/UpdateResolverEndpointCommand.js +2 -2
- package/dist-es/commands/UpdateResolverRuleCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/Route53ResolverServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/Route53ResolverClient.d.ts +5 -5
- package/dist-types/commands/AssociateFirewallRuleGroupCommand.d.ts +6 -4
- package/dist-types/commands/AssociateResolverEndpointIpAddressCommand.d.ts +6 -4
- package/dist-types/commands/AssociateResolverQueryLogConfigCommand.d.ts +6 -4
- package/dist-types/commands/AssociateResolverRuleCommand.d.ts +6 -4
- package/dist-types/commands/CreateFirewallDomainListCommand.d.ts +6 -4
- package/dist-types/commands/CreateFirewallRuleCommand.d.ts +6 -4
- package/dist-types/commands/CreateFirewallRuleGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateOutpostResolverCommand.d.ts +6 -4
- package/dist-types/commands/CreateResolverEndpointCommand.d.ts +6 -4
- package/dist-types/commands/CreateResolverQueryLogConfigCommand.d.ts +6 -4
- package/dist-types/commands/CreateResolverRuleCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFirewallDomainListCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFirewallRuleCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFirewallRuleGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteOutpostResolverCommand.d.ts +6 -4
- package/dist-types/commands/DeleteResolverEndpointCommand.d.ts +6 -4
- package/dist-types/commands/DeleteResolverQueryLogConfigCommand.d.ts +6 -4
- package/dist-types/commands/DeleteResolverRuleCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateFirewallRuleGroupCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateResolverQueryLogConfigCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateResolverRuleCommand.d.ts +6 -4
- package/dist-types/commands/GetFirewallConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetFirewallDomainListCommand.d.ts +6 -4
- package/dist-types/commands/GetFirewallRuleGroupAssociationCommand.d.ts +6 -4
- package/dist-types/commands/GetFirewallRuleGroupCommand.d.ts +6 -4
- package/dist-types/commands/GetFirewallRuleGroupPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetOutpostResolverCommand.d.ts +6 -4
- package/dist-types/commands/GetResolverConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetResolverDnssecConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetResolverEndpointCommand.d.ts +6 -4
- package/dist-types/commands/GetResolverQueryLogConfigAssociationCommand.d.ts +6 -4
- package/dist-types/commands/GetResolverQueryLogConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetResolverQueryLogConfigPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetResolverRuleAssociationCommand.d.ts +6 -4
- package/dist-types/commands/GetResolverRuleCommand.d.ts +6 -4
- package/dist-types/commands/GetResolverRulePolicyCommand.d.ts +6 -4
- package/dist-types/commands/ImportFirewallDomainsCommand.d.ts +6 -4
- package/dist-types/commands/ListFirewallConfigsCommand.d.ts +6 -4
- package/dist-types/commands/ListFirewallDomainListsCommand.d.ts +6 -4
- package/dist-types/commands/ListFirewallDomainsCommand.d.ts +6 -4
- package/dist-types/commands/ListFirewallRuleGroupAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/ListFirewallRuleGroupsCommand.d.ts +6 -4
- package/dist-types/commands/ListFirewallRulesCommand.d.ts +6 -4
- package/dist-types/commands/ListOutpostResolversCommand.d.ts +6 -4
- package/dist-types/commands/ListResolverConfigsCommand.d.ts +6 -4
- package/dist-types/commands/ListResolverDnssecConfigsCommand.d.ts +6 -4
- package/dist-types/commands/ListResolverEndpointIpAddressesCommand.d.ts +6 -4
- package/dist-types/commands/ListResolverEndpointsCommand.d.ts +6 -4
- package/dist-types/commands/ListResolverQueryLogConfigAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/ListResolverQueryLogConfigsCommand.d.ts +6 -4
- package/dist-types/commands/ListResolverRuleAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/ListResolverRulesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PutFirewallRuleGroupPolicyCommand.d.ts +6 -4
- package/dist-types/commands/PutResolverQueryLogConfigPolicyCommand.d.ts +6 -4
- package/dist-types/commands/PutResolverRulePolicyCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateFirewallConfigCommand.d.ts +6 -4
- package/dist-types/commands/UpdateFirewallDomainsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateFirewallRuleCommand.d.ts +6 -4
- package/dist-types/commands/UpdateFirewallRuleGroupAssociationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateOutpostResolverCommand.d.ts +6 -4
- package/dist-types/commands/UpdateResolverConfigCommand.d.ts +6 -4
- package/dist-types/commands/UpdateResolverDnssecConfigCommand.d.ts +6 -4
- package/dist-types/commands/UpdateResolverEndpointCommand.d.ts +6 -4
- package/dist-types/commands/UpdateResolverRuleCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/Route53ResolverServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/Route53ResolverClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateFirewallRuleGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateResolverEndpointIpAddressCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateResolverQueryLogConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateResolverRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateFirewallDomainListCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateFirewallRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateFirewallRuleGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateOutpostResolverCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateResolverEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateResolverQueryLogConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateResolverRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFirewallDomainListCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFirewallRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFirewallRuleGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteOutpostResolverCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteResolverEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteResolverQueryLogConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteResolverRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateFirewallRuleGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateResolverQueryLogConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateResolverRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFirewallConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFirewallDomainListCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFirewallRuleGroupAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFirewallRuleGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFirewallRuleGroupPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetOutpostResolverCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResolverConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResolverDnssecConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResolverEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResolverQueryLogConfigAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResolverQueryLogConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResolverQueryLogConfigPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResolverRuleAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResolverRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResolverRulePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ImportFirewallDomainsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFirewallConfigsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFirewallDomainListsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFirewallDomainsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFirewallRuleGroupAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFirewallRuleGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFirewallRulesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListOutpostResolversCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListResolverConfigsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListResolverDnssecConfigsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListResolverEndpointIpAddressesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListResolverEndpointsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListResolverQueryLogConfigAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListResolverQueryLogConfigsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListResolverRuleAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListResolverRulesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutFirewallRuleGroupPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutResolverQueryLogConfigPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutResolverRulePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateFirewallConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateFirewallDomainsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateFirewallRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateFirewallRuleGroupAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateOutpostResolverCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateResolverConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateResolverDnssecConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateResolverEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateResolverRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/Route53ResolverServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListResolverEndpointsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListResolverEndpointsCommandOutput
|
|
|
19
19
|
declare const ListResolverEndpointsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListResolverEndpointsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListResolverEndpointsCommandInput,
|
|
24
24
|
ListResolverEndpointsCommandOutput,
|
|
25
25
|
Route53ResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListResolverEndpointsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListResolverEndpointsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListResolverEndpointsCommandInput,
|
|
33
33
|
ListResolverEndpointsCommandOutput,
|
|
34
34
|
Route53ResolverClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListResolverEndpointsCommand extends ListResolverEndpointsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListResolverQueryLogConfigAssociationsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListResolverQueryLogConfigAssociationsCommandOutput
|
|
|
19
19
|
declare const ListResolverQueryLogConfigAssociationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListResolverQueryLogConfigAssociationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListResolverQueryLogConfigAssociationsCommandInput,
|
|
24
24
|
ListResolverQueryLogConfigAssociationsCommandOutput,
|
|
25
25
|
Route53ResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListResolverQueryLogConfigAssociationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListResolverQueryLogConfigAssociationsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListResolverQueryLogConfigAssociationsCommandInput,
|
|
33
33
|
ListResolverQueryLogConfigAssociationsCommandOutput,
|
|
34
34
|
Route53ResolverClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListResolverQueryLogConfigAssociationsCommand extends ListResolverQueryLogConfigAssociationsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListResolverQueryLogConfigsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListResolverQueryLogConfigsCommandOutput
|
|
|
19
19
|
declare const ListResolverQueryLogConfigsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListResolverQueryLogConfigsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListResolverQueryLogConfigsCommandInput,
|
|
24
24
|
ListResolverQueryLogConfigsCommandOutput,
|
|
25
25
|
Route53ResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListResolverQueryLogConfigsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListResolverQueryLogConfigsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListResolverQueryLogConfigsCommandInput,
|
|
33
33
|
ListResolverQueryLogConfigsCommandOutput,
|
|
34
34
|
Route53ResolverClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListResolverQueryLogConfigsCommand extends ListResolverQueryLogConfigsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListResolverRuleAssociationsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListResolverRuleAssociationsCommandOutput
|
|
|
19
19
|
declare const ListResolverRuleAssociationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListResolverRuleAssociationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListResolverRuleAssociationsCommandInput,
|
|
24
24
|
ListResolverRuleAssociationsCommandOutput,
|
|
25
25
|
Route53ResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListResolverRuleAssociationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListResolverRuleAssociationsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListResolverRuleAssociationsCommandInput,
|
|
33
33
|
ListResolverRuleAssociationsCommandOutput,
|
|
34
34
|
Route53ResolverClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListResolverRuleAssociationsCommand extends ListResolverRuleAssociationsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListResolverRulesRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListResolverRulesCommandOutput
|
|
|
19
19
|
declare const ListResolverRulesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListResolverRulesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListResolverRulesCommandInput,
|
|
24
24
|
ListResolverRulesCommandOutput,
|
|
25
25
|
Route53ResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListResolverRulesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListResolverRulesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListResolverRulesCommandInput,
|
|
33
33
|
ListResolverRulesCommandOutput,
|
|
34
34
|
Route53ResolverClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListResolverRulesCommand extends ListResolverRulesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListTagsForResourceRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
Route53ResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
34
34
|
Route53ResolverClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
PutFirewallRuleGroupPolicyRequest,
|
|
@@ -19,7 +19,7 @@ export interface PutFirewallRuleGroupPolicyCommandOutput
|
|
|
19
19
|
declare const PutFirewallRuleGroupPolicyCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: PutFirewallRuleGroupPolicyCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
PutFirewallRuleGroupPolicyCommandInput,
|
|
24
24
|
PutFirewallRuleGroupPolicyCommandOutput,
|
|
25
25
|
Route53ResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const PutFirewallRuleGroupPolicyCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: PutFirewallRuleGroupPolicyCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PutFirewallRuleGroupPolicyCommandInput,
|
|
33
33
|
PutFirewallRuleGroupPolicyCommandOutput,
|
|
34
34
|
Route53ResolverClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class PutFirewallRuleGroupPolicyCommand extends PutFirewallRuleGroupPolicyCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
PutResolverQueryLogConfigPolicyRequest,
|
|
@@ -19,7 +19,7 @@ export interface PutResolverQueryLogConfigPolicyCommandOutput
|
|
|
19
19
|
declare const PutResolverQueryLogConfigPolicyCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: PutResolverQueryLogConfigPolicyCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
PutResolverQueryLogConfigPolicyCommandInput,
|
|
24
24
|
PutResolverQueryLogConfigPolicyCommandOutput,
|
|
25
25
|
Route53ResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const PutResolverQueryLogConfigPolicyCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: PutResolverQueryLogConfigPolicyCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PutResolverQueryLogConfigPolicyCommandInput,
|
|
33
33
|
PutResolverQueryLogConfigPolicyCommandOutput,
|
|
34
34
|
Route53ResolverClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class PutResolverQueryLogConfigPolicyCommand extends PutResolverQueryLogConfigPolicyCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
PutResolverRulePolicyRequest,
|
|
@@ -19,7 +19,7 @@ export interface PutResolverRulePolicyCommandOutput
|
|
|
19
19
|
declare const PutResolverRulePolicyCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: PutResolverRulePolicyCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
PutResolverRulePolicyCommandInput,
|
|
24
24
|
PutResolverRulePolicyCommandOutput,
|
|
25
25
|
Route53ResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const PutResolverRulePolicyCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: PutResolverRulePolicyCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PutResolverRulePolicyCommandInput,
|
|
33
33
|
PutResolverRulePolicyCommandOutput,
|
|
34
34
|
Route53ResolverClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class PutResolverRulePolicyCommand extends PutResolverRulePolicyCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface TagResourceCommandOutput
|
|
|
15
15
|
declare const TagResourceCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: TagResourceCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
TagResourceCommandInput,
|
|
20
20
|
TagResourceCommandOutput,
|
|
21
21
|
Route53ResolverClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const TagResourceCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: TagResourceCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
TagResourceCommandInput,
|
|
29
29
|
TagResourceCommandOutput,
|
|
30
30
|
Route53ResolverClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
UntagResourceRequest,
|
|
@@ -18,7 +18,7 @@ export interface UntagResourceCommandOutput
|
|
|
18
18
|
declare const UntagResourceCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: UntagResourceCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
UntagResourceCommandInput,
|
|
23
23
|
UntagResourceCommandOutput,
|
|
24
24
|
Route53ResolverClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const UntagResourceCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: UntagResourceCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
UntagResourceCommandInput,
|
|
32
32
|
UntagResourceCommandOutput,
|
|
33
33
|
Route53ResolverClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
UpdateFirewallConfigRequest,
|
|
@@ -19,7 +19,7 @@ export interface UpdateFirewallConfigCommandOutput
|
|
|
19
19
|
declare const UpdateFirewallConfigCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateFirewallConfigCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateFirewallConfigCommandInput,
|
|
24
24
|
UpdateFirewallConfigCommandOutput,
|
|
25
25
|
Route53ResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateFirewallConfigCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateFirewallConfigCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateFirewallConfigCommandInput,
|
|
33
33
|
UpdateFirewallConfigCommandOutput,
|
|
34
34
|
Route53ResolverClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateFirewallConfigCommand extends UpdateFirewallConfigCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
UpdateFirewallDomainsRequest,
|
|
@@ -19,7 +19,7 @@ export interface UpdateFirewallDomainsCommandOutput
|
|
|
19
19
|
declare const UpdateFirewallDomainsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateFirewallDomainsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateFirewallDomainsCommandInput,
|
|
24
24
|
UpdateFirewallDomainsCommandOutput,
|
|
25
25
|
Route53ResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateFirewallDomainsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateFirewallDomainsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateFirewallDomainsCommandInput,
|
|
33
33
|
UpdateFirewallDomainsCommandOutput,
|
|
34
34
|
Route53ResolverClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateFirewallDomainsCommand extends UpdateFirewallDomainsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
UpdateFirewallRuleRequest,
|
|
@@ -19,7 +19,7 @@ export interface UpdateFirewallRuleCommandOutput
|
|
|
19
19
|
declare const UpdateFirewallRuleCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateFirewallRuleCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateFirewallRuleCommandInput,
|
|
24
24
|
UpdateFirewallRuleCommandOutput,
|
|
25
25
|
Route53ResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateFirewallRuleCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateFirewallRuleCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateFirewallRuleCommandInput,
|
|
33
33
|
UpdateFirewallRuleCommandOutput,
|
|
34
34
|
Route53ResolverClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateFirewallRuleCommand extends UpdateFirewallRuleCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
UpdateFirewallRuleGroupAssociationRequest,
|
|
@@ -19,7 +19,7 @@ export interface UpdateFirewallRuleGroupAssociationCommandOutput
|
|
|
19
19
|
declare const UpdateFirewallRuleGroupAssociationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateFirewallRuleGroupAssociationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateFirewallRuleGroupAssociationCommandInput,
|
|
24
24
|
UpdateFirewallRuleGroupAssociationCommandOutput,
|
|
25
25
|
Route53ResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateFirewallRuleGroupAssociationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateFirewallRuleGroupAssociationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateFirewallRuleGroupAssociationCommandInput,
|
|
33
33
|
UpdateFirewallRuleGroupAssociationCommandOutput,
|
|
34
34
|
Route53ResolverClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateFirewallRuleGroupAssociationCommand extends UpdateFirewallRuleGroupAssociationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
UpdateOutpostResolverRequest,
|
|
@@ -19,7 +19,7 @@ export interface UpdateOutpostResolverCommandOutput
|
|
|
19
19
|
declare const UpdateOutpostResolverCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateOutpostResolverCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateOutpostResolverCommandInput,
|
|
24
24
|
UpdateOutpostResolverCommandOutput,
|
|
25
25
|
Route53ResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateOutpostResolverCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateOutpostResolverCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateOutpostResolverCommandInput,
|
|
33
33
|
UpdateOutpostResolverCommandOutput,
|
|
34
34
|
Route53ResolverClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateOutpostResolverCommand extends UpdateOutpostResolverCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
UpdateResolverConfigRequest,
|
|
@@ -19,7 +19,7 @@ export interface UpdateResolverConfigCommandOutput
|
|
|
19
19
|
declare const UpdateResolverConfigCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateResolverConfigCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateResolverConfigCommandInput,
|
|
24
24
|
UpdateResolverConfigCommandOutput,
|
|
25
25
|
Route53ResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateResolverConfigCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateResolverConfigCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateResolverConfigCommandInput,
|
|
33
33
|
UpdateResolverConfigCommandOutput,
|
|
34
34
|
Route53ResolverClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateResolverConfigCommand extends UpdateResolverConfigCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
UpdateResolverDnssecConfigRequest,
|
|
@@ -19,7 +19,7 @@ export interface UpdateResolverDnssecConfigCommandOutput
|
|
|
19
19
|
declare const UpdateResolverDnssecConfigCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateResolverDnssecConfigCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateResolverDnssecConfigCommandInput,
|
|
24
24
|
UpdateResolverDnssecConfigCommandOutput,
|
|
25
25
|
Route53ResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateResolverDnssecConfigCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateResolverDnssecConfigCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateResolverDnssecConfigCommandInput,
|
|
33
33
|
UpdateResolverDnssecConfigCommandOutput,
|
|
34
34
|
Route53ResolverClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateResolverDnssecConfigCommand extends UpdateResolverDnssecConfigCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
UpdateResolverEndpointRequest,
|
|
@@ -19,7 +19,7 @@ export interface UpdateResolverEndpointCommandOutput
|
|
|
19
19
|
declare const UpdateResolverEndpointCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateResolverEndpointCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateResolverEndpointCommandInput,
|
|
24
24
|
UpdateResolverEndpointCommandOutput,
|
|
25
25
|
Route53ResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateResolverEndpointCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateResolverEndpointCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateResolverEndpointCommandInput,
|
|
33
33
|
UpdateResolverEndpointCommandOutput,
|
|
34
34
|
Route53ResolverClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateResolverEndpointCommand extends UpdateResolverEndpointCommand_base {
|
|
41
43
|
protected static __types: {
|