@aws-sdk/client-route53globalresolver 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 +110 -111
- package/dist-cjs/models/Route53GlobalResolverServiceException.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/Route53GlobalResolver.js +1 -1
- package/dist-es/Route53GlobalResolverClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateHostedZoneCommand.js +2 -2
- package/dist-es/commands/BatchCreateFirewallRuleCommand.js +2 -2
- package/dist-es/commands/BatchDeleteFirewallRuleCommand.js +2 -2
- package/dist-es/commands/BatchUpdateFirewallRuleCommand.js +2 -2
- package/dist-es/commands/CreateAccessSourceCommand.js +2 -2
- package/dist-es/commands/CreateAccessTokenCommand.js +2 -2
- package/dist-es/commands/CreateDNSViewCommand.js +2 -2
- package/dist-es/commands/CreateFirewallDomainListCommand.js +2 -2
- package/dist-es/commands/CreateFirewallRuleCommand.js +2 -2
- package/dist-es/commands/CreateGlobalResolverCommand.js +2 -2
- package/dist-es/commands/DeleteAccessSourceCommand.js +2 -2
- package/dist-es/commands/DeleteAccessTokenCommand.js +2 -2
- package/dist-es/commands/DeleteDNSViewCommand.js +2 -2
- package/dist-es/commands/DeleteFirewallDomainListCommand.js +2 -2
- package/dist-es/commands/DeleteFirewallRuleCommand.js +2 -2
- package/dist-es/commands/DeleteGlobalResolverCommand.js +2 -2
- package/dist-es/commands/DisableDNSViewCommand.js +2 -2
- package/dist-es/commands/DisassociateHostedZoneCommand.js +2 -2
- package/dist-es/commands/EnableDNSViewCommand.js +2 -2
- package/dist-es/commands/GetAccessSourceCommand.js +2 -2
- package/dist-es/commands/GetAccessTokenCommand.js +2 -2
- package/dist-es/commands/GetDNSViewCommand.js +2 -2
- package/dist-es/commands/GetFirewallDomainListCommand.js +2 -2
- package/dist-es/commands/GetFirewallRuleCommand.js +2 -2
- package/dist-es/commands/GetGlobalResolverCommand.js +2 -2
- package/dist-es/commands/GetHostedZoneAssociationCommand.js +2 -2
- package/dist-es/commands/GetManagedFirewallDomainListCommand.js +2 -2
- package/dist-es/commands/ImportFirewallDomainsCommand.js +2 -2
- package/dist-es/commands/ListAccessSourcesCommand.js +2 -2
- package/dist-es/commands/ListAccessTokensCommand.js +2 -2
- package/dist-es/commands/ListDNSViewsCommand.js +2 -2
- package/dist-es/commands/ListFirewallDomainListsCommand.js +2 -2
- package/dist-es/commands/ListFirewallDomainsCommand.js +2 -2
- package/dist-es/commands/ListFirewallRulesCommand.js +2 -2
- package/dist-es/commands/ListGlobalResolversCommand.js +2 -2
- package/dist-es/commands/ListHostedZoneAssociationsCommand.js +2 -2
- package/dist-es/commands/ListManagedFirewallDomainListsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAccessSourceCommand.js +2 -2
- package/dist-es/commands/UpdateAccessTokenCommand.js +2 -2
- package/dist-es/commands/UpdateDNSViewCommand.js +2 -2
- package/dist-es/commands/UpdateFirewallDomainsCommand.js +2 -2
- package/dist-es/commands/UpdateFirewallRuleCommand.js +2 -2
- package/dist-es/commands/UpdateGlobalResolverCommand.js +2 -2
- package/dist-es/commands/UpdateHostedZoneAssociationCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/Route53GlobalResolverServiceException.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/Route53GlobalResolverClient.d.ts +5 -5
- package/dist-types/commands/AssociateHostedZoneCommand.d.ts +6 -4
- package/dist-types/commands/BatchCreateFirewallRuleCommand.d.ts +6 -4
- package/dist-types/commands/BatchDeleteFirewallRuleCommand.d.ts +6 -4
- package/dist-types/commands/BatchUpdateFirewallRuleCommand.d.ts +6 -4
- package/dist-types/commands/CreateAccessSourceCommand.d.ts +6 -4
- package/dist-types/commands/CreateAccessTokenCommand.d.ts +6 -4
- package/dist-types/commands/CreateDNSViewCommand.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/CreateGlobalResolverCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAccessSourceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAccessTokenCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDNSViewCommand.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/DeleteGlobalResolverCommand.d.ts +6 -4
- package/dist-types/commands/DisableDNSViewCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateHostedZoneCommand.d.ts +6 -4
- package/dist-types/commands/EnableDNSViewCommand.d.ts +6 -4
- package/dist-types/commands/GetAccessSourceCommand.d.ts +6 -4
- package/dist-types/commands/GetAccessTokenCommand.d.ts +6 -4
- package/dist-types/commands/GetDNSViewCommand.d.ts +6 -4
- package/dist-types/commands/GetFirewallDomainListCommand.d.ts +6 -4
- package/dist-types/commands/GetFirewallRuleCommand.d.ts +6 -4
- package/dist-types/commands/GetGlobalResolverCommand.d.ts +6 -4
- package/dist-types/commands/GetHostedZoneAssociationCommand.d.ts +6 -4
- package/dist-types/commands/GetManagedFirewallDomainListCommand.d.ts +6 -4
- package/dist-types/commands/ImportFirewallDomainsCommand.d.ts +6 -4
- package/dist-types/commands/ListAccessSourcesCommand.d.ts +6 -4
- package/dist-types/commands/ListAccessTokensCommand.d.ts +6 -4
- package/dist-types/commands/ListDNSViewsCommand.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/ListFirewallRulesCommand.d.ts +6 -4
- package/dist-types/commands/ListGlobalResolversCommand.d.ts +6 -4
- package/dist-types/commands/ListHostedZoneAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/ListManagedFirewallDomainListsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.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/UpdateAccessSourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAccessTokenCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDNSViewCommand.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/UpdateGlobalResolverCommand.d.ts +6 -4
- package/dist-types/commands/UpdateHostedZoneAssociationCommand.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/Route53GlobalResolverServiceException.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/Route53GlobalResolverClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateHostedZoneCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchCreateFirewallRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDeleteFirewallRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchUpdateFirewallRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAccessSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAccessTokenCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDNSViewCommand.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/CreateGlobalResolverCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAccessSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAccessTokenCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDNSViewCommand.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/DeleteGlobalResolverCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisableDNSViewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateHostedZoneCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnableDNSViewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccessSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDNSViewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFirewallDomainListCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFirewallRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetGlobalResolverCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetHostedZoneAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetManagedFirewallDomainListCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ImportFirewallDomainsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAccessSourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAccessTokensCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDNSViewsCommand.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/ListFirewallRulesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListGlobalResolversCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListHostedZoneAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListManagedFirewallDomainListsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.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/UpdateAccessSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAccessTokenCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDNSViewCommand.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/UpdateGlobalResolverCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateHostedZoneAssociationCommand.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/Route53GlobalResolverServiceException.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
|
DeleteAccessTokenInput,
|
|
@@ -18,7 +18,7 @@ export interface DeleteAccessTokenCommandOutput
|
|
|
18
18
|
declare const DeleteAccessTokenCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteAccessTokenCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteAccessTokenCommandInput,
|
|
23
23
|
DeleteAccessTokenCommandOutput,
|
|
24
24
|
Route53GlobalResolverClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteAccessTokenCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteAccessTokenCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteAccessTokenCommandInput,
|
|
32
32
|
DeleteAccessTokenCommandOutput,
|
|
33
33
|
Route53GlobalResolverClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeleteAccessTokenCommand extends DeleteAccessTokenCommand_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 { DeleteDNSViewInput, DeleteDNSViewOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface DeleteDNSViewCommandOutput
|
|
|
15
15
|
declare const DeleteDNSViewCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteDNSViewCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteDNSViewCommandInput,
|
|
20
20
|
DeleteDNSViewCommandOutput,
|
|
21
21
|
Route53GlobalResolverClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteDNSViewCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteDNSViewCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteDNSViewCommandInput,
|
|
29
29
|
DeleteDNSViewCommandOutput,
|
|
30
30
|
Route53GlobalResolverClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteDNSViewCommand extends DeleteDNSViewCommand_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
|
DeleteFirewallDomainListInput,
|
|
@@ -19,7 +19,7 @@ export interface DeleteFirewallDomainListCommandOutput
|
|
|
19
19
|
declare const DeleteFirewallDomainListCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteFirewallDomainListCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteFirewallDomainListCommandInput,
|
|
24
24
|
DeleteFirewallDomainListCommandOutput,
|
|
25
25
|
Route53GlobalResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteFirewallDomainListCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteFirewallDomainListCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteFirewallDomainListCommandInput,
|
|
33
33
|
DeleteFirewallDomainListCommandOutput,
|
|
34
34
|
Route53GlobalResolverClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteFirewallDomainListCommand extends DeleteFirewallDomainListCommand_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
|
DeleteFirewallRuleInput,
|
|
@@ -19,7 +19,7 @@ export interface DeleteFirewallRuleCommandOutput
|
|
|
19
19
|
declare const DeleteFirewallRuleCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteFirewallRuleCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteFirewallRuleCommandInput,
|
|
24
24
|
DeleteFirewallRuleCommandOutput,
|
|
25
25
|
Route53GlobalResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteFirewallRuleCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteFirewallRuleCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteFirewallRuleCommandInput,
|
|
33
33
|
DeleteFirewallRuleCommandOutput,
|
|
34
34
|
Route53GlobalResolverClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteFirewallRuleCommand extends DeleteFirewallRuleCommand_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
|
DeleteGlobalResolverInput,
|
|
@@ -19,7 +19,7 @@ export interface DeleteGlobalResolverCommandOutput
|
|
|
19
19
|
declare const DeleteGlobalResolverCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteGlobalResolverCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteGlobalResolverCommandInput,
|
|
24
24
|
DeleteGlobalResolverCommandOutput,
|
|
25
25
|
Route53GlobalResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteGlobalResolverCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteGlobalResolverCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteGlobalResolverCommandInput,
|
|
33
33
|
DeleteGlobalResolverCommandOutput,
|
|
34
34
|
Route53GlobalResolverClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteGlobalResolverCommand extends DeleteGlobalResolverCommand_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 { DisableDNSViewInput, DisableDNSViewOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface DisableDNSViewCommandOutput
|
|
|
15
15
|
declare const DisableDNSViewCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DisableDNSViewCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DisableDNSViewCommandInput,
|
|
20
20
|
DisableDNSViewCommandOutput,
|
|
21
21
|
Route53GlobalResolverClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DisableDNSViewCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DisableDNSViewCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DisableDNSViewCommandInput,
|
|
29
29
|
DisableDNSViewCommandOutput,
|
|
30
30
|
Route53GlobalResolverClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DisableDNSViewCommand extends DisableDNSViewCommand_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
|
DisassociateHostedZoneInput,
|
|
@@ -19,7 +19,7 @@ export interface DisassociateHostedZoneCommandOutput
|
|
|
19
19
|
declare const DisassociateHostedZoneCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DisassociateHostedZoneCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DisassociateHostedZoneCommandInput,
|
|
24
24
|
DisassociateHostedZoneCommandOutput,
|
|
25
25
|
Route53GlobalResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DisassociateHostedZoneCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DisassociateHostedZoneCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DisassociateHostedZoneCommandInput,
|
|
33
33
|
DisassociateHostedZoneCommandOutput,
|
|
34
34
|
Route53GlobalResolverClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DisassociateHostedZoneCommand extends DisassociateHostedZoneCommand_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 { EnableDNSViewInput, EnableDNSViewOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface EnableDNSViewCommandOutput
|
|
|
15
15
|
declare const EnableDNSViewCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: EnableDNSViewCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
EnableDNSViewCommandInput,
|
|
20
20
|
EnableDNSViewCommandOutput,
|
|
21
21
|
Route53GlobalResolverClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const EnableDNSViewCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: EnableDNSViewCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
EnableDNSViewCommandInput,
|
|
29
29
|
EnableDNSViewCommandOutput,
|
|
30
30
|
Route53GlobalResolverClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class EnableDNSViewCommand extends EnableDNSViewCommand_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
|
GetAccessSourceInput,
|
|
@@ -18,7 +18,7 @@ export interface GetAccessSourceCommandOutput
|
|
|
18
18
|
declare const GetAccessSourceCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetAccessSourceCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetAccessSourceCommandInput,
|
|
23
23
|
GetAccessSourceCommandOutput,
|
|
24
24
|
Route53GlobalResolverClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetAccessSourceCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetAccessSourceCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetAccessSourceCommandInput,
|
|
32
32
|
GetAccessSourceCommandOutput,
|
|
33
33
|
Route53GlobalResolverClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetAccessSourceCommand extends GetAccessSourceCommand_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 { GetAccessTokenInput, GetAccessTokenOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface GetAccessTokenCommandOutput
|
|
|
15
15
|
declare const GetAccessTokenCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetAccessTokenCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetAccessTokenCommandInput,
|
|
20
20
|
GetAccessTokenCommandOutput,
|
|
21
21
|
Route53GlobalResolverClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetAccessTokenCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetAccessTokenCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetAccessTokenCommandInput,
|
|
29
29
|
GetAccessTokenCommandOutput,
|
|
30
30
|
Route53GlobalResolverClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetAccessTokenCommand extends GetAccessTokenCommand_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 { GetDNSViewInput, GetDNSViewOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface GetDNSViewCommandOutput
|
|
|
15
15
|
declare const GetDNSViewCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetDNSViewCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetDNSViewCommandInput,
|
|
20
20
|
GetDNSViewCommandOutput,
|
|
21
21
|
Route53GlobalResolverClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetDNSViewCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetDNSViewCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetDNSViewCommandInput,
|
|
29
29
|
GetDNSViewCommandOutput,
|
|
30
30
|
Route53GlobalResolverClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetDNSViewCommand extends GetDNSViewCommand_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
|
GetFirewallDomainListInput,
|
|
@@ -19,7 +19,7 @@ export interface GetFirewallDomainListCommandOutput
|
|
|
19
19
|
declare const GetFirewallDomainListCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetFirewallDomainListCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetFirewallDomainListCommandInput,
|
|
24
24
|
GetFirewallDomainListCommandOutput,
|
|
25
25
|
Route53GlobalResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetFirewallDomainListCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetFirewallDomainListCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetFirewallDomainListCommandInput,
|
|
33
33
|
GetFirewallDomainListCommandOutput,
|
|
34
34
|
Route53GlobalResolverClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetFirewallDomainListCommand extends GetFirewallDomainListCommand_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
|
GetFirewallRuleInput,
|
|
@@ -18,7 +18,7 @@ export interface GetFirewallRuleCommandOutput
|
|
|
18
18
|
declare const GetFirewallRuleCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetFirewallRuleCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetFirewallRuleCommandInput,
|
|
23
23
|
GetFirewallRuleCommandOutput,
|
|
24
24
|
Route53GlobalResolverClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetFirewallRuleCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetFirewallRuleCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetFirewallRuleCommandInput,
|
|
32
32
|
GetFirewallRuleCommandOutput,
|
|
33
33
|
Route53GlobalResolverClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetFirewallRuleCommand extends GetFirewallRuleCommand_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
|
GetGlobalResolverInput,
|
|
@@ -18,7 +18,7 @@ export interface GetGlobalResolverCommandOutput
|
|
|
18
18
|
declare const GetGlobalResolverCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetGlobalResolverCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetGlobalResolverCommandInput,
|
|
23
23
|
GetGlobalResolverCommandOutput,
|
|
24
24
|
Route53GlobalResolverClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetGlobalResolverCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetGlobalResolverCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetGlobalResolverCommandInput,
|
|
32
32
|
GetGlobalResolverCommandOutput,
|
|
33
33
|
Route53GlobalResolverClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetGlobalResolverCommand extends GetGlobalResolverCommand_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
|
GetHostedZoneAssociationInput,
|
|
@@ -19,7 +19,7 @@ export interface GetHostedZoneAssociationCommandOutput
|
|
|
19
19
|
declare const GetHostedZoneAssociationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetHostedZoneAssociationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetHostedZoneAssociationCommandInput,
|
|
24
24
|
GetHostedZoneAssociationCommandOutput,
|
|
25
25
|
Route53GlobalResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetHostedZoneAssociationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetHostedZoneAssociationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetHostedZoneAssociationCommandInput,
|
|
33
33
|
GetHostedZoneAssociationCommandOutput,
|
|
34
34
|
Route53GlobalResolverClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetHostedZoneAssociationCommand extends GetHostedZoneAssociationCommand_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
|
GetManagedFirewallDomainListInput,
|
|
@@ -19,7 +19,7 @@ export interface GetManagedFirewallDomainListCommandOutput
|
|
|
19
19
|
declare const GetManagedFirewallDomainListCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetManagedFirewallDomainListCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetManagedFirewallDomainListCommandInput,
|
|
24
24
|
GetManagedFirewallDomainListCommandOutput,
|
|
25
25
|
Route53GlobalResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetManagedFirewallDomainListCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetManagedFirewallDomainListCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetManagedFirewallDomainListCommandInput,
|
|
33
33
|
GetManagedFirewallDomainListCommandOutput,
|
|
34
34
|
Route53GlobalResolverClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetManagedFirewallDomainListCommand extends GetManagedFirewallDomainListCommand_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
|
ImportFirewallDomainsInput,
|
|
@@ -19,7 +19,7 @@ export interface ImportFirewallDomainsCommandOutput
|
|
|
19
19
|
declare const ImportFirewallDomainsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ImportFirewallDomainsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ImportFirewallDomainsCommandInput,
|
|
24
24
|
ImportFirewallDomainsCommandOutput,
|
|
25
25
|
Route53GlobalResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ImportFirewallDomainsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ImportFirewallDomainsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ImportFirewallDomainsCommandInput,
|
|
33
33
|
ImportFirewallDomainsCommandOutput,
|
|
34
34
|
Route53GlobalResolverClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ImportFirewallDomainsCommand extends ImportFirewallDomainsCommand_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
|
ListAccessSourcesInput,
|
|
@@ -18,7 +18,7 @@ export interface ListAccessSourcesCommandOutput
|
|
|
18
18
|
declare const ListAccessSourcesCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListAccessSourcesCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListAccessSourcesCommandInput,
|
|
23
23
|
ListAccessSourcesCommandOutput,
|
|
24
24
|
Route53GlobalResolverClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListAccessSourcesCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [ListAccessSourcesCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListAccessSourcesCommandInput,
|
|
32
32
|
ListAccessSourcesCommandOutput,
|
|
33
33
|
Route53GlobalResolverClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListAccessSourcesCommand extends ListAccessSourcesCommand_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
|
ListAccessTokensInput,
|
|
@@ -18,7 +18,7 @@ export interface ListAccessTokensCommandOutput
|
|
|
18
18
|
declare const ListAccessTokensCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListAccessTokensCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListAccessTokensCommandInput,
|
|
23
23
|
ListAccessTokensCommandOutput,
|
|
24
24
|
Route53GlobalResolverClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListAccessTokensCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ListAccessTokensCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListAccessTokensCommandInput,
|
|
32
32
|
ListAccessTokensCommandOutput,
|
|
33
33
|
Route53GlobalResolverClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListAccessTokensCommand extends ListAccessTokensCommand_base {
|
|
40
42
|
protected static __types: {
|