@aws-sdk/client-route53globalresolver 3.1077.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 +55 -473
- 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-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/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/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListFirewallDomains$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListFirewallDomainsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "ListFirewallDomains", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "ListFirewallDomainsCommand")
|
|
14
|
-
.sc(ListFirewallDomains$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListFirewallDomainsCommand extends command(_ep0, _mw0, "ListFirewallDomains", ListFirewallDomains$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListFirewallRules$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListFirewallRulesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "ListFirewallRules", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "ListFirewallRulesCommand")
|
|
14
|
-
.sc(ListFirewallRules$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListFirewallRulesCommand extends command(_ep0, _mw0, "ListFirewallRules", ListFirewallRules$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListGlobalResolvers$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListGlobalResolversCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "ListGlobalResolvers", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "ListGlobalResolversCommand")
|
|
14
|
-
.sc(ListGlobalResolvers$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListGlobalResolversCommand extends command(_ep0, _mw0, "ListGlobalResolvers", ListGlobalResolvers$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListHostedZoneAssociations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListHostedZoneAssociationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "ListHostedZoneAssociations", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "ListHostedZoneAssociationsCommand")
|
|
14
|
-
.sc(ListHostedZoneAssociations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListHostedZoneAssociationsCommand extends command(_ep0, _mw0, "ListHostedZoneAssociations", ListHostedZoneAssociations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListManagedFirewallDomainLists$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListManagedFirewallDomainListsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "ListManagedFirewallDomainLists", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "ListManagedFirewallDomainListsCommand")
|
|
14
|
-
.sc(ListManagedFirewallDomainLists$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListManagedFirewallDomainListsCommand extends command(_ep0, _mw0, "ListManagedFirewallDomainLists", ListManagedFirewallDomainLists$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "ListTagsForResource", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "TagResource", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "UntagResource", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateAccessSource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateAccessSourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "UpdateAccessSource", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "UpdateAccessSourceCommand")
|
|
14
|
-
.sc(UpdateAccessSource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateAccessSourceCommand extends command(_ep0, _mw0, "UpdateAccessSource", UpdateAccessSource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateAccessToken$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateAccessTokenCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "UpdateAccessToken", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "UpdateAccessTokenCommand")
|
|
14
|
-
.sc(UpdateAccessToken$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateAccessTokenCommand extends command(_ep0, _mw0, "UpdateAccessToken", UpdateAccessToken$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateDNSView$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateDNSViewCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "UpdateDNSView", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "UpdateDNSViewCommand")
|
|
14
|
-
.sc(UpdateDNSView$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateDNSViewCommand extends command(_ep0, _mw0, "UpdateDNSView", UpdateDNSView$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateFirewallDomains$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateFirewallDomainsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "UpdateFirewallDomains", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "UpdateFirewallDomainsCommand")
|
|
14
|
-
.sc(UpdateFirewallDomains$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateFirewallDomainsCommand extends command(_ep0, _mw0, "UpdateFirewallDomains", UpdateFirewallDomains$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateFirewallRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateFirewallRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "UpdateFirewallRule", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "UpdateFirewallRuleCommand")
|
|
14
|
-
.sc(UpdateFirewallRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateFirewallRuleCommand extends command(_ep0, _mw0, "UpdateFirewallRule", UpdateFirewallRule$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateGlobalResolver$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateGlobalResolverCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "UpdateGlobalResolver", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "UpdateGlobalResolverCommand")
|
|
14
|
-
.sc(UpdateGlobalResolver$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateGlobalResolverCommand extends command(_ep0, _mw0, "UpdateGlobalResolver", UpdateGlobalResolver$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateHostedZoneAssociation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateHostedZoneAssociationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "UpdateHostedZoneAssociation", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "UpdateHostedZoneAssociationCommand")
|
|
14
|
-
.sc(UpdateHostedZoneAssociation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateHostedZoneAssociationCommand extends command(_ep0, _mw0, "UpdateHostedZoneAssociation", UpdateHostedZoneAssociation$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./Route53GlobalResolverClient";
|
|
2
2
|
export * from "./Route53GlobalResolver";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
4
5
|
export * from "./schemas/schemas_0";
|
|
5
6
|
export * from "./pagination";
|
|
6
7
|
export * from "./models/enums";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./Route53GlobalResolverClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -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 { AssociateHostedZoneInput, AssociateHostedZoneOutput } 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 AssociateHostedZoneCommandInput extends AssociateHostedZoneInpu
|
|
|
22
19
|
export interface AssociateHostedZoneCommandOutput extends AssociateHostedZoneOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AssociateHostedZoneCommand_base: {
|
|
25
|
-
new (input: AssociateHostedZoneCommandInput): import("@smithy/core/client").CommandImpl<AssociateHostedZoneCommandInput, AssociateHostedZoneCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AssociateHostedZoneCommandInput): import("@smithy/core/client").CommandImpl<AssociateHostedZoneCommandInput, AssociateHostedZoneCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AssociateHostedZoneCommandInput): import("@smithy/core/client").CommandImpl<AssociateHostedZoneCommandInput, AssociateHostedZoneCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AssociateHostedZoneCommandInput): import("@smithy/core/client").CommandImpl<AssociateHostedZoneCommandInput, AssociateHostedZoneCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Associates a Route 53 private hosted zone with a Route 53 Global Resolver resource. This allows the resolver to resolve DNS queries for the private hosted zone from anywhere globally.</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 { BatchCreateFirewallRuleInput, BatchCreateFirewallRuleOutput } 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 BatchCreateFirewallRuleCommandInput extends BatchCreateFirewall
|
|
|
22
19
|
export interface BatchCreateFirewallRuleCommandOutput extends BatchCreateFirewallRuleOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchCreateFirewallRuleCommand_base: {
|
|
25
|
-
new (input: BatchCreateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateFirewallRuleCommandInput, BatchCreateFirewallRuleCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchCreateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateFirewallRuleCommandInput, BatchCreateFirewallRuleCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchCreateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateFirewallRuleCommandInput, BatchCreateFirewallRuleCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchCreateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateFirewallRuleCommandInput, BatchCreateFirewallRuleCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates multiple DNS firewall rules in a single operation. This is more efficient than creating rules individually when you need to set up multiple rules at once.</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 { BatchDeleteFirewallRuleInput, BatchDeleteFirewallRuleOutput } 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 BatchDeleteFirewallRuleCommandInput extends BatchDeleteFirewall
|
|
|
22
19
|
export interface BatchDeleteFirewallRuleCommandOutput extends BatchDeleteFirewallRuleOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchDeleteFirewallRuleCommand_base: {
|
|
25
|
-
new (input: BatchDeleteFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteFirewallRuleCommandInput, BatchDeleteFirewallRuleCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchDeleteFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteFirewallRuleCommandInput, BatchDeleteFirewallRuleCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchDeleteFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteFirewallRuleCommandInput, BatchDeleteFirewallRuleCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchDeleteFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteFirewallRuleCommandInput, BatchDeleteFirewallRuleCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes multiple DNS firewall rules in a single operation. This is more efficient than deleting rules individually.</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 { BatchUpdateFirewallRuleInput, BatchUpdateFirewallRuleOutput } 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 BatchUpdateFirewallRuleCommandInput extends BatchUpdateFirewall
|
|
|
22
19
|
export interface BatchUpdateFirewallRuleCommandOutput extends BatchUpdateFirewallRuleOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchUpdateFirewallRuleCommand_base: {
|
|
25
|
-
new (input: BatchUpdateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateFirewallRuleCommandInput, BatchUpdateFirewallRuleCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchUpdateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateFirewallRuleCommandInput, BatchUpdateFirewallRuleCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchUpdateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateFirewallRuleCommandInput, BatchUpdateFirewallRuleCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchUpdateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateFirewallRuleCommandInput, BatchUpdateFirewallRuleCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates multiple DNS firewall rules in a single operation. This is more efficient than updating rules individually.</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 { CreateAccessSourceInput, CreateAccessSourceOutput } 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 CreateAccessSourceCommandInput extends CreateAccessSourceInput
|
|
|
22
19
|
export interface CreateAccessSourceCommandOutput extends CreateAccessSourceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateAccessSourceCommand_base: {
|
|
25
|
-
new (input: CreateAccessSourceCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessSourceCommandInput, CreateAccessSourceCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateAccessSourceCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessSourceCommandInput, CreateAccessSourceCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateAccessSourceCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessSourceCommandInput, CreateAccessSourceCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateAccessSourceCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessSourceCommandInput, CreateAccessSourceCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an access source for a DNS view. Access sources define IP addresses or CIDR ranges that are allowed to send DNS queries to the Route 53 Global Resolver, along with the permitted DNS protocols.</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 { CreateAccessTokenInput, CreateAccessTokenOutput } 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 CreateAccessTokenCommandInput extends CreateAccessTokenInput {
|
|
|
22
19
|
export interface CreateAccessTokenCommandOutput extends CreateAccessTokenOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateAccessTokenCommand_base: {
|
|
25
|
-
new (input: CreateAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessTokenCommandInput, CreateAccessTokenCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessTokenCommandInput, CreateAccessTokenCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessTokenCommandInput, CreateAccessTokenCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessTokenCommandInput, CreateAccessTokenCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an access token for a DNS view. Access tokens provide token-based authentication for DNS-over-HTTPS (DoH) and DNS-over-TLS (DoT) connections to the Route 53 Global Resolver.</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 { CreateDNSViewInput, CreateDNSViewOutput } 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 CreateDNSViewCommandInput extends CreateDNSViewInput {
|
|
|
22
19
|
export interface CreateDNSViewCommandOutput extends CreateDNSViewOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateDNSViewCommand_base: {
|
|
25
|
-
new (input: CreateDNSViewCommandInput): import("@smithy/core/client").CommandImpl<CreateDNSViewCommandInput, CreateDNSViewCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateDNSViewCommandInput): import("@smithy/core/client").CommandImpl<CreateDNSViewCommandInput, CreateDNSViewCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateDNSViewCommandInput): import("@smithy/core/client").CommandImpl<CreateDNSViewCommandInput, CreateDNSViewCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateDNSViewCommandInput): import("@smithy/core/client").CommandImpl<CreateDNSViewCommandInput, CreateDNSViewCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a DNS view within a Route 53 Global Resolver. A DNS view models end users, user groups, networks, and devices, and serves as a parent resource that holds configurations controlling access, authorization, DNS firewall rules, and forwarding rules.</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 { 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>
|