@aws-sdk/client-license-manager 3.934.0 → 3.936.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/dist-cjs/index.js +161 -160
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +160 -0
- package/dist-es/models/errors.js +243 -0
- package/dist-es/models/models_0.js +1 -403
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +320 -0
- package/dist-types/models/errors.d.ts +228 -0
- package/dist-types/models/models_0.d.ts +1 -548
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +193 -0
- package/dist-types/ts3.4/models/errors.d.ts +139 -0
- package/dist-types/ts3.4/models/models_0.d.ts +22 -332
- package/package.json +19 -19
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
package/dist-cjs/index.js
CHANGED
|
@@ -117,17 +117,6 @@ let LicenseManagerServiceException$1 = class LicenseManagerServiceException exte
|
|
|
117
117
|
}
|
|
118
118
|
};
|
|
119
119
|
|
|
120
|
-
const GrantStatus = {
|
|
121
|
-
ACTIVE: "ACTIVE",
|
|
122
|
-
DELETED: "DELETED",
|
|
123
|
-
DISABLED: "DISABLED",
|
|
124
|
-
FAILED_WORKFLOW: "FAILED_WORKFLOW",
|
|
125
|
-
PENDING_ACCEPT: "PENDING_ACCEPT",
|
|
126
|
-
PENDING_DELETE: "PENDING_DELETE",
|
|
127
|
-
PENDING_WORKFLOW: "PENDING_WORKFLOW",
|
|
128
|
-
REJECTED: "REJECTED",
|
|
129
|
-
WORKFLOW_COMPLETED: "WORKFLOW_COMPLETED",
|
|
130
|
-
};
|
|
131
120
|
let AccessDeniedException$1 = class AccessDeniedException extends LicenseManagerServiceException$1 {
|
|
132
121
|
name = "AccessDeniedException";
|
|
133
122
|
$fault = "client";
|
|
@@ -226,19 +215,6 @@ let ValidationException$1 = class ValidationException extends LicenseManagerServ
|
|
|
226
215
|
this.Message = opts.Message;
|
|
227
216
|
}
|
|
228
217
|
};
|
|
229
|
-
const ActivationOverrideBehavior = {
|
|
230
|
-
ALL_GRANTS_PERMITTED_BY_ISSUER: "ALL_GRANTS_PERMITTED_BY_ISSUER",
|
|
231
|
-
DISTRIBUTED_GRANTS_ONLY: "DISTRIBUTED_GRANTS_ONLY",
|
|
232
|
-
};
|
|
233
|
-
const AllowedOperation = {
|
|
234
|
-
CHECKOUT_BORROW_LICENSE: "CheckoutBorrowLicense",
|
|
235
|
-
CHECKOUT_LICENSE: "CheckoutLicense",
|
|
236
|
-
CHECK_IN_LICENSE: "CheckInLicense",
|
|
237
|
-
CREATE_GRANT: "CreateGrant",
|
|
238
|
-
CREATE_TOKEN: "CreateToken",
|
|
239
|
-
EXTEND_CONSUMPTION_LICENSE: "ExtendConsumptionLicense",
|
|
240
|
-
LIST_PURCHASED_LICENSES: "ListPurchasedLicenses",
|
|
241
|
-
};
|
|
242
218
|
let ConflictException$1 = class ConflictException extends LicenseManagerServiceException$1 {
|
|
243
219
|
name = "ConflictException";
|
|
244
220
|
$fault = "client";
|
|
@@ -267,38 +243,6 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Licens
|
|
|
267
243
|
this.Message = opts.Message;
|
|
268
244
|
}
|
|
269
245
|
};
|
|
270
|
-
const DigitalSignatureMethod = {
|
|
271
|
-
JWT_PS384: "JWT_PS384",
|
|
272
|
-
};
|
|
273
|
-
const EntitlementDataUnit = {
|
|
274
|
-
BITS: "Bits",
|
|
275
|
-
BITS_PER_SECOND: "Bits/Second",
|
|
276
|
-
BYTES: "Bytes",
|
|
277
|
-
BYTES_PER_SECOND: "Bytes/Second",
|
|
278
|
-
COUNT: "Count",
|
|
279
|
-
COUNT_PER_SECOND: "Count/Second",
|
|
280
|
-
GIGABITS: "Gigabits",
|
|
281
|
-
GIGABITS_PER_SECOND: "Gigabits/Second",
|
|
282
|
-
GIGABYTES: "Gigabytes",
|
|
283
|
-
GIGABYTES_PER_SECOND: "Gigabytes/Second",
|
|
284
|
-
KILOBITS: "Kilobits",
|
|
285
|
-
KILOBITS_PER_SECOND: "Kilobits/Second",
|
|
286
|
-
KILOBYTES: "Kilobytes",
|
|
287
|
-
KILOBYTES_PER_SECOND: "Kilobytes/Second",
|
|
288
|
-
MEGABITS: "Megabits",
|
|
289
|
-
MEGABITS_PER_SECOND: "Megabits/Second",
|
|
290
|
-
MEGABYTES: "Megabytes",
|
|
291
|
-
MEGABYTES_PER_SECOND: "Megabytes/Second",
|
|
292
|
-
MICROSECONDS: "Microseconds",
|
|
293
|
-
MILLISECONDS: "Milliseconds",
|
|
294
|
-
NONE: "None",
|
|
295
|
-
PERCENT: "Percent",
|
|
296
|
-
SECONDS: "Seconds",
|
|
297
|
-
TERABITS: "Terabits",
|
|
298
|
-
TERABITS_PER_SECOND: "Terabits/Second",
|
|
299
|
-
TERABYTES: "Terabytes",
|
|
300
|
-
TERABYTES_PER_SECOND: "Terabytes/Second",
|
|
301
|
-
};
|
|
302
246
|
let EntitlementNotAllowedException$1 = class EntitlementNotAllowedException extends LicenseManagerServiceException$1 {
|
|
303
247
|
name = "EntitlementNotAllowedException";
|
|
304
248
|
$fault = "client";
|
|
@@ -357,90 +301,6 @@ let UnsupportedDigitalSignatureMethodException$1 = class UnsupportedDigitalSigna
|
|
|
357
301
|
this.Message = opts.Message;
|
|
358
302
|
}
|
|
359
303
|
};
|
|
360
|
-
const CheckoutType = {
|
|
361
|
-
PERPETUAL: "PERPETUAL",
|
|
362
|
-
PROVISIONAL: "PROVISIONAL",
|
|
363
|
-
};
|
|
364
|
-
const RenewType = {
|
|
365
|
-
MONTHLY: "Monthly",
|
|
366
|
-
NONE: "None",
|
|
367
|
-
WEEKLY: "Weekly",
|
|
368
|
-
};
|
|
369
|
-
const EntitlementUnit = {
|
|
370
|
-
BITS: "Bits",
|
|
371
|
-
BITS_PER_SECOND: "Bits/Second",
|
|
372
|
-
BYTES: "Bytes",
|
|
373
|
-
BYTES_PER_SECOND: "Bytes/Second",
|
|
374
|
-
COUNT: "Count",
|
|
375
|
-
COUNT_PER_SECOND: "Count/Second",
|
|
376
|
-
GIGABITS: "Gigabits",
|
|
377
|
-
GIGABITS_PER_SECOND: "Gigabits/Second",
|
|
378
|
-
GIGABYTES: "Gigabytes",
|
|
379
|
-
GIGABYTES_PER_SECOND: "Gigabytes/Second",
|
|
380
|
-
KILOBITS: "Kilobits",
|
|
381
|
-
KILOBITS_PER_SECOND: "Kilobits/Second",
|
|
382
|
-
KILOBYTES: "Kilobytes",
|
|
383
|
-
KILOBYTES_PER_SECOND: "Kilobytes/Second",
|
|
384
|
-
MEGABITS: "Megabits",
|
|
385
|
-
MEGABITS_PER_SECOND: "Megabits/Second",
|
|
386
|
-
MEGABYTES: "Megabytes",
|
|
387
|
-
MEGABYTES_PER_SECOND: "Megabytes/Second",
|
|
388
|
-
MICROSECONDS: "Microseconds",
|
|
389
|
-
MILLISECONDS: "Milliseconds",
|
|
390
|
-
NONE: "None",
|
|
391
|
-
PERCENT: "Percent",
|
|
392
|
-
SECONDS: "Seconds",
|
|
393
|
-
TERABITS: "Terabits",
|
|
394
|
-
TERABITS_PER_SECOND: "Terabits/Second",
|
|
395
|
-
TERABYTES: "Terabytes",
|
|
396
|
-
TERABYTES_PER_SECOND: "Terabytes/Second",
|
|
397
|
-
};
|
|
398
|
-
const LicenseStatus = {
|
|
399
|
-
AVAILABLE: "AVAILABLE",
|
|
400
|
-
DEACTIVATED: "DEACTIVATED",
|
|
401
|
-
DELETED: "DELETED",
|
|
402
|
-
EXPIRED: "EXPIRED",
|
|
403
|
-
PENDING_AVAILABLE: "PENDING_AVAILABLE",
|
|
404
|
-
PENDING_DELETE: "PENDING_DELETE",
|
|
405
|
-
SUSPENDED: "SUSPENDED",
|
|
406
|
-
};
|
|
407
|
-
const LicenseCountingType = {
|
|
408
|
-
CORE: "Core",
|
|
409
|
-
INSTANCE: "Instance",
|
|
410
|
-
SOCKET: "Socket",
|
|
411
|
-
VCPU: "vCPU",
|
|
412
|
-
};
|
|
413
|
-
const ProductCodeType = {
|
|
414
|
-
MARKETPLACE: "marketplace",
|
|
415
|
-
};
|
|
416
|
-
const ReportFrequencyType = {
|
|
417
|
-
DAY: "DAY",
|
|
418
|
-
MONTH: "MONTH",
|
|
419
|
-
WEEK: "WEEK",
|
|
420
|
-
};
|
|
421
|
-
const ReportType = {
|
|
422
|
-
LICENSE_CONFIGURATION_SUMMARY_REPORT: "LicenseConfigurationSummaryReport",
|
|
423
|
-
LICENSE_CONFIGURATION_USAGE_REPORT: "LicenseConfigurationUsageReport",
|
|
424
|
-
};
|
|
425
|
-
const TokenType = {
|
|
426
|
-
REFRESH_TOKEN: "REFRESH_TOKEN",
|
|
427
|
-
};
|
|
428
|
-
const LicenseDeletionStatus = {
|
|
429
|
-
DELETED: "DELETED",
|
|
430
|
-
PENDING_DELETE: "PENDING_DELETE",
|
|
431
|
-
};
|
|
432
|
-
const ResourceType = {
|
|
433
|
-
EC2_AMI: "EC2_AMI",
|
|
434
|
-
EC2_HOST: "EC2_HOST",
|
|
435
|
-
EC2_INSTANCE: "EC2_INSTANCE",
|
|
436
|
-
RDS: "RDS",
|
|
437
|
-
SYSTEMS_MANAGER_MANAGED_INSTANCE: "SYSTEMS_MANAGER_MANAGED_INSTANCE",
|
|
438
|
-
};
|
|
439
|
-
const LicenseConversionTaskStatus = {
|
|
440
|
-
FAILED: "FAILED",
|
|
441
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
442
|
-
SUCCEEDED: "SUCCEEDED",
|
|
443
|
-
};
|
|
444
304
|
let FilterLimitExceededException$1 = class FilterLimitExceededException extends LicenseManagerServiceException$1 {
|
|
445
305
|
name = "FilterLimitExceededException";
|
|
446
306
|
$fault = "client";
|
|
@@ -455,16 +315,6 @@ let FilterLimitExceededException$1 = class FilterLimitExceededException extends
|
|
|
455
315
|
this.Message = opts.Message;
|
|
456
316
|
}
|
|
457
317
|
};
|
|
458
|
-
const ReceivedStatus = {
|
|
459
|
-
ACTIVE: "ACTIVE",
|
|
460
|
-
DELETED: "DELETED",
|
|
461
|
-
DISABLED: "DISABLED",
|
|
462
|
-
FAILED_WORKFLOW: "FAILED_WORKFLOW",
|
|
463
|
-
PENDING_ACCEPT: "PENDING_ACCEPT",
|
|
464
|
-
PENDING_WORKFLOW: "PENDING_WORKFLOW",
|
|
465
|
-
REJECTED: "REJECTED",
|
|
466
|
-
WORKFLOW_COMPLETED: "WORKFLOW_COMPLETED",
|
|
467
|
-
};
|
|
468
318
|
let FailedDependencyException$1 = class FailedDependencyException extends LicenseManagerServiceException$1 {
|
|
469
319
|
name = "FailedDependencyException";
|
|
470
320
|
$fault = "client";
|
|
@@ -481,16 +331,6 @@ let FailedDependencyException$1 = class FailedDependencyException extends Licens
|
|
|
481
331
|
this.ErrorCode = opts.ErrorCode;
|
|
482
332
|
}
|
|
483
333
|
};
|
|
484
|
-
const InventoryFilterCondition = {
|
|
485
|
-
BEGINS_WITH: "BEGINS_WITH",
|
|
486
|
-
CONTAINS: "CONTAINS",
|
|
487
|
-
EQUALS: "EQUALS",
|
|
488
|
-
NOT_EQUALS: "NOT_EQUALS",
|
|
489
|
-
};
|
|
490
|
-
const LicenseConfigurationStatus = {
|
|
491
|
-
AVAILABLE: "AVAILABLE",
|
|
492
|
-
DISABLED: "DISABLED",
|
|
493
|
-
};
|
|
494
334
|
let InvalidResourceStateException$1 = class InvalidResourceStateException extends LicenseManagerServiceException$1 {
|
|
495
335
|
name = "InvalidResourceStateException";
|
|
496
336
|
$fault = "client";
|
|
@@ -2812,6 +2652,167 @@ class LicenseManager extends LicenseManagerClient {
|
|
|
2812
2652
|
}
|
|
2813
2653
|
smithyClient.createAggregatedClient(commands, LicenseManager);
|
|
2814
2654
|
|
|
2655
|
+
const GrantStatus = {
|
|
2656
|
+
ACTIVE: "ACTIVE",
|
|
2657
|
+
DELETED: "DELETED",
|
|
2658
|
+
DISABLED: "DISABLED",
|
|
2659
|
+
FAILED_WORKFLOW: "FAILED_WORKFLOW",
|
|
2660
|
+
PENDING_ACCEPT: "PENDING_ACCEPT",
|
|
2661
|
+
PENDING_DELETE: "PENDING_DELETE",
|
|
2662
|
+
PENDING_WORKFLOW: "PENDING_WORKFLOW",
|
|
2663
|
+
REJECTED: "REJECTED",
|
|
2664
|
+
WORKFLOW_COMPLETED: "WORKFLOW_COMPLETED",
|
|
2665
|
+
};
|
|
2666
|
+
const ActivationOverrideBehavior = {
|
|
2667
|
+
ALL_GRANTS_PERMITTED_BY_ISSUER: "ALL_GRANTS_PERMITTED_BY_ISSUER",
|
|
2668
|
+
DISTRIBUTED_GRANTS_ONLY: "DISTRIBUTED_GRANTS_ONLY",
|
|
2669
|
+
};
|
|
2670
|
+
const AllowedOperation = {
|
|
2671
|
+
CHECKOUT_BORROW_LICENSE: "CheckoutBorrowLicense",
|
|
2672
|
+
CHECKOUT_LICENSE: "CheckoutLicense",
|
|
2673
|
+
CHECK_IN_LICENSE: "CheckInLicense",
|
|
2674
|
+
CREATE_GRANT: "CreateGrant",
|
|
2675
|
+
CREATE_TOKEN: "CreateToken",
|
|
2676
|
+
EXTEND_CONSUMPTION_LICENSE: "ExtendConsumptionLicense",
|
|
2677
|
+
LIST_PURCHASED_LICENSES: "ListPurchasedLicenses",
|
|
2678
|
+
};
|
|
2679
|
+
const DigitalSignatureMethod = {
|
|
2680
|
+
JWT_PS384: "JWT_PS384",
|
|
2681
|
+
};
|
|
2682
|
+
const EntitlementDataUnit = {
|
|
2683
|
+
BITS: "Bits",
|
|
2684
|
+
BITS_PER_SECOND: "Bits/Second",
|
|
2685
|
+
BYTES: "Bytes",
|
|
2686
|
+
BYTES_PER_SECOND: "Bytes/Second",
|
|
2687
|
+
COUNT: "Count",
|
|
2688
|
+
COUNT_PER_SECOND: "Count/Second",
|
|
2689
|
+
GIGABITS: "Gigabits",
|
|
2690
|
+
GIGABITS_PER_SECOND: "Gigabits/Second",
|
|
2691
|
+
GIGABYTES: "Gigabytes",
|
|
2692
|
+
GIGABYTES_PER_SECOND: "Gigabytes/Second",
|
|
2693
|
+
KILOBITS: "Kilobits",
|
|
2694
|
+
KILOBITS_PER_SECOND: "Kilobits/Second",
|
|
2695
|
+
KILOBYTES: "Kilobytes",
|
|
2696
|
+
KILOBYTES_PER_SECOND: "Kilobytes/Second",
|
|
2697
|
+
MEGABITS: "Megabits",
|
|
2698
|
+
MEGABITS_PER_SECOND: "Megabits/Second",
|
|
2699
|
+
MEGABYTES: "Megabytes",
|
|
2700
|
+
MEGABYTES_PER_SECOND: "Megabytes/Second",
|
|
2701
|
+
MICROSECONDS: "Microseconds",
|
|
2702
|
+
MILLISECONDS: "Milliseconds",
|
|
2703
|
+
NONE: "None",
|
|
2704
|
+
PERCENT: "Percent",
|
|
2705
|
+
SECONDS: "Seconds",
|
|
2706
|
+
TERABITS: "Terabits",
|
|
2707
|
+
TERABITS_PER_SECOND: "Terabits/Second",
|
|
2708
|
+
TERABYTES: "Terabytes",
|
|
2709
|
+
TERABYTES_PER_SECOND: "Terabytes/Second",
|
|
2710
|
+
};
|
|
2711
|
+
const CheckoutType = {
|
|
2712
|
+
PERPETUAL: "PERPETUAL",
|
|
2713
|
+
PROVISIONAL: "PROVISIONAL",
|
|
2714
|
+
};
|
|
2715
|
+
const RenewType = {
|
|
2716
|
+
MONTHLY: "Monthly",
|
|
2717
|
+
NONE: "None",
|
|
2718
|
+
WEEKLY: "Weekly",
|
|
2719
|
+
};
|
|
2720
|
+
const EntitlementUnit = {
|
|
2721
|
+
BITS: "Bits",
|
|
2722
|
+
BITS_PER_SECOND: "Bits/Second",
|
|
2723
|
+
BYTES: "Bytes",
|
|
2724
|
+
BYTES_PER_SECOND: "Bytes/Second",
|
|
2725
|
+
COUNT: "Count",
|
|
2726
|
+
COUNT_PER_SECOND: "Count/Second",
|
|
2727
|
+
GIGABITS: "Gigabits",
|
|
2728
|
+
GIGABITS_PER_SECOND: "Gigabits/Second",
|
|
2729
|
+
GIGABYTES: "Gigabytes",
|
|
2730
|
+
GIGABYTES_PER_SECOND: "Gigabytes/Second",
|
|
2731
|
+
KILOBITS: "Kilobits",
|
|
2732
|
+
KILOBITS_PER_SECOND: "Kilobits/Second",
|
|
2733
|
+
KILOBYTES: "Kilobytes",
|
|
2734
|
+
KILOBYTES_PER_SECOND: "Kilobytes/Second",
|
|
2735
|
+
MEGABITS: "Megabits",
|
|
2736
|
+
MEGABITS_PER_SECOND: "Megabits/Second",
|
|
2737
|
+
MEGABYTES: "Megabytes",
|
|
2738
|
+
MEGABYTES_PER_SECOND: "Megabytes/Second",
|
|
2739
|
+
MICROSECONDS: "Microseconds",
|
|
2740
|
+
MILLISECONDS: "Milliseconds",
|
|
2741
|
+
NONE: "None",
|
|
2742
|
+
PERCENT: "Percent",
|
|
2743
|
+
SECONDS: "Seconds",
|
|
2744
|
+
TERABITS: "Terabits",
|
|
2745
|
+
TERABITS_PER_SECOND: "Terabits/Second",
|
|
2746
|
+
TERABYTES: "Terabytes",
|
|
2747
|
+
TERABYTES_PER_SECOND: "Terabytes/Second",
|
|
2748
|
+
};
|
|
2749
|
+
const LicenseStatus = {
|
|
2750
|
+
AVAILABLE: "AVAILABLE",
|
|
2751
|
+
DEACTIVATED: "DEACTIVATED",
|
|
2752
|
+
DELETED: "DELETED",
|
|
2753
|
+
EXPIRED: "EXPIRED",
|
|
2754
|
+
PENDING_AVAILABLE: "PENDING_AVAILABLE",
|
|
2755
|
+
PENDING_DELETE: "PENDING_DELETE",
|
|
2756
|
+
SUSPENDED: "SUSPENDED",
|
|
2757
|
+
};
|
|
2758
|
+
const LicenseCountingType = {
|
|
2759
|
+
CORE: "Core",
|
|
2760
|
+
INSTANCE: "Instance",
|
|
2761
|
+
SOCKET: "Socket",
|
|
2762
|
+
VCPU: "vCPU",
|
|
2763
|
+
};
|
|
2764
|
+
const ProductCodeType = {
|
|
2765
|
+
MARKETPLACE: "marketplace",
|
|
2766
|
+
};
|
|
2767
|
+
const ReportFrequencyType = {
|
|
2768
|
+
DAY: "DAY",
|
|
2769
|
+
MONTH: "MONTH",
|
|
2770
|
+
WEEK: "WEEK",
|
|
2771
|
+
};
|
|
2772
|
+
const ReportType = {
|
|
2773
|
+
LICENSE_CONFIGURATION_SUMMARY_REPORT: "LicenseConfigurationSummaryReport",
|
|
2774
|
+
LICENSE_CONFIGURATION_USAGE_REPORT: "LicenseConfigurationUsageReport",
|
|
2775
|
+
};
|
|
2776
|
+
const TokenType = {
|
|
2777
|
+
REFRESH_TOKEN: "REFRESH_TOKEN",
|
|
2778
|
+
};
|
|
2779
|
+
const LicenseDeletionStatus = {
|
|
2780
|
+
DELETED: "DELETED",
|
|
2781
|
+
PENDING_DELETE: "PENDING_DELETE",
|
|
2782
|
+
};
|
|
2783
|
+
const ResourceType = {
|
|
2784
|
+
EC2_AMI: "EC2_AMI",
|
|
2785
|
+
EC2_HOST: "EC2_HOST",
|
|
2786
|
+
EC2_INSTANCE: "EC2_INSTANCE",
|
|
2787
|
+
RDS: "RDS",
|
|
2788
|
+
SYSTEMS_MANAGER_MANAGED_INSTANCE: "SYSTEMS_MANAGER_MANAGED_INSTANCE",
|
|
2789
|
+
};
|
|
2790
|
+
const LicenseConversionTaskStatus = {
|
|
2791
|
+
FAILED: "FAILED",
|
|
2792
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
2793
|
+
SUCCEEDED: "SUCCEEDED",
|
|
2794
|
+
};
|
|
2795
|
+
const ReceivedStatus = {
|
|
2796
|
+
ACTIVE: "ACTIVE",
|
|
2797
|
+
DELETED: "DELETED",
|
|
2798
|
+
DISABLED: "DISABLED",
|
|
2799
|
+
FAILED_WORKFLOW: "FAILED_WORKFLOW",
|
|
2800
|
+
PENDING_ACCEPT: "PENDING_ACCEPT",
|
|
2801
|
+
PENDING_WORKFLOW: "PENDING_WORKFLOW",
|
|
2802
|
+
REJECTED: "REJECTED",
|
|
2803
|
+
WORKFLOW_COMPLETED: "WORKFLOW_COMPLETED",
|
|
2804
|
+
};
|
|
2805
|
+
const InventoryFilterCondition = {
|
|
2806
|
+
BEGINS_WITH: "BEGINS_WITH",
|
|
2807
|
+
CONTAINS: "CONTAINS",
|
|
2808
|
+
EQUALS: "EQUALS",
|
|
2809
|
+
NOT_EQUALS: "NOT_EQUALS",
|
|
2810
|
+
};
|
|
2811
|
+
const LicenseConfigurationStatus = {
|
|
2812
|
+
AVAILABLE: "AVAILABLE",
|
|
2813
|
+
DISABLED: "DISABLED",
|
|
2814
|
+
};
|
|
2815
|
+
|
|
2815
2816
|
Object.defineProperty(exports, "$Command", {
|
|
2816
2817
|
enumerable: true,
|
|
2817
2818
|
get: function () { return smithyClient.Command; }
|
package/dist-es/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from "./LicenseManagerClient";
|
|
2
2
|
export * from "./LicenseManager";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
4
|
+
export * from "./models/enums";
|
|
5
|
+
export * from "./models/errors";
|
|
5
6
|
export { LicenseManagerServiceException } from "./models/LicenseManagerServiceException";
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
export const GrantStatus = {
|
|
2
|
+
ACTIVE: "ACTIVE",
|
|
3
|
+
DELETED: "DELETED",
|
|
4
|
+
DISABLED: "DISABLED",
|
|
5
|
+
FAILED_WORKFLOW: "FAILED_WORKFLOW",
|
|
6
|
+
PENDING_ACCEPT: "PENDING_ACCEPT",
|
|
7
|
+
PENDING_DELETE: "PENDING_DELETE",
|
|
8
|
+
PENDING_WORKFLOW: "PENDING_WORKFLOW",
|
|
9
|
+
REJECTED: "REJECTED",
|
|
10
|
+
WORKFLOW_COMPLETED: "WORKFLOW_COMPLETED",
|
|
11
|
+
};
|
|
12
|
+
export const ActivationOverrideBehavior = {
|
|
13
|
+
ALL_GRANTS_PERMITTED_BY_ISSUER: "ALL_GRANTS_PERMITTED_BY_ISSUER",
|
|
14
|
+
DISTRIBUTED_GRANTS_ONLY: "DISTRIBUTED_GRANTS_ONLY",
|
|
15
|
+
};
|
|
16
|
+
export const AllowedOperation = {
|
|
17
|
+
CHECKOUT_BORROW_LICENSE: "CheckoutBorrowLicense",
|
|
18
|
+
CHECKOUT_LICENSE: "CheckoutLicense",
|
|
19
|
+
CHECK_IN_LICENSE: "CheckInLicense",
|
|
20
|
+
CREATE_GRANT: "CreateGrant",
|
|
21
|
+
CREATE_TOKEN: "CreateToken",
|
|
22
|
+
EXTEND_CONSUMPTION_LICENSE: "ExtendConsumptionLicense",
|
|
23
|
+
LIST_PURCHASED_LICENSES: "ListPurchasedLicenses",
|
|
24
|
+
};
|
|
25
|
+
export const DigitalSignatureMethod = {
|
|
26
|
+
JWT_PS384: "JWT_PS384",
|
|
27
|
+
};
|
|
28
|
+
export const EntitlementDataUnit = {
|
|
29
|
+
BITS: "Bits",
|
|
30
|
+
BITS_PER_SECOND: "Bits/Second",
|
|
31
|
+
BYTES: "Bytes",
|
|
32
|
+
BYTES_PER_SECOND: "Bytes/Second",
|
|
33
|
+
COUNT: "Count",
|
|
34
|
+
COUNT_PER_SECOND: "Count/Second",
|
|
35
|
+
GIGABITS: "Gigabits",
|
|
36
|
+
GIGABITS_PER_SECOND: "Gigabits/Second",
|
|
37
|
+
GIGABYTES: "Gigabytes",
|
|
38
|
+
GIGABYTES_PER_SECOND: "Gigabytes/Second",
|
|
39
|
+
KILOBITS: "Kilobits",
|
|
40
|
+
KILOBITS_PER_SECOND: "Kilobits/Second",
|
|
41
|
+
KILOBYTES: "Kilobytes",
|
|
42
|
+
KILOBYTES_PER_SECOND: "Kilobytes/Second",
|
|
43
|
+
MEGABITS: "Megabits",
|
|
44
|
+
MEGABITS_PER_SECOND: "Megabits/Second",
|
|
45
|
+
MEGABYTES: "Megabytes",
|
|
46
|
+
MEGABYTES_PER_SECOND: "Megabytes/Second",
|
|
47
|
+
MICROSECONDS: "Microseconds",
|
|
48
|
+
MILLISECONDS: "Milliseconds",
|
|
49
|
+
NONE: "None",
|
|
50
|
+
PERCENT: "Percent",
|
|
51
|
+
SECONDS: "Seconds",
|
|
52
|
+
TERABITS: "Terabits",
|
|
53
|
+
TERABITS_PER_SECOND: "Terabits/Second",
|
|
54
|
+
TERABYTES: "Terabytes",
|
|
55
|
+
TERABYTES_PER_SECOND: "Terabytes/Second",
|
|
56
|
+
};
|
|
57
|
+
export const CheckoutType = {
|
|
58
|
+
PERPETUAL: "PERPETUAL",
|
|
59
|
+
PROVISIONAL: "PROVISIONAL",
|
|
60
|
+
};
|
|
61
|
+
export const RenewType = {
|
|
62
|
+
MONTHLY: "Monthly",
|
|
63
|
+
NONE: "None",
|
|
64
|
+
WEEKLY: "Weekly",
|
|
65
|
+
};
|
|
66
|
+
export const EntitlementUnit = {
|
|
67
|
+
BITS: "Bits",
|
|
68
|
+
BITS_PER_SECOND: "Bits/Second",
|
|
69
|
+
BYTES: "Bytes",
|
|
70
|
+
BYTES_PER_SECOND: "Bytes/Second",
|
|
71
|
+
COUNT: "Count",
|
|
72
|
+
COUNT_PER_SECOND: "Count/Second",
|
|
73
|
+
GIGABITS: "Gigabits",
|
|
74
|
+
GIGABITS_PER_SECOND: "Gigabits/Second",
|
|
75
|
+
GIGABYTES: "Gigabytes",
|
|
76
|
+
GIGABYTES_PER_SECOND: "Gigabytes/Second",
|
|
77
|
+
KILOBITS: "Kilobits",
|
|
78
|
+
KILOBITS_PER_SECOND: "Kilobits/Second",
|
|
79
|
+
KILOBYTES: "Kilobytes",
|
|
80
|
+
KILOBYTES_PER_SECOND: "Kilobytes/Second",
|
|
81
|
+
MEGABITS: "Megabits",
|
|
82
|
+
MEGABITS_PER_SECOND: "Megabits/Second",
|
|
83
|
+
MEGABYTES: "Megabytes",
|
|
84
|
+
MEGABYTES_PER_SECOND: "Megabytes/Second",
|
|
85
|
+
MICROSECONDS: "Microseconds",
|
|
86
|
+
MILLISECONDS: "Milliseconds",
|
|
87
|
+
NONE: "None",
|
|
88
|
+
PERCENT: "Percent",
|
|
89
|
+
SECONDS: "Seconds",
|
|
90
|
+
TERABITS: "Terabits",
|
|
91
|
+
TERABITS_PER_SECOND: "Terabits/Second",
|
|
92
|
+
TERABYTES: "Terabytes",
|
|
93
|
+
TERABYTES_PER_SECOND: "Terabytes/Second",
|
|
94
|
+
};
|
|
95
|
+
export const LicenseStatus = {
|
|
96
|
+
AVAILABLE: "AVAILABLE",
|
|
97
|
+
DEACTIVATED: "DEACTIVATED",
|
|
98
|
+
DELETED: "DELETED",
|
|
99
|
+
EXPIRED: "EXPIRED",
|
|
100
|
+
PENDING_AVAILABLE: "PENDING_AVAILABLE",
|
|
101
|
+
PENDING_DELETE: "PENDING_DELETE",
|
|
102
|
+
SUSPENDED: "SUSPENDED",
|
|
103
|
+
};
|
|
104
|
+
export const LicenseCountingType = {
|
|
105
|
+
CORE: "Core",
|
|
106
|
+
INSTANCE: "Instance",
|
|
107
|
+
SOCKET: "Socket",
|
|
108
|
+
VCPU: "vCPU",
|
|
109
|
+
};
|
|
110
|
+
export const ProductCodeType = {
|
|
111
|
+
MARKETPLACE: "marketplace",
|
|
112
|
+
};
|
|
113
|
+
export const ReportFrequencyType = {
|
|
114
|
+
DAY: "DAY",
|
|
115
|
+
MONTH: "MONTH",
|
|
116
|
+
WEEK: "WEEK",
|
|
117
|
+
};
|
|
118
|
+
export const ReportType = {
|
|
119
|
+
LICENSE_CONFIGURATION_SUMMARY_REPORT: "LicenseConfigurationSummaryReport",
|
|
120
|
+
LICENSE_CONFIGURATION_USAGE_REPORT: "LicenseConfigurationUsageReport",
|
|
121
|
+
};
|
|
122
|
+
export const TokenType = {
|
|
123
|
+
REFRESH_TOKEN: "REFRESH_TOKEN",
|
|
124
|
+
};
|
|
125
|
+
export const LicenseDeletionStatus = {
|
|
126
|
+
DELETED: "DELETED",
|
|
127
|
+
PENDING_DELETE: "PENDING_DELETE",
|
|
128
|
+
};
|
|
129
|
+
export const ResourceType = {
|
|
130
|
+
EC2_AMI: "EC2_AMI",
|
|
131
|
+
EC2_HOST: "EC2_HOST",
|
|
132
|
+
EC2_INSTANCE: "EC2_INSTANCE",
|
|
133
|
+
RDS: "RDS",
|
|
134
|
+
SYSTEMS_MANAGER_MANAGED_INSTANCE: "SYSTEMS_MANAGER_MANAGED_INSTANCE",
|
|
135
|
+
};
|
|
136
|
+
export const LicenseConversionTaskStatus = {
|
|
137
|
+
FAILED: "FAILED",
|
|
138
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
139
|
+
SUCCEEDED: "SUCCEEDED",
|
|
140
|
+
};
|
|
141
|
+
export const ReceivedStatus = {
|
|
142
|
+
ACTIVE: "ACTIVE",
|
|
143
|
+
DELETED: "DELETED",
|
|
144
|
+
DISABLED: "DISABLED",
|
|
145
|
+
FAILED_WORKFLOW: "FAILED_WORKFLOW",
|
|
146
|
+
PENDING_ACCEPT: "PENDING_ACCEPT",
|
|
147
|
+
PENDING_WORKFLOW: "PENDING_WORKFLOW",
|
|
148
|
+
REJECTED: "REJECTED",
|
|
149
|
+
WORKFLOW_COMPLETED: "WORKFLOW_COMPLETED",
|
|
150
|
+
};
|
|
151
|
+
export const InventoryFilterCondition = {
|
|
152
|
+
BEGINS_WITH: "BEGINS_WITH",
|
|
153
|
+
CONTAINS: "CONTAINS",
|
|
154
|
+
EQUALS: "EQUALS",
|
|
155
|
+
NOT_EQUALS: "NOT_EQUALS",
|
|
156
|
+
};
|
|
157
|
+
export const LicenseConfigurationStatus = {
|
|
158
|
+
AVAILABLE: "AVAILABLE",
|
|
159
|
+
DISABLED: "DISABLED",
|
|
160
|
+
};
|