@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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateDNSViewInput, UpdateDNSViewOutput } from "../models/models_0";
|
|
4
4
|
import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateDNSViewCommandInput extends UpdateDNSViewInput {
|
|
|
22
22
|
export interface UpdateDNSViewCommandOutput extends UpdateDNSViewOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateDNSViewCommand_base: {
|
|
25
|
-
new (input: UpdateDNSViewCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateDNSViewCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateDNSViewCommandInput): import("@smithy/core/client").CommandImpl<UpdateDNSViewCommandInput, UpdateDNSViewCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateDNSViewCommandInput): import("@smithy/core/client").CommandImpl<UpdateDNSViewCommandInput, UpdateDNSViewCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the configuration of 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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateFirewallDomainsInput, UpdateFirewallDomainsOutput } from "../models/models_0";
|
|
4
4
|
import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateFirewallDomainsCommandInput extends UpdateFirewallDomains
|
|
|
22
22
|
export interface UpdateFirewallDomainsCommandOutput extends UpdateFirewallDomainsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateFirewallDomainsCommand_base: {
|
|
25
|
-
new (input: UpdateFirewallDomainsCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateFirewallDomainsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateFirewallDomainsCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallDomainsCommandInput, UpdateFirewallDomainsCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateFirewallDomainsCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallDomainsCommandInput, UpdateFirewallDomainsCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates a DNS Firewall domain list from an array of specified 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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateFirewallRuleInput, UpdateFirewallRuleOutput } from "../models/models_0";
|
|
4
4
|
import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateFirewallRuleCommandInput extends UpdateFirewallRuleInput
|
|
|
22
22
|
export interface UpdateFirewallRuleCommandOutput extends UpdateFirewallRuleOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateFirewallRuleCommand_base: {
|
|
25
|
-
new (input: UpdateFirewallRuleCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateFirewallRuleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallRuleCommandInput, UpdateFirewallRuleCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateFirewallRuleCommandInput, UpdateFirewallRuleCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the configuration of 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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateGlobalResolverInput, UpdateGlobalResolverOutput } from "../models/models_0";
|
|
4
4
|
import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateGlobalResolverCommandInput extends UpdateGlobalResolverIn
|
|
|
22
22
|
export interface UpdateGlobalResolverCommandOutput extends UpdateGlobalResolverOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateGlobalResolverCommand_base: {
|
|
25
|
-
new (input: UpdateGlobalResolverCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateGlobalResolverCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateGlobalResolverCommandInput): import("@smithy/core/client").CommandImpl<UpdateGlobalResolverCommandInput, UpdateGlobalResolverCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateGlobalResolverCommandInput): import("@smithy/core/client").CommandImpl<UpdateGlobalResolverCommandInput, UpdateGlobalResolverCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the configuration of a Route 53 Global Resolver instance. You can modify the name, description, and observability Region.</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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateHostedZoneAssociationInput, UpdateHostedZoneAssociationOutput } from "../models/models_0";
|
|
4
4
|
import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateHostedZoneAssociationCommandInput extends UpdateHostedZon
|
|
|
22
22
|
export interface UpdateHostedZoneAssociationCommandOutput extends UpdateHostedZoneAssociationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateHostedZoneAssociationCommand_base: {
|
|
25
|
-
new (input: UpdateHostedZoneAssociationCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateHostedZoneAssociationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateHostedZoneAssociationCommandInput): import("@smithy/core/client").CommandImpl<UpdateHostedZoneAssociationCommandInput, UpdateHostedZoneAssociationCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateHostedZoneAssociationCommandInput): import("@smithy/core/client").CommandImpl<UpdateHostedZoneAssociationCommandInput, UpdateHostedZoneAssociationCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the configuration of 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,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import type { ValidationExceptionReason } from "./enums";
|
|
3
3
|
import type { ValidationExceptionField } from "./models_0";
|
|
4
4
|
import { Route53GlobalResolverServiceException as __BaseException } from "./Route53GlobalResolverServiceException";
|
|
@@ -5,13 +5,13 @@ import type { Route53GlobalResolverClientConfig } from "./Route53GlobalResolverC
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: Route53GlobalResolverClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { Route53GlobalResolverClientConfig } from "./Route53GlobalResolverC
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: Route53GlobalResolverClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { Route53GlobalResolverClientConfig } from "./Route53GlobalResolverC
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: Route53GlobalResolverClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: Route53GlobalResolverClientConfi
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -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
|
AssociateHostedZoneInput,
|
|
@@ -19,7 +19,7 @@ export interface AssociateHostedZoneCommandOutput
|
|
|
19
19
|
declare const AssociateHostedZoneCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: AssociateHostedZoneCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
AssociateHostedZoneCommandInput,
|
|
24
24
|
AssociateHostedZoneCommandOutput,
|
|
25
25
|
Route53GlobalResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const AssociateHostedZoneCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: AssociateHostedZoneCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
AssociateHostedZoneCommandInput,
|
|
33
33
|
AssociateHostedZoneCommandOutput,
|
|
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 AssociateHostedZoneCommand extends AssociateHostedZoneCommand_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
|
BatchCreateFirewallRuleInput,
|
|
@@ -19,7 +19,7 @@ export interface BatchCreateFirewallRuleCommandOutput
|
|
|
19
19
|
declare const BatchCreateFirewallRuleCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: BatchCreateFirewallRuleCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
BatchCreateFirewallRuleCommandInput,
|
|
24
24
|
BatchCreateFirewallRuleCommandOutput,
|
|
25
25
|
Route53GlobalResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const BatchCreateFirewallRuleCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: BatchCreateFirewallRuleCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
BatchCreateFirewallRuleCommandInput,
|
|
33
33
|
BatchCreateFirewallRuleCommandOutput,
|
|
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 BatchCreateFirewallRuleCommand extends BatchCreateFirewallRuleCommand_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
|
BatchDeleteFirewallRuleInput,
|
|
@@ -19,7 +19,7 @@ export interface BatchDeleteFirewallRuleCommandOutput
|
|
|
19
19
|
declare const BatchDeleteFirewallRuleCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: BatchDeleteFirewallRuleCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
BatchDeleteFirewallRuleCommandInput,
|
|
24
24
|
BatchDeleteFirewallRuleCommandOutput,
|
|
25
25
|
Route53GlobalResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const BatchDeleteFirewallRuleCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: BatchDeleteFirewallRuleCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
BatchDeleteFirewallRuleCommandInput,
|
|
33
33
|
BatchDeleteFirewallRuleCommandOutput,
|
|
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 BatchDeleteFirewallRuleCommand extends BatchDeleteFirewallRuleCommand_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
|
BatchUpdateFirewallRuleInput,
|
|
@@ -19,7 +19,7 @@ export interface BatchUpdateFirewallRuleCommandOutput
|
|
|
19
19
|
declare const BatchUpdateFirewallRuleCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: BatchUpdateFirewallRuleCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
BatchUpdateFirewallRuleCommandInput,
|
|
24
24
|
BatchUpdateFirewallRuleCommandOutput,
|
|
25
25
|
Route53GlobalResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const BatchUpdateFirewallRuleCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: BatchUpdateFirewallRuleCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
BatchUpdateFirewallRuleCommandInput,
|
|
33
33
|
BatchUpdateFirewallRuleCommandOutput,
|
|
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 BatchUpdateFirewallRuleCommand extends BatchUpdateFirewallRuleCommand_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
|
CreateAccessSourceInput,
|
|
@@ -19,7 +19,7 @@ export interface CreateAccessSourceCommandOutput
|
|
|
19
19
|
declare const CreateAccessSourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateAccessSourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateAccessSourceCommandInput,
|
|
24
24
|
CreateAccessSourceCommandOutput,
|
|
25
25
|
Route53GlobalResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateAccessSourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateAccessSourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateAccessSourceCommandInput,
|
|
33
33
|
CreateAccessSourceCommandOutput,
|
|
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 CreateAccessSourceCommand extends CreateAccessSourceCommand_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
|
CreateAccessTokenInput,
|
|
@@ -18,7 +18,7 @@ export interface CreateAccessTokenCommandOutput
|
|
|
18
18
|
declare const CreateAccessTokenCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateAccessTokenCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateAccessTokenCommandInput,
|
|
23
23
|
CreateAccessTokenCommandOutput,
|
|
24
24
|
Route53GlobalResolverClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateAccessTokenCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateAccessTokenCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateAccessTokenCommandInput,
|
|
32
32
|
CreateAccessTokenCommandOutput,
|
|
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 CreateAccessTokenCommand extends CreateAccessTokenCommand_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 { CreateDNSViewInput, CreateDNSViewOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface CreateDNSViewCommandOutput
|
|
|
15
15
|
declare const CreateDNSViewCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreateDNSViewCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateDNSViewCommandInput,
|
|
20
20
|
CreateDNSViewCommandOutput,
|
|
21
21
|
Route53GlobalResolverClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreateDNSViewCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CreateDNSViewCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreateDNSViewCommandInput,
|
|
29
29
|
CreateDNSViewCommandOutput,
|
|
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 CreateDNSViewCommand extends CreateDNSViewCommand_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
|
CreateFirewallDomainListInput,
|
|
@@ -19,7 +19,7 @@ export interface CreateFirewallDomainListCommandOutput
|
|
|
19
19
|
declare const CreateFirewallDomainListCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateFirewallDomainListCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateFirewallDomainListCommandInput,
|
|
24
24
|
CreateFirewallDomainListCommandOutput,
|
|
25
25
|
Route53GlobalResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateFirewallDomainListCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateFirewallDomainListCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateFirewallDomainListCommandInput,
|
|
33
33
|
CreateFirewallDomainListCommandOutput,
|
|
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 CreateFirewallDomainListCommand extends CreateFirewallDomainListCommand_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
|
CreateFirewallRuleInput,
|
|
@@ -19,7 +19,7 @@ export interface CreateFirewallRuleCommandOutput
|
|
|
19
19
|
declare const CreateFirewallRuleCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateFirewallRuleCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateFirewallRuleCommandInput,
|
|
24
24
|
CreateFirewallRuleCommandOutput,
|
|
25
25
|
Route53GlobalResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateFirewallRuleCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateFirewallRuleCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateFirewallRuleCommandInput,
|
|
33
33
|
CreateFirewallRuleCommandOutput,
|
|
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 CreateFirewallRuleCommand extends CreateFirewallRuleCommand_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
|
CreateGlobalResolverInput,
|
|
@@ -19,7 +19,7 @@ export interface CreateGlobalResolverCommandOutput
|
|
|
19
19
|
declare const CreateGlobalResolverCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateGlobalResolverCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateGlobalResolverCommandInput,
|
|
24
24
|
CreateGlobalResolverCommandOutput,
|
|
25
25
|
Route53GlobalResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateGlobalResolverCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateGlobalResolverCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateGlobalResolverCommandInput,
|
|
33
33
|
CreateGlobalResolverCommandOutput,
|
|
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 CreateGlobalResolverCommand extends CreateGlobalResolverCommand_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
|
DeleteAccessSourceInput,
|
|
@@ -19,7 +19,7 @@ export interface DeleteAccessSourceCommandOutput
|
|
|
19
19
|
declare const DeleteAccessSourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteAccessSourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteAccessSourceCommandInput,
|
|
24
24
|
DeleteAccessSourceCommandOutput,
|
|
25
25
|
Route53GlobalResolverClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteAccessSourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteAccessSourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteAccessSourceCommandInput,
|
|
33
33
|
DeleteAccessSourceCommandOutput,
|
|
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 DeleteAccessSourceCommand extends DeleteAccessSourceCommand_base {
|
|
41
43
|
protected static __types: {
|