@aws-sdk/client-route53globalresolver 3.1076.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +58 -475
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateHostedZoneCommand.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/CreateAccessSourceCommand.js +2 -14
- package/dist-es/commands/CreateAccessTokenCommand.js +2 -14
- package/dist-es/commands/CreateDNSViewCommand.js +2 -14
- package/dist-es/commands/CreateFirewallDomainListCommand.js +2 -14
- package/dist-es/commands/CreateFirewallRuleCommand.js +2 -14
- package/dist-es/commands/CreateGlobalResolverCommand.js +2 -14
- package/dist-es/commands/DeleteAccessSourceCommand.js +2 -14
- package/dist-es/commands/DeleteAccessTokenCommand.js +2 -14
- package/dist-es/commands/DeleteDNSViewCommand.js +2 -14
- package/dist-es/commands/DeleteFirewallDomainListCommand.js +2 -14
- package/dist-es/commands/DeleteFirewallRuleCommand.js +2 -14
- package/dist-es/commands/DeleteGlobalResolverCommand.js +2 -14
- package/dist-es/commands/DisableDNSViewCommand.js +2 -14
- package/dist-es/commands/DisassociateHostedZoneCommand.js +2 -14
- package/dist-es/commands/EnableDNSViewCommand.js +2 -14
- package/dist-es/commands/GetAccessSourceCommand.js +2 -14
- package/dist-es/commands/GetAccessTokenCommand.js +2 -14
- package/dist-es/commands/GetDNSViewCommand.js +2 -14
- package/dist-es/commands/GetFirewallDomainListCommand.js +2 -14
- package/dist-es/commands/GetFirewallRuleCommand.js +2 -14
- package/dist-es/commands/GetGlobalResolverCommand.js +2 -14
- package/dist-es/commands/GetHostedZoneAssociationCommand.js +2 -14
- package/dist-es/commands/GetManagedFirewallDomainListCommand.js +2 -14
- package/dist-es/commands/ImportFirewallDomainsCommand.js +2 -14
- package/dist-es/commands/ListAccessSourcesCommand.js +2 -14
- package/dist-es/commands/ListAccessTokensCommand.js +2 -14
- package/dist-es/commands/ListDNSViewsCommand.js +2 -14
- package/dist-es/commands/ListFirewallDomainListsCommand.js +2 -14
- package/dist-es/commands/ListFirewallDomainsCommand.js +2 -14
- package/dist-es/commands/ListFirewallRulesCommand.js +2 -14
- package/dist-es/commands/ListGlobalResolversCommand.js +2 -14
- package/dist-es/commands/ListHostedZoneAssociationsCommand.js +2 -14
- package/dist-es/commands/ListManagedFirewallDomainListsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAccessSourceCommand.js +2 -14
- package/dist-es/commands/UpdateAccessTokenCommand.js +2 -14
- package/dist-es/commands/UpdateDNSViewCommand.js +2 -14
- package/dist-es/commands/UpdateFirewallDomainsCommand.js +2 -14
- package/dist-es/commands/UpdateFirewallRuleCommand.js +2 -14
- package/dist-es/commands/UpdateGlobalResolverCommand.js +2 -14
- package/dist-es/commands/UpdateHostedZoneAssociationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateHostedZoneCommand.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/CreateAccessSourceCommand.d.ts +3 -8
- package/dist-types/commands/CreateAccessTokenCommand.d.ts +3 -8
- package/dist-types/commands/CreateDNSViewCommand.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/CreateGlobalResolverCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAccessSourceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAccessTokenCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDNSViewCommand.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/DeleteGlobalResolverCommand.d.ts +3 -8
- package/dist-types/commands/DisableDNSViewCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateHostedZoneCommand.d.ts +3 -8
- package/dist-types/commands/EnableDNSViewCommand.d.ts +3 -8
- package/dist-types/commands/GetAccessSourceCommand.d.ts +3 -8
- package/dist-types/commands/GetAccessTokenCommand.d.ts +3 -8
- package/dist-types/commands/GetDNSViewCommand.d.ts +3 -8
- package/dist-types/commands/GetFirewallDomainListCommand.d.ts +3 -8
- package/dist-types/commands/GetFirewallRuleCommand.d.ts +3 -8
- package/dist-types/commands/GetGlobalResolverCommand.d.ts +3 -8
- package/dist-types/commands/GetHostedZoneAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetManagedFirewallDomainListCommand.d.ts +3 -8
- package/dist-types/commands/ImportFirewallDomainsCommand.d.ts +3 -8
- package/dist-types/commands/ListAccessSourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListAccessTokensCommand.d.ts +3 -8
- package/dist-types/commands/ListDNSViewsCommand.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/ListFirewallRulesCommand.d.ts +3 -8
- package/dist-types/commands/ListGlobalResolversCommand.d.ts +3 -8
- package/dist-types/commands/ListHostedZoneAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListManagedFirewallDomainListsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.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/UpdateAccessSourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAccessTokenCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDNSViewCommand.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/UpdateGlobalResolverCommand.d.ts +3 -8
- package/dist-types/commands/UpdateHostedZoneAssociationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateHostedZoneCommand.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/CreateAccessSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAccessTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDNSViewCommand.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/CreateGlobalResolverCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAccessSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAccessTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDNSViewCommand.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/DeleteGlobalResolverCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableDNSViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateHostedZoneCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableDNSViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAccessSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDNSViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFirewallDomainListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFirewallRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetGlobalResolverCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetHostedZoneAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetManagedFirewallDomainListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ImportFirewallDomainsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAccessSourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAccessTokensCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDNSViewsCommand.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/ListFirewallRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListGlobalResolversCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListHostedZoneAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListManagedFirewallDomainListsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.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/UpdateAccessSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAccessTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDNSViewCommand.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/UpdateGlobalResolverCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateHostedZoneAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -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 { CreateFirewallDomainListInput, CreateFirewallDomainListOutput } from "../models/models_0";
|
|
4
|
-
import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
|
|
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 CreateFirewallDomainListCommandInput extends CreateFirewallDoma
|
|
|
22
19
|
export interface CreateFirewallDomainListCommandOutput extends CreateFirewallDomainListOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateFirewallDomainListCommand_base: {
|
|
25
|
-
new (input: CreateFirewallDomainListCommandInput): import("@smithy/core/client").CommandImpl<CreateFirewallDomainListCommandInput, CreateFirewallDomainListCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateFirewallDomainListCommandInput): import("@smithy/core/client").CommandImpl<CreateFirewallDomainListCommandInput, CreateFirewallDomainListCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateFirewallDomainListCommandInput): import("@smithy/core/client").CommandImpl<CreateFirewallDomainListCommandInput, CreateFirewallDomainListCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateFirewallDomainListCommandInput): import("@smithy/core/client").CommandImpl<CreateFirewallDomainListCommandInput, CreateFirewallDomainListCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a firewall domain list. Domain lists are reusable sets of domain specifications that you use in DNS firewall rules to allow, block, or alert on DNS queries to specific domains.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
@@ -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 { CreateFirewallRuleInput, CreateFirewallRuleOutput } from "../models/models_0";
|
|
4
|
-
import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
|
|
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 CreateFirewallRuleCommandInput extends CreateFirewallRuleInput
|
|
|
22
19
|
export interface CreateFirewallRuleCommandOutput extends CreateFirewallRuleOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateFirewallRuleCommand_base: {
|
|
25
|
-
new (input: CreateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateFirewallRuleCommandInput, CreateFirewallRuleCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateFirewallRuleCommandInput, CreateFirewallRuleCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateFirewallRuleCommandInput, CreateFirewallRuleCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateFirewallRuleCommandInput, CreateFirewallRuleCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a DNS firewall rule. Firewall rules define actions (ALLOW, BLOCK, or ALERT) to take on DNS queries that match specified domain lists, managed domain lists, or advanced threat protections.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
@@ -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 { CreateGlobalResolverInput, CreateGlobalResolverOutput } from "../models/models_0";
|
|
4
|
-
import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
|
|
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 CreateGlobalResolverCommandInput extends CreateGlobalResolverIn
|
|
|
22
19
|
export interface CreateGlobalResolverCommandOutput extends CreateGlobalResolverOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateGlobalResolverCommand_base: {
|
|
25
|
-
new (input: CreateGlobalResolverCommandInput): import("@smithy/core/client").CommandImpl<CreateGlobalResolverCommandInput, CreateGlobalResolverCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateGlobalResolverCommandInput): import("@smithy/core/client").CommandImpl<CreateGlobalResolverCommandInput, CreateGlobalResolverCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateGlobalResolverCommandInput): import("@smithy/core/client").CommandImpl<CreateGlobalResolverCommandInput, CreateGlobalResolverCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateGlobalResolverCommandInput): import("@smithy/core/client").CommandImpl<CreateGlobalResolverCommandInput, CreateGlobalResolverCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new Route 53 Global Resolver instance. A Route 53 Global Resolver is a global, internet-accessible DNS resolver that provides secure DNS resolution for both public and private domains through global anycast IP addresses.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
@@ -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 { DeleteAccessSourceInput, DeleteAccessSourceOutput } from "../models/models_0";
|
|
4
|
-
import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
|
|
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 DeleteAccessSourceCommandInput extends DeleteAccessSourceInput
|
|
|
22
19
|
export interface DeleteAccessSourceCommandOutput extends DeleteAccessSourceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteAccessSourceCommand_base: {
|
|
25
|
-
new (input: DeleteAccessSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessSourceCommandInput, DeleteAccessSourceCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteAccessSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessSourceCommandInput, DeleteAccessSourceCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteAccessSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessSourceCommandInput, DeleteAccessSourceCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteAccessSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessSourceCommandInput, DeleteAccessSourceCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an access source. This operation cannot be undone.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
@@ -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 { DeleteAccessTokenInput, DeleteAccessTokenOutput } from "../models/models_0";
|
|
4
|
-
import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
|
|
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 DeleteAccessTokenCommandInput extends DeleteAccessTokenInput {
|
|
|
22
19
|
export interface DeleteAccessTokenCommandOutput extends DeleteAccessTokenOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteAccessTokenCommand_base: {
|
|
25
|
-
new (input: DeleteAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessTokenCommandInput, DeleteAccessTokenCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessTokenCommandInput, DeleteAccessTokenCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessTokenCommandInput, DeleteAccessTokenCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessTokenCommandInput, DeleteAccessTokenCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an access token. This operation cannot be undone.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
@@ -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 { DeleteDNSViewInput, DeleteDNSViewOutput } from "../models/models_0";
|
|
4
|
-
import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
|
|
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 DeleteDNSViewCommandInput extends DeleteDNSViewInput {
|
|
|
22
19
|
export interface DeleteDNSViewCommandOutput extends DeleteDNSViewOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteDNSViewCommand_base: {
|
|
25
|
-
new (input: DeleteDNSViewCommandInput): import("@smithy/core/client").CommandImpl<DeleteDNSViewCommandInput, DeleteDNSViewCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteDNSViewCommandInput): import("@smithy/core/client").CommandImpl<DeleteDNSViewCommandInput, DeleteDNSViewCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteDNSViewCommandInput): import("@smithy/core/client").CommandImpl<DeleteDNSViewCommandInput, DeleteDNSViewCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteDNSViewCommandInput): import("@smithy/core/client").CommandImpl<DeleteDNSViewCommandInput, DeleteDNSViewCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a DNS view. This operation cannot be undone.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
@@ -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 { DeleteFirewallDomainListInput, DeleteFirewallDomainListOutput } from "../models/models_0";
|
|
4
|
-
import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
|
|
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 DeleteFirewallDomainListCommandInput extends DeleteFirewallDoma
|
|
|
22
19
|
export interface DeleteFirewallDomainListCommandOutput extends DeleteFirewallDomainListOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteFirewallDomainListCommand_base: {
|
|
25
|
-
new (input: DeleteFirewallDomainListCommandInput): import("@smithy/core/client").CommandImpl<DeleteFirewallDomainListCommandInput, DeleteFirewallDomainListCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteFirewallDomainListCommandInput): import("@smithy/core/client").CommandImpl<DeleteFirewallDomainListCommandInput, DeleteFirewallDomainListCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteFirewallDomainListCommandInput): import("@smithy/core/client").CommandImpl<DeleteFirewallDomainListCommandInput, DeleteFirewallDomainListCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteFirewallDomainListCommandInput): import("@smithy/core/client").CommandImpl<DeleteFirewallDomainListCommandInput, DeleteFirewallDomainListCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a firewall domain list. This operation cannot be undone.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
@@ -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 { DeleteFirewallRuleInput, DeleteFirewallRuleOutput } from "../models/models_0";
|
|
4
|
-
import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
|
|
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 DeleteFirewallRuleCommandInput extends DeleteFirewallRuleInput
|
|
|
22
19
|
export interface DeleteFirewallRuleCommandOutput extends DeleteFirewallRuleOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteFirewallRuleCommand_base: {
|
|
25
|
-
new (input: DeleteFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteFirewallRuleCommandInput, DeleteFirewallRuleCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteFirewallRuleCommandInput, DeleteFirewallRuleCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteFirewallRuleCommandInput, DeleteFirewallRuleCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteFirewallRuleCommandInput, DeleteFirewallRuleCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a DNS firewall rule. This operation cannot be undone.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
@@ -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 { DeleteGlobalResolverInput, DeleteGlobalResolverOutput } from "../models/models_0";
|
|
4
|
-
import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
|
|
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 DeleteGlobalResolverCommandInput extends DeleteGlobalResolverIn
|
|
|
22
19
|
export interface DeleteGlobalResolverCommandOutput extends DeleteGlobalResolverOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteGlobalResolverCommand_base: {
|
|
25
|
-
new (input: DeleteGlobalResolverCommandInput): import("@smithy/core/client").CommandImpl<DeleteGlobalResolverCommandInput, DeleteGlobalResolverCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteGlobalResolverCommandInput): import("@smithy/core/client").CommandImpl<DeleteGlobalResolverCommandInput, DeleteGlobalResolverCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteGlobalResolverCommandInput): import("@smithy/core/client").CommandImpl<DeleteGlobalResolverCommandInput, DeleteGlobalResolverCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteGlobalResolverCommandInput): import("@smithy/core/client").CommandImpl<DeleteGlobalResolverCommandInput, DeleteGlobalResolverCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a Route 53 Global Resolver instance. This operation cannot be undone. All associated DNS views, access sources, tokens, and firewall rules are also deleted.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
@@ -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 { DisableDNSViewInput, DisableDNSViewOutput } from "../models/models_0";
|
|
4
|
-
import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
|
|
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 DisableDNSViewCommandInput extends DisableDNSViewInput {
|
|
|
22
19
|
export interface DisableDNSViewCommandOutput extends DisableDNSViewOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DisableDNSViewCommand_base: {
|
|
25
|
-
new (input: DisableDNSViewCommandInput): import("@smithy/core/client").CommandImpl<DisableDNSViewCommandInput, DisableDNSViewCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DisableDNSViewCommandInput): import("@smithy/core/client").CommandImpl<DisableDNSViewCommandInput, DisableDNSViewCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DisableDNSViewCommandInput): import("@smithy/core/client").CommandImpl<DisableDNSViewCommandInput, DisableDNSViewCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DisableDNSViewCommandInput): import("@smithy/core/client").CommandImpl<DisableDNSViewCommandInput, DisableDNSViewCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Disables a DNS view, preventing it from serving DNS queries.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
@@ -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 { DisassociateHostedZoneInput, DisassociateHostedZoneOutput } from "../models/models_0";
|
|
4
|
-
import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
|
|
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 DisassociateHostedZoneCommandInput extends DisassociateHostedZo
|
|
|
22
19
|
export interface DisassociateHostedZoneCommandOutput extends DisassociateHostedZoneOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DisassociateHostedZoneCommand_base: {
|
|
25
|
-
new (input: DisassociateHostedZoneCommandInput): import("@smithy/core/client").CommandImpl<DisassociateHostedZoneCommandInput, DisassociateHostedZoneCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DisassociateHostedZoneCommandInput): import("@smithy/core/client").CommandImpl<DisassociateHostedZoneCommandInput, DisassociateHostedZoneCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DisassociateHostedZoneCommandInput): import("@smithy/core/client").CommandImpl<DisassociateHostedZoneCommandInput, DisassociateHostedZoneCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DisassociateHostedZoneCommandInput): import("@smithy/core/client").CommandImpl<DisassociateHostedZoneCommandInput, DisassociateHostedZoneCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Disassociates a Route 53 private hosted zone from a Route 53 Global Resolver resource.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
@@ -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 { EnableDNSViewInput, EnableDNSViewOutput } from "../models/models_0";
|
|
4
|
-
import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
|
|
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 EnableDNSViewCommandInput extends EnableDNSViewInput {
|
|
|
22
19
|
export interface EnableDNSViewCommandOutput extends EnableDNSViewOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const EnableDNSViewCommand_base: {
|
|
25
|
-
new (input: EnableDNSViewCommandInput): import("@smithy/core/client").CommandImpl<EnableDNSViewCommandInput, EnableDNSViewCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: EnableDNSViewCommandInput): import("@smithy/core/client").CommandImpl<EnableDNSViewCommandInput, EnableDNSViewCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: EnableDNSViewCommandInput): import("@smithy/core/client").CommandImpl<EnableDNSViewCommandInput, EnableDNSViewCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: EnableDNSViewCommandInput): import("@smithy/core/client").CommandImpl<EnableDNSViewCommandInput, EnableDNSViewCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Enables a disabled DNS view, allowing it to serve DNS queries again.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
@@ -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 { GetAccessSourceInput, GetAccessSourceOutput } from "../models/models_0";
|
|
4
|
-
import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
|
|
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 GetAccessSourceCommandInput extends GetAccessSourceInput {
|
|
|
22
19
|
export interface GetAccessSourceCommandOutput extends GetAccessSourceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetAccessSourceCommand_base: {
|
|
25
|
-
new (input: GetAccessSourceCommandInput): import("@smithy/core/client").CommandImpl<GetAccessSourceCommandInput, GetAccessSourceCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetAccessSourceCommandInput): import("@smithy/core/client").CommandImpl<GetAccessSourceCommandInput, GetAccessSourceCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetAccessSourceCommandInput): import("@smithy/core/client").CommandImpl<GetAccessSourceCommandInput, GetAccessSourceCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetAccessSourceCommandInput): import("@smithy/core/client").CommandImpl<GetAccessSourceCommandInput, GetAccessSourceCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about an access source.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
@@ -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 { GetAccessTokenInput, GetAccessTokenOutput } from "../models/models_0";
|
|
4
|
-
import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
|
|
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 GetAccessTokenCommandInput extends GetAccessTokenInput {
|
|
|
22
19
|
export interface GetAccessTokenCommandOutput extends GetAccessTokenOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetAccessTokenCommand_base: {
|
|
25
|
-
new (input: GetAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<GetAccessTokenCommandInput, GetAccessTokenCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<GetAccessTokenCommandInput, GetAccessTokenCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<GetAccessTokenCommandInput, GetAccessTokenCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<GetAccessTokenCommandInput, GetAccessTokenCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about an access token.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
@@ -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 { GetDNSViewInput, GetDNSViewOutput } from "../models/models_0";
|
|
4
|
-
import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
|
|
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 GetDNSViewCommandInput extends GetDNSViewInput {
|
|
|
22
19
|
export interface GetDNSViewCommandOutput extends GetDNSViewOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetDNSViewCommand_base: {
|
|
25
|
-
new (input: GetDNSViewCommandInput): import("@smithy/core/client").CommandImpl<GetDNSViewCommandInput, GetDNSViewCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetDNSViewCommandInput): import("@smithy/core/client").CommandImpl<GetDNSViewCommandInput, GetDNSViewCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetDNSViewCommandInput): import("@smithy/core/client").CommandImpl<GetDNSViewCommandInput, GetDNSViewCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetDNSViewCommandInput): import("@smithy/core/client").CommandImpl<GetDNSViewCommandInput, GetDNSViewCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about a DNS view.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
@@ -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 { GetFirewallDomainListInput, GetFirewallDomainListOutput } from "../models/models_0";
|
|
4
|
-
import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
|
|
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 GetFirewallDomainListCommandInput extends GetFirewallDomainList
|
|
|
22
19
|
export interface GetFirewallDomainListCommandOutput extends GetFirewallDomainListOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetFirewallDomainListCommand_base: {
|
|
25
|
-
new (input: GetFirewallDomainListCommandInput): import("@smithy/core/client").CommandImpl<GetFirewallDomainListCommandInput, GetFirewallDomainListCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetFirewallDomainListCommandInput): import("@smithy/core/client").CommandImpl<GetFirewallDomainListCommandInput, GetFirewallDomainListCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetFirewallDomainListCommandInput): import("@smithy/core/client").CommandImpl<GetFirewallDomainListCommandInput, GetFirewallDomainListCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetFirewallDomainListCommandInput): import("@smithy/core/client").CommandImpl<GetFirewallDomainListCommandInput, GetFirewallDomainListCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about a firewall domain list.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
@@ -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 { GetFirewallRuleInput, GetFirewallRuleOutput } from "../models/models_0";
|
|
4
|
-
import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
|
|
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 GetFirewallRuleCommandInput extends GetFirewallRuleInput {
|
|
|
22
19
|
export interface GetFirewallRuleCommandOutput extends GetFirewallRuleOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetFirewallRuleCommand_base: {
|
|
25
|
-
new (input: GetFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<GetFirewallRuleCommandInput, GetFirewallRuleCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<GetFirewallRuleCommandInput, GetFirewallRuleCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<GetFirewallRuleCommandInput, GetFirewallRuleCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<GetFirewallRuleCommandInput, GetFirewallRuleCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about a DNS firewall rule.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
@@ -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 { GetGlobalResolverInput, GetGlobalResolverOutput } from "../models/models_0";
|
|
4
|
-
import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
|
|
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 GetGlobalResolverCommandInput extends GetGlobalResolverInput {
|
|
|
22
19
|
export interface GetGlobalResolverCommandOutput extends GetGlobalResolverOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetGlobalResolverCommand_base: {
|
|
25
|
-
new (input: GetGlobalResolverCommandInput): import("@smithy/core/client").CommandImpl<GetGlobalResolverCommandInput, GetGlobalResolverCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetGlobalResolverCommandInput): import("@smithy/core/client").CommandImpl<GetGlobalResolverCommandInput, GetGlobalResolverCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetGlobalResolverCommandInput): import("@smithy/core/client").CommandImpl<GetGlobalResolverCommandInput, GetGlobalResolverCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetGlobalResolverCommandInput): import("@smithy/core/client").CommandImpl<GetGlobalResolverCommandInput, GetGlobalResolverCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about a Route 53 Global Resolver instance.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
@@ -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 { GetHostedZoneAssociationInput, GetHostedZoneAssociationOutput } from "../models/models_0";
|
|
4
|
-
import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
|
|
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 GetHostedZoneAssociationCommandInput extends GetHostedZoneAssoc
|
|
|
22
19
|
export interface GetHostedZoneAssociationCommandOutput extends GetHostedZoneAssociationOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetHostedZoneAssociationCommand_base: {
|
|
25
|
-
new (input: GetHostedZoneAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetHostedZoneAssociationCommandInput, GetHostedZoneAssociationCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetHostedZoneAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetHostedZoneAssociationCommandInput, GetHostedZoneAssociationCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetHostedZoneAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetHostedZoneAssociationCommandInput, GetHostedZoneAssociationCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetHostedZoneAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetHostedZoneAssociationCommandInput, GetHostedZoneAssociationCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about a hosted zone association.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
@@ -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 { GetManagedFirewallDomainListInput, GetManagedFirewallDomainListOutput } from "../models/models_0";
|
|
4
|
-
import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
|
|
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 GetManagedFirewallDomainListCommandInput extends GetManagedFire
|
|
|
22
19
|
export interface GetManagedFirewallDomainListCommandOutput extends GetManagedFirewallDomainListOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetManagedFirewallDomainListCommand_base: {
|
|
25
|
-
new (input: GetManagedFirewallDomainListCommandInput): import("@smithy/core/client").CommandImpl<GetManagedFirewallDomainListCommandInput, GetManagedFirewallDomainListCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetManagedFirewallDomainListCommandInput): import("@smithy/core/client").CommandImpl<GetManagedFirewallDomainListCommandInput, GetManagedFirewallDomainListCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetManagedFirewallDomainListCommandInput): import("@smithy/core/client").CommandImpl<GetManagedFirewallDomainListCommandInput, GetManagedFirewallDomainListCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetManagedFirewallDomainListCommandInput): import("@smithy/core/client").CommandImpl<GetManagedFirewallDomainListCommandInput, GetManagedFirewallDomainListCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about an Amazon Web Services-managed firewall domain list. Managed domain lists contain domains associated with malicious activity, content categories, or specific threats.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|