@aws-sdk/client-license-manager 3.987.0 → 3.989.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.
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultLicenseManagerHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
+ import { errorTypeRegistries } from "./schemas/schemas_0";
9
10
  export const getRuntimeConfig = (config) => {
10
11
  return {
11
12
  apiVersion: "2018-08-01",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsJson1_1Protocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.licensemanager",
30
+ errorTypeRegistries,
29
31
  xmlNamespace: "https://license-manager.amazonaws.com/doc/2018_08_01",
30
32
  version: "2018-08-01",
31
33
  serviceTarget: "AWSLicenseManager",
@@ -194,7 +194,7 @@ const _IT = "InstanceType";
194
194
  const _K = "Key";
195
195
  const _KF = "KeyFingerprint";
196
196
  const _KTM = "KeyToMatch";
197
- const _L = "License";
197
+ const _L = "Location";
198
198
  const _LA = "LicenseArn";
199
199
  const _LADT = "LatestAssetDiscoveryTime";
200
200
  const _LAFLAG = "ListAssetsForLicenseAssetGroup";
@@ -316,8 +316,8 @@ const _LUE = "LicenseUsageException";
316
316
  const _LUFLC = "ListUsageForLicenseConfiguration";
317
317
  const _LUFLCR = "ListUsageForLicenseConfigurationRequest";
318
318
  const _LUFLCRi = "ListUsageForLicenseConfigurationResponse";
319
- const _Li = "Licenses";
320
- const _Lo = "Location";
319
+ const _Li = "License";
320
+ const _Lic = "Licenses";
321
321
  const _M = "Message";
322
322
  const _MC = "MaxCount";
323
323
  const _ML = "MetadataList";
@@ -473,14 +473,124 @@ const _lCA = "licenseConfigurationArns";
473
473
  const _p = "period";
474
474
  const _rED = "reportEndDate";
475
475
  const _rSD = "reportStartDate";
476
- const _s = "server";
477
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.licensemanager";
476
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.licensemanager";
477
+ const _se = "server";
478
478
  const _v = "value";
479
479
  const _xN = "xmlName";
480
480
  const n0 = "com.amazonaws.licensemanager";
481
481
  import { TypeRegistry } from "@smithy/core/schema";
482
482
  import { AccessDeniedException, AuthorizationException, ConflictException, EntitlementNotAllowedException, FailedDependencyException, FilterLimitExceededException, InvalidParameterValueException, InvalidResourceStateException, LicenseUsageException, NoEntitlementsAllowedException, RateLimitExceededException, RedirectException, ResourceLimitExceededException, ResourceNotFoundException, ServerInternalException, UnsupportedDigitalSignatureMethodException, ValidationException, } from "../models/errors";
483
483
  import { LicenseManagerServiceException } from "../models/LicenseManagerServiceException";
484
+ const _s_registry = TypeRegistry.for(_s);
485
+ export var LicenseManagerServiceException$ = [-3, _s, "LicenseManagerServiceException", 0, [], []];
486
+ _s_registry.registerError(LicenseManagerServiceException$, LicenseManagerServiceException);
487
+ const n0_registry = TypeRegistry.for(n0);
488
+ export var AccessDeniedException$ = [-3, n0, _ADE,
489
+ { [_aQE]: [`ServiceAccessDenied`, 401], [_e]: _c, [_hE]: 401 },
490
+ [_M],
491
+ [0]
492
+ ];
493
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
494
+ export var AuthorizationException$ = [-3, n0, _AE,
495
+ { [_aQE]: [`AuthorizationFailure`, 403], [_e]: _c, [_hE]: 403 },
496
+ [_M],
497
+ [0]
498
+ ];
499
+ n0_registry.registerError(AuthorizationException$, AuthorizationException);
500
+ export var ConflictException$ = [-3, n0, _CE,
501
+ { [_aQE]: [`ConflictException`, 409], [_e]: _c, [_hE]: 409 },
502
+ [_M],
503
+ [0]
504
+ ];
505
+ n0_registry.registerError(ConflictException$, ConflictException);
506
+ export var EntitlementNotAllowedException$ = [-3, n0, _ENAE,
507
+ { [_e]: _c, [_hE]: 400 },
508
+ [_M],
509
+ [0]
510
+ ];
511
+ n0_registry.registerError(EntitlementNotAllowedException$, EntitlementNotAllowedException);
512
+ export var FailedDependencyException$ = [-3, n0, _FDE,
513
+ { [_aQE]: [`FailedDependency`, 424], [_e]: _c, [_hE]: 424 },
514
+ [_M, _EC],
515
+ [0, 0]
516
+ ];
517
+ n0_registry.registerError(FailedDependencyException$, FailedDependencyException);
518
+ export var FilterLimitExceededException$ = [-3, n0, _FLEE,
519
+ { [_aQE]: [`FilterLimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
520
+ [_M],
521
+ [0]
522
+ ];
523
+ n0_registry.registerError(FilterLimitExceededException$, FilterLimitExceededException);
524
+ export var InvalidParameterValueException$ = [-3, n0, _IPVE,
525
+ { [_aQE]: [`InvalidParameterValueProvided`, 400], [_e]: _c, [_hE]: 400 },
526
+ [_M],
527
+ [0]
528
+ ];
529
+ n0_registry.registerError(InvalidParameterValueException$, InvalidParameterValueException);
530
+ export var InvalidResourceStateException$ = [-3, n0, _IRSE,
531
+ { [_aQE]: [`InvalidResourceState`, 400], [_e]: _c, [_hE]: 400 },
532
+ [_M],
533
+ [0]
534
+ ];
535
+ n0_registry.registerError(InvalidResourceStateException$, InvalidResourceStateException);
536
+ export var LicenseUsageException$ = [-3, n0, _LUE,
537
+ { [_aQE]: [`LicenseUsageFailure`, 412], [_e]: _c, [_hE]: 412 },
538
+ [_M],
539
+ [0]
540
+ ];
541
+ n0_registry.registerError(LicenseUsageException$, LicenseUsageException);
542
+ export var NoEntitlementsAllowedException$ = [-3, n0, _NEAE,
543
+ { [_e]: _c, [_hE]: 400 },
544
+ [_M],
545
+ [0]
546
+ ];
547
+ n0_registry.registerError(NoEntitlementsAllowedException$, NoEntitlementsAllowedException);
548
+ export var RateLimitExceededException$ = [-3, n0, _RLEE,
549
+ { [_aQE]: [`RateLimitExceeded`, 429], [_e]: _c, [_hE]: 429 },
550
+ [_M],
551
+ [0]
552
+ ];
553
+ n0_registry.registerError(RateLimitExceededException$, RateLimitExceededException);
554
+ export var RedirectException$ = [-3, n0, _RE,
555
+ { [_e]: _c, [_hE]: 308 },
556
+ [_L, _M],
557
+ [[0, { [_hH]: _L }], 0]
558
+ ];
559
+ n0_registry.registerError(RedirectException$, RedirectException);
560
+ export var ResourceLimitExceededException$ = [-3, n0, _RLEEe,
561
+ { [_aQE]: [`ResourceLimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
562
+ [_M],
563
+ [0]
564
+ ];
565
+ n0_registry.registerError(ResourceLimitExceededException$, ResourceLimitExceededException);
566
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
567
+ { [_aQE]: [`InvalidResource.NotFound`, 400], [_e]: _c, [_hE]: 400 },
568
+ [_M],
569
+ [0]
570
+ ];
571
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
572
+ export var ServerInternalException$ = [-3, n0, _SIE,
573
+ { [_aQE]: [`InternalError`, 500], [_e]: _se, [_hE]: 500 },
574
+ [_M],
575
+ [0]
576
+ ];
577
+ n0_registry.registerError(ServerInternalException$, ServerInternalException);
578
+ export var UnsupportedDigitalSignatureMethodException$ = [-3, n0, _UDSME,
579
+ { [_e]: _c, [_hE]: 400 },
580
+ [_M],
581
+ [0]
582
+ ];
583
+ n0_registry.registerError(UnsupportedDigitalSignatureMethodException$, UnsupportedDigitalSignatureMethodException);
584
+ export var ValidationException$ = [-3, n0, _VE,
585
+ { [_e]: _c, [_hE]: 400 },
586
+ [_M],
587
+ [0]
588
+ ];
589
+ n0_registry.registerError(ValidationException$, ValidationException);
590
+ export const errorTypeRegistries = [
591
+ _s_registry,
592
+ n0_registry,
593
+ ];
484
594
  export var AcceptGrantRequest$ = [3, n0, _AGR,
485
595
  0,
486
596
  [_GA],
@@ -491,12 +601,6 @@ export var AcceptGrantResponse$ = [3, n0, _AGRc,
491
601
  [_GA, _S, _V],
492
602
  [0, 0, 0]
493
603
  ];
494
- export var AccessDeniedException$ = [-3, n0, _ADE,
495
- { [_aQE]: [`ServiceAccessDenied`, 401], [_e]: _c, [_hE]: 401 },
496
- [_M],
497
- [0]
498
- ];
499
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
500
604
  export var AndRuleStatement$ = [3, n0, _ARS,
501
605
  0,
502
606
  [_MRS, _SRS],
@@ -507,12 +611,6 @@ export var Asset$ = [3, n0, _A,
507
611
  [_AA, _LADT],
508
612
  [0, 4]
509
613
  ];
510
- export var AuthorizationException$ = [-3, n0, _AE,
511
- { [_aQE]: [`AuthorizationFailure`, 403], [_e]: _c, [_hE]: 403 },
512
- [_M],
513
- [0]
514
- ];
515
- TypeRegistry.for(n0).registerError(AuthorizationException$, AuthorizationException);
516
614
  export var AutomatedDiscoveryInformation$ = [3, n0, _ADI,
517
615
  0,
518
616
  [_LRT],
@@ -553,12 +651,6 @@ export var CheckoutLicenseResponse$ = [3, n0, _CLRh,
553
651
  [_CTh, _LCT, _EA, _ST, _NI, _IA, _Ex, _LA],
554
652
  [0, 0, () => EntitlementDataList, 0, 0, 0, 0, 0]
555
653
  ];
556
- export var ConflictException$ = [-3, n0, _CE,
557
- { [_aQE]: [`ConflictException`, 409], [_e]: _c, [_hE]: 409 },
558
- [_M],
559
- [0]
560
- ];
561
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
562
654
  export var ConsumedLicenseSummary$ = [3, n0, _CLS,
563
655
  0,
564
656
  [_RT, _CL],
@@ -764,12 +856,6 @@ export var EntitlementData$ = [3, n0, _ED,
764
856
  [_N, _U, _Val],
765
857
  [0, 0, 0], 2
766
858
  ];
767
- export var EntitlementNotAllowedException$ = [-3, n0, _ENAE,
768
- { [_e]: _c, [_hE]: 400 },
769
- [_M],
770
- [0]
771
- ];
772
- TypeRegistry.for(n0).registerError(EntitlementNotAllowedException$, EntitlementNotAllowedException);
773
859
  export var EntitlementUsage$ = [3, n0, _EU,
774
860
  0,
775
861
  [_N, _CV, _U, _MC],
@@ -785,23 +871,11 @@ export var ExtendLicenseConsumptionResponse$ = [3, n0, _ELCRx,
785
871
  [_LCT, _Ex],
786
872
  [0, 0]
787
873
  ];
788
- export var FailedDependencyException$ = [-3, n0, _FDE,
789
- { [_aQE]: [`FailedDependency`, 424], [_e]: _c, [_hE]: 424 },
790
- [_M, _EC],
791
- [0, 0]
792
- ];
793
- TypeRegistry.for(n0).registerError(FailedDependencyException$, FailedDependencyException);
794
874
  export var Filter$ = [3, n0, _F,
795
875
  0,
796
876
  [_N, _Valu],
797
877
  [0, [() => FilterValues, 0]]
798
878
  ];
799
- export var FilterLimitExceededException$ = [-3, n0, _FLEE,
800
- { [_aQE]: [`FilterLimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
801
- [_M],
802
- [0]
803
- ];
804
- TypeRegistry.for(n0).registerError(FilterLimitExceededException$, FilterLimitExceededException);
805
879
  export var GetAccessTokenRequest$ = [3, n0, _GATR,
806
880
  0,
807
881
  [_To, _TP],
@@ -879,7 +953,7 @@ export var GetLicenseRequest$ = [3, n0, _GLR,
879
953
  ];
880
954
  export var GetLicenseResponse$ = [3, n0, _GLRe,
881
955
  0,
882
- [_L],
956
+ [_Li],
883
957
  [() => License$]
884
958
  ];
885
959
  export var GetLicenseUsageRequest$ = [3, n0, _GLUR,
@@ -917,18 +991,6 @@ export var InstanceRuleStatement$ = [3, n0, _IRS,
917
991
  [_ARS, _ORS, _MRSa, _SRSc],
918
992
  [() => AndRuleStatement$, () => OrRuleStatement$, () => MatchingRuleStatement$, () => ScriptRuleStatement$]
919
993
  ];
920
- export var InvalidParameterValueException$ = [-3, n0, _IPVE,
921
- { [_aQE]: [`InvalidParameterValueProvided`, 400], [_e]: _c, [_hE]: 400 },
922
- [_M],
923
- [0]
924
- ];
925
- TypeRegistry.for(n0).registerError(InvalidParameterValueException$, InvalidParameterValueException);
926
- export var InvalidResourceStateException$ = [-3, n0, _IRSE,
927
- { [_aQE]: [`InvalidResourceState`, 400], [_e]: _c, [_hE]: 400 },
928
- [_M],
929
- [0]
930
- ];
931
- TypeRegistry.for(n0).registerError(InvalidResourceStateException$, InvalidResourceStateException);
932
994
  export var InventoryFilter$ = [3, n0, _IF,
933
995
  0,
934
996
  [_N, _C, _Val],
@@ -944,7 +1006,7 @@ export var IssuerDetails$ = [3, n0, _ID,
944
1006
  [_N, _SK, _KF],
945
1007
  [0, 0, 0]
946
1008
  ];
947
- export var License$ = [3, n0, _L,
1009
+ export var License$ = [3, n0, _Li,
948
1010
  0,
949
1011
  [_LA, _LN, _PN, _PSKU, _I, _HR, _S, _Va, _B, _E, _CC, _LM, _CTr, _V],
950
1012
  [0, 0, 0, 0, () => IssuerDetails$, 0, 0, () => DatetimeRange$, 0, () => EntitlementList, () => ConsumptionConfiguration$, () => MetadataList, 0, 0]
@@ -1024,12 +1086,6 @@ export var LicenseUsage$ = [3, n0, _LU,
1024
1086
  [_EUn],
1025
1087
  [() => EntitlementUsageList]
1026
1088
  ];
1027
- export var LicenseUsageException$ = [-3, n0, _LUE,
1028
- { [_aQE]: [`LicenseUsageFailure`, 412], [_e]: _c, [_hE]: 412 },
1029
- [_M],
1030
- [0]
1031
- ];
1032
- TypeRegistry.for(n0).registerError(LicenseUsageException$, LicenseUsageException);
1033
1089
  export var ListAssetsForLicenseAssetGroupRequest$ = [3, n0, _LAFLAGR,
1034
1090
  0,
1035
1091
  [_LAGA, _ATss, _MR, _NT],
@@ -1147,7 +1203,7 @@ export var ListLicensesRequest$ = [3, n0, _LLR,
1147
1203
  ];
1148
1204
  export var ListLicensesResponse$ = [3, n0, _LLRi,
1149
1205
  0,
1150
- [_Li, _NT],
1206
+ [_Lic, _NT],
1151
1207
  [() => LicenseList, 0]
1152
1208
  ];
1153
1209
  export var ListLicenseVersionsRequest$ = [3, n0, _LLVR,
@@ -1157,7 +1213,7 @@ export var ListLicenseVersionsRequest$ = [3, n0, _LLVR,
1157
1213
  ];
1158
1214
  export var ListLicenseVersionsResponse$ = [3, n0, _LLVRi,
1159
1215
  0,
1160
- [_Li, _NT],
1216
+ [_Lic, _NT],
1161
1217
  [() => LicenseList, 0]
1162
1218
  ];
1163
1219
  export var ListReceivedGrantsForOrganizationRequest$ = [3, n0, _LRGFOR,
@@ -1187,7 +1243,7 @@ export var ListReceivedLicensesForOrganizationRequest$ = [3, n0, _LRLFOR,
1187
1243
  ];
1188
1244
  export var ListReceivedLicensesForOrganizationResponse$ = [3, n0, _LRLFORi,
1189
1245
  0,
1190
- [_Li, _NT],
1246
+ [_Lic, _NT],
1191
1247
  [() => GrantedLicenseList, 0]
1192
1248
  ];
1193
1249
  export var ListReceivedLicensesRequest$ = [3, n0, _LRLR,
@@ -1197,7 +1253,7 @@ export var ListReceivedLicensesRequest$ = [3, n0, _LRLR,
1197
1253
  ];
1198
1254
  export var ListReceivedLicensesResponse$ = [3, n0, _LRLRi,
1199
1255
  0,
1200
- [_Li, _NT],
1256
+ [_Lic, _NT],
1201
1257
  [() => GrantedLicenseList, 0]
1202
1258
  ];
1203
1259
  export var ListResourceInventoryRequest$ = [3, n0, _LRIR,
@@ -1255,12 +1311,6 @@ export var Metadata$ = [3, n0, _Me,
1255
1311
  [_N, _Val],
1256
1312
  [0, 0]
1257
1313
  ];
1258
- export var NoEntitlementsAllowedException$ = [-3, n0, _NEAE,
1259
- { [_e]: _c, [_hE]: 400 },
1260
- [_M],
1261
- [0]
1262
- ];
1263
- TypeRegistry.for(n0).registerError(NoEntitlementsAllowedException$, NoEntitlementsAllowedException);
1264
1314
  export var Options$ = [3, n0, _O,
1265
1315
  0,
1266
1316
  [_AOB],
@@ -1296,23 +1346,11 @@ export var ProvisionalConfiguration$ = [3, n0, _PC,
1296
1346
  [_MTTLIM],
1297
1347
  [1], 1
1298
1348
  ];
1299
- export var RateLimitExceededException$ = [-3, n0, _RLEE,
1300
- { [_aQE]: [`RateLimitExceeded`, 429], [_e]: _c, [_hE]: 429 },
1301
- [_M],
1302
- [0]
1303
- ];
1304
- TypeRegistry.for(n0).registerError(RateLimitExceededException$, RateLimitExceededException);
1305
1349
  export var ReceivedMetadata$ = [3, n0, _RM,
1306
1350
  0,
1307
1351
  [_RSec, _RSR, _AO],
1308
1352
  [0, 0, 64 | 0]
1309
1353
  ];
1310
- export var RedirectException$ = [-3, n0, _RE,
1311
- { [_e]: _c, [_hE]: 308 },
1312
- [_Lo, _M],
1313
- [[0, { [_hH]: _Lo }], 0]
1314
- ];
1315
- TypeRegistry.for(n0).registerError(RedirectException$, RedirectException);
1316
1354
  export var RegionStatus$ = [3, n0, _RSeg,
1317
1355
  0,
1318
1356
  [_S],
@@ -1348,18 +1386,6 @@ export var ResourceInventory$ = [3, n0, _RI,
1348
1386
  [_RIe, _RT, _RA, _Pl, _PV, _ROAI, _MPC, _UO, _AI, _HI, _Re, _IT],
1349
1387
  [0, 0, 0, 0, 0, 0, 64 | 0, 0, 0, 0, 0, 0]
1350
1388
  ];
1351
- export var ResourceLimitExceededException$ = [-3, n0, _RLEEe,
1352
- { [_aQE]: [`ResourceLimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
1353
- [_M],
1354
- [0]
1355
- ];
1356
- TypeRegistry.for(n0).registerError(ResourceLimitExceededException$, ResourceLimitExceededException);
1357
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
1358
- { [_aQE]: [`InvalidResource.NotFound`, 400], [_e]: _c, [_hE]: 400 },
1359
- [_M],
1360
- [0]
1361
- ];
1362
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1363
1389
  export var RuleStatement$ = [3, n0, _RS,
1364
1390
  0,
1365
1391
  [_LCRS, _LRS, _IRS],
@@ -1375,12 +1401,6 @@ export var ScriptRuleStatement$ = [3, n0, _SRSc,
1375
1401
  [_KTM, _Sc],
1376
1402
  [0, 0], 2
1377
1403
  ];
1378
- export var ServerInternalException$ = [-3, n0, _SIE,
1379
- { [_aQE]: [`InternalError`, 500], [_e]: _s, [_hE]: 500 },
1380
- [_M],
1381
- [0]
1382
- ];
1383
- TypeRegistry.for(n0).registerError(ServerInternalException$, ServerInternalException);
1384
1404
  export var ServiceStatus$ = [3, n0, _SS,
1385
1405
  0,
1386
1406
  [_CAD, _CRD],
@@ -1406,12 +1426,6 @@ export var TokenData$ = [3, n0, _TD,
1406
1426
  [_TI, _TT, _LA, _ETx, _TP, _RAo, _S],
1407
1427
  [0, 0, 0, 0, 64 | 0, 64 | 0, 0]
1408
1428
  ];
1409
- export var UnsupportedDigitalSignatureMethodException$ = [-3, n0, _UDSME,
1410
- { [_e]: _c, [_hE]: 400 },
1411
- [_M],
1412
- [0]
1413
- ];
1414
- TypeRegistry.for(n0).registerError(UnsupportedDigitalSignatureMethodException$, UnsupportedDigitalSignatureMethodException);
1415
1429
  export var UntagResourceRequest$ = [3, n0, _URR,
1416
1430
  0,
1417
1431
  [_RA, _TK],
@@ -1482,14 +1496,6 @@ export var UpdateServiceSettingsResponse$ = [3, n0, _USSRp,
1482
1496
  [],
1483
1497
  []
1484
1498
  ];
1485
- export var ValidationException$ = [-3, n0, _VE,
1486
- { [_e]: _c, [_hE]: 400 },
1487
- [_M],
1488
- [0]
1489
- ];
1490
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1491
- export var LicenseManagerServiceException$ = [-3, _sm, "LicenseManagerServiceException", 0, [], []];
1492
- TypeRegistry.for(_sm).registerError(LicenseManagerServiceException$, LicenseManagerServiceException);
1493
1499
  var AllowedOperationList = 64 | 0;
1494
1500
  var ArnList = 64 | 0;
1495
1501
  var AssetList = [1, n0, _AL,
@@ -1,10 +1,33 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var LicenseManagerServiceException$: StaticErrorSchema;
4
+ export declare var AccessDeniedException$: StaticErrorSchema;
5
+ export declare var AuthorizationException$: StaticErrorSchema;
6
+ export declare var ConflictException$: StaticErrorSchema;
7
+ export declare var EntitlementNotAllowedException$: StaticErrorSchema;
8
+ export declare var FailedDependencyException$: StaticErrorSchema;
9
+ export declare var FilterLimitExceededException$: StaticErrorSchema;
10
+ export declare var InvalidParameterValueException$: StaticErrorSchema;
11
+ export declare var InvalidResourceStateException$: StaticErrorSchema;
12
+ export declare var LicenseUsageException$: StaticErrorSchema;
13
+ export declare var NoEntitlementsAllowedException$: StaticErrorSchema;
14
+ export declare var RateLimitExceededException$: StaticErrorSchema;
15
+ export declare var RedirectException$: StaticErrorSchema;
16
+ export declare var ResourceLimitExceededException$: StaticErrorSchema;
17
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
18
+ export declare var ServerInternalException$: StaticErrorSchema;
19
+ export declare var UnsupportedDigitalSignatureMethodException$: StaticErrorSchema;
20
+ export declare var ValidationException$: StaticErrorSchema;
21
+ /**
22
+ * TypeRegistry instances containing modeled errors.
23
+ * @internal
24
+ *
25
+ */
26
+ export declare const errorTypeRegistries: TypeRegistry[];
2
27
  export declare var AcceptGrantRequest$: StaticStructureSchema;
3
28
  export declare var AcceptGrantResponse$: StaticStructureSchema;
4
- export declare var AccessDeniedException$: StaticErrorSchema;
5
29
  export declare var AndRuleStatement$: StaticStructureSchema;
6
30
  export declare var Asset$: StaticStructureSchema;
7
- export declare var AuthorizationException$: StaticErrorSchema;
8
31
  export declare var AutomatedDiscoveryInformation$: StaticStructureSchema;
9
32
  export declare var BorrowConfiguration$: StaticStructureSchema;
10
33
  export declare var CheckInLicenseRequest$: StaticStructureSchema;
@@ -13,7 +36,6 @@ export declare var CheckoutBorrowLicenseRequest$: StaticStructureSchema;
13
36
  export declare var CheckoutBorrowLicenseResponse$: StaticStructureSchema;
14
37
  export declare var CheckoutLicenseRequest$: StaticStructureSchema;
15
38
  export declare var CheckoutLicenseResponse$: StaticStructureSchema;
16
- export declare var ConflictException$: StaticErrorSchema;
17
39
  export declare var ConsumedLicenseSummary$: StaticStructureSchema;
18
40
  export declare var ConsumptionConfiguration$: StaticStructureSchema;
19
41
  export declare var CreateGrantRequest$: StaticStructureSchema;
@@ -55,13 +77,10 @@ export declare var DeleteTokenRequest$: StaticStructureSchema;
55
77
  export declare var DeleteTokenResponse$: StaticStructureSchema;
56
78
  export declare var Entitlement$: StaticStructureSchema;
57
79
  export declare var EntitlementData$: StaticStructureSchema;
58
- export declare var EntitlementNotAllowedException$: StaticErrorSchema;
59
80
  export declare var EntitlementUsage$: StaticStructureSchema;
60
81
  export declare var ExtendLicenseConsumptionRequest$: StaticStructureSchema;
61
82
  export declare var ExtendLicenseConsumptionResponse$: StaticStructureSchema;
62
- export declare var FailedDependencyException$: StaticErrorSchema;
63
83
  export declare var Filter$: StaticStructureSchema;
64
- export declare var FilterLimitExceededException$: StaticErrorSchema;
65
84
  export declare var GetAccessTokenRequest$: StaticStructureSchema;
66
85
  export declare var GetAccessTokenResponse$: StaticStructureSchema;
67
86
  export declare var GetGrantRequest$: StaticStructureSchema;
@@ -85,8 +104,6 @@ export declare var GetServiceSettingsResponse$: StaticStructureSchema;
85
104
  export declare var Grant$: StaticStructureSchema;
86
105
  export declare var GrantedLicense$: StaticStructureSchema;
87
106
  export declare var InstanceRuleStatement$: StaticStructureSchema;
88
- export declare var InvalidParameterValueException$: StaticErrorSchema;
89
- export declare var InvalidResourceStateException$: StaticErrorSchema;
90
107
  export declare var InventoryFilter$: StaticStructureSchema;
91
108
  export declare var Issuer$: StaticStructureSchema;
92
109
  export declare var IssuerDetails$: StaticStructureSchema;
@@ -106,7 +123,6 @@ export declare var LicenseOperationFailure$: StaticStructureSchema;
106
123
  export declare var LicenseRuleStatement$: StaticStructureSchema;
107
124
  export declare var LicenseSpecification$: StaticStructureSchema;
108
125
  export declare var LicenseUsage$: StaticStructureSchema;
109
- export declare var LicenseUsageException$: StaticErrorSchema;
110
126
  export declare var ListAssetsForLicenseAssetGroupRequest$: StaticStructureSchema;
111
127
  export declare var ListAssetsForLicenseAssetGroupResponse$: StaticStructureSchema;
112
128
  export declare var ListAssociationsForLicenseConfigurationRequest$: StaticStructureSchema;
@@ -152,7 +168,6 @@ export declare var ListUsageForLicenseConfigurationResponse$: StaticStructureSch
152
168
  export declare var ManagedResourceSummary$: StaticStructureSchema;
153
169
  export declare var MatchingRuleStatement$: StaticStructureSchema;
154
170
  export declare var Metadata$: StaticStructureSchema;
155
- export declare var NoEntitlementsAllowedException$: StaticErrorSchema;
156
171
  export declare var Options$: StaticStructureSchema;
157
172
  export declare var OrganizationConfiguration$: StaticStructureSchema;
158
173
  export declare var OrRuleStatement$: StaticStructureSchema;
@@ -160,9 +175,7 @@ export declare var ProductCodeListItem$: StaticStructureSchema;
160
175
  export declare var ProductInformation$: StaticStructureSchema;
161
176
  export declare var ProductInformationFilter$: StaticStructureSchema;
162
177
  export declare var ProvisionalConfiguration$: StaticStructureSchema;
163
- export declare var RateLimitExceededException$: StaticErrorSchema;
164
178
  export declare var ReceivedMetadata$: StaticStructureSchema;
165
- export declare var RedirectException$: StaticErrorSchema;
166
179
  export declare var RegionStatus$: StaticStructureSchema;
167
180
  export declare var RejectGrantRequest$: StaticStructureSchema;
168
181
  export declare var RejectGrantResponse$: StaticStructureSchema;
@@ -170,18 +183,14 @@ export declare var ReportContext$: StaticStructureSchema;
170
183
  export declare var ReportFrequency$: StaticStructureSchema;
171
184
  export declare var ReportGenerator$: StaticStructureSchema;
172
185
  export declare var ResourceInventory$: StaticStructureSchema;
173
- export declare var ResourceLimitExceededException$: StaticErrorSchema;
174
- export declare var ResourceNotFoundException$: StaticErrorSchema;
175
186
  export declare var RuleStatement$: StaticStructureSchema;
176
187
  export declare var S3Location$: StaticStructureSchema;
177
188
  export declare var ScriptRuleStatement$: StaticStructureSchema;
178
- export declare var ServerInternalException$: StaticErrorSchema;
179
189
  export declare var ServiceStatus$: StaticStructureSchema;
180
190
  export declare var Tag$: StaticStructureSchema;
181
191
  export declare var TagResourceRequest$: StaticStructureSchema;
182
192
  export declare var TagResourceResponse$: StaticStructureSchema;
183
193
  export declare var TokenData$: StaticStructureSchema;
184
- export declare var UnsupportedDigitalSignatureMethodException$: StaticErrorSchema;
185
194
  export declare var UntagResourceRequest$: StaticStructureSchema;
186
195
  export declare var UntagResourceResponse$: StaticStructureSchema;
187
196
  export declare var UpdateLicenseAssetGroupRequest$: StaticStructureSchema;
@@ -196,8 +205,6 @@ export declare var UpdateLicenseSpecificationsForResourceRequest$: StaticStructu
196
205
  export declare var UpdateLicenseSpecificationsForResourceResponse$: StaticStructureSchema;
197
206
  export declare var UpdateServiceSettingsRequest$: StaticStructureSchema;
198
207
  export declare var UpdateServiceSettingsResponse$: StaticStructureSchema;
199
- export declare var ValidationException$: StaticErrorSchema;
200
- export declare var LicenseManagerServiceException$: StaticErrorSchema;
201
208
  export declare var AcceptGrant$: StaticOperationSchema;
202
209
  export declare var CheckInLicense$: StaticOperationSchema;
203
210
  export declare var CheckoutBorrowLicense$: StaticOperationSchema;
@@ -1,14 +1,32 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  } from "@smithy/types";
7
+ export declare var LicenseManagerServiceException$: StaticErrorSchema;
8
+ export declare var AccessDeniedException$: StaticErrorSchema;
9
+ export declare var AuthorizationException$: StaticErrorSchema;
10
+ export declare var ConflictException$: StaticErrorSchema;
11
+ export declare var EntitlementNotAllowedException$: StaticErrorSchema;
12
+ export declare var FailedDependencyException$: StaticErrorSchema;
13
+ export declare var FilterLimitExceededException$: StaticErrorSchema;
14
+ export declare var InvalidParameterValueException$: StaticErrorSchema;
15
+ export declare var InvalidResourceStateException$: StaticErrorSchema;
16
+ export declare var LicenseUsageException$: StaticErrorSchema;
17
+ export declare var NoEntitlementsAllowedException$: StaticErrorSchema;
18
+ export declare var RateLimitExceededException$: StaticErrorSchema;
19
+ export declare var RedirectException$: StaticErrorSchema;
20
+ export declare var ResourceLimitExceededException$: StaticErrorSchema;
21
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
22
+ export declare var ServerInternalException$: StaticErrorSchema;
23
+ export declare var UnsupportedDigitalSignatureMethodException$: StaticErrorSchema;
24
+ export declare var ValidationException$: StaticErrorSchema;
25
+ export declare const errorTypeRegistries: TypeRegistry[];
6
26
  export declare var AcceptGrantRequest$: StaticStructureSchema;
7
27
  export declare var AcceptGrantResponse$: StaticStructureSchema;
8
- export declare var AccessDeniedException$: StaticErrorSchema;
9
28
  export declare var AndRuleStatement$: StaticStructureSchema;
10
29
  export declare var Asset$: StaticStructureSchema;
11
- export declare var AuthorizationException$: StaticErrorSchema;
12
30
  export declare var AutomatedDiscoveryInformation$: StaticStructureSchema;
13
31
  export declare var BorrowConfiguration$: StaticStructureSchema;
14
32
  export declare var CheckInLicenseRequest$: StaticStructureSchema;
@@ -17,7 +35,6 @@ export declare var CheckoutBorrowLicenseRequest$: StaticStructureSchema;
17
35
  export declare var CheckoutBorrowLicenseResponse$: StaticStructureSchema;
18
36
  export declare var CheckoutLicenseRequest$: StaticStructureSchema;
19
37
  export declare var CheckoutLicenseResponse$: StaticStructureSchema;
20
- export declare var ConflictException$: StaticErrorSchema;
21
38
  export declare var ConsumedLicenseSummary$: StaticStructureSchema;
22
39
  export declare var ConsumptionConfiguration$: StaticStructureSchema;
23
40
  export declare var CreateGrantRequest$: StaticStructureSchema;
@@ -59,13 +76,10 @@ export declare var DeleteTokenRequest$: StaticStructureSchema;
59
76
  export declare var DeleteTokenResponse$: StaticStructureSchema;
60
77
  export declare var Entitlement$: StaticStructureSchema;
61
78
  export declare var EntitlementData$: StaticStructureSchema;
62
- export declare var EntitlementNotAllowedException$: StaticErrorSchema;
63
79
  export declare var EntitlementUsage$: StaticStructureSchema;
64
80
  export declare var ExtendLicenseConsumptionRequest$: StaticStructureSchema;
65
81
  export declare var ExtendLicenseConsumptionResponse$: StaticStructureSchema;
66
- export declare var FailedDependencyException$: StaticErrorSchema;
67
82
  export declare var Filter$: StaticStructureSchema;
68
- export declare var FilterLimitExceededException$: StaticErrorSchema;
69
83
  export declare var GetAccessTokenRequest$: StaticStructureSchema;
70
84
  export declare var GetAccessTokenResponse$: StaticStructureSchema;
71
85
  export declare var GetGrantRequest$: StaticStructureSchema;
@@ -89,8 +103,6 @@ export declare var GetServiceSettingsResponse$: StaticStructureSchema;
89
103
  export declare var Grant$: StaticStructureSchema;
90
104
  export declare var GrantedLicense$: StaticStructureSchema;
91
105
  export declare var InstanceRuleStatement$: StaticStructureSchema;
92
- export declare var InvalidParameterValueException$: StaticErrorSchema;
93
- export declare var InvalidResourceStateException$: StaticErrorSchema;
94
106
  export declare var InventoryFilter$: StaticStructureSchema;
95
107
  export declare var Issuer$: StaticStructureSchema;
96
108
  export declare var IssuerDetails$: StaticStructureSchema;
@@ -110,7 +122,6 @@ export declare var LicenseOperationFailure$: StaticStructureSchema;
110
122
  export declare var LicenseRuleStatement$: StaticStructureSchema;
111
123
  export declare var LicenseSpecification$: StaticStructureSchema;
112
124
  export declare var LicenseUsage$: StaticStructureSchema;
113
- export declare var LicenseUsageException$: StaticErrorSchema;
114
125
  export declare var ListAssetsForLicenseAssetGroupRequest$: StaticStructureSchema;
115
126
  export declare var ListAssetsForLicenseAssetGroupResponse$: StaticStructureSchema;
116
127
  export declare var ListAssociationsForLicenseConfigurationRequest$: StaticStructureSchema;
@@ -156,7 +167,6 @@ export declare var ListUsageForLicenseConfigurationResponse$: StaticStructureSch
156
167
  export declare var ManagedResourceSummary$: StaticStructureSchema;
157
168
  export declare var MatchingRuleStatement$: StaticStructureSchema;
158
169
  export declare var Metadata$: StaticStructureSchema;
159
- export declare var NoEntitlementsAllowedException$: StaticErrorSchema;
160
170
  export declare var Options$: StaticStructureSchema;
161
171
  export declare var OrganizationConfiguration$: StaticStructureSchema;
162
172
  export declare var OrRuleStatement$: StaticStructureSchema;
@@ -164,9 +174,7 @@ export declare var ProductCodeListItem$: StaticStructureSchema;
164
174
  export declare var ProductInformation$: StaticStructureSchema;
165
175
  export declare var ProductInformationFilter$: StaticStructureSchema;
166
176
  export declare var ProvisionalConfiguration$: StaticStructureSchema;
167
- export declare var RateLimitExceededException$: StaticErrorSchema;
168
177
  export declare var ReceivedMetadata$: StaticStructureSchema;
169
- export declare var RedirectException$: StaticErrorSchema;
170
178
  export declare var RegionStatus$: StaticStructureSchema;
171
179
  export declare var RejectGrantRequest$: StaticStructureSchema;
172
180
  export declare var RejectGrantResponse$: StaticStructureSchema;
@@ -174,18 +182,14 @@ export declare var ReportContext$: StaticStructureSchema;
174
182
  export declare var ReportFrequency$: StaticStructureSchema;
175
183
  export declare var ReportGenerator$: StaticStructureSchema;
176
184
  export declare var ResourceInventory$: StaticStructureSchema;
177
- export declare var ResourceLimitExceededException$: StaticErrorSchema;
178
- export declare var ResourceNotFoundException$: StaticErrorSchema;
179
185
  export declare var RuleStatement$: StaticStructureSchema;
180
186
  export declare var S3Location$: StaticStructureSchema;
181
187
  export declare var ScriptRuleStatement$: StaticStructureSchema;
182
- export declare var ServerInternalException$: StaticErrorSchema;
183
188
  export declare var ServiceStatus$: StaticStructureSchema;
184
189
  export declare var Tag$: StaticStructureSchema;
185
190
  export declare var TagResourceRequest$: StaticStructureSchema;
186
191
  export declare var TagResourceResponse$: StaticStructureSchema;
187
192
  export declare var TokenData$: StaticStructureSchema;
188
- export declare var UnsupportedDigitalSignatureMethodException$: StaticErrorSchema;
189
193
  export declare var UntagResourceRequest$: StaticStructureSchema;
190
194
  export declare var UntagResourceResponse$: StaticStructureSchema;
191
195
  export declare var UpdateLicenseAssetGroupRequest$: StaticStructureSchema;
@@ -200,8 +204,6 @@ export declare var UpdateLicenseSpecificationsForResourceRequest$: StaticStructu
200
204
  export declare var UpdateLicenseSpecificationsForResourceResponse$: StaticStructureSchema;
201
205
  export declare var UpdateServiceSettingsRequest$: StaticStructureSchema;
202
206
  export declare var UpdateServiceSettingsResponse$: StaticStructureSchema;
203
- export declare var ValidationException$: StaticErrorSchema;
204
- export declare var LicenseManagerServiceException$: StaticErrorSchema;
205
207
  export declare var AcceptGrant$: StaticOperationSchema;
206
208
  export declare var CheckInLicense$: StaticOperationSchema;
207
209
  export declare var CheckoutBorrowLicense$: StaticOperationSchema;