@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.
Files changed (69) hide show
  1. package/README.md +96 -0
  2. package/dist-cjs/index.js +605 -21
  3. package/dist-es/LicenseManager.js +24 -0
  4. package/dist-es/commands/CreateLicenseAssetGroupCommand.js +16 -0
  5. package/dist-es/commands/CreateLicenseAssetRulesetCommand.js +16 -0
  6. package/dist-es/commands/DeleteLicenseAssetGroupCommand.js +16 -0
  7. package/dist-es/commands/DeleteLicenseAssetRulesetCommand.js +16 -0
  8. package/dist-es/commands/GetLicenseAssetGroupCommand.js +16 -0
  9. package/dist-es/commands/GetLicenseAssetRulesetCommand.js +16 -0
  10. package/dist-es/commands/ListAssetsForLicenseAssetGroupCommand.js +16 -0
  11. package/dist-es/commands/ListLicenseAssetGroupsCommand.js +16 -0
  12. package/dist-es/commands/ListLicenseAssetRulesetsCommand.js +16 -0
  13. package/dist-es/commands/ListLicenseConfigurationsForOrganizationCommand.js +16 -0
  14. package/dist-es/commands/UpdateLicenseAssetGroupCommand.js +16 -0
  15. package/dist-es/commands/UpdateLicenseAssetRulesetCommand.js +16 -0
  16. package/dist-es/commands/index.js +12 -0
  17. package/dist-es/models/enums.js +7 -0
  18. package/dist-es/schemas/schemas_0.js +430 -21
  19. package/dist-types/LicenseManager.d.ts +87 -0
  20. package/dist-types/LicenseManagerClient.d.ts +14 -2
  21. package/dist-types/commands/CreateLicenseAssetGroupCommand.d.ts +116 -0
  22. package/dist-types/commands/CreateLicenseAssetRulesetCommand.d.ts +206 -0
  23. package/dist-types/commands/CreateLicenseConfigurationCommand.d.ts +1 -0
  24. package/dist-types/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +8 -3
  25. package/dist-types/commands/DeleteLicenseAssetGroupCommand.d.ts +93 -0
  26. package/dist-types/commands/DeleteLicenseAssetRulesetCommand.d.ts +91 -0
  27. package/dist-types/commands/GetLicenseAssetGroupCommand.d.ts +115 -0
  28. package/dist-types/commands/GetLicenseAssetRulesetCommand.d.ts +202 -0
  29. package/dist-types/commands/GetLicenseConfigurationCommand.d.ts +1 -0
  30. package/dist-types/commands/GetLicenseManagerReportGeneratorCommand.d.ts +8 -3
  31. package/dist-types/commands/GetServiceSettingsCommand.d.ts +16 -0
  32. package/dist-types/commands/ListAssetsForLicenseAssetGroupCommand.d.ts +102 -0
  33. package/dist-types/commands/ListLicenseAssetGroupsCommand.d.ts +127 -0
  34. package/dist-types/commands/ListLicenseAssetRulesetsCommand.d.ts +215 -0
  35. package/dist-types/commands/ListLicenseConfigurationsCommand.d.ts +1 -0
  36. package/dist-types/commands/ListLicenseConfigurationsForOrganizationCommand.d.ts +153 -0
  37. package/dist-types/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +8 -3
  38. package/dist-types/commands/ListResourceInventoryCommand.d.ts +8 -0
  39. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
  40. package/dist-types/commands/TagResourceCommand.d.ts +3 -0
  41. package/dist-types/commands/UntagResourceCommand.d.ts +3 -0
  42. package/dist-types/commands/UpdateLicenseAssetGroupCommand.d.ts +112 -0
  43. package/dist-types/commands/UpdateLicenseAssetRulesetCommand.d.ts +201 -0
  44. package/dist-types/commands/UpdateLicenseConfigurationCommand.d.ts +1 -0
  45. package/dist-types/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +8 -3
  46. package/dist-types/commands/UpdateServiceSettingsCommand.d.ts +9 -0
  47. package/dist-types/commands/index.d.ts +12 -0
  48. package/dist-types/models/enums.d.ts +15 -0
  49. package/dist-types/models/models_0.d.ts +991 -4
  50. package/dist-types/schemas/schemas_0.d.ts +65 -1
  51. package/dist-types/ts3.4/LicenseManager.d.ts +213 -0
  52. package/dist-types/ts3.4/LicenseManagerClient.d.ts +72 -0
  53. package/dist-types/ts3.4/commands/CreateLicenseAssetGroupCommand.d.ts +51 -0
  54. package/dist-types/ts3.4/commands/CreateLicenseAssetRulesetCommand.d.ts +51 -0
  55. package/dist-types/ts3.4/commands/DeleteLicenseAssetGroupCommand.d.ts +51 -0
  56. package/dist-types/ts3.4/commands/DeleteLicenseAssetRulesetCommand.d.ts +51 -0
  57. package/dist-types/ts3.4/commands/GetLicenseAssetGroupCommand.d.ts +51 -0
  58. package/dist-types/ts3.4/commands/GetLicenseAssetRulesetCommand.d.ts +51 -0
  59. package/dist-types/ts3.4/commands/ListAssetsForLicenseAssetGroupCommand.d.ts +51 -0
  60. package/dist-types/ts3.4/commands/ListLicenseAssetGroupsCommand.d.ts +51 -0
  61. package/dist-types/ts3.4/commands/ListLicenseAssetRulesetsCommand.d.ts +51 -0
  62. package/dist-types/ts3.4/commands/ListLicenseConfigurationsForOrganizationCommand.d.ts +51 -0
  63. package/dist-types/ts3.4/commands/UpdateLicenseAssetGroupCommand.d.ts +51 -0
  64. package/dist-types/ts3.4/commands/UpdateLicenseAssetRulesetCommand.d.ts +51 -0
  65. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  66. package/dist-types/ts3.4/models/enums.d.ts +9 -0
  67. package/dist-types/ts3.4/models/models_0.d.ts +216 -1
  68. package/dist-types/ts3.4/schemas/schemas_0.d.ts +65 -0
  69. package/package.json +1 -1
@@ -5,6 +5,8 @@ import { CheckoutBorrowLicenseCommand, } from "./commands/CheckoutBorrowLicenseC
5
5
  import { CheckoutLicenseCommand, } from "./commands/CheckoutLicenseCommand";
6
6
  import { CreateGrantCommand } from "./commands/CreateGrantCommand";
7
7
  import { CreateGrantVersionCommand, } from "./commands/CreateGrantVersionCommand";
8
+ import { CreateLicenseAssetGroupCommand, } from "./commands/CreateLicenseAssetGroupCommand";
9
+ import { CreateLicenseAssetRulesetCommand, } from "./commands/CreateLicenseAssetRulesetCommand";
8
10
  import { CreateLicenseCommand, } from "./commands/CreateLicenseCommand";
9
11
  import { CreateLicenseConfigurationCommand, } from "./commands/CreateLicenseConfigurationCommand";
10
12
  import { CreateLicenseConversionTaskForResourceCommand, } from "./commands/CreateLicenseConversionTaskForResourceCommand";
@@ -12,6 +14,8 @@ import { CreateLicenseManagerReportGeneratorCommand, } from "./commands/CreateLi
12
14
  import { CreateLicenseVersionCommand, } from "./commands/CreateLicenseVersionCommand";
13
15
  import { CreateTokenCommand } from "./commands/CreateTokenCommand";
14
16
  import { DeleteGrantCommand } from "./commands/DeleteGrantCommand";
17
+ import { DeleteLicenseAssetGroupCommand, } from "./commands/DeleteLicenseAssetGroupCommand";
18
+ import { DeleteLicenseAssetRulesetCommand, } from "./commands/DeleteLicenseAssetRulesetCommand";
15
19
  import { DeleteLicenseCommand, } from "./commands/DeleteLicenseCommand";
16
20
  import { DeleteLicenseConfigurationCommand, } from "./commands/DeleteLicenseConfigurationCommand";
17
21
  import { DeleteLicenseManagerReportGeneratorCommand, } from "./commands/DeleteLicenseManagerReportGeneratorCommand";
@@ -19,16 +23,22 @@ import { DeleteTokenCommand } from "./commands/DeleteTokenCommand";
19
23
  import { ExtendLicenseConsumptionCommand, } from "./commands/ExtendLicenseConsumptionCommand";
20
24
  import { GetAccessTokenCommand, } from "./commands/GetAccessTokenCommand";
21
25
  import { GetGrantCommand } from "./commands/GetGrantCommand";
26
+ import { GetLicenseAssetGroupCommand, } from "./commands/GetLicenseAssetGroupCommand";
27
+ import { GetLicenseAssetRulesetCommand, } from "./commands/GetLicenseAssetRulesetCommand";
22
28
  import { GetLicenseCommand } from "./commands/GetLicenseCommand";
23
29
  import { GetLicenseConfigurationCommand, } from "./commands/GetLicenseConfigurationCommand";
24
30
  import { GetLicenseConversionTaskCommand, } from "./commands/GetLicenseConversionTaskCommand";
25
31
  import { GetLicenseManagerReportGeneratorCommand, } from "./commands/GetLicenseManagerReportGeneratorCommand";
26
32
  import { GetLicenseUsageCommand, } from "./commands/GetLicenseUsageCommand";
27
33
  import { GetServiceSettingsCommand, } from "./commands/GetServiceSettingsCommand";
34
+ import { ListAssetsForLicenseAssetGroupCommand, } from "./commands/ListAssetsForLicenseAssetGroupCommand";
28
35
  import { ListAssociationsForLicenseConfigurationCommand, } from "./commands/ListAssociationsForLicenseConfigurationCommand";
29
36
  import { ListDistributedGrantsCommand, } from "./commands/ListDistributedGrantsCommand";
30
37
  import { ListFailuresForLicenseConfigurationOperationsCommand, } from "./commands/ListFailuresForLicenseConfigurationOperationsCommand";
38
+ import { ListLicenseAssetGroupsCommand, } from "./commands/ListLicenseAssetGroupsCommand";
39
+ import { ListLicenseAssetRulesetsCommand, } from "./commands/ListLicenseAssetRulesetsCommand";
31
40
  import { ListLicenseConfigurationsCommand, } from "./commands/ListLicenseConfigurationsCommand";
41
+ import { ListLicenseConfigurationsForOrganizationCommand, } from "./commands/ListLicenseConfigurationsForOrganizationCommand";
32
42
  import { ListLicenseConversionTasksCommand, } from "./commands/ListLicenseConversionTasksCommand";
33
43
  import { ListLicenseManagerReportGeneratorsCommand, } from "./commands/ListLicenseManagerReportGeneratorsCommand";
34
44
  import { ListLicensesCommand, } from "./commands/ListLicensesCommand";
@@ -45,6 +55,8 @@ import { ListUsageForLicenseConfigurationCommand, } from "./commands/ListUsageFo
45
55
  import { RejectGrantCommand } from "./commands/RejectGrantCommand";
46
56
  import { TagResourceCommand } from "./commands/TagResourceCommand";
47
57
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
58
+ import { UpdateLicenseAssetGroupCommand, } from "./commands/UpdateLicenseAssetGroupCommand";
59
+ import { UpdateLicenseAssetRulesetCommand, } from "./commands/UpdateLicenseAssetRulesetCommand";
48
60
  import { UpdateLicenseConfigurationCommand, } from "./commands/UpdateLicenseConfigurationCommand";
49
61
  import { UpdateLicenseManagerReportGeneratorCommand, } from "./commands/UpdateLicenseManagerReportGeneratorCommand";
50
62
  import { UpdateLicenseSpecificationsForResourceCommand, } from "./commands/UpdateLicenseSpecificationsForResourceCommand";
@@ -58,6 +70,8 @@ const commands = {
58
70
  CreateGrantCommand,
59
71
  CreateGrantVersionCommand,
60
72
  CreateLicenseCommand,
73
+ CreateLicenseAssetGroupCommand,
74
+ CreateLicenseAssetRulesetCommand,
61
75
  CreateLicenseConfigurationCommand,
62
76
  CreateLicenseConversionTaskForResourceCommand,
63
77
  CreateLicenseManagerReportGeneratorCommand,
@@ -65,6 +79,8 @@ const commands = {
65
79
  CreateTokenCommand,
66
80
  DeleteGrantCommand,
67
81
  DeleteLicenseCommand,
82
+ DeleteLicenseAssetGroupCommand,
83
+ DeleteLicenseAssetRulesetCommand,
68
84
  DeleteLicenseConfigurationCommand,
69
85
  DeleteLicenseManagerReportGeneratorCommand,
70
86
  DeleteTokenCommand,
@@ -72,15 +88,21 @@ const commands = {
72
88
  GetAccessTokenCommand,
73
89
  GetGrantCommand,
74
90
  GetLicenseCommand,
91
+ GetLicenseAssetGroupCommand,
92
+ GetLicenseAssetRulesetCommand,
75
93
  GetLicenseConfigurationCommand,
76
94
  GetLicenseConversionTaskCommand,
77
95
  GetLicenseManagerReportGeneratorCommand,
78
96
  GetLicenseUsageCommand,
79
97
  GetServiceSettingsCommand,
98
+ ListAssetsForLicenseAssetGroupCommand,
80
99
  ListAssociationsForLicenseConfigurationCommand,
81
100
  ListDistributedGrantsCommand,
82
101
  ListFailuresForLicenseConfigurationOperationsCommand,
102
+ ListLicenseAssetGroupsCommand,
103
+ ListLicenseAssetRulesetsCommand,
83
104
  ListLicenseConfigurationsCommand,
105
+ ListLicenseConfigurationsForOrganizationCommand,
84
106
  ListLicenseConversionTasksCommand,
85
107
  ListLicenseManagerReportGeneratorsCommand,
86
108
  ListLicensesCommand,
@@ -97,6 +119,8 @@ const commands = {
97
119
  RejectGrantCommand,
98
120
  TagResourceCommand,
99
121
  UntagResourceCommand,
122
+ UpdateLicenseAssetGroupCommand,
123
+ UpdateLicenseAssetRulesetCommand,
100
124
  UpdateLicenseConfigurationCommand,
101
125
  UpdateLicenseManagerReportGeneratorCommand,
102
126
  UpdateLicenseSpecificationsForResourceCommand,
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { CreateLicenseAssetGroup } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class CreateLicenseAssetGroupCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSLicenseManager", "CreateLicenseAssetGroup", {})
13
+ .n("LicenseManagerClient", "CreateLicenseAssetGroupCommand")
14
+ .sc(CreateLicenseAssetGroup)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { CreateLicenseAssetRuleset } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class CreateLicenseAssetRulesetCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSLicenseManager", "CreateLicenseAssetRuleset", {})
13
+ .n("LicenseManagerClient", "CreateLicenseAssetRulesetCommand")
14
+ .sc(CreateLicenseAssetRuleset)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DeleteLicenseAssetGroup } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DeleteLicenseAssetGroupCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSLicenseManager", "DeleteLicenseAssetGroup", {})
13
+ .n("LicenseManagerClient", "DeleteLicenseAssetGroupCommand")
14
+ .sc(DeleteLicenseAssetGroup)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DeleteLicenseAssetRuleset } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DeleteLicenseAssetRulesetCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSLicenseManager", "DeleteLicenseAssetRuleset", {})
13
+ .n("LicenseManagerClient", "DeleteLicenseAssetRulesetCommand")
14
+ .sc(DeleteLicenseAssetRuleset)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { GetLicenseAssetGroup } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class GetLicenseAssetGroupCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSLicenseManager", "GetLicenseAssetGroup", {})
13
+ .n("LicenseManagerClient", "GetLicenseAssetGroupCommand")
14
+ .sc(GetLicenseAssetGroup)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { GetLicenseAssetRuleset } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class GetLicenseAssetRulesetCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSLicenseManager", "GetLicenseAssetRuleset", {})
13
+ .n("LicenseManagerClient", "GetLicenseAssetRulesetCommand")
14
+ .sc(GetLicenseAssetRuleset)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { ListAssetsForLicenseAssetGroup } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class ListAssetsForLicenseAssetGroupCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSLicenseManager", "ListAssetsForLicenseAssetGroup", {})
13
+ .n("LicenseManagerClient", "ListAssetsForLicenseAssetGroupCommand")
14
+ .sc(ListAssetsForLicenseAssetGroup)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { ListLicenseAssetGroups } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class ListLicenseAssetGroupsCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSLicenseManager", "ListLicenseAssetGroups", {})
13
+ .n("LicenseManagerClient", "ListLicenseAssetGroupsCommand")
14
+ .sc(ListLicenseAssetGroups)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { ListLicenseAssetRulesets } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class ListLicenseAssetRulesetsCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSLicenseManager", "ListLicenseAssetRulesets", {})
13
+ .n("LicenseManagerClient", "ListLicenseAssetRulesetsCommand")
14
+ .sc(ListLicenseAssetRulesets)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { ListLicenseConfigurationsForOrganization } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class ListLicenseConfigurationsForOrganizationCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSLicenseManager", "ListLicenseConfigurationsForOrganization", {})
13
+ .n("LicenseManagerClient", "ListLicenseConfigurationsForOrganizationCommand")
14
+ .sc(ListLicenseConfigurationsForOrganization)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { UpdateLicenseAssetGroup } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class UpdateLicenseAssetGroupCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSLicenseManager", "UpdateLicenseAssetGroup", {})
13
+ .n("LicenseManagerClient", "UpdateLicenseAssetGroupCommand")
14
+ .sc(UpdateLicenseAssetGroup)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { UpdateLicenseAssetRuleset } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class UpdateLicenseAssetRulesetCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSLicenseManager", "UpdateLicenseAssetRuleset", {})
13
+ .n("LicenseManagerClient", "UpdateLicenseAssetRulesetCommand")
14
+ .sc(UpdateLicenseAssetRuleset)
15
+ .build() {
16
+ }
@@ -4,6 +4,8 @@ export * from "./CheckoutBorrowLicenseCommand";
4
4
  export * from "./CheckoutLicenseCommand";
5
5
  export * from "./CreateGrantCommand";
6
6
  export * from "./CreateGrantVersionCommand";
7
+ export * from "./CreateLicenseAssetGroupCommand";
8
+ export * from "./CreateLicenseAssetRulesetCommand";
7
9
  export * from "./CreateLicenseCommand";
8
10
  export * from "./CreateLicenseConfigurationCommand";
9
11
  export * from "./CreateLicenseConversionTaskForResourceCommand";
@@ -11,6 +13,8 @@ export * from "./CreateLicenseManagerReportGeneratorCommand";
11
13
  export * from "./CreateLicenseVersionCommand";
12
14
  export * from "./CreateTokenCommand";
13
15
  export * from "./DeleteGrantCommand";
16
+ export * from "./DeleteLicenseAssetGroupCommand";
17
+ export * from "./DeleteLicenseAssetRulesetCommand";
14
18
  export * from "./DeleteLicenseCommand";
15
19
  export * from "./DeleteLicenseConfigurationCommand";
16
20
  export * from "./DeleteLicenseManagerReportGeneratorCommand";
@@ -18,16 +22,22 @@ export * from "./DeleteTokenCommand";
18
22
  export * from "./ExtendLicenseConsumptionCommand";
19
23
  export * from "./GetAccessTokenCommand";
20
24
  export * from "./GetGrantCommand";
25
+ export * from "./GetLicenseAssetGroupCommand";
26
+ export * from "./GetLicenseAssetRulesetCommand";
21
27
  export * from "./GetLicenseCommand";
22
28
  export * from "./GetLicenseConfigurationCommand";
23
29
  export * from "./GetLicenseConversionTaskCommand";
24
30
  export * from "./GetLicenseManagerReportGeneratorCommand";
25
31
  export * from "./GetLicenseUsageCommand";
26
32
  export * from "./GetServiceSettingsCommand";
33
+ export * from "./ListAssetsForLicenseAssetGroupCommand";
27
34
  export * from "./ListAssociationsForLicenseConfigurationCommand";
28
35
  export * from "./ListDistributedGrantsCommand";
29
36
  export * from "./ListFailuresForLicenseConfigurationOperationsCommand";
37
+ export * from "./ListLicenseAssetGroupsCommand";
38
+ export * from "./ListLicenseAssetRulesetsCommand";
30
39
  export * from "./ListLicenseConfigurationsCommand";
40
+ export * from "./ListLicenseConfigurationsForOrganizationCommand";
31
41
  export * from "./ListLicenseConversionTasksCommand";
32
42
  export * from "./ListLicenseManagerReportGeneratorsCommand";
33
43
  export * from "./ListLicenseSpecificationsForResourceCommand";
@@ -44,6 +54,8 @@ export * from "./ListUsageForLicenseConfigurationCommand";
44
54
  export * from "./RejectGrantCommand";
45
55
  export * from "./TagResourceCommand";
46
56
  export * from "./UntagResourceCommand";
57
+ export * from "./UpdateLicenseAssetGroupCommand";
58
+ export * from "./UpdateLicenseAssetRulesetCommand";
47
59
  export * from "./UpdateLicenseConfigurationCommand";
48
60
  export * from "./UpdateLicenseManagerReportGeneratorCommand";
49
61
  export * from "./UpdateLicenseSpecificationsForResourceCommand";
@@ -113,9 +113,11 @@ export const ProductCodeType = {
113
113
  export const ReportFrequencyType = {
114
114
  DAY: "DAY",
115
115
  MONTH: "MONTH",
116
+ ONE_TIME: "ONE_TIME",
116
117
  WEEK: "WEEK",
117
118
  };
118
119
  export const ReportType = {
120
+ LICENSE_ASSET_GROUP_USAGE_REPORT: "LicenseAssetGroupUsageReport",
119
121
  LICENSE_CONFIGURATION_SUMMARY_REPORT: "LicenseConfigurationSummaryReport",
120
122
  LICENSE_CONFIGURATION_USAGE_REPORT: "LicenseConfigurationUsageReport",
121
123
  };
@@ -126,6 +128,11 @@ export const LicenseDeletionStatus = {
126
128
  DELETED: "DELETED",
127
129
  PENDING_DELETE: "PENDING_DELETE",
128
130
  };
131
+ export const LicenseAssetGroupStatus = {
132
+ ACTIVE: "ACTIVE",
133
+ DELETED: "DELETED",
134
+ DISABLED: "DISABLED",
135
+ };
129
136
  export const ResourceType = {
130
137
  EC2_AMI: "EC2_AMI",
131
138
  EC2_HOST: "EC2_HOST",