@aws-sdk/client-route53globalresolver 3.943.0 → 3.947.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.
Files changed (84) hide show
  1. package/dist-cjs/index.js +76 -323
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/Route53GlobalResolverClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +76 -324
  8. package/dist-types/Route53GlobalResolver.d.ts +1 -1
  9. package/dist-types/Route53GlobalResolverClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/AssociateHostedZoneCommand.d.ts +3 -3
  13. package/dist-types/commands/BatchCreateFirewallRuleCommand.d.ts +3 -3
  14. package/dist-types/commands/BatchDeleteFirewallRuleCommand.d.ts +3 -3
  15. package/dist-types/commands/BatchUpdateFirewallRuleCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateAccessSourceCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateAccessTokenCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateDNSViewCommand.d.ts +3 -3
  19. package/dist-types/commands/CreateFirewallDomainListCommand.d.ts +3 -3
  20. package/dist-types/commands/CreateFirewallRuleCommand.d.ts +3 -3
  21. package/dist-types/commands/CreateGlobalResolverCommand.d.ts +3 -3
  22. package/dist-types/commands/DeleteAccessSourceCommand.d.ts +3 -3
  23. package/dist-types/commands/DeleteAccessTokenCommand.d.ts +3 -3
  24. package/dist-types/commands/DeleteDNSViewCommand.d.ts +3 -3
  25. package/dist-types/commands/DeleteFirewallDomainListCommand.d.ts +3 -3
  26. package/dist-types/commands/DeleteFirewallRuleCommand.d.ts +3 -3
  27. package/dist-types/commands/DeleteGlobalResolverCommand.d.ts +3 -3
  28. package/dist-types/commands/DisableDNSViewCommand.d.ts +3 -3
  29. package/dist-types/commands/DisassociateHostedZoneCommand.d.ts +3 -3
  30. package/dist-types/commands/EnableDNSViewCommand.d.ts +3 -3
  31. package/dist-types/commands/GetAccessSourceCommand.d.ts +3 -3
  32. package/dist-types/commands/GetAccessTokenCommand.d.ts +3 -3
  33. package/dist-types/commands/GetDNSViewCommand.d.ts +3 -3
  34. package/dist-types/commands/GetFirewallDomainListCommand.d.ts +3 -3
  35. package/dist-types/commands/GetFirewallRuleCommand.d.ts +3 -3
  36. package/dist-types/commands/GetGlobalResolverCommand.d.ts +3 -3
  37. package/dist-types/commands/GetHostedZoneAssociationCommand.d.ts +3 -3
  38. package/dist-types/commands/GetManagedFirewallDomainListCommand.d.ts +3 -3
  39. package/dist-types/commands/ImportFirewallDomainsCommand.d.ts +3 -3
  40. package/dist-types/commands/ListAccessSourcesCommand.d.ts +3 -3
  41. package/dist-types/commands/ListAccessTokensCommand.d.ts +3 -3
  42. package/dist-types/commands/ListDNSViewsCommand.d.ts +3 -3
  43. package/dist-types/commands/ListFirewallDomainListsCommand.d.ts +3 -3
  44. package/dist-types/commands/ListFirewallDomainsCommand.d.ts +3 -3
  45. package/dist-types/commands/ListFirewallRulesCommand.d.ts +3 -3
  46. package/dist-types/commands/ListGlobalResolversCommand.d.ts +3 -3
  47. package/dist-types/commands/ListHostedZoneAssociationsCommand.d.ts +3 -3
  48. package/dist-types/commands/ListManagedFirewallDomainListsCommand.d.ts +3 -3
  49. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  50. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  51. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  52. package/dist-types/commands/UpdateAccessSourceCommand.d.ts +3 -3
  53. package/dist-types/commands/UpdateAccessTokenCommand.d.ts +3 -3
  54. package/dist-types/commands/UpdateDNSViewCommand.d.ts +3 -3
  55. package/dist-types/commands/UpdateFirewallDomainsCommand.d.ts +3 -3
  56. package/dist-types/commands/UpdateFirewallRuleCommand.d.ts +3 -3
  57. package/dist-types/commands/UpdateGlobalResolverCommand.d.ts +3 -3
  58. package/dist-types/commands/UpdateHostedZoneAssociationCommand.d.ts +3 -3
  59. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  60. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  61. package/dist-types/extensionConfiguration.d.ts +4 -4
  62. package/dist-types/models/Route53GlobalResolverServiceException.d.ts +1 -1
  63. package/dist-types/models/errors.d.ts +1 -1
  64. package/dist-types/pagination/Interfaces.d.ts +1 -1
  65. package/dist-types/pagination/ListAccessSourcesPaginator.d.ts +1 -1
  66. package/dist-types/pagination/ListAccessTokensPaginator.d.ts +1 -1
  67. package/dist-types/pagination/ListDNSViewsPaginator.d.ts +1 -1
  68. package/dist-types/pagination/ListFirewallDomainListsPaginator.d.ts +1 -1
  69. package/dist-types/pagination/ListFirewallDomainsPaginator.d.ts +1 -1
  70. package/dist-types/pagination/ListFirewallRulesPaginator.d.ts +1 -1
  71. package/dist-types/pagination/ListGlobalResolversPaginator.d.ts +1 -1
  72. package/dist-types/pagination/ListHostedZoneAssociationsPaginator.d.ts +1 -1
  73. package/dist-types/pagination/ListManagedFirewallDomainListsPaginator.d.ts +1 -1
  74. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  75. package/dist-types/runtimeConfig.d.ts +1 -1
  76. package/dist-types/runtimeConfig.native.d.ts +1 -1
  77. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  78. package/dist-types/runtimeExtensions.d.ts +1 -1
  79. package/dist-types/schemas/schemas_0.d.ts +1 -2
  80. package/dist-types/ts3.4/Route53GlobalResolverClient.d.ts +3 -3
  81. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  82. package/dist-types/ts3.4/models/Route53GlobalResolverServiceException.d.ts +1 -1
  83. package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
  84. package/package.json +13 -12
package/dist-cjs/index.js CHANGED
@@ -505,17 +505,7 @@ const _uA = "updatedAt";
505
505
  const _v = "value";
506
506
  const n0 = "com.amazonaws.route53globalresolver";
507
507
  var AccessTokenValue = [0, n0, _ATV, 8, 0];
508
- var AccessDeniedException = [
509
- -3,
510
- n0,
511
- _ADE,
512
- {
513
- [_e]: _c,
514
- [_hE]: 403,
515
- },
516
- [_m],
517
- [0],
518
- ];
508
+ var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
519
509
  schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
520
510
  var AccessSourcesItem = [
521
511
  3,
@@ -648,17 +638,7 @@ var BatchUpdateFirewallRuleResult = [
648
638
  [_ac, _bODT, _bOD, _bOT, _bR, _cT, _cTo, _cA, _d, _dAP, _fDLI, _i, _n, _pr, _dVI, _qTu, _s, _uA],
649
639
  [0, 0, 0, 1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 5],
650
640
  ];
651
- var ConflictException = [
652
- -3,
653
- n0,
654
- _CE,
655
- {
656
- [_e]: _c,
657
- [_hE]: 409,
658
- },
659
- [_m, _rI, _rT],
660
- [0, 0, 0],
661
- ];
641
+ var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
662
642
  schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
663
643
  var CreateAccessSourceInput = [
664
644
  3,
@@ -951,20 +931,9 @@ var InternalServerException = [
951
931
  -3,
952
932
  n0,
953
933
  _ISE,
954
- {
955
- [_e]: _se,
956
- [_hE]: 500,
957
- },
934
+ { [_e]: _se, [_hE]: 500 },
958
935
  [_m, _rAS],
959
- [
960
- 0,
961
- [
962
- 1,
963
- {
964
- [_hH]: _RA,
965
- },
966
- ],
967
- ],
936
+ [0, [1, { [_hH]: _RA }]],
968
937
  ];
969
938
  schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
970
939
  var ListAccessSourcesInput = [
@@ -974,18 +943,8 @@ var ListAccessSourcesInput = [
974
943
  0,
975
944
  [_mR, _nT, _fi],
976
945
  [
977
- [
978
- 1,
979
- {
980
- [_hQ]: _mr,
981
- },
982
- ],
983
- [
984
- 0,
985
- {
986
- [_hQ]: _nt,
987
- },
988
- ],
946
+ [1, { [_hQ]: _mr }],
947
+ [0, { [_hQ]: _nt }],
989
948
  [[2, n0, _F, 0, 0, 64 | 0], 64],
990
949
  ],
991
950
  ];
@@ -997,18 +956,8 @@ var ListAccessTokensInput = [
997
956
  0,
998
957
  [_mR, _nT, _dVI, _fi],
999
958
  [
1000
- [
1001
- 1,
1002
- {
1003
- [_hQ]: _mr,
1004
- },
1005
- ],
1006
- [
1007
- 0,
1008
- {
1009
- [_hQ]: _nt,
1010
- },
1011
- ],
959
+ [1, { [_hQ]: _mr }],
960
+ [0, { [_hQ]: _nt }],
1012
961
  [0, 1],
1013
962
  [[2, n0, _F, 0, 0, 64 | 0], 64],
1014
963
  ],
@@ -1021,18 +970,8 @@ var ListDNSViewsInput = [
1021
970
  0,
1022
971
  [_mR, _nT, _gRI],
1023
972
  [
1024
- [
1025
- 1,
1026
- {
1027
- [_hQ]: _mr,
1028
- },
1029
- ],
1030
- [
1031
- 0,
1032
- {
1033
- [_hQ]: _nt,
1034
- },
1035
- ],
973
+ [1, { [_hQ]: _mr }],
974
+ [0, { [_hQ]: _nt }],
1036
975
  [0, 1],
1037
976
  ],
1038
977
  ];
@@ -1044,24 +983,9 @@ var ListFirewallDomainListsInput = [
1044
983
  0,
1045
984
  [_mR, _nT, _gRI],
1046
985
  [
1047
- [
1048
- 1,
1049
- {
1050
- [_hQ]: _mr,
1051
- },
1052
- ],
1053
- [
1054
- 0,
1055
- {
1056
- [_hQ]: _nt,
1057
- },
1058
- ],
1059
- [
1060
- 0,
1061
- {
1062
- [_hQ]: _gri,
1063
- },
1064
- ],
986
+ [1, { [_hQ]: _mr }],
987
+ [0, { [_hQ]: _nt }],
988
+ [0, { [_hQ]: _gri }],
1065
989
  ],
1066
990
  ];
1067
991
  var ListFirewallDomainListsOutput = [
@@ -1079,18 +1003,8 @@ var ListFirewallDomainsInput = [
1079
1003
  0,
1080
1004
  [_mR, _nT, _fDLI],
1081
1005
  [
1082
- [
1083
- 1,
1084
- {
1085
- [_hQ]: _mr,
1086
- },
1087
- ],
1088
- [
1089
- 0,
1090
- {
1091
- [_hQ]: _nt,
1092
- },
1093
- ],
1006
+ [1, { [_hQ]: _mr }],
1007
+ [0, { [_hQ]: _nt }],
1094
1008
  [0, 1],
1095
1009
  ],
1096
1010
  ];
@@ -1102,24 +1016,9 @@ var ListFirewallRulesInput = [
1102
1016
  0,
1103
1017
  [_mR, _nT, _dVI, _fi],
1104
1018
  [
1105
- [
1106
- 1,
1107
- {
1108
- [_hQ]: _mr,
1109
- },
1110
- ],
1111
- [
1112
- 0,
1113
- {
1114
- [_hQ]: _nt,
1115
- },
1116
- ],
1117
- [
1118
- 0,
1119
- {
1120
- [_hQ]: _di,
1121
- },
1122
- ],
1019
+ [1, { [_hQ]: _mr }],
1020
+ [0, { [_hQ]: _nt }],
1021
+ [0, { [_hQ]: _di }],
1123
1022
  [[2, n0, _F, 0, 0, 64 | 0], 64],
1124
1023
  ],
1125
1024
  ];
@@ -1131,18 +1030,8 @@ var ListGlobalResolversInput = [
1131
1030
  0,
1132
1031
  [_mR, _nT],
1133
1032
  [
1134
- [
1135
- 1,
1136
- {
1137
- [_hQ]: _mr,
1138
- },
1139
- ],
1140
- [
1141
- 0,
1142
- {
1143
- [_hQ]: _nt,
1144
- },
1145
- ],
1033
+ [1, { [_hQ]: _mr }],
1034
+ [0, { [_hQ]: _nt }],
1146
1035
  ],
1147
1036
  ];
1148
1037
  var ListGlobalResolversOutput = [3, n0, _LGRO, 0, [_nT, _gR], [0, () => GlobalResolvers]];
@@ -1153,18 +1042,8 @@ var ListHostedZoneAssociationsInput = [
1153
1042
  0,
1154
1043
  [_mR, _nT, _rA],
1155
1044
  [
1156
- [
1157
- 1,
1158
- {
1159
- [_hQ]: _mr,
1160
- },
1161
- ],
1162
- [
1163
- 0,
1164
- {
1165
- [_hQ]: _nt,
1166
- },
1167
- ],
1045
+ [1, { [_hQ]: _mr }],
1046
+ [0, { [_hQ]: _nt }],
1168
1047
  [0, 1],
1169
1048
  ],
1170
1049
  ];
@@ -1183,18 +1062,8 @@ var ListManagedFirewallDomainListsInput = [
1183
1062
  0,
1184
1063
  [_mR, _nT, _mFDLT],
1185
1064
  [
1186
- [
1187
- 1,
1188
- {
1189
- [_hQ]: _mr,
1190
- },
1191
- ],
1192
- [
1193
- 0,
1194
- {
1195
- [_hQ]: _nt,
1196
- },
1197
- ],
1065
+ [1, { [_hQ]: _mr }],
1066
+ [0, { [_hQ]: _nt }],
1198
1067
  [0, 1],
1199
1068
  ],
1200
1069
  ];
@@ -1213,10 +1082,7 @@ var ResourceNotFoundException = [
1213
1082
  -3,
1214
1083
  n0,
1215
1084
  _RNFE,
1216
- {
1217
- [_e]: _c,
1218
- [_hE]: 404,
1219
- },
1085
+ { [_e]: _c, [_hE]: 404 },
1220
1086
  [_m, _rI, _rT],
1221
1087
  [0, 0, 0],
1222
1088
  ];
@@ -1225,10 +1091,7 @@ var ServiceQuotaExceededException = [
1225
1091
  -3,
1226
1092
  n0,
1227
1093
  _SQEE,
1228
- {
1229
- [_e]: _c,
1230
- [_hE]: 402,
1231
- },
1094
+ { [_e]: _c, [_hE]: 402 },
1232
1095
  [_m, _rI, _rT, _sC, _qC],
1233
1096
  [0, 0, 0, 0, 0],
1234
1097
  ];
@@ -1239,22 +1102,9 @@ var ThrottlingException = [
1239
1102
  -3,
1240
1103
  n0,
1241
1104
  _TE,
1242
- {
1243
- [_e]: _c,
1244
- [_hE]: 429,
1245
- },
1105
+ { [_e]: _c, [_hE]: 429 },
1246
1106
  [_m, _sC, _qC, _rAS],
1247
- [
1248
- 0,
1249
- 0,
1250
- 0,
1251
- [
1252
- 1,
1253
- {
1254
- [_hH]: _RA,
1255
- },
1256
- ],
1257
- ],
1107
+ [0, 0, 0, [1, { [_hH]: _RA }]],
1258
1108
  ];
1259
1109
  schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
1260
1110
  var UntagResourceRequest = [3, n0, _URR, 0, [_rA, _tK], [0, 64 | 0]];
@@ -1333,10 +1183,7 @@ var ValidationException = [
1333
1183
  -3,
1334
1184
  n0,
1335
1185
  _VE,
1336
- {
1337
- [_e]: _c,
1338
- [_hE]: 400,
1339
- },
1186
+ { [_e]: _c, [_hE]: 400 },
1340
1187
  [_m, _re, _fL],
1341
1188
  [0, 0, () => ValidationExceptionFieldList],
1342
1189
  ];
@@ -1406,9 +1253,7 @@ var AssociateHostedZone = [
1406
1253
  9,
1407
1254
  n0,
1408
1255
  _AHZ,
1409
- {
1410
- [_h]: ["POST", "/hosted-zone-associations/{hostedZoneId}", 200],
1411
- },
1256
+ { [_h]: ["POST", "/hosted-zone-associations/{hostedZoneId}", 200] },
1412
1257
  () => AssociateHostedZoneInput,
1413
1258
  () => AssociateHostedZoneOutput,
1414
1259
  ];
@@ -1416,9 +1261,7 @@ var BatchCreateFirewallRule = [
1416
1261
  9,
1417
1262
  n0,
1418
1263
  _BCFR,
1419
- {
1420
- [_h]: ["POST", "/firewall-rules/batch-create", 200],
1421
- },
1264
+ { [_h]: ["POST", "/firewall-rules/batch-create", 200] },
1422
1265
  () => BatchCreateFirewallRuleInput,
1423
1266
  () => BatchCreateFirewallRuleOutput,
1424
1267
  ];
@@ -1426,9 +1269,7 @@ var BatchDeleteFirewallRule = [
1426
1269
  9,
1427
1270
  n0,
1428
1271
  _BDFR,
1429
- {
1430
- [_h]: ["POST", "/firewall-rules/batch-delete", 200],
1431
- },
1272
+ { [_h]: ["POST", "/firewall-rules/batch-delete", 200] },
1432
1273
  () => BatchDeleteFirewallRuleInput,
1433
1274
  () => BatchDeleteFirewallRuleOutput,
1434
1275
  ];
@@ -1436,9 +1277,7 @@ var BatchUpdateFirewallRule = [
1436
1277
  9,
1437
1278
  n0,
1438
1279
  _BUFR,
1439
- {
1440
- [_h]: ["POST", "/firewall-rules/batch-update", 200],
1441
- },
1280
+ { [_h]: ["POST", "/firewall-rules/batch-update", 200] },
1442
1281
  () => BatchUpdateFirewallRuleInput,
1443
1282
  () => BatchUpdateFirewallRuleOutput,
1444
1283
  ];
@@ -1446,9 +1285,7 @@ var CreateAccessSource = [
1446
1285
  9,
1447
1286
  n0,
1448
1287
  _CAS,
1449
- {
1450
- [_h]: ["POST", "/access-sources", 200],
1451
- },
1288
+ { [_h]: ["POST", "/access-sources", 200] },
1452
1289
  () => CreateAccessSourceInput,
1453
1290
  () => CreateAccessSourceOutput,
1454
1291
  ];
@@ -1456,9 +1293,7 @@ var CreateAccessToken = [
1456
1293
  9,
1457
1294
  n0,
1458
1295
  _CAT,
1459
- {
1460
- [_h]: ["POST", "/tokens/{dnsViewId}", 200],
1461
- },
1296
+ { [_h]: ["POST", "/tokens/{dnsViewId}", 200] },
1462
1297
  () => CreateAccessTokenInput,
1463
1298
  () => CreateAccessTokenOutput,
1464
1299
  ];
@@ -1466,9 +1301,7 @@ var CreateDNSView = [
1466
1301
  9,
1467
1302
  n0,
1468
1303
  _CDNSV,
1469
- {
1470
- [_h]: ["POST", "/dns-views/{globalResolverId}", 200],
1471
- },
1304
+ { [_h]: ["POST", "/dns-views/{globalResolverId}", 200] },
1472
1305
  () => CreateDNSViewInput,
1473
1306
  () => CreateDNSViewOutput,
1474
1307
  ];
@@ -1476,9 +1309,7 @@ var CreateFirewallDomainList = [
1476
1309
  9,
1477
1310
  n0,
1478
1311
  _CFDL,
1479
- {
1480
- [_h]: ["POST", "/firewall-domain-lists/{globalResolverId}", 200],
1481
- },
1312
+ { [_h]: ["POST", "/firewall-domain-lists/{globalResolverId}", 200] },
1482
1313
  () => CreateFirewallDomainListInput,
1483
1314
  () => CreateFirewallDomainListOutput,
1484
1315
  ];
@@ -1486,9 +1317,7 @@ var CreateFirewallRule = [
1486
1317
  9,
1487
1318
  n0,
1488
1319
  _CFR,
1489
- {
1490
- [_h]: ["POST", "/firewall-rules", 200],
1491
- },
1320
+ { [_h]: ["POST", "/firewall-rules", 200] },
1492
1321
  () => CreateFirewallRuleInput,
1493
1322
  () => CreateFirewallRuleOutput,
1494
1323
  ];
@@ -1496,9 +1325,7 @@ var CreateGlobalResolver = [
1496
1325
  9,
1497
1326
  n0,
1498
1327
  _CGR,
1499
- {
1500
- [_h]: ["POST", "/global-resolver", 200],
1501
- },
1328
+ { [_h]: ["POST", "/global-resolver", 200] },
1502
1329
  () => CreateGlobalResolverInput,
1503
1330
  () => CreateGlobalResolverOutput,
1504
1331
  ];
@@ -1506,9 +1333,7 @@ var DeleteAccessSource = [
1506
1333
  9,
1507
1334
  n0,
1508
1335
  _DAS,
1509
- {
1510
- [_h]: ["DELETE", "/access-sources/{accessSourceId}", 200],
1511
- },
1336
+ { [_h]: ["DELETE", "/access-sources/{accessSourceId}", 200] },
1512
1337
  () => DeleteAccessSourceInput,
1513
1338
  () => DeleteAccessSourceOutput,
1514
1339
  ];
@@ -1516,9 +1341,7 @@ var DeleteAccessToken = [
1516
1341
  9,
1517
1342
  n0,
1518
1343
  _DAT,
1519
- {
1520
- [_h]: ["DELETE", "/tokens/{accessTokenId}", 200],
1521
- },
1344
+ { [_h]: ["DELETE", "/tokens/{accessTokenId}", 200] },
1522
1345
  () => DeleteAccessTokenInput,
1523
1346
  () => DeleteAccessTokenOutput,
1524
1347
  ];
@@ -1526,9 +1349,7 @@ var DeleteDNSView = [
1526
1349
  9,
1527
1350
  n0,
1528
1351
  _DDNSV,
1529
- {
1530
- [_h]: ["DELETE", "/dns-views/{dnsViewId}", 200],
1531
- },
1352
+ { [_h]: ["DELETE", "/dns-views/{dnsViewId}", 200] },
1532
1353
  () => DeleteDNSViewInput,
1533
1354
  () => DeleteDNSViewOutput,
1534
1355
  ];
@@ -1536,9 +1357,7 @@ var DeleteFirewallDomainList = [
1536
1357
  9,
1537
1358
  n0,
1538
1359
  _DFDL,
1539
- {
1540
- [_h]: ["DELETE", "/firewall-domain-lists/{firewallDomainListId}", 200],
1541
- },
1360
+ { [_h]: ["DELETE", "/firewall-domain-lists/{firewallDomainListId}", 200] },
1542
1361
  () => DeleteFirewallDomainListInput,
1543
1362
  () => DeleteFirewallDomainListOutput,
1544
1363
  ];
@@ -1546,9 +1365,7 @@ var DeleteFirewallRule = [
1546
1365
  9,
1547
1366
  n0,
1548
1367
  _DFR,
1549
- {
1550
- [_h]: ["DELETE", "/firewall-rules/{firewallRuleId}", 200],
1551
- },
1368
+ { [_h]: ["DELETE", "/firewall-rules/{firewallRuleId}", 200] },
1552
1369
  () => DeleteFirewallRuleInput,
1553
1370
  () => DeleteFirewallRuleOutput,
1554
1371
  ];
@@ -1556,9 +1373,7 @@ var DeleteGlobalResolver = [
1556
1373
  9,
1557
1374
  n0,
1558
1375
  _DGR,
1559
- {
1560
- [_h]: ["DELETE", "/global-resolver/{globalResolverId}", 200],
1561
- },
1376
+ { [_h]: ["DELETE", "/global-resolver/{globalResolverId}", 200] },
1562
1377
  () => DeleteGlobalResolverInput,
1563
1378
  () => DeleteGlobalResolverOutput,
1564
1379
  ];
@@ -1566,9 +1381,7 @@ var DisableDNSView = [
1566
1381
  9,
1567
1382
  n0,
1568
1383
  _DDNSVi,
1569
- {
1570
- [_h]: ["PATCH", "/dns-views/{dnsViewId}/disable", 200],
1571
- },
1384
+ { [_h]: ["PATCH", "/dns-views/{dnsViewId}/disable", 200] },
1572
1385
  () => DisableDNSViewInput,
1573
1386
  () => DisableDNSViewOutput,
1574
1387
  ];
@@ -1576,9 +1389,7 @@ var DisassociateHostedZone = [
1576
1389
  9,
1577
1390
  n0,
1578
1391
  _DHZ,
1579
- {
1580
- [_h]: ["DELETE", "/hosted-zone-associations/hosted-zone/{hostedZoneId}/resource-arn/{resourceArn+}", 200],
1581
- },
1392
+ { [_h]: ["DELETE", "/hosted-zone-associations/hosted-zone/{hostedZoneId}/resource-arn/{resourceArn+}", 200] },
1582
1393
  () => DisassociateHostedZoneInput,
1583
1394
  () => DisassociateHostedZoneOutput,
1584
1395
  ];
@@ -1586,9 +1397,7 @@ var EnableDNSView = [
1586
1397
  9,
1587
1398
  n0,
1588
1399
  _EDNSV,
1589
- {
1590
- [_h]: ["PATCH", "/dns-views/{dnsViewId}/enable", 200],
1591
- },
1400
+ { [_h]: ["PATCH", "/dns-views/{dnsViewId}/enable", 200] },
1592
1401
  () => EnableDNSViewInput,
1593
1402
  () => EnableDNSViewOutput,
1594
1403
  ];
@@ -1596,9 +1405,7 @@ var GetAccessSource = [
1596
1405
  9,
1597
1406
  n0,
1598
1407
  _GAS,
1599
- {
1600
- [_h]: ["GET", "/access-sources/{accessSourceId}", 200],
1601
- },
1408
+ { [_h]: ["GET", "/access-sources/{accessSourceId}", 200] },
1602
1409
  () => GetAccessSourceInput,
1603
1410
  () => GetAccessSourceOutput,
1604
1411
  ];
@@ -1606,9 +1413,7 @@ var GetAccessToken = [
1606
1413
  9,
1607
1414
  n0,
1608
1415
  _GAT,
1609
- {
1610
- [_h]: ["GET", "/tokens/{accessTokenId}", 200],
1611
- },
1416
+ { [_h]: ["GET", "/tokens/{accessTokenId}", 200] },
1612
1417
  () => GetAccessTokenInput,
1613
1418
  () => GetAccessTokenOutput,
1614
1419
  ];
@@ -1616,9 +1421,7 @@ var GetDNSView = [
1616
1421
  9,
1617
1422
  n0,
1618
1423
  _GDNSV,
1619
- {
1620
- [_h]: ["GET", "/dns-views/{dnsViewId}", 200],
1621
- },
1424
+ { [_h]: ["GET", "/dns-views/{dnsViewId}", 200] },
1622
1425
  () => GetDNSViewInput,
1623
1426
  () => GetDNSViewOutput,
1624
1427
  ];
@@ -1626,9 +1429,7 @@ var GetFirewallDomainList = [
1626
1429
  9,
1627
1430
  n0,
1628
1431
  _GFDL,
1629
- {
1630
- [_h]: ["GET", "/firewall-domain-lists/{firewallDomainListId}", 200],
1631
- },
1432
+ { [_h]: ["GET", "/firewall-domain-lists/{firewallDomainListId}", 200] },
1632
1433
  () => GetFirewallDomainListInput,
1633
1434
  () => GetFirewallDomainListOutput,
1634
1435
  ];
@@ -1636,9 +1437,7 @@ var GetFirewallRule = [
1636
1437
  9,
1637
1438
  n0,
1638
1439
  _GFR,
1639
- {
1640
- [_h]: ["GET", "/firewall-rules/{firewallRuleId}", 200],
1641
- },
1440
+ { [_h]: ["GET", "/firewall-rules/{firewallRuleId}", 200] },
1642
1441
  () => GetFirewallRuleInput,
1643
1442
  () => GetFirewallRuleOutput,
1644
1443
  ];
@@ -1646,9 +1445,7 @@ var GetGlobalResolver = [
1646
1445
  9,
1647
1446
  n0,
1648
1447
  _GGR,
1649
- {
1650
- [_h]: ["GET", "/global-resolver/{globalResolverId}", 200],
1651
- },
1448
+ { [_h]: ["GET", "/global-resolver/{globalResolverId}", 200] },
1652
1449
  () => GetGlobalResolverInput,
1653
1450
  () => GetGlobalResolverOutput,
1654
1451
  ];
@@ -1656,9 +1453,7 @@ var GetHostedZoneAssociation = [
1656
1453
  9,
1657
1454
  n0,
1658
1455
  _GHZA,
1659
- {
1660
- [_h]: ["GET", "/hosted-zone-associations/{hostedZoneAssociationId}", 200],
1661
- },
1456
+ { [_h]: ["GET", "/hosted-zone-associations/{hostedZoneAssociationId}", 200] },
1662
1457
  () => GetHostedZoneAssociationInput,
1663
1458
  () => GetHostedZoneAssociationOutput,
1664
1459
  ];
@@ -1666,9 +1461,7 @@ var GetManagedFirewallDomainList = [
1666
1461
  9,
1667
1462
  n0,
1668
1463
  _GMFDL,
1669
- {
1670
- [_h]: ["GET", "/managed-firewall-domain-lists/{managedFirewallDomainListId}", 200],
1671
- },
1464
+ { [_h]: ["GET", "/managed-firewall-domain-lists/{managedFirewallDomainListId}", 200] },
1672
1465
  () => GetManagedFirewallDomainListInput,
1673
1466
  () => GetManagedFirewallDomainListOutput,
1674
1467
  ];
@@ -1676,9 +1469,7 @@ var ImportFirewallDomains = [
1676
1469
  9,
1677
1470
  n0,
1678
1471
  _IFD,
1679
- {
1680
- [_h]: ["PATCH", "/firewall-domain-lists/{firewallDomainListId}/domains/s3_file_url", 200],
1681
- },
1472
+ { [_h]: ["PATCH", "/firewall-domain-lists/{firewallDomainListId}/domains/s3_file_url", 200] },
1682
1473
  () => ImportFirewallDomainsInput,
1683
1474
  () => ImportFirewallDomainsOutput,
1684
1475
  ];
@@ -1686,9 +1477,7 @@ var ListAccessSources = [
1686
1477
  9,
1687
1478
  n0,
1688
1479
  _LAS,
1689
- {
1690
- [_h]: ["GET", "/access-sources", 200],
1691
- },
1480
+ { [_h]: ["GET", "/access-sources", 200] },
1692
1481
  () => ListAccessSourcesInput,
1693
1482
  () => ListAccessSourcesOutput,
1694
1483
  ];
@@ -1696,9 +1485,7 @@ var ListAccessTokens = [
1696
1485
  9,
1697
1486
  n0,
1698
1487
  _LAT,
1699
- {
1700
- [_h]: ["GET", "/tokens/dns-view/{dnsViewId}", 200],
1701
- },
1488
+ { [_h]: ["GET", "/tokens/dns-view/{dnsViewId}", 200] },
1702
1489
  () => ListAccessTokensInput,
1703
1490
  () => ListAccessTokensOutput,
1704
1491
  ];
@@ -1706,9 +1493,7 @@ var ListDNSViews = [
1706
1493
  9,
1707
1494
  n0,
1708
1495
  _LDNSV,
1709
- {
1710
- [_h]: ["GET", "/dns-views/resolver/{globalResolverId}", 200],
1711
- },
1496
+ { [_h]: ["GET", "/dns-views/resolver/{globalResolverId}", 200] },
1712
1497
  () => ListDNSViewsInput,
1713
1498
  () => ListDNSViewsOutput,
1714
1499
  ];
@@ -1716,9 +1501,7 @@ var ListFirewallDomainLists = [
1716
1501
  9,
1717
1502
  n0,
1718
1503
  _LFDL,
1719
- {
1720
- [_h]: ["GET", "/firewall-domain-lists", 200],
1721
- },
1504
+ { [_h]: ["GET", "/firewall-domain-lists", 200] },
1722
1505
  () => ListFirewallDomainListsInput,
1723
1506
  () => ListFirewallDomainListsOutput,
1724
1507
  ];
@@ -1726,9 +1509,7 @@ var ListFirewallDomains = [
1726
1509
  9,
1727
1510
  n0,
1728
1511
  _LFD,
1729
- {
1730
- [_h]: ["GET", "/firewall-domain-lists/{firewallDomainListId}/domains", 200],
1731
- },
1512
+ { [_h]: ["GET", "/firewall-domain-lists/{firewallDomainListId}/domains", 200] },
1732
1513
  () => ListFirewallDomainsInput,
1733
1514
  () => ListFirewallDomainsOutput,
1734
1515
  ];
@@ -1736,9 +1517,7 @@ var ListFirewallRules = [
1736
1517
  9,
1737
1518
  n0,
1738
1519
  _LFR,
1739
- {
1740
- [_h]: ["GET", "/firewall-rules", 200],
1741
- },
1520
+ { [_h]: ["GET", "/firewall-rules", 200] },
1742
1521
  () => ListFirewallRulesInput,
1743
1522
  () => ListFirewallRulesOutput,
1744
1523
  ];
@@ -1746,9 +1525,7 @@ var ListGlobalResolvers = [
1746
1525
  9,
1747
1526
  n0,
1748
1527
  _LGR,
1749
- {
1750
- [_h]: ["GET", "/global-resolver", 200],
1751
- },
1528
+ { [_h]: ["GET", "/global-resolver", 200] },
1752
1529
  () => ListGlobalResolversInput,
1753
1530
  () => ListGlobalResolversOutput,
1754
1531
  ];
@@ -1756,9 +1533,7 @@ var ListHostedZoneAssociations = [
1756
1533
  9,
1757
1534
  n0,
1758
1535
  _LHZA,
1759
- {
1760
- [_h]: ["GET", "/hosted-zone-associations/resource-arn/{resourceArn+}", 200],
1761
- },
1536
+ { [_h]: ["GET", "/hosted-zone-associations/resource-arn/{resourceArn+}", 200] },
1762
1537
  () => ListHostedZoneAssociationsInput,
1763
1538
  () => ListHostedZoneAssociationsOutput,
1764
1539
  ];
@@ -1766,9 +1541,7 @@ var ListManagedFirewallDomainLists = [
1766
1541
  9,
1767
1542
  n0,
1768
1543
  _LMFDL,
1769
- {
1770
- [_h]: ["GET", "/list-managed-firewall-domain-lists/{managedFirewallDomainListType}", 200],
1771
- },
1544
+ { [_h]: ["GET", "/list-managed-firewall-domain-lists/{managedFirewallDomainListType}", 200] },
1772
1545
  () => ListManagedFirewallDomainListsInput,
1773
1546
  () => ListManagedFirewallDomainListsOutput,
1774
1547
  ];
@@ -1776,9 +1549,7 @@ var ListTagsForResource = [
1776
1549
  9,
1777
1550
  n0,
1778
1551
  _LTFR,
1779
- {
1780
- [_h]: ["POST", "/get-all-tags", 200],
1781
- },
1552
+ { [_h]: ["POST", "/get-all-tags", 200] },
1782
1553
  () => ListTagsForResourceRequest,
1783
1554
  () => ListTagsForResourceResponse,
1784
1555
  ];
@@ -1786,9 +1557,7 @@ var TagResource = [
1786
1557
  9,
1787
1558
  n0,
1788
1559
  _TR,
1789
- {
1790
- [_h]: ["POST", "/tag-resource", 200],
1791
- },
1560
+ { [_h]: ["POST", "/tag-resource", 200] },
1792
1561
  () => TagResourceRequest,
1793
1562
  () => TagResourceResponse,
1794
1563
  ];
@@ -1796,9 +1565,7 @@ var UntagResource = [
1796
1565
  9,
1797
1566
  n0,
1798
1567
  _UR,
1799
- {
1800
- [_h]: ["POST", "/untag-resource", 200],
1801
- },
1568
+ { [_h]: ["POST", "/untag-resource", 200] },
1802
1569
  () => UntagResourceRequest,
1803
1570
  () => UntagResourceResponse,
1804
1571
  ];
@@ -1806,9 +1573,7 @@ var UpdateAccessSource = [
1806
1573
  9,
1807
1574
  n0,
1808
1575
  _UAS,
1809
- {
1810
- [_h]: ["PATCH", "/access-sources/{accessSourceId}", 200],
1811
- },
1576
+ { [_h]: ["PATCH", "/access-sources/{accessSourceId}", 200] },
1812
1577
  () => UpdateAccessSourceInput,
1813
1578
  () => UpdateAccessSourceOutput,
1814
1579
  ];
@@ -1816,9 +1581,7 @@ var UpdateAccessToken = [
1816
1581
  9,
1817
1582
  n0,
1818
1583
  _UAT,
1819
- {
1820
- [_h]: ["PATCH", "/tokens/{accessTokenId}", 200],
1821
- },
1584
+ { [_h]: ["PATCH", "/tokens/{accessTokenId}", 200] },
1822
1585
  () => UpdateAccessTokenInput,
1823
1586
  () => UpdateAccessTokenOutput,
1824
1587
  ];
@@ -1826,9 +1589,7 @@ var UpdateDNSView = [
1826
1589
  9,
1827
1590
  n0,
1828
1591
  _UDNSV,
1829
- {
1830
- [_h]: ["PATCH", "/dns-views/{dnsViewId}", 200],
1831
- },
1592
+ { [_h]: ["PATCH", "/dns-views/{dnsViewId}", 200] },
1832
1593
  () => UpdateDNSViewInput,
1833
1594
  () => UpdateDNSViewOutput,
1834
1595
  ];
@@ -1836,9 +1597,7 @@ var UpdateFirewallDomains = [
1836
1597
  9,
1837
1598
  n0,
1838
1599
  _UFD,
1839
- {
1840
- [_h]: ["PATCH", "/firewall-domain-lists/{firewallDomainListId}/domains", 200],
1841
- },
1600
+ { [_h]: ["PATCH", "/firewall-domain-lists/{firewallDomainListId}/domains", 200] },
1842
1601
  () => UpdateFirewallDomainsInput,
1843
1602
  () => UpdateFirewallDomainsOutput,
1844
1603
  ];
@@ -1846,9 +1605,7 @@ var UpdateFirewallRule = [
1846
1605
  9,
1847
1606
  n0,
1848
1607
  _UFR,
1849
- {
1850
- [_h]: ["PATCH", "/firewall-rules/{firewallRuleId}", 200],
1851
- },
1608
+ { [_h]: ["PATCH", "/firewall-rules/{firewallRuleId}", 200] },
1852
1609
  () => UpdateFirewallRuleInput,
1853
1610
  () => UpdateFirewallRuleOutput,
1854
1611
  ];
@@ -1856,9 +1613,7 @@ var UpdateGlobalResolver = [
1856
1613
  9,
1857
1614
  n0,
1858
1615
  _UGR,
1859
- {
1860
- [_h]: ["PATCH", "/global-resolver/{globalResolverId}", 200],
1861
- },
1616
+ { [_h]: ["PATCH", "/global-resolver/{globalResolverId}", 200] },
1862
1617
  () => UpdateGlobalResolverInput,
1863
1618
  () => UpdateGlobalResolverOutput,
1864
1619
  ];
@@ -1866,9 +1621,7 @@ var UpdateHostedZoneAssociation = [
1866
1621
  9,
1867
1622
  n0,
1868
1623
  _UHZA,
1869
- {
1870
- [_h]: ["PATCH", "/hosted-zone-associations/{hostedZoneAssociationId}", 200],
1871
- },
1624
+ { [_h]: ["PATCH", "/hosted-zone-associations/{hostedZoneAssociationId}", 200] },
1872
1625
  () => UpdateHostedZoneAssociationInput,
1873
1626
  () => UpdateHostedZoneAssociationOutput,
1874
1627
  ];