@aws-sdk/client-license-manager 3.936.0 → 3.937.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 +96 -0
- package/dist-cjs/index.js +605 -21
- package/dist-es/LicenseManager.js +24 -0
- package/dist-es/commands/CreateLicenseAssetGroupCommand.js +16 -0
- package/dist-es/commands/CreateLicenseAssetRulesetCommand.js +16 -0
- package/dist-es/commands/DeleteLicenseAssetGroupCommand.js +16 -0
- package/dist-es/commands/DeleteLicenseAssetRulesetCommand.js +16 -0
- package/dist-es/commands/GetLicenseAssetGroupCommand.js +16 -0
- package/dist-es/commands/GetLicenseAssetRulesetCommand.js +16 -0
- package/dist-es/commands/ListAssetsForLicenseAssetGroupCommand.js +16 -0
- package/dist-es/commands/ListLicenseAssetGroupsCommand.js +16 -0
- package/dist-es/commands/ListLicenseAssetRulesetsCommand.js +16 -0
- package/dist-es/commands/ListLicenseConfigurationsForOrganizationCommand.js +16 -0
- package/dist-es/commands/UpdateLicenseAssetGroupCommand.js +16 -0
- package/dist-es/commands/UpdateLicenseAssetRulesetCommand.js +16 -0
- package/dist-es/commands/index.js +12 -0
- package/dist-es/models/enums.js +7 -0
- package/dist-es/schemas/schemas_0.js +430 -21
- package/dist-types/LicenseManager.d.ts +87 -0
- package/dist-types/LicenseManagerClient.d.ts +14 -2
- package/dist-types/commands/CreateLicenseAssetGroupCommand.d.ts +116 -0
- package/dist-types/commands/CreateLicenseAssetRulesetCommand.d.ts +206 -0
- package/dist-types/commands/CreateLicenseConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +8 -3
- package/dist-types/commands/DeleteLicenseAssetGroupCommand.d.ts +93 -0
- package/dist-types/commands/DeleteLicenseAssetRulesetCommand.d.ts +91 -0
- package/dist-types/commands/GetLicenseAssetGroupCommand.d.ts +115 -0
- package/dist-types/commands/GetLicenseAssetRulesetCommand.d.ts +202 -0
- package/dist-types/commands/GetLicenseConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetLicenseManagerReportGeneratorCommand.d.ts +8 -3
- package/dist-types/commands/GetServiceSettingsCommand.d.ts +16 -0
- package/dist-types/commands/ListAssetsForLicenseAssetGroupCommand.d.ts +102 -0
- package/dist-types/commands/ListLicenseAssetGroupsCommand.d.ts +127 -0
- package/dist-types/commands/ListLicenseAssetRulesetsCommand.d.ts +215 -0
- package/dist-types/commands/ListLicenseConfigurationsCommand.d.ts +1 -0
- package/dist-types/commands/ListLicenseConfigurationsForOrganizationCommand.d.ts +153 -0
- package/dist-types/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +8 -3
- package/dist-types/commands/ListResourceInventoryCommand.d.ts +8 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
- package/dist-types/commands/TagResourceCommand.d.ts +3 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -0
- package/dist-types/commands/UpdateLicenseAssetGroupCommand.d.ts +112 -0
- package/dist-types/commands/UpdateLicenseAssetRulesetCommand.d.ts +201 -0
- package/dist-types/commands/UpdateLicenseConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +8 -3
- package/dist-types/commands/UpdateServiceSettingsCommand.d.ts +9 -0
- package/dist-types/commands/index.d.ts +12 -0
- package/dist-types/models/enums.d.ts +15 -0
- package/dist-types/models/models_0.d.ts +991 -4
- package/dist-types/schemas/schemas_0.d.ts +65 -1
- package/dist-types/ts3.4/LicenseManager.d.ts +213 -0
- package/dist-types/ts3.4/LicenseManagerClient.d.ts +72 -0
- package/dist-types/ts3.4/commands/CreateLicenseAssetGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateLicenseAssetRulesetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteLicenseAssetGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteLicenseAssetRulesetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetLicenseAssetGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetLicenseAssetRulesetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAssetsForLicenseAssetGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListLicenseAssetGroupsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListLicenseAssetRulesetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListLicenseConfigurationsForOrganizationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateLicenseAssetGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateLicenseAssetRulesetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +12 -0
- package/dist-types/ts3.4/models/enums.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +216 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +65 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -360,6 +360,8 @@ let LicenseUsageException$1 = class LicenseUsageException extends LicenseManager
|
|
|
360
360
|
}
|
|
361
361
|
};
|
|
362
362
|
|
|
363
|
+
const _A = "Asset";
|
|
364
|
+
const _AA = "AssetArn";
|
|
363
365
|
const _AAS = "AmiAssociationScope";
|
|
364
366
|
const _AC = "AssociationCount";
|
|
365
367
|
const _ACI = "AllowCheckIn";
|
|
@@ -370,15 +372,23 @@ const _AECI = "AllowEarlyCheckIn";
|
|
|
370
372
|
const _AG = "AcceptGrant";
|
|
371
373
|
const _AGR = "AcceptGrantRequest";
|
|
372
374
|
const _AGRc = "AcceptGrantResponse";
|
|
375
|
+
const _AI = "AmiId";
|
|
376
|
+
const _AL = "AssetList";
|
|
377
|
+
const _ALARARN = "AssociatedLicenseAssetRulesetARNs";
|
|
373
378
|
const _ALS = "AddLicenseSpecifications";
|
|
374
379
|
const _AO = "AllowedOperations";
|
|
375
380
|
const _AOB = "ActivationOverrideBehavior";
|
|
381
|
+
const _ARS = "AndRuleStatement";
|
|
376
382
|
const _AT = "AccessToken";
|
|
377
383
|
const _ATs = "AssociationTime";
|
|
384
|
+
const _ATss = "AssetType";
|
|
385
|
+
const _As = "Assets";
|
|
378
386
|
const _B = "Beneficiary";
|
|
379
387
|
const _BC = "BorrowConfiguration";
|
|
380
388
|
const _Be = "Begin";
|
|
381
389
|
const _C = "Condition";
|
|
390
|
+
const _CAD = "CrossAccountDiscovery";
|
|
391
|
+
const _CADSS = "CrossAccountDiscoveryServiceStatus";
|
|
382
392
|
const _CBL = "CheckoutBorrowLicense";
|
|
383
393
|
const _CBLR = "CheckoutBorrowLicenseRequest";
|
|
384
394
|
const _CBLRh = "CheckoutBorrowLicenseResponse";
|
|
@@ -394,6 +404,12 @@ const _CIL = "CheckInLicense";
|
|
|
394
404
|
const _CILR = "CheckInLicenseRequest";
|
|
395
405
|
const _CILRh = "CheckInLicenseResponse";
|
|
396
406
|
const _CL = "ConsumedLicenses";
|
|
407
|
+
const _CLAG = "CreateLicenseAssetGroup";
|
|
408
|
+
const _CLAGR = "CreateLicenseAssetGroupRequest";
|
|
409
|
+
const _CLAGRr = "CreateLicenseAssetGroupResponse";
|
|
410
|
+
const _CLAR = "CreateLicenseAssetRuleset";
|
|
411
|
+
const _CLARR = "CreateLicenseAssetRulesetRequest";
|
|
412
|
+
const _CLARRr = "CreateLicenseAssetRulesetResponse";
|
|
397
413
|
const _CLC = "CreateLicenseConfiguration";
|
|
398
414
|
const _CLCR = "CreateLicenseConfigurationRequest";
|
|
399
415
|
const _CLCRr = "CreateLicenseConfigurationResponse";
|
|
@@ -415,6 +431,10 @@ const _CLVRr = "CreateLicenseVersionResponse";
|
|
|
415
431
|
const _CLh = "CheckoutLicense";
|
|
416
432
|
const _CLr = "CreateLicense";
|
|
417
433
|
const _CM = "CheckoutMetadata";
|
|
434
|
+
const _CRD = "CrossRegionDiscovery";
|
|
435
|
+
const _CRDHR = "CrossRegionDiscoveryHomeRegion";
|
|
436
|
+
const _CRDS = "CrossRegionDiscoveryStatus";
|
|
437
|
+
const _CRDSR = "CrossRegionDiscoverySourceRegions";
|
|
418
438
|
const _CT = "ClientToken";
|
|
419
439
|
const _CTR = "CreateTokenRequest";
|
|
420
440
|
const _CTRr = "CreateTokenResponse";
|
|
@@ -422,12 +442,19 @@ const _CTh = "CheckoutType";
|
|
|
422
442
|
const _CTr = "CreateTime";
|
|
423
443
|
const _CTre = "CreateToken";
|
|
424
444
|
const _CV = "ConsumedValue";
|
|
445
|
+
const _Co = "Constraint";
|
|
425
446
|
const _D = "Description";
|
|
426
447
|
const _DD = "DeletionDate";
|
|
427
448
|
const _DG = "DeleteGrant";
|
|
428
449
|
const _DGR = "DeleteGrantRequest";
|
|
429
450
|
const _DGRe = "DeleteGrantResponse";
|
|
430
451
|
const _DL = "DeleteLicense";
|
|
452
|
+
const _DLAG = "DeleteLicenseAssetGroup";
|
|
453
|
+
const _DLAGR = "DeleteLicenseAssetGroupRequest";
|
|
454
|
+
const _DLAGRe = "DeleteLicenseAssetGroupResponse";
|
|
455
|
+
const _DLAR = "DeleteLicenseAssetRuleset";
|
|
456
|
+
const _DLARR = "DeleteLicenseAssetRulesetRequest";
|
|
457
|
+
const _DLARRe = "DeleteLicenseAssetRulesetResponse";
|
|
431
458
|
const _DLC = "DestinationLicenseContext";
|
|
432
459
|
const _DLCR = "DeleteLicenseConfigurationRequest";
|
|
433
460
|
const _DLCRe = "DeleteLicenseConfigurationResponse";
|
|
@@ -450,6 +477,7 @@ const _EC = "ErrorCode";
|
|
|
450
477
|
const _ECAD = "EnableCrossAccountsDiscovery";
|
|
451
478
|
const _ED = "EntitlementData";
|
|
452
479
|
const _EDL = "EntitlementDataList";
|
|
480
|
+
const _EDSR = "EnabledDiscoverySourceRegions";
|
|
453
481
|
const _EI = "EnableIntegration";
|
|
454
482
|
const _EID = "ExpirationInDays";
|
|
455
483
|
const _EL = "EntitlementList";
|
|
@@ -483,6 +511,12 @@ const _GG = "GetGrant";
|
|
|
483
511
|
const _GGR = "GetGrantRequest";
|
|
484
512
|
const _GGRe = "GetGrantResponse";
|
|
485
513
|
const _GL = "GrantedLicense";
|
|
514
|
+
const _GLAG = "GetLicenseAssetGroup";
|
|
515
|
+
const _GLAGR = "GetLicenseAssetGroupRequest";
|
|
516
|
+
const _GLAGRe = "GetLicenseAssetGroupResponse";
|
|
517
|
+
const _GLAR = "GetLicenseAssetRuleset";
|
|
518
|
+
const _GLARR = "GetLicenseAssetRulesetRequest";
|
|
519
|
+
const _GLARRe = "GetLicenseAssetRulesetResponse";
|
|
486
520
|
const _GLC = "GetLicenseConfiguration";
|
|
487
521
|
const _GLCR = "GetLicenseConfigurationRequest";
|
|
488
522
|
const _GLCRe = "GetLicenseConfigurationResponse";
|
|
@@ -508,6 +542,7 @@ const _GSS = "GetServiceSettings";
|
|
|
508
542
|
const _GSSR = "GetServiceSettingsRequest";
|
|
509
543
|
const _GSSRe = "GetServiceSettingsResponse";
|
|
510
544
|
const _Gr = "Grants";
|
|
545
|
+
const _HI = "HostId";
|
|
511
546
|
const _HR = "HomeRegion";
|
|
512
547
|
const _I = "Issuer";
|
|
513
548
|
const _IA = "IssuedAt";
|
|
@@ -515,14 +550,36 @@ const _ID = "IssuerDetails";
|
|
|
515
550
|
const _IF = "InventoryFilter";
|
|
516
551
|
const _IFL = "InventoryFilterList";
|
|
517
552
|
const _IPVE = "InvalidParameterValueException";
|
|
553
|
+
const _IRS = "InstanceRuleStatement";
|
|
518
554
|
const _IRSE = "InvalidResourceStateException";
|
|
555
|
+
const _IT = "InstanceType";
|
|
519
556
|
const _K = "Key";
|
|
520
557
|
const _KF = "KeyFingerprint";
|
|
558
|
+
const _KTM = "KeyToMatch";
|
|
521
559
|
const _L = "License";
|
|
522
560
|
const _LA = "LicenseArn";
|
|
561
|
+
const _LADT = "LatestAssetDiscoveryTime";
|
|
562
|
+
const _LAFLAG = "ListAssetsForLicenseAssetGroup";
|
|
563
|
+
const _LAFLAGR = "ListAssetsForLicenseAssetGroupRequest";
|
|
564
|
+
const _LAFLAGRi = "ListAssetsForLicenseAssetGroupResponse";
|
|
523
565
|
const _LAFLC = "ListAssociationsForLicenseConfiguration";
|
|
524
566
|
const _LAFLCR = "ListAssociationsForLicenseConfigurationRequest";
|
|
525
567
|
const _LAFLCRi = "ListAssociationsForLicenseConfigurationResponse";
|
|
568
|
+
const _LAG = "LicenseAssetGroup";
|
|
569
|
+
const _LAGA = "LicenseAssetGroupArn";
|
|
570
|
+
const _LAGC = "LicenseAssetGroupConfigurations";
|
|
571
|
+
const _LAGCL = "LicenseAssetGroupConfigurationList";
|
|
572
|
+
const _LAGCi = "LicenseAssetGroupConfiguration";
|
|
573
|
+
const _LAGL = "LicenseAssetGroupList";
|
|
574
|
+
const _LAGP = "LicenseAssetGroupProperty";
|
|
575
|
+
const _LAGPL = "LicenseAssetGroupPropertyList";
|
|
576
|
+
const _LAGi = "LicenseAssetGroups";
|
|
577
|
+
const _LAR = "LicenseAssetRuleset";
|
|
578
|
+
const _LARA = "LicenseAssetRulesetArn";
|
|
579
|
+
const _LARL = "LicenseAssetRuleList";
|
|
580
|
+
const _LARLi = "LicenseAssetRulesetList";
|
|
581
|
+
const _LARi = "LicenseAssetRule";
|
|
582
|
+
const _LARic = "LicenseAssetRulesets";
|
|
526
583
|
const _LAi = "LicenseArns";
|
|
527
584
|
const _LC = "LicenseCount";
|
|
528
585
|
const _LCA = "LicenseConfigurationArn";
|
|
@@ -532,6 +589,7 @@ const _LCAice = "LicenseConfigurationArns";
|
|
|
532
589
|
const _LCC = "LicenseConversionContext";
|
|
533
590
|
const _LCHL = "LicenseCountHardLimit";
|
|
534
591
|
const _LCI = "LicenseConfigurationId";
|
|
592
|
+
const _LCRS = "LicenseConfigurationRuleStatement";
|
|
535
593
|
const _LCS = "LicenseConfigurationStatus";
|
|
536
594
|
const _LCT = "LicenseConsumptionToken";
|
|
537
595
|
const _LCTI = "LicenseConversionTaskId";
|
|
@@ -546,11 +604,21 @@ const _LCic = "LicenseConfigurations";
|
|
|
546
604
|
const _LDG = "ListDistributedGrants";
|
|
547
605
|
const _LDGR = "ListDistributedGrantsRequest";
|
|
548
606
|
const _LDGRi = "ListDistributedGrantsResponse";
|
|
607
|
+
const _LE = "LicenseExpiry";
|
|
549
608
|
const _LFFLCO = "ListFailuresForLicenseConfigurationOperations";
|
|
550
609
|
const _LFFLCOR = "ListFailuresForLicenseConfigurationOperationsRequest";
|
|
551
610
|
const _LFFLCORi = "ListFailuresForLicenseConfigurationOperationsResponse";
|
|
552
611
|
const _LL = "LicenseList";
|
|
612
|
+
const _LLAG = "ListLicenseAssetGroups";
|
|
613
|
+
const _LLAGR = "ListLicenseAssetGroupsRequest";
|
|
614
|
+
const _LLAGRi = "ListLicenseAssetGroupsResponse";
|
|
615
|
+
const _LLAR = "ListLicenseAssetRulesets";
|
|
616
|
+
const _LLARR = "ListLicenseAssetRulesetsRequest";
|
|
617
|
+
const _LLARRi = "ListLicenseAssetRulesetsResponse";
|
|
553
618
|
const _LLC = "ListLicenseConfigurations";
|
|
619
|
+
const _LLCFO = "ListLicenseConfigurationsForOrganization";
|
|
620
|
+
const _LLCFOR = "ListLicenseConfigurationsForOrganizationRequest";
|
|
621
|
+
const _LLCFORi = "ListLicenseConfigurationsForOrganizationResponse";
|
|
554
622
|
const _LLCR = "ListLicenseConfigurationsRequest";
|
|
555
623
|
const _LLCRi = "ListLicenseConfigurationsResponse";
|
|
556
624
|
const _LLCT = "ListLicenseConversionTasks";
|
|
@@ -575,6 +643,7 @@ const _LN = "LicenseName";
|
|
|
575
643
|
const _LOF = "LicenseOperationFailure";
|
|
576
644
|
const _LOFL = "LicenseOperationFailureList";
|
|
577
645
|
const _LR = "LicenseRules";
|
|
646
|
+
const _LRDT = "LatestResourceDiscoveryTime";
|
|
578
647
|
const _LRFR = "LastRunFailureReason";
|
|
579
648
|
const _LRG = "ListReceivedGrants";
|
|
580
649
|
const _LRGFO = "ListReceivedGrantsForOrganization";
|
|
@@ -592,7 +661,8 @@ const _LRLFOR = "ListReceivedLicensesForOrganizationRequest";
|
|
|
592
661
|
const _LRLFORi = "ListReceivedLicensesForOrganizationResponse";
|
|
593
662
|
const _LRLR = "ListReceivedLicensesRequest";
|
|
594
663
|
const _LRLRi = "ListReceivedLicensesResponse";
|
|
595
|
-
const _LRS = "
|
|
664
|
+
const _LRS = "LicenseRuleStatement";
|
|
665
|
+
const _LRSa = "LastRunStatus";
|
|
596
666
|
const _LRT = "LastRunTime";
|
|
597
667
|
const _LS = "LicenseSpecification";
|
|
598
668
|
const _LSi = "LicenseSpecifications";
|
|
@@ -603,6 +673,7 @@ const _LTFRRi = "ListTagsForResourceResponse";
|
|
|
603
673
|
const _LTR = "ListTokensRequest";
|
|
604
674
|
const _LTRi = "ListTokensResponse";
|
|
605
675
|
const _LU = "LicenseUsage";
|
|
676
|
+
const _LUAT = "LatestUsageAnalysisTime";
|
|
606
677
|
const _LUE = "LicenseUsageException";
|
|
607
678
|
const _LUFLC = "ListUsageForLicenseConfiguration";
|
|
608
679
|
const _LUFLCR = "ListUsageForLicenseConfigurationRequest";
|
|
@@ -612,9 +683,13 @@ const _Lo = "Location";
|
|
|
612
683
|
const _M = "Message";
|
|
613
684
|
const _MC = "MaxCount";
|
|
614
685
|
const _ML = "MetadataList";
|
|
686
|
+
const _MPC = "MarketplaceProductCodes";
|
|
615
687
|
const _MR = "MaxResults";
|
|
616
|
-
const _MRS = "
|
|
688
|
+
const _MRS = "MatchingRuleStatements";
|
|
617
689
|
const _MRSL = "ManagedResourceSummaryList";
|
|
690
|
+
const _MRSLa = "MatchingRuleStatementList";
|
|
691
|
+
const _MRSa = "MatchingRuleStatement";
|
|
692
|
+
const _MRSan = "ManagedResourceSummary";
|
|
618
693
|
const _MTTLIM = "MaxTimeToLiveInMinutes";
|
|
619
694
|
const _Me = "Metadata";
|
|
620
695
|
const _N = "Name";
|
|
@@ -626,6 +701,7 @@ const _OAI = "OwnerAccountId";
|
|
|
626
701
|
const _OC = "OrganizationConfiguration";
|
|
627
702
|
const _ON = "OperationName";
|
|
628
703
|
const _ORB = "OperationRequestedBy";
|
|
704
|
+
const _ORS = "OrRuleStatement";
|
|
629
705
|
const _Ov = "Overage";
|
|
630
706
|
const _P = "Principals";
|
|
631
707
|
const _PA = "ParentArn";
|
|
@@ -646,6 +722,8 @@ const _PN = "ProductName";
|
|
|
646
722
|
const _PSKU = "ProductSKU";
|
|
647
723
|
const _PV = "PlatformVersion";
|
|
648
724
|
const _Pl = "Platform";
|
|
725
|
+
const _Pr = "Properties";
|
|
726
|
+
const _R = "Rules";
|
|
649
727
|
const _RA = "ResourceArn";
|
|
650
728
|
const _RAo = "RoleArns";
|
|
651
729
|
const _RC = "ReportContext";
|
|
@@ -669,13 +747,18 @@ const _RM = "ReceivedMetadata";
|
|
|
669
747
|
const _RNFE = "ResourceNotFoundException";
|
|
670
748
|
const _ROAI = "ResourceOwningAccountId";
|
|
671
749
|
const _ROI = "ResourceOwnerId";
|
|
672
|
-
const _RS = "
|
|
750
|
+
const _RS = "RuleStatement";
|
|
751
|
+
const _RSM = "RegionStatusMap";
|
|
673
752
|
const _RSR = "ReceivedStatusReason";
|
|
674
|
-
const _RSe = "
|
|
753
|
+
const _RSe = "ResourceStatus";
|
|
754
|
+
const _RSec = "ReceivedStatus";
|
|
755
|
+
const _RSeg = "RegionStatus";
|
|
675
756
|
const _RT = "ResourceType";
|
|
676
757
|
const _RTe = "RenewType";
|
|
677
758
|
const _RTep = "ReportType";
|
|
759
|
+
const _Re = "Region";
|
|
678
760
|
const _S = "Status";
|
|
761
|
+
const _SAWSMLAR = "ShowAWSManagedLicenseAssetRulesets";
|
|
679
762
|
const _SBA = "S3BucketArn";
|
|
680
763
|
const _SIE = "ServerInternalException";
|
|
681
764
|
const _SK = "SignKey";
|
|
@@ -683,10 +766,15 @@ const _SL = "S3Location";
|
|
|
683
766
|
const _SLC = "SourceLicenseContext";
|
|
684
767
|
const _SM = "StatusMessage";
|
|
685
768
|
const _SR = "StatusReason";
|
|
769
|
+
const _SRS = "ScriptRuleStatements";
|
|
770
|
+
const _SRSL = "ScriptRuleStatementList";
|
|
771
|
+
const _SRSc = "ScriptRuleStatement";
|
|
772
|
+
const _SS = "ServiceStatus";
|
|
686
773
|
const _ST = "SignedToken";
|
|
687
774
|
const _STA = "SnsTopicArn";
|
|
688
775
|
const _STt = "StartTime";
|
|
689
776
|
const _SV = "SourceVersion";
|
|
777
|
+
const _Sc = "Script";
|
|
690
778
|
const _T = "Tags";
|
|
691
779
|
const _TD = "TokenData";
|
|
692
780
|
const _TI = "TokenId";
|
|
@@ -704,7 +792,14 @@ const _To = "Token";
|
|
|
704
792
|
const _Tok = "Tokens";
|
|
705
793
|
const _Ty = "Type";
|
|
706
794
|
const _U = "Unit";
|
|
795
|
+
const _UD = "UsageDimension";
|
|
707
796
|
const _UDSME = "UnsupportedDigitalSignatureMethodException";
|
|
797
|
+
const _ULAG = "UpdateLicenseAssetGroup";
|
|
798
|
+
const _ULAGR = "UpdateLicenseAssetGroupRequest";
|
|
799
|
+
const _ULAGRp = "UpdateLicenseAssetGroupResponse";
|
|
800
|
+
const _ULAR = "UpdateLicenseAssetRuleset";
|
|
801
|
+
const _ULARR = "UpdateLicenseAssetRulesetRequest";
|
|
802
|
+
const _ULARRp = "UpdateLicenseAssetRulesetResponse";
|
|
708
803
|
const _ULC = "UpdateLicenseConfiguration";
|
|
709
804
|
const _ULCR = "UpdateLicenseConfigurationRequest";
|
|
710
805
|
const _ULCRp = "UpdateLicenseConfigurationResponse";
|
|
@@ -723,6 +818,7 @@ const _USSR = "UpdateServiceSettingsRequest";
|
|
|
723
818
|
const _USSRp = "UpdateServiceSettingsResponse";
|
|
724
819
|
const _V = "Version";
|
|
725
820
|
const _VE = "ValidationException";
|
|
821
|
+
const _VTM = "ValueToMatch";
|
|
726
822
|
const _Va = "Validity";
|
|
727
823
|
const _Val = "Value";
|
|
728
824
|
const _Valu = "Values";
|
|
@@ -734,8 +830,11 @@ const _hE = "httpError";
|
|
|
734
830
|
const _hH = "httpHeader";
|
|
735
831
|
const _i = "item";
|
|
736
832
|
const _kP = "keyPrefix";
|
|
833
|
+
const _lAGA = "licenseAssetGroupArns";
|
|
737
834
|
const _lCA = "licenseConfigurationArns";
|
|
738
835
|
const _p = "period";
|
|
836
|
+
const _rED = "reportEndDate";
|
|
837
|
+
const _rSD = "reportStartDate";
|
|
739
838
|
const _s = "server";
|
|
740
839
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.licensemanager";
|
|
741
840
|
const _v = "value";
|
|
@@ -756,6 +855,15 @@ var AccessDeniedException = [
|
|
|
756
855
|
[0],
|
|
757
856
|
];
|
|
758
857
|
schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
|
|
858
|
+
var AndRuleStatement = [
|
|
859
|
+
3,
|
|
860
|
+
n0,
|
|
861
|
+
_ARS,
|
|
862
|
+
0,
|
|
863
|
+
[_MRS, _SRS],
|
|
864
|
+
[() => MatchingRuleStatementList, () => ScriptRuleStatementList],
|
|
865
|
+
];
|
|
866
|
+
var Asset = [3, n0, _A, 0, [_AA, _LADT], [0, 4]];
|
|
759
867
|
var AuthorizationException = [
|
|
760
868
|
-3,
|
|
761
869
|
n0,
|
|
@@ -845,13 +953,31 @@ var CreateGrantVersionRequest = [
|
|
|
845
953
|
[0, 0, 0, 64 | 0, 0, 0, 0, () => Options],
|
|
846
954
|
];
|
|
847
955
|
var CreateGrantVersionResponse = [3, n0, _CGVRr, 0, [_GA, _S, _V], [0, 0, 0]];
|
|
956
|
+
var CreateLicenseAssetGroupRequest = [
|
|
957
|
+
3,
|
|
958
|
+
n0,
|
|
959
|
+
_CLAGR,
|
|
960
|
+
0,
|
|
961
|
+
[_N, _D, _LAGC, _ALARARN, _Pr, _T, _CT],
|
|
962
|
+
[0, 0, () => LicenseAssetGroupConfigurationList, 64 | 0, () => LicenseAssetGroupPropertyList, () => TagList, 0],
|
|
963
|
+
];
|
|
964
|
+
var CreateLicenseAssetGroupResponse = [3, n0, _CLAGRr, 0, [_LAGA, _S], [0, 0]];
|
|
965
|
+
var CreateLicenseAssetRulesetRequest = [
|
|
966
|
+
3,
|
|
967
|
+
n0,
|
|
968
|
+
_CLARR,
|
|
969
|
+
0,
|
|
970
|
+
[_N, _D, _R, _T, _CT],
|
|
971
|
+
[0, 0, () => LicenseAssetRuleList, () => TagList, 0],
|
|
972
|
+
];
|
|
973
|
+
var CreateLicenseAssetRulesetResponse = [3, n0, _CLARRr, 0, [_LARA], [0]];
|
|
848
974
|
var CreateLicenseConfigurationRequest = [
|
|
849
975
|
3,
|
|
850
976
|
n0,
|
|
851
977
|
_CLCR,
|
|
852
978
|
0,
|
|
853
|
-
[_N, _D, _LCTi, _LC, _LCHL, _LR, _T, _DWNF, _PIL],
|
|
854
|
-
[0, 0, 0, 1, 2, 64 | 0, () => TagList, 2, () => ProductInformationList],
|
|
979
|
+
[_N, _D, _LCTi, _LC, _LCHL, _LR, _T, _DWNF, _PIL, _LE],
|
|
980
|
+
[0, 0, 0, 1, 2, 64 | 0, () => TagList, 2, () => ProductInformationList, 1],
|
|
855
981
|
];
|
|
856
982
|
var CreateLicenseConfigurationResponse = [3, n0, _CLCRr, 0, [_LCA], [0]];
|
|
857
983
|
var CreateLicenseConversionTaskForResourceRequest = [
|
|
@@ -925,9 +1051,15 @@ var CreateTokenRequest = [
|
|
|
925
1051
|
[0, 64 | 0, 1, 64 | 0, 0],
|
|
926
1052
|
];
|
|
927
1053
|
var CreateTokenResponse = [3, n0, _CTRr, 0, [_TI, _TT, _To], [0, 0, 0]];
|
|
1054
|
+
var CrossAccountDiscoveryServiceStatus = [3, n0, _CADSS, 0, [_M], [0]];
|
|
1055
|
+
var CrossRegionDiscoveryStatus = [3, n0, _CRDS, 0, [_M], [() => RegionStatusMap]];
|
|
928
1056
|
var DatetimeRange = [3, n0, _DR, 0, [_Be, _En], [0, 0]];
|
|
929
1057
|
var DeleteGrantRequest = [3, n0, _DGR, 0, [_GA, _SR, _V], [0, 0, 0]];
|
|
930
1058
|
var DeleteGrantResponse = [3, n0, _DGRe, 0, [_GA, _S, _V], [0, 0, 0]];
|
|
1059
|
+
var DeleteLicenseAssetGroupRequest = [3, n0, _DLAGR, 0, [_LAGA], [0]];
|
|
1060
|
+
var DeleteLicenseAssetGroupResponse = [3, n0, _DLAGRe, 0, [_S], [0]];
|
|
1061
|
+
var DeleteLicenseAssetRulesetRequest = [3, n0, _DLARR, 0, [_LARA], [0]];
|
|
1062
|
+
var DeleteLicenseAssetRulesetResponse = [3, n0, _DLARRe, 0, [], []];
|
|
931
1063
|
var DeleteLicenseConfigurationRequest = [3, n0, _DLCR, 0, [_LCA], [0]];
|
|
932
1064
|
var DeleteLicenseConfigurationResponse = [3, n0, _DLCRe, 0, [], []];
|
|
933
1065
|
var DeleteLicenseManagerReportGeneratorRequest = [3, n0, _DLMRGR, 0, [_LMRGA], [0]];
|
|
@@ -984,13 +1116,24 @@ var GetAccessTokenRequest = [3, n0, _GATR, 0, [_To, _TP], [0, 64 | 0]];
|
|
|
984
1116
|
var GetAccessTokenResponse = [3, n0, _GATRe, 0, [_AT], [0]];
|
|
985
1117
|
var GetGrantRequest = [3, n0, _GGR, 0, [_GA, _V], [0, 0]];
|
|
986
1118
|
var GetGrantResponse = [3, n0, _GGRe, 0, [_G], [() => Grant]];
|
|
1119
|
+
var GetLicenseAssetGroupRequest = [3, n0, _GLAGR, 0, [_LAGA], [0]];
|
|
1120
|
+
var GetLicenseAssetGroupResponse = [3, n0, _GLAGRe, 0, [_LAG], [() => LicenseAssetGroup]];
|
|
1121
|
+
var GetLicenseAssetRulesetRequest = [3, n0, _GLARR, 0, [_LARA], [0]];
|
|
1122
|
+
var GetLicenseAssetRulesetResponse = [
|
|
1123
|
+
3,
|
|
1124
|
+
n0,
|
|
1125
|
+
_GLARRe,
|
|
1126
|
+
0,
|
|
1127
|
+
[_LAR],
|
|
1128
|
+
[() => LicenseAssetRuleset],
|
|
1129
|
+
];
|
|
987
1130
|
var GetLicenseConfigurationRequest = [3, n0, _GLCR, 0, [_LCA], [0]];
|
|
988
1131
|
var GetLicenseConfigurationResponse = [
|
|
989
1132
|
3,
|
|
990
1133
|
n0,
|
|
991
1134
|
_GLCRe,
|
|
992
1135
|
0,
|
|
993
|
-
[_LCI, _LCA, _N, _D, _LCTi, _LR, _LC, _LCHL, _CL, _S, _OAI, _CLSL, _MRSL, _T, _PIL, _ADI, _DWNF],
|
|
1136
|
+
[_LCI, _LCA, _N, _D, _LCTi, _LR, _LC, _LCHL, _CL, _S, _OAI, _CLSL, _MRSL, _T, _PIL, _ADI, _DWNF, _LE],
|
|
994
1137
|
[
|
|
995
1138
|
0,
|
|
996
1139
|
0,
|
|
@@ -1009,6 +1152,7 @@ var GetLicenseConfigurationResponse = [
|
|
|
1009
1152
|
() => ProductInformationList,
|
|
1010
1153
|
() => AutomatedDiscoveryInformation,
|
|
1011
1154
|
2,
|
|
1155
|
+
1,
|
|
1012
1156
|
],
|
|
1013
1157
|
];
|
|
1014
1158
|
var GetLicenseConversionTaskRequest = [3, n0, _GLCTR, 0, [_LCTI], [0]];
|
|
@@ -1039,8 +1183,8 @@ var GetServiceSettingsResponse = [
|
|
|
1039
1183
|
n0,
|
|
1040
1184
|
_GSSRe,
|
|
1041
1185
|
0,
|
|
1042
|
-
[_SBA, _STA, _OC, _ECAD, _LMRSA],
|
|
1043
|
-
[0, 0, () => OrganizationConfiguration, 2, 0],
|
|
1186
|
+
[_SBA, _STA, _OC, _ECAD, _LMRSA, _CRDHR, _CRDSR, _SS],
|
|
1187
|
+
[0, 0, () => OrganizationConfiguration, 2, 0, 0, 64 | 0, () => ServiceStatus],
|
|
1044
1188
|
];
|
|
1045
1189
|
var Grant = [
|
|
1046
1190
|
3,
|
|
@@ -1074,6 +1218,14 @@ var GrantedLicense = [
|
|
|
1074
1218
|
() => ReceivedMetadata,
|
|
1075
1219
|
],
|
|
1076
1220
|
];
|
|
1221
|
+
var InstanceRuleStatement = [
|
|
1222
|
+
3,
|
|
1223
|
+
n0,
|
|
1224
|
+
_IRS,
|
|
1225
|
+
0,
|
|
1226
|
+
[_ARS, _ORS, _MRSa, _SRSc],
|
|
1227
|
+
[() => AndRuleStatement, () => OrRuleStatement, () => MatchingRuleStatement, () => ScriptRuleStatement],
|
|
1228
|
+
];
|
|
1077
1229
|
var InvalidParameterValueException = [
|
|
1078
1230
|
-3,
|
|
1079
1231
|
n0,
|
|
@@ -1126,12 +1278,31 @@ var License = [
|
|
|
1126
1278
|
0,
|
|
1127
1279
|
],
|
|
1128
1280
|
];
|
|
1281
|
+
var LicenseAssetGroup = [
|
|
1282
|
+
3,
|
|
1283
|
+
n0,
|
|
1284
|
+
_LAG,
|
|
1285
|
+
0,
|
|
1286
|
+
[_N, _D, _LAGC, _ALARARN, _Pr, _LAGA, _S, _SM, _LUAT, _LRDT],
|
|
1287
|
+
[0, 0, () => LicenseAssetGroupConfigurationList, 64 | 0, () => LicenseAssetGroupPropertyList, 0, 0, 0, 4, 4],
|
|
1288
|
+
];
|
|
1289
|
+
var LicenseAssetGroupConfiguration = [3, n0, _LAGCi, 0, [_UD], [0]];
|
|
1290
|
+
var LicenseAssetGroupProperty = [3, n0, _LAGP, 0, [_K, _Val], [0, 0]];
|
|
1291
|
+
var LicenseAssetRule = [3, n0, _LARi, 0, [_RS], [() => RuleStatement]];
|
|
1292
|
+
var LicenseAssetRuleset = [
|
|
1293
|
+
3,
|
|
1294
|
+
n0,
|
|
1295
|
+
_LAR,
|
|
1296
|
+
0,
|
|
1297
|
+
[_N, _D, _R, _LARA],
|
|
1298
|
+
[0, 0, () => LicenseAssetRuleList, 0],
|
|
1299
|
+
];
|
|
1129
1300
|
var LicenseConfiguration = [
|
|
1130
1301
|
3,
|
|
1131
1302
|
n0,
|
|
1132
1303
|
_LCi,
|
|
1133
1304
|
0,
|
|
1134
|
-
[_LCI, _LCA, _N, _D, _LCTi, _LR, _LC, _LCHL, _DWNF, _CL, _S, _OAI, _CLSL, _MRSL, _PIL, _ADI],
|
|
1305
|
+
[_LCI, _LCA, _N, _D, _LCTi, _LR, _LC, _LCHL, _DWNF, _CL, _S, _OAI, _CLSL, _MRSL, _PIL, _ADI, _LE],
|
|
1135
1306
|
[
|
|
1136
1307
|
0,
|
|
1137
1308
|
0,
|
|
@@ -1149,6 +1320,7 @@ var LicenseConfiguration = [
|
|
|
1149
1320
|
() => ManagedResourceSummaryList,
|
|
1150
1321
|
() => ProductInformationList,
|
|
1151
1322
|
() => AutomatedDiscoveryInformation,
|
|
1323
|
+
1,
|
|
1152
1324
|
],
|
|
1153
1325
|
];
|
|
1154
1326
|
var LicenseConfigurationAssociation = [
|
|
@@ -1159,12 +1331,20 @@ var LicenseConfigurationAssociation = [
|
|
|
1159
1331
|
[_RA, _RT, _ROI, _ATs, _AAS],
|
|
1160
1332
|
[0, 0, 0, 4, 0],
|
|
1161
1333
|
];
|
|
1334
|
+
var LicenseConfigurationRuleStatement = [
|
|
1335
|
+
3,
|
|
1336
|
+
n0,
|
|
1337
|
+
_LCRS,
|
|
1338
|
+
0,
|
|
1339
|
+
[_ARS, _ORS, _MRSa],
|
|
1340
|
+
[() => AndRuleStatement, () => OrRuleStatement, () => MatchingRuleStatement],
|
|
1341
|
+
];
|
|
1162
1342
|
var LicenseConfigurationUsage = [
|
|
1163
1343
|
3,
|
|
1164
1344
|
n0,
|
|
1165
1345
|
_LCU,
|
|
1166
1346
|
0,
|
|
1167
|
-
[_RA, _RT,
|
|
1347
|
+
[_RA, _RT, _RSe, _ROI, _ATs, _CL],
|
|
1168
1348
|
[0, 0, 0, 0, 4, 1],
|
|
1169
1349
|
];
|
|
1170
1350
|
var LicenseConversionContext = [3, n0, _LCC, 0, [_UO, _PCr], [0, () => ProductCodeList]];
|
|
@@ -1184,6 +1364,14 @@ var LicenseOperationFailure = [
|
|
|
1184
1364
|
[_RA, _RT, _EM, _FT, _ON, _ROI, _ORB, _ML],
|
|
1185
1365
|
[0, 0, 0, 4, 0, 0, 0, () => MetadataList],
|
|
1186
1366
|
];
|
|
1367
|
+
var LicenseRuleStatement = [
|
|
1368
|
+
3,
|
|
1369
|
+
n0,
|
|
1370
|
+
_LRS,
|
|
1371
|
+
0,
|
|
1372
|
+
[_ARS, _ORS, _MRSa],
|
|
1373
|
+
[() => AndRuleStatement, () => OrRuleStatement, () => MatchingRuleStatement],
|
|
1374
|
+
];
|
|
1187
1375
|
var LicenseSpecification = [3, n0, _LS, 0, [_LCA, _AAS], [0, 0]];
|
|
1188
1376
|
var LicenseUsage = [3, n0, _LU, 0, [_EUn], [() => EntitlementUsageList]];
|
|
1189
1377
|
var LicenseUsageException = [
|
|
@@ -1199,6 +1387,22 @@ var LicenseUsageException = [
|
|
|
1199
1387
|
[0],
|
|
1200
1388
|
];
|
|
1201
1389
|
schema.TypeRegistry.for(n0).registerError(LicenseUsageException, LicenseUsageException$1);
|
|
1390
|
+
var ListAssetsForLicenseAssetGroupRequest = [
|
|
1391
|
+
3,
|
|
1392
|
+
n0,
|
|
1393
|
+
_LAFLAGR,
|
|
1394
|
+
0,
|
|
1395
|
+
[_LAGA, _ATss, _MR, _NT],
|
|
1396
|
+
[0, 0, 1, 0],
|
|
1397
|
+
];
|
|
1398
|
+
var ListAssetsForLicenseAssetGroupResponse = [
|
|
1399
|
+
3,
|
|
1400
|
+
n0,
|
|
1401
|
+
_LAFLAGRi,
|
|
1402
|
+
0,
|
|
1403
|
+
[_As, _NT],
|
|
1404
|
+
[() => AssetList, 0],
|
|
1405
|
+
];
|
|
1202
1406
|
var ListAssociationsForLicenseConfigurationRequest = [
|
|
1203
1407
|
3,
|
|
1204
1408
|
n0,
|
|
@@ -1240,6 +1444,54 @@ var ListFailuresForLicenseConfigurationOperationsResponse = [
|
|
|
1240
1444
|
[_LOFL, _NT],
|
|
1241
1445
|
[() => LicenseOperationFailureList, 0],
|
|
1242
1446
|
];
|
|
1447
|
+
var ListLicenseAssetGroupsRequest = [
|
|
1448
|
+
3,
|
|
1449
|
+
n0,
|
|
1450
|
+
_LLAGR,
|
|
1451
|
+
0,
|
|
1452
|
+
[_Fi, _MR, _NT],
|
|
1453
|
+
[[() => Filters, 0], 1, 0],
|
|
1454
|
+
];
|
|
1455
|
+
var ListLicenseAssetGroupsResponse = [
|
|
1456
|
+
3,
|
|
1457
|
+
n0,
|
|
1458
|
+
_LLAGRi,
|
|
1459
|
+
0,
|
|
1460
|
+
[_LAGi, _NT],
|
|
1461
|
+
[() => LicenseAssetGroupList, 0],
|
|
1462
|
+
];
|
|
1463
|
+
var ListLicenseAssetRulesetsRequest = [
|
|
1464
|
+
3,
|
|
1465
|
+
n0,
|
|
1466
|
+
_LLARR,
|
|
1467
|
+
0,
|
|
1468
|
+
[_Fi, _SAWSMLAR, _MR, _NT],
|
|
1469
|
+
[[() => Filters, 0], 2, 1, 0],
|
|
1470
|
+
];
|
|
1471
|
+
var ListLicenseAssetRulesetsResponse = [
|
|
1472
|
+
3,
|
|
1473
|
+
n0,
|
|
1474
|
+
_LLARRi,
|
|
1475
|
+
0,
|
|
1476
|
+
[_LARic, _NT],
|
|
1477
|
+
[() => LicenseAssetRulesetList, 0],
|
|
1478
|
+
];
|
|
1479
|
+
var ListLicenseConfigurationsForOrganizationRequest = [
|
|
1480
|
+
3,
|
|
1481
|
+
n0,
|
|
1482
|
+
_LLCFOR,
|
|
1483
|
+
0,
|
|
1484
|
+
[_LCAice, _MR, _NT, _Fi],
|
|
1485
|
+
[64 | 0, 1, 0, [() => Filters, 0]],
|
|
1486
|
+
];
|
|
1487
|
+
var ListLicenseConfigurationsForOrganizationResponse = [
|
|
1488
|
+
3,
|
|
1489
|
+
n0,
|
|
1490
|
+
_LLCFORi,
|
|
1491
|
+
0,
|
|
1492
|
+
[_LCic, _NT],
|
|
1493
|
+
[() => LicenseConfigurations, 0],
|
|
1494
|
+
];
|
|
1243
1495
|
var ListLicenseConfigurationsRequest = [
|
|
1244
1496
|
3,
|
|
1245
1497
|
n0,
|
|
@@ -1415,7 +1667,8 @@ var ListUsageForLicenseConfigurationResponse = [
|
|
|
1415
1667
|
[_LCUL, _NT],
|
|
1416
1668
|
[() => LicenseConfigurationUsageList, 0],
|
|
1417
1669
|
];
|
|
1418
|
-
var ManagedResourceSummary = [3, n0,
|
|
1670
|
+
var ManagedResourceSummary = [3, n0, _MRSan, 0, [_RT, _AC], [0, 1]];
|
|
1671
|
+
var MatchingRuleStatement = [3, n0, _MRSa, 0, [_KTM, _Co, _VTM], [0, 0, 64 | 0]];
|
|
1419
1672
|
var Metadata = [3, n0, _Me, 0, [_N, _Val], [0, 0]];
|
|
1420
1673
|
var NoEntitlementsAllowedException = [
|
|
1421
1674
|
-3,
|
|
@@ -1431,6 +1684,14 @@ var NoEntitlementsAllowedException = [
|
|
|
1431
1684
|
schema.TypeRegistry.for(n0).registerError(NoEntitlementsAllowedException, NoEntitlementsAllowedException$1);
|
|
1432
1685
|
var Options = [3, n0, _O, 0, [_AOB], [0]];
|
|
1433
1686
|
var OrganizationConfiguration = [3, n0, _OC, 0, [_EI], [2]];
|
|
1687
|
+
var OrRuleStatement = [
|
|
1688
|
+
3,
|
|
1689
|
+
n0,
|
|
1690
|
+
_ORS,
|
|
1691
|
+
0,
|
|
1692
|
+
[_MRS, _SRS],
|
|
1693
|
+
[() => MatchingRuleStatementList, () => ScriptRuleStatementList],
|
|
1694
|
+
];
|
|
1434
1695
|
var ProductCodeListItem = [3, n0, _PCLI, 0, [_PCI, _PCT], [0, 0]];
|
|
1435
1696
|
var ProductInformation = [
|
|
1436
1697
|
3,
|
|
@@ -1455,7 +1716,7 @@ var RateLimitExceededException = [
|
|
|
1455
1716
|
[0],
|
|
1456
1717
|
];
|
|
1457
1718
|
schema.TypeRegistry.for(n0).registerError(RateLimitExceededException, RateLimitExceededException$1);
|
|
1458
|
-
var ReceivedMetadata = [3, n0, _RM, 0, [
|
|
1719
|
+
var ReceivedMetadata = [3, n0, _RM, 0, [_RSec, _RSR, _AO], [0, 0, 64 | 0]];
|
|
1459
1720
|
var RedirectException = [
|
|
1460
1721
|
-3,
|
|
1461
1722
|
n0,
|
|
@@ -1476,16 +1737,17 @@ var RedirectException = [
|
|
|
1476
1737
|
],
|
|
1477
1738
|
];
|
|
1478
1739
|
schema.TypeRegistry.for(n0).registerError(RedirectException, RedirectException$1);
|
|
1740
|
+
var RegionStatus = [3, n0, _RSeg, 0, [_S], [0]];
|
|
1479
1741
|
var RejectGrantRequest = [3, n0, _RGR, 0, [_GA], [0]];
|
|
1480
1742
|
var RejectGrantResponse = [3, n0, _RGRe, 0, [_GA, _S, _V], [0, 0, 0]];
|
|
1481
|
-
var ReportContext = [3, n0, _RC, 0, [_lCA], [64 | 0]];
|
|
1743
|
+
var ReportContext = [3, n0, _RC, 0, [_lCA, _lAGA, _rSD, _rED], [64 | 0, 64 | 0, 4, 4]];
|
|
1482
1744
|
var ReportFrequency = [3, n0, _RF, 0, [_v, _p], [1, 0]];
|
|
1483
1745
|
var ReportGenerator = [
|
|
1484
1746
|
3,
|
|
1485
1747
|
n0,
|
|
1486
1748
|
_RG,
|
|
1487
1749
|
0,
|
|
1488
|
-
[_RGN, _RTep, _RC, _RF, _LMRGA,
|
|
1750
|
+
[_RGN, _RTep, _RC, _RF, _LMRGA, _LRSa, _LRFR, _LRGT, _RCA, _D, _SL, _CTr, _T],
|
|
1489
1751
|
[0, 64 | 0, () => ReportContext, () => ReportFrequency, 0, 0, 0, 0, 0, 0, () => S3Location, 0, () => TagList],
|
|
1490
1752
|
];
|
|
1491
1753
|
var ResourceInventory = [
|
|
@@ -1493,8 +1755,8 @@ var ResourceInventory = [
|
|
|
1493
1755
|
n0,
|
|
1494
1756
|
_RI,
|
|
1495
1757
|
0,
|
|
1496
|
-
[_RIe, _RT, _RA, _Pl, _PV, _ROAI],
|
|
1497
|
-
[0, 0, 0, 0, 0, 0],
|
|
1758
|
+
[_RIe, _RT, _RA, _Pl, _PV, _ROAI, _MPC, _UO, _AI, _HI, _Re, _IT],
|
|
1759
|
+
[0, 0, 0, 0, 0, 0, 64 | 0, 0, 0, 0, 0, 0],
|
|
1498
1760
|
];
|
|
1499
1761
|
var ResourceLimitExceededException = [
|
|
1500
1762
|
-3,
|
|
@@ -1522,7 +1784,16 @@ var ResourceNotFoundException = [
|
|
|
1522
1784
|
[0],
|
|
1523
1785
|
];
|
|
1524
1786
|
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
|
|
1787
|
+
var RuleStatement = [
|
|
1788
|
+
3,
|
|
1789
|
+
n0,
|
|
1790
|
+
_RS,
|
|
1791
|
+
0,
|
|
1792
|
+
[_LCRS, _LRS, _IRS],
|
|
1793
|
+
[() => LicenseConfigurationRuleStatement, () => LicenseRuleStatement, () => InstanceRuleStatement],
|
|
1794
|
+
];
|
|
1525
1795
|
var S3Location = [3, n0, _SL, 0, [_b, _kP], [0, 0]];
|
|
1796
|
+
var ScriptRuleStatement = [3, n0, _SRSc, 0, [_KTM, _Sc], [0, 0]];
|
|
1526
1797
|
var ServerInternalException = [
|
|
1527
1798
|
-3,
|
|
1528
1799
|
n0,
|
|
@@ -1536,6 +1807,14 @@ var ServerInternalException = [
|
|
|
1536
1807
|
[0],
|
|
1537
1808
|
];
|
|
1538
1809
|
schema.TypeRegistry.for(n0).registerError(ServerInternalException, ServerInternalException$1);
|
|
1810
|
+
var ServiceStatus = [
|
|
1811
|
+
3,
|
|
1812
|
+
n0,
|
|
1813
|
+
_SS,
|
|
1814
|
+
0,
|
|
1815
|
+
[_CAD, _CRD],
|
|
1816
|
+
[() => CrossAccountDiscoveryServiceStatus, () => CrossRegionDiscoveryStatus],
|
|
1817
|
+
];
|
|
1539
1818
|
var Tag = [3, n0, _Ta, 0, [_K, _Val], [0, 0]];
|
|
1540
1819
|
var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _T], [0, () => TagList]];
|
|
1541
1820
|
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
@@ -1561,13 +1840,31 @@ var UnsupportedDigitalSignatureMethodException = [
|
|
|
1561
1840
|
schema.TypeRegistry.for(n0).registerError(UnsupportedDigitalSignatureMethodException, UnsupportedDigitalSignatureMethodException$1);
|
|
1562
1841
|
var UntagResourceRequest = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
|
|
1563
1842
|
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1843
|
+
var UpdateLicenseAssetGroupRequest = [
|
|
1844
|
+
3,
|
|
1845
|
+
n0,
|
|
1846
|
+
_ULAGR,
|
|
1847
|
+
0,
|
|
1848
|
+
[_N, _D, _LAGC, _ALARARN, _Pr, _LAGA, _S, _CT],
|
|
1849
|
+
[0, 0, () => LicenseAssetGroupConfigurationList, 64 | 0, () => LicenseAssetGroupPropertyList, 0, 0, 0],
|
|
1850
|
+
];
|
|
1851
|
+
var UpdateLicenseAssetGroupResponse = [3, n0, _ULAGRp, 0, [_LAGA, _S], [0, 0]];
|
|
1852
|
+
var UpdateLicenseAssetRulesetRequest = [
|
|
1853
|
+
3,
|
|
1854
|
+
n0,
|
|
1855
|
+
_ULARR,
|
|
1856
|
+
0,
|
|
1857
|
+
[_N, _D, _R, _LARA, _CT],
|
|
1858
|
+
[0, 0, () => LicenseAssetRuleList, 0, 0],
|
|
1859
|
+
];
|
|
1860
|
+
var UpdateLicenseAssetRulesetResponse = [3, n0, _ULARRp, 0, [_LARA], [0]];
|
|
1564
1861
|
var UpdateLicenseConfigurationRequest = [
|
|
1565
1862
|
3,
|
|
1566
1863
|
n0,
|
|
1567
1864
|
_ULCR,
|
|
1568
1865
|
0,
|
|
1569
|
-
[_LCA, _LCS, _LR, _LC, _LCHL, _N, _D, _PIL, _DWNF],
|
|
1570
|
-
[0, 0, 64 | 0, 1, 2, 0, 0, () => ProductInformationList, 2],
|
|
1866
|
+
[_LCA, _LCS, _LR, _LC, _LCHL, _N, _D, _PIL, _DWNF, _LE],
|
|
1867
|
+
[0, 0, 64 | 0, 1, 2, 0, 0, () => ProductInformationList, 2, 1],
|
|
1571
1868
|
];
|
|
1572
1869
|
var UpdateLicenseConfigurationResponse = [3, n0, _ULCRp, 0, [], []];
|
|
1573
1870
|
var UpdateLicenseManagerReportGeneratorRequest = [
|
|
@@ -1593,8 +1890,8 @@ var UpdateServiceSettingsRequest = [
|
|
|
1593
1890
|
n0,
|
|
1594
1891
|
_USSR,
|
|
1595
1892
|
0,
|
|
1596
|
-
[_SBA, _STA, _OC, _ECAD],
|
|
1597
|
-
[0, 0, () => OrganizationConfiguration, 2],
|
|
1893
|
+
[_SBA, _STA, _OC, _ECAD, _EDSR],
|
|
1894
|
+
[0, 0, () => OrganizationConfiguration, 2, 64 | 0],
|
|
1598
1895
|
];
|
|
1599
1896
|
var UpdateServiceSettingsResponse = [3, n0, _USSRp, 0, [], []];
|
|
1600
1897
|
var ValidationException = [
|
|
@@ -1611,6 +1908,7 @@ var ValidationException = [
|
|
|
1611
1908
|
schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
|
|
1612
1909
|
var LicenseManagerServiceException = [-3, _sm, "LicenseManagerServiceException", 0, [], []];
|
|
1613
1910
|
schema.TypeRegistry.for(_sm).registerError(LicenseManagerServiceException, LicenseManagerServiceException$1);
|
|
1911
|
+
var AssetList = [1, n0, _AL, 0, () => Asset];
|
|
1614
1912
|
var ConsumedLicenseSummaryList = [1, n0, _CLSL, 0, () => ConsumedLicenseSummary];
|
|
1615
1913
|
var EntitlementDataList = [1, n0, _EDL, 0, () => EntitlementData];
|
|
1616
1914
|
var EntitlementList = [1, n0, _EL, 0, () => Entitlement];
|
|
@@ -1643,6 +1941,17 @@ var FilterValues = [
|
|
|
1643
1941
|
var GrantedLicenseList = [1, n0, _GLL, 0, () => GrantedLicense];
|
|
1644
1942
|
var GrantList = [1, n0, _GLr, 0, () => Grant];
|
|
1645
1943
|
var InventoryFilterList = [1, n0, _IFL, 0, () => InventoryFilter];
|
|
1944
|
+
var LicenseAssetGroupConfigurationList = [
|
|
1945
|
+
1,
|
|
1946
|
+
n0,
|
|
1947
|
+
_LAGCL,
|
|
1948
|
+
0,
|
|
1949
|
+
() => LicenseAssetGroupConfiguration,
|
|
1950
|
+
];
|
|
1951
|
+
var LicenseAssetGroupList = [1, n0, _LAGL, 0, () => LicenseAssetGroup];
|
|
1952
|
+
var LicenseAssetGroupPropertyList = [1, n0, _LAGPL, 0, () => LicenseAssetGroupProperty];
|
|
1953
|
+
var LicenseAssetRuleList = [1, n0, _LARL, 0, () => LicenseAssetRule];
|
|
1954
|
+
var LicenseAssetRulesetList = [1, n0, _LARLi, 0, () => LicenseAssetRuleset];
|
|
1646
1955
|
var LicenseConfigurationAssociations = [
|
|
1647
1956
|
1,
|
|
1648
1957
|
n0,
|
|
@@ -1657,14 +1966,17 @@ var LicenseList = [1, n0, _LL, 0, () => License];
|
|
|
1657
1966
|
var LicenseOperationFailureList = [1, n0, _LOFL, 0, () => LicenseOperationFailure];
|
|
1658
1967
|
var LicenseSpecifications = [1, n0, _LSi, 0, () => LicenseSpecification];
|
|
1659
1968
|
var ManagedResourceSummaryList = [1, n0, _MRSL, 0, () => ManagedResourceSummary];
|
|
1969
|
+
var MatchingRuleStatementList = [1, n0, _MRSLa, 0, () => MatchingRuleStatement];
|
|
1660
1970
|
var MetadataList = [1, n0, _ML, 0, () => Metadata];
|
|
1661
1971
|
var ProductCodeList = [1, n0, _PCL, 0, () => ProductCodeListItem];
|
|
1662
1972
|
var ProductInformationFilterList = [1, n0, _PIFL, 0, () => ProductInformationFilter];
|
|
1663
1973
|
var ProductInformationList = [1, n0, _PIL, 0, () => ProductInformation];
|
|
1664
1974
|
var ReportGeneratorList = [1, n0, _RGL, 0, () => ReportGenerator];
|
|
1665
1975
|
var ResourceInventoryList = [1, n0, _RIL, 0, () => ResourceInventory];
|
|
1976
|
+
var ScriptRuleStatementList = [1, n0, _SRSL, 0, () => ScriptRuleStatement];
|
|
1666
1977
|
var TagList = [1, n0, _TL, 0, () => Tag];
|
|
1667
1978
|
var TokenList = [1, n0, _TLo, 0, () => TokenData];
|
|
1979
|
+
var RegionStatusMap = [2, n0, _RSM, 0, 0, () => RegionStatus];
|
|
1668
1980
|
var AcceptGrant = [9, n0, _AG, 0, () => AcceptGrantRequest, () => AcceptGrantResponse];
|
|
1669
1981
|
var CheckInLicense = [
|
|
1670
1982
|
9,
|
|
@@ -1707,6 +2019,22 @@ var CreateLicense = [
|
|
|
1707
2019
|
() => CreateLicenseRequest,
|
|
1708
2020
|
() => CreateLicenseResponse,
|
|
1709
2021
|
];
|
|
2022
|
+
var CreateLicenseAssetGroup = [
|
|
2023
|
+
9,
|
|
2024
|
+
n0,
|
|
2025
|
+
_CLAG,
|
|
2026
|
+
0,
|
|
2027
|
+
() => CreateLicenseAssetGroupRequest,
|
|
2028
|
+
() => CreateLicenseAssetGroupResponse,
|
|
2029
|
+
];
|
|
2030
|
+
var CreateLicenseAssetRuleset = [
|
|
2031
|
+
9,
|
|
2032
|
+
n0,
|
|
2033
|
+
_CLAR,
|
|
2034
|
+
0,
|
|
2035
|
+
() => CreateLicenseAssetRulesetRequest,
|
|
2036
|
+
() => CreateLicenseAssetRulesetResponse,
|
|
2037
|
+
];
|
|
1710
2038
|
var CreateLicenseConfiguration = [
|
|
1711
2039
|
9,
|
|
1712
2040
|
n0,
|
|
@@ -1749,6 +2077,22 @@ var DeleteLicense = [
|
|
|
1749
2077
|
() => DeleteLicenseRequest,
|
|
1750
2078
|
() => DeleteLicenseResponse,
|
|
1751
2079
|
];
|
|
2080
|
+
var DeleteLicenseAssetGroup = [
|
|
2081
|
+
9,
|
|
2082
|
+
n0,
|
|
2083
|
+
_DLAG,
|
|
2084
|
+
0,
|
|
2085
|
+
() => DeleteLicenseAssetGroupRequest,
|
|
2086
|
+
() => DeleteLicenseAssetGroupResponse,
|
|
2087
|
+
];
|
|
2088
|
+
var DeleteLicenseAssetRuleset = [
|
|
2089
|
+
9,
|
|
2090
|
+
n0,
|
|
2091
|
+
_DLAR,
|
|
2092
|
+
0,
|
|
2093
|
+
() => DeleteLicenseAssetRulesetRequest,
|
|
2094
|
+
() => DeleteLicenseAssetRulesetResponse,
|
|
2095
|
+
];
|
|
1752
2096
|
var DeleteLicenseConfiguration = [
|
|
1753
2097
|
9,
|
|
1754
2098
|
n0,
|
|
@@ -1784,6 +2128,22 @@ var GetAccessToken = [
|
|
|
1784
2128
|
];
|
|
1785
2129
|
var GetGrant = [9, n0, _GG, 0, () => GetGrantRequest, () => GetGrantResponse];
|
|
1786
2130
|
var GetLicense = [9, n0, _GLe, 0, () => GetLicenseRequest, () => GetLicenseResponse];
|
|
2131
|
+
var GetLicenseAssetGroup = [
|
|
2132
|
+
9,
|
|
2133
|
+
n0,
|
|
2134
|
+
_GLAG,
|
|
2135
|
+
0,
|
|
2136
|
+
() => GetLicenseAssetGroupRequest,
|
|
2137
|
+
() => GetLicenseAssetGroupResponse,
|
|
2138
|
+
];
|
|
2139
|
+
var GetLicenseAssetRuleset = [
|
|
2140
|
+
9,
|
|
2141
|
+
n0,
|
|
2142
|
+
_GLAR,
|
|
2143
|
+
0,
|
|
2144
|
+
() => GetLicenseAssetRulesetRequest,
|
|
2145
|
+
() => GetLicenseAssetRulesetResponse,
|
|
2146
|
+
];
|
|
1787
2147
|
var GetLicenseConfiguration = [
|
|
1788
2148
|
9,
|
|
1789
2149
|
n0,
|
|
@@ -1824,6 +2184,14 @@ var GetServiceSettings = [
|
|
|
1824
2184
|
() => GetServiceSettingsRequest,
|
|
1825
2185
|
() => GetServiceSettingsResponse,
|
|
1826
2186
|
];
|
|
2187
|
+
var ListAssetsForLicenseAssetGroup = [
|
|
2188
|
+
9,
|
|
2189
|
+
n0,
|
|
2190
|
+
_LAFLAG,
|
|
2191
|
+
0,
|
|
2192
|
+
() => ListAssetsForLicenseAssetGroupRequest,
|
|
2193
|
+
() => ListAssetsForLicenseAssetGroupResponse,
|
|
2194
|
+
];
|
|
1827
2195
|
var ListAssociationsForLicenseConfiguration = [
|
|
1828
2196
|
9,
|
|
1829
2197
|
n0,
|
|
@@ -1848,6 +2216,22 @@ var ListFailuresForLicenseConfigurationOperations = [
|
|
|
1848
2216
|
() => ListFailuresForLicenseConfigurationOperationsRequest,
|
|
1849
2217
|
() => ListFailuresForLicenseConfigurationOperationsResponse,
|
|
1850
2218
|
];
|
|
2219
|
+
var ListLicenseAssetGroups = [
|
|
2220
|
+
9,
|
|
2221
|
+
n0,
|
|
2222
|
+
_LLAG,
|
|
2223
|
+
0,
|
|
2224
|
+
() => ListLicenseAssetGroupsRequest,
|
|
2225
|
+
() => ListLicenseAssetGroupsResponse,
|
|
2226
|
+
];
|
|
2227
|
+
var ListLicenseAssetRulesets = [
|
|
2228
|
+
9,
|
|
2229
|
+
n0,
|
|
2230
|
+
_LLAR,
|
|
2231
|
+
0,
|
|
2232
|
+
() => ListLicenseAssetRulesetsRequest,
|
|
2233
|
+
() => ListLicenseAssetRulesetsResponse,
|
|
2234
|
+
];
|
|
1851
2235
|
var ListLicenseConfigurations = [
|
|
1852
2236
|
9,
|
|
1853
2237
|
n0,
|
|
@@ -1856,6 +2240,14 @@ var ListLicenseConfigurations = [
|
|
|
1856
2240
|
() => ListLicenseConfigurationsRequest,
|
|
1857
2241
|
() => ListLicenseConfigurationsResponse,
|
|
1858
2242
|
];
|
|
2243
|
+
var ListLicenseConfigurationsForOrganization = [
|
|
2244
|
+
9,
|
|
2245
|
+
n0,
|
|
2246
|
+
_LLCFO,
|
|
2247
|
+
0,
|
|
2248
|
+
() => ListLicenseConfigurationsForOrganizationRequest,
|
|
2249
|
+
() => ListLicenseConfigurationsForOrganizationResponse,
|
|
2250
|
+
];
|
|
1859
2251
|
var ListLicenseConversionTasks = [
|
|
1860
2252
|
9,
|
|
1861
2253
|
n0,
|
|
@@ -1963,6 +2355,22 @@ var UntagResource = [
|
|
|
1963
2355
|
() => UntagResourceRequest,
|
|
1964
2356
|
() => UntagResourceResponse,
|
|
1965
2357
|
];
|
|
2358
|
+
var UpdateLicenseAssetGroup = [
|
|
2359
|
+
9,
|
|
2360
|
+
n0,
|
|
2361
|
+
_ULAG,
|
|
2362
|
+
0,
|
|
2363
|
+
() => UpdateLicenseAssetGroupRequest,
|
|
2364
|
+
() => UpdateLicenseAssetGroupResponse,
|
|
2365
|
+
];
|
|
2366
|
+
var UpdateLicenseAssetRuleset = [
|
|
2367
|
+
9,
|
|
2368
|
+
n0,
|
|
2369
|
+
_ULAR,
|
|
2370
|
+
0,
|
|
2371
|
+
() => UpdateLicenseAssetRulesetRequest,
|
|
2372
|
+
() => UpdateLicenseAssetRulesetResponse,
|
|
2373
|
+
];
|
|
1966
2374
|
var UpdateLicenseConfiguration = [
|
|
1967
2375
|
9,
|
|
1968
2376
|
n0,
|
|
@@ -2068,6 +2476,30 @@ class CreateGrantVersionCommand extends smithyClient.Command
|
|
|
2068
2476
|
.build() {
|
|
2069
2477
|
}
|
|
2070
2478
|
|
|
2479
|
+
class CreateLicenseAssetGroupCommand extends smithyClient.Command
|
|
2480
|
+
.classBuilder()
|
|
2481
|
+
.ep(commonParams)
|
|
2482
|
+
.m(function (Command, cs, config, o) {
|
|
2483
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2484
|
+
})
|
|
2485
|
+
.s("AWSLicenseManager", "CreateLicenseAssetGroup", {})
|
|
2486
|
+
.n("LicenseManagerClient", "CreateLicenseAssetGroupCommand")
|
|
2487
|
+
.sc(CreateLicenseAssetGroup)
|
|
2488
|
+
.build() {
|
|
2489
|
+
}
|
|
2490
|
+
|
|
2491
|
+
class CreateLicenseAssetRulesetCommand extends smithyClient.Command
|
|
2492
|
+
.classBuilder()
|
|
2493
|
+
.ep(commonParams)
|
|
2494
|
+
.m(function (Command, cs, config, o) {
|
|
2495
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2496
|
+
})
|
|
2497
|
+
.s("AWSLicenseManager", "CreateLicenseAssetRuleset", {})
|
|
2498
|
+
.n("LicenseManagerClient", "CreateLicenseAssetRulesetCommand")
|
|
2499
|
+
.sc(CreateLicenseAssetRuleset)
|
|
2500
|
+
.build() {
|
|
2501
|
+
}
|
|
2502
|
+
|
|
2071
2503
|
class CreateLicenseCommand extends smithyClient.Command
|
|
2072
2504
|
.classBuilder()
|
|
2073
2505
|
.ep(commonParams)
|
|
@@ -2152,6 +2584,30 @@ class DeleteGrantCommand extends smithyClient.Command
|
|
|
2152
2584
|
.build() {
|
|
2153
2585
|
}
|
|
2154
2586
|
|
|
2587
|
+
class DeleteLicenseAssetGroupCommand extends smithyClient.Command
|
|
2588
|
+
.classBuilder()
|
|
2589
|
+
.ep(commonParams)
|
|
2590
|
+
.m(function (Command, cs, config, o) {
|
|
2591
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2592
|
+
})
|
|
2593
|
+
.s("AWSLicenseManager", "DeleteLicenseAssetGroup", {})
|
|
2594
|
+
.n("LicenseManagerClient", "DeleteLicenseAssetGroupCommand")
|
|
2595
|
+
.sc(DeleteLicenseAssetGroup)
|
|
2596
|
+
.build() {
|
|
2597
|
+
}
|
|
2598
|
+
|
|
2599
|
+
class DeleteLicenseAssetRulesetCommand extends smithyClient.Command
|
|
2600
|
+
.classBuilder()
|
|
2601
|
+
.ep(commonParams)
|
|
2602
|
+
.m(function (Command, cs, config, o) {
|
|
2603
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2604
|
+
})
|
|
2605
|
+
.s("AWSLicenseManager", "DeleteLicenseAssetRuleset", {})
|
|
2606
|
+
.n("LicenseManagerClient", "DeleteLicenseAssetRulesetCommand")
|
|
2607
|
+
.sc(DeleteLicenseAssetRuleset)
|
|
2608
|
+
.build() {
|
|
2609
|
+
}
|
|
2610
|
+
|
|
2155
2611
|
class DeleteLicenseCommand extends smithyClient.Command
|
|
2156
2612
|
.classBuilder()
|
|
2157
2613
|
.ep(commonParams)
|
|
@@ -2236,6 +2692,30 @@ class GetGrantCommand extends smithyClient.Command
|
|
|
2236
2692
|
.build() {
|
|
2237
2693
|
}
|
|
2238
2694
|
|
|
2695
|
+
class GetLicenseAssetGroupCommand extends smithyClient.Command
|
|
2696
|
+
.classBuilder()
|
|
2697
|
+
.ep(commonParams)
|
|
2698
|
+
.m(function (Command, cs, config, o) {
|
|
2699
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2700
|
+
})
|
|
2701
|
+
.s("AWSLicenseManager", "GetLicenseAssetGroup", {})
|
|
2702
|
+
.n("LicenseManagerClient", "GetLicenseAssetGroupCommand")
|
|
2703
|
+
.sc(GetLicenseAssetGroup)
|
|
2704
|
+
.build() {
|
|
2705
|
+
}
|
|
2706
|
+
|
|
2707
|
+
class GetLicenseAssetRulesetCommand extends smithyClient.Command
|
|
2708
|
+
.classBuilder()
|
|
2709
|
+
.ep(commonParams)
|
|
2710
|
+
.m(function (Command, cs, config, o) {
|
|
2711
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2712
|
+
})
|
|
2713
|
+
.s("AWSLicenseManager", "GetLicenseAssetRuleset", {})
|
|
2714
|
+
.n("LicenseManagerClient", "GetLicenseAssetRulesetCommand")
|
|
2715
|
+
.sc(GetLicenseAssetRuleset)
|
|
2716
|
+
.build() {
|
|
2717
|
+
}
|
|
2718
|
+
|
|
2239
2719
|
class GetLicenseCommand extends smithyClient.Command
|
|
2240
2720
|
.classBuilder()
|
|
2241
2721
|
.ep(commonParams)
|
|
@@ -2308,6 +2788,18 @@ class GetServiceSettingsCommand extends smithyClient.Command
|
|
|
2308
2788
|
.build() {
|
|
2309
2789
|
}
|
|
2310
2790
|
|
|
2791
|
+
class ListAssetsForLicenseAssetGroupCommand extends smithyClient.Command
|
|
2792
|
+
.classBuilder()
|
|
2793
|
+
.ep(commonParams)
|
|
2794
|
+
.m(function (Command, cs, config, o) {
|
|
2795
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2796
|
+
})
|
|
2797
|
+
.s("AWSLicenseManager", "ListAssetsForLicenseAssetGroup", {})
|
|
2798
|
+
.n("LicenseManagerClient", "ListAssetsForLicenseAssetGroupCommand")
|
|
2799
|
+
.sc(ListAssetsForLicenseAssetGroup)
|
|
2800
|
+
.build() {
|
|
2801
|
+
}
|
|
2802
|
+
|
|
2311
2803
|
class ListAssociationsForLicenseConfigurationCommand extends smithyClient.Command
|
|
2312
2804
|
.classBuilder()
|
|
2313
2805
|
.ep(commonParams)
|
|
@@ -2344,6 +2836,30 @@ class ListFailuresForLicenseConfigurationOperationsCommand extends smithyClient.
|
|
|
2344
2836
|
.build() {
|
|
2345
2837
|
}
|
|
2346
2838
|
|
|
2839
|
+
class ListLicenseAssetGroupsCommand extends smithyClient.Command
|
|
2840
|
+
.classBuilder()
|
|
2841
|
+
.ep(commonParams)
|
|
2842
|
+
.m(function (Command, cs, config, o) {
|
|
2843
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2844
|
+
})
|
|
2845
|
+
.s("AWSLicenseManager", "ListLicenseAssetGroups", {})
|
|
2846
|
+
.n("LicenseManagerClient", "ListLicenseAssetGroupsCommand")
|
|
2847
|
+
.sc(ListLicenseAssetGroups)
|
|
2848
|
+
.build() {
|
|
2849
|
+
}
|
|
2850
|
+
|
|
2851
|
+
class ListLicenseAssetRulesetsCommand extends smithyClient.Command
|
|
2852
|
+
.classBuilder()
|
|
2853
|
+
.ep(commonParams)
|
|
2854
|
+
.m(function (Command, cs, config, o) {
|
|
2855
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2856
|
+
})
|
|
2857
|
+
.s("AWSLicenseManager", "ListLicenseAssetRulesets", {})
|
|
2858
|
+
.n("LicenseManagerClient", "ListLicenseAssetRulesetsCommand")
|
|
2859
|
+
.sc(ListLicenseAssetRulesets)
|
|
2860
|
+
.build() {
|
|
2861
|
+
}
|
|
2862
|
+
|
|
2347
2863
|
class ListLicenseConfigurationsCommand extends smithyClient.Command
|
|
2348
2864
|
.classBuilder()
|
|
2349
2865
|
.ep(commonParams)
|
|
@@ -2356,6 +2872,18 @@ class ListLicenseConfigurationsCommand extends smithyClient.Command
|
|
|
2356
2872
|
.build() {
|
|
2357
2873
|
}
|
|
2358
2874
|
|
|
2875
|
+
class ListLicenseConfigurationsForOrganizationCommand extends smithyClient.Command
|
|
2876
|
+
.classBuilder()
|
|
2877
|
+
.ep(commonParams)
|
|
2878
|
+
.m(function (Command, cs, config, o) {
|
|
2879
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2880
|
+
})
|
|
2881
|
+
.s("AWSLicenseManager", "ListLicenseConfigurationsForOrganization", {})
|
|
2882
|
+
.n("LicenseManagerClient", "ListLicenseConfigurationsForOrganizationCommand")
|
|
2883
|
+
.sc(ListLicenseConfigurationsForOrganization)
|
|
2884
|
+
.build() {
|
|
2885
|
+
}
|
|
2886
|
+
|
|
2359
2887
|
class ListLicenseConversionTasksCommand extends smithyClient.Command
|
|
2360
2888
|
.classBuilder()
|
|
2361
2889
|
.ep(commonParams)
|
|
@@ -2548,6 +3076,30 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
2548
3076
|
.build() {
|
|
2549
3077
|
}
|
|
2550
3078
|
|
|
3079
|
+
class UpdateLicenseAssetGroupCommand extends smithyClient.Command
|
|
3080
|
+
.classBuilder()
|
|
3081
|
+
.ep(commonParams)
|
|
3082
|
+
.m(function (Command, cs, config, o) {
|
|
3083
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3084
|
+
})
|
|
3085
|
+
.s("AWSLicenseManager", "UpdateLicenseAssetGroup", {})
|
|
3086
|
+
.n("LicenseManagerClient", "UpdateLicenseAssetGroupCommand")
|
|
3087
|
+
.sc(UpdateLicenseAssetGroup)
|
|
3088
|
+
.build() {
|
|
3089
|
+
}
|
|
3090
|
+
|
|
3091
|
+
class UpdateLicenseAssetRulesetCommand extends smithyClient.Command
|
|
3092
|
+
.classBuilder()
|
|
3093
|
+
.ep(commonParams)
|
|
3094
|
+
.m(function (Command, cs, config, o) {
|
|
3095
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3096
|
+
})
|
|
3097
|
+
.s("AWSLicenseManager", "UpdateLicenseAssetRuleset", {})
|
|
3098
|
+
.n("LicenseManagerClient", "UpdateLicenseAssetRulesetCommand")
|
|
3099
|
+
.sc(UpdateLicenseAssetRuleset)
|
|
3100
|
+
.build() {
|
|
3101
|
+
}
|
|
3102
|
+
|
|
2551
3103
|
class UpdateLicenseConfigurationCommand extends smithyClient.Command
|
|
2552
3104
|
.classBuilder()
|
|
2553
3105
|
.ep(commonParams)
|
|
@@ -2604,6 +3156,8 @@ const commands = {
|
|
|
2604
3156
|
CreateGrantCommand,
|
|
2605
3157
|
CreateGrantVersionCommand,
|
|
2606
3158
|
CreateLicenseCommand,
|
|
3159
|
+
CreateLicenseAssetGroupCommand,
|
|
3160
|
+
CreateLicenseAssetRulesetCommand,
|
|
2607
3161
|
CreateLicenseConfigurationCommand,
|
|
2608
3162
|
CreateLicenseConversionTaskForResourceCommand,
|
|
2609
3163
|
CreateLicenseManagerReportGeneratorCommand,
|
|
@@ -2611,6 +3165,8 @@ const commands = {
|
|
|
2611
3165
|
CreateTokenCommand,
|
|
2612
3166
|
DeleteGrantCommand,
|
|
2613
3167
|
DeleteLicenseCommand,
|
|
3168
|
+
DeleteLicenseAssetGroupCommand,
|
|
3169
|
+
DeleteLicenseAssetRulesetCommand,
|
|
2614
3170
|
DeleteLicenseConfigurationCommand,
|
|
2615
3171
|
DeleteLicenseManagerReportGeneratorCommand,
|
|
2616
3172
|
DeleteTokenCommand,
|
|
@@ -2618,15 +3174,21 @@ const commands = {
|
|
|
2618
3174
|
GetAccessTokenCommand,
|
|
2619
3175
|
GetGrantCommand,
|
|
2620
3176
|
GetLicenseCommand,
|
|
3177
|
+
GetLicenseAssetGroupCommand,
|
|
3178
|
+
GetLicenseAssetRulesetCommand,
|
|
2621
3179
|
GetLicenseConfigurationCommand,
|
|
2622
3180
|
GetLicenseConversionTaskCommand,
|
|
2623
3181
|
GetLicenseManagerReportGeneratorCommand,
|
|
2624
3182
|
GetLicenseUsageCommand,
|
|
2625
3183
|
GetServiceSettingsCommand,
|
|
3184
|
+
ListAssetsForLicenseAssetGroupCommand,
|
|
2626
3185
|
ListAssociationsForLicenseConfigurationCommand,
|
|
2627
3186
|
ListDistributedGrantsCommand,
|
|
2628
3187
|
ListFailuresForLicenseConfigurationOperationsCommand,
|
|
3188
|
+
ListLicenseAssetGroupsCommand,
|
|
3189
|
+
ListLicenseAssetRulesetsCommand,
|
|
2629
3190
|
ListLicenseConfigurationsCommand,
|
|
3191
|
+
ListLicenseConfigurationsForOrganizationCommand,
|
|
2630
3192
|
ListLicenseConversionTasksCommand,
|
|
2631
3193
|
ListLicenseManagerReportGeneratorsCommand,
|
|
2632
3194
|
ListLicensesCommand,
|
|
@@ -2643,6 +3205,8 @@ const commands = {
|
|
|
2643
3205
|
RejectGrantCommand,
|
|
2644
3206
|
TagResourceCommand,
|
|
2645
3207
|
UntagResourceCommand,
|
|
3208
|
+
UpdateLicenseAssetGroupCommand,
|
|
3209
|
+
UpdateLicenseAssetRulesetCommand,
|
|
2646
3210
|
UpdateLicenseConfigurationCommand,
|
|
2647
3211
|
UpdateLicenseManagerReportGeneratorCommand,
|
|
2648
3212
|
UpdateLicenseSpecificationsForResourceCommand,
|
|
@@ -2767,9 +3331,11 @@ const ProductCodeType = {
|
|
|
2767
3331
|
const ReportFrequencyType = {
|
|
2768
3332
|
DAY: "DAY",
|
|
2769
3333
|
MONTH: "MONTH",
|
|
3334
|
+
ONE_TIME: "ONE_TIME",
|
|
2770
3335
|
WEEK: "WEEK",
|
|
2771
3336
|
};
|
|
2772
3337
|
const ReportType = {
|
|
3338
|
+
LICENSE_ASSET_GROUP_USAGE_REPORT: "LicenseAssetGroupUsageReport",
|
|
2773
3339
|
LICENSE_CONFIGURATION_SUMMARY_REPORT: "LicenseConfigurationSummaryReport",
|
|
2774
3340
|
LICENSE_CONFIGURATION_USAGE_REPORT: "LicenseConfigurationUsageReport",
|
|
2775
3341
|
};
|
|
@@ -2780,6 +3346,11 @@ const LicenseDeletionStatus = {
|
|
|
2780
3346
|
DELETED: "DELETED",
|
|
2781
3347
|
PENDING_DELETE: "PENDING_DELETE",
|
|
2782
3348
|
};
|
|
3349
|
+
const LicenseAssetGroupStatus = {
|
|
3350
|
+
ACTIVE: "ACTIVE",
|
|
3351
|
+
DELETED: "DELETED",
|
|
3352
|
+
DISABLED: "DISABLED",
|
|
3353
|
+
};
|
|
2783
3354
|
const ResourceType = {
|
|
2784
3355
|
EC2_AMI: "EC2_AMI",
|
|
2785
3356
|
EC2_HOST: "EC2_HOST",
|
|
@@ -2833,6 +3404,8 @@ exports.CheckoutType = CheckoutType;
|
|
|
2833
3404
|
exports.ConflictException = ConflictException$1;
|
|
2834
3405
|
exports.CreateGrantCommand = CreateGrantCommand;
|
|
2835
3406
|
exports.CreateGrantVersionCommand = CreateGrantVersionCommand;
|
|
3407
|
+
exports.CreateLicenseAssetGroupCommand = CreateLicenseAssetGroupCommand;
|
|
3408
|
+
exports.CreateLicenseAssetRulesetCommand = CreateLicenseAssetRulesetCommand;
|
|
2836
3409
|
exports.CreateLicenseCommand = CreateLicenseCommand;
|
|
2837
3410
|
exports.CreateLicenseConfigurationCommand = CreateLicenseConfigurationCommand;
|
|
2838
3411
|
exports.CreateLicenseConversionTaskForResourceCommand = CreateLicenseConversionTaskForResourceCommand;
|
|
@@ -2840,6 +3413,8 @@ exports.CreateLicenseManagerReportGeneratorCommand = CreateLicenseManagerReportG
|
|
|
2840
3413
|
exports.CreateLicenseVersionCommand = CreateLicenseVersionCommand;
|
|
2841
3414
|
exports.CreateTokenCommand = CreateTokenCommand;
|
|
2842
3415
|
exports.DeleteGrantCommand = DeleteGrantCommand;
|
|
3416
|
+
exports.DeleteLicenseAssetGroupCommand = DeleteLicenseAssetGroupCommand;
|
|
3417
|
+
exports.DeleteLicenseAssetRulesetCommand = DeleteLicenseAssetRulesetCommand;
|
|
2843
3418
|
exports.DeleteLicenseCommand = DeleteLicenseCommand;
|
|
2844
3419
|
exports.DeleteLicenseConfigurationCommand = DeleteLicenseConfigurationCommand;
|
|
2845
3420
|
exports.DeleteLicenseManagerReportGeneratorCommand = DeleteLicenseManagerReportGeneratorCommand;
|
|
@@ -2853,6 +3428,8 @@ exports.FailedDependencyException = FailedDependencyException$1;
|
|
|
2853
3428
|
exports.FilterLimitExceededException = FilterLimitExceededException$1;
|
|
2854
3429
|
exports.GetAccessTokenCommand = GetAccessTokenCommand;
|
|
2855
3430
|
exports.GetGrantCommand = GetGrantCommand;
|
|
3431
|
+
exports.GetLicenseAssetGroupCommand = GetLicenseAssetGroupCommand;
|
|
3432
|
+
exports.GetLicenseAssetRulesetCommand = GetLicenseAssetRulesetCommand;
|
|
2856
3433
|
exports.GetLicenseCommand = GetLicenseCommand;
|
|
2857
3434
|
exports.GetLicenseConfigurationCommand = GetLicenseConfigurationCommand;
|
|
2858
3435
|
exports.GetLicenseConversionTaskCommand = GetLicenseConversionTaskCommand;
|
|
@@ -2863,6 +3440,7 @@ exports.GrantStatus = GrantStatus;
|
|
|
2863
3440
|
exports.InvalidParameterValueException = InvalidParameterValueException$1;
|
|
2864
3441
|
exports.InvalidResourceStateException = InvalidResourceStateException$1;
|
|
2865
3442
|
exports.InventoryFilterCondition = InventoryFilterCondition;
|
|
3443
|
+
exports.LicenseAssetGroupStatus = LicenseAssetGroupStatus;
|
|
2866
3444
|
exports.LicenseConfigurationStatus = LicenseConfigurationStatus;
|
|
2867
3445
|
exports.LicenseConversionTaskStatus = LicenseConversionTaskStatus;
|
|
2868
3446
|
exports.LicenseCountingType = LicenseCountingType;
|
|
@@ -2872,10 +3450,14 @@ exports.LicenseManagerClient = LicenseManagerClient;
|
|
|
2872
3450
|
exports.LicenseManagerServiceException = LicenseManagerServiceException$1;
|
|
2873
3451
|
exports.LicenseStatus = LicenseStatus;
|
|
2874
3452
|
exports.LicenseUsageException = LicenseUsageException$1;
|
|
3453
|
+
exports.ListAssetsForLicenseAssetGroupCommand = ListAssetsForLicenseAssetGroupCommand;
|
|
2875
3454
|
exports.ListAssociationsForLicenseConfigurationCommand = ListAssociationsForLicenseConfigurationCommand;
|
|
2876
3455
|
exports.ListDistributedGrantsCommand = ListDistributedGrantsCommand;
|
|
2877
3456
|
exports.ListFailuresForLicenseConfigurationOperationsCommand = ListFailuresForLicenseConfigurationOperationsCommand;
|
|
3457
|
+
exports.ListLicenseAssetGroupsCommand = ListLicenseAssetGroupsCommand;
|
|
3458
|
+
exports.ListLicenseAssetRulesetsCommand = ListLicenseAssetRulesetsCommand;
|
|
2878
3459
|
exports.ListLicenseConfigurationsCommand = ListLicenseConfigurationsCommand;
|
|
3460
|
+
exports.ListLicenseConfigurationsForOrganizationCommand = ListLicenseConfigurationsForOrganizationCommand;
|
|
2879
3461
|
exports.ListLicenseConversionTasksCommand = ListLicenseConversionTasksCommand;
|
|
2880
3462
|
exports.ListLicenseManagerReportGeneratorsCommand = ListLicenseManagerReportGeneratorsCommand;
|
|
2881
3463
|
exports.ListLicenseSpecificationsForResourceCommand = ListLicenseSpecificationsForResourceCommand;
|
|
@@ -2906,6 +3488,8 @@ exports.TagResourceCommand = TagResourceCommand;
|
|
|
2906
3488
|
exports.TokenType = TokenType;
|
|
2907
3489
|
exports.UnsupportedDigitalSignatureMethodException = UnsupportedDigitalSignatureMethodException$1;
|
|
2908
3490
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
3491
|
+
exports.UpdateLicenseAssetGroupCommand = UpdateLicenseAssetGroupCommand;
|
|
3492
|
+
exports.UpdateLicenseAssetRulesetCommand = UpdateLicenseAssetRulesetCommand;
|
|
2909
3493
|
exports.UpdateLicenseConfigurationCommand = UpdateLicenseConfigurationCommand;
|
|
2910
3494
|
exports.UpdateLicenseManagerReportGeneratorCommand = UpdateLicenseManagerReportGeneratorCommand;
|
|
2911
3495
|
exports.UpdateLicenseSpecificationsForResourceCommand = UpdateLicenseSpecificationsForResourceCommand;
|