@aws-sdk/client-license-manager 3.936.0 → 3.939.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 +2 -2
package/README.md
CHANGED
|
@@ -259,6 +259,22 @@ CreateLicense
|
|
|
259
259
|
|
|
260
260
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/license-manager/command/CreateLicenseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/CreateLicenseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/CreateLicenseCommandOutput/)
|
|
261
261
|
|
|
262
|
+
</details>
|
|
263
|
+
<details>
|
|
264
|
+
<summary>
|
|
265
|
+
CreateLicenseAssetGroup
|
|
266
|
+
</summary>
|
|
267
|
+
|
|
268
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/license-manager/command/CreateLicenseAssetGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/CreateLicenseAssetGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/CreateLicenseAssetGroupCommandOutput/)
|
|
269
|
+
|
|
270
|
+
</details>
|
|
271
|
+
<details>
|
|
272
|
+
<summary>
|
|
273
|
+
CreateLicenseAssetRuleset
|
|
274
|
+
</summary>
|
|
275
|
+
|
|
276
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/license-manager/command/CreateLicenseAssetRulesetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/CreateLicenseAssetRulesetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/CreateLicenseAssetRulesetCommandOutput/)
|
|
277
|
+
|
|
262
278
|
</details>
|
|
263
279
|
<details>
|
|
264
280
|
<summary>
|
|
@@ -315,6 +331,22 @@ DeleteLicense
|
|
|
315
331
|
|
|
316
332
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/license-manager/command/DeleteLicenseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/DeleteLicenseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/DeleteLicenseCommandOutput/)
|
|
317
333
|
|
|
334
|
+
</details>
|
|
335
|
+
<details>
|
|
336
|
+
<summary>
|
|
337
|
+
DeleteLicenseAssetGroup
|
|
338
|
+
</summary>
|
|
339
|
+
|
|
340
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/license-manager/command/DeleteLicenseAssetGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/DeleteLicenseAssetGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/DeleteLicenseAssetGroupCommandOutput/)
|
|
341
|
+
|
|
342
|
+
</details>
|
|
343
|
+
<details>
|
|
344
|
+
<summary>
|
|
345
|
+
DeleteLicenseAssetRuleset
|
|
346
|
+
</summary>
|
|
347
|
+
|
|
348
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/license-manager/command/DeleteLicenseAssetRulesetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/DeleteLicenseAssetRulesetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/DeleteLicenseAssetRulesetCommandOutput/)
|
|
349
|
+
|
|
318
350
|
</details>
|
|
319
351
|
<details>
|
|
320
352
|
<summary>
|
|
@@ -371,6 +403,22 @@ GetLicense
|
|
|
371
403
|
|
|
372
404
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/license-manager/command/GetLicenseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/GetLicenseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/GetLicenseCommandOutput/)
|
|
373
405
|
|
|
406
|
+
</details>
|
|
407
|
+
<details>
|
|
408
|
+
<summary>
|
|
409
|
+
GetLicenseAssetGroup
|
|
410
|
+
</summary>
|
|
411
|
+
|
|
412
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/license-manager/command/GetLicenseAssetGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/GetLicenseAssetGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/GetLicenseAssetGroupCommandOutput/)
|
|
413
|
+
|
|
414
|
+
</details>
|
|
415
|
+
<details>
|
|
416
|
+
<summary>
|
|
417
|
+
GetLicenseAssetRuleset
|
|
418
|
+
</summary>
|
|
419
|
+
|
|
420
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/license-manager/command/GetLicenseAssetRulesetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/GetLicenseAssetRulesetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/GetLicenseAssetRulesetCommandOutput/)
|
|
421
|
+
|
|
374
422
|
</details>
|
|
375
423
|
<details>
|
|
376
424
|
<summary>
|
|
@@ -411,6 +459,14 @@ GetServiceSettings
|
|
|
411
459
|
|
|
412
460
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/license-manager/command/GetServiceSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/GetServiceSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/GetServiceSettingsCommandOutput/)
|
|
413
461
|
|
|
462
|
+
</details>
|
|
463
|
+
<details>
|
|
464
|
+
<summary>
|
|
465
|
+
ListAssetsForLicenseAssetGroup
|
|
466
|
+
</summary>
|
|
467
|
+
|
|
468
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/license-manager/command/ListAssetsForLicenseAssetGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/ListAssetsForLicenseAssetGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/ListAssetsForLicenseAssetGroupCommandOutput/)
|
|
469
|
+
|
|
414
470
|
</details>
|
|
415
471
|
<details>
|
|
416
472
|
<summary>
|
|
@@ -435,6 +491,22 @@ ListFailuresForLicenseConfigurationOperations
|
|
|
435
491
|
|
|
436
492
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/license-manager/command/ListFailuresForLicenseConfigurationOperationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/ListFailuresForLicenseConfigurationOperationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/ListFailuresForLicenseConfigurationOperationsCommandOutput/)
|
|
437
493
|
|
|
494
|
+
</details>
|
|
495
|
+
<details>
|
|
496
|
+
<summary>
|
|
497
|
+
ListLicenseAssetGroups
|
|
498
|
+
</summary>
|
|
499
|
+
|
|
500
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/license-manager/command/ListLicenseAssetGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/ListLicenseAssetGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/ListLicenseAssetGroupsCommandOutput/)
|
|
501
|
+
|
|
502
|
+
</details>
|
|
503
|
+
<details>
|
|
504
|
+
<summary>
|
|
505
|
+
ListLicenseAssetRulesets
|
|
506
|
+
</summary>
|
|
507
|
+
|
|
508
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/license-manager/command/ListLicenseAssetRulesetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/ListLicenseAssetRulesetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/ListLicenseAssetRulesetsCommandOutput/)
|
|
509
|
+
|
|
438
510
|
</details>
|
|
439
511
|
<details>
|
|
440
512
|
<summary>
|
|
@@ -443,6 +515,14 @@ ListLicenseConfigurations
|
|
|
443
515
|
|
|
444
516
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/license-manager/command/ListLicenseConfigurationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/ListLicenseConfigurationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/ListLicenseConfigurationsCommandOutput/)
|
|
445
517
|
|
|
518
|
+
</details>
|
|
519
|
+
<details>
|
|
520
|
+
<summary>
|
|
521
|
+
ListLicenseConfigurationsForOrganization
|
|
522
|
+
</summary>
|
|
523
|
+
|
|
524
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/license-manager/command/ListLicenseConfigurationsForOrganizationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/ListLicenseConfigurationsForOrganizationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/ListLicenseConfigurationsForOrganizationCommandOutput/)
|
|
525
|
+
|
|
446
526
|
</details>
|
|
447
527
|
<details>
|
|
448
528
|
<summary>
|
|
@@ -571,6 +651,22 @@ UntagResource
|
|
|
571
651
|
|
|
572
652
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/license-manager/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/UntagResourceCommandOutput/)
|
|
573
653
|
|
|
654
|
+
</details>
|
|
655
|
+
<details>
|
|
656
|
+
<summary>
|
|
657
|
+
UpdateLicenseAssetGroup
|
|
658
|
+
</summary>
|
|
659
|
+
|
|
660
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/license-manager/command/UpdateLicenseAssetGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/UpdateLicenseAssetGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/UpdateLicenseAssetGroupCommandOutput/)
|
|
661
|
+
|
|
662
|
+
</details>
|
|
663
|
+
<details>
|
|
664
|
+
<summary>
|
|
665
|
+
UpdateLicenseAssetRuleset
|
|
666
|
+
</summary>
|
|
667
|
+
|
|
668
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/license-manager/command/UpdateLicenseAssetRulesetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/UpdateLicenseAssetRulesetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager/Interface/UpdateLicenseAssetRulesetCommandOutput/)
|
|
669
|
+
|
|
574
670
|
</details>
|
|
575
671
|
<details>
|
|
576
672
|
<summary>
|