@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
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultRoute53GlobalResolverHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -65,7 +67,7 @@ const commonParams = {
|
|
|
65
67
|
Region: { type: "builtInParams", name: "region" },
|
|
66
68
|
};
|
|
67
69
|
|
|
68
|
-
var version = "3.
|
|
70
|
+
var version = "3.1077.0";
|
|
69
71
|
var packageInfo = {
|
|
70
72
|
version: version};
|
|
71
73
|
|
|
@@ -1330,6 +1332,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
1330
1332
|
serviceTarget: "EC2DNSGlobalResolverCustomerAPI",
|
|
1331
1333
|
},
|
|
1332
1334
|
serviceId: config?.serviceId ?? "Route53GlobalResolver",
|
|
1335
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1333
1336
|
urlParser: config?.urlParser ?? parseUrl,
|
|
1334
1337
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1335
1338
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -1363,7 +1366,6 @@ const getRuntimeConfig = (config) => {
|
|
|
1363
1366
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1364
1367
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1365
1368
|
}, config),
|
|
1366
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
1367
1369
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1368
1370
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1369
1371
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1451,568 +1453,149 @@ class Route53GlobalResolverClient extends Client {
|
|
|
1451
1453
|
}
|
|
1452
1454
|
}
|
|
1453
1455
|
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
})
|
|
1460
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "AssociateHostedZone", {})
|
|
1461
|
-
.n("Route53GlobalResolverClient", "AssociateHostedZoneCommand")
|
|
1462
|
-
.sc(AssociateHostedZone$)
|
|
1463
|
-
.build() {
|
|
1456
|
+
const command = makeBuilder(commonParams, "EC2DNSGlobalResolverCustomerAPI", "Route53GlobalResolverClient", getEndpointPlugin);
|
|
1457
|
+
const _ep0 = {};
|
|
1458
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1459
|
+
|
|
1460
|
+
class AssociateHostedZoneCommand extends command(_ep0, _mw0, "AssociateHostedZone", AssociateHostedZone$) {
|
|
1464
1461
|
}
|
|
1465
1462
|
|
|
1466
|
-
class BatchCreateFirewallRuleCommand extends
|
|
1467
|
-
.classBuilder()
|
|
1468
|
-
.ep(commonParams)
|
|
1469
|
-
.m(function (Command, cs, config, o) {
|
|
1470
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1471
|
-
})
|
|
1472
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "BatchCreateFirewallRule", {})
|
|
1473
|
-
.n("Route53GlobalResolverClient", "BatchCreateFirewallRuleCommand")
|
|
1474
|
-
.sc(BatchCreateFirewallRule$)
|
|
1475
|
-
.build() {
|
|
1463
|
+
class BatchCreateFirewallRuleCommand extends command(_ep0, _mw0, "BatchCreateFirewallRule", BatchCreateFirewallRule$) {
|
|
1476
1464
|
}
|
|
1477
1465
|
|
|
1478
|
-
class BatchDeleteFirewallRuleCommand extends
|
|
1479
|
-
.classBuilder()
|
|
1480
|
-
.ep(commonParams)
|
|
1481
|
-
.m(function (Command, cs, config, o) {
|
|
1482
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1483
|
-
})
|
|
1484
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "BatchDeleteFirewallRule", {})
|
|
1485
|
-
.n("Route53GlobalResolverClient", "BatchDeleteFirewallRuleCommand")
|
|
1486
|
-
.sc(BatchDeleteFirewallRule$)
|
|
1487
|
-
.build() {
|
|
1466
|
+
class BatchDeleteFirewallRuleCommand extends command(_ep0, _mw0, "BatchDeleteFirewallRule", BatchDeleteFirewallRule$) {
|
|
1488
1467
|
}
|
|
1489
1468
|
|
|
1490
|
-
class BatchUpdateFirewallRuleCommand extends
|
|
1491
|
-
.classBuilder()
|
|
1492
|
-
.ep(commonParams)
|
|
1493
|
-
.m(function (Command, cs, config, o) {
|
|
1494
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1495
|
-
})
|
|
1496
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "BatchUpdateFirewallRule", {})
|
|
1497
|
-
.n("Route53GlobalResolverClient", "BatchUpdateFirewallRuleCommand")
|
|
1498
|
-
.sc(BatchUpdateFirewallRule$)
|
|
1499
|
-
.build() {
|
|
1469
|
+
class BatchUpdateFirewallRuleCommand extends command(_ep0, _mw0, "BatchUpdateFirewallRule", BatchUpdateFirewallRule$) {
|
|
1500
1470
|
}
|
|
1501
1471
|
|
|
1502
|
-
class CreateAccessSourceCommand extends
|
|
1503
|
-
.classBuilder()
|
|
1504
|
-
.ep(commonParams)
|
|
1505
|
-
.m(function (Command, cs, config, o) {
|
|
1506
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1507
|
-
})
|
|
1508
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "CreateAccessSource", {})
|
|
1509
|
-
.n("Route53GlobalResolverClient", "CreateAccessSourceCommand")
|
|
1510
|
-
.sc(CreateAccessSource$)
|
|
1511
|
-
.build() {
|
|
1472
|
+
class CreateAccessSourceCommand extends command(_ep0, _mw0, "CreateAccessSource", CreateAccessSource$) {
|
|
1512
1473
|
}
|
|
1513
1474
|
|
|
1514
|
-
class CreateAccessTokenCommand extends
|
|
1515
|
-
.classBuilder()
|
|
1516
|
-
.ep(commonParams)
|
|
1517
|
-
.m(function (Command, cs, config, o) {
|
|
1518
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1519
|
-
})
|
|
1520
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "CreateAccessToken", {})
|
|
1521
|
-
.n("Route53GlobalResolverClient", "CreateAccessTokenCommand")
|
|
1522
|
-
.sc(CreateAccessToken$)
|
|
1523
|
-
.build() {
|
|
1475
|
+
class CreateAccessTokenCommand extends command(_ep0, _mw0, "CreateAccessToken", CreateAccessToken$) {
|
|
1524
1476
|
}
|
|
1525
1477
|
|
|
1526
|
-
class CreateDNSViewCommand extends
|
|
1527
|
-
.classBuilder()
|
|
1528
|
-
.ep(commonParams)
|
|
1529
|
-
.m(function (Command, cs, config, o) {
|
|
1530
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1531
|
-
})
|
|
1532
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "CreateDNSView", {})
|
|
1533
|
-
.n("Route53GlobalResolverClient", "CreateDNSViewCommand")
|
|
1534
|
-
.sc(CreateDNSView$)
|
|
1535
|
-
.build() {
|
|
1478
|
+
class CreateDNSViewCommand extends command(_ep0, _mw0, "CreateDNSView", CreateDNSView$) {
|
|
1536
1479
|
}
|
|
1537
1480
|
|
|
1538
|
-
class CreateFirewallDomainListCommand extends
|
|
1539
|
-
.classBuilder()
|
|
1540
|
-
.ep(commonParams)
|
|
1541
|
-
.m(function (Command, cs, config, o) {
|
|
1542
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1543
|
-
})
|
|
1544
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "CreateFirewallDomainList", {})
|
|
1545
|
-
.n("Route53GlobalResolverClient", "CreateFirewallDomainListCommand")
|
|
1546
|
-
.sc(CreateFirewallDomainList$)
|
|
1547
|
-
.build() {
|
|
1481
|
+
class CreateFirewallDomainListCommand extends command(_ep0, _mw0, "CreateFirewallDomainList", CreateFirewallDomainList$) {
|
|
1548
1482
|
}
|
|
1549
1483
|
|
|
1550
|
-
class CreateFirewallRuleCommand extends
|
|
1551
|
-
.classBuilder()
|
|
1552
|
-
.ep(commonParams)
|
|
1553
|
-
.m(function (Command, cs, config, o) {
|
|
1554
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1555
|
-
})
|
|
1556
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "CreateFirewallRule", {})
|
|
1557
|
-
.n("Route53GlobalResolverClient", "CreateFirewallRuleCommand")
|
|
1558
|
-
.sc(CreateFirewallRule$)
|
|
1559
|
-
.build() {
|
|
1484
|
+
class CreateFirewallRuleCommand extends command(_ep0, _mw0, "CreateFirewallRule", CreateFirewallRule$) {
|
|
1560
1485
|
}
|
|
1561
1486
|
|
|
1562
|
-
class CreateGlobalResolverCommand extends
|
|
1563
|
-
.classBuilder()
|
|
1564
|
-
.ep(commonParams)
|
|
1565
|
-
.m(function (Command, cs, config, o) {
|
|
1566
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1567
|
-
})
|
|
1568
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "CreateGlobalResolver", {})
|
|
1569
|
-
.n("Route53GlobalResolverClient", "CreateGlobalResolverCommand")
|
|
1570
|
-
.sc(CreateGlobalResolver$)
|
|
1571
|
-
.build() {
|
|
1487
|
+
class CreateGlobalResolverCommand extends command(_ep0, _mw0, "CreateGlobalResolver", CreateGlobalResolver$) {
|
|
1572
1488
|
}
|
|
1573
1489
|
|
|
1574
|
-
class DeleteAccessSourceCommand extends
|
|
1575
|
-
.classBuilder()
|
|
1576
|
-
.ep(commonParams)
|
|
1577
|
-
.m(function (Command, cs, config, o) {
|
|
1578
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1579
|
-
})
|
|
1580
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "DeleteAccessSource", {})
|
|
1581
|
-
.n("Route53GlobalResolverClient", "DeleteAccessSourceCommand")
|
|
1582
|
-
.sc(DeleteAccessSource$)
|
|
1583
|
-
.build() {
|
|
1490
|
+
class DeleteAccessSourceCommand extends command(_ep0, _mw0, "DeleteAccessSource", DeleteAccessSource$) {
|
|
1584
1491
|
}
|
|
1585
1492
|
|
|
1586
|
-
class DeleteAccessTokenCommand extends
|
|
1587
|
-
.classBuilder()
|
|
1588
|
-
.ep(commonParams)
|
|
1589
|
-
.m(function (Command, cs, config, o) {
|
|
1590
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1591
|
-
})
|
|
1592
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "DeleteAccessToken", {})
|
|
1593
|
-
.n("Route53GlobalResolverClient", "DeleteAccessTokenCommand")
|
|
1594
|
-
.sc(DeleteAccessToken$)
|
|
1595
|
-
.build() {
|
|
1493
|
+
class DeleteAccessTokenCommand extends command(_ep0, _mw0, "DeleteAccessToken", DeleteAccessToken$) {
|
|
1596
1494
|
}
|
|
1597
1495
|
|
|
1598
|
-
class DeleteDNSViewCommand extends
|
|
1599
|
-
.classBuilder()
|
|
1600
|
-
.ep(commonParams)
|
|
1601
|
-
.m(function (Command, cs, config, o) {
|
|
1602
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1603
|
-
})
|
|
1604
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "DeleteDNSView", {})
|
|
1605
|
-
.n("Route53GlobalResolverClient", "DeleteDNSViewCommand")
|
|
1606
|
-
.sc(DeleteDNSView$)
|
|
1607
|
-
.build() {
|
|
1496
|
+
class DeleteDNSViewCommand extends command(_ep0, _mw0, "DeleteDNSView", DeleteDNSView$) {
|
|
1608
1497
|
}
|
|
1609
1498
|
|
|
1610
|
-
class DeleteFirewallDomainListCommand extends
|
|
1611
|
-
.classBuilder()
|
|
1612
|
-
.ep(commonParams)
|
|
1613
|
-
.m(function (Command, cs, config, o) {
|
|
1614
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1615
|
-
})
|
|
1616
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "DeleteFirewallDomainList", {})
|
|
1617
|
-
.n("Route53GlobalResolverClient", "DeleteFirewallDomainListCommand")
|
|
1618
|
-
.sc(DeleteFirewallDomainList$)
|
|
1619
|
-
.build() {
|
|
1499
|
+
class DeleteFirewallDomainListCommand extends command(_ep0, _mw0, "DeleteFirewallDomainList", DeleteFirewallDomainList$) {
|
|
1620
1500
|
}
|
|
1621
1501
|
|
|
1622
|
-
class DeleteFirewallRuleCommand extends
|
|
1623
|
-
.classBuilder()
|
|
1624
|
-
.ep(commonParams)
|
|
1625
|
-
.m(function (Command, cs, config, o) {
|
|
1626
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1627
|
-
})
|
|
1628
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "DeleteFirewallRule", {})
|
|
1629
|
-
.n("Route53GlobalResolverClient", "DeleteFirewallRuleCommand")
|
|
1630
|
-
.sc(DeleteFirewallRule$)
|
|
1631
|
-
.build() {
|
|
1502
|
+
class DeleteFirewallRuleCommand extends command(_ep0, _mw0, "DeleteFirewallRule", DeleteFirewallRule$) {
|
|
1632
1503
|
}
|
|
1633
1504
|
|
|
1634
|
-
class DeleteGlobalResolverCommand extends
|
|
1635
|
-
.classBuilder()
|
|
1636
|
-
.ep(commonParams)
|
|
1637
|
-
.m(function (Command, cs, config, o) {
|
|
1638
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1639
|
-
})
|
|
1640
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "DeleteGlobalResolver", {})
|
|
1641
|
-
.n("Route53GlobalResolverClient", "DeleteGlobalResolverCommand")
|
|
1642
|
-
.sc(DeleteGlobalResolver$)
|
|
1643
|
-
.build() {
|
|
1505
|
+
class DeleteGlobalResolverCommand extends command(_ep0, _mw0, "DeleteGlobalResolver", DeleteGlobalResolver$) {
|
|
1644
1506
|
}
|
|
1645
1507
|
|
|
1646
|
-
class DisableDNSViewCommand extends
|
|
1647
|
-
.classBuilder()
|
|
1648
|
-
.ep(commonParams)
|
|
1649
|
-
.m(function (Command, cs, config, o) {
|
|
1650
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1651
|
-
})
|
|
1652
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "DisableDNSView", {})
|
|
1653
|
-
.n("Route53GlobalResolverClient", "DisableDNSViewCommand")
|
|
1654
|
-
.sc(DisableDNSView$)
|
|
1655
|
-
.build() {
|
|
1508
|
+
class DisableDNSViewCommand extends command(_ep0, _mw0, "DisableDNSView", DisableDNSView$) {
|
|
1656
1509
|
}
|
|
1657
1510
|
|
|
1658
|
-
class DisassociateHostedZoneCommand extends
|
|
1659
|
-
.classBuilder()
|
|
1660
|
-
.ep(commonParams)
|
|
1661
|
-
.m(function (Command, cs, config, o) {
|
|
1662
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1663
|
-
})
|
|
1664
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "DisassociateHostedZone", {})
|
|
1665
|
-
.n("Route53GlobalResolverClient", "DisassociateHostedZoneCommand")
|
|
1666
|
-
.sc(DisassociateHostedZone$)
|
|
1667
|
-
.build() {
|
|
1511
|
+
class DisassociateHostedZoneCommand extends command(_ep0, _mw0, "DisassociateHostedZone", DisassociateHostedZone$) {
|
|
1668
1512
|
}
|
|
1669
1513
|
|
|
1670
|
-
class EnableDNSViewCommand extends
|
|
1671
|
-
.classBuilder()
|
|
1672
|
-
.ep(commonParams)
|
|
1673
|
-
.m(function (Command, cs, config, o) {
|
|
1674
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1675
|
-
})
|
|
1676
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "EnableDNSView", {})
|
|
1677
|
-
.n("Route53GlobalResolverClient", "EnableDNSViewCommand")
|
|
1678
|
-
.sc(EnableDNSView$)
|
|
1679
|
-
.build() {
|
|
1514
|
+
class EnableDNSViewCommand extends command(_ep0, _mw0, "EnableDNSView", EnableDNSView$) {
|
|
1680
1515
|
}
|
|
1681
1516
|
|
|
1682
|
-
class GetAccessSourceCommand extends
|
|
1683
|
-
.classBuilder()
|
|
1684
|
-
.ep(commonParams)
|
|
1685
|
-
.m(function (Command, cs, config, o) {
|
|
1686
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1687
|
-
})
|
|
1688
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "GetAccessSource", {})
|
|
1689
|
-
.n("Route53GlobalResolverClient", "GetAccessSourceCommand")
|
|
1690
|
-
.sc(GetAccessSource$)
|
|
1691
|
-
.build() {
|
|
1517
|
+
class GetAccessSourceCommand extends command(_ep0, _mw0, "GetAccessSource", GetAccessSource$) {
|
|
1692
1518
|
}
|
|
1693
1519
|
|
|
1694
|
-
class GetAccessTokenCommand extends
|
|
1695
|
-
.classBuilder()
|
|
1696
|
-
.ep(commonParams)
|
|
1697
|
-
.m(function (Command, cs, config, o) {
|
|
1698
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1699
|
-
})
|
|
1700
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "GetAccessToken", {})
|
|
1701
|
-
.n("Route53GlobalResolverClient", "GetAccessTokenCommand")
|
|
1702
|
-
.sc(GetAccessToken$)
|
|
1703
|
-
.build() {
|
|
1520
|
+
class GetAccessTokenCommand extends command(_ep0, _mw0, "GetAccessToken", GetAccessToken$) {
|
|
1704
1521
|
}
|
|
1705
1522
|
|
|
1706
|
-
class GetDNSViewCommand extends
|
|
1707
|
-
.classBuilder()
|
|
1708
|
-
.ep(commonParams)
|
|
1709
|
-
.m(function (Command, cs, config, o) {
|
|
1710
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1711
|
-
})
|
|
1712
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "GetDNSView", {})
|
|
1713
|
-
.n("Route53GlobalResolverClient", "GetDNSViewCommand")
|
|
1714
|
-
.sc(GetDNSView$)
|
|
1715
|
-
.build() {
|
|
1523
|
+
class GetDNSViewCommand extends command(_ep0, _mw0, "GetDNSView", GetDNSView$) {
|
|
1716
1524
|
}
|
|
1717
1525
|
|
|
1718
|
-
class GetFirewallDomainListCommand extends
|
|
1719
|
-
.classBuilder()
|
|
1720
|
-
.ep(commonParams)
|
|
1721
|
-
.m(function (Command, cs, config, o) {
|
|
1722
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1723
|
-
})
|
|
1724
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "GetFirewallDomainList", {})
|
|
1725
|
-
.n("Route53GlobalResolverClient", "GetFirewallDomainListCommand")
|
|
1726
|
-
.sc(GetFirewallDomainList$)
|
|
1727
|
-
.build() {
|
|
1526
|
+
class GetFirewallDomainListCommand extends command(_ep0, _mw0, "GetFirewallDomainList", GetFirewallDomainList$) {
|
|
1728
1527
|
}
|
|
1729
1528
|
|
|
1730
|
-
class GetFirewallRuleCommand extends
|
|
1731
|
-
.classBuilder()
|
|
1732
|
-
.ep(commonParams)
|
|
1733
|
-
.m(function (Command, cs, config, o) {
|
|
1734
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1735
|
-
})
|
|
1736
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "GetFirewallRule", {})
|
|
1737
|
-
.n("Route53GlobalResolverClient", "GetFirewallRuleCommand")
|
|
1738
|
-
.sc(GetFirewallRule$)
|
|
1739
|
-
.build() {
|
|
1529
|
+
class GetFirewallRuleCommand extends command(_ep0, _mw0, "GetFirewallRule", GetFirewallRule$) {
|
|
1740
1530
|
}
|
|
1741
1531
|
|
|
1742
|
-
class GetGlobalResolverCommand extends
|
|
1743
|
-
.classBuilder()
|
|
1744
|
-
.ep(commonParams)
|
|
1745
|
-
.m(function (Command, cs, config, o) {
|
|
1746
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1747
|
-
})
|
|
1748
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "GetGlobalResolver", {})
|
|
1749
|
-
.n("Route53GlobalResolverClient", "GetGlobalResolverCommand")
|
|
1750
|
-
.sc(GetGlobalResolver$)
|
|
1751
|
-
.build() {
|
|
1532
|
+
class GetGlobalResolverCommand extends command(_ep0, _mw0, "GetGlobalResolver", GetGlobalResolver$) {
|
|
1752
1533
|
}
|
|
1753
1534
|
|
|
1754
|
-
class GetHostedZoneAssociationCommand extends
|
|
1755
|
-
.classBuilder()
|
|
1756
|
-
.ep(commonParams)
|
|
1757
|
-
.m(function (Command, cs, config, o) {
|
|
1758
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1759
|
-
})
|
|
1760
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "GetHostedZoneAssociation", {})
|
|
1761
|
-
.n("Route53GlobalResolverClient", "GetHostedZoneAssociationCommand")
|
|
1762
|
-
.sc(GetHostedZoneAssociation$)
|
|
1763
|
-
.build() {
|
|
1535
|
+
class GetHostedZoneAssociationCommand extends command(_ep0, _mw0, "GetHostedZoneAssociation", GetHostedZoneAssociation$) {
|
|
1764
1536
|
}
|
|
1765
1537
|
|
|
1766
|
-
class GetManagedFirewallDomainListCommand extends
|
|
1767
|
-
.classBuilder()
|
|
1768
|
-
.ep(commonParams)
|
|
1769
|
-
.m(function (Command, cs, config, o) {
|
|
1770
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1771
|
-
})
|
|
1772
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "GetManagedFirewallDomainList", {})
|
|
1773
|
-
.n("Route53GlobalResolverClient", "GetManagedFirewallDomainListCommand")
|
|
1774
|
-
.sc(GetManagedFirewallDomainList$)
|
|
1775
|
-
.build() {
|
|
1538
|
+
class GetManagedFirewallDomainListCommand extends command(_ep0, _mw0, "GetManagedFirewallDomainList", GetManagedFirewallDomainList$) {
|
|
1776
1539
|
}
|
|
1777
1540
|
|
|
1778
|
-
class ImportFirewallDomainsCommand extends
|
|
1779
|
-
.classBuilder()
|
|
1780
|
-
.ep(commonParams)
|
|
1781
|
-
.m(function (Command, cs, config, o) {
|
|
1782
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1783
|
-
})
|
|
1784
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "ImportFirewallDomains", {})
|
|
1785
|
-
.n("Route53GlobalResolverClient", "ImportFirewallDomainsCommand")
|
|
1786
|
-
.sc(ImportFirewallDomains$)
|
|
1787
|
-
.build() {
|
|
1541
|
+
class ImportFirewallDomainsCommand extends command(_ep0, _mw0, "ImportFirewallDomains", ImportFirewallDomains$) {
|
|
1788
1542
|
}
|
|
1789
1543
|
|
|
1790
|
-
class ListAccessSourcesCommand extends
|
|
1791
|
-
.classBuilder()
|
|
1792
|
-
.ep(commonParams)
|
|
1793
|
-
.m(function (Command, cs, config, o) {
|
|
1794
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1795
|
-
})
|
|
1796
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "ListAccessSources", {})
|
|
1797
|
-
.n("Route53GlobalResolverClient", "ListAccessSourcesCommand")
|
|
1798
|
-
.sc(ListAccessSources$)
|
|
1799
|
-
.build() {
|
|
1544
|
+
class ListAccessSourcesCommand extends command(_ep0, _mw0, "ListAccessSources", ListAccessSources$) {
|
|
1800
1545
|
}
|
|
1801
1546
|
|
|
1802
|
-
class ListAccessTokensCommand extends
|
|
1803
|
-
.classBuilder()
|
|
1804
|
-
.ep(commonParams)
|
|
1805
|
-
.m(function (Command, cs, config, o) {
|
|
1806
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1807
|
-
})
|
|
1808
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "ListAccessTokens", {})
|
|
1809
|
-
.n("Route53GlobalResolverClient", "ListAccessTokensCommand")
|
|
1810
|
-
.sc(ListAccessTokens$)
|
|
1811
|
-
.build() {
|
|
1547
|
+
class ListAccessTokensCommand extends command(_ep0, _mw0, "ListAccessTokens", ListAccessTokens$) {
|
|
1812
1548
|
}
|
|
1813
1549
|
|
|
1814
|
-
class ListDNSViewsCommand extends
|
|
1815
|
-
.classBuilder()
|
|
1816
|
-
.ep(commonParams)
|
|
1817
|
-
.m(function (Command, cs, config, o) {
|
|
1818
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1819
|
-
})
|
|
1820
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "ListDNSViews", {})
|
|
1821
|
-
.n("Route53GlobalResolverClient", "ListDNSViewsCommand")
|
|
1822
|
-
.sc(ListDNSViews$)
|
|
1823
|
-
.build() {
|
|
1550
|
+
class ListDNSViewsCommand extends command(_ep0, _mw0, "ListDNSViews", ListDNSViews$) {
|
|
1824
1551
|
}
|
|
1825
1552
|
|
|
1826
|
-
class ListFirewallDomainListsCommand extends
|
|
1827
|
-
.classBuilder()
|
|
1828
|
-
.ep(commonParams)
|
|
1829
|
-
.m(function (Command, cs, config, o) {
|
|
1830
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1831
|
-
})
|
|
1832
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "ListFirewallDomainLists", {})
|
|
1833
|
-
.n("Route53GlobalResolverClient", "ListFirewallDomainListsCommand")
|
|
1834
|
-
.sc(ListFirewallDomainLists$)
|
|
1835
|
-
.build() {
|
|
1553
|
+
class ListFirewallDomainListsCommand extends command(_ep0, _mw0, "ListFirewallDomainLists", ListFirewallDomainLists$) {
|
|
1836
1554
|
}
|
|
1837
1555
|
|
|
1838
|
-
class ListFirewallDomainsCommand extends
|
|
1839
|
-
.classBuilder()
|
|
1840
|
-
.ep(commonParams)
|
|
1841
|
-
.m(function (Command, cs, config, o) {
|
|
1842
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1843
|
-
})
|
|
1844
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "ListFirewallDomains", {})
|
|
1845
|
-
.n("Route53GlobalResolverClient", "ListFirewallDomainsCommand")
|
|
1846
|
-
.sc(ListFirewallDomains$)
|
|
1847
|
-
.build() {
|
|
1556
|
+
class ListFirewallDomainsCommand extends command(_ep0, _mw0, "ListFirewallDomains", ListFirewallDomains$) {
|
|
1848
1557
|
}
|
|
1849
1558
|
|
|
1850
|
-
class ListFirewallRulesCommand extends
|
|
1851
|
-
.classBuilder()
|
|
1852
|
-
.ep(commonParams)
|
|
1853
|
-
.m(function (Command, cs, config, o) {
|
|
1854
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1855
|
-
})
|
|
1856
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "ListFirewallRules", {})
|
|
1857
|
-
.n("Route53GlobalResolverClient", "ListFirewallRulesCommand")
|
|
1858
|
-
.sc(ListFirewallRules$)
|
|
1859
|
-
.build() {
|
|
1559
|
+
class ListFirewallRulesCommand extends command(_ep0, _mw0, "ListFirewallRules", ListFirewallRules$) {
|
|
1860
1560
|
}
|
|
1861
1561
|
|
|
1862
|
-
class ListGlobalResolversCommand extends
|
|
1863
|
-
.classBuilder()
|
|
1864
|
-
.ep(commonParams)
|
|
1865
|
-
.m(function (Command, cs, config, o) {
|
|
1866
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1867
|
-
})
|
|
1868
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "ListGlobalResolvers", {})
|
|
1869
|
-
.n("Route53GlobalResolverClient", "ListGlobalResolversCommand")
|
|
1870
|
-
.sc(ListGlobalResolvers$)
|
|
1871
|
-
.build() {
|
|
1562
|
+
class ListGlobalResolversCommand extends command(_ep0, _mw0, "ListGlobalResolvers", ListGlobalResolvers$) {
|
|
1872
1563
|
}
|
|
1873
1564
|
|
|
1874
|
-
class ListHostedZoneAssociationsCommand extends
|
|
1875
|
-
.classBuilder()
|
|
1876
|
-
.ep(commonParams)
|
|
1877
|
-
.m(function (Command, cs, config, o) {
|
|
1878
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1879
|
-
})
|
|
1880
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "ListHostedZoneAssociations", {})
|
|
1881
|
-
.n("Route53GlobalResolverClient", "ListHostedZoneAssociationsCommand")
|
|
1882
|
-
.sc(ListHostedZoneAssociations$)
|
|
1883
|
-
.build() {
|
|
1565
|
+
class ListHostedZoneAssociationsCommand extends command(_ep0, _mw0, "ListHostedZoneAssociations", ListHostedZoneAssociations$) {
|
|
1884
1566
|
}
|
|
1885
1567
|
|
|
1886
|
-
class ListManagedFirewallDomainListsCommand extends
|
|
1887
|
-
.classBuilder()
|
|
1888
|
-
.ep(commonParams)
|
|
1889
|
-
.m(function (Command, cs, config, o) {
|
|
1890
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1891
|
-
})
|
|
1892
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "ListManagedFirewallDomainLists", {})
|
|
1893
|
-
.n("Route53GlobalResolverClient", "ListManagedFirewallDomainListsCommand")
|
|
1894
|
-
.sc(ListManagedFirewallDomainLists$)
|
|
1895
|
-
.build() {
|
|
1568
|
+
class ListManagedFirewallDomainListsCommand extends command(_ep0, _mw0, "ListManagedFirewallDomainLists", ListManagedFirewallDomainLists$) {
|
|
1896
1569
|
}
|
|
1897
1570
|
|
|
1898
|
-
class ListTagsForResourceCommand extends
|
|
1899
|
-
.classBuilder()
|
|
1900
|
-
.ep(commonParams)
|
|
1901
|
-
.m(function (Command, cs, config, o) {
|
|
1902
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1903
|
-
})
|
|
1904
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "ListTagsForResource", {})
|
|
1905
|
-
.n("Route53GlobalResolverClient", "ListTagsForResourceCommand")
|
|
1906
|
-
.sc(ListTagsForResource$)
|
|
1907
|
-
.build() {
|
|
1571
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1908
1572
|
}
|
|
1909
1573
|
|
|
1910
|
-
class TagResourceCommand extends
|
|
1911
|
-
.classBuilder()
|
|
1912
|
-
.ep(commonParams)
|
|
1913
|
-
.m(function (Command, cs, config, o) {
|
|
1914
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1915
|
-
})
|
|
1916
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "TagResource", {})
|
|
1917
|
-
.n("Route53GlobalResolverClient", "TagResourceCommand")
|
|
1918
|
-
.sc(TagResource$)
|
|
1919
|
-
.build() {
|
|
1574
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1920
1575
|
}
|
|
1921
1576
|
|
|
1922
|
-
class UntagResourceCommand extends
|
|
1923
|
-
.classBuilder()
|
|
1924
|
-
.ep(commonParams)
|
|
1925
|
-
.m(function (Command, cs, config, o) {
|
|
1926
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1927
|
-
})
|
|
1928
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "UntagResource", {})
|
|
1929
|
-
.n("Route53GlobalResolverClient", "UntagResourceCommand")
|
|
1930
|
-
.sc(UntagResource$)
|
|
1931
|
-
.build() {
|
|
1577
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1932
1578
|
}
|
|
1933
1579
|
|
|
1934
|
-
class UpdateAccessSourceCommand extends
|
|
1935
|
-
.classBuilder()
|
|
1936
|
-
.ep(commonParams)
|
|
1937
|
-
.m(function (Command, cs, config, o) {
|
|
1938
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1939
|
-
})
|
|
1940
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "UpdateAccessSource", {})
|
|
1941
|
-
.n("Route53GlobalResolverClient", "UpdateAccessSourceCommand")
|
|
1942
|
-
.sc(UpdateAccessSource$)
|
|
1943
|
-
.build() {
|
|
1580
|
+
class UpdateAccessSourceCommand extends command(_ep0, _mw0, "UpdateAccessSource", UpdateAccessSource$) {
|
|
1944
1581
|
}
|
|
1945
1582
|
|
|
1946
|
-
class UpdateAccessTokenCommand extends
|
|
1947
|
-
.classBuilder()
|
|
1948
|
-
.ep(commonParams)
|
|
1949
|
-
.m(function (Command, cs, config, o) {
|
|
1950
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1951
|
-
})
|
|
1952
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "UpdateAccessToken", {})
|
|
1953
|
-
.n("Route53GlobalResolverClient", "UpdateAccessTokenCommand")
|
|
1954
|
-
.sc(UpdateAccessToken$)
|
|
1955
|
-
.build() {
|
|
1583
|
+
class UpdateAccessTokenCommand extends command(_ep0, _mw0, "UpdateAccessToken", UpdateAccessToken$) {
|
|
1956
1584
|
}
|
|
1957
1585
|
|
|
1958
|
-
class UpdateDNSViewCommand extends
|
|
1959
|
-
.classBuilder()
|
|
1960
|
-
.ep(commonParams)
|
|
1961
|
-
.m(function (Command, cs, config, o) {
|
|
1962
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1963
|
-
})
|
|
1964
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "UpdateDNSView", {})
|
|
1965
|
-
.n("Route53GlobalResolverClient", "UpdateDNSViewCommand")
|
|
1966
|
-
.sc(UpdateDNSView$)
|
|
1967
|
-
.build() {
|
|
1586
|
+
class UpdateDNSViewCommand extends command(_ep0, _mw0, "UpdateDNSView", UpdateDNSView$) {
|
|
1968
1587
|
}
|
|
1969
1588
|
|
|
1970
|
-
class UpdateFirewallDomainsCommand extends
|
|
1971
|
-
.classBuilder()
|
|
1972
|
-
.ep(commonParams)
|
|
1973
|
-
.m(function (Command, cs, config, o) {
|
|
1974
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1975
|
-
})
|
|
1976
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "UpdateFirewallDomains", {})
|
|
1977
|
-
.n("Route53GlobalResolverClient", "UpdateFirewallDomainsCommand")
|
|
1978
|
-
.sc(UpdateFirewallDomains$)
|
|
1979
|
-
.build() {
|
|
1589
|
+
class UpdateFirewallDomainsCommand extends command(_ep0, _mw0, "UpdateFirewallDomains", UpdateFirewallDomains$) {
|
|
1980
1590
|
}
|
|
1981
1591
|
|
|
1982
|
-
class UpdateFirewallRuleCommand extends
|
|
1983
|
-
.classBuilder()
|
|
1984
|
-
.ep(commonParams)
|
|
1985
|
-
.m(function (Command, cs, config, o) {
|
|
1986
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1987
|
-
})
|
|
1988
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "UpdateFirewallRule", {})
|
|
1989
|
-
.n("Route53GlobalResolverClient", "UpdateFirewallRuleCommand")
|
|
1990
|
-
.sc(UpdateFirewallRule$)
|
|
1991
|
-
.build() {
|
|
1592
|
+
class UpdateFirewallRuleCommand extends command(_ep0, _mw0, "UpdateFirewallRule", UpdateFirewallRule$) {
|
|
1992
1593
|
}
|
|
1993
1594
|
|
|
1994
|
-
class UpdateGlobalResolverCommand extends
|
|
1995
|
-
.classBuilder()
|
|
1996
|
-
.ep(commonParams)
|
|
1997
|
-
.m(function (Command, cs, config, o) {
|
|
1998
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1999
|
-
})
|
|
2000
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "UpdateGlobalResolver", {})
|
|
2001
|
-
.n("Route53GlobalResolverClient", "UpdateGlobalResolverCommand")
|
|
2002
|
-
.sc(UpdateGlobalResolver$)
|
|
2003
|
-
.build() {
|
|
1595
|
+
class UpdateGlobalResolverCommand extends command(_ep0, _mw0, "UpdateGlobalResolver", UpdateGlobalResolver$) {
|
|
2004
1596
|
}
|
|
2005
1597
|
|
|
2006
|
-
class UpdateHostedZoneAssociationCommand extends
|
|
2007
|
-
.classBuilder()
|
|
2008
|
-
.ep(commonParams)
|
|
2009
|
-
.m(function (Command, cs, config, o) {
|
|
2010
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2011
|
-
})
|
|
2012
|
-
.s("EC2DNSGlobalResolverCustomerAPI", "UpdateHostedZoneAssociation", {})
|
|
2013
|
-
.n("Route53GlobalResolverClient", "UpdateHostedZoneAssociationCommand")
|
|
2014
|
-
.sc(UpdateHostedZoneAssociation$)
|
|
2015
|
-
.build() {
|
|
1598
|
+
class UpdateHostedZoneAssociationCommand extends command(_ep0, _mw0, "UpdateHostedZoneAssociation", UpdateHostedZoneAssociation$) {
|
|
2016
1599
|
}
|
|
2017
1600
|
|
|
2018
1601
|
const paginateListAccessSources = createPaginator(Route53GlobalResolverClient, ListAccessSourcesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "EC2DNSGlobalResolverCustomerAPI", "Route53GlobalResolverClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|