@aws-sdk/client-license-manager 3.300.0 → 3.303.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 (54) hide show
  1. package/dist-cjs/models/models_0.js +153 -171
  2. package/dist-es/models/models_0.js +153 -171
  3. package/dist-types/commands/AcceptGrantCommand.d.ts +1 -1
  4. package/dist-types/commands/CheckInLicenseCommand.d.ts +1 -1
  5. package/dist-types/commands/CheckoutBorrowLicenseCommand.d.ts +5 -5
  6. package/dist-types/commands/CheckoutLicenseCommand.d.ts +3 -3
  7. package/dist-types/commands/CreateGrantCommand.d.ts +3 -3
  8. package/dist-types/commands/CreateGrantVersionCommand.d.ts +2 -2
  9. package/dist-types/commands/CreateLicenseCommand.d.ts +10 -10
  10. package/dist-types/commands/CreateLicenseConfigurationCommand.d.ts +8 -8
  11. package/dist-types/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +2 -2
  12. package/dist-types/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +7 -7
  13. package/dist-types/commands/CreateLicenseVersionCommand.d.ts +10 -10
  14. package/dist-types/commands/CreateTokenCommand.d.ts +3 -3
  15. package/dist-types/commands/DeleteGrantCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteLicenseCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteLicenseConfigurationCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteTokenCommand.d.ts +1 -1
  20. package/dist-types/commands/ExtendLicenseConsumptionCommand.d.ts +1 -1
  21. package/dist-types/commands/GetAccessTokenCommand.d.ts +2 -2
  22. package/dist-types/commands/GetGrantCommand.d.ts +1 -1
  23. package/dist-types/commands/GetLicenseCommand.d.ts +1 -1
  24. package/dist-types/commands/GetLicenseConfigurationCommand.d.ts +1 -1
  25. package/dist-types/commands/GetLicenseConversionTaskCommand.d.ts +1 -1
  26. package/dist-types/commands/GetLicenseManagerReportGeneratorCommand.d.ts +1 -1
  27. package/dist-types/commands/GetLicenseUsageCommand.d.ts +1 -1
  28. package/dist-types/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +1 -1
  29. package/dist-types/commands/ListDistributedGrantsCommand.d.ts +5 -5
  30. package/dist-types/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +1 -1
  31. package/dist-types/commands/ListLicenseConfigurationsCommand.d.ts +5 -5
  32. package/dist-types/commands/ListLicenseConversionTasksCommand.d.ts +4 -4
  33. package/dist-types/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +4 -4
  34. package/dist-types/commands/ListLicenseSpecificationsForResourceCommand.d.ts +1 -1
  35. package/dist-types/commands/ListLicenseVersionsCommand.d.ts +1 -1
  36. package/dist-types/commands/ListLicensesCommand.d.ts +5 -5
  37. package/dist-types/commands/ListReceivedGrantsCommand.d.ts +5 -5
  38. package/dist-types/commands/ListReceivedGrantsForOrganizationCommand.d.ts +4 -4
  39. package/dist-types/commands/ListReceivedLicensesCommand.d.ts +5 -5
  40. package/dist-types/commands/ListReceivedLicensesForOrganizationCommand.d.ts +4 -4
  41. package/dist-types/commands/ListResourceInventoryCommand.d.ts +3 -3
  42. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  43. package/dist-types/commands/ListTokensCommand.d.ts +5 -5
  44. package/dist-types/commands/ListUsageForLicenseConfigurationCommand.d.ts +4 -4
  45. package/dist-types/commands/RejectGrantCommand.d.ts +1 -1
  46. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  47. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  48. package/dist-types/commands/UpdateLicenseConfigurationCommand.d.ts +6 -6
  49. package/dist-types/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +5 -5
  50. package/dist-types/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +3 -3
  51. package/dist-types/commands/UpdateServiceSettingsCommand.d.ts +2 -2
  52. package/dist-types/models/models_0.d.ts +244 -154
  53. package/dist-types/ts3.4/models/models_0.d.ts +182 -153
  54. package/package.json +34 -34
@@ -2,18 +2,17 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.LicenseUsageException = exports.InvalidResourceStateException = exports.LicenseConfigurationStatus = exports.InventoryFilterCondition = exports.FailedDependencyException = exports.ReceivedStatus = exports.FilterLimitExceededException = exports.LicenseConversionTaskStatus = exports.ResourceType = exports.LicenseDeletionStatus = exports.TokenType = exports.ReportType = exports.ReportFrequencyType = exports.LicenseCountingType = exports.LicenseStatus = exports.EntitlementUnit = exports.RenewType = exports.CheckoutType = exports.UnsupportedDigitalSignatureMethodException = exports.RedirectException = exports.NoEntitlementsAllowedException = exports.EntitlementNotAllowedException = exports.EntitlementDataUnit = exports.DigitalSignatureMethod = exports.ResourceNotFoundException = exports.ConflictException = exports.AllowedOperation = exports.ValidationException = exports.ServerInternalException = exports.ResourceLimitExceededException = exports.RateLimitExceededException = exports.InvalidParameterValueException = exports.AuthorizationException = exports.AccessDeniedException = exports.GrantStatus = void 0;
4
4
  const LicenseManagerServiceException_1 = require("./LicenseManagerServiceException");
5
- var GrantStatus;
6
- (function (GrantStatus) {
7
- GrantStatus["ACTIVE"] = "ACTIVE";
8
- GrantStatus["DELETED"] = "DELETED";
9
- GrantStatus["DISABLED"] = "DISABLED";
10
- GrantStatus["FAILED_WORKFLOW"] = "FAILED_WORKFLOW";
11
- GrantStatus["PENDING_ACCEPT"] = "PENDING_ACCEPT";
12
- GrantStatus["PENDING_DELETE"] = "PENDING_DELETE";
13
- GrantStatus["PENDING_WORKFLOW"] = "PENDING_WORKFLOW";
14
- GrantStatus["REJECTED"] = "REJECTED";
15
- GrantStatus["WORKFLOW_COMPLETED"] = "WORKFLOW_COMPLETED";
16
- })(GrantStatus = exports.GrantStatus || (exports.GrantStatus = {}));
5
+ exports.GrantStatus = {
6
+ ACTIVE: "ACTIVE",
7
+ DELETED: "DELETED",
8
+ DISABLED: "DISABLED",
9
+ FAILED_WORKFLOW: "FAILED_WORKFLOW",
10
+ PENDING_ACCEPT: "PENDING_ACCEPT",
11
+ PENDING_DELETE: "PENDING_DELETE",
12
+ PENDING_WORKFLOW: "PENDING_WORKFLOW",
13
+ REJECTED: "REJECTED",
14
+ WORKFLOW_COMPLETED: "WORKFLOW_COMPLETED",
15
+ };
17
16
  class AccessDeniedException extends LicenseManagerServiceException_1.LicenseManagerServiceException {
18
17
  constructor(opts) {
19
18
  super({
@@ -112,16 +111,15 @@ class ValidationException extends LicenseManagerServiceException_1.LicenseManage
112
111
  }
113
112
  }
114
113
  exports.ValidationException = ValidationException;
115
- var AllowedOperation;
116
- (function (AllowedOperation) {
117
- AllowedOperation["CHECKOUT_BORROW_LICENSE"] = "CheckoutBorrowLicense";
118
- AllowedOperation["CHECKOUT_LICENSE"] = "CheckoutLicense";
119
- AllowedOperation["CHECK_IN_LICENSE"] = "CheckInLicense";
120
- AllowedOperation["CREATE_GRANT"] = "CreateGrant";
121
- AllowedOperation["CREATE_TOKEN"] = "CreateToken";
122
- AllowedOperation["EXTEND_CONSUMPTION_LICENSE"] = "ExtendConsumptionLicense";
123
- AllowedOperation["LIST_PURCHASED_LICENSES"] = "ListPurchasedLicenses";
124
- })(AllowedOperation = exports.AllowedOperation || (exports.AllowedOperation = {}));
114
+ exports.AllowedOperation = {
115
+ CHECKOUT_BORROW_LICENSE: "CheckoutBorrowLicense",
116
+ CHECKOUT_LICENSE: "CheckoutLicense",
117
+ CHECK_IN_LICENSE: "CheckInLicense",
118
+ CREATE_GRANT: "CreateGrant",
119
+ CREATE_TOKEN: "CreateToken",
120
+ EXTEND_CONSUMPTION_LICENSE: "ExtendConsumptionLicense",
121
+ LIST_PURCHASED_LICENSES: "ListPurchasedLicenses",
122
+ };
125
123
  class ConflictException extends LicenseManagerServiceException_1.LicenseManagerServiceException {
126
124
  constructor(opts) {
127
125
  super({
@@ -150,40 +148,38 @@ class ResourceNotFoundException extends LicenseManagerServiceException_1.License
150
148
  }
151
149
  }
152
150
  exports.ResourceNotFoundException = ResourceNotFoundException;
153
- var DigitalSignatureMethod;
154
- (function (DigitalSignatureMethod) {
155
- DigitalSignatureMethod["JWT_PS384"] = "JWT_PS384";
156
- })(DigitalSignatureMethod = exports.DigitalSignatureMethod || (exports.DigitalSignatureMethod = {}));
157
- var EntitlementDataUnit;
158
- (function (EntitlementDataUnit) {
159
- EntitlementDataUnit["BITS"] = "Bits";
160
- EntitlementDataUnit["BITS_PER_SECOND"] = "Bits/Second";
161
- EntitlementDataUnit["BYTES"] = "Bytes";
162
- EntitlementDataUnit["BYTES_PER_SECOND"] = "Bytes/Second";
163
- EntitlementDataUnit["COUNT"] = "Count";
164
- EntitlementDataUnit["COUNT_PER_SECOND"] = "Count/Second";
165
- EntitlementDataUnit["GIGABITS"] = "Gigabits";
166
- EntitlementDataUnit["GIGABITS_PER_SECOND"] = "Gigabits/Second";
167
- EntitlementDataUnit["GIGABYTES"] = "Gigabytes";
168
- EntitlementDataUnit["GIGABYTES_PER_SECOND"] = "Gigabytes/Second";
169
- EntitlementDataUnit["KILOBITS"] = "Kilobits";
170
- EntitlementDataUnit["KILOBITS_PER_SECOND"] = "Kilobits/Second";
171
- EntitlementDataUnit["KILOBYTES"] = "Kilobytes";
172
- EntitlementDataUnit["KILOBYTES_PER_SECOND"] = "Kilobytes/Second";
173
- EntitlementDataUnit["MEGABITS"] = "Megabits";
174
- EntitlementDataUnit["MEGABITS_PER_SECOND"] = "Megabits/Second";
175
- EntitlementDataUnit["MEGABYTES"] = "Megabytes";
176
- EntitlementDataUnit["MEGABYTES_PER_SECOND"] = "Megabytes/Second";
177
- EntitlementDataUnit["MICROSECONDS"] = "Microseconds";
178
- EntitlementDataUnit["MILLISECONDS"] = "Milliseconds";
179
- EntitlementDataUnit["NONE"] = "None";
180
- EntitlementDataUnit["PERCENT"] = "Percent";
181
- EntitlementDataUnit["SECONDS"] = "Seconds";
182
- EntitlementDataUnit["TERABITS"] = "Terabits";
183
- EntitlementDataUnit["TERABITS_PER_SECOND"] = "Terabits/Second";
184
- EntitlementDataUnit["TERABYTES"] = "Terabytes";
185
- EntitlementDataUnit["TERABYTES_PER_SECOND"] = "Terabytes/Second";
186
- })(EntitlementDataUnit = exports.EntitlementDataUnit || (exports.EntitlementDataUnit = {}));
151
+ exports.DigitalSignatureMethod = {
152
+ JWT_PS384: "JWT_PS384",
153
+ };
154
+ exports.EntitlementDataUnit = {
155
+ BITS: "Bits",
156
+ BITS_PER_SECOND: "Bits/Second",
157
+ BYTES: "Bytes",
158
+ BYTES_PER_SECOND: "Bytes/Second",
159
+ COUNT: "Count",
160
+ COUNT_PER_SECOND: "Count/Second",
161
+ GIGABITS: "Gigabits",
162
+ GIGABITS_PER_SECOND: "Gigabits/Second",
163
+ GIGABYTES: "Gigabytes",
164
+ GIGABYTES_PER_SECOND: "Gigabytes/Second",
165
+ KILOBITS: "Kilobits",
166
+ KILOBITS_PER_SECOND: "Kilobits/Second",
167
+ KILOBYTES: "Kilobytes",
168
+ KILOBYTES_PER_SECOND: "Kilobytes/Second",
169
+ MEGABITS: "Megabits",
170
+ MEGABITS_PER_SECOND: "Megabits/Second",
171
+ MEGABYTES: "Megabytes",
172
+ MEGABYTES_PER_SECOND: "Megabytes/Second",
173
+ MICROSECONDS: "Microseconds",
174
+ MILLISECONDS: "Milliseconds",
175
+ NONE: "None",
176
+ PERCENT: "Percent",
177
+ SECONDS: "Seconds",
178
+ TERABITS: "Terabits",
179
+ TERABITS_PER_SECOND: "Terabits/Second",
180
+ TERABYTES: "Terabytes",
181
+ TERABYTES_PER_SECOND: "Terabytes/Second",
182
+ };
187
183
  class EntitlementNotAllowedException extends LicenseManagerServiceException_1.LicenseManagerServiceException {
188
184
  constructor(opts) {
189
185
  super({
@@ -241,98 +237,87 @@ class UnsupportedDigitalSignatureMethodException extends LicenseManagerServiceEx
241
237
  }
242
238
  }
243
239
  exports.UnsupportedDigitalSignatureMethodException = UnsupportedDigitalSignatureMethodException;
244
- var CheckoutType;
245
- (function (CheckoutType) {
246
- CheckoutType["PERPETUAL"] = "PERPETUAL";
247
- CheckoutType["PROVISIONAL"] = "PROVISIONAL";
248
- })(CheckoutType = exports.CheckoutType || (exports.CheckoutType = {}));
249
- var RenewType;
250
- (function (RenewType) {
251
- RenewType["MONTHLY"] = "Monthly";
252
- RenewType["NONE"] = "None";
253
- RenewType["WEEKLY"] = "Weekly";
254
- })(RenewType = exports.RenewType || (exports.RenewType = {}));
255
- var EntitlementUnit;
256
- (function (EntitlementUnit) {
257
- EntitlementUnit["BITS"] = "Bits";
258
- EntitlementUnit["BITS_PER_SECOND"] = "Bits/Second";
259
- EntitlementUnit["BYTES"] = "Bytes";
260
- EntitlementUnit["BYTES_PER_SECOND"] = "Bytes/Second";
261
- EntitlementUnit["COUNT"] = "Count";
262
- EntitlementUnit["COUNT_PER_SECOND"] = "Count/Second";
263
- EntitlementUnit["GIGABITS"] = "Gigabits";
264
- EntitlementUnit["GIGABITS_PER_SECOND"] = "Gigabits/Second";
265
- EntitlementUnit["GIGABYTES"] = "Gigabytes";
266
- EntitlementUnit["GIGABYTES_PER_SECOND"] = "Gigabytes/Second";
267
- EntitlementUnit["KILOBITS"] = "Kilobits";
268
- EntitlementUnit["KILOBITS_PER_SECOND"] = "Kilobits/Second";
269
- EntitlementUnit["KILOBYTES"] = "Kilobytes";
270
- EntitlementUnit["KILOBYTES_PER_SECOND"] = "Kilobytes/Second";
271
- EntitlementUnit["MEGABITS"] = "Megabits";
272
- EntitlementUnit["MEGABITS_PER_SECOND"] = "Megabits/Second";
273
- EntitlementUnit["MEGABYTES"] = "Megabytes";
274
- EntitlementUnit["MEGABYTES_PER_SECOND"] = "Megabytes/Second";
275
- EntitlementUnit["MICROSECONDS"] = "Microseconds";
276
- EntitlementUnit["MILLISECONDS"] = "Milliseconds";
277
- EntitlementUnit["NONE"] = "None";
278
- EntitlementUnit["PERCENT"] = "Percent";
279
- EntitlementUnit["SECONDS"] = "Seconds";
280
- EntitlementUnit["TERABITS"] = "Terabits";
281
- EntitlementUnit["TERABITS_PER_SECOND"] = "Terabits/Second";
282
- EntitlementUnit["TERABYTES"] = "Terabytes";
283
- EntitlementUnit["TERABYTES_PER_SECOND"] = "Terabytes/Second";
284
- })(EntitlementUnit = exports.EntitlementUnit || (exports.EntitlementUnit = {}));
285
- var LicenseStatus;
286
- (function (LicenseStatus) {
287
- LicenseStatus["AVAILABLE"] = "AVAILABLE";
288
- LicenseStatus["DEACTIVATED"] = "DEACTIVATED";
289
- LicenseStatus["DELETED"] = "DELETED";
290
- LicenseStatus["EXPIRED"] = "EXPIRED";
291
- LicenseStatus["PENDING_AVAILABLE"] = "PENDING_AVAILABLE";
292
- LicenseStatus["PENDING_DELETE"] = "PENDING_DELETE";
293
- LicenseStatus["SUSPENDED"] = "SUSPENDED";
294
- })(LicenseStatus = exports.LicenseStatus || (exports.LicenseStatus = {}));
295
- var LicenseCountingType;
296
- (function (LicenseCountingType) {
297
- LicenseCountingType["CORE"] = "Core";
298
- LicenseCountingType["INSTANCE"] = "Instance";
299
- LicenseCountingType["SOCKET"] = "Socket";
300
- LicenseCountingType["VCPU"] = "vCPU";
301
- })(LicenseCountingType = exports.LicenseCountingType || (exports.LicenseCountingType = {}));
302
- var ReportFrequencyType;
303
- (function (ReportFrequencyType) {
304
- ReportFrequencyType["DAY"] = "DAY";
305
- ReportFrequencyType["MONTH"] = "MONTH";
306
- ReportFrequencyType["WEEK"] = "WEEK";
307
- })(ReportFrequencyType = exports.ReportFrequencyType || (exports.ReportFrequencyType = {}));
308
- var ReportType;
309
- (function (ReportType) {
310
- ReportType["LICENSE_CONFIGURATION_SUMMARY_REPORT"] = "LicenseConfigurationSummaryReport";
311
- ReportType["LICENSE_CONFIGURATION_USAGE_REPORT"] = "LicenseConfigurationUsageReport";
312
- })(ReportType = exports.ReportType || (exports.ReportType = {}));
313
- var TokenType;
314
- (function (TokenType) {
315
- TokenType["REFRESH_TOKEN"] = "REFRESH_TOKEN";
316
- })(TokenType = exports.TokenType || (exports.TokenType = {}));
317
- var LicenseDeletionStatus;
318
- (function (LicenseDeletionStatus) {
319
- LicenseDeletionStatus["DELETED"] = "DELETED";
320
- LicenseDeletionStatus["PENDING_DELETE"] = "PENDING_DELETE";
321
- })(LicenseDeletionStatus = exports.LicenseDeletionStatus || (exports.LicenseDeletionStatus = {}));
322
- var ResourceType;
323
- (function (ResourceType) {
324
- ResourceType["EC2_AMI"] = "EC2_AMI";
325
- ResourceType["EC2_HOST"] = "EC2_HOST";
326
- ResourceType["EC2_INSTANCE"] = "EC2_INSTANCE";
327
- ResourceType["RDS"] = "RDS";
328
- ResourceType["SYSTEMS_MANAGER_MANAGED_INSTANCE"] = "SYSTEMS_MANAGER_MANAGED_INSTANCE";
329
- })(ResourceType = exports.ResourceType || (exports.ResourceType = {}));
330
- var LicenseConversionTaskStatus;
331
- (function (LicenseConversionTaskStatus) {
332
- LicenseConversionTaskStatus["FAILED"] = "FAILED";
333
- LicenseConversionTaskStatus["IN_PROGRESS"] = "IN_PROGRESS";
334
- LicenseConversionTaskStatus["SUCCEEDED"] = "SUCCEEDED";
335
- })(LicenseConversionTaskStatus = exports.LicenseConversionTaskStatus || (exports.LicenseConversionTaskStatus = {}));
240
+ exports.CheckoutType = {
241
+ PERPETUAL: "PERPETUAL",
242
+ PROVISIONAL: "PROVISIONAL",
243
+ };
244
+ exports.RenewType = {
245
+ MONTHLY: "Monthly",
246
+ NONE: "None",
247
+ WEEKLY: "Weekly",
248
+ };
249
+ exports.EntitlementUnit = {
250
+ BITS: "Bits",
251
+ BITS_PER_SECOND: "Bits/Second",
252
+ BYTES: "Bytes",
253
+ BYTES_PER_SECOND: "Bytes/Second",
254
+ COUNT: "Count",
255
+ COUNT_PER_SECOND: "Count/Second",
256
+ GIGABITS: "Gigabits",
257
+ GIGABITS_PER_SECOND: "Gigabits/Second",
258
+ GIGABYTES: "Gigabytes",
259
+ GIGABYTES_PER_SECOND: "Gigabytes/Second",
260
+ KILOBITS: "Kilobits",
261
+ KILOBITS_PER_SECOND: "Kilobits/Second",
262
+ KILOBYTES: "Kilobytes",
263
+ KILOBYTES_PER_SECOND: "Kilobytes/Second",
264
+ MEGABITS: "Megabits",
265
+ MEGABITS_PER_SECOND: "Megabits/Second",
266
+ MEGABYTES: "Megabytes",
267
+ MEGABYTES_PER_SECOND: "Megabytes/Second",
268
+ MICROSECONDS: "Microseconds",
269
+ MILLISECONDS: "Milliseconds",
270
+ NONE: "None",
271
+ PERCENT: "Percent",
272
+ SECONDS: "Seconds",
273
+ TERABITS: "Terabits",
274
+ TERABITS_PER_SECOND: "Terabits/Second",
275
+ TERABYTES: "Terabytes",
276
+ TERABYTES_PER_SECOND: "Terabytes/Second",
277
+ };
278
+ exports.LicenseStatus = {
279
+ AVAILABLE: "AVAILABLE",
280
+ DEACTIVATED: "DEACTIVATED",
281
+ DELETED: "DELETED",
282
+ EXPIRED: "EXPIRED",
283
+ PENDING_AVAILABLE: "PENDING_AVAILABLE",
284
+ PENDING_DELETE: "PENDING_DELETE",
285
+ SUSPENDED: "SUSPENDED",
286
+ };
287
+ exports.LicenseCountingType = {
288
+ CORE: "Core",
289
+ INSTANCE: "Instance",
290
+ SOCKET: "Socket",
291
+ VCPU: "vCPU",
292
+ };
293
+ exports.ReportFrequencyType = {
294
+ DAY: "DAY",
295
+ MONTH: "MONTH",
296
+ WEEK: "WEEK",
297
+ };
298
+ exports.ReportType = {
299
+ LICENSE_CONFIGURATION_SUMMARY_REPORT: "LicenseConfigurationSummaryReport",
300
+ LICENSE_CONFIGURATION_USAGE_REPORT: "LicenseConfigurationUsageReport",
301
+ };
302
+ exports.TokenType = {
303
+ REFRESH_TOKEN: "REFRESH_TOKEN",
304
+ };
305
+ exports.LicenseDeletionStatus = {
306
+ DELETED: "DELETED",
307
+ PENDING_DELETE: "PENDING_DELETE",
308
+ };
309
+ exports.ResourceType = {
310
+ EC2_AMI: "EC2_AMI",
311
+ EC2_HOST: "EC2_HOST",
312
+ EC2_INSTANCE: "EC2_INSTANCE",
313
+ RDS: "RDS",
314
+ SYSTEMS_MANAGER_MANAGED_INSTANCE: "SYSTEMS_MANAGER_MANAGED_INSTANCE",
315
+ };
316
+ exports.LicenseConversionTaskStatus = {
317
+ FAILED: "FAILED",
318
+ IN_PROGRESS: "IN_PROGRESS",
319
+ SUCCEEDED: "SUCCEEDED",
320
+ };
336
321
  class FilterLimitExceededException extends LicenseManagerServiceException_1.LicenseManagerServiceException {
337
322
  constructor(opts) {
338
323
  super({
@@ -347,17 +332,16 @@ class FilterLimitExceededException extends LicenseManagerServiceException_1.Lice
347
332
  }
348
333
  }
349
334
  exports.FilterLimitExceededException = FilterLimitExceededException;
350
- var ReceivedStatus;
351
- (function (ReceivedStatus) {
352
- ReceivedStatus["ACTIVE"] = "ACTIVE";
353
- ReceivedStatus["DELETED"] = "DELETED";
354
- ReceivedStatus["DISABLED"] = "DISABLED";
355
- ReceivedStatus["FAILED_WORKFLOW"] = "FAILED_WORKFLOW";
356
- ReceivedStatus["PENDING_ACCEPT"] = "PENDING_ACCEPT";
357
- ReceivedStatus["PENDING_WORKFLOW"] = "PENDING_WORKFLOW";
358
- ReceivedStatus["REJECTED"] = "REJECTED";
359
- ReceivedStatus["WORKFLOW_COMPLETED"] = "WORKFLOW_COMPLETED";
360
- })(ReceivedStatus = exports.ReceivedStatus || (exports.ReceivedStatus = {}));
335
+ exports.ReceivedStatus = {
336
+ ACTIVE: "ACTIVE",
337
+ DELETED: "DELETED",
338
+ DISABLED: "DISABLED",
339
+ FAILED_WORKFLOW: "FAILED_WORKFLOW",
340
+ PENDING_ACCEPT: "PENDING_ACCEPT",
341
+ PENDING_WORKFLOW: "PENDING_WORKFLOW",
342
+ REJECTED: "REJECTED",
343
+ WORKFLOW_COMPLETED: "WORKFLOW_COMPLETED",
344
+ };
361
345
  class FailedDependencyException extends LicenseManagerServiceException_1.LicenseManagerServiceException {
362
346
  constructor(opts) {
363
347
  super({
@@ -373,18 +357,16 @@ class FailedDependencyException extends LicenseManagerServiceException_1.License
373
357
  }
374
358
  }
375
359
  exports.FailedDependencyException = FailedDependencyException;
376
- var InventoryFilterCondition;
377
- (function (InventoryFilterCondition) {
378
- InventoryFilterCondition["BEGINS_WITH"] = "BEGINS_WITH";
379
- InventoryFilterCondition["CONTAINS"] = "CONTAINS";
380
- InventoryFilterCondition["EQUALS"] = "EQUALS";
381
- InventoryFilterCondition["NOT_EQUALS"] = "NOT_EQUALS";
382
- })(InventoryFilterCondition = exports.InventoryFilterCondition || (exports.InventoryFilterCondition = {}));
383
- var LicenseConfigurationStatus;
384
- (function (LicenseConfigurationStatus) {
385
- LicenseConfigurationStatus["AVAILABLE"] = "AVAILABLE";
386
- LicenseConfigurationStatus["DISABLED"] = "DISABLED";
387
- })(LicenseConfigurationStatus = exports.LicenseConfigurationStatus || (exports.LicenseConfigurationStatus = {}));
360
+ exports.InventoryFilterCondition = {
361
+ BEGINS_WITH: "BEGINS_WITH",
362
+ CONTAINS: "CONTAINS",
363
+ EQUALS: "EQUALS",
364
+ NOT_EQUALS: "NOT_EQUALS",
365
+ };
366
+ exports.LicenseConfigurationStatus = {
367
+ AVAILABLE: "AVAILABLE",
368
+ DISABLED: "DISABLED",
369
+ };
388
370
  class InvalidResourceStateException extends LicenseManagerServiceException_1.LicenseManagerServiceException {
389
371
  constructor(opts) {
390
372
  super({