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