@aws-sdk/client-route53globalresolver 3.1076.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +58 -475
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateHostedZoneCommand.js +2 -14
- package/dist-es/commands/BatchCreateFirewallRuleCommand.js +2 -14
- package/dist-es/commands/BatchDeleteFirewallRuleCommand.js +2 -14
- package/dist-es/commands/BatchUpdateFirewallRuleCommand.js +2 -14
- package/dist-es/commands/CreateAccessSourceCommand.js +2 -14
- package/dist-es/commands/CreateAccessTokenCommand.js +2 -14
- package/dist-es/commands/CreateDNSViewCommand.js +2 -14
- package/dist-es/commands/CreateFirewallDomainListCommand.js +2 -14
- package/dist-es/commands/CreateFirewallRuleCommand.js +2 -14
- package/dist-es/commands/CreateGlobalResolverCommand.js +2 -14
- package/dist-es/commands/DeleteAccessSourceCommand.js +2 -14
- package/dist-es/commands/DeleteAccessTokenCommand.js +2 -14
- package/dist-es/commands/DeleteDNSViewCommand.js +2 -14
- package/dist-es/commands/DeleteFirewallDomainListCommand.js +2 -14
- package/dist-es/commands/DeleteFirewallRuleCommand.js +2 -14
- package/dist-es/commands/DeleteGlobalResolverCommand.js +2 -14
- package/dist-es/commands/DisableDNSViewCommand.js +2 -14
- package/dist-es/commands/DisassociateHostedZoneCommand.js +2 -14
- package/dist-es/commands/EnableDNSViewCommand.js +2 -14
- package/dist-es/commands/GetAccessSourceCommand.js +2 -14
- package/dist-es/commands/GetAccessTokenCommand.js +2 -14
- package/dist-es/commands/GetDNSViewCommand.js +2 -14
- package/dist-es/commands/GetFirewallDomainListCommand.js +2 -14
- package/dist-es/commands/GetFirewallRuleCommand.js +2 -14
- package/dist-es/commands/GetGlobalResolverCommand.js +2 -14
- package/dist-es/commands/GetHostedZoneAssociationCommand.js +2 -14
- package/dist-es/commands/GetManagedFirewallDomainListCommand.js +2 -14
- package/dist-es/commands/ImportFirewallDomainsCommand.js +2 -14
- package/dist-es/commands/ListAccessSourcesCommand.js +2 -14
- package/dist-es/commands/ListAccessTokensCommand.js +2 -14
- package/dist-es/commands/ListDNSViewsCommand.js +2 -14
- package/dist-es/commands/ListFirewallDomainListsCommand.js +2 -14
- package/dist-es/commands/ListFirewallDomainsCommand.js +2 -14
- package/dist-es/commands/ListFirewallRulesCommand.js +2 -14
- package/dist-es/commands/ListGlobalResolversCommand.js +2 -14
- package/dist-es/commands/ListHostedZoneAssociationsCommand.js +2 -14
- package/dist-es/commands/ListManagedFirewallDomainListsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAccessSourceCommand.js +2 -14
- package/dist-es/commands/UpdateAccessTokenCommand.js +2 -14
- package/dist-es/commands/UpdateDNSViewCommand.js +2 -14
- package/dist-es/commands/UpdateFirewallDomainsCommand.js +2 -14
- package/dist-es/commands/UpdateFirewallRuleCommand.js +2 -14
- package/dist-es/commands/UpdateGlobalResolverCommand.js +2 -14
- package/dist-es/commands/UpdateHostedZoneAssociationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateHostedZoneCommand.d.ts +3 -8
- package/dist-types/commands/BatchCreateFirewallRuleCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteFirewallRuleCommand.d.ts +3 -8
- package/dist-types/commands/BatchUpdateFirewallRuleCommand.d.ts +3 -8
- package/dist-types/commands/CreateAccessSourceCommand.d.ts +3 -8
- package/dist-types/commands/CreateAccessTokenCommand.d.ts +3 -8
- package/dist-types/commands/CreateDNSViewCommand.d.ts +3 -8
- package/dist-types/commands/CreateFirewallDomainListCommand.d.ts +3 -8
- package/dist-types/commands/CreateFirewallRuleCommand.d.ts +3 -8
- package/dist-types/commands/CreateGlobalResolverCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAccessSourceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAccessTokenCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDNSViewCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFirewallDomainListCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFirewallRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteGlobalResolverCommand.d.ts +3 -8
- package/dist-types/commands/DisableDNSViewCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateHostedZoneCommand.d.ts +3 -8
- package/dist-types/commands/EnableDNSViewCommand.d.ts +3 -8
- package/dist-types/commands/GetAccessSourceCommand.d.ts +3 -8
- package/dist-types/commands/GetAccessTokenCommand.d.ts +3 -8
- package/dist-types/commands/GetDNSViewCommand.d.ts +3 -8
- package/dist-types/commands/GetFirewallDomainListCommand.d.ts +3 -8
- package/dist-types/commands/GetFirewallRuleCommand.d.ts +3 -8
- package/dist-types/commands/GetGlobalResolverCommand.d.ts +3 -8
- package/dist-types/commands/GetHostedZoneAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetManagedFirewallDomainListCommand.d.ts +3 -8
- package/dist-types/commands/ImportFirewallDomainsCommand.d.ts +3 -8
- package/dist-types/commands/ListAccessSourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListAccessTokensCommand.d.ts +3 -8
- package/dist-types/commands/ListDNSViewsCommand.d.ts +3 -8
- package/dist-types/commands/ListFirewallDomainListsCommand.d.ts +3 -8
- package/dist-types/commands/ListFirewallDomainsCommand.d.ts +3 -8
- package/dist-types/commands/ListFirewallRulesCommand.d.ts +3 -8
- package/dist-types/commands/ListGlobalResolversCommand.d.ts +3 -8
- package/dist-types/commands/ListHostedZoneAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListManagedFirewallDomainListsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAccessSourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAccessTokenCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDNSViewCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFirewallDomainsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFirewallRuleCommand.d.ts +3 -8
- package/dist-types/commands/UpdateGlobalResolverCommand.d.ts +3 -8
- package/dist-types/commands/UpdateHostedZoneAssociationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateHostedZoneCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchCreateFirewallRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteFirewallRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchUpdateFirewallRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAccessSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAccessTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDNSViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFirewallDomainListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFirewallRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateGlobalResolverCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAccessSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAccessTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDNSViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFirewallDomainListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFirewallRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteGlobalResolverCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableDNSViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateHostedZoneCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableDNSViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAccessSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDNSViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFirewallDomainListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFirewallRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetGlobalResolverCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetHostedZoneAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetManagedFirewallDomainListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ImportFirewallDomainsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAccessSourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAccessTokensCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDNSViewsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFirewallDomainListsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFirewallDomainsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFirewallRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListGlobalResolversCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListHostedZoneAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListManagedFirewallDomainListsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAccessSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAccessTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDNSViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFirewallDomainsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFirewallRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateGlobalResolverCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateHostedZoneAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,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 { AssociateHostedZone$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateHostedZoneCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "AssociateHostedZone", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "AssociateHostedZoneCommand")
|
|
14
|
-
.sc(AssociateHostedZone$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateHostedZoneCommand extends command(_ep0, _mw0, "AssociateHostedZone", AssociateHostedZone$) {
|
|
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 { BatchCreateFirewallRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchCreateFirewallRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "BatchCreateFirewallRule", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "BatchCreateFirewallRuleCommand")
|
|
14
|
-
.sc(BatchCreateFirewallRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchCreateFirewallRuleCommand extends command(_ep0, _mw0, "BatchCreateFirewallRule", BatchCreateFirewallRule$) {
|
|
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 { BatchDeleteFirewallRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchDeleteFirewallRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "BatchDeleteFirewallRule", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "BatchDeleteFirewallRuleCommand")
|
|
14
|
-
.sc(BatchDeleteFirewallRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchDeleteFirewallRuleCommand extends command(_ep0, _mw0, "BatchDeleteFirewallRule", BatchDeleteFirewallRule$) {
|
|
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 { BatchUpdateFirewallRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchUpdateFirewallRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "BatchUpdateFirewallRule", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "BatchUpdateFirewallRuleCommand")
|
|
14
|
-
.sc(BatchUpdateFirewallRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchUpdateFirewallRuleCommand extends command(_ep0, _mw0, "BatchUpdateFirewallRule", BatchUpdateFirewallRule$) {
|
|
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 { CreateAccessSource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateAccessSourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "CreateAccessSource", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "CreateAccessSourceCommand")
|
|
14
|
-
.sc(CreateAccessSource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateAccessSourceCommand extends command(_ep0, _mw0, "CreateAccessSource", CreateAccessSource$) {
|
|
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 { CreateAccessToken$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateAccessTokenCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "CreateAccessToken", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "CreateAccessTokenCommand")
|
|
14
|
-
.sc(CreateAccessToken$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateAccessTokenCommand extends command(_ep0, _mw0, "CreateAccessToken", CreateAccessToken$) {
|
|
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 { CreateDNSView$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateDNSViewCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "CreateDNSView", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "CreateDNSViewCommand")
|
|
14
|
-
.sc(CreateDNSView$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateDNSViewCommand extends command(_ep0, _mw0, "CreateDNSView", CreateDNSView$) {
|
|
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 { CreateFirewallDomainList$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateFirewallDomainListCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "CreateFirewallDomainList", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "CreateFirewallDomainListCommand")
|
|
14
|
-
.sc(CreateFirewallDomainList$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateFirewallDomainListCommand extends command(_ep0, _mw0, "CreateFirewallDomainList", CreateFirewallDomainList$) {
|
|
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 { CreateFirewallRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateFirewallRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "CreateFirewallRule", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "CreateFirewallRuleCommand")
|
|
14
|
-
.sc(CreateFirewallRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateFirewallRuleCommand extends command(_ep0, _mw0, "CreateFirewallRule", CreateFirewallRule$) {
|
|
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 { CreateGlobalResolver$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateGlobalResolverCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "CreateGlobalResolver", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "CreateGlobalResolverCommand")
|
|
14
|
-
.sc(CreateGlobalResolver$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateGlobalResolverCommand extends command(_ep0, _mw0, "CreateGlobalResolver", CreateGlobalResolver$) {
|
|
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 { DeleteAccessSource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteAccessSourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "DeleteAccessSource", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "DeleteAccessSourceCommand")
|
|
14
|
-
.sc(DeleteAccessSource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteAccessSourceCommand extends command(_ep0, _mw0, "DeleteAccessSource", DeleteAccessSource$) {
|
|
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 { DeleteAccessToken$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteAccessTokenCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "DeleteAccessToken", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "DeleteAccessTokenCommand")
|
|
14
|
-
.sc(DeleteAccessToken$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteAccessTokenCommand extends command(_ep0, _mw0, "DeleteAccessToken", DeleteAccessToken$) {
|
|
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 { DeleteDNSView$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteDNSViewCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "DeleteDNSView", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "DeleteDNSViewCommand")
|
|
14
|
-
.sc(DeleteDNSView$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteDNSViewCommand extends command(_ep0, _mw0, "DeleteDNSView", DeleteDNSView$) {
|
|
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 { DeleteFirewallDomainList$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteFirewallDomainListCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "DeleteFirewallDomainList", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "DeleteFirewallDomainListCommand")
|
|
14
|
-
.sc(DeleteFirewallDomainList$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteFirewallDomainListCommand extends command(_ep0, _mw0, "DeleteFirewallDomainList", DeleteFirewallDomainList$) {
|
|
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 { DeleteFirewallRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteFirewallRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "DeleteFirewallRule", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "DeleteFirewallRuleCommand")
|
|
14
|
-
.sc(DeleteFirewallRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteFirewallRuleCommand extends command(_ep0, _mw0, "DeleteFirewallRule", DeleteFirewallRule$) {
|
|
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 { DeleteGlobalResolver$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteGlobalResolverCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "DeleteGlobalResolver", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "DeleteGlobalResolverCommand")
|
|
14
|
-
.sc(DeleteGlobalResolver$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteGlobalResolverCommand extends command(_ep0, _mw0, "DeleteGlobalResolver", DeleteGlobalResolver$) {
|
|
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 { DisableDNSView$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisableDNSViewCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "DisableDNSView", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "DisableDNSViewCommand")
|
|
14
|
-
.sc(DisableDNSView$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisableDNSViewCommand extends command(_ep0, _mw0, "DisableDNSView", DisableDNSView$) {
|
|
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 { DisassociateHostedZone$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateHostedZoneCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "DisassociateHostedZone", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "DisassociateHostedZoneCommand")
|
|
14
|
-
.sc(DisassociateHostedZone$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateHostedZoneCommand extends command(_ep0, _mw0, "DisassociateHostedZone", DisassociateHostedZone$) {
|
|
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 { EnableDNSView$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class EnableDNSViewCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "EnableDNSView", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "EnableDNSViewCommand")
|
|
14
|
-
.sc(EnableDNSView$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class EnableDNSViewCommand extends command(_ep0, _mw0, "EnableDNSView", EnableDNSView$) {
|
|
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 { GetAccessSource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAccessSourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "GetAccessSource", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "GetAccessSourceCommand")
|
|
14
|
-
.sc(GetAccessSource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAccessSourceCommand extends command(_ep0, _mw0, "GetAccessSource", GetAccessSource$) {
|
|
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 { GetAccessToken$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAccessTokenCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "GetAccessToken", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "GetAccessTokenCommand")
|
|
14
|
-
.sc(GetAccessToken$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAccessTokenCommand extends command(_ep0, _mw0, "GetAccessToken", GetAccessToken$) {
|
|
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 { GetDNSView$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetDNSViewCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "GetDNSView", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "GetDNSViewCommand")
|
|
14
|
-
.sc(GetDNSView$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetDNSViewCommand extends command(_ep0, _mw0, "GetDNSView", GetDNSView$) {
|
|
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 { GetFirewallDomainList$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetFirewallDomainListCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "GetFirewallDomainList", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "GetFirewallDomainListCommand")
|
|
14
|
-
.sc(GetFirewallDomainList$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetFirewallDomainListCommand extends command(_ep0, _mw0, "GetFirewallDomainList", GetFirewallDomainList$) {
|
|
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 { GetFirewallRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetFirewallRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "GetFirewallRule", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "GetFirewallRuleCommand")
|
|
14
|
-
.sc(GetFirewallRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetFirewallRuleCommand extends command(_ep0, _mw0, "GetFirewallRule", GetFirewallRule$) {
|
|
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 { GetGlobalResolver$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetGlobalResolverCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "GetGlobalResolver", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "GetGlobalResolverCommand")
|
|
14
|
-
.sc(GetGlobalResolver$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetGlobalResolverCommand extends command(_ep0, _mw0, "GetGlobalResolver", GetGlobalResolver$) {
|
|
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 { GetHostedZoneAssociation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetHostedZoneAssociationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "GetHostedZoneAssociation", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "GetHostedZoneAssociationCommand")
|
|
14
|
-
.sc(GetHostedZoneAssociation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetHostedZoneAssociationCommand extends command(_ep0, _mw0, "GetHostedZoneAssociation", GetHostedZoneAssociation$) {
|
|
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 { GetManagedFirewallDomainList$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetManagedFirewallDomainListCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "GetManagedFirewallDomainList", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "GetManagedFirewallDomainListCommand")
|
|
14
|
-
.sc(GetManagedFirewallDomainList$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetManagedFirewallDomainListCommand extends command(_ep0, _mw0, "GetManagedFirewallDomainList", GetManagedFirewallDomainList$) {
|
|
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 { ImportFirewallDomains$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ImportFirewallDomainsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "ImportFirewallDomains", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "ImportFirewallDomainsCommand")
|
|
14
|
-
.sc(ImportFirewallDomains$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ImportFirewallDomainsCommand extends command(_ep0, _mw0, "ImportFirewallDomains", ImportFirewallDomains$) {
|
|
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 { ListAccessSources$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAccessSourcesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "ListAccessSources", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "ListAccessSourcesCommand")
|
|
14
|
-
.sc(ListAccessSources$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAccessSourcesCommand extends command(_ep0, _mw0, "ListAccessSources", ListAccessSources$) {
|
|
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 { ListAccessTokens$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAccessTokensCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "ListAccessTokens", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "ListAccessTokensCommand")
|
|
14
|
-
.sc(ListAccessTokens$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAccessTokensCommand extends command(_ep0, _mw0, "ListAccessTokens", ListAccessTokens$) {
|
|
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 { ListDNSViews$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListDNSViewsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "ListDNSViews", {})
|
|
13
|
-
.n("Route53GlobalResolverClient", "ListDNSViewsCommand")
|
|
14
|
-
.sc(ListDNSViews$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListDNSViewsCommand extends command(_ep0, _mw0, "ListDNSViews", ListDNSViews$) {
|
|
16
4
|
}
|