@aws-sdk/client-route53globalresolver 3.1079.0 → 3.1081.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 +7 -0
- package/dist-cjs/index.js +44 -4
- package/dist-es/Route53GlobalResolver.js +4 -0
- package/dist-es/commands/ListSharedDNSViewsCommand.js +4 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/pagination/ListSharedDNSViewsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +30 -3
- package/dist-types/Route53GlobalResolver.d.ts +17 -1
- package/dist-types/Route53GlobalResolverClient.d.ts +3 -2
- package/dist-types/commands/ListHostedZoneAssociationsCommand.d.ts +3 -3
- package/dist-types/commands/ListSharedDNSViewsCommand.d.ts +101 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +103 -2
- package/dist-types/pagination/ListSharedDNSViewsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +4 -0
- package/dist-types/ts3.4/Route53GlobalResolver.d.ts +27 -1
- package/dist-types/ts3.4/Route53GlobalResolverClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/ListHostedZoneAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSharedDNSViewsCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +24 -1
- package/dist-types/ts3.4/pagination/ListSharedDNSViewsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -440,6 +440,13 @@ ListManagedFirewallDomainLists
|
|
|
440
440
|
</details>
|
|
441
441
|
<details>
|
|
442
442
|
<summary>
|
|
443
|
+
ListSharedDNSViews
|
|
444
|
+
</summary>
|
|
445
|
+
|
|
446
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/route53globalresolver/command/ListSharedDNSViewsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53globalresolver/Interface/ListSharedDNSViewsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route53globalresolver/Interface/ListSharedDNSViewsCommandOutput/)
|
|
447
|
+
</details>
|
|
448
|
+
<details>
|
|
449
|
+
<summary>
|
|
443
450
|
ListTagsForResource
|
|
444
451
|
</summary>
|
|
445
452
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -67,7 +67,7 @@ const commonParams = {
|
|
|
67
67
|
Region: { type: "builtInParams", name: "region" },
|
|
68
68
|
};
|
|
69
69
|
|
|
70
|
-
var version = "3.
|
|
70
|
+
var version = "3.1080.0";
|
|
71
71
|
var packageInfo = {
|
|
72
72
|
version: version};
|
|
73
73
|
|
|
@@ -381,6 +381,9 @@ const _LHZAO = "ListHostedZoneAssociationsOutput";
|
|
|
381
381
|
const _LMFDL = "ListManagedFirewallDomainLists";
|
|
382
382
|
const _LMFDLI = "ListManagedFirewallDomainListsInput";
|
|
383
383
|
const _LMFDLO = "ListManagedFirewallDomainListsOutput";
|
|
384
|
+
const _LSDNSV = "ListSharedDNSViews";
|
|
385
|
+
const _LSDNSVI = "ListSharedDNSViewsInput";
|
|
386
|
+
const _LSDNSVO = "ListSharedDNSViewsOutput";
|
|
384
387
|
const _LTFR = "ListTagsForResource";
|
|
385
388
|
const _LTFRR = "ListTagsForResourceRequest";
|
|
386
389
|
const _LTFRRi = "ListTagsForResourceResponse";
|
|
@@ -388,6 +391,8 @@ const _MFDL = "ManagedFirewallDomainLists";
|
|
|
388
391
|
const _MFDLI = "ManagedFirewallDomainListsItem";
|
|
389
392
|
const _RA = "Retry-After";
|
|
390
393
|
const _RNFE = "ResourceNotFoundException";
|
|
394
|
+
const _SDNSV = "SharedDNSViews";
|
|
395
|
+
const _SDNSVS = "SharedDNSViewSummary";
|
|
391
396
|
const _SQEE = "ServiceQuotaExceededException";
|
|
392
397
|
const _TE = "ThrottlingException";
|
|
393
398
|
const _TR = "TagResource";
|
|
@@ -486,6 +491,7 @@ const _n = "name";
|
|
|
486
491
|
const _nT = "nextToken";
|
|
487
492
|
const _nt = "next_token";
|
|
488
493
|
const _o = "operation";
|
|
494
|
+
const _oAI = "ownerAccountId";
|
|
489
495
|
const _oR = "observabilityRegion";
|
|
490
496
|
const _p = "protocol";
|
|
491
497
|
const _pr = "priority";
|
|
@@ -992,8 +998,8 @@ var ListGlobalResolversOutput$ = [3, n0, _LGRO,
|
|
|
992
998
|
];
|
|
993
999
|
var ListHostedZoneAssociationsInput$ = [3, n0, _LHZAI,
|
|
994
1000
|
0,
|
|
995
|
-
[
|
|
996
|
-
[[
|
|
1001
|
+
[_mR, _nT, _rA],
|
|
1002
|
+
[[1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }], [0, { [_hQ]: _rA }]]
|
|
997
1003
|
];
|
|
998
1004
|
var ListHostedZoneAssociationsOutput$ = [3, n0, _LHZAO,
|
|
999
1005
|
0,
|
|
@@ -1010,6 +1016,16 @@ var ListManagedFirewallDomainListsOutput$ = [3, n0, _LMFDLO,
|
|
|
1010
1016
|
[_mFDL, _nT],
|
|
1011
1017
|
[() => ManagedFirewallDomainLists, 0], 1
|
|
1012
1018
|
];
|
|
1019
|
+
var ListSharedDNSViewsInput$ = [3, n0, _LSDNSVI,
|
|
1020
|
+
0,
|
|
1021
|
+
[_mR, _nT],
|
|
1022
|
+
[[1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }]]
|
|
1023
|
+
];
|
|
1024
|
+
var ListSharedDNSViewsOutput$ = [3, n0, _LSDNSVO,
|
|
1025
|
+
0,
|
|
1026
|
+
[_dVn, _nT],
|
|
1027
|
+
[() => SharedDNSViews, 0], 1
|
|
1028
|
+
];
|
|
1013
1029
|
var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
1014
1030
|
0,
|
|
1015
1031
|
[_rA],
|
|
@@ -1025,6 +1041,11 @@ var ManagedFirewallDomainListsItem$ = [3, n0, _MFDLI,
|
|
|
1025
1041
|
[_i, _n, _mLT, _d],
|
|
1026
1042
|
[0, 0, 0, 0], 3
|
|
1027
1043
|
];
|
|
1044
|
+
var SharedDNSViewSummary$ = [3, n0, _SDNSVS,
|
|
1045
|
+
0,
|
|
1046
|
+
[_i, _a, _cT, _dV, _eCS, _fRFO, _n, _gRI, _cA, _uA, _st, _oAI, _d],
|
|
1047
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0], 12
|
|
1048
|
+
];
|
|
1028
1049
|
var TagResourceRequest$ = [3, n0, _TRR,
|
|
1029
1050
|
0,
|
|
1030
1051
|
[_rA, _t],
|
|
@@ -1162,6 +1183,9 @@ var HostedZoneAssociations = [1, n0, _HZA,
|
|
|
1162
1183
|
var ManagedFirewallDomainLists = [1, n0, _MFDL,
|
|
1163
1184
|
0, () => ManagedFirewallDomainListsItem$
|
|
1164
1185
|
];
|
|
1186
|
+
var SharedDNSViews = [1, n0, _SDNSV,
|
|
1187
|
+
0, () => SharedDNSViewSummary$
|
|
1188
|
+
];
|
|
1165
1189
|
var ValidationExceptionFieldList = [1, n0, _VEFL,
|
|
1166
1190
|
0, () => ValidationExceptionField$
|
|
1167
1191
|
];
|
|
@@ -1271,11 +1295,14 @@ var ListGlobalResolvers$ = [9, n0, _LGR,
|
|
|
1271
1295
|
{ [_h]: ["GET", "/global-resolver", 200] }, () => ListGlobalResolversInput$, () => ListGlobalResolversOutput$
|
|
1272
1296
|
];
|
|
1273
1297
|
var ListHostedZoneAssociations$ = [9, n0, _LHZA,
|
|
1274
|
-
{ [_h]: ["GET", "/hosted-zone-associations
|
|
1298
|
+
{ [_h]: ["GET", "/hosted-zone-associations", 200] }, () => ListHostedZoneAssociationsInput$, () => ListHostedZoneAssociationsOutput$
|
|
1275
1299
|
];
|
|
1276
1300
|
var ListManagedFirewallDomainLists$ = [9, n0, _LMFDL,
|
|
1277
1301
|
{ [_h]: ["GET", "/list-managed-firewall-domain-lists/{managedFirewallDomainListType}", 200] }, () => ListManagedFirewallDomainListsInput$, () => ListManagedFirewallDomainListsOutput$
|
|
1278
1302
|
];
|
|
1303
|
+
var ListSharedDNSViews$ = [9, n0, _LSDNSV,
|
|
1304
|
+
{ [_h]: ["GET", "/shared-dns-views", 200] }, () => ListSharedDNSViewsInput$, () => ListSharedDNSViewsOutput$
|
|
1305
|
+
];
|
|
1279
1306
|
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
1280
1307
|
{ [_h]: ["POST", "/get-all-tags", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
1281
1308
|
];
|
|
@@ -1568,6 +1595,9 @@ class ListHostedZoneAssociationsCommand extends command(_ep0, _mw0, "ListHostedZ
|
|
|
1568
1595
|
class ListManagedFirewallDomainListsCommand extends command(_ep0, _mw0, "ListManagedFirewallDomainLists", ListManagedFirewallDomainLists$) {
|
|
1569
1596
|
}
|
|
1570
1597
|
|
|
1598
|
+
class ListSharedDNSViewsCommand extends command(_ep0, _mw0, "ListSharedDNSViews", ListSharedDNSViews$) {
|
|
1599
|
+
}
|
|
1600
|
+
|
|
1571
1601
|
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1572
1602
|
}
|
|
1573
1603
|
|
|
@@ -1616,6 +1646,8 @@ const paginateListHostedZoneAssociations = createPaginator(Route53GlobalResolver
|
|
|
1616
1646
|
|
|
1617
1647
|
const paginateListManagedFirewallDomainLists = createPaginator(Route53GlobalResolverClient, ListManagedFirewallDomainListsCommand, "nextToken", "nextToken", "maxResults");
|
|
1618
1648
|
|
|
1649
|
+
const paginateListSharedDNSViews = createPaginator(Route53GlobalResolverClient, ListSharedDNSViewsCommand, "nextToken", "nextToken", "maxResults");
|
|
1650
|
+
|
|
1619
1651
|
const commands = {
|
|
1620
1652
|
AssociateHostedZoneCommand,
|
|
1621
1653
|
BatchCreateFirewallRuleCommand,
|
|
@@ -1654,6 +1686,7 @@ const commands = {
|
|
|
1654
1686
|
ListGlobalResolversCommand,
|
|
1655
1687
|
ListHostedZoneAssociationsCommand,
|
|
1656
1688
|
ListManagedFirewallDomainListsCommand,
|
|
1689
|
+
ListSharedDNSViewsCommand,
|
|
1657
1690
|
ListTagsForResourceCommand,
|
|
1658
1691
|
TagResourceCommand,
|
|
1659
1692
|
UntagResourceCommand,
|
|
@@ -1675,6 +1708,7 @@ const paginators = {
|
|
|
1675
1708
|
paginateListGlobalResolvers,
|
|
1676
1709
|
paginateListHostedZoneAssociations,
|
|
1677
1710
|
paginateListManagedFirewallDomainLists,
|
|
1711
|
+
paginateListSharedDNSViews,
|
|
1678
1712
|
};
|
|
1679
1713
|
class Route53GlobalResolver extends Route53GlobalResolverClient {
|
|
1680
1714
|
}
|
|
@@ -1943,6 +1977,10 @@ exports.ListManagedFirewallDomainLists$ = ListManagedFirewallDomainLists$;
|
|
|
1943
1977
|
exports.ListManagedFirewallDomainListsCommand = ListManagedFirewallDomainListsCommand;
|
|
1944
1978
|
exports.ListManagedFirewallDomainListsInput$ = ListManagedFirewallDomainListsInput$;
|
|
1945
1979
|
exports.ListManagedFirewallDomainListsOutput$ = ListManagedFirewallDomainListsOutput$;
|
|
1980
|
+
exports.ListSharedDNSViews$ = ListSharedDNSViews$;
|
|
1981
|
+
exports.ListSharedDNSViewsCommand = ListSharedDNSViewsCommand;
|
|
1982
|
+
exports.ListSharedDNSViewsInput$ = ListSharedDNSViewsInput$;
|
|
1983
|
+
exports.ListSharedDNSViewsOutput$ = ListSharedDNSViewsOutput$;
|
|
1946
1984
|
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
1947
1985
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1948
1986
|
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
@@ -1957,6 +1995,7 @@ exports.Route53GlobalResolverServiceException = Route53GlobalResolverServiceExce
|
|
|
1957
1995
|
exports.Route53GlobalResolverServiceException$ = Route53GlobalResolverServiceException$;
|
|
1958
1996
|
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
1959
1997
|
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
1998
|
+
exports.SharedDNSViewSummary$ = SharedDNSViewSummary$;
|
|
1960
1999
|
exports.TagResource$ = TagResource$;
|
|
1961
2000
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1962
2001
|
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
@@ -2010,3 +2049,4 @@ exports.paginateListFirewallRules = paginateListFirewallRules;
|
|
|
2010
2049
|
exports.paginateListGlobalResolvers = paginateListGlobalResolvers;
|
|
2011
2050
|
exports.paginateListHostedZoneAssociations = paginateListHostedZoneAssociations;
|
|
2012
2051
|
exports.paginateListManagedFirewallDomainLists = paginateListManagedFirewallDomainLists;
|
|
2052
|
+
exports.paginateListSharedDNSViews = paginateListSharedDNSViews;
|
|
@@ -36,6 +36,7 @@ import { ListFirewallRulesCommand, } from "./commands/ListFirewallRulesCommand";
|
|
|
36
36
|
import { ListGlobalResolversCommand, } from "./commands/ListGlobalResolversCommand";
|
|
37
37
|
import { ListHostedZoneAssociationsCommand, } from "./commands/ListHostedZoneAssociationsCommand";
|
|
38
38
|
import { ListManagedFirewallDomainListsCommand, } from "./commands/ListManagedFirewallDomainListsCommand";
|
|
39
|
+
import { ListSharedDNSViewsCommand, } from "./commands/ListSharedDNSViewsCommand";
|
|
39
40
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
40
41
|
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
41
42
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
@@ -55,6 +56,7 @@ import { paginateListFirewallRules } from "./pagination/ListFirewallRulesPaginat
|
|
|
55
56
|
import { paginateListGlobalResolvers } from "./pagination/ListGlobalResolversPaginator";
|
|
56
57
|
import { paginateListHostedZoneAssociations } from "./pagination/ListHostedZoneAssociationsPaginator";
|
|
57
58
|
import { paginateListManagedFirewallDomainLists } from "./pagination/ListManagedFirewallDomainListsPaginator";
|
|
59
|
+
import { paginateListSharedDNSViews } from "./pagination/ListSharedDNSViewsPaginator";
|
|
58
60
|
import { Route53GlobalResolverClient } from "./Route53GlobalResolverClient";
|
|
59
61
|
const commands = {
|
|
60
62
|
AssociateHostedZoneCommand,
|
|
@@ -94,6 +96,7 @@ const commands = {
|
|
|
94
96
|
ListGlobalResolversCommand,
|
|
95
97
|
ListHostedZoneAssociationsCommand,
|
|
96
98
|
ListManagedFirewallDomainListsCommand,
|
|
99
|
+
ListSharedDNSViewsCommand,
|
|
97
100
|
ListTagsForResourceCommand,
|
|
98
101
|
TagResourceCommand,
|
|
99
102
|
UntagResourceCommand,
|
|
@@ -115,6 +118,7 @@ const paginators = {
|
|
|
115
118
|
paginateListGlobalResolvers,
|
|
116
119
|
paginateListHostedZoneAssociations,
|
|
117
120
|
paginateListManagedFirewallDomainLists,
|
|
121
|
+
paginateListSharedDNSViews,
|
|
118
122
|
};
|
|
119
123
|
export class Route53GlobalResolver extends Route53GlobalResolverClient {
|
|
120
124
|
}
|
|
@@ -35,6 +35,7 @@ export * from "./ListFirewallRulesCommand";
|
|
|
35
35
|
export * from "./ListGlobalResolversCommand";
|
|
36
36
|
export * from "./ListHostedZoneAssociationsCommand";
|
|
37
37
|
export * from "./ListManagedFirewallDomainListsCommand";
|
|
38
|
+
export * from "./ListSharedDNSViewsCommand";
|
|
38
39
|
export * from "./ListTagsForResourceCommand";
|
|
39
40
|
export * from "./TagResourceCommand";
|
|
40
41
|
export * from "./UntagResourceCommand";
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListSharedDNSViewsCommand, } from "../commands/ListSharedDNSViewsCommand";
|
|
3
|
+
import { Route53GlobalResolverClient } from "../Route53GlobalResolverClient";
|
|
4
|
+
export const paginateListSharedDNSViews = createPaginator(Route53GlobalResolverClient, ListSharedDNSViewsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -143,6 +143,9 @@ const _LHZAO = "ListHostedZoneAssociationsOutput";
|
|
|
143
143
|
const _LMFDL = "ListManagedFirewallDomainLists";
|
|
144
144
|
const _LMFDLI = "ListManagedFirewallDomainListsInput";
|
|
145
145
|
const _LMFDLO = "ListManagedFirewallDomainListsOutput";
|
|
146
|
+
const _LSDNSV = "ListSharedDNSViews";
|
|
147
|
+
const _LSDNSVI = "ListSharedDNSViewsInput";
|
|
148
|
+
const _LSDNSVO = "ListSharedDNSViewsOutput";
|
|
146
149
|
const _LTFR = "ListTagsForResource";
|
|
147
150
|
const _LTFRR = "ListTagsForResourceRequest";
|
|
148
151
|
const _LTFRRi = "ListTagsForResourceResponse";
|
|
@@ -150,6 +153,8 @@ const _MFDL = "ManagedFirewallDomainLists";
|
|
|
150
153
|
const _MFDLI = "ManagedFirewallDomainListsItem";
|
|
151
154
|
const _RA = "Retry-After";
|
|
152
155
|
const _RNFE = "ResourceNotFoundException";
|
|
156
|
+
const _SDNSV = "SharedDNSViews";
|
|
157
|
+
const _SDNSVS = "SharedDNSViewSummary";
|
|
153
158
|
const _SQEE = "ServiceQuotaExceededException";
|
|
154
159
|
const _TE = "ThrottlingException";
|
|
155
160
|
const _TR = "TagResource";
|
|
@@ -248,6 +253,7 @@ const _n = "name";
|
|
|
248
253
|
const _nT = "nextToken";
|
|
249
254
|
const _nt = "next_token";
|
|
250
255
|
const _o = "operation";
|
|
256
|
+
const _oAI = "ownerAccountId";
|
|
251
257
|
const _oR = "observabilityRegion";
|
|
252
258
|
const _p = "protocol";
|
|
253
259
|
const _pr = "priority";
|
|
@@ -757,8 +763,8 @@ export var ListGlobalResolversOutput$ = [3, n0, _LGRO,
|
|
|
757
763
|
];
|
|
758
764
|
export var ListHostedZoneAssociationsInput$ = [3, n0, _LHZAI,
|
|
759
765
|
0,
|
|
760
|
-
[
|
|
761
|
-
[[
|
|
766
|
+
[_mR, _nT, _rA],
|
|
767
|
+
[[1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }], [0, { [_hQ]: _rA }]]
|
|
762
768
|
];
|
|
763
769
|
export var ListHostedZoneAssociationsOutput$ = [3, n0, _LHZAO,
|
|
764
770
|
0,
|
|
@@ -775,6 +781,16 @@ export var ListManagedFirewallDomainListsOutput$ = [3, n0, _LMFDLO,
|
|
|
775
781
|
[_mFDL, _nT],
|
|
776
782
|
[() => ManagedFirewallDomainLists, 0], 1
|
|
777
783
|
];
|
|
784
|
+
export var ListSharedDNSViewsInput$ = [3, n0, _LSDNSVI,
|
|
785
|
+
0,
|
|
786
|
+
[_mR, _nT],
|
|
787
|
+
[[1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }]]
|
|
788
|
+
];
|
|
789
|
+
export var ListSharedDNSViewsOutput$ = [3, n0, _LSDNSVO,
|
|
790
|
+
0,
|
|
791
|
+
[_dVn, _nT],
|
|
792
|
+
[() => SharedDNSViews, 0], 1
|
|
793
|
+
];
|
|
778
794
|
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
779
795
|
0,
|
|
780
796
|
[_rA],
|
|
@@ -790,6 +806,11 @@ export var ManagedFirewallDomainListsItem$ = [3, n0, _MFDLI,
|
|
|
790
806
|
[_i, _n, _mLT, _d],
|
|
791
807
|
[0, 0, 0, 0], 3
|
|
792
808
|
];
|
|
809
|
+
export var SharedDNSViewSummary$ = [3, n0, _SDNSVS,
|
|
810
|
+
0,
|
|
811
|
+
[_i, _a, _cT, _dV, _eCS, _fRFO, _n, _gRI, _cA, _uA, _st, _oAI, _d],
|
|
812
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0], 12
|
|
813
|
+
];
|
|
793
814
|
export var TagResourceRequest$ = [3, n0, _TRR,
|
|
794
815
|
0,
|
|
795
816
|
[_rA, _t],
|
|
@@ -931,6 +952,9 @@ var ManagedFirewallDomainLists = [1, n0, _MFDL,
|
|
|
931
952
|
0, () => ManagedFirewallDomainListsItem$
|
|
932
953
|
];
|
|
933
954
|
var Regions = 64 | 0;
|
|
955
|
+
var SharedDNSViews = [1, n0, _SDNSV,
|
|
956
|
+
0, () => SharedDNSViewSummary$
|
|
957
|
+
];
|
|
934
958
|
var Strings = 64 | 0;
|
|
935
959
|
var TagKeys = 64 | 0;
|
|
936
960
|
var ValidationExceptionFieldList = [1, n0, _VEFL,
|
|
@@ -1046,11 +1070,14 @@ export var ListGlobalResolvers$ = [9, n0, _LGR,
|
|
|
1046
1070
|
{ [_h]: ["GET", "/global-resolver", 200] }, () => ListGlobalResolversInput$, () => ListGlobalResolversOutput$
|
|
1047
1071
|
];
|
|
1048
1072
|
export var ListHostedZoneAssociations$ = [9, n0, _LHZA,
|
|
1049
|
-
{ [_h]: ["GET", "/hosted-zone-associations
|
|
1073
|
+
{ [_h]: ["GET", "/hosted-zone-associations", 200] }, () => ListHostedZoneAssociationsInput$, () => ListHostedZoneAssociationsOutput$
|
|
1050
1074
|
];
|
|
1051
1075
|
export var ListManagedFirewallDomainLists$ = [9, n0, _LMFDL,
|
|
1052
1076
|
{ [_h]: ["GET", "/list-managed-firewall-domain-lists/{managedFirewallDomainListType}", 200] }, () => ListManagedFirewallDomainListsInput$, () => ListManagedFirewallDomainListsOutput$
|
|
1053
1077
|
];
|
|
1078
|
+
export var ListSharedDNSViews$ = [9, n0, _LSDNSV,
|
|
1079
|
+
{ [_h]: ["GET", "/shared-dns-views", 200] }, () => ListSharedDNSViewsInput$, () => ListSharedDNSViewsOutput$
|
|
1080
|
+
];
|
|
1054
1081
|
export var ListTagsForResource$ = [9, n0, _LTFR,
|
|
1055
1082
|
{ [_h]: ["POST", "/get-all-tags", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
1056
1083
|
];
|
|
@@ -36,6 +36,7 @@ import { type ListFirewallRulesCommandInput, type ListFirewallRulesCommandOutput
|
|
|
36
36
|
import { type ListGlobalResolversCommandInput, type ListGlobalResolversCommandOutput } from "./commands/ListGlobalResolversCommand";
|
|
37
37
|
import { type ListHostedZoneAssociationsCommandInput, type ListHostedZoneAssociationsCommandOutput } from "./commands/ListHostedZoneAssociationsCommand";
|
|
38
38
|
import { type ListManagedFirewallDomainListsCommandInput, type ListManagedFirewallDomainListsCommandOutput } from "./commands/ListManagedFirewallDomainListsCommand";
|
|
39
|
+
import { type ListSharedDNSViewsCommandInput, type ListSharedDNSViewsCommandOutput } from "./commands/ListSharedDNSViewsCommand";
|
|
39
40
|
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
40
41
|
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
41
42
|
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
@@ -264,6 +265,7 @@ export interface Route53GlobalResolver {
|
|
|
264
265
|
/**
|
|
265
266
|
* @see {@link ListHostedZoneAssociationsCommand}
|
|
266
267
|
*/
|
|
268
|
+
listHostedZoneAssociations(): Promise<ListHostedZoneAssociationsCommandOutput>;
|
|
267
269
|
listHostedZoneAssociations(args: ListHostedZoneAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListHostedZoneAssociationsCommandOutput>;
|
|
268
270
|
listHostedZoneAssociations(args: ListHostedZoneAssociationsCommandInput, cb: (err: any, data?: ListHostedZoneAssociationsCommandOutput) => void): void;
|
|
269
271
|
listHostedZoneAssociations(args: ListHostedZoneAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHostedZoneAssociationsCommandOutput) => void): void;
|
|
@@ -273,6 +275,13 @@ export interface Route53GlobalResolver {
|
|
|
273
275
|
listManagedFirewallDomainLists(args: ListManagedFirewallDomainListsCommandInput, options?: __HttpHandlerOptions): Promise<ListManagedFirewallDomainListsCommandOutput>;
|
|
274
276
|
listManagedFirewallDomainLists(args: ListManagedFirewallDomainListsCommandInput, cb: (err: any, data?: ListManagedFirewallDomainListsCommandOutput) => void): void;
|
|
275
277
|
listManagedFirewallDomainLists(args: ListManagedFirewallDomainListsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListManagedFirewallDomainListsCommandOutput) => void): void;
|
|
278
|
+
/**
|
|
279
|
+
* @see {@link ListSharedDNSViewsCommand}
|
|
280
|
+
*/
|
|
281
|
+
listSharedDNSViews(): Promise<ListSharedDNSViewsCommandOutput>;
|
|
282
|
+
listSharedDNSViews(args: ListSharedDNSViewsCommandInput, options?: __HttpHandlerOptions): Promise<ListSharedDNSViewsCommandOutput>;
|
|
283
|
+
listSharedDNSViews(args: ListSharedDNSViewsCommandInput, cb: (err: any, data?: ListSharedDNSViewsCommandOutput) => void): void;
|
|
284
|
+
listSharedDNSViews(args: ListSharedDNSViewsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSharedDNSViewsCommandOutput) => void): void;
|
|
276
285
|
/**
|
|
277
286
|
* @see {@link ListTagsForResourceCommand}
|
|
278
287
|
*/
|
|
@@ -388,7 +397,7 @@ export interface Route53GlobalResolver {
|
|
|
388
397
|
* @param paginationConfig - optional pagination config.
|
|
389
398
|
* @returns AsyncIterable of {@link ListHostedZoneAssociationsCommandOutput}.
|
|
390
399
|
*/
|
|
391
|
-
paginateListHostedZoneAssociations(args
|
|
400
|
+
paginateListHostedZoneAssociations(args?: ListHostedZoneAssociationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListHostedZoneAssociationsCommandOutput>;
|
|
392
401
|
/**
|
|
393
402
|
* @see {@link ListManagedFirewallDomainListsCommand}
|
|
394
403
|
* @param args - command input.
|
|
@@ -396,6 +405,13 @@ export interface Route53GlobalResolver {
|
|
|
396
405
|
* @returns AsyncIterable of {@link ListManagedFirewallDomainListsCommandOutput}.
|
|
397
406
|
*/
|
|
398
407
|
paginateListManagedFirewallDomainLists(args: ListManagedFirewallDomainListsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListManagedFirewallDomainListsCommandOutput>;
|
|
408
|
+
/**
|
|
409
|
+
* @see {@link ListSharedDNSViewsCommand}
|
|
410
|
+
* @param args - command input.
|
|
411
|
+
* @param paginationConfig - optional pagination config.
|
|
412
|
+
* @returns AsyncIterable of {@link ListSharedDNSViewsCommandOutput}.
|
|
413
|
+
*/
|
|
414
|
+
paginateListSharedDNSViews(args?: ListSharedDNSViewsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSharedDNSViewsCommandOutput>;
|
|
399
415
|
}
|
|
400
416
|
/**
|
|
401
417
|
* <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>
|
|
@@ -43,6 +43,7 @@ import type { ListFirewallRulesCommandInput, ListFirewallRulesCommandOutput } fr
|
|
|
43
43
|
import type { ListGlobalResolversCommandInput, ListGlobalResolversCommandOutput } from "./commands/ListGlobalResolversCommand";
|
|
44
44
|
import type { ListHostedZoneAssociationsCommandInput, ListHostedZoneAssociationsCommandOutput } from "./commands/ListHostedZoneAssociationsCommand";
|
|
45
45
|
import type { ListManagedFirewallDomainListsCommandInput, ListManagedFirewallDomainListsCommandOutput } from "./commands/ListManagedFirewallDomainListsCommand";
|
|
46
|
+
import type { ListSharedDNSViewsCommandInput, ListSharedDNSViewsCommandOutput } from "./commands/ListSharedDNSViewsCommand";
|
|
46
47
|
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
47
48
|
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
48
49
|
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
@@ -59,11 +60,11 @@ export { __Client };
|
|
|
59
60
|
/**
|
|
60
61
|
* @public
|
|
61
62
|
*/
|
|
62
|
-
export type ServiceInputTypes = AssociateHostedZoneCommandInput | BatchCreateFirewallRuleCommandInput | BatchDeleteFirewallRuleCommandInput | BatchUpdateFirewallRuleCommandInput | CreateAccessSourceCommandInput | CreateAccessTokenCommandInput | CreateDNSViewCommandInput | CreateFirewallDomainListCommandInput | CreateFirewallRuleCommandInput | CreateGlobalResolverCommandInput | DeleteAccessSourceCommandInput | DeleteAccessTokenCommandInput | DeleteDNSViewCommandInput | DeleteFirewallDomainListCommandInput | DeleteFirewallRuleCommandInput | DeleteGlobalResolverCommandInput | DisableDNSViewCommandInput | DisassociateHostedZoneCommandInput | EnableDNSViewCommandInput | GetAccessSourceCommandInput | GetAccessTokenCommandInput | GetDNSViewCommandInput | GetFirewallDomainListCommandInput | GetFirewallRuleCommandInput | GetGlobalResolverCommandInput | GetHostedZoneAssociationCommandInput | GetManagedFirewallDomainListCommandInput | ImportFirewallDomainsCommandInput | ListAccessSourcesCommandInput | ListAccessTokensCommandInput | ListDNSViewsCommandInput | ListFirewallDomainListsCommandInput | ListFirewallDomainsCommandInput | ListFirewallRulesCommandInput | ListGlobalResolversCommandInput | ListHostedZoneAssociationsCommandInput | ListManagedFirewallDomainListsCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccessSourceCommandInput | UpdateAccessTokenCommandInput | UpdateDNSViewCommandInput | UpdateFirewallDomainsCommandInput | UpdateFirewallRuleCommandInput | UpdateGlobalResolverCommandInput | UpdateHostedZoneAssociationCommandInput;
|
|
63
|
+
export type ServiceInputTypes = AssociateHostedZoneCommandInput | BatchCreateFirewallRuleCommandInput | BatchDeleteFirewallRuleCommandInput | BatchUpdateFirewallRuleCommandInput | CreateAccessSourceCommandInput | CreateAccessTokenCommandInput | CreateDNSViewCommandInput | CreateFirewallDomainListCommandInput | CreateFirewallRuleCommandInput | CreateGlobalResolverCommandInput | DeleteAccessSourceCommandInput | DeleteAccessTokenCommandInput | DeleteDNSViewCommandInput | DeleteFirewallDomainListCommandInput | DeleteFirewallRuleCommandInput | DeleteGlobalResolverCommandInput | DisableDNSViewCommandInput | DisassociateHostedZoneCommandInput | EnableDNSViewCommandInput | GetAccessSourceCommandInput | GetAccessTokenCommandInput | GetDNSViewCommandInput | GetFirewallDomainListCommandInput | GetFirewallRuleCommandInput | GetGlobalResolverCommandInput | GetHostedZoneAssociationCommandInput | GetManagedFirewallDomainListCommandInput | ImportFirewallDomainsCommandInput | ListAccessSourcesCommandInput | ListAccessTokensCommandInput | ListDNSViewsCommandInput | ListFirewallDomainListsCommandInput | ListFirewallDomainsCommandInput | ListFirewallRulesCommandInput | ListGlobalResolversCommandInput | ListHostedZoneAssociationsCommandInput | ListManagedFirewallDomainListsCommandInput | ListSharedDNSViewsCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccessSourceCommandInput | UpdateAccessTokenCommandInput | UpdateDNSViewCommandInput | UpdateFirewallDomainsCommandInput | UpdateFirewallRuleCommandInput | UpdateGlobalResolverCommandInput | UpdateHostedZoneAssociationCommandInput;
|
|
63
64
|
/**
|
|
64
65
|
* @public
|
|
65
66
|
*/
|
|
66
|
-
export type ServiceOutputTypes = AssociateHostedZoneCommandOutput | BatchCreateFirewallRuleCommandOutput | BatchDeleteFirewallRuleCommandOutput | BatchUpdateFirewallRuleCommandOutput | CreateAccessSourceCommandOutput | CreateAccessTokenCommandOutput | CreateDNSViewCommandOutput | CreateFirewallDomainListCommandOutput | CreateFirewallRuleCommandOutput | CreateGlobalResolverCommandOutput | DeleteAccessSourceCommandOutput | DeleteAccessTokenCommandOutput | DeleteDNSViewCommandOutput | DeleteFirewallDomainListCommandOutput | DeleteFirewallRuleCommandOutput | DeleteGlobalResolverCommandOutput | DisableDNSViewCommandOutput | DisassociateHostedZoneCommandOutput | EnableDNSViewCommandOutput | GetAccessSourceCommandOutput | GetAccessTokenCommandOutput | GetDNSViewCommandOutput | GetFirewallDomainListCommandOutput | GetFirewallRuleCommandOutput | GetGlobalResolverCommandOutput | GetHostedZoneAssociationCommandOutput | GetManagedFirewallDomainListCommandOutput | ImportFirewallDomainsCommandOutput | ListAccessSourcesCommandOutput | ListAccessTokensCommandOutput | ListDNSViewsCommandOutput | ListFirewallDomainListsCommandOutput | ListFirewallDomainsCommandOutput | ListFirewallRulesCommandOutput | ListGlobalResolversCommandOutput | ListHostedZoneAssociationsCommandOutput | ListManagedFirewallDomainListsCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccessSourceCommandOutput | UpdateAccessTokenCommandOutput | UpdateDNSViewCommandOutput | UpdateFirewallDomainsCommandOutput | UpdateFirewallRuleCommandOutput | UpdateGlobalResolverCommandOutput | UpdateHostedZoneAssociationCommandOutput;
|
|
67
|
+
export type ServiceOutputTypes = AssociateHostedZoneCommandOutput | BatchCreateFirewallRuleCommandOutput | BatchDeleteFirewallRuleCommandOutput | BatchUpdateFirewallRuleCommandOutput | CreateAccessSourceCommandOutput | CreateAccessTokenCommandOutput | CreateDNSViewCommandOutput | CreateFirewallDomainListCommandOutput | CreateFirewallRuleCommandOutput | CreateGlobalResolverCommandOutput | DeleteAccessSourceCommandOutput | DeleteAccessTokenCommandOutput | DeleteDNSViewCommandOutput | DeleteFirewallDomainListCommandOutput | DeleteFirewallRuleCommandOutput | DeleteGlobalResolverCommandOutput | DisableDNSViewCommandOutput | DisassociateHostedZoneCommandOutput | EnableDNSViewCommandOutput | GetAccessSourceCommandOutput | GetAccessTokenCommandOutput | GetDNSViewCommandOutput | GetFirewallDomainListCommandOutput | GetFirewallRuleCommandOutput | GetGlobalResolverCommandOutput | GetHostedZoneAssociationCommandOutput | GetManagedFirewallDomainListCommandOutput | ImportFirewallDomainsCommandOutput | ListAccessSourcesCommandOutput | ListAccessTokensCommandOutput | ListDNSViewsCommandOutput | ListFirewallDomainListsCommandOutput | ListFirewallDomainsCommandOutput | ListFirewallRulesCommandOutput | ListGlobalResolversCommandOutput | ListHostedZoneAssociationsCommandOutput | ListManagedFirewallDomainListsCommandOutput | ListSharedDNSViewsCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccessSourceCommandOutput | UpdateAccessTokenCommandOutput | UpdateDNSViewCommandOutput | UpdateFirewallDomainsCommandOutput | UpdateFirewallRuleCommandOutput | UpdateGlobalResolverCommandOutput | UpdateHostedZoneAssociationCommandOutput;
|
|
67
68
|
/**
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
@@ -20,11 +20,11 @@ export interface ListHostedZoneAssociationsCommandOutput extends ListHostedZoneA
|
|
|
20
20
|
}
|
|
21
21
|
declare const ListHostedZoneAssociationsCommand_base: {
|
|
22
22
|
new (input: ListHostedZoneAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListHostedZoneAssociationsCommandInput, ListHostedZoneAssociationsCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
-
new (input: ListHostedZoneAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListHostedZoneAssociationsCommandInput, ListHostedZoneAssociationsCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListHostedZoneAssociationsCommandInput]): import("@smithy/core/client").CommandImpl<ListHostedZoneAssociationsCommandInput, ListHostedZoneAssociationsCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <p>Lists
|
|
27
|
+
* <p>Lists hosted zone associations with pagination support. Specify a DNS view through the <code>resourceArn</code> parameter to list the hosted zone associations for that DNS view, or omit it to list all hosted zone associations in your Amazon Web Services account.</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>
|
|
28
28
|
* @example
|
|
29
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
30
30
|
* ```javascript
|
|
@@ -36,7 +36,7 @@ declare const ListHostedZoneAssociationsCommand_base: {
|
|
|
36
36
|
* const input = { // ListHostedZoneAssociationsInput
|
|
37
37
|
* maxResults: Number("int"),
|
|
38
38
|
* nextToken: "STRING_VALUE",
|
|
39
|
-
* resourceArn: "STRING_VALUE",
|
|
39
|
+
* resourceArn: "STRING_VALUE",
|
|
40
40
|
* };
|
|
41
41
|
* const command = new ListHostedZoneAssociationsCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import type { ListSharedDNSViewsInput, ListSharedDNSViewsOutput } from "../models/models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export type { __MetadataBearer };
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*
|
|
10
|
+
* The input for {@link ListSharedDNSViewsCommand}.
|
|
11
|
+
*/
|
|
12
|
+
export interface ListSharedDNSViewsCommandInput extends ListSharedDNSViewsInput {
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*
|
|
17
|
+
* The output of {@link ListSharedDNSViewsCommand}.
|
|
18
|
+
*/
|
|
19
|
+
export interface ListSharedDNSViewsCommandOutput extends ListSharedDNSViewsOutput, __MetadataBearer {
|
|
20
|
+
}
|
|
21
|
+
declare const ListSharedDNSViewsCommand_base: {
|
|
22
|
+
new (input: ListSharedDNSViewsCommandInput): import("@smithy/core/client").CommandImpl<ListSharedDNSViewsCommandInput, ListSharedDNSViewsCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListSharedDNSViewsCommandInput]): import("@smithy/core/client").CommandImpl<ListSharedDNSViewsCommandInput, ListSharedDNSViewsCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* <p>Lists the DNS views that have been shared with your Amazon Web Services account through Amazon Web Services Resource Access Manager (Amazon Web Services RAM), with pagination support.</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>
|
|
28
|
+
* @example
|
|
29
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
+
* ```javascript
|
|
31
|
+
* import { Route53GlobalResolverClient, ListSharedDNSViewsCommand } from "@aws-sdk/client-route53globalresolver"; // ES Modules import
|
|
32
|
+
* // const { Route53GlobalResolverClient, ListSharedDNSViewsCommand } = require("@aws-sdk/client-route53globalresolver"); // CommonJS import
|
|
33
|
+
* // import type { Route53GlobalResolverClientConfig } from "@aws-sdk/client-route53globalresolver";
|
|
34
|
+
* const config = {}; // type is Route53GlobalResolverClientConfig
|
|
35
|
+
* const client = new Route53GlobalResolverClient(config);
|
|
36
|
+
* const input = { // ListSharedDNSViewsInput
|
|
37
|
+
* maxResults: Number("int"),
|
|
38
|
+
* nextToken: "STRING_VALUE",
|
|
39
|
+
* };
|
|
40
|
+
* const command = new ListSharedDNSViewsCommand(input);
|
|
41
|
+
* const response = await client.send(command);
|
|
42
|
+
* // { // ListSharedDNSViewsOutput
|
|
43
|
+
* // nextToken: "STRING_VALUE",
|
|
44
|
+
* // dnsViews: [ // SharedDNSViews // required
|
|
45
|
+
* // { // SharedDNSViewSummary
|
|
46
|
+
* // id: "STRING_VALUE", // required
|
|
47
|
+
* // arn: "STRING_VALUE", // required
|
|
48
|
+
* // clientToken: "STRING_VALUE", // required
|
|
49
|
+
* // dnssecValidation: "ENABLED" || "DISABLED", // required
|
|
50
|
+
* // ednsClientSubnet: "ENABLED" || "DISABLED", // required
|
|
51
|
+
* // firewallRulesFailOpen: "ENABLED" || "DISABLED", // required
|
|
52
|
+
* // name: "STRING_VALUE", // required
|
|
53
|
+
* // description: "STRING_VALUE",
|
|
54
|
+
* // globalResolverId: "STRING_VALUE", // required
|
|
55
|
+
* // createdAt: new Date("TIMESTAMP"), // required
|
|
56
|
+
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
57
|
+
* // status: "CREATING" || "OPERATIONAL" || "UPDATING" || "ENABLING" || "DISABLING" || "DISABLED" || "DELETING", // required
|
|
58
|
+
* // ownerAccountId: "STRING_VALUE", // required
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // };
|
|
62
|
+
*
|
|
63
|
+
* ```
|
|
64
|
+
*
|
|
65
|
+
* @param ListSharedDNSViewsCommandInput - {@link ListSharedDNSViewsCommandInput}
|
|
66
|
+
* @returns {@link ListSharedDNSViewsCommandOutput}
|
|
67
|
+
* @see {@link ListSharedDNSViewsCommandInput} for command's `input` shape.
|
|
68
|
+
* @see {@link ListSharedDNSViewsCommandOutput} for command's `response` shape.
|
|
69
|
+
* @see {@link Route53GlobalResolverClientResolvedConfig | config} for Route53GlobalResolverClient's `config` shape.
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
72
|
+
* <p>You don't have permission to perform this operation. Check your IAM permissions and try again.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link InternalServerException} (server fault)
|
|
75
|
+
* <p>An internal server error occurred. Try again later.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
78
|
+
* <p>The request was throttled due to too many requests. Wait a moment and try again.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link ValidationException} (client fault)
|
|
81
|
+
* <p>The input parameters are invalid. Check the parameter values and try again.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link Route53GlobalResolverServiceException}
|
|
84
|
+
* <p>Base exception class for all service exceptions from Route53GlobalResolver service.</p>
|
|
85
|
+
*
|
|
86
|
+
*
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
export declare class ListSharedDNSViewsCommand extends ListSharedDNSViewsCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: ListSharedDNSViewsInput;
|
|
94
|
+
output: ListSharedDNSViewsOutput;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: ListSharedDNSViewsCommandInput;
|
|
98
|
+
output: ListSharedDNSViewsCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
101
|
+
}
|
|
@@ -35,6 +35,7 @@ export * from "./ListFirewallRulesCommand";
|
|
|
35
35
|
export * from "./ListGlobalResolversCommand";
|
|
36
36
|
export * from "./ListHostedZoneAssociationsCommand";
|
|
37
37
|
export * from "./ListManagedFirewallDomainListsCommand";
|
|
38
|
+
export * from "./ListSharedDNSViewsCommand";
|
|
38
39
|
export * from "./ListTagsForResourceCommand";
|
|
39
40
|
export * from "./TagResourceCommand";
|
|
40
41
|
export * from "./UntagResourceCommand";
|
|
@@ -3565,10 +3565,10 @@ export interface ListHostedZoneAssociationsInput {
|
|
|
3565
3565
|
*/
|
|
3566
3566
|
nextToken?: string | undefined;
|
|
3567
3567
|
/**
|
|
3568
|
-
* <p>Amazon Resource Name (ARN) of the DNS view.</p>
|
|
3568
|
+
* <p>The Amazon Resource Name (ARN) of the DNS view to list hosted zone associations for. This parameter is optional; if you omit it, all hosted zone associations in your Amazon Web Services account are returned.</p>
|
|
3569
3569
|
* @public
|
|
3570
3570
|
*/
|
|
3571
|
-
resourceArn
|
|
3571
|
+
resourceArn?: string | undefined;
|
|
3572
3572
|
}
|
|
3573
3573
|
/**
|
|
3574
3574
|
* <p>Summary information about a hosted zone association.</p>
|
|
@@ -3691,6 +3691,107 @@ export interface UpdateHostedZoneAssociationOutput {
|
|
|
3691
3691
|
*/
|
|
3692
3692
|
status: HostedZoneAssociationStatus | undefined;
|
|
3693
3693
|
}
|
|
3694
|
+
/**
|
|
3695
|
+
* @public
|
|
3696
|
+
*/
|
|
3697
|
+
export interface ListSharedDNSViewsInput {
|
|
3698
|
+
/**
|
|
3699
|
+
* <p>The maximum number of results to retrieve in a single call.</p>
|
|
3700
|
+
* @public
|
|
3701
|
+
*/
|
|
3702
|
+
maxResults?: number | undefined;
|
|
3703
|
+
/**
|
|
3704
|
+
* <p>A pagination token used for large sets of results that can't be returned in a single response.</p>
|
|
3705
|
+
* @public
|
|
3706
|
+
*/
|
|
3707
|
+
nextToken?: string | undefined;
|
|
3708
|
+
}
|
|
3709
|
+
/**
|
|
3710
|
+
* <p>Summary information about a DNS view that has been shared with your Amazon Web Services account through Amazon Web Services RAM.</p>
|
|
3711
|
+
* @public
|
|
3712
|
+
*/
|
|
3713
|
+
export interface SharedDNSViewSummary {
|
|
3714
|
+
/**
|
|
3715
|
+
* <p>The unique identifier of the DNS view.</p>
|
|
3716
|
+
* @public
|
|
3717
|
+
*/
|
|
3718
|
+
id: string | undefined;
|
|
3719
|
+
/**
|
|
3720
|
+
* <p>The Amazon Resource Name (ARN) of the DNS view.</p>
|
|
3721
|
+
* @public
|
|
3722
|
+
*/
|
|
3723
|
+
arn: string | undefined;
|
|
3724
|
+
/**
|
|
3725
|
+
* <p>The unique string that identifies the request and ensures idempotency.</p>
|
|
3726
|
+
* @public
|
|
3727
|
+
*/
|
|
3728
|
+
clientToken: string | undefined;
|
|
3729
|
+
/**
|
|
3730
|
+
* <p>Whether DNSSEC validation is enabled for the DNS view.</p>
|
|
3731
|
+
* @public
|
|
3732
|
+
*/
|
|
3733
|
+
dnssecValidation: DnsSecValidationType | undefined;
|
|
3734
|
+
/**
|
|
3735
|
+
* <p>Whether EDNS Client Subnet injection is enabled for the DNS view.</p>
|
|
3736
|
+
* @public
|
|
3737
|
+
*/
|
|
3738
|
+
ednsClientSubnet: EdnsClientSubnetType | undefined;
|
|
3739
|
+
/**
|
|
3740
|
+
* <p>Whether firewall rules fail open when they cannot be evaluated.</p>
|
|
3741
|
+
* @public
|
|
3742
|
+
*/
|
|
3743
|
+
firewallRulesFailOpen: FirewallRulesFailOpenType | undefined;
|
|
3744
|
+
/**
|
|
3745
|
+
* <p>The name of the DNS view.</p>
|
|
3746
|
+
* @public
|
|
3747
|
+
*/
|
|
3748
|
+
name: string | undefined;
|
|
3749
|
+
/**
|
|
3750
|
+
* <p>A description of the DNS view.</p>
|
|
3751
|
+
* @public
|
|
3752
|
+
*/
|
|
3753
|
+
description?: string | undefined;
|
|
3754
|
+
/**
|
|
3755
|
+
* <p>The ID of the global resolver that the DNS view is associated with.</p>
|
|
3756
|
+
* @public
|
|
3757
|
+
*/
|
|
3758
|
+
globalResolverId: string | undefined;
|
|
3759
|
+
/**
|
|
3760
|
+
* <p>The date and time when the DNS view was created.</p>
|
|
3761
|
+
* @public
|
|
3762
|
+
*/
|
|
3763
|
+
createdAt: Date | undefined;
|
|
3764
|
+
/**
|
|
3765
|
+
* <p>The date and time when the DNS view was last updated.</p>
|
|
3766
|
+
* @public
|
|
3767
|
+
*/
|
|
3768
|
+
updatedAt: Date | undefined;
|
|
3769
|
+
/**
|
|
3770
|
+
* <p>The current status of the DNS view.</p>
|
|
3771
|
+
* @public
|
|
3772
|
+
*/
|
|
3773
|
+
status: ProfileResourceStatus | undefined;
|
|
3774
|
+
/**
|
|
3775
|
+
* <p>The ID of the Amazon Web Services account that owns the DNS view and shared it with your Amazon Web Services account.</p>
|
|
3776
|
+
* @public
|
|
3777
|
+
*/
|
|
3778
|
+
ownerAccountId: string | undefined;
|
|
3779
|
+
}
|
|
3780
|
+
/**
|
|
3781
|
+
* @public
|
|
3782
|
+
*/
|
|
3783
|
+
export interface ListSharedDNSViewsOutput {
|
|
3784
|
+
/**
|
|
3785
|
+
* <p>A pagination token used for large sets of results that can't be returned in a single response. Provide this token in the next call to get the results not returned in this call.</p>
|
|
3786
|
+
* @public
|
|
3787
|
+
*/
|
|
3788
|
+
nextToken?: string | undefined;
|
|
3789
|
+
/**
|
|
3790
|
+
* <p>An array of information about the DNS views shared with your Amazon Web Services account, including the Amazon Web Services account that owns each DNS view.</p>
|
|
3791
|
+
* @public
|
|
3792
|
+
*/
|
|
3793
|
+
dnsViews: SharedDNSViewSummary[] | undefined;
|
|
3794
|
+
}
|
|
3694
3795
|
/**
|
|
3695
3796
|
* @public
|
|
3696
3797
|
*/
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListSharedDNSViewsCommandInput, ListSharedDNSViewsCommandOutput } from "../commands/ListSharedDNSViewsCommand";
|
|
3
|
+
import type { Route53GlobalResolverPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListSharedDNSViews: (config: Route53GlobalResolverPaginationConfiguration, input: ListSharedDNSViewsCommandInput, ...rest: any[]) => Paginator<ListSharedDNSViewsCommandOutput>;
|
|
@@ -104,9 +104,12 @@ export declare var ListHostedZoneAssociationsInput$: StaticStructureSchema;
|
|
|
104
104
|
export declare var ListHostedZoneAssociationsOutput$: StaticStructureSchema;
|
|
105
105
|
export declare var ListManagedFirewallDomainListsInput$: StaticStructureSchema;
|
|
106
106
|
export declare var ListManagedFirewallDomainListsOutput$: StaticStructureSchema;
|
|
107
|
+
export declare var ListSharedDNSViewsInput$: StaticStructureSchema;
|
|
108
|
+
export declare var ListSharedDNSViewsOutput$: StaticStructureSchema;
|
|
107
109
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
108
110
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
109
111
|
export declare var ManagedFirewallDomainListsItem$: StaticStructureSchema;
|
|
112
|
+
export declare var SharedDNSViewSummary$: StaticStructureSchema;
|
|
110
113
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
111
114
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
112
115
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
@@ -163,6 +166,7 @@ export declare var ListFirewallRules$: StaticOperationSchema;
|
|
|
163
166
|
export declare var ListGlobalResolvers$: StaticOperationSchema;
|
|
164
167
|
export declare var ListHostedZoneAssociations$: StaticOperationSchema;
|
|
165
168
|
export declare var ListManagedFirewallDomainLists$: StaticOperationSchema;
|
|
169
|
+
export declare var ListSharedDNSViews$: StaticOperationSchema;
|
|
166
170
|
export declare var ListTagsForResource$: StaticOperationSchema;
|
|
167
171
|
export declare var TagResource$: StaticOperationSchema;
|
|
168
172
|
export declare var UntagResource$: StaticOperationSchema;
|
|
@@ -151,6 +151,10 @@ import {
|
|
|
151
151
|
ListManagedFirewallDomainListsCommandInput,
|
|
152
152
|
ListManagedFirewallDomainListsCommandOutput,
|
|
153
153
|
} from "./commands/ListManagedFirewallDomainListsCommand";
|
|
154
|
+
import {
|
|
155
|
+
ListSharedDNSViewsCommandInput,
|
|
156
|
+
ListSharedDNSViewsCommandOutput,
|
|
157
|
+
} from "./commands/ListSharedDNSViewsCommand";
|
|
154
158
|
import {
|
|
155
159
|
ListTagsForResourceCommandInput,
|
|
156
160
|
ListTagsForResourceCommandOutput,
|
|
@@ -651,6 +655,7 @@ export interface Route53GlobalResolver {
|
|
|
651
655
|
options: __HttpHandlerOptions,
|
|
652
656
|
cb: (err: any, data?: ListGlobalResolversCommandOutput) => void
|
|
653
657
|
): void;
|
|
658
|
+
listHostedZoneAssociations(): Promise<ListHostedZoneAssociationsCommandOutput>;
|
|
654
659
|
listHostedZoneAssociations(
|
|
655
660
|
args: ListHostedZoneAssociationsCommandInput,
|
|
656
661
|
options?: __HttpHandlerOptions
|
|
@@ -677,6 +682,20 @@ export interface Route53GlobalResolver {
|
|
|
677
682
|
options: __HttpHandlerOptions,
|
|
678
683
|
cb: (err: any, data?: ListManagedFirewallDomainListsCommandOutput) => void
|
|
679
684
|
): void;
|
|
685
|
+
listSharedDNSViews(): Promise<ListSharedDNSViewsCommandOutput>;
|
|
686
|
+
listSharedDNSViews(
|
|
687
|
+
args: ListSharedDNSViewsCommandInput,
|
|
688
|
+
options?: __HttpHandlerOptions
|
|
689
|
+
): Promise<ListSharedDNSViewsCommandOutput>;
|
|
690
|
+
listSharedDNSViews(
|
|
691
|
+
args: ListSharedDNSViewsCommandInput,
|
|
692
|
+
cb: (err: any, data?: ListSharedDNSViewsCommandOutput) => void
|
|
693
|
+
): void;
|
|
694
|
+
listSharedDNSViews(
|
|
695
|
+
args: ListSharedDNSViewsCommandInput,
|
|
696
|
+
options: __HttpHandlerOptions,
|
|
697
|
+
cb: (err: any, data?: ListSharedDNSViewsCommandOutput) => void
|
|
698
|
+
): void;
|
|
680
699
|
listTagsForResource(
|
|
681
700
|
args: ListTagsForResourceCommandInput,
|
|
682
701
|
options?: __HttpHandlerOptions
|
|
@@ -857,7 +876,7 @@ export interface Route53GlobalResolver {
|
|
|
857
876
|
>
|
|
858
877
|
): Paginator<ListGlobalResolversCommandOutput>;
|
|
859
878
|
paginateListHostedZoneAssociations(
|
|
860
|
-
args
|
|
879
|
+
args?: ListHostedZoneAssociationsCommandInput,
|
|
861
880
|
paginationConfig?: Pick<
|
|
862
881
|
PaginationConfiguration,
|
|
863
882
|
Exclude<keyof PaginationConfiguration, "client">
|
|
@@ -870,6 +889,13 @@ export interface Route53GlobalResolver {
|
|
|
870
889
|
Exclude<keyof PaginationConfiguration, "client">
|
|
871
890
|
>
|
|
872
891
|
): Paginator<ListManagedFirewallDomainListsCommandOutput>;
|
|
892
|
+
paginateListSharedDNSViews(
|
|
893
|
+
args?: ListSharedDNSViewsCommandInput,
|
|
894
|
+
paginationConfig?: Pick<
|
|
895
|
+
PaginationConfiguration,
|
|
896
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
897
|
+
>
|
|
898
|
+
): Paginator<ListSharedDNSViewsCommandOutput>;
|
|
873
899
|
}
|
|
874
900
|
export declare class Route53GlobalResolver
|
|
875
901
|
extends Route53GlobalResolverClient
|
|
@@ -184,6 +184,10 @@ import {
|
|
|
184
184
|
ListManagedFirewallDomainListsCommandInput,
|
|
185
185
|
ListManagedFirewallDomainListsCommandOutput,
|
|
186
186
|
} from "./commands/ListManagedFirewallDomainListsCommand";
|
|
187
|
+
import {
|
|
188
|
+
ListSharedDNSViewsCommandInput,
|
|
189
|
+
ListSharedDNSViewsCommandOutput,
|
|
190
|
+
} from "./commands/ListSharedDNSViewsCommand";
|
|
187
191
|
import {
|
|
188
192
|
ListTagsForResourceCommandInput,
|
|
189
193
|
ListTagsForResourceCommandOutput,
|
|
@@ -269,6 +273,7 @@ export type ServiceInputTypes =
|
|
|
269
273
|
| ListGlobalResolversCommandInput
|
|
270
274
|
| ListHostedZoneAssociationsCommandInput
|
|
271
275
|
| ListManagedFirewallDomainListsCommandInput
|
|
276
|
+
| ListSharedDNSViewsCommandInput
|
|
272
277
|
| ListTagsForResourceCommandInput
|
|
273
278
|
| TagResourceCommandInput
|
|
274
279
|
| UntagResourceCommandInput
|
|
@@ -317,6 +322,7 @@ export type ServiceOutputTypes =
|
|
|
317
322
|
| ListGlobalResolversCommandOutput
|
|
318
323
|
| ListHostedZoneAssociationsCommandOutput
|
|
319
324
|
| ListManagedFirewallDomainListsCommandOutput
|
|
325
|
+
| ListSharedDNSViewsCommandOutput
|
|
320
326
|
| ListTagsForResourceCommandOutput
|
|
321
327
|
| TagResourceCommandOutput
|
|
322
328
|
| UntagResourceCommandOutput
|
|
@@ -20,7 +20,7 @@ declare const ListHostedZoneAssociationsCommand_base: {
|
|
|
20
20
|
import("..").ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
22
|
new (
|
|
23
|
-
input: ListHostedZoneAssociationsCommandInput
|
|
23
|
+
...[input]: [] | [ListHostedZoneAssociationsCommandInput]
|
|
24
24
|
): import("@smithy/core/client").CommandImpl<
|
|
25
25
|
ListHostedZoneAssociationsCommandInput,
|
|
26
26
|
ListHostedZoneAssociationsCommandOutput,
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListSharedDNSViewsInput,
|
|
4
|
+
ListSharedDNSViewsOutput,
|
|
5
|
+
} from "../models/models_0";
|
|
6
|
+
export { __MetadataBearer };
|
|
7
|
+
export interface ListSharedDNSViewsCommandInput
|
|
8
|
+
extends ListSharedDNSViewsInput {}
|
|
9
|
+
export interface ListSharedDNSViewsCommandOutput
|
|
10
|
+
extends ListSharedDNSViewsOutput,
|
|
11
|
+
__MetadataBearer {}
|
|
12
|
+
declare const ListSharedDNSViewsCommand_base: {
|
|
13
|
+
new (
|
|
14
|
+
input: ListSharedDNSViewsCommandInput
|
|
15
|
+
): import("@smithy/core/client").CommandImpl<
|
|
16
|
+
ListSharedDNSViewsCommandInput,
|
|
17
|
+
ListSharedDNSViewsCommandOutput,
|
|
18
|
+
import("..").Route53GlobalResolverClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
21
|
+
>;
|
|
22
|
+
new (
|
|
23
|
+
...[input]: [] | [ListSharedDNSViewsCommandInput]
|
|
24
|
+
): import("@smithy/core/client").CommandImpl<
|
|
25
|
+
ListSharedDNSViewsCommandInput,
|
|
26
|
+
ListSharedDNSViewsCommandOutput,
|
|
27
|
+
import("..").Route53GlobalResolverClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
30
|
+
>;
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
32
|
+
};
|
|
33
|
+
export declare class ListSharedDNSViewsCommand extends ListSharedDNSViewsCommand_base {
|
|
34
|
+
protected static __types: {
|
|
35
|
+
api: {
|
|
36
|
+
input: ListSharedDNSViewsInput;
|
|
37
|
+
output: ListSharedDNSViewsOutput;
|
|
38
|
+
};
|
|
39
|
+
sdk: {
|
|
40
|
+
input: ListSharedDNSViewsCommandInput;
|
|
41
|
+
output: ListSharedDNSViewsCommandOutput;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
}
|
|
@@ -35,6 +35,7 @@ export * from "./ListFirewallRulesCommand";
|
|
|
35
35
|
export * from "./ListGlobalResolversCommand";
|
|
36
36
|
export * from "./ListHostedZoneAssociationsCommand";
|
|
37
37
|
export * from "./ListManagedFirewallDomainListsCommand";
|
|
38
|
+
export * from "./ListSharedDNSViewsCommand";
|
|
38
39
|
export * from "./ListTagsForResourceCommand";
|
|
39
40
|
export * from "./TagResourceCommand";
|
|
40
41
|
export * from "./UntagResourceCommand";
|
|
@@ -821,7 +821,7 @@ export interface GetHostedZoneAssociationOutput {
|
|
|
821
821
|
export interface ListHostedZoneAssociationsInput {
|
|
822
822
|
maxResults?: number | undefined;
|
|
823
823
|
nextToken?: string | undefined;
|
|
824
|
-
resourceArn
|
|
824
|
+
resourceArn?: string | undefined;
|
|
825
825
|
}
|
|
826
826
|
export interface HostedZoneAssociationSummary {
|
|
827
827
|
id: string | undefined;
|
|
@@ -851,6 +851,29 @@ export interface UpdateHostedZoneAssociationOutput {
|
|
|
851
851
|
updatedAt: Date | undefined;
|
|
852
852
|
status: HostedZoneAssociationStatus | undefined;
|
|
853
853
|
}
|
|
854
|
+
export interface ListSharedDNSViewsInput {
|
|
855
|
+
maxResults?: number | undefined;
|
|
856
|
+
nextToken?: string | undefined;
|
|
857
|
+
}
|
|
858
|
+
export interface SharedDNSViewSummary {
|
|
859
|
+
id: string | undefined;
|
|
860
|
+
arn: string | undefined;
|
|
861
|
+
clientToken: string | undefined;
|
|
862
|
+
dnssecValidation: DnsSecValidationType | undefined;
|
|
863
|
+
ednsClientSubnet: EdnsClientSubnetType | undefined;
|
|
864
|
+
firewallRulesFailOpen: FirewallRulesFailOpenType | undefined;
|
|
865
|
+
name: string | undefined;
|
|
866
|
+
description?: string | undefined;
|
|
867
|
+
globalResolverId: string | undefined;
|
|
868
|
+
createdAt: Date | undefined;
|
|
869
|
+
updatedAt: Date | undefined;
|
|
870
|
+
status: ProfileResourceStatus | undefined;
|
|
871
|
+
ownerAccountId: string | undefined;
|
|
872
|
+
}
|
|
873
|
+
export interface ListSharedDNSViewsOutput {
|
|
874
|
+
nextToken?: string | undefined;
|
|
875
|
+
dnsViews: SharedDNSViewSummary[] | undefined;
|
|
876
|
+
}
|
|
854
877
|
export interface ListTagsForResourceRequest {
|
|
855
878
|
resourceArn: string | undefined;
|
|
856
879
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListSharedDNSViewsCommandInput,
|
|
4
|
+
ListSharedDNSViewsCommandOutput,
|
|
5
|
+
} from "../commands/ListSharedDNSViewsCommand";
|
|
6
|
+
import { Route53GlobalResolverPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListSharedDNSViews: (
|
|
8
|
+
config: Route53GlobalResolverPaginationConfiguration,
|
|
9
|
+
input: ListSharedDNSViewsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListSharedDNSViewsCommandOutput>;
|
|
@@ -103,9 +103,12 @@ export declare var ListHostedZoneAssociationsInput$: StaticStructureSchema;
|
|
|
103
103
|
export declare var ListHostedZoneAssociationsOutput$: StaticStructureSchema;
|
|
104
104
|
export declare var ListManagedFirewallDomainListsInput$: StaticStructureSchema;
|
|
105
105
|
export declare var ListManagedFirewallDomainListsOutput$: StaticStructureSchema;
|
|
106
|
+
export declare var ListSharedDNSViewsInput$: StaticStructureSchema;
|
|
107
|
+
export declare var ListSharedDNSViewsOutput$: StaticStructureSchema;
|
|
106
108
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
107
109
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
108
110
|
export declare var ManagedFirewallDomainListsItem$: StaticStructureSchema;
|
|
111
|
+
export declare var SharedDNSViewSummary$: StaticStructureSchema;
|
|
109
112
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
110
113
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
111
114
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
@@ -162,6 +165,7 @@ export declare var ListFirewallRules$: StaticOperationSchema;
|
|
|
162
165
|
export declare var ListGlobalResolvers$: StaticOperationSchema;
|
|
163
166
|
export declare var ListHostedZoneAssociations$: StaticOperationSchema;
|
|
164
167
|
export declare var ListManagedFirewallDomainLists$: StaticOperationSchema;
|
|
168
|
+
export declare var ListSharedDNSViews$: StaticOperationSchema;
|
|
165
169
|
export declare var ListTagsForResource$: StaticOperationSchema;
|
|
166
170
|
export declare var TagResource$: StaticOperationSchema;
|
|
167
171
|
export declare var UntagResource$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-route53globalresolver",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route53globalresolver Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1081.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-sdk/core": "^3.974.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
22
|
+
"@aws-sdk/core": "^3.974.29",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "^3.972.64",
|
|
24
24
|
"@aws-sdk/types": "^3.973.15",
|
|
25
25
|
"@smithy/core": "^3.29.0",
|
|
26
26
|
"@smithy/fetch-http-handler": "^5.6.2",
|