@aws-sdk/client-route53globalresolver 3.1004.0 → 3.1006.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/README.md +1 -1
- package/dist-cjs/index.js +6 -0
- package/dist-cjs/schemas/schemas_0.js +16 -14
- package/dist-es/models/enums.js +5 -0
- package/dist-es/schemas/schemas_0.js +16 -14
- package/dist-types/Route53GlobalResolver.d.ts +1 -1
- package/dist-types/Route53GlobalResolverClient.d.ts +1 -1
- package/dist-types/commands/AssociateHostedZoneCommand.d.ts +1 -1
- package/dist-types/commands/BatchCreateFirewallRuleCommand.d.ts +4 -4
- package/dist-types/commands/BatchDeleteFirewallRuleCommand.d.ts +1 -1
- package/dist-types/commands/BatchUpdateFirewallRuleCommand.d.ts +4 -4
- package/dist-types/commands/CreateAccessSourceCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccessTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateDNSViewCommand.d.ts +1 -1
- package/dist-types/commands/CreateFirewallDomainListCommand.d.ts +1 -1
- package/dist-types/commands/CreateFirewallRuleCommand.d.ts +3 -3
- package/dist-types/commands/CreateGlobalResolverCommand.d.ts +6 -1
- package/dist-types/commands/DeleteAccessSourceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccessTokenCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDNSViewCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFirewallDomainListCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFirewallRuleCommand.d.ts +2 -2
- package/dist-types/commands/DeleteGlobalResolverCommand.d.ts +5 -1
- package/dist-types/commands/DisableDNSViewCommand.d.ts +4 -1
- package/dist-types/commands/DisassociateHostedZoneCommand.d.ts +1 -1
- package/dist-types/commands/EnableDNSViewCommand.d.ts +4 -1
- package/dist-types/commands/GetAccessSourceCommand.d.ts +1 -1
- package/dist-types/commands/GetAccessTokenCommand.d.ts +1 -1
- package/dist-types/commands/GetDNSViewCommand.d.ts +1 -1
- package/dist-types/commands/GetFirewallDomainListCommand.d.ts +1 -1
- package/dist-types/commands/GetFirewallRuleCommand.d.ts +2 -2
- package/dist-types/commands/GetGlobalResolverCommand.d.ts +5 -1
- package/dist-types/commands/GetHostedZoneAssociationCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedFirewallDomainListCommand.d.ts +1 -1
- package/dist-types/commands/ImportFirewallDomainsCommand.d.ts +4 -1
- package/dist-types/commands/ListAccessSourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListAccessTokensCommand.d.ts +1 -1
- package/dist-types/commands/ListDNSViewsCommand.d.ts +1 -1
- package/dist-types/commands/ListFirewallDomainListsCommand.d.ts +1 -1
- package/dist-types/commands/ListFirewallDomainsCommand.d.ts +1 -1
- package/dist-types/commands/ListFirewallRulesCommand.d.ts +2 -2
- package/dist-types/commands/ListGlobalResolversCommand.d.ts +5 -1
- package/dist-types/commands/ListHostedZoneAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListManagedFirewallDomainListsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccessSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccessTokenCommand.d.ts +4 -1
- package/dist-types/commands/UpdateDNSViewCommand.d.ts +4 -1
- package/dist-types/commands/UpdateFirewallDomainsCommand.d.ts +4 -1
- package/dist-types/commands/UpdateFirewallRuleCommand.d.ts +6 -3
- package/dist-types/commands/UpdateGlobalResolverCommand.d.ts +9 -1
- package/dist-types/commands/UpdateHostedZoneAssociationCommand.d.ts +4 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/enums.d.ts +13 -0
- package/dist-types/models/errors.d.ts +4 -4
- package/dist-types/models/models_0.d.ts +78 -18
- package/dist-types/ts3.4/models/enums.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +13 -0
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript Route53GlobalResolver Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<p>
|
|
9
|
+
<p>Amazon Route 53 Global Resolver is a global, internet-accessible DNS resolver that enables customers to resolve and forward traffic for both public and private domains while ensuring security and authenticity of queries over the internet. Route 53 Global Resolver supports DNS-over-port 53 (Do53), DNS-over-TLS (DoT), and DNS-over-HTTPS (DoH) protocols through global anycast IP addresses.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
10
10
|
|
|
11
11
|
## Installing
|
|
12
12
|
To install this package, simply type add or install @aws-sdk/client-route53globalresolver
|
package/dist-cjs/index.js
CHANGED
|
@@ -808,6 +808,7 @@ const ConfidenceThreshold = {
|
|
|
808
808
|
};
|
|
809
809
|
const DnsAdvancedProtection = {
|
|
810
810
|
DGA: "DGA",
|
|
811
|
+
DICTIONARY_DGA: "DICTIONARY_DGA",
|
|
811
812
|
DNS_TUNNELING: "DNS_TUNNELING",
|
|
812
813
|
};
|
|
813
814
|
const DnsSecValidationType = {
|
|
@@ -831,6 +832,10 @@ const ProfileResourceStatus = {
|
|
|
831
832
|
OPERATIONAL: "OPERATIONAL",
|
|
832
833
|
UPDATING: "UPDATING",
|
|
833
834
|
};
|
|
835
|
+
const GlobalResolverIpAddressType = {
|
|
836
|
+
DUAL_STACK: "DUAL_STACK",
|
|
837
|
+
IPV4: "IPV4",
|
|
838
|
+
};
|
|
834
839
|
|
|
835
840
|
exports.$Command = smithyClient.Command;
|
|
836
841
|
exports.__Client = smithyClient.Client;
|
|
@@ -872,6 +877,7 @@ exports.GetFirewallRuleCommand = GetFirewallRuleCommand;
|
|
|
872
877
|
exports.GetGlobalResolverCommand = GetGlobalResolverCommand;
|
|
873
878
|
exports.GetHostedZoneAssociationCommand = GetHostedZoneAssociationCommand;
|
|
874
879
|
exports.GetManagedFirewallDomainListCommand = GetManagedFirewallDomainListCommand;
|
|
880
|
+
exports.GlobalResolverIpAddressType = GlobalResolverIpAddressType;
|
|
875
881
|
exports.HostedZoneAssociationStatus = HostedZoneAssociationStatus;
|
|
876
882
|
exports.ImportFirewallDomainsCommand = ImportFirewallDomainsCommand;
|
|
877
883
|
exports.IpAddressType = IpAddressType;
|
|
@@ -241,6 +241,7 @@ const _hZN = "hostedZoneName";
|
|
|
241
241
|
const _i = "id";
|
|
242
242
|
const _iA = "ipv4Addresses";
|
|
243
243
|
const _iAT = "ipAddressType";
|
|
244
|
+
const _iAp = "ipv6Addresses";
|
|
244
245
|
const _m = "message";
|
|
245
246
|
const _mDLN = "managedDomainListName";
|
|
246
247
|
const _mFDL = "managedFirewallDomainLists";
|
|
@@ -477,13 +478,13 @@ exports.CreateFirewallRuleOutput$ = [3, n0, _CFRO,
|
|
|
477
478
|
];
|
|
478
479
|
exports.CreateGlobalResolverInput$ = [3, n0, _CGRI,
|
|
479
480
|
0,
|
|
480
|
-
[_n, _re, _cT, _d, _oR, _t],
|
|
481
|
-
[0, 64 | 0, [0, 4], 0, 0, 128 | 0], 2
|
|
481
|
+
[_n, _re, _cT, _d, _iAT, _oR, _t],
|
|
482
|
+
[0, 64 | 0, [0, 4], 0, 0, 0, 128 | 0], 2
|
|
482
483
|
];
|
|
483
484
|
exports.CreateGlobalResolverOutput$ = [3, n0, _CGRO,
|
|
484
485
|
0,
|
|
485
|
-
[_i, _a, _cT, _cA, _dN, _iA, _n, _re, _st, _uA, _d, _oR],
|
|
486
|
-
[0, 0, 0, 5, 0, 64 | 0, 0, 64 | 0, 0, 5, 0, 0], 10
|
|
486
|
+
[_i, _a, _cT, _cA, _dN, _iA, _n, _re, _st, _uA, _d, _iAT, _iAp, _oR],
|
|
487
|
+
[0, 0, 0, 5, 0, 64 | 0, 0, 64 | 0, 0, 5, 0, 0, 64 | 0, 0], 10
|
|
487
488
|
];
|
|
488
489
|
exports.DeleteAccessSourceInput$ = [3, n0, _DASI,
|
|
489
490
|
0,
|
|
@@ -542,8 +543,8 @@ exports.DeleteGlobalResolverInput$ = [3, n0, _DGRI,
|
|
|
542
543
|
];
|
|
543
544
|
exports.DeleteGlobalResolverOutput$ = [3, n0, _DGRO,
|
|
544
545
|
0,
|
|
545
|
-
[_i, _a, _cT, _dN, _n, _re, _cA, _uA, _st, _iA, _oR, _d],
|
|
546
|
-
[0, 0, 0, 0, 0, 64 | 0, 5, 5, 0, 64 | 0, 0, 0], 10
|
|
546
|
+
[_i, _a, _cT, _dN, _n, _re, _cA, _uA, _st, _iA, _oR, _d, _iAp, _iAT],
|
|
547
|
+
[0, 0, 0, 0, 0, 64 | 0, 5, 5, 0, 64 | 0, 0, 0, 64 | 0, 0], 10
|
|
547
548
|
];
|
|
548
549
|
exports.DisableDNSViewInput$ = [3, n0, _DDNSVIi,
|
|
549
550
|
0,
|
|
@@ -647,8 +648,8 @@ exports.GetGlobalResolverInput$ = [3, n0, _GGRI,
|
|
|
647
648
|
];
|
|
648
649
|
exports.GetGlobalResolverOutput$ = [3, n0, _GGRO,
|
|
649
650
|
0,
|
|
650
|
-
[_i, _a, _cT, _dN, _n, _re, _cA, _uA, _st, _iA, _oR, _d],
|
|
651
|
-
[0, 0, 0, 0, 0, 64 | 0, 5, 5, 0, 64 | 0, 0, 0], 10
|
|
651
|
+
[_i, _a, _cT, _dN, _n, _re, _cA, _uA, _st, _iA, _oR, _d, _iAp, _iAT],
|
|
652
|
+
[0, 0, 0, 0, 0, 64 | 0, 5, 5, 0, 64 | 0, 0, 0, 64 | 0, 0], 10
|
|
652
653
|
];
|
|
653
654
|
exports.GetHostedZoneAssociationInput$ = [3, n0, _GHZAI,
|
|
654
655
|
0,
|
|
@@ -672,8 +673,8 @@ exports.GetManagedFirewallDomainListOutput$ = [3, n0, _GMFDLO,
|
|
|
672
673
|
];
|
|
673
674
|
exports.GlobalResolversItem$ = [3, n0, _GRI,
|
|
674
675
|
0,
|
|
675
|
-
[_i, _a, _cT, _dN, _n, _re, _cA, _uA, _st, _iA, _oR, _d],
|
|
676
|
-
[0, 0, 0, 0, 0, 64 | 0, 5, 5, 0, 64 | 0, 0, 0], 10
|
|
676
|
+
[_i, _a, _cT, _dN, _n, _re, _cA, _uA, _st, _iA, _oR, _d, _iAp, _iAT],
|
|
677
|
+
[0, 0, 0, 0, 0, 64 | 0, 5, 5, 0, 64 | 0, 0, 0, 64 | 0, 0], 10
|
|
677
678
|
];
|
|
678
679
|
exports.HostedZoneAssociationSummary$ = [3, n0, _HZAS,
|
|
679
680
|
0,
|
|
@@ -867,13 +868,13 @@ exports.UpdateFirewallRuleOutput$ = [3, n0, _UFRO,
|
|
|
867
868
|
];
|
|
868
869
|
exports.UpdateGlobalResolverInput$ = [3, n0, _UGRI,
|
|
869
870
|
0,
|
|
870
|
-
[_gRI, _n, _oR, _d],
|
|
871
|
-
[[0, 1], 0, 0, 0], 1
|
|
871
|
+
[_gRI, _n, _oR, _d, _iAT],
|
|
872
|
+
[[0, 1], 0, 0, 0, 0], 1
|
|
872
873
|
];
|
|
873
874
|
exports.UpdateGlobalResolverOutput$ = [3, n0, _UGRO,
|
|
874
875
|
0,
|
|
875
|
-
[_i, _a, _cT, _dN, _n, _re, _cA, _uA, _st, _iA, _oR, _d],
|
|
876
|
-
[0, 0, 0, 0, 0, 64 | 0, 5, 5, 0, 64 | 0, 0, 0], 10
|
|
876
|
+
[_i, _a, _cT, _dN, _n, _re, _cA, _uA, _st, _iA, _oR, _d, _iAp, _iAT],
|
|
877
|
+
[0, 0, 0, 0, 0, 64 | 0, 5, 5, 0, 64 | 0, 0, 0, 64 | 0, 0], 10
|
|
877
878
|
];
|
|
878
879
|
exports.UpdateHostedZoneAssociationInput$ = [3, n0, _UHZAI,
|
|
879
880
|
0,
|
|
@@ -931,6 +932,7 @@ var HostedZoneAssociations = [1, n0, _HZA,
|
|
|
931
932
|
0, () => exports.HostedZoneAssociationSummary$
|
|
932
933
|
];
|
|
933
934
|
var IPv4Addresses = 64 | 0;
|
|
935
|
+
var IPv6Addresses = 64 | 0;
|
|
934
936
|
var ManagedFirewallDomainLists = [1, n0, _MFDL,
|
|
935
937
|
0, () => exports.ManagedFirewallDomainListsItem$
|
|
936
938
|
];
|
package/dist-es/models/enums.js
CHANGED
|
@@ -49,6 +49,7 @@ export const ConfidenceThreshold = {
|
|
|
49
49
|
};
|
|
50
50
|
export const DnsAdvancedProtection = {
|
|
51
51
|
DGA: "DGA",
|
|
52
|
+
DICTIONARY_DGA: "DICTIONARY_DGA",
|
|
52
53
|
DNS_TUNNELING: "DNS_TUNNELING",
|
|
53
54
|
};
|
|
54
55
|
export const DnsSecValidationType = {
|
|
@@ -72,3 +73,7 @@ export const ProfileResourceStatus = {
|
|
|
72
73
|
OPERATIONAL: "OPERATIONAL",
|
|
73
74
|
UPDATING: "UPDATING",
|
|
74
75
|
};
|
|
76
|
+
export const GlobalResolverIpAddressType = {
|
|
77
|
+
DUAL_STACK: "DUAL_STACK",
|
|
78
|
+
IPV4: "IPV4",
|
|
79
|
+
};
|
|
@@ -235,6 +235,7 @@ const _hZN = "hostedZoneName";
|
|
|
235
235
|
const _i = "id";
|
|
236
236
|
const _iA = "ipv4Addresses";
|
|
237
237
|
const _iAT = "ipAddressType";
|
|
238
|
+
const _iAp = "ipv6Addresses";
|
|
238
239
|
const _m = "message";
|
|
239
240
|
const _mDLN = "managedDomainListName";
|
|
240
241
|
const _mFDL = "managedFirewallDomainLists";
|
|
@@ -471,13 +472,13 @@ export var CreateFirewallRuleOutput$ = [3, n0, _CFRO,
|
|
|
471
472
|
];
|
|
472
473
|
export var CreateGlobalResolverInput$ = [3, n0, _CGRI,
|
|
473
474
|
0,
|
|
474
|
-
[_n, _re, _cT, _d, _oR, _t],
|
|
475
|
-
[0, 64 | 0, [0, 4], 0, 0, 128 | 0], 2
|
|
475
|
+
[_n, _re, _cT, _d, _iAT, _oR, _t],
|
|
476
|
+
[0, 64 | 0, [0, 4], 0, 0, 0, 128 | 0], 2
|
|
476
477
|
];
|
|
477
478
|
export var CreateGlobalResolverOutput$ = [3, n0, _CGRO,
|
|
478
479
|
0,
|
|
479
|
-
[_i, _a, _cT, _cA, _dN, _iA, _n, _re, _st, _uA, _d, _oR],
|
|
480
|
-
[0, 0, 0, 5, 0, 64 | 0, 0, 64 | 0, 0, 5, 0, 0], 10
|
|
480
|
+
[_i, _a, _cT, _cA, _dN, _iA, _n, _re, _st, _uA, _d, _iAT, _iAp, _oR],
|
|
481
|
+
[0, 0, 0, 5, 0, 64 | 0, 0, 64 | 0, 0, 5, 0, 0, 64 | 0, 0], 10
|
|
481
482
|
];
|
|
482
483
|
export var DeleteAccessSourceInput$ = [3, n0, _DASI,
|
|
483
484
|
0,
|
|
@@ -536,8 +537,8 @@ export var DeleteGlobalResolverInput$ = [3, n0, _DGRI,
|
|
|
536
537
|
];
|
|
537
538
|
export var DeleteGlobalResolverOutput$ = [3, n0, _DGRO,
|
|
538
539
|
0,
|
|
539
|
-
[_i, _a, _cT, _dN, _n, _re, _cA, _uA, _st, _iA, _oR, _d],
|
|
540
|
-
[0, 0, 0, 0, 0, 64 | 0, 5, 5, 0, 64 | 0, 0, 0], 10
|
|
540
|
+
[_i, _a, _cT, _dN, _n, _re, _cA, _uA, _st, _iA, _oR, _d, _iAp, _iAT],
|
|
541
|
+
[0, 0, 0, 0, 0, 64 | 0, 5, 5, 0, 64 | 0, 0, 0, 64 | 0, 0], 10
|
|
541
542
|
];
|
|
542
543
|
export var DisableDNSViewInput$ = [3, n0, _DDNSVIi,
|
|
543
544
|
0,
|
|
@@ -641,8 +642,8 @@ export var GetGlobalResolverInput$ = [3, n0, _GGRI,
|
|
|
641
642
|
];
|
|
642
643
|
export var GetGlobalResolverOutput$ = [3, n0, _GGRO,
|
|
643
644
|
0,
|
|
644
|
-
[_i, _a, _cT, _dN, _n, _re, _cA, _uA, _st, _iA, _oR, _d],
|
|
645
|
-
[0, 0, 0, 0, 0, 64 | 0, 5, 5, 0, 64 | 0, 0, 0], 10
|
|
645
|
+
[_i, _a, _cT, _dN, _n, _re, _cA, _uA, _st, _iA, _oR, _d, _iAp, _iAT],
|
|
646
|
+
[0, 0, 0, 0, 0, 64 | 0, 5, 5, 0, 64 | 0, 0, 0, 64 | 0, 0], 10
|
|
646
647
|
];
|
|
647
648
|
export var GetHostedZoneAssociationInput$ = [3, n0, _GHZAI,
|
|
648
649
|
0,
|
|
@@ -666,8 +667,8 @@ export var GetManagedFirewallDomainListOutput$ = [3, n0, _GMFDLO,
|
|
|
666
667
|
];
|
|
667
668
|
export var GlobalResolversItem$ = [3, n0, _GRI,
|
|
668
669
|
0,
|
|
669
|
-
[_i, _a, _cT, _dN, _n, _re, _cA, _uA, _st, _iA, _oR, _d],
|
|
670
|
-
[0, 0, 0, 0, 0, 64 | 0, 5, 5, 0, 64 | 0, 0, 0], 10
|
|
670
|
+
[_i, _a, _cT, _dN, _n, _re, _cA, _uA, _st, _iA, _oR, _d, _iAp, _iAT],
|
|
671
|
+
[0, 0, 0, 0, 0, 64 | 0, 5, 5, 0, 64 | 0, 0, 0, 64 | 0, 0], 10
|
|
671
672
|
];
|
|
672
673
|
export var HostedZoneAssociationSummary$ = [3, n0, _HZAS,
|
|
673
674
|
0,
|
|
@@ -861,13 +862,13 @@ export var UpdateFirewallRuleOutput$ = [3, n0, _UFRO,
|
|
|
861
862
|
];
|
|
862
863
|
export var UpdateGlobalResolverInput$ = [3, n0, _UGRI,
|
|
863
864
|
0,
|
|
864
|
-
[_gRI, _n, _oR, _d],
|
|
865
|
-
[[0, 1], 0, 0, 0], 1
|
|
865
|
+
[_gRI, _n, _oR, _d, _iAT],
|
|
866
|
+
[[0, 1], 0, 0, 0, 0], 1
|
|
866
867
|
];
|
|
867
868
|
export var UpdateGlobalResolverOutput$ = [3, n0, _UGRO,
|
|
868
869
|
0,
|
|
869
|
-
[_i, _a, _cT, _dN, _n, _re, _cA, _uA, _st, _iA, _oR, _d],
|
|
870
|
-
[0, 0, 0, 0, 0, 64 | 0, 5, 5, 0, 64 | 0, 0, 0], 10
|
|
870
|
+
[_i, _a, _cT, _dN, _n, _re, _cA, _uA, _st, _iA, _oR, _d, _iAp, _iAT],
|
|
871
|
+
[0, 0, 0, 0, 0, 64 | 0, 5, 5, 0, 64 | 0, 0, 0, 64 | 0, 0], 10
|
|
871
872
|
];
|
|
872
873
|
export var UpdateHostedZoneAssociationInput$ = [3, n0, _UHZAI,
|
|
873
874
|
0,
|
|
@@ -925,6 +926,7 @@ var HostedZoneAssociations = [1, n0, _HZA,
|
|
|
925
926
|
0, () => HostedZoneAssociationSummary$
|
|
926
927
|
];
|
|
927
928
|
var IPv4Addresses = 64 | 0;
|
|
929
|
+
var IPv6Addresses = 64 | 0;
|
|
928
930
|
var ManagedFirewallDomainLists = [1, n0, _MFDL,
|
|
929
931
|
0, () => ManagedFirewallDomainListsItem$
|
|
930
932
|
];
|
|
@@ -398,7 +398,7 @@ export interface Route53GlobalResolver {
|
|
|
398
398
|
paginateListManagedFirewallDomainLists(args: ListManagedFirewallDomainListsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListManagedFirewallDomainListsCommandOutput>;
|
|
399
399
|
}
|
|
400
400
|
/**
|
|
401
|
-
* <p>
|
|
401
|
+
* <p>Amazon Route 53 Global Resolver is a global, internet-accessible DNS resolver that enables customers to resolve and forward traffic for both public and private domains while ensuring security and authenticity of queries over the internet. Route 53 Global Resolver supports DNS-over-port 53 (Do53), DNS-over-TLS (DoT), and DNS-over-HTTPS (DoH) protocols through global anycast IP addresses.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
402
402
|
* @public
|
|
403
403
|
*/
|
|
404
404
|
export declare class Route53GlobalResolver extends Route53GlobalResolverClient implements Route53GlobalResolver {
|
|
@@ -216,7 +216,7 @@ export type Route53GlobalResolverClientResolvedConfigType = __SmithyResolvedConf
|
|
|
216
216
|
export interface Route53GlobalResolverClientResolvedConfig extends Route53GlobalResolverClientResolvedConfigType {
|
|
217
217
|
}
|
|
218
218
|
/**
|
|
219
|
-
* <p>
|
|
219
|
+
* <p>Amazon Route 53 Global Resolver is a global, internet-accessible DNS resolver that enables customers to resolve and forward traffic for both public and private domains while ensuring security and authenticity of queries over the internet. Route 53 Global Resolver supports DNS-over-port 53 (Do53), DNS-over-TLS (DoT), and DNS-over-HTTPS (DoH) protocols through global anycast IP addresses.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
220
220
|
* @public
|
|
221
221
|
*/
|
|
222
222
|
export declare class Route53GlobalResolverClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, Route53GlobalResolverClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ declare const AssociateHostedZoneCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Associates a Route 53 private hosted zone with a Route 53 Global Resolver resource. This allows the resolver to resolve DNS queries for the private hosted zone from anywhere globally.</p>
|
|
30
|
+
* <p>Associates a Route 53 private hosted zone with a Route 53 Global Resolver resource. This allows the resolver to resolve DNS queries for the private hosted zone from anywhere globally.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const BatchCreateFirewallRuleCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates multiple DNS firewall rules in a single operation. This is more efficient than creating rules individually when you need to set up multiple rules at once.</p>
|
|
30
|
+
* <p>Creates multiple DNS firewall rules in a single operation. This is more efficient than creating rules individually when you need to set up multiple rules at once.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -47,7 +47,7 @@ declare const BatchCreateFirewallRuleCommand_base: {
|
|
|
47
47
|
* clientToken: "STRING_VALUE", // required
|
|
48
48
|
* confidenceThreshold: "LOW" || "MEDIUM" || "HIGH",
|
|
49
49
|
* description: "STRING_VALUE",
|
|
50
|
-
* dnsAdvancedProtection: "DGA" || "DNS_TUNNELING",
|
|
50
|
+
* dnsAdvancedProtection: "DGA" || "DNS_TUNNELING" || "DICTIONARY_DGA",
|
|
51
51
|
* firewallDomainListId: "STRING_VALUE",
|
|
52
52
|
* name: "STRING_VALUE", // required
|
|
53
53
|
* priority: Number("long"),
|
|
@@ -71,7 +71,7 @@ declare const BatchCreateFirewallRuleCommand_base: {
|
|
|
71
71
|
* // confidenceThreshold: "LOW" || "MEDIUM" || "HIGH",
|
|
72
72
|
* // createdAt: new Date("TIMESTAMP"),
|
|
73
73
|
* // description: "STRING_VALUE",
|
|
74
|
-
* // dnsAdvancedProtection: "DGA" || "DNS_TUNNELING",
|
|
74
|
+
* // dnsAdvancedProtection: "DGA" || "DNS_TUNNELING" || "DICTIONARY_DGA",
|
|
75
75
|
* // firewallDomainListId: "STRING_VALUE",
|
|
76
76
|
* // id: "STRING_VALUE",
|
|
77
77
|
* // managedDomainListName: "STRING_VALUE",
|
|
@@ -98,7 +98,7 @@ declare const BatchCreateFirewallRuleCommand_base: {
|
|
|
98
98
|
* // confidenceThreshold: "LOW" || "MEDIUM" || "HIGH",
|
|
99
99
|
* // createdAt: new Date("TIMESTAMP"),
|
|
100
100
|
* // description: "STRING_VALUE",
|
|
101
|
-
* // dnsAdvancedProtection: "DGA" || "DNS_TUNNELING",
|
|
101
|
+
* // dnsAdvancedProtection: "DGA" || "DNS_TUNNELING" || "DICTIONARY_DGA",
|
|
102
102
|
* // firewallDomainListId: "STRING_VALUE",
|
|
103
103
|
* // id: "STRING_VALUE",
|
|
104
104
|
* // managedDomainListName: "STRING_VALUE",
|
|
@@ -27,7 +27,7 @@ declare const BatchDeleteFirewallRuleCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes multiple DNS firewall rules in a single operation. This is more efficient than deleting rules individually.</p>
|
|
30
|
+
* <p>Deletes multiple DNS firewall rules in a single operation. This is more efficient than deleting rules individually.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const BatchUpdateFirewallRuleCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates multiple DNS firewall rules in a single operation. This is more efficient than updating rules individually.</p>
|
|
30
|
+
* <p>Updates multiple DNS firewall rules in a single operation. This is more efficient than updating rules individually.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -46,7 +46,7 @@ declare const BatchUpdateFirewallRuleCommand_base: {
|
|
|
46
46
|
* blockResponse: "NODATA" || "NXDOMAIN" || "OVERRIDE",
|
|
47
47
|
* confidenceThreshold: "LOW" || "MEDIUM" || "HIGH",
|
|
48
48
|
* description: "STRING_VALUE",
|
|
49
|
-
* dnsAdvancedProtection: "DGA" || "DNS_TUNNELING",
|
|
49
|
+
* dnsAdvancedProtection: "DGA" || "DNS_TUNNELING" || "DICTIONARY_DGA",
|
|
50
50
|
* firewallRuleId: "STRING_VALUE", // required
|
|
51
51
|
* name: "STRING_VALUE",
|
|
52
52
|
* priority: Number("long"),
|
|
@@ -68,7 +68,7 @@ declare const BatchUpdateFirewallRuleCommand_base: {
|
|
|
68
68
|
* // confidenceThreshold: "LOW" || "MEDIUM" || "HIGH",
|
|
69
69
|
* // createdAt: new Date("TIMESTAMP"),
|
|
70
70
|
* // description: "STRING_VALUE",
|
|
71
|
-
* // dnsAdvancedProtection: "DGA" || "DNS_TUNNELING",
|
|
71
|
+
* // dnsAdvancedProtection: "DGA" || "DNS_TUNNELING" || "DICTIONARY_DGA",
|
|
72
72
|
* // firewallDomainListId: "STRING_VALUE",
|
|
73
73
|
* // id: "STRING_VALUE", // required
|
|
74
74
|
* // name: "STRING_VALUE",
|
|
@@ -94,7 +94,7 @@ declare const BatchUpdateFirewallRuleCommand_base: {
|
|
|
94
94
|
* // confidenceThreshold: "LOW" || "MEDIUM" || "HIGH",
|
|
95
95
|
* // createdAt: new Date("TIMESTAMP"),
|
|
96
96
|
* // description: "STRING_VALUE",
|
|
97
|
-
* // dnsAdvancedProtection: "DGA" || "DNS_TUNNELING",
|
|
97
|
+
* // dnsAdvancedProtection: "DGA" || "DNS_TUNNELING" || "DICTIONARY_DGA",
|
|
98
98
|
* // firewallDomainListId: "STRING_VALUE",
|
|
99
99
|
* // id: "STRING_VALUE", // required
|
|
100
100
|
* // name: "STRING_VALUE",
|
|
@@ -27,7 +27,7 @@ declare const CreateAccessSourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates an access source for a DNS view. Access sources define IP addresses or CIDR ranges that are allowed to send DNS queries to the Route 53 Global Resolver, along with the permitted DNS protocols.</p>
|
|
30
|
+
* <p>Creates an access source for a DNS view. Access sources define IP addresses or CIDR ranges that are allowed to send DNS queries to the Route 53 Global Resolver, along with the permitted DNS protocols.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const CreateAccessTokenCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates an access token for a DNS view. Access tokens provide token-based authentication for DNS-over-HTTPS (DoH) and DNS-over-TLS (DoT) connections to the Route 53 Global Resolver.</p>
|
|
30
|
+
* <p>Creates an access token for a DNS view. Access tokens provide token-based authentication for DNS-over-HTTPS (DoH) and DNS-over-TLS (DoT) connections to the Route 53 Global Resolver.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const CreateDNSViewCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a DNS view within a Route 53 Global Resolver. A DNS view models end users, user groups, networks, and devices, and serves as a parent resource that holds configurations controlling access, authorization, DNS firewall rules, and forwarding rules.</p>
|
|
30
|
+
* <p>Creates a DNS view within a Route 53 Global Resolver. A DNS view models end users, user groups, networks, and devices, and serves as a parent resource that holds configurations controlling access, authorization, DNS firewall rules, and forwarding rules.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const CreateFirewallDomainListCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a firewall domain list. Domain lists are reusable sets of domain specifications that you use in DNS firewall rules to allow, block, or alert on DNS queries to specific domains.</p>
|
|
30
|
+
* <p>Creates a firewall domain list. Domain lists are reusable sets of domain specifications that you use in DNS firewall rules to allow, block, or alert on DNS queries to specific domains.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const CreateFirewallRuleCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a DNS firewall rule. Firewall rules define actions (ALLOW, BLOCK, or ALERT) to take on DNS queries that match specified domain lists, managed domain lists, or advanced threat protections.</p>
|
|
30
|
+
* <p>Creates a DNS firewall rule. Firewall rules define actions (ALLOW, BLOCK, or ALERT) to take on DNS queries that match specified domain lists, managed domain lists, or advanced threat protections.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -45,7 +45,7 @@ declare const CreateFirewallRuleCommand_base: {
|
|
|
45
45
|
* clientToken: "STRING_VALUE",
|
|
46
46
|
* confidenceThreshold: "LOW" || "MEDIUM" || "HIGH",
|
|
47
47
|
* description: "STRING_VALUE",
|
|
48
|
-
* dnsAdvancedProtection: "DGA" || "DNS_TUNNELING",
|
|
48
|
+
* dnsAdvancedProtection: "DGA" || "DNS_TUNNELING" || "DICTIONARY_DGA",
|
|
49
49
|
* firewallDomainListId: "STRING_VALUE",
|
|
50
50
|
* name: "STRING_VALUE", // required
|
|
51
51
|
* priority: Number("long"),
|
|
@@ -63,7 +63,7 @@ declare const CreateFirewallRuleCommand_base: {
|
|
|
63
63
|
* // confidenceThreshold: "LOW" || "MEDIUM" || "HIGH",
|
|
64
64
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
65
65
|
* // description: "STRING_VALUE",
|
|
66
|
-
* // dnsAdvancedProtection: "DGA" || "DNS_TUNNELING",
|
|
66
|
+
* // dnsAdvancedProtection: "DGA" || "DNS_TUNNELING" || "DICTIONARY_DGA",
|
|
67
67
|
* // firewallDomainListId: "STRING_VALUE",
|
|
68
68
|
* // id: "STRING_VALUE", // required
|
|
69
69
|
* // name: "STRING_VALUE", // required
|
|
@@ -27,7 +27,7 @@ declare const CreateGlobalResolverCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a new Route 53 Global Resolver instance. A Route 53 Global Resolver is a global, internet-accessible DNS resolver that provides secure DNS resolution for both public and private domains through global anycast IP addresses.</p>
|
|
30
|
+
* <p>Creates a new Route 53 Global Resolver instance. A Route 53 Global Resolver is a global, internet-accessible DNS resolver that provides secure DNS resolution for both public and private domains through global anycast IP addresses.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -39,6 +39,7 @@ declare const CreateGlobalResolverCommand_base: {
|
|
|
39
39
|
* const input = { // CreateGlobalResolverInput
|
|
40
40
|
* clientToken: "STRING_VALUE",
|
|
41
41
|
* description: "STRING_VALUE",
|
|
42
|
+
* ipAddressType: "IPV4" || "DUAL_STACK",
|
|
42
43
|
* name: "STRING_VALUE", // required
|
|
43
44
|
* observabilityRegion: "STRING_VALUE",
|
|
44
45
|
* regions: [ // Regions // required
|
|
@@ -57,9 +58,13 @@ declare const CreateGlobalResolverCommand_base: {
|
|
|
57
58
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
58
59
|
* // description: "STRING_VALUE",
|
|
59
60
|
* // dnsName: "STRING_VALUE", // required
|
|
61
|
+
* // ipAddressType: "IPV4" || "DUAL_STACK",
|
|
60
62
|
* // ipv4Addresses: [ // IPv4Addresses // required
|
|
61
63
|
* // "STRING_VALUE",
|
|
62
64
|
* // ],
|
|
65
|
+
* // ipv6Addresses: [ // IPv6Addresses
|
|
66
|
+
* // "STRING_VALUE",
|
|
67
|
+
* // ],
|
|
63
68
|
* // name: "STRING_VALUE", // required
|
|
64
69
|
* // observabilityRegion: "STRING_VALUE",
|
|
65
70
|
* // regions: [ // Regions // required
|
|
@@ -27,7 +27,7 @@ declare const DeleteAccessSourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes an access source. This operation cannot be undone.</p>
|
|
30
|
+
* <p>Deletes an access source. This operation cannot be undone.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const DeleteAccessTokenCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes an access token. This operation cannot be undone.</p>
|
|
30
|
+
* <p>Deletes an access token. This operation cannot be undone.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const DeleteDNSViewCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a DNS view. This operation cannot be undone.</p>
|
|
30
|
+
* <p>Deletes a DNS view. This operation cannot be undone.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const DeleteFirewallDomainListCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a firewall domain list. This operation cannot be undone.</p>
|
|
30
|
+
* <p>Deletes a firewall domain list. This operation cannot be undone.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const DeleteFirewallRuleCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a DNS firewall rule. This operation cannot be undone.</p>
|
|
30
|
+
* <p>Deletes a DNS firewall rule. This operation cannot be undone.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -50,7 +50,7 @@ declare const DeleteFirewallRuleCommand_base: {
|
|
|
50
50
|
* // confidenceThreshold: "LOW" || "MEDIUM" || "HIGH",
|
|
51
51
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
52
52
|
* // description: "STRING_VALUE",
|
|
53
|
-
* // dnsAdvancedProtection: "DGA" || "DNS_TUNNELING",
|
|
53
|
+
* // dnsAdvancedProtection: "DGA" || "DNS_TUNNELING" || "DICTIONARY_DGA",
|
|
54
54
|
* // firewallDomainListId: "STRING_VALUE",
|
|
55
55
|
* // id: "STRING_VALUE", // required
|
|
56
56
|
* // name: "STRING_VALUE", // required
|
|
@@ -27,7 +27,7 @@ declare const DeleteGlobalResolverCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a Route 53 Global Resolver instance. This operation cannot be undone. All associated DNS views, access sources, tokens, and firewall rules are also deleted.</p>
|
|
30
|
+
* <p>Deletes a Route 53 Global Resolver instance. This operation cannot be undone. All associated DNS views, access sources, tokens, and firewall rules are also deleted.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -58,6 +58,10 @@ declare const DeleteGlobalResolverCommand_base: {
|
|
|
58
58
|
* // ipv4Addresses: [ // IPv4Addresses // required
|
|
59
59
|
* // "STRING_VALUE",
|
|
60
60
|
* // ],
|
|
61
|
+
* // ipv6Addresses: [ // IPv6Addresses
|
|
62
|
+
* // "STRING_VALUE",
|
|
63
|
+
* // ],
|
|
64
|
+
* // ipAddressType: "IPV4" || "DUAL_STACK",
|
|
61
65
|
* // };
|
|
62
66
|
*
|
|
63
67
|
* ```
|
|
@@ -27,7 +27,7 @@ declare const DisableDNSViewCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Disables a DNS view, preventing it from serving DNS queries.</p>
|
|
30
|
+
* <p>Disables a DNS view, preventing it from serving DNS queries.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -76,6 +76,9 @@ declare const DisableDNSViewCommand_base: {
|
|
|
76
76
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
77
77
|
* <p>The specified resource was not found. Verify the resource ID and try again.</p>
|
|
78
78
|
*
|
|
79
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
80
|
+
* <p>The request would exceed one or more service quotas. Check your current usage and quotas, then try again.</p>
|
|
81
|
+
*
|
|
79
82
|
* @throws {@link ThrottlingException} (client fault)
|
|
80
83
|
* <p>The request was throttled due to too many requests. Wait a moment and try again.</p>
|
|
81
84
|
*
|
|
@@ -27,7 +27,7 @@ declare const DisassociateHostedZoneCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Disassociates a Route 53 private hosted zone from a Route 53 Global Resolver resource.</p>
|
|
30
|
+
* <p>Disassociates a Route 53 private hosted zone from a Route 53 Global Resolver resource.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const EnableDNSViewCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Enables a disabled DNS view, allowing it to serve DNS queries again.</p>
|
|
30
|
+
* <p>Enables a disabled DNS view, allowing it to serve DNS queries again.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -76,6 +76,9 @@ declare const EnableDNSViewCommand_base: {
|
|
|
76
76
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
77
77
|
* <p>The specified resource was not found. Verify the resource ID and try again.</p>
|
|
78
78
|
*
|
|
79
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
80
|
+
* <p>The request would exceed one or more service quotas. Check your current usage and quotas, then try again.</p>
|
|
81
|
+
*
|
|
79
82
|
* @throws {@link ThrottlingException} (client fault)
|
|
80
83
|
* <p>The request was throttled due to too many requests. Wait a moment and try again.</p>
|
|
81
84
|
*
|
|
@@ -27,7 +27,7 @@ declare const GetAccessSourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Retrieves information about an access source.</p>
|
|
30
|
+
* <p>Retrieves information about an access source.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const GetAccessTokenCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Retrieves information about an access token.</p>
|
|
30
|
+
* <p>Retrieves information about an access token.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const GetDNSViewCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Retrieves information about a DNS view.</p>
|
|
30
|
+
* <p>Retrieves information about a DNS view.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const GetFirewallDomainListCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Retrieves information about a firewall domain list.</p>
|
|
30
|
+
* <p>Retrieves information about a firewall domain list.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|