@aws-sdk/client-license-manager 3.533.0 → 3.540.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 (111) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/LicenseManager.d.ts +13 -1
  6. package/dist-types/LicenseManagerClient.d.ts +1 -1
  7. package/dist-types/commands/AcceptGrantCommand.d.ts +2 -1
  8. package/dist-types/commands/CheckInLicenseCommand.d.ts +2 -1
  9. package/dist-types/commands/CheckoutBorrowLicenseCommand.d.ts +2 -1
  10. package/dist-types/commands/CheckoutLicenseCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateGrantCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateGrantVersionCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateLicenseCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateLicenseConfigurationCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateLicenseVersionCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateTokenCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteGrantCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteLicenseCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteLicenseConfigurationCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteTokenCommand.d.ts +2 -1
  24. package/dist-types/commands/ExtendLicenseConsumptionCommand.d.ts +2 -1
  25. package/dist-types/commands/GetAccessTokenCommand.d.ts +2 -1
  26. package/dist-types/commands/GetGrantCommand.d.ts +2 -1
  27. package/dist-types/commands/GetLicenseCommand.d.ts +2 -1
  28. package/dist-types/commands/GetLicenseConfigurationCommand.d.ts +2 -1
  29. package/dist-types/commands/GetLicenseConversionTaskCommand.d.ts +2 -1
  30. package/dist-types/commands/GetLicenseManagerReportGeneratorCommand.d.ts +2 -1
  31. package/dist-types/commands/GetLicenseUsageCommand.d.ts +2 -1
  32. package/dist-types/commands/GetServiceSettingsCommand.d.ts +2 -1
  33. package/dist-types/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +2 -1
  34. package/dist-types/commands/ListDistributedGrantsCommand.d.ts +2 -1
  35. package/dist-types/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +2 -1
  36. package/dist-types/commands/ListLicenseConfigurationsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListLicenseConversionTasksCommand.d.ts +2 -1
  38. package/dist-types/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListLicenseSpecificationsForResourceCommand.d.ts +2 -1
  40. package/dist-types/commands/ListLicenseVersionsCommand.d.ts +2 -1
  41. package/dist-types/commands/ListLicensesCommand.d.ts +2 -1
  42. package/dist-types/commands/ListReceivedGrantsCommand.d.ts +2 -1
  43. package/dist-types/commands/ListReceivedGrantsForOrganizationCommand.d.ts +2 -1
  44. package/dist-types/commands/ListReceivedLicensesCommand.d.ts +2 -1
  45. package/dist-types/commands/ListReceivedLicensesForOrganizationCommand.d.ts +2 -1
  46. package/dist-types/commands/ListResourceInventoryCommand.d.ts +2 -1
  47. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  48. package/dist-types/commands/ListTokensCommand.d.ts +2 -1
  49. package/dist-types/commands/ListUsageForLicenseConfigurationCommand.d.ts +2 -1
  50. package/dist-types/commands/RejectGrantCommand.d.ts +2 -1
  51. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  52. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateLicenseConfigurationCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateServiceSettingsCommand.d.ts +2 -1
  57. package/dist-types/index.d.ts +0 -1
  58. package/dist-types/models/models_0.d.ts +522 -522
  59. package/dist-types/ts3.4/LicenseManager.d.ts +12 -0
  60. package/dist-types/ts3.4/commands/AcceptGrantCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/CheckInLicenseCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/CheckoutBorrowLicenseCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/CheckoutLicenseCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/CreateGrantVersionCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/CreateLicenseCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/CreateLicenseVersionCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/DeleteGrantCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DeleteLicenseCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DeleteLicenseConfigurationCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/ExtendLicenseConsumptionCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/GetGrantCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/GetLicenseCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/GetLicenseConfigurationCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/GetLicenseConversionTaskCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/GetLicenseManagerReportGeneratorCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/GetLicenseUsageCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/GetServiceSettingsCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/ListDistributedGrantsCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/ListLicenseConfigurationsCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/ListLicenseConversionTasksCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/ListLicenseSpecificationsForResourceCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/ListLicenseVersionsCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ListLicensesCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListReceivedGrantsCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ListReceivedGrantsForOrganizationCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ListReceivedLicensesCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ListReceivedLicensesForOrganizationCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/ListResourceInventoryCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/ListTokensCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/RejectGrantCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/UpdateLicenseConfigurationCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/index.d.ts +0 -1
  111. package/package.json +40 -40
@@ -5,8 +5,8 @@ import { LicenseManagerServiceException as __BaseException } from "./LicenseMana
5
5
  */
6
6
  export interface AcceptGrantRequest {
7
7
  /**
8
- * @public
9
8
  * <p>Amazon Resource Name (ARN) of the grant.</p>
9
+ * @public
10
10
  */
11
11
  GrantArn: string | undefined;
12
12
  }
@@ -34,24 +34,24 @@ export type GrantStatus = (typeof GrantStatus)[keyof typeof GrantStatus];
34
34
  */
35
35
  export interface AcceptGrantResponse {
36
36
  /**
37
- * @public
38
37
  * <p>Grant ARN.</p>
38
+ * @public
39
39
  */
40
40
  GrantArn?: string;
41
41
  /**
42
- * @public
43
42
  * <p>Grant status.</p>
43
+ * @public
44
44
  */
45
45
  Status?: GrantStatus;
46
46
  /**
47
- * @public
48
47
  * <p>Grant version.</p>
48
+ * @public
49
49
  */
50
50
  Version?: string;
51
51
  }
52
52
  /**
53
- * @public
54
53
  * <p>Access to resource denied.</p>
54
+ * @public
55
55
  */
56
56
  export declare class AccessDeniedException extends __BaseException {
57
57
  readonly name: "AccessDeniedException";
@@ -63,9 +63,9 @@ export declare class AccessDeniedException extends __BaseException {
63
63
  constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
64
64
  }
65
65
  /**
66
- * @public
67
66
  * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
68
67
  * policy associated with this account.</p>
68
+ * @public
69
69
  */
70
70
  export declare class AuthorizationException extends __BaseException {
71
71
  readonly name: "AuthorizationException";
@@ -77,8 +77,8 @@ export declare class AuthorizationException extends __BaseException {
77
77
  constructor(opts: __ExceptionOptionType<AuthorizationException, __BaseException>);
78
78
  }
79
79
  /**
80
- * @public
81
80
  * <p>One or more parameter values are not valid.</p>
81
+ * @public
82
82
  */
83
83
  export declare class InvalidParameterValueException extends __BaseException {
84
84
  readonly name: "InvalidParameterValueException";
@@ -90,8 +90,8 @@ export declare class InvalidParameterValueException extends __BaseException {
90
90
  constructor(opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>);
91
91
  }
92
92
  /**
93
- * @public
94
93
  * <p>Too many requests have been submitted. Try again after a brief wait.</p>
94
+ * @public
95
95
  */
96
96
  export declare class RateLimitExceededException extends __BaseException {
97
97
  readonly name: "RateLimitExceededException";
@@ -103,8 +103,8 @@ export declare class RateLimitExceededException extends __BaseException {
103
103
  constructor(opts: __ExceptionOptionType<RateLimitExceededException, __BaseException>);
104
104
  }
105
105
  /**
106
- * @public
107
106
  * <p>Your resource limits have been exceeded.</p>
107
+ * @public
108
108
  */
109
109
  export declare class ResourceLimitExceededException extends __BaseException {
110
110
  readonly name: "ResourceLimitExceededException";
@@ -116,8 +116,8 @@ export declare class ResourceLimitExceededException extends __BaseException {
116
116
  constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
117
117
  }
118
118
  /**
119
- * @public
120
119
  * <p>The server experienced an internal error. Try again.</p>
120
+ * @public
121
121
  */
122
122
  export declare class ServerInternalException extends __BaseException {
123
123
  readonly name: "ServerInternalException";
@@ -129,8 +129,8 @@ export declare class ServerInternalException extends __BaseException {
129
129
  constructor(opts: __ExceptionOptionType<ServerInternalException, __BaseException>);
130
130
  }
131
131
  /**
132
- * @public
133
132
  * <p>The provided input is not valid. Try your request again.</p>
133
+ * @public
134
134
  */
135
135
  export declare class ValidationException extends __BaseException {
136
136
  readonly name: "ValidationException";
@@ -171,13 +171,13 @@ export declare const AllowedOperation: {
171
171
  */
172
172
  export type AllowedOperation = (typeof AllowedOperation)[keyof typeof AllowedOperation];
173
173
  /**
174
- * @public
175
174
  * <p>Describes automated discovery.</p>
175
+ * @public
176
176
  */
177
177
  export interface AutomatedDiscoveryInformation {
178
178
  /**
179
- * @public
180
179
  * <p>Time that automated discovery last ran.</p>
180
+ * @public
181
181
  */
182
182
  LastRunTime?: Date;
183
183
  }
@@ -186,13 +186,13 @@ export interface AutomatedDiscoveryInformation {
186
186
  */
187
187
  export interface CheckInLicenseRequest {
188
188
  /**
189
- * @public
190
189
  * <p>License consumption token.</p>
190
+ * @public
191
191
  */
192
192
  LicenseConsumptionToken: string | undefined;
193
193
  /**
194
- * @public
195
194
  * <p>License beneficiary.</p>
195
+ * @public
196
196
  */
197
197
  Beneficiary?: string;
198
198
  }
@@ -202,8 +202,8 @@ export interface CheckInLicenseRequest {
202
202
  export interface CheckInLicenseResponse {
203
203
  }
204
204
  /**
205
- * @public
206
205
  * <p>There was a conflict processing the request. Try your request again.</p>
206
+ * @public
207
207
  */
208
208
  export declare class ConflictException extends __BaseException {
209
209
  readonly name: "ConflictException";
@@ -215,8 +215,8 @@ export declare class ConflictException extends __BaseException {
215
215
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
216
216
  }
217
217
  /**
218
- * @public
219
218
  * <p>The resource cannot be found.</p>
219
+ * @public
220
220
  */
221
221
  export declare class ResourceNotFoundException extends __BaseException {
222
222
  readonly name: "ResourceNotFoundException";
@@ -228,18 +228,18 @@ export declare class ResourceNotFoundException extends __BaseException {
228
228
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
229
229
  }
230
230
  /**
231
- * @public
232
231
  * <p>Describes key/value pairs.</p>
232
+ * @public
233
233
  */
234
234
  export interface Metadata {
235
235
  /**
236
- * @public
237
236
  * <p>The key name.</p>
237
+ * @public
238
238
  */
239
239
  Name?: string;
240
240
  /**
241
- * @public
242
241
  * <p>The value.</p>
242
+ * @public
243
243
  */
244
244
  Value?: string;
245
245
  }
@@ -292,23 +292,23 @@ export declare const EntitlementDataUnit: {
292
292
  */
293
293
  export type EntitlementDataUnit = (typeof EntitlementDataUnit)[keyof typeof EntitlementDataUnit];
294
294
  /**
295
- * @public
296
295
  * <p>Data associated with an entitlement resource.</p>
296
+ * @public
297
297
  */
298
298
  export interface EntitlementData {
299
299
  /**
300
- * @public
301
300
  * <p>Entitlement data name.</p>
301
+ * @public
302
302
  */
303
303
  Name: string | undefined;
304
304
  /**
305
- * @public
306
305
  * <p>Entitlement data value.</p>
306
+ * @public
307
307
  */
308
308
  Value?: string;
309
309
  /**
310
- * @public
311
310
  * <p>Entitlement data unit.</p>
311
+ * @public
312
312
  */
313
313
  Unit: EntitlementDataUnit | undefined;
314
314
  }
@@ -317,34 +317,34 @@ export interface EntitlementData {
317
317
  */
318
318
  export interface CheckoutBorrowLicenseRequest {
319
319
  /**
320
- * @public
321
320
  * <p>Amazon Resource Name (ARN) of the license. The license must use the borrow consumption configuration.</p>
321
+ * @public
322
322
  */
323
323
  LicenseArn: string | undefined;
324
324
  /**
325
- * @public
326
325
  * <p>License entitlements. Partial checkouts are not supported.</p>
326
+ * @public
327
327
  */
328
328
  Entitlements: EntitlementData[] | undefined;
329
329
  /**
330
- * @public
331
330
  * <p>Digital signature method. The possible value is JSON Web Signature (JWS) algorithm PS384.
332
331
  * For more information, see <a href="https://tools.ietf.org/html/rfc7518#section-3.5">RFC 7518 Digital Signature with RSASSA-PSS</a>.</p>
332
+ * @public
333
333
  */
334
334
  DigitalSignatureMethod: DigitalSignatureMethod | undefined;
335
335
  /**
336
- * @public
337
336
  * <p>Node ID.</p>
337
+ * @public
338
338
  */
339
339
  NodeId?: string;
340
340
  /**
341
- * @public
342
341
  * <p>Information about constraints.</p>
342
+ * @public
343
343
  */
344
344
  CheckoutMetadata?: Metadata[];
345
345
  /**
346
- * @public
347
346
  * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
347
+ * @public
348
348
  */
349
349
  ClientToken: string | undefined;
350
350
  }
@@ -353,49 +353,49 @@ export interface CheckoutBorrowLicenseRequest {
353
353
  */
354
354
  export interface CheckoutBorrowLicenseResponse {
355
355
  /**
356
- * @public
357
356
  * <p>Amazon Resource Name (ARN) of the license.</p>
357
+ * @public
358
358
  */
359
359
  LicenseArn?: string;
360
360
  /**
361
- * @public
362
361
  * <p>License consumption token.</p>
362
+ * @public
363
363
  */
364
364
  LicenseConsumptionToken?: string;
365
365
  /**
366
- * @public
367
366
  * <p>Allowed license entitlements.</p>
367
+ * @public
368
368
  */
369
369
  EntitlementsAllowed?: EntitlementData[];
370
370
  /**
371
- * @public
372
371
  * <p>Node ID.</p>
372
+ * @public
373
373
  */
374
374
  NodeId?: string;
375
375
  /**
376
- * @public
377
376
  * <p>Signed token.</p>
377
+ * @public
378
378
  */
379
379
  SignedToken?: string;
380
380
  /**
381
- * @public
382
381
  * <p>Date and time at which the license checkout is issued.</p>
382
+ * @public
383
383
  */
384
384
  IssuedAt?: string;
385
385
  /**
386
- * @public
387
386
  * <p>Date and time at which the license checkout expires.</p>
387
+ * @public
388
388
  */
389
389
  Expiration?: string;
390
390
  /**
391
- * @public
392
391
  * <p>Information about constraints.</p>
392
+ * @public
393
393
  */
394
394
  CheckoutMetadata?: Metadata[];
395
395
  }
396
396
  /**
397
- * @public
398
397
  * <p>The entitlement is not allowed.</p>
398
+ * @public
399
399
  */
400
400
  export declare class EntitlementNotAllowedException extends __BaseException {
401
401
  readonly name: "EntitlementNotAllowedException";
@@ -407,8 +407,8 @@ export declare class EntitlementNotAllowedException extends __BaseException {
407
407
  constructor(opts: __ExceptionOptionType<EntitlementNotAllowedException, __BaseException>);
408
408
  }
409
409
  /**
410
- * @public
411
410
  * <p>There are no entitlements found for this license, or the entitlement maximum count is reached.</p>
411
+ * @public
412
412
  */
413
413
  export declare class NoEntitlementsAllowedException extends __BaseException {
414
414
  readonly name: "NoEntitlementsAllowedException";
@@ -420,8 +420,8 @@ export declare class NoEntitlementsAllowedException extends __BaseException {
420
420
  constructor(opts: __ExceptionOptionType<NoEntitlementsAllowedException, __BaseException>);
421
421
  }
422
422
  /**
423
- * @public
424
423
  * <p>This is not the correct Region for the resource. Try again.</p>
424
+ * @public
425
425
  */
426
426
  export declare class RedirectException extends __BaseException {
427
427
  readonly name: "RedirectException";
@@ -434,8 +434,8 @@ export declare class RedirectException extends __BaseException {
434
434
  constructor(opts: __ExceptionOptionType<RedirectException, __BaseException>);
435
435
  }
436
436
  /**
437
- * @public
438
437
  * <p>The digital signature method is unsupported. Try your request again.</p>
438
+ * @public
439
439
  */
440
440
  export declare class UnsupportedDigitalSignatureMethodException extends __BaseException {
441
441
  readonly name: "UnsupportedDigitalSignatureMethodException";
@@ -463,38 +463,38 @@ export type CheckoutType = (typeof CheckoutType)[keyof typeof CheckoutType];
463
463
  */
464
464
  export interface CheckoutLicenseRequest {
465
465
  /**
466
- * @public
467
466
  * <p>Product SKU.</p>
467
+ * @public
468
468
  */
469
469
  ProductSKU: string | undefined;
470
470
  /**
471
- * @public
472
471
  * <p>Checkout type.</p>
472
+ * @public
473
473
  */
474
474
  CheckoutType: CheckoutType | undefined;
475
475
  /**
476
- * @public
477
476
  * <p>Key fingerprint identifying the license.</p>
477
+ * @public
478
478
  */
479
479
  KeyFingerprint: string | undefined;
480
480
  /**
481
- * @public
482
481
  * <p>License entitlements.</p>
482
+ * @public
483
483
  */
484
484
  Entitlements: EntitlementData[] | undefined;
485
485
  /**
486
- * @public
487
486
  * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
487
+ * @public
488
488
  */
489
489
  ClientToken: string | undefined;
490
490
  /**
491
- * @public
492
491
  * <p>License beneficiary.</p>
492
+ * @public
493
493
  */
494
494
  Beneficiary?: string;
495
495
  /**
496
- * @public
497
496
  * <p>Node ID.</p>
497
+ * @public
498
498
  */
499
499
  NodeId?: string;
500
500
  }
@@ -503,43 +503,43 @@ export interface CheckoutLicenseRequest {
503
503
  */
504
504
  export interface CheckoutLicenseResponse {
505
505
  /**
506
- * @public
507
506
  * <p>Checkout type.</p>
507
+ * @public
508
508
  */
509
509
  CheckoutType?: CheckoutType;
510
510
  /**
511
- * @public
512
511
  * <p>License consumption token.</p>
512
+ * @public
513
513
  */
514
514
  LicenseConsumptionToken?: string;
515
515
  /**
516
- * @public
517
516
  * <p>Allowed license entitlements.</p>
517
+ * @public
518
518
  */
519
519
  EntitlementsAllowed?: EntitlementData[];
520
520
  /**
521
- * @public
522
521
  * <p>Signed token.</p>
522
+ * @public
523
523
  */
524
524
  SignedToken?: string;
525
525
  /**
526
- * @public
527
526
  * <p>Node ID.</p>
527
+ * @public
528
528
  */
529
529
  NodeId?: string;
530
530
  /**
531
- * @public
532
531
  * <p>Date and time at which the license checkout is issued.</p>
532
+ * @public
533
533
  */
534
534
  IssuedAt?: string;
535
535
  /**
536
- * @public
537
536
  * <p>Date and time at which the license checkout expires.</p>
537
+ * @public
538
538
  */
539
539
  Expiration?: string;
540
540
  /**
541
- * @public
542
541
  * <p>Amazon Resource Name (ARN) of the checkout license.</p>
542
+ * @public
543
543
  */
544
544
  LicenseArn?: string;
545
545
  }
@@ -548,22 +548,21 @@ export interface CheckoutLicenseResponse {
548
548
  */
549
549
  export interface CreateGrantRequest {
550
550
  /**
551
- * @public
552
551
  * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
552
+ * @public
553
553
  */
554
554
  ClientToken: string | undefined;
555
555
  /**
556
- * @public
557
556
  * <p>Grant name.</p>
557
+ * @public
558
558
  */
559
559
  GrantName: string | undefined;
560
560
  /**
561
- * @public
562
561
  * <p>Amazon Resource Name (ARN) of the license.</p>
562
+ * @public
563
563
  */
564
564
  LicenseArn: string | undefined;
565
565
  /**
566
- * @public
567
566
  * <p>The grant principals. You can specify one of the following as an Amazon Resource Name
568
567
  * (ARN):</p>
569
568
  * <ul>
@@ -581,16 +580,17 @@ export interface CreateGrantRequest {
581
580
  * <p>An organization, which will include all accounts across your organization.</p>
582
581
  * </li>
583
582
  * </ul>
583
+ * @public
584
584
  */
585
585
  Principals: string[] | undefined;
586
586
  /**
587
- * @public
588
587
  * <p>Home Region of the grant.</p>
588
+ * @public
589
589
  */
590
590
  HomeRegion: string | undefined;
591
591
  /**
592
- * @public
593
592
  * <p>Allowed operations for the grant.</p>
593
+ * @public
594
594
  */
595
595
  AllowedOperations: AllowedOperation[] | undefined;
596
596
  }
@@ -599,29 +599,28 @@ export interface CreateGrantRequest {
599
599
  */
600
600
  export interface CreateGrantResponse {
601
601
  /**
602
- * @public
603
602
  * <p>Grant ARN.</p>
603
+ * @public
604
604
  */
605
605
  GrantArn?: string;
606
606
  /**
607
- * @public
608
607
  * <p>Grant status.</p>
608
+ * @public
609
609
  */
610
610
  Status?: GrantStatus;
611
611
  /**
612
- * @public
613
612
  * <p>Grant version.</p>
613
+ * @public
614
614
  */
615
615
  Version?: string;
616
616
  }
617
617
  /**
618
- * @public
619
618
  * <p>The options you can specify when you create a new version of a grant, such as activation
620
619
  * override behavior. For more information, see <a href="https://docs.aws.amazon.com/license-manager/latest/userguide/granted-licenses.html">Granted licenses in License Manager</a> in the <i>License Manager User Guide</i>.</p>
620
+ * @public
621
621
  */
622
622
  export interface Options {
623
623
  /**
624
- * @public
625
624
  * <p>An activation option for your grant that determines the behavior of activating a grant.
626
625
  * Activation options can only be used with granted licenses sourced from the Amazon Web Services Marketplace. Additionally, the operation must specify the value of <code>ACTIVE</code> for the
627
626
  * <code>Status</code> parameter.</p>
@@ -654,6 +653,7 @@ export interface Options {
654
653
  * previously activated grants with this activated grant.</p>
655
654
  * </dd>
656
655
  * </dl>
656
+ * @public
657
657
  */
658
658
  ActivationOverrideBehavior?: ActivationOverrideBehavior;
659
659
  }
@@ -662,43 +662,43 @@ export interface Options {
662
662
  */
663
663
  export interface CreateGrantVersionRequest {
664
664
  /**
665
- * @public
666
665
  * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
666
+ * @public
667
667
  */
668
668
  ClientToken: string | undefined;
669
669
  /**
670
- * @public
671
670
  * <p>Amazon Resource Name (ARN) of the grant.</p>
671
+ * @public
672
672
  */
673
673
  GrantArn: string | undefined;
674
674
  /**
675
- * @public
676
675
  * <p>Grant name.</p>
676
+ * @public
677
677
  */
678
678
  GrantName?: string;
679
679
  /**
680
- * @public
681
680
  * <p>Allowed operations for the grant.</p>
681
+ * @public
682
682
  */
683
683
  AllowedOperations?: AllowedOperation[];
684
684
  /**
685
- * @public
686
685
  * <p>Grant status.</p>
686
+ * @public
687
687
  */
688
688
  Status?: GrantStatus;
689
689
  /**
690
- * @public
691
690
  * <p>Grant status reason.</p>
691
+ * @public
692
692
  */
693
693
  StatusReason?: string;
694
694
  /**
695
- * @public
696
695
  * <p>Current version of the grant.</p>
696
+ * @public
697
697
  */
698
698
  SourceVersion?: string;
699
699
  /**
700
- * @public
701
700
  * <p>The options specified for the grant.</p>
701
+ * @public
702
702
  */
703
703
  Options?: Options;
704
704
  }
@@ -707,45 +707,45 @@ export interface CreateGrantVersionRequest {
707
707
  */
708
708
  export interface CreateGrantVersionResponse {
709
709
  /**
710
- * @public
711
710
  * <p>Grant ARN.</p>
711
+ * @public
712
712
  */
713
713
  GrantArn?: string;
714
714
  /**
715
- * @public
716
715
  * <p>Grant status.</p>
716
+ * @public
717
717
  */
718
718
  Status?: GrantStatus;
719
719
  /**
720
- * @public
721
720
  * <p>New version of the grant.</p>
721
+ * @public
722
722
  */
723
723
  Version?: string;
724
724
  }
725
725
  /**
726
- * @public
727
726
  * <p>Details about a borrow configuration.</p>
727
+ * @public
728
728
  */
729
729
  export interface BorrowConfiguration {
730
730
  /**
731
- * @public
732
731
  * <p>Indicates whether early check-ins are allowed.</p>
732
+ * @public
733
733
  */
734
734
  AllowEarlyCheckIn: boolean | undefined;
735
735
  /**
736
- * @public
737
736
  * <p>Maximum time for the borrow configuration, in minutes.</p>
737
+ * @public
738
738
  */
739
739
  MaxTimeToLiveInMinutes: number | undefined;
740
740
  }
741
741
  /**
742
- * @public
743
742
  * <p>Details about a provisional configuration.</p>
743
+ * @public
744
744
  */
745
745
  export interface ProvisionalConfiguration {
746
746
  /**
747
- * @public
748
747
  * <p>Maximum time for the provisional configuration, in minutes.</p>
748
+ * @public
749
749
  */
750
750
  MaxTimeToLiveInMinutes: number | undefined;
751
751
  }
@@ -763,23 +763,23 @@ export declare const RenewType: {
763
763
  */
764
764
  export type RenewType = (typeof RenewType)[keyof typeof RenewType];
765
765
  /**
766
- * @public
767
766
  * <p>Details about a consumption configuration.</p>
767
+ * @public
768
768
  */
769
769
  export interface ConsumptionConfiguration {
770
770
  /**
771
- * @public
772
771
  * <p>Renewal frequency.</p>
772
+ * @public
773
773
  */
774
774
  RenewType?: RenewType;
775
775
  /**
776
- * @public
777
776
  * <p>Details about a provisional configuration.</p>
777
+ * @public
778
778
  */
779
779
  ProvisionalConfiguration?: ProvisionalConfiguration;
780
780
  /**
781
- * @public
782
781
  * <p>Details about a borrow configuration.</p>
782
+ * @public
783
783
  */
784
784
  BorrowConfiguration?: BorrowConfiguration;
785
785
  }
@@ -821,71 +821,71 @@ export declare const EntitlementUnit: {
821
821
  */
822
822
  export type EntitlementUnit = (typeof EntitlementUnit)[keyof typeof EntitlementUnit];
823
823
  /**
824
- * @public
825
824
  * <p>Describes a resource entitled for use with a license.</p>
825
+ * @public
826
826
  */
827
827
  export interface Entitlement {
828
828
  /**
829
- * @public
830
829
  * <p>Entitlement name.</p>
830
+ * @public
831
831
  */
832
832
  Name: string | undefined;
833
833
  /**
834
- * @public
835
834
  * <p>Entitlement resource. Use only if the unit is None.</p>
835
+ * @public
836
836
  */
837
837
  Value?: string;
838
838
  /**
839
- * @public
840
839
  * <p>Maximum entitlement count. Use if the unit is not None.</p>
840
+ * @public
841
841
  */
842
842
  MaxCount?: number;
843
843
  /**
844
- * @public
845
844
  * <p>Indicates whether overages are allowed.</p>
845
+ * @public
846
846
  */
847
847
  Overage?: boolean;
848
848
  /**
849
- * @public
850
849
  * <p>Entitlement unit.</p>
850
+ * @public
851
851
  */
852
852
  Unit: EntitlementUnit | undefined;
853
853
  /**
854
- * @public
855
854
  * <p>Indicates whether check-ins are allowed.</p>
855
+ * @public
856
856
  */
857
857
  AllowCheckIn?: boolean;
858
858
  }
859
859
  /**
860
- * @public
861
860
  * <p>Details about the issuer of a license.</p>
861
+ * @public
862
862
  */
863
863
  export interface Issuer {
864
864
  /**
865
- * @public
866
865
  * <p>Issuer name.</p>
866
+ * @public
867
867
  */
868
868
  Name: string | undefined;
869
869
  /**
870
- * @public
871
870
  * <p>Asymmetric KMS key from Key Management Service. The KMS key must have a key usage of sign and verify,
872
871
  * and support the RSASSA-PSS SHA-256 signing algorithm.</p>
872
+ * @public
873
873
  */
874
874
  SignKey?: string;
875
875
  }
876
876
  /**
877
- * @public
878
877
  * <p>Describes a time range, in ISO8601-UTC format.</p>
878
+ * @public
879
879
  */
880
880
  export interface DatetimeRange {
881
881
  /**
882
- * @public
883
882
  * <p>Start of the time range.</p>
883
+ * @public
884
884
  */
885
885
  Begin: string | undefined;
886
886
  /**
887
- * @public
888
887
  * <p>End of the time range.</p>
888
+ * @public
889
889
  */
890
890
  End?: string;
891
891
  }
@@ -894,60 +894,60 @@ export interface DatetimeRange {
894
894
  */
895
895
  export interface CreateLicenseRequest {
896
896
  /**
897
- * @public
898
897
  * <p>License name.</p>
898
+ * @public
899
899
  */
900
900
  LicenseName: string | undefined;
901
901
  /**
902
- * @public
903
902
  * <p>Product name.</p>
903
+ * @public
904
904
  */
905
905
  ProductName: string | undefined;
906
906
  /**
907
- * @public
908
907
  * <p>Product SKU.</p>
908
+ * @public
909
909
  */
910
910
  ProductSKU: string | undefined;
911
911
  /**
912
- * @public
913
912
  * <p>License issuer.</p>
913
+ * @public
914
914
  */
915
915
  Issuer: Issuer | undefined;
916
916
  /**
917
- * @public
918
917
  * <p>Home Region for the license.</p>
918
+ * @public
919
919
  */
920
920
  HomeRegion: string | undefined;
921
921
  /**
922
- * @public
923
922
  * <p>Date and time range during which the license is valid, in ISO8601-UTC format.</p>
923
+ * @public
924
924
  */
925
925
  Validity: DatetimeRange | undefined;
926
926
  /**
927
- * @public
928
927
  * <p>License entitlements.</p>
928
+ * @public
929
929
  */
930
930
  Entitlements: Entitlement[] | undefined;
931
931
  /**
932
- * @public
933
932
  * <p>License beneficiary.</p>
933
+ * @public
934
934
  */
935
935
  Beneficiary: string | undefined;
936
936
  /**
937
- * @public
938
937
  * <p>Configuration for consumption of the license. Choose a provisional configuration for workloads
939
938
  * running with continuous connectivity. Choose a borrow configuration for workloads with offline
940
939
  * usage.</p>
940
+ * @public
941
941
  */
942
942
  ConsumptionConfiguration: ConsumptionConfiguration | undefined;
943
943
  /**
944
- * @public
945
944
  * <p>Information about the license.</p>
945
+ * @public
946
946
  */
947
947
  LicenseMetadata?: Metadata[];
948
948
  /**
949
- * @public
950
949
  * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
950
+ * @public
951
951
  */
952
952
  ClientToken: string | undefined;
953
953
  }
@@ -973,18 +973,18 @@ export type LicenseStatus = (typeof LicenseStatus)[keyof typeof LicenseStatus];
973
973
  */
974
974
  export interface CreateLicenseResponse {
975
975
  /**
976
- * @public
977
976
  * <p>Amazon Resource Name (ARN) of the license.</p>
977
+ * @public
978
978
  */
979
979
  LicenseArn?: string;
980
980
  /**
981
- * @public
982
981
  * <p>License status.</p>
982
+ * @public
983
983
  */
984
984
  Status?: LicenseStatus;
985
985
  /**
986
- * @public
987
986
  * <p>License version.</p>
987
+ * @public
988
988
  */
989
989
  Version?: string;
990
990
  }
@@ -1003,38 +1003,37 @@ export declare const LicenseCountingType: {
1003
1003
  */
1004
1004
  export type LicenseCountingType = (typeof LicenseCountingType)[keyof typeof LicenseCountingType];
1005
1005
  /**
1006
- * @public
1007
1006
  * <p>Describes product information filters.</p>
1007
+ * @public
1008
1008
  */
1009
1009
  export interface ProductInformationFilter {
1010
1010
  /**
1011
- * @public
1012
1011
  * <p>Filter name.</p>
1012
+ * @public
1013
1013
  */
1014
1014
  ProductInformationFilterName: string | undefined;
1015
1015
  /**
1016
- * @public
1017
1016
  * <p>Filter value.</p>
1017
+ * @public
1018
1018
  */
1019
1019
  ProductInformationFilterValue?: string[];
1020
1020
  /**
1021
- * @public
1022
1021
  * <p>Logical operator.</p>
1022
+ * @public
1023
1023
  */
1024
1024
  ProductInformationFilterComparator: string | undefined;
1025
1025
  }
1026
1026
  /**
1027
- * @public
1028
1027
  * <p>Describes product information for a license configuration.</p>
1028
+ * @public
1029
1029
  */
1030
1030
  export interface ProductInformation {
1031
1031
  /**
1032
- * @public
1033
1032
  * <p>Resource type. The possible values are <code>SSM_MANAGED</code> | <code>RDS</code>.</p>
1033
+ * @public
1034
1034
  */
1035
1035
  ResourceType: string | undefined;
1036
1036
  /**
1037
- * @public
1038
1037
  * <p>A Product information filter consists of a <code>ProductInformationFilterComparator</code> which is a logical operator, a <code>ProductInformationFilterName</code> which specifies the type of filter being declared, and a <code>ProductInformationFilterValue</code> that specifies the value to filter on. </p>
1039
1038
  * <p>Accepted values for <code>ProductInformationFilterName</code> are listed here along with descriptions and valid options for <code>ProductInformationFilterComparator</code>. </p>
1040
1039
  * <p>The following filters and are supported when the resource type
@@ -1105,22 +1104,23 @@ export interface ProductInformation {
1105
1104
  * <code>olap</code>.</p>
1106
1105
  * </li>
1107
1106
  * </ul>
1107
+ * @public
1108
1108
  */
1109
1109
  ProductInformationFilterList: ProductInformationFilter[] | undefined;
1110
1110
  }
1111
1111
  /**
1112
- * @public
1113
1112
  * <p>Details about a tag for a license configuration.</p>
1113
+ * @public
1114
1114
  */
1115
1115
  export interface Tag {
1116
1116
  /**
1117
- * @public
1118
1117
  * <p>Tag key.</p>
1118
+ * @public
1119
1119
  */
1120
1120
  Key?: string;
1121
1121
  /**
1122
- * @public
1123
1122
  * <p>Tag value.</p>
1123
+ * @public
1124
1124
  */
1125
1125
  Value?: string;
1126
1126
  }
@@ -1129,33 +1129,32 @@ export interface Tag {
1129
1129
  */
1130
1130
  export interface CreateLicenseConfigurationRequest {
1131
1131
  /**
1132
- * @public
1133
1132
  * <p>Name of the license configuration.</p>
1133
+ * @public
1134
1134
  */
1135
1135
  Name: string | undefined;
1136
1136
  /**
1137
- * @public
1138
1137
  * <p>Description of the license configuration.</p>
1138
+ * @public
1139
1139
  */
1140
1140
  Description?: string;
1141
1141
  /**
1142
- * @public
1143
1142
  * <p>Dimension used to track the license inventory.</p>
1143
+ * @public
1144
1144
  */
1145
1145
  LicenseCountingType: LicenseCountingType | undefined;
1146
1146
  /**
1147
- * @public
1148
1147
  * <p>Number of licenses managed by the license configuration.</p>
1148
+ * @public
1149
1149
  */
1150
1150
  LicenseCount?: number;
1151
1151
  /**
1152
- * @public
1153
1152
  * <p>Indicates whether hard or soft license enforcement is used. Exceeding a hard limit
1154
1153
  * blocks the launch of new instances.</p>
1154
+ * @public
1155
1155
  */
1156
1156
  LicenseCountHardLimit?: boolean;
1157
1157
  /**
1158
- * @public
1159
1158
  * <p>License rules. The syntax is #name=value (for example, #allowedTenancy=EC2-DedicatedHost). The available rules
1160
1159
  * vary by dimension, as follows.</p>
1161
1160
  * <ul>
@@ -1193,21 +1192,22 @@ export interface CreateLicenseConfigurationRequest {
1193
1192
  * values for <code>allowedTenancy</code> are <code>EC2-Default</code>, <code>EC2-DedicatedHost</code>, and
1194
1193
  * <code>EC2-DedicatedInstance</code>. The possible values for <code>honorVcpuOptimization</code> are
1195
1194
  * <code>True</code> and <code>False</code>.</p>
1195
+ * @public
1196
1196
  */
1197
1197
  LicenseRules?: string[];
1198
1198
  /**
1199
- * @public
1200
1199
  * <p>Tags to add to the license configuration.</p>
1200
+ * @public
1201
1201
  */
1202
1202
  Tags?: Tag[];
1203
1203
  /**
1204
- * @public
1205
1204
  * <p>When true, disassociates a resource when software is uninstalled.</p>
1205
+ * @public
1206
1206
  */
1207
1207
  DisassociateWhenNotFound?: boolean;
1208
1208
  /**
1209
- * @public
1210
1209
  * <p>Product information.</p>
1210
+ * @public
1211
1211
  */
1212
1212
  ProductInformationList?: ProductInformation[];
1213
1213
  }
@@ -1216,21 +1216,21 @@ export interface CreateLicenseConfigurationRequest {
1216
1216
  */
1217
1217
  export interface CreateLicenseConfigurationResponse {
1218
1218
  /**
1219
- * @public
1220
1219
  * <p>Amazon Resource Name (ARN) of the license configuration.</p>
1220
+ * @public
1221
1221
  */
1222
1222
  LicenseConfigurationArn?: string;
1223
1223
  }
1224
1224
  /**
1225
- * @public
1226
1225
  * <p>Information about a license type conversion task.</p>
1226
+ * @public
1227
1227
  */
1228
1228
  export interface LicenseConversionContext {
1229
1229
  /**
1230
- * @public
1231
1230
  * <p>The Usage operation value that corresponds to the license type you are converting your resource from. For more information about which platforms correspond to which usage operation values see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/billing-info-fields.html#billing-info">Sample data: usage operation by platform
1232
1231
  * </a>
1233
1232
  * </p>
1233
+ * @public
1234
1234
  */
1235
1235
  UsageOperation?: string;
1236
1236
  }
@@ -1239,20 +1239,20 @@ export interface LicenseConversionContext {
1239
1239
  */
1240
1240
  export interface CreateLicenseConversionTaskForResourceRequest {
1241
1241
  /**
1242
- * @public
1243
1242
  * <p>Amazon Resource Name (ARN) of the resource you are converting the license type for.</p>
1243
+ * @public
1244
1244
  */
1245
1245
  ResourceArn: string | undefined;
1246
1246
  /**
1247
- * @public
1248
1247
  * <p>Information that identifies the license type you are converting from.
1249
1248
  *
1250
1249
  * For the structure of the source license, see <a href="https://docs.aws.amazon.com/license-manager/latest/userguide/conversion-procedures.html#conversion-cli">Convert a license type using the CLI </a> in the <i>License Manager User Guide</i>.</p>
1250
+ * @public
1251
1251
  */
1252
1252
  SourceLicenseContext: LicenseConversionContext | undefined;
1253
1253
  /**
1254
- * @public
1255
1254
  * <p>Information that identifies the license type you are converting to. For the structure of the destination license, see <a href="https://docs.aws.amazon.com/license-manager/latest/userguide/conversion-procedures.html#conversion-cli">Convert a license type using the CLI </a> in the <i>License Manager User Guide</i>.</p>
1255
+ * @public
1256
1256
  */
1257
1257
  DestinationLicenseContext: LicenseConversionContext | undefined;
1258
1258
  }
@@ -1261,19 +1261,19 @@ export interface CreateLicenseConversionTaskForResourceRequest {
1261
1261
  */
1262
1262
  export interface CreateLicenseConversionTaskForResourceResponse {
1263
1263
  /**
1264
- * @public
1265
1264
  * <p>The ID of the created license type conversion task.</p>
1265
+ * @public
1266
1266
  */
1267
1267
  LicenseConversionTaskId?: string;
1268
1268
  }
1269
1269
  /**
1270
- * @public
1271
1270
  * <p>Details of the license configuration that this generator reports on.</p>
1271
+ * @public
1272
1272
  */
1273
1273
  export interface ReportContext {
1274
1274
  /**
1275
- * @public
1276
1275
  * <p>Amazon Resource Name (ARN) of the license configuration that this generator reports on.</p>
1276
+ * @public
1277
1277
  */
1278
1278
  licenseConfigurationArns: string[] | undefined;
1279
1279
  }
@@ -1291,19 +1291,19 @@ export declare const ReportFrequencyType: {
1291
1291
  */
1292
1292
  export type ReportFrequencyType = (typeof ReportFrequencyType)[keyof typeof ReportFrequencyType];
1293
1293
  /**
1294
- * @public
1295
1294
  * <p>Details about how frequently reports are generated.</p>
1295
+ * @public
1296
1296
  */
1297
1297
  export interface ReportFrequency {
1298
1298
  /**
1299
- * @public
1300
1299
  * <p>Number of times within the frequency period that a report is generated.
1301
1300
  * The only supported value is <code>1</code>.</p>
1301
+ * @public
1302
1302
  */
1303
1303
  value?: number;
1304
1304
  /**
1305
- * @public
1306
1305
  * <p>Time period between each report. The period can be daily, weekly, or monthly.</p>
1306
+ * @public
1307
1307
  */
1308
1308
  period?: ReportFrequencyType;
1309
1309
  }
@@ -1324,12 +1324,11 @@ export type ReportType = (typeof ReportType)[keyof typeof ReportType];
1324
1324
  */
1325
1325
  export interface CreateLicenseManagerReportGeneratorRequest {
1326
1326
  /**
1327
- * @public
1328
1327
  * <p>Name of the report generator.</p>
1328
+ * @public
1329
1329
  */
1330
1330
  ReportGeneratorName: string | undefined;
1331
1331
  /**
1332
- * @public
1333
1332
  * <p>Type of reports to generate. The following report types an be generated:</p>
1334
1333
  * <ul>
1335
1334
  * <li>
@@ -1339,31 +1338,32 @@ export interface CreateLicenseManagerReportGeneratorRequest {
1339
1338
  * <p>Resource report - Reports the tracked licenses and resource consumption for a license configuration.</p>
1340
1339
  * </li>
1341
1340
  * </ul>
1341
+ * @public
1342
1342
  */
1343
1343
  Type: ReportType[] | undefined;
1344
1344
  /**
1345
- * @public
1346
1345
  * <p>Defines the type of license configuration the report generator tracks.</p>
1346
+ * @public
1347
1347
  */
1348
1348
  ReportContext: ReportContext | undefined;
1349
1349
  /**
1350
- * @public
1351
1350
  * <p>Frequency by which reports are generated. Reports can be generated daily, monthly, or weekly.</p>
1351
+ * @public
1352
1352
  */
1353
1353
  ReportFrequency: ReportFrequency | undefined;
1354
1354
  /**
1355
- * @public
1356
1355
  * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
1356
+ * @public
1357
1357
  */
1358
1358
  ClientToken: string | undefined;
1359
1359
  /**
1360
- * @public
1361
1360
  * <p>Description of the report generator.</p>
1361
+ * @public
1362
1362
  */
1363
1363
  Description?: string;
1364
1364
  /**
1365
- * @public
1366
1365
  * <p>Tags to add to the report generator.</p>
1366
+ * @public
1367
1367
  */
1368
1368
  Tags?: Tag[];
1369
1369
  }
@@ -1372,8 +1372,8 @@ export interface CreateLicenseManagerReportGeneratorRequest {
1372
1372
  */
1373
1373
  export interface CreateLicenseManagerReportGeneratorResponse {
1374
1374
  /**
1375
- * @public
1376
1375
  * <p>The Amazon Resource Name (ARN) of the new report generator.</p>
1376
+ * @public
1377
1377
  */
1378
1378
  LicenseManagerReportGeneratorArn?: string;
1379
1379
  }
@@ -1382,65 +1382,65 @@ export interface CreateLicenseManagerReportGeneratorResponse {
1382
1382
  */
1383
1383
  export interface CreateLicenseVersionRequest {
1384
1384
  /**
1385
- * @public
1386
1385
  * <p>Amazon Resource Name (ARN) of the license.</p>
1386
+ * @public
1387
1387
  */
1388
1388
  LicenseArn: string | undefined;
1389
1389
  /**
1390
- * @public
1391
1390
  * <p>License name.</p>
1391
+ * @public
1392
1392
  */
1393
1393
  LicenseName: string | undefined;
1394
1394
  /**
1395
- * @public
1396
1395
  * <p>Product name.</p>
1396
+ * @public
1397
1397
  */
1398
1398
  ProductName: string | undefined;
1399
1399
  /**
1400
- * @public
1401
1400
  * <p>License issuer.</p>
1401
+ * @public
1402
1402
  */
1403
1403
  Issuer: Issuer | undefined;
1404
1404
  /**
1405
- * @public
1406
1405
  * <p>Home Region of the license.</p>
1406
+ * @public
1407
1407
  */
1408
1408
  HomeRegion: string | undefined;
1409
1409
  /**
1410
- * @public
1411
1410
  * <p>Date and time range during which the license is valid, in ISO8601-UTC format.</p>
1411
+ * @public
1412
1412
  */
1413
1413
  Validity: DatetimeRange | undefined;
1414
1414
  /**
1415
- * @public
1416
1415
  * <p>Information about the license.</p>
1416
+ * @public
1417
1417
  */
1418
1418
  LicenseMetadata?: Metadata[];
1419
1419
  /**
1420
- * @public
1421
1420
  * <p>License entitlements.</p>
1421
+ * @public
1422
1422
  */
1423
1423
  Entitlements: Entitlement[] | undefined;
1424
1424
  /**
1425
- * @public
1426
1425
  * <p>Configuration for consumption of the license. Choose a provisional configuration for workloads
1427
1426
  * running with continuous connectivity. Choose a borrow configuration for workloads with offline
1428
1427
  * usage.</p>
1428
+ * @public
1429
1429
  */
1430
1430
  ConsumptionConfiguration: ConsumptionConfiguration | undefined;
1431
1431
  /**
1432
- * @public
1433
1432
  * <p>License status.</p>
1433
+ * @public
1434
1434
  */
1435
1435
  Status: LicenseStatus | undefined;
1436
1436
  /**
1437
- * @public
1438
1437
  * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
1438
+ * @public
1439
1439
  */
1440
1440
  ClientToken: string | undefined;
1441
1441
  /**
1442
- * @public
1443
1442
  * <p>Current version of the license.</p>
1443
+ * @public
1444
1444
  */
1445
1445
  SourceVersion?: string;
1446
1446
  }
@@ -1449,18 +1449,18 @@ export interface CreateLicenseVersionRequest {
1449
1449
  */
1450
1450
  export interface CreateLicenseVersionResponse {
1451
1451
  /**
1452
- * @public
1453
1452
  * <p>License ARN.</p>
1453
+ * @public
1454
1454
  */
1455
1455
  LicenseArn?: string;
1456
1456
  /**
1457
- * @public
1458
1457
  * <p>New version of the license.</p>
1458
+ * @public
1459
1459
  */
1460
1460
  Version?: string;
1461
1461
  /**
1462
- * @public
1463
1462
  * <p>License status.</p>
1463
+ * @public
1464
1464
  */
1465
1465
  Status?: LicenseStatus;
1466
1466
  }
@@ -1469,31 +1469,31 @@ export interface CreateLicenseVersionResponse {
1469
1469
  */
1470
1470
  export interface CreateTokenRequest {
1471
1471
  /**
1472
- * @public
1473
1472
  * <p>Amazon Resource Name (ARN) of the license. The ARN is mapped to the aud claim of the
1474
1473
  * JWT token.</p>
1474
+ * @public
1475
1475
  */
1476
1476
  LicenseArn: string | undefined;
1477
1477
  /**
1478
- * @public
1479
1478
  * <p>Amazon Resource Name (ARN) of the IAM roles to embed in the token.
1480
1479
  * License Manager does not check whether the roles are in use.</p>
1480
+ * @public
1481
1481
  */
1482
1482
  RoleArns?: string[];
1483
1483
  /**
1484
- * @public
1485
1484
  * <p>Token expiration, in days, counted from token creation. The default is 365 days.</p>
1485
+ * @public
1486
1486
  */
1487
1487
  ExpirationInDays?: number;
1488
1488
  /**
1489
- * @public
1490
1489
  * <p>Data specified by the caller to be included in the JWT token. The data is mapped
1491
1490
  * to the amr claim of the JWT token.</p>
1491
+ * @public
1492
1492
  */
1493
1493
  TokenProperties?: string[];
1494
1494
  /**
1495
- * @public
1496
1495
  * <p>Idempotency token, valid for 10 minutes.</p>
1496
+ * @public
1497
1497
  */
1498
1498
  ClientToken: string | undefined;
1499
1499
  }
@@ -1513,18 +1513,18 @@ export type TokenType = (typeof TokenType)[keyof typeof TokenType];
1513
1513
  */
1514
1514
  export interface CreateTokenResponse {
1515
1515
  /**
1516
- * @public
1517
1516
  * <p>Token ID.</p>
1517
+ * @public
1518
1518
  */
1519
1519
  TokenId?: string;
1520
1520
  /**
1521
- * @public
1522
1521
  * <p>Token type.</p>
1522
+ * @public
1523
1523
  */
1524
1524
  TokenType?: TokenType;
1525
1525
  /**
1526
- * @public
1527
1526
  * <p>Refresh token, encoded as a JWT token.</p>
1527
+ * @public
1528
1528
  */
1529
1529
  Token?: string;
1530
1530
  }
@@ -1533,18 +1533,18 @@ export interface CreateTokenResponse {
1533
1533
  */
1534
1534
  export interface DeleteGrantRequest {
1535
1535
  /**
1536
- * @public
1537
1536
  * <p>Amazon Resource Name (ARN) of the grant.</p>
1537
+ * @public
1538
1538
  */
1539
1539
  GrantArn: string | undefined;
1540
1540
  /**
1541
- * @public
1542
1541
  * <p>The Status reason for the delete request.</p>
1542
+ * @public
1543
1543
  */
1544
1544
  StatusReason?: string;
1545
1545
  /**
1546
- * @public
1547
1546
  * <p>Current version of the grant.</p>
1547
+ * @public
1548
1548
  */
1549
1549
  Version: string | undefined;
1550
1550
  }
@@ -1553,18 +1553,18 @@ export interface DeleteGrantRequest {
1553
1553
  */
1554
1554
  export interface DeleteGrantResponse {
1555
1555
  /**
1556
- * @public
1557
1556
  * <p>Grant ARN.</p>
1557
+ * @public
1558
1558
  */
1559
1559
  GrantArn?: string;
1560
1560
  /**
1561
- * @public
1562
1561
  * <p>Grant status.</p>
1562
+ * @public
1563
1563
  */
1564
1564
  Status?: GrantStatus;
1565
1565
  /**
1566
- * @public
1567
1566
  * <p>Grant version.</p>
1567
+ * @public
1568
1568
  */
1569
1569
  Version?: string;
1570
1570
  }
@@ -1573,13 +1573,13 @@ export interface DeleteGrantResponse {
1573
1573
  */
1574
1574
  export interface DeleteLicenseRequest {
1575
1575
  /**
1576
- * @public
1577
1576
  * <p>Amazon Resource Name (ARN) of the license.</p>
1577
+ * @public
1578
1578
  */
1579
1579
  LicenseArn: string | undefined;
1580
1580
  /**
1581
- * @public
1582
1581
  * <p>Current version of the license.</p>
1582
+ * @public
1583
1583
  */
1584
1584
  SourceVersion: string | undefined;
1585
1585
  }
@@ -1600,13 +1600,13 @@ export type LicenseDeletionStatus = (typeof LicenseDeletionStatus)[keyof typeof
1600
1600
  */
1601
1601
  export interface DeleteLicenseResponse {
1602
1602
  /**
1603
- * @public
1604
1603
  * <p>License status.</p>
1604
+ * @public
1605
1605
  */
1606
1606
  Status?: LicenseDeletionStatus;
1607
1607
  /**
1608
- * @public
1609
1608
  * <p>Date when the license is deleted.</p>
1609
+ * @public
1610
1610
  */
1611
1611
  DeletionDate?: string;
1612
1612
  }
@@ -1615,8 +1615,8 @@ export interface DeleteLicenseResponse {
1615
1615
  */
1616
1616
  export interface DeleteLicenseConfigurationRequest {
1617
1617
  /**
1618
- * @public
1619
1618
  * <p>ID of the license configuration.</p>
1619
+ * @public
1620
1620
  */
1621
1621
  LicenseConfigurationArn: string | undefined;
1622
1622
  }
@@ -1630,8 +1630,8 @@ export interface DeleteLicenseConfigurationResponse {
1630
1630
  */
1631
1631
  export interface DeleteLicenseManagerReportGeneratorRequest {
1632
1632
  /**
1633
- * @public
1634
1633
  * <p>Amazon Resource Name (ARN) of the report generator to be deleted.</p>
1634
+ * @public
1635
1635
  */
1636
1636
  LicenseManagerReportGeneratorArn: string | undefined;
1637
1637
  }
@@ -1645,8 +1645,8 @@ export interface DeleteLicenseManagerReportGeneratorResponse {
1645
1645
  */
1646
1646
  export interface DeleteTokenRequest {
1647
1647
  /**
1648
- * @public
1649
1648
  * <p>Token ID.</p>
1649
+ * @public
1650
1650
  */
1651
1651
  TokenId: string | undefined;
1652
1652
  }
@@ -1660,13 +1660,13 @@ export interface DeleteTokenResponse {
1660
1660
  */
1661
1661
  export interface ExtendLicenseConsumptionRequest {
1662
1662
  /**
1663
- * @public
1664
1663
  * <p>License consumption token.</p>
1664
+ * @public
1665
1665
  */
1666
1666
  LicenseConsumptionToken: string | undefined;
1667
1667
  /**
1668
- * @public
1669
1668
  * <p>Checks whether you have the required permissions for the action, without actually making the request. Provides an error response if you do not have the required permissions.</p>
1669
+ * @public
1670
1670
  */
1671
1671
  DryRun?: boolean;
1672
1672
  }
@@ -1675,13 +1675,13 @@ export interface ExtendLicenseConsumptionRequest {
1675
1675
  */
1676
1676
  export interface ExtendLicenseConsumptionResponse {
1677
1677
  /**
1678
- * @public
1679
1678
  * <p>License consumption token.</p>
1679
+ * @public
1680
1680
  */
1681
1681
  LicenseConsumptionToken?: string;
1682
1682
  /**
1683
- * @public
1684
1683
  * <p>Date and time at which the license consumption expires.</p>
1684
+ * @public
1685
1685
  */
1686
1686
  Expiration?: string;
1687
1687
  }
@@ -1690,13 +1690,13 @@ export interface ExtendLicenseConsumptionResponse {
1690
1690
  */
1691
1691
  export interface GetAccessTokenRequest {
1692
1692
  /**
1693
- * @public
1694
1693
  * <p>Refresh token, encoded as a JWT token.</p>
1694
+ * @public
1695
1695
  */
1696
1696
  Token: string | undefined;
1697
1697
  /**
1698
- * @public
1699
1698
  * <p>Token properties to validate against those present in the JWT token.</p>
1699
+ * @public
1700
1700
  */
1701
1701
  TokenProperties?: string[];
1702
1702
  }
@@ -1705,8 +1705,8 @@ export interface GetAccessTokenRequest {
1705
1705
  */
1706
1706
  export interface GetAccessTokenResponse {
1707
1707
  /**
1708
- * @public
1709
1708
  * <p>Temporary access token.</p>
1709
+ * @public
1710
1710
  */
1711
1711
  AccessToken?: string;
1712
1712
  }
@@ -1715,74 +1715,74 @@ export interface GetAccessTokenResponse {
1715
1715
  */
1716
1716
  export interface GetGrantRequest {
1717
1717
  /**
1718
- * @public
1719
1718
  * <p>Amazon Resource Name (ARN) of the grant.</p>
1719
+ * @public
1720
1720
  */
1721
1721
  GrantArn: string | undefined;
1722
1722
  /**
1723
- * @public
1724
1723
  * <p>Grant version.</p>
1724
+ * @public
1725
1725
  */
1726
1726
  Version?: string;
1727
1727
  }
1728
1728
  /**
1729
- * @public
1730
1729
  * <p>Describes a grant.</p>
1730
+ * @public
1731
1731
  */
1732
1732
  export interface Grant {
1733
1733
  /**
1734
- * @public
1735
1734
  * <p>Amazon Resource Name (ARN) of the grant.</p>
1735
+ * @public
1736
1736
  */
1737
1737
  GrantArn: string | undefined;
1738
1738
  /**
1739
- * @public
1740
1739
  * <p>Grant name.</p>
1740
+ * @public
1741
1741
  */
1742
1742
  GrantName: string | undefined;
1743
1743
  /**
1744
- * @public
1745
1744
  * <p>Parent ARN.</p>
1745
+ * @public
1746
1746
  */
1747
1747
  ParentArn: string | undefined;
1748
1748
  /**
1749
- * @public
1750
1749
  * <p>License ARN.</p>
1750
+ * @public
1751
1751
  */
1752
1752
  LicenseArn: string | undefined;
1753
1753
  /**
1754
- * @public
1755
1754
  * <p>The grantee principal ARN.</p>
1755
+ * @public
1756
1756
  */
1757
1757
  GranteePrincipalArn: string | undefined;
1758
1758
  /**
1759
- * @public
1760
1759
  * <p>Home Region of the grant.</p>
1760
+ * @public
1761
1761
  */
1762
1762
  HomeRegion: string | undefined;
1763
1763
  /**
1764
- * @public
1765
1764
  * <p>Grant status.</p>
1765
+ * @public
1766
1766
  */
1767
1767
  GrantStatus: GrantStatus | undefined;
1768
1768
  /**
1769
- * @public
1770
1769
  * <p>Grant status reason.</p>
1770
+ * @public
1771
1771
  */
1772
1772
  StatusReason?: string;
1773
1773
  /**
1774
- * @public
1775
1774
  * <p>Grant version.</p>
1775
+ * @public
1776
1776
  */
1777
1777
  Version: string | undefined;
1778
1778
  /**
1779
- * @public
1780
1779
  * <p>Granted operations.</p>
1780
+ * @public
1781
1781
  */
1782
1782
  GrantedOperations: AllowedOperation[] | undefined;
1783
1783
  /**
1784
- * @public
1785
1784
  * <p>The options specified for the grant.</p>
1785
+ * @public
1786
1786
  */
1787
1787
  Options?: Options;
1788
1788
  }
@@ -1791,8 +1791,8 @@ export interface Grant {
1791
1791
  */
1792
1792
  export interface GetGrantResponse {
1793
1793
  /**
1794
- * @public
1795
1794
  * <p>Grant details.</p>
1795
+ * @public
1796
1796
  */
1797
1797
  Grant?: Grant;
1798
1798
  }
@@ -1801,111 +1801,111 @@ export interface GetGrantResponse {
1801
1801
  */
1802
1802
  export interface GetLicenseRequest {
1803
1803
  /**
1804
- * @public
1805
1804
  * <p>Amazon Resource Name (ARN) of the license.</p>
1805
+ * @public
1806
1806
  */
1807
1807
  LicenseArn: string | undefined;
1808
1808
  /**
1809
- * @public
1810
1809
  * <p>License version.</p>
1810
+ * @public
1811
1811
  */
1812
1812
  Version?: string;
1813
1813
  }
1814
1814
  /**
1815
- * @public
1816
1815
  * <p>Details associated with the issuer of a license.</p>
1816
+ * @public
1817
1817
  */
1818
1818
  export interface IssuerDetails {
1819
1819
  /**
1820
- * @public
1821
1820
  * <p>Issuer name.</p>
1821
+ * @public
1822
1822
  */
1823
1823
  Name?: string;
1824
1824
  /**
1825
- * @public
1826
1825
  * <p>Asymmetric KMS key from Key Management Service. The KMS key must have a key usage of sign and verify,
1827
1826
  * and support the RSASSA-PSS SHA-256 signing algorithm.</p>
1827
+ * @public
1828
1828
  */
1829
1829
  SignKey?: string;
1830
1830
  /**
1831
- * @public
1832
1831
  * <p>Issuer key fingerprint.</p>
1832
+ * @public
1833
1833
  */
1834
1834
  KeyFingerprint?: string;
1835
1835
  }
1836
1836
  /**
1837
- * @public
1838
1837
  * <p>Software license that is managed in License Manager.</p>
1838
+ * @public
1839
1839
  */
1840
1840
  export interface License {
1841
1841
  /**
1842
- * @public
1843
1842
  * <p>Amazon Resource Name (ARN) of the license.</p>
1843
+ * @public
1844
1844
  */
1845
1845
  LicenseArn?: string;
1846
1846
  /**
1847
- * @public
1848
1847
  * <p>License name.</p>
1848
+ * @public
1849
1849
  */
1850
1850
  LicenseName?: string;
1851
1851
  /**
1852
- * @public
1853
1852
  * <p>Product name.</p>
1853
+ * @public
1854
1854
  */
1855
1855
  ProductName?: string;
1856
1856
  /**
1857
- * @public
1858
1857
  * <p>Product SKU.</p>
1858
+ * @public
1859
1859
  */
1860
1860
  ProductSKU?: string;
1861
1861
  /**
1862
- * @public
1863
1862
  * <p>License issuer.</p>
1863
+ * @public
1864
1864
  */
1865
1865
  Issuer?: IssuerDetails;
1866
1866
  /**
1867
- * @public
1868
1867
  * <p>Home Region of the license.</p>
1868
+ * @public
1869
1869
  */
1870
1870
  HomeRegion?: string;
1871
1871
  /**
1872
- * @public
1873
1872
  * <p>License status.</p>
1873
+ * @public
1874
1874
  */
1875
1875
  Status?: LicenseStatus;
1876
1876
  /**
1877
- * @public
1878
1877
  * <p>Date and time range during which the license is valid, in ISO8601-UTC format.</p>
1878
+ * @public
1879
1879
  */
1880
1880
  Validity?: DatetimeRange;
1881
1881
  /**
1882
- * @public
1883
1882
  * <p>License beneficiary.</p>
1883
+ * @public
1884
1884
  */
1885
1885
  Beneficiary?: string;
1886
1886
  /**
1887
- * @public
1888
1887
  * <p>License entitlements.</p>
1888
+ * @public
1889
1889
  */
1890
1890
  Entitlements?: Entitlement[];
1891
1891
  /**
1892
- * @public
1893
1892
  * <p>Configuration for consumption of the license.</p>
1893
+ * @public
1894
1894
  */
1895
1895
  ConsumptionConfiguration?: ConsumptionConfiguration;
1896
1896
  /**
1897
- * @public
1898
1897
  * <p>License metadata.</p>
1898
+ * @public
1899
1899
  */
1900
1900
  LicenseMetadata?: Metadata[];
1901
1901
  /**
1902
- * @public
1903
1902
  * <p>License creation time.</p>
1903
+ * @public
1904
1904
  */
1905
1905
  CreateTime?: string;
1906
1906
  /**
1907
- * @public
1908
1907
  * <p>License version.</p>
1908
+ * @public
1909
1909
  */
1910
1910
  Version?: string;
1911
1911
  }
@@ -1914,8 +1914,8 @@ export interface License {
1914
1914
  */
1915
1915
  export interface GetLicenseResponse {
1916
1916
  /**
1917
- * @public
1918
1917
  * <p>License details.</p>
1918
+ * @public
1919
1919
  */
1920
1920
  License?: License;
1921
1921
  }
@@ -1924,8 +1924,8 @@ export interface GetLicenseResponse {
1924
1924
  */
1925
1925
  export interface GetLicenseConfigurationRequest {
1926
1926
  /**
1927
- * @public
1928
1927
  * <p>Amazon Resource Name (ARN) of the license configuration.</p>
1928
+ * @public
1929
1929
  */
1930
1930
  LicenseConfigurationArn: string | undefined;
1931
1931
  }
@@ -1945,34 +1945,34 @@ export declare const ResourceType: {
1945
1945
  */
1946
1946
  export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
1947
1947
  /**
1948
- * @public
1949
1948
  * <p>Details about license consumption.</p>
1949
+ * @public
1950
1950
  */
1951
1951
  export interface ConsumedLicenseSummary {
1952
1952
  /**
1953
- * @public
1954
1953
  * <p>Resource type of the resource consuming a license.</p>
1954
+ * @public
1955
1955
  */
1956
1956
  ResourceType?: ResourceType;
1957
1957
  /**
1958
- * @public
1959
1958
  * <p>Number of licenses consumed by the resource.</p>
1959
+ * @public
1960
1960
  */
1961
1961
  ConsumedLicenses?: number;
1962
1962
  }
1963
1963
  /**
1964
- * @public
1965
1964
  * <p>Summary information about a managed resource.</p>
1965
+ * @public
1966
1966
  */
1967
1967
  export interface ManagedResourceSummary {
1968
1968
  /**
1969
- * @public
1970
1969
  * <p>Type of resource associated with a license.</p>
1970
+ * @public
1971
1971
  */
1972
1972
  ResourceType?: ResourceType;
1973
1973
  /**
1974
- * @public
1975
1974
  * <p>Number of resources associated with licenses.</p>
1975
+ * @public
1976
1976
  */
1977
1977
  AssociationCount?: number;
1978
1978
  }
@@ -1981,88 +1981,88 @@ export interface ManagedResourceSummary {
1981
1981
  */
1982
1982
  export interface GetLicenseConfigurationResponse {
1983
1983
  /**
1984
- * @public
1985
1984
  * <p>Unique ID for the license configuration.</p>
1985
+ * @public
1986
1986
  */
1987
1987
  LicenseConfigurationId?: string;
1988
1988
  /**
1989
- * @public
1990
1989
  * <p>Amazon Resource Name (ARN) of the license configuration.</p>
1990
+ * @public
1991
1991
  */
1992
1992
  LicenseConfigurationArn?: string;
1993
1993
  /**
1994
- * @public
1995
1994
  * <p>Name of the license configuration.</p>
1995
+ * @public
1996
1996
  */
1997
1997
  Name?: string;
1998
1998
  /**
1999
- * @public
2000
1999
  * <p>Description of the license configuration.</p>
2000
+ * @public
2001
2001
  */
2002
2002
  Description?: string;
2003
2003
  /**
2004
- * @public
2005
2004
  * <p>Dimension for which the licenses are counted.</p>
2005
+ * @public
2006
2006
  */
2007
2007
  LicenseCountingType?: LicenseCountingType;
2008
2008
  /**
2009
- * @public
2010
2009
  * <p>License rules.</p>
2010
+ * @public
2011
2011
  */
2012
2012
  LicenseRules?: string[];
2013
2013
  /**
2014
- * @public
2015
2014
  * <p>Number of available licenses.</p>
2015
+ * @public
2016
2016
  */
2017
2017
  LicenseCount?: number;
2018
2018
  /**
2019
- * @public
2020
2019
  * <p>Sets the number of available licenses as a hard limit.</p>
2020
+ * @public
2021
2021
  */
2022
2022
  LicenseCountHardLimit?: boolean;
2023
2023
  /**
2024
- * @public
2025
2024
  * <p>Number of licenses assigned to resources.</p>
2025
+ * @public
2026
2026
  */
2027
2027
  ConsumedLicenses?: number;
2028
2028
  /**
2029
- * @public
2030
2029
  * <p>License configuration status.</p>
2030
+ * @public
2031
2031
  */
2032
2032
  Status?: string;
2033
2033
  /**
2034
- * @public
2035
2034
  * <p>Account ID of the owner of the license configuration.</p>
2035
+ * @public
2036
2036
  */
2037
2037
  OwnerAccountId?: string;
2038
2038
  /**
2039
- * @public
2040
2039
  * <p>Summaries of the licenses consumed by resources.</p>
2040
+ * @public
2041
2041
  */
2042
2042
  ConsumedLicenseSummaryList?: ConsumedLicenseSummary[];
2043
2043
  /**
2044
- * @public
2045
2044
  * <p>Summaries of the managed resources.</p>
2045
+ * @public
2046
2046
  */
2047
2047
  ManagedResourceSummaryList?: ManagedResourceSummary[];
2048
2048
  /**
2049
- * @public
2050
2049
  * <p>Tags for the license configuration.</p>
2050
+ * @public
2051
2051
  */
2052
2052
  Tags?: Tag[];
2053
2053
  /**
2054
- * @public
2055
2054
  * <p>Product information.</p>
2055
+ * @public
2056
2056
  */
2057
2057
  ProductInformationList?: ProductInformation[];
2058
2058
  /**
2059
- * @public
2060
2059
  * <p>Automated discovery information.</p>
2060
+ * @public
2061
2061
  */
2062
2062
  AutomatedDiscoveryInformation?: AutomatedDiscoveryInformation;
2063
2063
  /**
2064
- * @public
2065
2064
  * <p>When true, disassociates a resource when software is uninstalled.</p>
2065
+ * @public
2066
2066
  */
2067
2067
  DisassociateWhenNotFound?: boolean;
2068
2068
  }
@@ -2071,8 +2071,8 @@ export interface GetLicenseConfigurationResponse {
2071
2071
  */
2072
2072
  export interface GetLicenseConversionTaskRequest {
2073
2073
  /**
2074
- * @public
2075
2074
  * <p>ID of the license type conversion task to retrieve information on.</p>
2075
+ * @public
2076
2076
  */
2077
2077
  LicenseConversionTaskId: string | undefined;
2078
2078
  }
@@ -2094,48 +2094,48 @@ export type LicenseConversionTaskStatus = (typeof LicenseConversionTaskStatus)[k
2094
2094
  */
2095
2095
  export interface GetLicenseConversionTaskResponse {
2096
2096
  /**
2097
- * @public
2098
2097
  * <p>ID of the license type conversion task.</p>
2098
+ * @public
2099
2099
  */
2100
2100
  LicenseConversionTaskId?: string;
2101
2101
  /**
2102
- * @public
2103
2102
  * <p>Amazon Resource Names (ARN) of the resources the license conversion task is associated with.</p>
2103
+ * @public
2104
2104
  */
2105
2105
  ResourceArn?: string;
2106
2106
  /**
2107
- * @public
2108
2107
  * <p>Information about the license type converted from.</p>
2108
+ * @public
2109
2109
  */
2110
2110
  SourceLicenseContext?: LicenseConversionContext;
2111
2111
  /**
2112
- * @public
2113
2112
  * <p>Information about the license type converted to.</p>
2113
+ * @public
2114
2114
  */
2115
2115
  DestinationLicenseContext?: LicenseConversionContext;
2116
2116
  /**
2117
- * @public
2118
2117
  * <p>The status message for the conversion task.</p>
2118
+ * @public
2119
2119
  */
2120
2120
  StatusMessage?: string;
2121
2121
  /**
2122
- * @public
2123
2122
  * <p>Status of the license type conversion task.</p>
2123
+ * @public
2124
2124
  */
2125
2125
  Status?: LicenseConversionTaskStatus;
2126
2126
  /**
2127
- * @public
2128
2127
  * <p>Time at which the license type conversion task was started .</p>
2128
+ * @public
2129
2129
  */
2130
2130
  StartTime?: Date;
2131
2131
  /**
2132
- * @public
2133
2132
  * <p>Amount of time to complete the license type conversion.</p>
2133
+ * @public
2134
2134
  */
2135
2135
  LicenseConversionTime?: Date;
2136
2136
  /**
2137
- * @public
2138
2137
  * <p>Time at which the license type conversion task was completed.</p>
2138
+ * @public
2139
2139
  */
2140
2140
  EndTime?: Date;
2141
2141
  }
@@ -2144,95 +2144,95 @@ export interface GetLicenseConversionTaskResponse {
2144
2144
  */
2145
2145
  export interface GetLicenseManagerReportGeneratorRequest {
2146
2146
  /**
2147
- * @public
2148
2147
  * <p>Amazon Resource Name (ARN) of the report generator.</p>
2148
+ * @public
2149
2149
  */
2150
2150
  LicenseManagerReportGeneratorArn: string | undefined;
2151
2151
  }
2152
2152
  /**
2153
- * @public
2154
2153
  * <p>Details of the S3 bucket that report generator reports are published to.</p>
2154
+ * @public
2155
2155
  */
2156
2156
  export interface S3Location {
2157
2157
  /**
2158
- * @public
2159
2158
  * <p>Name of the S3 bucket reports are published to.</p>
2159
+ * @public
2160
2160
  */
2161
2161
  bucket?: string;
2162
2162
  /**
2163
- * @public
2164
2163
  * <p>Prefix of the S3 bucket reports are published to.</p>
2164
+ * @public
2165
2165
  */
2166
2166
  keyPrefix?: string;
2167
2167
  }
2168
2168
  /**
2169
- * @public
2170
2169
  * <p>Describe the details of a report generator.</p>
2170
+ * @public
2171
2171
  */
2172
2172
  export interface ReportGenerator {
2173
2173
  /**
2174
- * @public
2175
2174
  * <p>Name of the report generator.</p>
2175
+ * @public
2176
2176
  */
2177
2177
  ReportGeneratorName?: string;
2178
2178
  /**
2179
- * @public
2180
2179
  * <p>Type of reports that are generated.</p>
2180
+ * @public
2181
2181
  */
2182
2182
  ReportType?: ReportType[];
2183
2183
  /**
2184
- * @public
2185
2184
  * <p>License configuration type for this generator.</p>
2185
+ * @public
2186
2186
  */
2187
2187
  ReportContext?: ReportContext;
2188
2188
  /**
2189
- * @public
2190
2189
  * <p>Details about how frequently reports are generated.</p>
2190
+ * @public
2191
2191
  */
2192
2192
  ReportFrequency?: ReportFrequency;
2193
2193
  /**
2194
- * @public
2195
2194
  * <p>Amazon Resource Name (ARN) of the report generator.</p>
2195
+ * @public
2196
2196
  */
2197
2197
  LicenseManagerReportGeneratorArn?: string;
2198
2198
  /**
2199
- * @public
2200
2199
  * <p>Status of the last report generation attempt.</p>
2200
+ * @public
2201
2201
  */
2202
2202
  LastRunStatus?: string;
2203
2203
  /**
2204
- * @public
2205
2204
  * <p>Failure message for the last report generation attempt.</p>
2205
+ * @public
2206
2206
  */
2207
2207
  LastRunFailureReason?: string;
2208
2208
  /**
2209
- * @public
2210
2209
  * <p>Time the last report was generated at.</p>
2210
+ * @public
2211
2211
  */
2212
2212
  LastReportGenerationTime?: string;
2213
2213
  /**
2214
- * @public
2215
2214
  * <p>The Amazon Web Services account ID used to create the report generator.</p>
2215
+ * @public
2216
2216
  */
2217
2217
  ReportCreatorAccount?: string;
2218
2218
  /**
2219
- * @public
2220
2219
  * <p>Description of the report generator.</p>
2220
+ * @public
2221
2221
  */
2222
2222
  Description?: string;
2223
2223
  /**
2224
- * @public
2225
2224
  * <p>Details of the S3 bucket that report generator reports are published to.</p>
2225
+ * @public
2226
2226
  */
2227
2227
  S3Location?: S3Location;
2228
2228
  /**
2229
- * @public
2230
2229
  * <p>Time the report was created.</p>
2230
+ * @public
2231
2231
  */
2232
2232
  CreateTime?: string;
2233
2233
  /**
2234
- * @public
2235
2234
  * <p>Tags associated with the report generator.</p>
2235
+ * @public
2236
2236
  */
2237
2237
  Tags?: Tag[];
2238
2238
  }
@@ -2241,8 +2241,8 @@ export interface ReportGenerator {
2241
2241
  */
2242
2242
  export interface GetLicenseManagerReportGeneratorResponse {
2243
2243
  /**
2244
- * @public
2245
2244
  * <p>A report generator that creates periodic reports about your license configurations.</p>
2245
+ * @public
2246
2246
  */
2247
2247
  ReportGenerator?: ReportGenerator;
2248
2248
  }
@@ -2251,45 +2251,45 @@ export interface GetLicenseManagerReportGeneratorResponse {
2251
2251
  */
2252
2252
  export interface GetLicenseUsageRequest {
2253
2253
  /**
2254
- * @public
2255
2254
  * <p>Amazon Resource Name (ARN) of the license.</p>
2255
+ * @public
2256
2256
  */
2257
2257
  LicenseArn: string | undefined;
2258
2258
  }
2259
2259
  /**
2260
- * @public
2261
2260
  * <p>Usage associated with an entitlement resource.</p>
2261
+ * @public
2262
2262
  */
2263
2263
  export interface EntitlementUsage {
2264
2264
  /**
2265
- * @public
2266
2265
  * <p>Entitlement usage name.</p>
2266
+ * @public
2267
2267
  */
2268
2268
  Name: string | undefined;
2269
2269
  /**
2270
- * @public
2271
2270
  * <p>Resource usage consumed.</p>
2271
+ * @public
2272
2272
  */
2273
2273
  ConsumedValue: string | undefined;
2274
2274
  /**
2275
- * @public
2276
2275
  * <p>Maximum entitlement usage count.</p>
2276
+ * @public
2277
2277
  */
2278
2278
  MaxCount?: string;
2279
2279
  /**
2280
- * @public
2281
2280
  * <p>Entitlement usage unit.</p>
2281
+ * @public
2282
2282
  */
2283
2283
  Unit: EntitlementDataUnit | undefined;
2284
2284
  }
2285
2285
  /**
2286
- * @public
2287
2286
  * <p>Describes the entitlement usage associated with a license.</p>
2287
+ * @public
2288
2288
  */
2289
2289
  export interface LicenseUsage {
2290
2290
  /**
2291
- * @public
2292
2291
  * <p>License entitlement usages.</p>
2292
+ * @public
2293
2293
  */
2294
2294
  EntitlementUsages?: EntitlementUsage[];
2295
2295
  }
@@ -2298,8 +2298,8 @@ export interface LicenseUsage {
2298
2298
  */
2299
2299
  export interface GetLicenseUsageResponse {
2300
2300
  /**
2301
- * @public
2302
2301
  * <p>License usage details.</p>
2302
+ * @public
2303
2303
  */
2304
2304
  LicenseUsage?: LicenseUsage;
2305
2305
  }
@@ -2309,13 +2309,13 @@ export interface GetLicenseUsageResponse {
2309
2309
  export interface GetServiceSettingsRequest {
2310
2310
  }
2311
2311
  /**
2312
- * @public
2313
2312
  * <p>Configuration information for Organizations.</p>
2313
+ * @public
2314
2314
  */
2315
2315
  export interface OrganizationConfiguration {
2316
2316
  /**
2317
- * @public
2318
2317
  * <p>Enables Organizations integration.</p>
2318
+ * @public
2319
2319
  */
2320
2320
  EnableIntegration: boolean | undefined;
2321
2321
  }
@@ -2324,37 +2324,37 @@ export interface OrganizationConfiguration {
2324
2324
  */
2325
2325
  export interface GetServiceSettingsResponse {
2326
2326
  /**
2327
- * @public
2328
2327
  * <p>Regional S3 bucket path for storing reports, license trail event data, discovery data,
2329
2328
  * and so on.</p>
2329
+ * @public
2330
2330
  */
2331
2331
  S3BucketArn?: string;
2332
2332
  /**
2333
- * @public
2334
2333
  * <p>SNS topic configured to receive notifications from License Manager.</p>
2334
+ * @public
2335
2335
  */
2336
2336
  SnsTopicArn?: string;
2337
2337
  /**
2338
- * @public
2339
2338
  * <p>Indicates whether Organizations is integrated with License Manager for
2340
2339
  * cross-account discovery.</p>
2340
+ * @public
2341
2341
  */
2342
2342
  OrganizationConfiguration?: OrganizationConfiguration;
2343
2343
  /**
2344
- * @public
2345
2344
  * <p>Indicates whether cross-account discovery is enabled.</p>
2345
+ * @public
2346
2346
  */
2347
2347
  EnableCrossAccountsDiscovery?: boolean;
2348
2348
  /**
2349
- * @public
2350
2349
  * <p>Amazon Resource Name (ARN) of the resource share. The License Manager management account
2351
2350
  * provides member accounts with access to this share.</p>
2351
+ * @public
2352
2352
  */
2353
2353
  LicenseManagerResourceShareArn?: string;
2354
2354
  }
2355
2355
  /**
2356
- * @public
2357
2356
  * <p>The request uses too many filters or too many filter values.</p>
2357
+ * @public
2358
2358
  */
2359
2359
  export declare class FilterLimitExceededException extends __BaseException {
2360
2360
  readonly name: "FilterLimitExceededException";
@@ -2370,49 +2370,49 @@ export declare class FilterLimitExceededException extends __BaseException {
2370
2370
  */
2371
2371
  export interface ListAssociationsForLicenseConfigurationRequest {
2372
2372
  /**
2373
- * @public
2374
2373
  * <p>Amazon Resource Name (ARN) of a license configuration.</p>
2374
+ * @public
2375
2375
  */
2376
2376
  LicenseConfigurationArn: string | undefined;
2377
2377
  /**
2378
- * @public
2379
2378
  * <p>Maximum number of results to return in a single call.</p>
2379
+ * @public
2380
2380
  */
2381
2381
  MaxResults?: number;
2382
2382
  /**
2383
- * @public
2384
2383
  * <p>Token for the next set of results.</p>
2384
+ * @public
2385
2385
  */
2386
2386
  NextToken?: string;
2387
2387
  }
2388
2388
  /**
2389
- * @public
2390
2389
  * <p>Describes an association with a license configuration.</p>
2390
+ * @public
2391
2391
  */
2392
2392
  export interface LicenseConfigurationAssociation {
2393
2393
  /**
2394
- * @public
2395
2394
  * <p>Amazon Resource Name (ARN) of the resource.</p>
2395
+ * @public
2396
2396
  */
2397
2397
  ResourceArn?: string;
2398
2398
  /**
2399
- * @public
2400
2399
  * <p>Type of server resource.</p>
2400
+ * @public
2401
2401
  */
2402
2402
  ResourceType?: ResourceType;
2403
2403
  /**
2404
- * @public
2405
2404
  * <p>ID of the Amazon Web Services account that owns the resource consuming licenses.</p>
2405
+ * @public
2406
2406
  */
2407
2407
  ResourceOwnerId?: string;
2408
2408
  /**
2409
- * @public
2410
2409
  * <p>Time when the license configuration was associated with the resource.</p>
2410
+ * @public
2411
2411
  */
2412
2412
  AssociationTime?: Date;
2413
2413
  /**
2414
- * @public
2415
2414
  * <p>Scope of AMI associations. The possible value is <code>cross-account</code>.</p>
2415
+ * @public
2416
2416
  */
2417
2417
  AmiAssociationScope?: string;
2418
2418
  }
@@ -2421,31 +2421,31 @@ export interface LicenseConfigurationAssociation {
2421
2421
  */
2422
2422
  export interface ListAssociationsForLicenseConfigurationResponse {
2423
2423
  /**
2424
- * @public
2425
2424
  * <p>Information about the associations for the license configuration.</p>
2425
+ * @public
2426
2426
  */
2427
2427
  LicenseConfigurationAssociations?: LicenseConfigurationAssociation[];
2428
2428
  /**
2429
- * @public
2430
2429
  * <p>Token for the next set of results.</p>
2430
+ * @public
2431
2431
  */
2432
2432
  NextToken?: string;
2433
2433
  }
2434
2434
  /**
2435
- * @public
2436
2435
  * <p>A filter name and value pair that is used to return more specific results from a
2437
2436
  * describe operation. Filters can be used to match a set of resources by specific criteria,
2438
2437
  * such as tags, attributes, or IDs.</p>
2438
+ * @public
2439
2439
  */
2440
2440
  export interface Filter {
2441
2441
  /**
2442
- * @public
2443
2442
  * <p>Name of the filter. Filter names are case-sensitive.</p>
2443
+ * @public
2444
2444
  */
2445
2445
  Name?: string;
2446
2446
  /**
2447
- * @public
2448
2447
  * <p>The value of the filter, which is case-sensitive. You can only specify one value for the filter.</p>
2448
+ * @public
2449
2449
  */
2450
2450
  Values?: string[];
2451
2451
  }
@@ -2454,12 +2454,11 @@ export interface Filter {
2454
2454
  */
2455
2455
  export interface ListDistributedGrantsRequest {
2456
2456
  /**
2457
- * @public
2458
2457
  * <p>Amazon Resource Names (ARNs) of the grants.</p>
2458
+ * @public
2459
2459
  */
2460
2460
  GrantArns?: string[];
2461
2461
  /**
2462
- * @public
2463
2462
  * <p>Filters to scope the results. The following filters are supported:</p>
2464
2463
  * <ul>
2465
2464
  * <li>
@@ -2488,16 +2487,17 @@ export interface ListDistributedGrantsRequest {
2488
2487
  * </p>
2489
2488
  * </li>
2490
2489
  * </ul>
2490
+ * @public
2491
2491
  */
2492
2492
  Filters?: Filter[];
2493
2493
  /**
2494
- * @public
2495
2494
  * <p>Token for the next set of results.</p>
2495
+ * @public
2496
2496
  */
2497
2497
  NextToken?: string;
2498
2498
  /**
2499
- * @public
2500
2499
  * <p>Maximum number of results to return in a single call.</p>
2500
+ * @public
2501
2501
  */
2502
2502
  MaxResults?: number;
2503
2503
  }
@@ -2506,13 +2506,13 @@ export interface ListDistributedGrantsRequest {
2506
2506
  */
2507
2507
  export interface ListDistributedGrantsResponse {
2508
2508
  /**
2509
- * @public
2510
2509
  * <p>Distributed grant details.</p>
2510
+ * @public
2511
2511
  */
2512
2512
  Grants?: Grant[];
2513
2513
  /**
2514
- * @public
2515
2514
  * <p>Token for the next set of results.</p>
2515
+ * @public
2516
2516
  */
2517
2517
  NextToken?: string;
2518
2518
  }
@@ -2521,64 +2521,64 @@ export interface ListDistributedGrantsResponse {
2521
2521
  */
2522
2522
  export interface ListFailuresForLicenseConfigurationOperationsRequest {
2523
2523
  /**
2524
- * @public
2525
2524
  * <p>Amazon Resource Name of the license configuration.</p>
2525
+ * @public
2526
2526
  */
2527
2527
  LicenseConfigurationArn: string | undefined;
2528
2528
  /**
2529
- * @public
2530
2529
  * <p>Maximum number of results to return in a single call.</p>
2530
+ * @public
2531
2531
  */
2532
2532
  MaxResults?: number;
2533
2533
  /**
2534
- * @public
2535
2534
  * <p>Token for the next set of results.</p>
2535
+ * @public
2536
2536
  */
2537
2537
  NextToken?: string;
2538
2538
  }
2539
2539
  /**
2540
- * @public
2541
2540
  * <p>Describes the failure of a license operation.</p>
2541
+ * @public
2542
2542
  */
2543
2543
  export interface LicenseOperationFailure {
2544
2544
  /**
2545
- * @public
2546
2545
  * <p>Amazon Resource Name (ARN) of the resource.</p>
2546
+ * @public
2547
2547
  */
2548
2548
  ResourceArn?: string;
2549
2549
  /**
2550
- * @public
2551
2550
  * <p>Resource type.</p>
2551
+ * @public
2552
2552
  */
2553
2553
  ResourceType?: ResourceType;
2554
2554
  /**
2555
- * @public
2556
2555
  * <p>Error message.</p>
2556
+ * @public
2557
2557
  */
2558
2558
  ErrorMessage?: string;
2559
2559
  /**
2560
- * @public
2561
2560
  * <p>Failure time.</p>
2561
+ * @public
2562
2562
  */
2563
2563
  FailureTime?: Date;
2564
2564
  /**
2565
- * @public
2566
2565
  * <p>Name of the operation.</p>
2566
+ * @public
2567
2567
  */
2568
2568
  OperationName?: string;
2569
2569
  /**
2570
- * @public
2571
2570
  * <p>ID of the Amazon Web Services account that owns the resource.</p>
2571
+ * @public
2572
2572
  */
2573
2573
  ResourceOwnerId?: string;
2574
2574
  /**
2575
- * @public
2576
2575
  * <p>The requester is "License Manager Automated Discovery".</p>
2576
+ * @public
2577
2577
  */
2578
2578
  OperationRequestedBy?: string;
2579
2579
  /**
2580
- * @public
2581
2580
  * <p>Reserved.</p>
2581
+ * @public
2582
2582
  */
2583
2583
  MetadataList?: Metadata[];
2584
2584
  }
@@ -2587,13 +2587,13 @@ export interface LicenseOperationFailure {
2587
2587
  */
2588
2588
  export interface ListFailuresForLicenseConfigurationOperationsResponse {
2589
2589
  /**
2590
- * @public
2591
2590
  * <p>License configuration operations that failed.</p>
2591
+ * @public
2592
2592
  */
2593
2593
  LicenseOperationFailureList?: LicenseOperationFailure[];
2594
2594
  /**
2595
- * @public
2596
2595
  * <p>Token for the next set of results.</p>
2596
+ * @public
2597
2597
  */
2598
2598
  NextToken?: string;
2599
2599
  }
@@ -2602,22 +2602,21 @@ export interface ListFailuresForLicenseConfigurationOperationsResponse {
2602
2602
  */
2603
2603
  export interface ListLicenseConfigurationsRequest {
2604
2604
  /**
2605
- * @public
2606
2605
  * <p>Amazon Resource Names (ARN) of the license configurations.</p>
2606
+ * @public
2607
2607
  */
2608
2608
  LicenseConfigurationArns?: string[];
2609
2609
  /**
2610
- * @public
2611
2610
  * <p>Maximum number of results to return in a single call.</p>
2611
+ * @public
2612
2612
  */
2613
2613
  MaxResults?: number;
2614
2614
  /**
2615
- * @public
2616
2615
  * <p>Token for the next set of results.</p>
2616
+ * @public
2617
2617
  */
2618
2618
  NextToken?: string;
2619
2619
  /**
2620
- * @public
2621
2620
  * <p>Filters to scope the results. The following filters and logical operators
2622
2621
  * are supported:</p>
2623
2622
  * <ul>
@@ -2638,96 +2637,97 @@ export interface ListLicenseConfigurationsRequest {
2638
2637
  * Logical operators are <code>EQUALS</code> | <code>NOT_EQUALS</code>.</p>
2639
2638
  * </li>
2640
2639
  * </ul>
2640
+ * @public
2641
2641
  */
2642
2642
  Filters?: Filter[];
2643
2643
  }
2644
2644
  /**
2645
- * @public
2646
2645
  * <p>A license configuration is an abstraction of a customer license agreement that can be
2647
2646
  * consumed and enforced by License Manager. Components include specifications for the license
2648
2647
  * type (licensing by instance, socket, CPU, or vCPU), allowed tenancy (shared tenancy,
2649
2648
  * Dedicated Instance, Dedicated Host, or all of these), host affinity (how long a VM
2650
2649
  * must be associated with a host), and the number of licenses purchased and used.</p>
2650
+ * @public
2651
2651
  */
2652
2652
  export interface LicenseConfiguration {
2653
2653
  /**
2654
- * @public
2655
2654
  * <p>Unique ID of the license configuration.</p>
2655
+ * @public
2656
2656
  */
2657
2657
  LicenseConfigurationId?: string;
2658
2658
  /**
2659
- * @public
2660
2659
  * <p>Amazon Resource Name (ARN) of the license configuration.</p>
2660
+ * @public
2661
2661
  */
2662
2662
  LicenseConfigurationArn?: string;
2663
2663
  /**
2664
- * @public
2665
2664
  * <p>Name of the license configuration.</p>
2665
+ * @public
2666
2666
  */
2667
2667
  Name?: string;
2668
2668
  /**
2669
- * @public
2670
2669
  * <p>Description of the license configuration.</p>
2670
+ * @public
2671
2671
  */
2672
2672
  Description?: string;
2673
2673
  /**
2674
- * @public
2675
2674
  * <p>Dimension to use to track the license inventory.</p>
2675
+ * @public
2676
2676
  */
2677
2677
  LicenseCountingType?: LicenseCountingType;
2678
2678
  /**
2679
- * @public
2680
2679
  * <p>License rules.</p>
2680
+ * @public
2681
2681
  */
2682
2682
  LicenseRules?: string[];
2683
2683
  /**
2684
- * @public
2685
2684
  * <p>Number of licenses managed by the license configuration.</p>
2685
+ * @public
2686
2686
  */
2687
2687
  LicenseCount?: number;
2688
2688
  /**
2689
- * @public
2690
2689
  * <p>Number of available licenses as a hard limit.</p>
2690
+ * @public
2691
2691
  */
2692
2692
  LicenseCountHardLimit?: boolean;
2693
2693
  /**
2694
- * @public
2695
2694
  * <p>When true, disassociates a resource when software is uninstalled.</p>
2695
+ * @public
2696
2696
  */
2697
2697
  DisassociateWhenNotFound?: boolean;
2698
2698
  /**
2699
- * @public
2700
2699
  * <p>Number of licenses consumed. </p>
2700
+ * @public
2701
2701
  */
2702
2702
  ConsumedLicenses?: number;
2703
2703
  /**
2704
- * @public
2705
2704
  * <p>Status of the license configuration.</p>
2705
+ * @public
2706
2706
  */
2707
2707
  Status?: string;
2708
2708
  /**
2709
- * @public
2710
2709
  * <p>Account ID of the license configuration's owner.</p>
2710
+ * @public
2711
2711
  */
2712
2712
  OwnerAccountId?: string;
2713
2713
  /**
2714
- * @public
2715
2714
  * <p>Summaries for licenses consumed by various resources.</p>
2715
+ * @public
2716
2716
  */
2717
2717
  ConsumedLicenseSummaryList?: ConsumedLicenseSummary[];
2718
2718
  /**
2719
- * @public
2720
2719
  * <p>Summaries for managed resources.</p>
2720
+ * @public
2721
2721
  */
2722
2722
  ManagedResourceSummaryList?: ManagedResourceSummary[];
2723
2723
  /**
2724
- * @public
2725
2724
  * <p>Product information.</p>
2725
+ * @public
2726
2726
  */
2727
2727
  ProductInformationList?: ProductInformation[];
2728
2728
  /**
2729
- * @public
2730
2729
  * <p>Automated discovery information.</p>
2730
+ * @public
2731
2731
  */
2732
2732
  AutomatedDiscoveryInformation?: AutomatedDiscoveryInformation;
2733
2733
  }
@@ -2736,13 +2736,13 @@ export interface LicenseConfiguration {
2736
2736
  */
2737
2737
  export interface ListLicenseConfigurationsResponse {
2738
2738
  /**
2739
- * @public
2740
2739
  * <p>Information about the license configurations.</p>
2740
+ * @public
2741
2741
  */
2742
2742
  LicenseConfigurations?: LicenseConfiguration[];
2743
2743
  /**
2744
- * @public
2745
2744
  * <p>Token for the next set of results.</p>
2745
+ * @public
2746
2746
  */
2747
2747
  NextToken?: string;
2748
2748
  }
@@ -2751,72 +2751,72 @@ export interface ListLicenseConfigurationsResponse {
2751
2751
  */
2752
2752
  export interface ListLicenseConversionTasksRequest {
2753
2753
  /**
2754
- * @public
2755
2754
  * <p>Token for the next set of results.</p>
2755
+ * @public
2756
2756
  */
2757
2757
  NextToken?: string;
2758
2758
  /**
2759
- * @public
2760
2759
  * <p>Maximum number of results to return in a single call.</p>
2760
+ * @public
2761
2761
  */
2762
2762
  MaxResults?: number;
2763
2763
  /**
2764
- * @public
2765
2764
  * <p>
2766
2765
  * Filters to scope the results. Valid filters are <code>ResourceArns</code> and <code>Status</code>.
2767
2766
  * </p>
2767
+ * @public
2768
2768
  */
2769
2769
  Filters?: Filter[];
2770
2770
  }
2771
2771
  /**
2772
- * @public
2773
2772
  * <p>Information about a license type conversion task.</p>
2773
+ * @public
2774
2774
  */
2775
2775
  export interface LicenseConversionTask {
2776
2776
  /**
2777
- * @public
2778
2777
  * <p>The ID of the license type conversion task.</p>
2778
+ * @public
2779
2779
  */
2780
2780
  LicenseConversionTaskId?: string;
2781
2781
  /**
2782
- * @public
2783
2782
  * <p>The Amazon Resource Name (ARN) of the resource associated with the license type
2784
2783
  * conversion task.</p>
2784
+ * @public
2785
2785
  */
2786
2786
  ResourceArn?: string;
2787
2787
  /**
2788
- * @public
2789
2788
  * <p>Information about the license type this conversion task converted from.</p>
2789
+ * @public
2790
2790
  */
2791
2791
  SourceLicenseContext?: LicenseConversionContext;
2792
2792
  /**
2793
- * @public
2794
2793
  * <p>Information about the license type this conversion task converted to.</p>
2794
+ * @public
2795
2795
  */
2796
2796
  DestinationLicenseContext?: LicenseConversionContext;
2797
2797
  /**
2798
- * @public
2799
2798
  * <p>The status of the conversion task.</p>
2799
+ * @public
2800
2800
  */
2801
2801
  Status?: LicenseConversionTaskStatus;
2802
2802
  /**
2803
- * @public
2804
2803
  * <p>The status message for the conversion task.</p>
2804
+ * @public
2805
2805
  */
2806
2806
  StatusMessage?: string;
2807
2807
  /**
2808
- * @public
2809
2808
  * <p>The time the conversion task was started at.</p>
2809
+ * @public
2810
2810
  */
2811
2811
  StartTime?: Date;
2812
2812
  /**
2813
- * @public
2814
2813
  * <p>The time the usage operation value of the resource was changed.</p>
2814
+ * @public
2815
2815
  */
2816
2816
  LicenseConversionTime?: Date;
2817
2817
  /**
2818
- * @public
2819
2818
  * <p>The time the conversion task was completed.</p>
2819
+ * @public
2820
2820
  */
2821
2821
  EndTime?: Date;
2822
2822
  }
@@ -2825,13 +2825,13 @@ export interface LicenseConversionTask {
2825
2825
  */
2826
2826
  export interface ListLicenseConversionTasksResponse {
2827
2827
  /**
2828
- * @public
2829
2828
  * <p>Information about the license configuration tasks for your account.</p>
2829
+ * @public
2830
2830
  */
2831
2831
  LicenseConversionTasks?: LicenseConversionTask[];
2832
2832
  /**
2833
- * @public
2834
2833
  * <p>Token for the next set of results.</p>
2834
+ * @public
2835
2835
  */
2836
2836
  NextToken?: string;
2837
2837
  }
@@ -2840,7 +2840,6 @@ export interface ListLicenseConversionTasksResponse {
2840
2840
  */
2841
2841
  export interface ListLicenseManagerReportGeneratorsRequest {
2842
2842
  /**
2843
- * @public
2844
2843
  * <p>Filters to scope the results. The following filters are supported: </p>
2845
2844
  * <ul>
2846
2845
  * <li>
@@ -2849,16 +2848,17 @@ export interface ListLicenseManagerReportGeneratorsRequest {
2849
2848
  * </p>
2850
2849
  * </li>
2851
2850
  * </ul>
2851
+ * @public
2852
2852
  */
2853
2853
  Filters?: Filter[];
2854
2854
  /**
2855
- * @public
2856
2855
  * <p>Token for the next set of results.</p>
2856
+ * @public
2857
2857
  */
2858
2858
  NextToken?: string;
2859
2859
  /**
2860
- * @public
2861
2860
  * <p>Maximum number of results to return in a single call.</p>
2861
+ * @public
2862
2862
  */
2863
2863
  MaxResults?: number;
2864
2864
  }
@@ -2867,13 +2867,13 @@ export interface ListLicenseManagerReportGeneratorsRequest {
2867
2867
  */
2868
2868
  export interface ListLicenseManagerReportGeneratorsResponse {
2869
2869
  /**
2870
- * @public
2871
2870
  * <p>A report generator that creates periodic reports about your license configurations.</p>
2871
+ * @public
2872
2872
  */
2873
2873
  ReportGenerators?: ReportGenerator[];
2874
2874
  /**
2875
- * @public
2876
2875
  * <p>Token for the next set of results.</p>
2876
+ * @public
2877
2877
  */
2878
2878
  NextToken?: string;
2879
2879
  }
@@ -2882,12 +2882,11 @@ export interface ListLicenseManagerReportGeneratorsResponse {
2882
2882
  */
2883
2883
  export interface ListLicensesRequest {
2884
2884
  /**
2885
- * @public
2886
2885
  * <p>Amazon Resource Names (ARNs) of the licenses.</p>
2886
+ * @public
2887
2887
  */
2888
2888
  LicenseArns?: string[];
2889
2889
  /**
2890
- * @public
2891
2890
  * <p>Filters to scope the results. The following filters are supported:</p>
2892
2891
  * <ul>
2893
2892
  * <li>
@@ -2911,16 +2910,17 @@ export interface ListLicensesRequest {
2911
2910
  * </p>
2912
2911
  * </li>
2913
2912
  * </ul>
2913
+ * @public
2914
2914
  */
2915
2915
  Filters?: Filter[];
2916
2916
  /**
2917
- * @public
2918
2917
  * <p>Token for the next set of results.</p>
2918
+ * @public
2919
2919
  */
2920
2920
  NextToken?: string;
2921
2921
  /**
2922
- * @public
2923
2922
  * <p>Maximum number of results to return in a single call.</p>
2923
+ * @public
2924
2924
  */
2925
2925
  MaxResults?: number;
2926
2926
  }
@@ -2929,13 +2929,13 @@ export interface ListLicensesRequest {
2929
2929
  */
2930
2930
  export interface ListLicensesResponse {
2931
2931
  /**
2932
- * @public
2933
2932
  * <p>License details.</p>
2933
+ * @public
2934
2934
  */
2935
2935
  Licenses?: License[];
2936
2936
  /**
2937
- * @public
2938
2937
  * <p>Token for the next set of results.</p>
2938
+ * @public
2939
2939
  */
2940
2940
  NextToken?: string;
2941
2941
  }
@@ -2944,34 +2944,34 @@ export interface ListLicensesResponse {
2944
2944
  */
2945
2945
  export interface ListLicenseSpecificationsForResourceRequest {
2946
2946
  /**
2947
- * @public
2948
2947
  * <p>Amazon Resource Name (ARN) of a resource that has an associated license configuration.</p>
2948
+ * @public
2949
2949
  */
2950
2950
  ResourceArn: string | undefined;
2951
2951
  /**
2952
- * @public
2953
2952
  * <p>Maximum number of results to return in a single call.</p>
2953
+ * @public
2954
2954
  */
2955
2955
  MaxResults?: number;
2956
2956
  /**
2957
- * @public
2958
2957
  * <p>Token for the next set of results.</p>
2958
+ * @public
2959
2959
  */
2960
2960
  NextToken?: string;
2961
2961
  }
2962
2962
  /**
2963
- * @public
2964
2963
  * <p>Details for associating a license configuration with a resource.</p>
2964
+ * @public
2965
2965
  */
2966
2966
  export interface LicenseSpecification {
2967
2967
  /**
2968
- * @public
2969
2968
  * <p>Amazon Resource Name (ARN) of the license configuration.</p>
2969
+ * @public
2970
2970
  */
2971
2971
  LicenseConfigurationArn: string | undefined;
2972
2972
  /**
2973
- * @public
2974
2973
  * <p>Scope of AMI associations. The possible value is <code>cross-account</code>.</p>
2974
+ * @public
2975
2975
  */
2976
2976
  AmiAssociationScope?: string;
2977
2977
  }
@@ -2980,13 +2980,13 @@ export interface LicenseSpecification {
2980
2980
  */
2981
2981
  export interface ListLicenseSpecificationsForResourceResponse {
2982
2982
  /**
2983
- * @public
2984
2983
  * <p>License configurations associated with a resource.</p>
2984
+ * @public
2985
2985
  */
2986
2986
  LicenseSpecifications?: LicenseSpecification[];
2987
2987
  /**
2988
- * @public
2989
2988
  * <p>Token for the next set of results.</p>
2989
+ * @public
2990
2990
  */
2991
2991
  NextToken?: string;
2992
2992
  }
@@ -2995,18 +2995,18 @@ export interface ListLicenseSpecificationsForResourceResponse {
2995
2995
  */
2996
2996
  export interface ListLicenseVersionsRequest {
2997
2997
  /**
2998
- * @public
2999
2998
  * <p>Amazon Resource Name (ARN) of the license.</p>
2999
+ * @public
3000
3000
  */
3001
3001
  LicenseArn: string | undefined;
3002
3002
  /**
3003
- * @public
3004
3003
  * <p>Token for the next set of results.</p>
3004
+ * @public
3005
3005
  */
3006
3006
  NextToken?: string;
3007
3007
  /**
3008
- * @public
3009
3008
  * <p>Maximum number of results to return in a single call.</p>
3009
+ * @public
3010
3010
  */
3011
3011
  MaxResults?: number;
3012
3012
  }
@@ -3015,13 +3015,13 @@ export interface ListLicenseVersionsRequest {
3015
3015
  */
3016
3016
  export interface ListLicenseVersionsResponse {
3017
3017
  /**
3018
- * @public
3019
3018
  * <p>License details.</p>
3019
+ * @public
3020
3020
  */
3021
3021
  Licenses?: License[];
3022
3022
  /**
3023
- * @public
3024
3023
  * <p>Token for the next set of results.</p>
3024
+ * @public
3025
3025
  */
3026
3026
  NextToken?: string;
3027
3027
  }
@@ -3030,12 +3030,11 @@ export interface ListLicenseVersionsResponse {
3030
3030
  */
3031
3031
  export interface ListReceivedGrantsRequest {
3032
3032
  /**
3033
- * @public
3034
3033
  * <p>Amazon Resource Names (ARNs) of the grants.</p>
3034
+ * @public
3035
3035
  */
3036
3036
  GrantArns?: string[];
3037
3037
  /**
3038
- * @public
3039
3038
  * <p>Filters to scope the results. The following filters are supported:</p>
3040
3039
  * <ul>
3041
3040
  * <li>
@@ -3064,16 +3063,17 @@ export interface ListReceivedGrantsRequest {
3064
3063
  * </p>
3065
3064
  * </li>
3066
3065
  * </ul>
3066
+ * @public
3067
3067
  */
3068
3068
  Filters?: Filter[];
3069
3069
  /**
3070
- * @public
3071
3070
  * <p>Token for the next set of results.</p>
3071
+ * @public
3072
3072
  */
3073
3073
  NextToken?: string;
3074
3074
  /**
3075
- * @public
3076
3075
  * <p>Maximum number of results to return in a single call.</p>
3076
+ * @public
3077
3077
  */
3078
3078
  MaxResults?: number;
3079
3079
  }
@@ -3082,13 +3082,13 @@ export interface ListReceivedGrantsRequest {
3082
3082
  */
3083
3083
  export interface ListReceivedGrantsResponse {
3084
3084
  /**
3085
- * @public
3086
3085
  * <p>Received grant details.</p>
3086
+ * @public
3087
3087
  */
3088
3088
  Grants?: Grant[];
3089
3089
  /**
3090
- * @public
3091
3090
  * <p>Token for the next set of results.</p>
3091
+ * @public
3092
3092
  */
3093
3093
  NextToken?: string;
3094
3094
  }
@@ -3097,12 +3097,11 @@ export interface ListReceivedGrantsResponse {
3097
3097
  */
3098
3098
  export interface ListReceivedGrantsForOrganizationRequest {
3099
3099
  /**
3100
- * @public
3101
3100
  * <p>The Amazon Resource Name (ARN) of the received license.</p>
3101
+ * @public
3102
3102
  */
3103
3103
  LicenseArn: string | undefined;
3104
3104
  /**
3105
- * @public
3106
3105
  * <p>Filters to scope the results. The following filters are supported:</p>
3107
3106
  * <ul>
3108
3107
  * <li>
@@ -3116,16 +3115,17 @@ export interface ListReceivedGrantsForOrganizationRequest {
3116
3115
  * </p>
3117
3116
  * </li>
3118
3117
  * </ul>
3118
+ * @public
3119
3119
  */
3120
3120
  Filters?: Filter[];
3121
3121
  /**
3122
- * @public
3123
3122
  * <p>Token for the next set of results.</p>
3123
+ * @public
3124
3124
  */
3125
3125
  NextToken?: string;
3126
3126
  /**
3127
- * @public
3128
3127
  * <p>Maximum number of results to return in a single call.</p>
3128
+ * @public
3129
3129
  */
3130
3130
  MaxResults?: number;
3131
3131
  }
@@ -3134,13 +3134,13 @@ export interface ListReceivedGrantsForOrganizationRequest {
3134
3134
  */
3135
3135
  export interface ListReceivedGrantsForOrganizationResponse {
3136
3136
  /**
3137
- * @public
3138
3137
  * <p>Lists the grants the organization has received.</p>
3138
+ * @public
3139
3139
  */
3140
3140
  Grants?: Grant[];
3141
3141
  /**
3142
- * @public
3143
3142
  * <p>Token for the next set of results.</p>
3143
+ * @public
3144
3144
  */
3145
3145
  NextToken?: string;
3146
3146
  }
@@ -3149,12 +3149,11 @@ export interface ListReceivedGrantsForOrganizationResponse {
3149
3149
  */
3150
3150
  export interface ListReceivedLicensesRequest {
3151
3151
  /**
3152
- * @public
3153
3152
  * <p>Amazon Resource Names (ARNs) of the licenses.</p>
3153
+ * @public
3154
3154
  */
3155
3155
  LicenseArns?: string[];
3156
3156
  /**
3157
- * @public
3158
3157
  * <p>Filters to scope the results. The following filters are supported:</p>
3159
3158
  * <ul>
3160
3159
  * <li>
@@ -3183,16 +3182,17 @@ export interface ListReceivedLicensesRequest {
3183
3182
  * </p>
3184
3183
  * </li>
3185
3184
  * </ul>
3185
+ * @public
3186
3186
  */
3187
3187
  Filters?: Filter[];
3188
3188
  /**
3189
- * @public
3190
3189
  * <p>Token for the next set of results.</p>
3190
+ * @public
3191
3191
  */
3192
3192
  NextToken?: string;
3193
3193
  /**
3194
- * @public
3195
3194
  * <p>Maximum number of results to return in a single call.</p>
3195
+ * @public
3196
3196
  */
3197
3197
  MaxResults?: number;
3198
3198
  }
@@ -3215,104 +3215,104 @@ export declare const ReceivedStatus: {
3215
3215
  */
3216
3216
  export type ReceivedStatus = (typeof ReceivedStatus)[keyof typeof ReceivedStatus];
3217
3217
  /**
3218
- * @public
3219
3218
  * <p>Metadata associated with received licenses and grants.</p>
3219
+ * @public
3220
3220
  */
3221
3221
  export interface ReceivedMetadata {
3222
3222
  /**
3223
- * @public
3224
3223
  * <p>Received status.</p>
3224
+ * @public
3225
3225
  */
3226
3226
  ReceivedStatus?: ReceivedStatus;
3227
3227
  /**
3228
- * @public
3229
3228
  * <p>Received status reason.</p>
3229
+ * @public
3230
3230
  */
3231
3231
  ReceivedStatusReason?: string;
3232
3232
  /**
3233
- * @public
3234
3233
  * <p>Allowed operations.</p>
3234
+ * @public
3235
3235
  */
3236
3236
  AllowedOperations?: AllowedOperation[];
3237
3237
  }
3238
3238
  /**
3239
- * @public
3240
3239
  * <p>Describes a license that is granted to a grantee.</p>
3240
+ * @public
3241
3241
  */
3242
3242
  export interface GrantedLicense {
3243
3243
  /**
3244
- * @public
3245
3244
  * <p>Amazon Resource Name (ARN) of the license.</p>
3245
+ * @public
3246
3246
  */
3247
3247
  LicenseArn?: string;
3248
3248
  /**
3249
- * @public
3250
3249
  * <p>License name.</p>
3250
+ * @public
3251
3251
  */
3252
3252
  LicenseName?: string;
3253
3253
  /**
3254
- * @public
3255
3254
  * <p>Product name.</p>
3255
+ * @public
3256
3256
  */
3257
3257
  ProductName?: string;
3258
3258
  /**
3259
- * @public
3260
3259
  * <p>Product SKU.</p>
3260
+ * @public
3261
3261
  */
3262
3262
  ProductSKU?: string;
3263
3263
  /**
3264
- * @public
3265
3264
  * <p>Granted license issuer.</p>
3265
+ * @public
3266
3266
  */
3267
3267
  Issuer?: IssuerDetails;
3268
3268
  /**
3269
- * @public
3270
3269
  * <p>Home Region of the granted license.</p>
3270
+ * @public
3271
3271
  */
3272
3272
  HomeRegion?: string;
3273
3273
  /**
3274
- * @public
3275
3274
  * <p>Granted license status.</p>
3275
+ * @public
3276
3276
  */
3277
3277
  Status?: LicenseStatus;
3278
3278
  /**
3279
- * @public
3280
3279
  * <p>Date and time range during which the granted license is valid, in ISO8601-UTC format.</p>
3280
+ * @public
3281
3281
  */
3282
3282
  Validity?: DatetimeRange;
3283
3283
  /**
3284
- * @public
3285
3284
  * <p>Granted license beneficiary.</p>
3285
+ * @public
3286
3286
  */
3287
3287
  Beneficiary?: string;
3288
3288
  /**
3289
- * @public
3290
3289
  * <p>License entitlements.</p>
3290
+ * @public
3291
3291
  */
3292
3292
  Entitlements?: Entitlement[];
3293
3293
  /**
3294
- * @public
3295
3294
  * <p>Configuration for consumption of the license.</p>
3295
+ * @public
3296
3296
  */
3297
3297
  ConsumptionConfiguration?: ConsumptionConfiguration;
3298
3298
  /**
3299
- * @public
3300
3299
  * <p>Granted license metadata.</p>
3300
+ * @public
3301
3301
  */
3302
3302
  LicenseMetadata?: Metadata[];
3303
3303
  /**
3304
- * @public
3305
3304
  * <p>Creation time of the granted license.</p>
3305
+ * @public
3306
3306
  */
3307
3307
  CreateTime?: string;
3308
3308
  /**
3309
- * @public
3310
3309
  * <p>Version of the granted license.</p>
3310
+ * @public
3311
3311
  */
3312
3312
  Version?: string;
3313
3313
  /**
3314
- * @public
3315
3314
  * <p>Granted license received metadata.</p>
3315
+ * @public
3316
3316
  */
3317
3317
  ReceivedMetadata?: ReceivedMetadata;
3318
3318
  }
@@ -3321,13 +3321,13 @@ export interface GrantedLicense {
3321
3321
  */
3322
3322
  export interface ListReceivedLicensesResponse {
3323
3323
  /**
3324
- * @public
3325
3324
  * <p>Received license details.</p>
3325
+ * @public
3326
3326
  */
3327
3327
  Licenses?: GrantedLicense[];
3328
3328
  /**
3329
- * @public
3330
3329
  * <p>Token for the next set of results.</p>
3330
+ * @public
3331
3331
  */
3332
3332
  NextToken?: string;
3333
3333
  }
@@ -3336,7 +3336,6 @@ export interface ListReceivedLicensesResponse {
3336
3336
  */
3337
3337
  export interface ListReceivedLicensesForOrganizationRequest {
3338
3338
  /**
3339
- * @public
3340
3339
  * <p>Filters to scope the results. The following filters are supported:</p>
3341
3340
  * <ul>
3342
3341
  * <li>
@@ -3350,16 +3349,17 @@ export interface ListReceivedLicensesForOrganizationRequest {
3350
3349
  * </p>
3351
3350
  * </li>
3352
3351
  * </ul>
3352
+ * @public
3353
3353
  */
3354
3354
  Filters?: Filter[];
3355
3355
  /**
3356
- * @public
3357
3356
  * <p>Token for the next set of results.</p>
3357
+ * @public
3358
3358
  */
3359
3359
  NextToken?: string;
3360
3360
  /**
3361
- * @public
3362
3361
  * <p>Maximum number of results to return in a single call.</p>
3362
+ * @public
3363
3363
  */
3364
3364
  MaxResults?: number;
3365
3365
  }
@@ -3368,19 +3368,19 @@ export interface ListReceivedLicensesForOrganizationRequest {
3368
3368
  */
3369
3369
  export interface ListReceivedLicensesForOrganizationResponse {
3370
3370
  /**
3371
- * @public
3372
3371
  * <p>Lists the licenses the organization has received.</p>
3372
+ * @public
3373
3373
  */
3374
3374
  Licenses?: GrantedLicense[];
3375
3375
  /**
3376
- * @public
3377
3376
  * <p>Token for the next set of results.</p>
3377
+ * @public
3378
3378
  */
3379
3379
  NextToken?: string;
3380
3380
  }
3381
3381
  /**
3382
- * @public
3383
3382
  * <p>A dependency required to run the API is missing.</p>
3383
+ * @public
3384
3384
  */
3385
3385
  export declare class FailedDependencyException extends __BaseException {
3386
3386
  readonly name: "FailedDependencyException";
@@ -3407,23 +3407,23 @@ export declare const InventoryFilterCondition: {
3407
3407
  */
3408
3408
  export type InventoryFilterCondition = (typeof InventoryFilterCondition)[keyof typeof InventoryFilterCondition];
3409
3409
  /**
3410
- * @public
3411
3410
  * <p>An inventory filter.</p>
3411
+ * @public
3412
3412
  */
3413
3413
  export interface InventoryFilter {
3414
3414
  /**
3415
- * @public
3416
3415
  * <p>Name of the filter.</p>
3416
+ * @public
3417
3417
  */
3418
3418
  Name: string | undefined;
3419
3419
  /**
3420
- * @public
3421
3420
  * <p>Condition of the filter.</p>
3421
+ * @public
3422
3422
  */
3423
3423
  Condition: InventoryFilterCondition | undefined;
3424
3424
  /**
3425
- * @public
3426
3425
  * <p>Value of the filter.</p>
3426
+ * @public
3427
3427
  */
3428
3428
  Value?: string;
3429
3429
  }
@@ -3432,17 +3432,16 @@ export interface InventoryFilter {
3432
3432
  */
3433
3433
  export interface ListResourceInventoryRequest {
3434
3434
  /**
3435
- * @public
3436
3435
  * <p>Maximum number of results to return in a single call.</p>
3436
+ * @public
3437
3437
  */
3438
3438
  MaxResults?: number;
3439
3439
  /**
3440
- * @public
3441
3440
  * <p>Token for the next set of results.</p>
3441
+ * @public
3442
3442
  */
3443
3443
  NextToken?: string;
3444
3444
  /**
3445
- * @public
3446
3445
  * <p>Filters to scope the results. The following filters and logical operators
3447
3446
  * are supported:</p>
3448
3447
  * <ul>
@@ -3482,42 +3481,43 @@ export interface ListResourceInventoryRequest {
3482
3481
  * <code>EQUALS</code> | <code>NOT_EQUALS</code> (cross account).</p>
3483
3482
  * </li>
3484
3483
  * </ul>
3484
+ * @public
3485
3485
  */
3486
3486
  Filters?: InventoryFilter[];
3487
3487
  }
3488
3488
  /**
3489
- * @public
3490
3489
  * <p>Details about a resource.</p>
3490
+ * @public
3491
3491
  */
3492
3492
  export interface ResourceInventory {
3493
3493
  /**
3494
- * @public
3495
3494
  * <p>ID of the resource.</p>
3495
+ * @public
3496
3496
  */
3497
3497
  ResourceId?: string;
3498
3498
  /**
3499
- * @public
3500
3499
  * <p>Type of resource.</p>
3500
+ * @public
3501
3501
  */
3502
3502
  ResourceType?: ResourceType;
3503
3503
  /**
3504
- * @public
3505
3504
  * <p>Amazon Resource Name (ARN) of the resource.</p>
3505
+ * @public
3506
3506
  */
3507
3507
  ResourceArn?: string;
3508
3508
  /**
3509
- * @public
3510
3509
  * <p>Platform of the resource.</p>
3510
+ * @public
3511
3511
  */
3512
3512
  Platform?: string;
3513
3513
  /**
3514
- * @public
3515
3514
  * <p>Platform version of the resource in the inventory.</p>
3515
+ * @public
3516
3516
  */
3517
3517
  PlatformVersion?: string;
3518
3518
  /**
3519
- * @public
3520
3519
  * <p>ID of the account that owns the resource.</p>
3520
+ * @public
3521
3521
  */
3522
3522
  ResourceOwningAccountId?: string;
3523
3523
  }
@@ -3526,13 +3526,13 @@ export interface ResourceInventory {
3526
3526
  */
3527
3527
  export interface ListResourceInventoryResponse {
3528
3528
  /**
3529
- * @public
3530
3529
  * <p>Information about the resources.</p>
3530
+ * @public
3531
3531
  */
3532
3532
  ResourceInventoryList?: ResourceInventory[];
3533
3533
  /**
3534
- * @public
3535
3534
  * <p>Token for the next set of results.</p>
3535
+ * @public
3536
3536
  */
3537
3537
  NextToken?: string;
3538
3538
  }
@@ -3541,8 +3541,8 @@ export interface ListResourceInventoryResponse {
3541
3541
  */
3542
3542
  export interface ListTagsForResourceRequest {
3543
3543
  /**
3544
- * @public
3545
3544
  * <p>Amazon Resource Name (ARN) of the license configuration.</p>
3545
+ * @public
3546
3546
  */
3547
3547
  ResourceArn: string | undefined;
3548
3548
  }
@@ -3551,8 +3551,8 @@ export interface ListTagsForResourceRequest {
3551
3551
  */
3552
3552
  export interface ListTagsForResourceResponse {
3553
3553
  /**
3554
- * @public
3555
3554
  * <p>Information about the tags.</p>
3555
+ * @public
3556
3556
  */
3557
3557
  Tags?: Tag[];
3558
3558
  }
@@ -3561,12 +3561,11 @@ export interface ListTagsForResourceResponse {
3561
3561
  */
3562
3562
  export interface ListTokensRequest {
3563
3563
  /**
3564
- * @public
3565
3564
  * <p>Token IDs.</p>
3565
+ * @public
3566
3566
  */
3567
3567
  TokenIds?: string[];
3568
3568
  /**
3569
- * @public
3570
3569
  * <p>Filters to scope the results. The following filter is supported:</p>
3571
3570
  * <ul>
3572
3571
  * <li>
@@ -3575,57 +3574,58 @@ export interface ListTokensRequest {
3575
3574
  * </p>
3576
3575
  * </li>
3577
3576
  * </ul>
3577
+ * @public
3578
3578
  */
3579
3579
  Filters?: Filter[];
3580
3580
  /**
3581
- * @public
3582
3581
  * <p>Token for the next set of results.</p>
3582
+ * @public
3583
3583
  */
3584
3584
  NextToken?: string;
3585
3585
  /**
3586
- * @public
3587
3586
  * <p>Maximum number of results to return in a single call.</p>
3587
+ * @public
3588
3588
  */
3589
3589
  MaxResults?: number;
3590
3590
  }
3591
3591
  /**
3592
- * @public
3593
3592
  * <p>Describes a token.</p>
3593
+ * @public
3594
3594
  */
3595
3595
  export interface TokenData {
3596
3596
  /**
3597
- * @public
3598
3597
  * <p>Token ID.</p>
3598
+ * @public
3599
3599
  */
3600
3600
  TokenId?: string;
3601
3601
  /**
3602
- * @public
3603
3602
  * <p>Type of token generated. The supported value is <code>REFRESH_TOKEN</code>.</p>
3603
+ * @public
3604
3604
  */
3605
3605
  TokenType?: string;
3606
3606
  /**
3607
- * @public
3608
3607
  * <p>Amazon Resource Name (ARN) of the license.</p>
3608
+ * @public
3609
3609
  */
3610
3610
  LicenseArn?: string;
3611
3611
  /**
3612
- * @public
3613
3612
  * <p>Token expiration time, in ISO8601-UTC format.</p>
3613
+ * @public
3614
3614
  */
3615
3615
  ExpirationTime?: string;
3616
3616
  /**
3617
- * @public
3618
3617
  * <p>Data specified by the caller.</p>
3618
+ * @public
3619
3619
  */
3620
3620
  TokenProperties?: string[];
3621
3621
  /**
3622
- * @public
3623
3622
  * <p>Amazon Resource Names (ARN) of the roles included in the token.</p>
3623
+ * @public
3624
3624
  */
3625
3625
  RoleArns?: string[];
3626
3626
  /**
3627
- * @public
3628
3627
  * <p>Token status. The possible values are <code>AVAILABLE</code> and <code>DELETED</code>.</p>
3628
+ * @public
3629
3629
  */
3630
3630
  Status?: string;
3631
3631
  }
@@ -3634,13 +3634,13 @@ export interface TokenData {
3634
3634
  */
3635
3635
  export interface ListTokensResponse {
3636
3636
  /**
3637
- * @public
3638
3637
  * <p>Received token details.</p>
3638
+ * @public
3639
3639
  */
3640
3640
  Tokens?: TokenData[];
3641
3641
  /**
3642
- * @public
3643
3642
  * <p>Token for the next set of results.</p>
3643
+ * @public
3644
3644
  */
3645
3645
  NextToken?: string;
3646
3646
  }
@@ -3649,22 +3649,21 @@ export interface ListTokensResponse {
3649
3649
  */
3650
3650
  export interface ListUsageForLicenseConfigurationRequest {
3651
3651
  /**
3652
- * @public
3653
3652
  * <p>Amazon Resource Name (ARN) of the license configuration.</p>
3653
+ * @public
3654
3654
  */
3655
3655
  LicenseConfigurationArn: string | undefined;
3656
3656
  /**
3657
- * @public
3658
3657
  * <p>Maximum number of results to return in a single call.</p>
3658
+ * @public
3659
3659
  */
3660
3660
  MaxResults?: number;
3661
3661
  /**
3662
- * @public
3663
3662
  * <p>Token for the next set of results.</p>
3663
+ * @public
3664
3664
  */
3665
3665
  NextToken?: string;
3666
3666
  /**
3667
- * @public
3668
3667
  * <p>Filters to scope the results. The following filters and logical operators
3669
3668
  * are supported:</p>
3670
3669
  * <ul>
@@ -3684,42 +3683,43 @@ export interface ListUsageForLicenseConfigurationRequest {
3684
3683
  * Logical operators are <code>EQUALS</code> | <code>NOT_EQUALS</code>.</p>
3685
3684
  * </li>
3686
3685
  * </ul>
3686
+ * @public
3687
3687
  */
3688
3688
  Filters?: Filter[];
3689
3689
  }
3690
3690
  /**
3691
- * @public
3692
3691
  * <p>Details about the usage of a resource associated with a license configuration.</p>
3692
+ * @public
3693
3693
  */
3694
3694
  export interface LicenseConfigurationUsage {
3695
3695
  /**
3696
- * @public
3697
3696
  * <p>Amazon Resource Name (ARN) of the resource.</p>
3697
+ * @public
3698
3698
  */
3699
3699
  ResourceArn?: string;
3700
3700
  /**
3701
- * @public
3702
3701
  * <p>Type of resource.</p>
3702
+ * @public
3703
3703
  */
3704
3704
  ResourceType?: ResourceType;
3705
3705
  /**
3706
- * @public
3707
3706
  * <p>Status of the resource.</p>
3707
+ * @public
3708
3708
  */
3709
3709
  ResourceStatus?: string;
3710
3710
  /**
3711
- * @public
3712
3711
  * <p>ID of the account that owns the resource.</p>
3712
+ * @public
3713
3713
  */
3714
3714
  ResourceOwnerId?: string;
3715
3715
  /**
3716
- * @public
3717
3716
  * <p>Time when the license configuration was initially associated with the resource.</p>
3717
+ * @public
3718
3718
  */
3719
3719
  AssociationTime?: Date;
3720
3720
  /**
3721
- * @public
3722
3721
  * <p>Number of licenses consumed by the resource.</p>
3722
+ * @public
3723
3723
  */
3724
3724
  ConsumedLicenses?: number;
3725
3725
  }
@@ -3728,13 +3728,13 @@ export interface LicenseConfigurationUsage {
3728
3728
  */
3729
3729
  export interface ListUsageForLicenseConfigurationResponse {
3730
3730
  /**
3731
- * @public
3732
3731
  * <p>Information about the license configurations.</p>
3732
+ * @public
3733
3733
  */
3734
3734
  LicenseConfigurationUsageList?: LicenseConfigurationUsage[];
3735
3735
  /**
3736
- * @public
3737
3736
  * <p>Token for the next set of results.</p>
3737
+ * @public
3738
3738
  */
3739
3739
  NextToken?: string;
3740
3740
  }
@@ -3743,8 +3743,8 @@ export interface ListUsageForLicenseConfigurationResponse {
3743
3743
  */
3744
3744
  export interface RejectGrantRequest {
3745
3745
  /**
3746
- * @public
3747
3746
  * <p>Amazon Resource Name (ARN) of the grant.</p>
3747
+ * @public
3748
3748
  */
3749
3749
  GrantArn: string | undefined;
3750
3750
  }
@@ -3753,18 +3753,18 @@ export interface RejectGrantRequest {
3753
3753
  */
3754
3754
  export interface RejectGrantResponse {
3755
3755
  /**
3756
- * @public
3757
3756
  * <p>Grant ARN.</p>
3757
+ * @public
3758
3758
  */
3759
3759
  GrantArn?: string;
3760
3760
  /**
3761
- * @public
3762
3761
  * <p>Grant status.</p>
3762
+ * @public
3763
3763
  */
3764
3764
  Status?: GrantStatus;
3765
3765
  /**
3766
- * @public
3767
3766
  * <p>Grant version.</p>
3767
+ * @public
3768
3768
  */
3769
3769
  Version?: string;
3770
3770
  }
@@ -3773,13 +3773,13 @@ export interface RejectGrantResponse {
3773
3773
  */
3774
3774
  export interface TagResourceRequest {
3775
3775
  /**
3776
- * @public
3777
3776
  * <p>Amazon Resource Name (ARN) of the license configuration.</p>
3777
+ * @public
3778
3778
  */
3779
3779
  ResourceArn: string | undefined;
3780
3780
  /**
3781
- * @public
3782
3781
  * <p>One or more tags.</p>
3782
+ * @public
3783
3783
  */
3784
3784
  Tags: Tag[] | undefined;
3785
3785
  }
@@ -3793,13 +3793,13 @@ export interface TagResourceResponse {
3793
3793
  */
3794
3794
  export interface UntagResourceRequest {
3795
3795
  /**
3796
- * @public
3797
3796
  * <p>Amazon Resource Name (ARN) of the license configuration.</p>
3797
+ * @public
3798
3798
  */
3799
3799
  ResourceArn: string | undefined;
3800
3800
  /**
3801
- * @public
3802
3801
  * <p>Keys identifying the tags to remove.</p>
3802
+ * @public
3803
3803
  */
3804
3804
  TagKeys: string[] | undefined;
3805
3805
  }
@@ -3825,49 +3825,49 @@ export type LicenseConfigurationStatus = (typeof LicenseConfigurationStatus)[key
3825
3825
  */
3826
3826
  export interface UpdateLicenseConfigurationRequest {
3827
3827
  /**
3828
- * @public
3829
3828
  * <p>Amazon Resource Name (ARN) of the license configuration.</p>
3829
+ * @public
3830
3830
  */
3831
3831
  LicenseConfigurationArn: string | undefined;
3832
3832
  /**
3833
- * @public
3834
3833
  * <p>New status of the license configuration.</p>
3834
+ * @public
3835
3835
  */
3836
3836
  LicenseConfigurationStatus?: LicenseConfigurationStatus;
3837
3837
  /**
3838
- * @public
3839
3838
  * <p>New license rule. The only rule that you can add after you create a license
3840
3839
  * configuration is licenseAffinityToHost.</p>
3840
+ * @public
3841
3841
  */
3842
3842
  LicenseRules?: string[];
3843
3843
  /**
3844
- * @public
3845
3844
  * <p>New number of licenses managed by the license configuration.</p>
3845
+ * @public
3846
3846
  */
3847
3847
  LicenseCount?: number;
3848
3848
  /**
3849
- * @public
3850
3849
  * <p>New hard limit of the number of available licenses.</p>
3850
+ * @public
3851
3851
  */
3852
3852
  LicenseCountHardLimit?: boolean;
3853
3853
  /**
3854
- * @public
3855
3854
  * <p>New name of the license configuration.</p>
3855
+ * @public
3856
3856
  */
3857
3857
  Name?: string;
3858
3858
  /**
3859
- * @public
3860
3859
  * <p>New description of the license configuration.</p>
3860
+ * @public
3861
3861
  */
3862
3862
  Description?: string;
3863
3863
  /**
3864
- * @public
3865
3864
  * <p>New product information.</p>
3865
+ * @public
3866
3866
  */
3867
3867
  ProductInformationList?: ProductInformation[];
3868
3868
  /**
3869
- * @public
3870
3869
  * <p>When true, disassociates a resource when software is uninstalled.</p>
3870
+ * @public
3871
3871
  */
3872
3872
  DisassociateWhenNotFound?: boolean;
3873
3873
  }
@@ -3881,17 +3881,16 @@ export interface UpdateLicenseConfigurationResponse {
3881
3881
  */
3882
3882
  export interface UpdateLicenseManagerReportGeneratorRequest {
3883
3883
  /**
3884
- * @public
3885
3884
  * <p>Amazon Resource Name (ARN) of the report generator to update.</p>
3885
+ * @public
3886
3886
  */
3887
3887
  LicenseManagerReportGeneratorArn: string | undefined;
3888
3888
  /**
3889
- * @public
3890
3889
  * <p>Name of the report generator.</p>
3890
+ * @public
3891
3891
  */
3892
3892
  ReportGeneratorName: string | undefined;
3893
3893
  /**
3894
- * @public
3895
3894
  * <p>Type of reports to generate. The following report types are supported:</p>
3896
3895
  * <ul>
3897
3896
  * <li>
@@ -3901,26 +3900,27 @@ export interface UpdateLicenseManagerReportGeneratorRequest {
3901
3900
  * <p>Resource report - Reports the tracked licenses and resource consumption for a license configuration.</p>
3902
3901
  * </li>
3903
3902
  * </ul>
3903
+ * @public
3904
3904
  */
3905
3905
  Type: ReportType[] | undefined;
3906
3906
  /**
3907
- * @public
3908
3907
  * <p>The report context.</p>
3908
+ * @public
3909
3909
  */
3910
3910
  ReportContext: ReportContext | undefined;
3911
3911
  /**
3912
- * @public
3913
3912
  * <p>Frequency by which reports are generated.</p>
3913
+ * @public
3914
3914
  */
3915
3915
  ReportFrequency: ReportFrequency | undefined;
3916
3916
  /**
3917
- * @public
3918
3917
  * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
3918
+ * @public
3919
3919
  */
3920
3920
  ClientToken: string | undefined;
3921
3921
  /**
3922
- * @public
3923
3922
  * <p>Description of the report generator.</p>
3923
+ * @public
3924
3924
  */
3925
3925
  Description?: string;
3926
3926
  }
@@ -3930,10 +3930,10 @@ export interface UpdateLicenseManagerReportGeneratorRequest {
3930
3930
  export interface UpdateLicenseManagerReportGeneratorResponse {
3931
3931
  }
3932
3932
  /**
3933
- * @public
3934
3933
  * <p>License Manager cannot allocate a license to a resource because of its state. </p>
3935
3934
  * <p>For example, you cannot allocate a license to an instance in the process of shutting
3936
3935
  * down.</p>
3936
+ * @public
3937
3937
  */
3938
3938
  export declare class InvalidResourceStateException extends __BaseException {
3939
3939
  readonly name: "InvalidResourceStateException";
@@ -3945,8 +3945,8 @@ export declare class InvalidResourceStateException extends __BaseException {
3945
3945
  constructor(opts: __ExceptionOptionType<InvalidResourceStateException, __BaseException>);
3946
3946
  }
3947
3947
  /**
3948
- * @public
3949
3948
  * <p>You do not have enough licenses available to support a new resource launch.</p>
3949
+ * @public
3950
3950
  */
3951
3951
  export declare class LicenseUsageException extends __BaseException {
3952
3952
  readonly name: "LicenseUsageException";
@@ -3962,18 +3962,18 @@ export declare class LicenseUsageException extends __BaseException {
3962
3962
  */
3963
3963
  export interface UpdateLicenseSpecificationsForResourceRequest {
3964
3964
  /**
3965
- * @public
3966
3965
  * <p>Amazon Resource Name (ARN) of the Amazon Web Services resource.</p>
3966
+ * @public
3967
3967
  */
3968
3968
  ResourceArn: string | undefined;
3969
3969
  /**
3970
- * @public
3971
3970
  * <p>ARNs of the license configurations to add.</p>
3971
+ * @public
3972
3972
  */
3973
3973
  AddLicenseSpecifications?: LicenseSpecification[];
3974
3974
  /**
3975
- * @public
3976
3975
  * <p>ARNs of the license configurations to remove.</p>
3976
+ * @public
3977
3977
  */
3978
3978
  RemoveLicenseSpecifications?: LicenseSpecification[];
3979
3979
  }
@@ -3987,23 +3987,23 @@ export interface UpdateLicenseSpecificationsForResourceResponse {
3987
3987
  */
3988
3988
  export interface UpdateServiceSettingsRequest {
3989
3989
  /**
3990
- * @public
3991
3990
  * <p>Amazon Resource Name (ARN) of the Amazon S3 bucket where the License Manager information is stored.</p>
3991
+ * @public
3992
3992
  */
3993
3993
  S3BucketArn?: string;
3994
3994
  /**
3995
- * @public
3996
3995
  * <p>Amazon Resource Name (ARN) of the Amazon SNS topic used for License Manager alerts.</p>
3996
+ * @public
3997
3997
  */
3998
3998
  SnsTopicArn?: string;
3999
3999
  /**
4000
- * @public
4001
4000
  * <p>Enables integration with Organizations for cross-account discovery.</p>
4001
+ * @public
4002
4002
  */
4003
4003
  OrganizationConfiguration?: OrganizationConfiguration;
4004
4004
  /**
4005
- * @public
4006
4005
  * <p>Activates cross-account discovery.</p>
4006
+ * @public
4007
4007
  */
4008
4008
  EnableCrossAccountsDiscovery?: boolean;
4009
4009
  }