@aws-sdk/client-license-manager 3.169.0 → 3.171.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 (63) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/LicenseManager.d.ts +874 -245
  3. package/dist-types/ts3.4/LicenseManagerClient.d.ts +393 -121
  4. package/dist-types/ts3.4/commands/AcceptGrantCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/CheckInLicenseCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CheckoutBorrowLicenseCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CheckoutLicenseCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/CreateGrantVersionCommand.d.ts +36 -17
  10. package/dist-types/ts3.4/commands/CreateLicenseCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/CreateLicenseVersionCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/DeleteGrantCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/DeleteLicenseCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/DeleteLicenseConfigurationCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/ExtendLicenseConsumptionCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/GetGrantCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/GetLicenseCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/GetLicenseConfigurationCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/GetLicenseConversionTaskCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/GetLicenseManagerReportGeneratorCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/GetLicenseUsageCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/GetServiceSettingsCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/ListDistributedGrantsCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/ListLicenseConfigurationsCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/ListLicenseConversionTasksCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/ListLicenseSpecificationsForResourceCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/ListLicenseVersionsCommand.d.ts +36 -17
  38. package/dist-types/ts3.4/commands/ListLicensesCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/ListReceivedGrantsCommand.d.ts +36 -17
  40. package/dist-types/ts3.4/commands/ListReceivedLicensesCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/ListResourceInventoryCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  43. package/dist-types/ts3.4/commands/ListTokensCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/RejectGrantCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  48. package/dist-types/ts3.4/commands/UpdateLicenseConfigurationCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/index.d.ts +48 -48
  53. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  54. package/dist-types/ts3.4/index.d.ts +5 -5
  55. package/dist-types/ts3.4/models/LicenseManagerServiceException.d.ts +7 -6
  56. package/dist-types/ts3.4/models/index.d.ts +1 -1
  57. package/dist-types/ts3.4/models/models_0.d.ts +1379 -1768
  58. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +581 -146
  59. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  62. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  63. package/package.json +34 -34
@@ -1,1768 +1,1379 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { LicenseManagerServiceException as __BaseException } from "./LicenseManagerServiceException";
3
- export interface AcceptGrantRequest {
4
-
5
- GrantArn: string | undefined;
6
- }
7
- export declare enum GrantStatus {
8
- ACTIVE = "ACTIVE",
9
- DELETED = "DELETED",
10
- DISABLED = "DISABLED",
11
- FAILED_WORKFLOW = "FAILED_WORKFLOW",
12
- PENDING_ACCEPT = "PENDING_ACCEPT",
13
- PENDING_DELETE = "PENDING_DELETE",
14
- PENDING_WORKFLOW = "PENDING_WORKFLOW",
15
- REJECTED = "REJECTED",
16
- WORKFLOW_COMPLETED = "WORKFLOW_COMPLETED"
17
- }
18
- export interface AcceptGrantResponse {
19
-
20
- GrantArn?: string;
21
-
22
- Status?: GrantStatus | string;
23
-
24
- Version?: string;
25
- }
26
-
27
- export declare class AccessDeniedException extends __BaseException {
28
- readonly name: "AccessDeniedException";
29
- readonly $fault: "client";
30
- Message?: string;
31
-
32
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
33
- }
34
-
35
- export declare class AuthorizationException extends __BaseException {
36
- readonly name: "AuthorizationException";
37
- readonly $fault: "client";
38
- Message?: string;
39
-
40
- constructor(opts: __ExceptionOptionType<AuthorizationException, __BaseException>);
41
- }
42
-
43
- export declare class InvalidParameterValueException extends __BaseException {
44
- readonly name: "InvalidParameterValueException";
45
- readonly $fault: "client";
46
- Message?: string;
47
-
48
- constructor(opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>);
49
- }
50
-
51
- export declare class RateLimitExceededException extends __BaseException {
52
- readonly name: "RateLimitExceededException";
53
- readonly $fault: "client";
54
- Message?: string;
55
-
56
- constructor(opts: __ExceptionOptionType<RateLimitExceededException, __BaseException>);
57
- }
58
-
59
- export declare class ResourceLimitExceededException extends __BaseException {
60
- readonly name: "ResourceLimitExceededException";
61
- readonly $fault: "client";
62
- Message?: string;
63
-
64
- constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
65
- }
66
-
67
- export declare class ServerInternalException extends __BaseException {
68
- readonly name: "ServerInternalException";
69
- readonly $fault: "server";
70
- Message?: string;
71
-
72
- constructor(opts: __ExceptionOptionType<ServerInternalException, __BaseException>);
73
- }
74
-
75
- export declare class ValidationException extends __BaseException {
76
- readonly name: "ValidationException";
77
- readonly $fault: "client";
78
- Message?: string;
79
-
80
- constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
81
- }
82
- export declare enum AllowedOperation {
83
- CHECKOUT_BORROW_LICENSE = "CheckoutBorrowLicense",
84
- CHECKOUT_LICENSE = "CheckoutLicense",
85
- CHECK_IN_LICENSE = "CheckInLicense",
86
- CREATE_GRANT = "CreateGrant",
87
- CREATE_TOKEN = "CreateToken",
88
- EXTEND_CONSUMPTION_LICENSE = "ExtendConsumptionLicense",
89
- LIST_PURCHASED_LICENSES = "ListPurchasedLicenses"
90
- }
91
-
92
- export interface AutomatedDiscoveryInformation {
93
-
94
- LastRunTime?: Date;
95
- }
96
- export interface CheckInLicenseRequest {
97
-
98
- LicenseConsumptionToken: string | undefined;
99
-
100
- Beneficiary?: string;
101
- }
102
- export interface CheckInLicenseResponse {
103
- }
104
-
105
- export declare class ConflictException extends __BaseException {
106
- readonly name: "ConflictException";
107
- readonly $fault: "client";
108
- Message?: string;
109
-
110
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
111
- }
112
-
113
- export declare class ResourceNotFoundException extends __BaseException {
114
- readonly name: "ResourceNotFoundException";
115
- readonly $fault: "client";
116
- Message?: string;
117
-
118
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
119
- }
120
-
121
- export interface Metadata {
122
-
123
- Name?: string;
124
-
125
- Value?: string;
126
- }
127
- export declare enum DigitalSignatureMethod {
128
- JWT_PS384 = "JWT_PS384"
129
- }
130
- export declare enum EntitlementDataUnit {
131
- BITS = "Bits",
132
- BITS_PER_SECOND = "Bits/Second",
133
- BYTES = "Bytes",
134
- BYTES_PER_SECOND = "Bytes/Second",
135
- COUNT = "Count",
136
- COUNT_PER_SECOND = "Count/Second",
137
- GIGABITS = "Gigabits",
138
- GIGABITS_PER_SECOND = "Gigabits/Second",
139
- GIGABYTES = "Gigabytes",
140
- GIGABYTES_PER_SECOND = "Gigabytes/Second",
141
- KILOBITS = "Kilobits",
142
- KILOBITS_PER_SECOND = "Kilobits/Second",
143
- KILOBYTES = "Kilobytes",
144
- KILOBYTES_PER_SECOND = "Kilobytes/Second",
145
- MEGABITS = "Megabits",
146
- MEGABITS_PER_SECOND = "Megabits/Second",
147
- MEGABYTES = "Megabytes",
148
- MEGABYTES_PER_SECOND = "Megabytes/Second",
149
- MICROSECONDS = "Microseconds",
150
- MILLISECONDS = "Milliseconds",
151
- NONE = "None",
152
- PERCENT = "Percent",
153
- SECONDS = "Seconds",
154
- TERABITS = "Terabits",
155
- TERABITS_PER_SECOND = "Terabits/Second",
156
- TERABYTES = "Terabytes",
157
- TERABYTES_PER_SECOND = "Terabytes/Second"
158
- }
159
-
160
- export interface EntitlementData {
161
-
162
- Name: string | undefined;
163
-
164
- Value?: string;
165
-
166
- Unit: EntitlementDataUnit | string | undefined;
167
- }
168
- export interface CheckoutBorrowLicenseRequest {
169
-
170
- LicenseArn: string | undefined;
171
-
172
- Entitlements: EntitlementData[] | undefined;
173
-
174
- DigitalSignatureMethod: DigitalSignatureMethod | string | undefined;
175
-
176
- NodeId?: string;
177
-
178
- CheckoutMetadata?: Metadata[];
179
-
180
- ClientToken: string | undefined;
181
- }
182
- export interface CheckoutBorrowLicenseResponse {
183
-
184
- LicenseArn?: string;
185
-
186
- LicenseConsumptionToken?: string;
187
-
188
- EntitlementsAllowed?: EntitlementData[];
189
-
190
- NodeId?: string;
191
-
192
- SignedToken?: string;
193
-
194
- IssuedAt?: string;
195
-
196
- Expiration?: string;
197
-
198
- CheckoutMetadata?: Metadata[];
199
- }
200
-
201
- export declare class EntitlementNotAllowedException extends __BaseException {
202
- readonly name: "EntitlementNotAllowedException";
203
- readonly $fault: "client";
204
- Message?: string;
205
-
206
- constructor(opts: __ExceptionOptionType<EntitlementNotAllowedException, __BaseException>);
207
- }
208
-
209
- export declare class NoEntitlementsAllowedException extends __BaseException {
210
- readonly name: "NoEntitlementsAllowedException";
211
- readonly $fault: "client";
212
- Message?: string;
213
-
214
- constructor(opts: __ExceptionOptionType<NoEntitlementsAllowedException, __BaseException>);
215
- }
216
-
217
- export declare class RedirectException extends __BaseException {
218
- readonly name: "RedirectException";
219
- readonly $fault: "client";
220
- Location?: string;
221
- Message?: string;
222
-
223
- constructor(opts: __ExceptionOptionType<RedirectException, __BaseException>);
224
- }
225
-
226
- export declare class UnsupportedDigitalSignatureMethodException extends __BaseException {
227
- readonly name: "UnsupportedDigitalSignatureMethodException";
228
- readonly $fault: "client";
229
- Message?: string;
230
-
231
- constructor(opts: __ExceptionOptionType<UnsupportedDigitalSignatureMethodException, __BaseException>);
232
- }
233
- export declare enum CheckoutType {
234
- PERPETUAL = "PERPETUAL",
235
- PROVISIONAL = "PROVISIONAL"
236
- }
237
- export interface CheckoutLicenseRequest {
238
-
239
- ProductSKU: string | undefined;
240
-
241
- CheckoutType: CheckoutType | string | undefined;
242
-
243
- KeyFingerprint: string | undefined;
244
-
245
- Entitlements: EntitlementData[] | undefined;
246
-
247
- ClientToken: string | undefined;
248
-
249
- Beneficiary?: string;
250
-
251
- NodeId?: string;
252
- }
253
- export interface CheckoutLicenseResponse {
254
-
255
- CheckoutType?: CheckoutType | string;
256
-
257
- LicenseConsumptionToken?: string;
258
-
259
- EntitlementsAllowed?: EntitlementData[];
260
-
261
- SignedToken?: string;
262
-
263
- NodeId?: string;
264
-
265
- IssuedAt?: string;
266
-
267
- Expiration?: string;
268
-
269
- LicenseArn?: string;
270
- }
271
- export interface CreateGrantRequest {
272
-
273
- ClientToken: string | undefined;
274
-
275
- GrantName: string | undefined;
276
-
277
- LicenseArn: string | undefined;
278
-
279
- Principals: string[] | undefined;
280
-
281
- HomeRegion: string | undefined;
282
-
283
- AllowedOperations: (AllowedOperation | string)[] | undefined;
284
- }
285
- export interface CreateGrantResponse {
286
-
287
- GrantArn?: string;
288
-
289
- Status?: GrantStatus | string;
290
-
291
- Version?: string;
292
- }
293
- export interface CreateGrantVersionRequest {
294
-
295
- ClientToken: string | undefined;
296
-
297
- GrantArn: string | undefined;
298
-
299
- GrantName?: string;
300
-
301
- AllowedOperations?: (AllowedOperation | string)[];
302
-
303
- Status?: GrantStatus | string;
304
-
305
- StatusReason?: string;
306
-
307
- SourceVersion?: string;
308
- }
309
- export interface CreateGrantVersionResponse {
310
-
311
- GrantArn?: string;
312
-
313
- Status?: GrantStatus | string;
314
-
315
- Version?: string;
316
- }
317
-
318
- export interface BorrowConfiguration {
319
-
320
- AllowEarlyCheckIn: boolean | undefined;
321
-
322
- MaxTimeToLiveInMinutes: number | undefined;
323
- }
324
-
325
- export interface ProvisionalConfiguration {
326
-
327
- MaxTimeToLiveInMinutes: number | undefined;
328
- }
329
- export declare enum RenewType {
330
- MONTHLY = "Monthly",
331
- NONE = "None",
332
- WEEKLY = "Weekly"
333
- }
334
-
335
- export interface ConsumptionConfiguration {
336
-
337
- RenewType?: RenewType | string;
338
-
339
- ProvisionalConfiguration?: ProvisionalConfiguration;
340
-
341
- BorrowConfiguration?: BorrowConfiguration;
342
- }
343
- export declare enum EntitlementUnit {
344
- BITS = "Bits",
345
- BITS_PER_SECOND = "Bits/Second",
346
- BYTES = "Bytes",
347
- BYTES_PER_SECOND = "Bytes/Second",
348
- COUNT = "Count",
349
- COUNT_PER_SECOND = "Count/Second",
350
- GIGABITS = "Gigabits",
351
- GIGABITS_PER_SECOND = "Gigabits/Second",
352
- GIGABYTES = "Gigabytes",
353
- GIGABYTES_PER_SECOND = "Gigabytes/Second",
354
- KILOBITS = "Kilobits",
355
- KILOBITS_PER_SECOND = "Kilobits/Second",
356
- KILOBYTES = "Kilobytes",
357
- KILOBYTES_PER_SECOND = "Kilobytes/Second",
358
- MEGABITS = "Megabits",
359
- MEGABITS_PER_SECOND = "Megabits/Second",
360
- MEGABYTES = "Megabytes",
361
- MEGABYTES_PER_SECOND = "Megabytes/Second",
362
- MICROSECONDS = "Microseconds",
363
- MILLISECONDS = "Milliseconds",
364
- NONE = "None",
365
- PERCENT = "Percent",
366
- SECONDS = "Seconds",
367
- TERABITS = "Terabits",
368
- TERABITS_PER_SECOND = "Terabits/Second",
369
- TERABYTES = "Terabytes",
370
- TERABYTES_PER_SECOND = "Terabytes/Second"
371
- }
372
-
373
- export interface Entitlement {
374
-
375
- Name: string | undefined;
376
-
377
- Value?: string;
378
-
379
- MaxCount?: number;
380
-
381
- Overage?: boolean;
382
-
383
- Unit: EntitlementUnit | string | undefined;
384
-
385
- AllowCheckIn?: boolean;
386
- }
387
-
388
- export interface Issuer {
389
-
390
- Name: string | undefined;
391
-
392
- SignKey?: string;
393
- }
394
-
395
- export interface DatetimeRange {
396
-
397
- Begin: string | undefined;
398
-
399
- End?: string;
400
- }
401
- export interface CreateLicenseRequest {
402
-
403
- LicenseName: string | undefined;
404
-
405
- ProductName: string | undefined;
406
-
407
- ProductSKU: string | undefined;
408
-
409
- Issuer: Issuer | undefined;
410
-
411
- HomeRegion: string | undefined;
412
-
413
- Validity: DatetimeRange | undefined;
414
-
415
- Entitlements: Entitlement[] | undefined;
416
-
417
- Beneficiary: string | undefined;
418
-
419
- ConsumptionConfiguration: ConsumptionConfiguration | undefined;
420
-
421
- LicenseMetadata?: Metadata[];
422
-
423
- ClientToken: string | undefined;
424
- }
425
- export declare enum LicenseStatus {
426
- AVAILABLE = "AVAILABLE",
427
- DEACTIVATED = "DEACTIVATED",
428
- DELETED = "DELETED",
429
- EXPIRED = "EXPIRED",
430
- PENDING_AVAILABLE = "PENDING_AVAILABLE",
431
- PENDING_DELETE = "PENDING_DELETE",
432
- SUSPENDED = "SUSPENDED"
433
- }
434
- export interface CreateLicenseResponse {
435
-
436
- LicenseArn?: string;
437
-
438
- Status?: LicenseStatus | string;
439
-
440
- Version?: string;
441
- }
442
- export declare enum LicenseCountingType {
443
- CORE = "Core",
444
- INSTANCE = "Instance",
445
- SOCKET = "Socket",
446
- VCPU = "vCPU"
447
- }
448
-
449
- export interface ProductInformationFilter {
450
-
451
- ProductInformationFilterName: string | undefined;
452
-
453
- ProductInformationFilterValue?: string[];
454
-
455
- ProductInformationFilterComparator: string | undefined;
456
- }
457
-
458
- export interface ProductInformation {
459
-
460
- ResourceType: string | undefined;
461
-
462
- ProductInformationFilterList: ProductInformationFilter[] | undefined;
463
- }
464
-
465
- export interface Tag {
466
-
467
- Key?: string;
468
-
469
- Value?: string;
470
- }
471
- export interface CreateLicenseConfigurationRequest {
472
-
473
- Name: string | undefined;
474
-
475
- Description?: string;
476
-
477
- LicenseCountingType: LicenseCountingType | string | undefined;
478
-
479
- LicenseCount?: number;
480
-
481
- LicenseCountHardLimit?: boolean;
482
-
483
- LicenseRules?: string[];
484
-
485
- Tags?: Tag[];
486
-
487
- DisassociateWhenNotFound?: boolean;
488
-
489
- ProductInformationList?: ProductInformation[];
490
- }
491
- export interface CreateLicenseConfigurationResponse {
492
-
493
- LicenseConfigurationArn?: string;
494
- }
495
-
496
- export interface LicenseConversionContext {
497
-
498
- UsageOperation?: string;
499
- }
500
- export interface CreateLicenseConversionTaskForResourceRequest {
501
-
502
- ResourceArn: string | undefined;
503
-
504
- SourceLicenseContext: LicenseConversionContext | undefined;
505
-
506
- DestinationLicenseContext: LicenseConversionContext | undefined;
507
- }
508
- export interface CreateLicenseConversionTaskForResourceResponse {
509
-
510
- LicenseConversionTaskId?: string;
511
- }
512
-
513
- export interface ReportContext {
514
-
515
- licenseConfigurationArns: string[] | undefined;
516
- }
517
- export declare enum ReportFrequencyType {
518
- DAY = "DAY",
519
- MONTH = "MONTH",
520
- WEEK = "WEEK"
521
- }
522
-
523
- export interface ReportFrequency {
524
-
525
- value?: number;
526
-
527
- period?: ReportFrequencyType | string;
528
- }
529
- export declare enum ReportType {
530
- LICENSE_CONFIGURATION_SUMMARY_REPORT = "LicenseConfigurationSummaryReport",
531
- LICENSE_CONFIGURATION_USAGE_REPORT = "LicenseConfigurationUsageReport"
532
- }
533
- export interface CreateLicenseManagerReportGeneratorRequest {
534
-
535
- ReportGeneratorName: string | undefined;
536
-
537
- Type: (ReportType | string)[] | undefined;
538
-
539
- ReportContext: ReportContext | undefined;
540
-
541
- ReportFrequency: ReportFrequency | undefined;
542
-
543
- ClientToken: string | undefined;
544
-
545
- Description?: string;
546
-
547
- Tags?: Tag[];
548
- }
549
- export interface CreateLicenseManagerReportGeneratorResponse {
550
-
551
- LicenseManagerReportGeneratorArn?: string;
552
- }
553
- export interface CreateLicenseVersionRequest {
554
-
555
- LicenseArn: string | undefined;
556
-
557
- LicenseName: string | undefined;
558
-
559
- ProductName: string | undefined;
560
-
561
- Issuer: Issuer | undefined;
562
-
563
- HomeRegion: string | undefined;
564
-
565
- Validity: DatetimeRange | undefined;
566
-
567
- LicenseMetadata?: Metadata[];
568
-
569
- Entitlements: Entitlement[] | undefined;
570
-
571
- ConsumptionConfiguration: ConsumptionConfiguration | undefined;
572
-
573
- Status: LicenseStatus | string | undefined;
574
-
575
- ClientToken: string | undefined;
576
-
577
- SourceVersion?: string;
578
- }
579
- export interface CreateLicenseVersionResponse {
580
-
581
- LicenseArn?: string;
582
-
583
- Version?: string;
584
-
585
- Status?: LicenseStatus | string;
586
- }
587
- export interface CreateTokenRequest {
588
-
589
- LicenseArn: string | undefined;
590
-
591
- RoleArns?: string[];
592
-
593
- ExpirationInDays?: number;
594
-
595
- TokenProperties?: string[];
596
-
597
- ClientToken: string | undefined;
598
- }
599
- export declare enum TokenType {
600
- REFRESH_TOKEN = "REFRESH_TOKEN"
601
- }
602
- export interface CreateTokenResponse {
603
-
604
- TokenId?: string;
605
-
606
- TokenType?: TokenType | string;
607
-
608
- Token?: string;
609
- }
610
- export interface DeleteGrantRequest {
611
-
612
- GrantArn: string | undefined;
613
-
614
- StatusReason?: string;
615
-
616
- Version: string | undefined;
617
- }
618
- export interface DeleteGrantResponse {
619
-
620
- GrantArn?: string;
621
-
622
- Status?: GrantStatus | string;
623
-
624
- Version?: string;
625
- }
626
- export interface DeleteLicenseRequest {
627
-
628
- LicenseArn: string | undefined;
629
-
630
- SourceVersion: string | undefined;
631
- }
632
- export declare enum LicenseDeletionStatus {
633
- DELETED = "DELETED",
634
- PENDING_DELETE = "PENDING_DELETE"
635
- }
636
- export interface DeleteLicenseResponse {
637
-
638
- Status?: LicenseDeletionStatus | string;
639
-
640
- DeletionDate?: string;
641
- }
642
- export interface DeleteLicenseConfigurationRequest {
643
-
644
- LicenseConfigurationArn: string | undefined;
645
- }
646
- export interface DeleteLicenseConfigurationResponse {
647
- }
648
- export interface DeleteLicenseManagerReportGeneratorRequest {
649
-
650
- LicenseManagerReportGeneratorArn: string | undefined;
651
- }
652
- export interface DeleteLicenseManagerReportGeneratorResponse {
653
- }
654
- export interface DeleteTokenRequest {
655
-
656
- TokenId: string | undefined;
657
- }
658
- export interface DeleteTokenResponse {
659
- }
660
- export interface ExtendLicenseConsumptionRequest {
661
-
662
- LicenseConsumptionToken: string | undefined;
663
-
664
- DryRun?: boolean;
665
- }
666
- export interface ExtendLicenseConsumptionResponse {
667
-
668
- LicenseConsumptionToken?: string;
669
-
670
- Expiration?: string;
671
- }
672
- export interface GetAccessTokenRequest {
673
-
674
- Token: string | undefined;
675
-
676
- TokenProperties?: string[];
677
- }
678
- export interface GetAccessTokenResponse {
679
-
680
- AccessToken?: string;
681
- }
682
- export interface GetGrantRequest {
683
-
684
- GrantArn: string | undefined;
685
-
686
- Version?: string;
687
- }
688
-
689
- export interface Grant {
690
-
691
- GrantArn: string | undefined;
692
-
693
- GrantName: string | undefined;
694
-
695
- ParentArn: string | undefined;
696
-
697
- LicenseArn: string | undefined;
698
-
699
- GranteePrincipalArn: string | undefined;
700
-
701
- HomeRegion: string | undefined;
702
-
703
- GrantStatus: GrantStatus | string | undefined;
704
-
705
- StatusReason?: string;
706
-
707
- Version: string | undefined;
708
-
709
- GrantedOperations: (AllowedOperation | string)[] | undefined;
710
- }
711
- export interface GetGrantResponse {
712
-
713
- Grant?: Grant;
714
- }
715
- export interface GetLicenseRequest {
716
-
717
- LicenseArn: string | undefined;
718
-
719
- Version?: string;
720
- }
721
-
722
- export interface IssuerDetails {
723
-
724
- Name?: string;
725
-
726
- SignKey?: string;
727
-
728
- KeyFingerprint?: string;
729
- }
730
-
731
- export interface License {
732
-
733
- LicenseArn?: string;
734
-
735
- LicenseName?: string;
736
-
737
- ProductName?: string;
738
-
739
- ProductSKU?: string;
740
-
741
- Issuer?: IssuerDetails;
742
-
743
- HomeRegion?: string;
744
-
745
- Status?: LicenseStatus | string;
746
-
747
- Validity?: DatetimeRange;
748
-
749
- Beneficiary?: string;
750
-
751
- Entitlements?: Entitlement[];
752
-
753
- ConsumptionConfiguration?: ConsumptionConfiguration;
754
-
755
- LicenseMetadata?: Metadata[];
756
-
757
- CreateTime?: string;
758
-
759
- Version?: string;
760
- }
761
- export interface GetLicenseResponse {
762
-
763
- License?: License;
764
- }
765
- export interface GetLicenseConfigurationRequest {
766
-
767
- LicenseConfigurationArn: string | undefined;
768
- }
769
- export declare enum ResourceType {
770
- EC2_AMI = "EC2_AMI",
771
- EC2_HOST = "EC2_HOST",
772
- EC2_INSTANCE = "EC2_INSTANCE",
773
- RDS = "RDS",
774
- SYSTEMS_MANAGER_MANAGED_INSTANCE = "SYSTEMS_MANAGER_MANAGED_INSTANCE"
775
- }
776
-
777
- export interface ConsumedLicenseSummary {
778
-
779
- ResourceType?: ResourceType | string;
780
-
781
- ConsumedLicenses?: number;
782
- }
783
-
784
- export interface ManagedResourceSummary {
785
-
786
- ResourceType?: ResourceType | string;
787
-
788
- AssociationCount?: number;
789
- }
790
- export interface GetLicenseConfigurationResponse {
791
-
792
- LicenseConfigurationId?: string;
793
-
794
- LicenseConfigurationArn?: string;
795
-
796
- Name?: string;
797
-
798
- Description?: string;
799
-
800
- LicenseCountingType?: LicenseCountingType | string;
801
-
802
- LicenseRules?: string[];
803
-
804
- LicenseCount?: number;
805
-
806
- LicenseCountHardLimit?: boolean;
807
-
808
- ConsumedLicenses?: number;
809
-
810
- Status?: string;
811
-
812
- OwnerAccountId?: string;
813
-
814
- ConsumedLicenseSummaryList?: ConsumedLicenseSummary[];
815
-
816
- ManagedResourceSummaryList?: ManagedResourceSummary[];
817
-
818
- Tags?: Tag[];
819
-
820
- ProductInformationList?: ProductInformation[];
821
-
822
- AutomatedDiscoveryInformation?: AutomatedDiscoveryInformation;
823
-
824
- DisassociateWhenNotFound?: boolean;
825
- }
826
- export interface GetLicenseConversionTaskRequest {
827
-
828
- LicenseConversionTaskId: string | undefined;
829
- }
830
- export declare enum LicenseConversionTaskStatus {
831
- FAILED = "FAILED",
832
- IN_PROGRESS = "IN_PROGRESS",
833
- SUCCEEDED = "SUCCEEDED"
834
- }
835
- export interface GetLicenseConversionTaskResponse {
836
-
837
- LicenseConversionTaskId?: string;
838
-
839
- ResourceArn?: string;
840
-
841
- SourceLicenseContext?: LicenseConversionContext;
842
-
843
- DestinationLicenseContext?: LicenseConversionContext;
844
-
845
- StatusMessage?: string;
846
-
847
- Status?: LicenseConversionTaskStatus | string;
848
-
849
- StartTime?: Date;
850
-
851
- LicenseConversionTime?: Date;
852
-
853
- EndTime?: Date;
854
- }
855
- export interface GetLicenseManagerReportGeneratorRequest {
856
-
857
- LicenseManagerReportGeneratorArn: string | undefined;
858
- }
859
-
860
- export interface S3Location {
861
-
862
- bucket?: string;
863
-
864
- keyPrefix?: string;
865
- }
866
-
867
- export interface ReportGenerator {
868
-
869
- ReportGeneratorName?: string;
870
-
871
- ReportType?: (ReportType | string)[];
872
-
873
- ReportContext?: ReportContext;
874
-
875
- ReportFrequency?: ReportFrequency;
876
-
877
- LicenseManagerReportGeneratorArn?: string;
878
-
879
- LastRunStatus?: string;
880
-
881
- LastRunFailureReason?: string;
882
-
883
- LastReportGenerationTime?: string;
884
-
885
- ReportCreatorAccount?: string;
886
-
887
- Description?: string;
888
-
889
- S3Location?: S3Location;
890
-
891
- CreateTime?: string;
892
-
893
- Tags?: Tag[];
894
- }
895
- export interface GetLicenseManagerReportGeneratorResponse {
896
-
897
- ReportGenerator?: ReportGenerator;
898
- }
899
- export interface GetLicenseUsageRequest {
900
-
901
- LicenseArn: string | undefined;
902
- }
903
-
904
- export interface EntitlementUsage {
905
-
906
- Name: string | undefined;
907
-
908
- ConsumedValue: string | undefined;
909
-
910
- MaxCount?: string;
911
-
912
- Unit: EntitlementDataUnit | string | undefined;
913
- }
914
-
915
- export interface LicenseUsage {
916
-
917
- EntitlementUsages?: EntitlementUsage[];
918
- }
919
- export interface GetLicenseUsageResponse {
920
-
921
- LicenseUsage?: LicenseUsage;
922
- }
923
- export interface GetServiceSettingsRequest {
924
- }
925
-
926
- export interface OrganizationConfiguration {
927
-
928
- EnableIntegration: boolean | undefined;
929
- }
930
- export interface GetServiceSettingsResponse {
931
-
932
- S3BucketArn?: string;
933
-
934
- SnsTopicArn?: string;
935
-
936
- OrganizationConfiguration?: OrganizationConfiguration;
937
-
938
- EnableCrossAccountsDiscovery?: boolean;
939
-
940
- LicenseManagerResourceShareArn?: string;
941
- }
942
-
943
- export declare class FilterLimitExceededException extends __BaseException {
944
- readonly name: "FilterLimitExceededException";
945
- readonly $fault: "client";
946
- Message?: string;
947
-
948
- constructor(opts: __ExceptionOptionType<FilterLimitExceededException, __BaseException>);
949
- }
950
- export interface ListAssociationsForLicenseConfigurationRequest {
951
-
952
- LicenseConfigurationArn: string | undefined;
953
-
954
- MaxResults?: number;
955
-
956
- NextToken?: string;
957
- }
958
-
959
- export interface LicenseConfigurationAssociation {
960
-
961
- ResourceArn?: string;
962
-
963
- ResourceType?: ResourceType | string;
964
-
965
- ResourceOwnerId?: string;
966
-
967
- AssociationTime?: Date;
968
-
969
- AmiAssociationScope?: string;
970
- }
971
- export interface ListAssociationsForLicenseConfigurationResponse {
972
-
973
- LicenseConfigurationAssociations?: LicenseConfigurationAssociation[];
974
-
975
- NextToken?: string;
976
- }
977
-
978
- export interface Filter {
979
-
980
- Name?: string;
981
-
982
- Values?: string[];
983
- }
984
- export interface ListDistributedGrantsRequest {
985
-
986
- GrantArns?: string[];
987
-
988
- Filters?: Filter[];
989
-
990
- NextToken?: string;
991
-
992
- MaxResults?: number;
993
- }
994
- export interface ListDistributedGrantsResponse {
995
-
996
- Grants?: Grant[];
997
-
998
- NextToken?: string;
999
- }
1000
- export interface ListFailuresForLicenseConfigurationOperationsRequest {
1001
-
1002
- LicenseConfigurationArn: string | undefined;
1003
-
1004
- MaxResults?: number;
1005
-
1006
- NextToken?: string;
1007
- }
1008
-
1009
- export interface LicenseOperationFailure {
1010
-
1011
- ResourceArn?: string;
1012
-
1013
- ResourceType?: ResourceType | string;
1014
-
1015
- ErrorMessage?: string;
1016
-
1017
- FailureTime?: Date;
1018
-
1019
- OperationName?: string;
1020
-
1021
- ResourceOwnerId?: string;
1022
-
1023
- OperationRequestedBy?: string;
1024
-
1025
- MetadataList?: Metadata[];
1026
- }
1027
- export interface ListFailuresForLicenseConfigurationOperationsResponse {
1028
-
1029
- LicenseOperationFailureList?: LicenseOperationFailure[];
1030
-
1031
- NextToken?: string;
1032
- }
1033
- export interface ListLicenseConfigurationsRequest {
1034
-
1035
- LicenseConfigurationArns?: string[];
1036
-
1037
- MaxResults?: number;
1038
-
1039
- NextToken?: string;
1040
-
1041
- Filters?: Filter[];
1042
- }
1043
-
1044
- export interface LicenseConfiguration {
1045
-
1046
- LicenseConfigurationId?: string;
1047
-
1048
- LicenseConfigurationArn?: string;
1049
-
1050
- Name?: string;
1051
-
1052
- Description?: string;
1053
-
1054
- LicenseCountingType?: LicenseCountingType | string;
1055
-
1056
- LicenseRules?: string[];
1057
-
1058
- LicenseCount?: number;
1059
-
1060
- LicenseCountHardLimit?: boolean;
1061
-
1062
- DisassociateWhenNotFound?: boolean;
1063
-
1064
- ConsumedLicenses?: number;
1065
-
1066
- Status?: string;
1067
-
1068
- OwnerAccountId?: string;
1069
-
1070
- ConsumedLicenseSummaryList?: ConsumedLicenseSummary[];
1071
-
1072
- ManagedResourceSummaryList?: ManagedResourceSummary[];
1073
-
1074
- ProductInformationList?: ProductInformation[];
1075
-
1076
- AutomatedDiscoveryInformation?: AutomatedDiscoveryInformation;
1077
- }
1078
- export interface ListLicenseConfigurationsResponse {
1079
-
1080
- LicenseConfigurations?: LicenseConfiguration[];
1081
-
1082
- NextToken?: string;
1083
- }
1084
- export interface ListLicenseConversionTasksRequest {
1085
-
1086
- NextToken?: string;
1087
-
1088
- MaxResults?: number;
1089
-
1090
- Filters?: Filter[];
1091
- }
1092
-
1093
- export interface LicenseConversionTask {
1094
-
1095
- LicenseConversionTaskId?: string;
1096
-
1097
- ResourceArn?: string;
1098
-
1099
- SourceLicenseContext?: LicenseConversionContext;
1100
-
1101
- DestinationLicenseContext?: LicenseConversionContext;
1102
-
1103
- Status?: LicenseConversionTaskStatus | string;
1104
-
1105
- StatusMessage?: string;
1106
-
1107
- StartTime?: Date;
1108
-
1109
- LicenseConversionTime?: Date;
1110
-
1111
- EndTime?: Date;
1112
- }
1113
- export interface ListLicenseConversionTasksResponse {
1114
-
1115
- LicenseConversionTasks?: LicenseConversionTask[];
1116
-
1117
- NextToken?: string;
1118
- }
1119
- export interface ListLicenseManagerReportGeneratorsRequest {
1120
-
1121
- Filters?: Filter[];
1122
-
1123
- NextToken?: string;
1124
-
1125
- MaxResults?: number;
1126
- }
1127
- export interface ListLicenseManagerReportGeneratorsResponse {
1128
-
1129
- ReportGenerators?: ReportGenerator[];
1130
-
1131
- NextToken?: string;
1132
- }
1133
- export interface ListLicensesRequest {
1134
-
1135
- LicenseArns?: string[];
1136
-
1137
- Filters?: Filter[];
1138
-
1139
- NextToken?: string;
1140
-
1141
- MaxResults?: number;
1142
- }
1143
- export interface ListLicensesResponse {
1144
-
1145
- Licenses?: License[];
1146
-
1147
- NextToken?: string;
1148
- }
1149
- export interface ListLicenseSpecificationsForResourceRequest {
1150
-
1151
- ResourceArn: string | undefined;
1152
-
1153
- MaxResults?: number;
1154
-
1155
- NextToken?: string;
1156
- }
1157
-
1158
- export interface LicenseSpecification {
1159
-
1160
- LicenseConfigurationArn: string | undefined;
1161
-
1162
- AmiAssociationScope?: string;
1163
- }
1164
- export interface ListLicenseSpecificationsForResourceResponse {
1165
-
1166
- LicenseSpecifications?: LicenseSpecification[];
1167
-
1168
- NextToken?: string;
1169
- }
1170
- export interface ListLicenseVersionsRequest {
1171
-
1172
- LicenseArn: string | undefined;
1173
-
1174
- NextToken?: string;
1175
-
1176
- MaxResults?: number;
1177
- }
1178
- export interface ListLicenseVersionsResponse {
1179
-
1180
- Licenses?: License[];
1181
-
1182
- NextToken?: string;
1183
- }
1184
- export interface ListReceivedGrantsRequest {
1185
-
1186
- GrantArns?: string[];
1187
-
1188
- Filters?: Filter[];
1189
-
1190
- NextToken?: string;
1191
-
1192
- MaxResults?: number;
1193
- }
1194
- export interface ListReceivedGrantsResponse {
1195
-
1196
- Grants?: Grant[];
1197
-
1198
- NextToken?: string;
1199
- }
1200
- export interface ListReceivedLicensesRequest {
1201
-
1202
- LicenseArns?: string[];
1203
-
1204
- Filters?: Filter[];
1205
-
1206
- NextToken?: string;
1207
-
1208
- MaxResults?: number;
1209
- }
1210
- export declare enum ReceivedStatus {
1211
- ACTIVE = "ACTIVE",
1212
- DELETED = "DELETED",
1213
- DISABLED = "DISABLED",
1214
- FAILED_WORKFLOW = "FAILED_WORKFLOW",
1215
- PENDING_ACCEPT = "PENDING_ACCEPT",
1216
- PENDING_WORKFLOW = "PENDING_WORKFLOW",
1217
- REJECTED = "REJECTED",
1218
- WORKFLOW_COMPLETED = "WORKFLOW_COMPLETED"
1219
- }
1220
-
1221
- export interface ReceivedMetadata {
1222
-
1223
- ReceivedStatus?: ReceivedStatus | string;
1224
-
1225
- ReceivedStatusReason?: string;
1226
-
1227
- AllowedOperations?: (AllowedOperation | string)[];
1228
- }
1229
-
1230
- export interface GrantedLicense {
1231
-
1232
- LicenseArn?: string;
1233
-
1234
- LicenseName?: string;
1235
-
1236
- ProductName?: string;
1237
-
1238
- ProductSKU?: string;
1239
-
1240
- Issuer?: IssuerDetails;
1241
-
1242
- HomeRegion?: string;
1243
-
1244
- Status?: LicenseStatus | string;
1245
-
1246
- Validity?: DatetimeRange;
1247
-
1248
- Beneficiary?: string;
1249
-
1250
- Entitlements?: Entitlement[];
1251
-
1252
- ConsumptionConfiguration?: ConsumptionConfiguration;
1253
-
1254
- LicenseMetadata?: Metadata[];
1255
-
1256
- CreateTime?: string;
1257
-
1258
- Version?: string;
1259
-
1260
- ReceivedMetadata?: ReceivedMetadata;
1261
- }
1262
- export interface ListReceivedLicensesResponse {
1263
-
1264
- Licenses?: GrantedLicense[];
1265
-
1266
- NextToken?: string;
1267
- }
1268
-
1269
- export declare class FailedDependencyException extends __BaseException {
1270
- readonly name: "FailedDependencyException";
1271
- readonly $fault: "client";
1272
- Message?: string;
1273
- ErrorCode?: string;
1274
-
1275
- constructor(opts: __ExceptionOptionType<FailedDependencyException, __BaseException>);
1276
- }
1277
- export declare enum InventoryFilterCondition {
1278
- BEGINS_WITH = "BEGINS_WITH",
1279
- CONTAINS = "CONTAINS",
1280
- EQUALS = "EQUALS",
1281
- NOT_EQUALS = "NOT_EQUALS"
1282
- }
1283
-
1284
- export interface InventoryFilter {
1285
-
1286
- Name: string | undefined;
1287
-
1288
- Condition: InventoryFilterCondition | string | undefined;
1289
-
1290
- Value?: string;
1291
- }
1292
- export interface ListResourceInventoryRequest {
1293
-
1294
- MaxResults?: number;
1295
-
1296
- NextToken?: string;
1297
-
1298
- Filters?: InventoryFilter[];
1299
- }
1300
-
1301
- export interface ResourceInventory {
1302
-
1303
- ResourceId?: string;
1304
-
1305
- ResourceType?: ResourceType | string;
1306
-
1307
- ResourceArn?: string;
1308
-
1309
- Platform?: string;
1310
-
1311
- PlatformVersion?: string;
1312
-
1313
- ResourceOwningAccountId?: string;
1314
- }
1315
- export interface ListResourceInventoryResponse {
1316
-
1317
- ResourceInventoryList?: ResourceInventory[];
1318
-
1319
- NextToken?: string;
1320
- }
1321
- export interface ListTagsForResourceRequest {
1322
-
1323
- ResourceArn: string | undefined;
1324
- }
1325
- export interface ListTagsForResourceResponse {
1326
-
1327
- Tags?: Tag[];
1328
- }
1329
- export interface ListTokensRequest {
1330
-
1331
- TokenIds?: string[];
1332
-
1333
- Filters?: Filter[];
1334
-
1335
- NextToken?: string;
1336
-
1337
- MaxResults?: number;
1338
- }
1339
-
1340
- export interface TokenData {
1341
-
1342
- TokenId?: string;
1343
-
1344
- TokenType?: string;
1345
-
1346
- LicenseArn?: string;
1347
-
1348
- ExpirationTime?: string;
1349
-
1350
- TokenProperties?: string[];
1351
-
1352
- RoleArns?: string[];
1353
-
1354
- Status?: string;
1355
- }
1356
- export interface ListTokensResponse {
1357
-
1358
- Tokens?: TokenData[];
1359
-
1360
- NextToken?: string;
1361
- }
1362
- export interface ListUsageForLicenseConfigurationRequest {
1363
-
1364
- LicenseConfigurationArn: string | undefined;
1365
-
1366
- MaxResults?: number;
1367
-
1368
- NextToken?: string;
1369
-
1370
- Filters?: Filter[];
1371
- }
1372
-
1373
- export interface LicenseConfigurationUsage {
1374
-
1375
- ResourceArn?: string;
1376
-
1377
- ResourceType?: ResourceType | string;
1378
-
1379
- ResourceStatus?: string;
1380
-
1381
- ResourceOwnerId?: string;
1382
-
1383
- AssociationTime?: Date;
1384
-
1385
- ConsumedLicenses?: number;
1386
- }
1387
- export interface ListUsageForLicenseConfigurationResponse {
1388
-
1389
- LicenseConfigurationUsageList?: LicenseConfigurationUsage[];
1390
-
1391
- NextToken?: string;
1392
- }
1393
- export interface RejectGrantRequest {
1394
-
1395
- GrantArn: string | undefined;
1396
- }
1397
- export interface RejectGrantResponse {
1398
-
1399
- GrantArn?: string;
1400
-
1401
- Status?: GrantStatus | string;
1402
-
1403
- Version?: string;
1404
- }
1405
- export interface TagResourceRequest {
1406
-
1407
- ResourceArn: string | undefined;
1408
-
1409
- Tags: Tag[] | undefined;
1410
- }
1411
- export interface TagResourceResponse {
1412
- }
1413
- export interface UntagResourceRequest {
1414
-
1415
- ResourceArn: string | undefined;
1416
-
1417
- TagKeys: string[] | undefined;
1418
- }
1419
- export interface UntagResourceResponse {
1420
- }
1421
- export declare enum LicenseConfigurationStatus {
1422
- AVAILABLE = "AVAILABLE",
1423
- DISABLED = "DISABLED"
1424
- }
1425
- export interface UpdateLicenseConfigurationRequest {
1426
-
1427
- LicenseConfigurationArn: string | undefined;
1428
-
1429
- LicenseConfigurationStatus?: LicenseConfigurationStatus | string;
1430
-
1431
- LicenseRules?: string[];
1432
-
1433
- LicenseCount?: number;
1434
-
1435
- LicenseCountHardLimit?: boolean;
1436
-
1437
- Name?: string;
1438
-
1439
- Description?: string;
1440
-
1441
- ProductInformationList?: ProductInformation[];
1442
-
1443
- DisassociateWhenNotFound?: boolean;
1444
- }
1445
- export interface UpdateLicenseConfigurationResponse {
1446
- }
1447
- export interface UpdateLicenseManagerReportGeneratorRequest {
1448
-
1449
- LicenseManagerReportGeneratorArn: string | undefined;
1450
-
1451
- ReportGeneratorName: string | undefined;
1452
-
1453
- Type: (ReportType | string)[] | undefined;
1454
-
1455
- ReportContext: ReportContext | undefined;
1456
-
1457
- ReportFrequency: ReportFrequency | undefined;
1458
-
1459
- ClientToken: string | undefined;
1460
-
1461
- Description?: string;
1462
- }
1463
- export interface UpdateLicenseManagerReportGeneratorResponse {
1464
- }
1465
-
1466
- export declare class InvalidResourceStateException extends __BaseException {
1467
- readonly name: "InvalidResourceStateException";
1468
- readonly $fault: "client";
1469
- Message?: string;
1470
-
1471
- constructor(opts: __ExceptionOptionType<InvalidResourceStateException, __BaseException>);
1472
- }
1473
-
1474
- export declare class LicenseUsageException extends __BaseException {
1475
- readonly name: "LicenseUsageException";
1476
- readonly $fault: "client";
1477
- Message?: string;
1478
-
1479
- constructor(opts: __ExceptionOptionType<LicenseUsageException, __BaseException>);
1480
- }
1481
- export interface UpdateLicenseSpecificationsForResourceRequest {
1482
-
1483
- ResourceArn: string | undefined;
1484
-
1485
- AddLicenseSpecifications?: LicenseSpecification[];
1486
-
1487
- RemoveLicenseSpecifications?: LicenseSpecification[];
1488
- }
1489
- export interface UpdateLicenseSpecificationsForResourceResponse {
1490
- }
1491
- export interface UpdateServiceSettingsRequest {
1492
-
1493
- S3BucketArn?: string;
1494
-
1495
- SnsTopicArn?: string;
1496
-
1497
- OrganizationConfiguration?: OrganizationConfiguration;
1498
-
1499
- EnableCrossAccountsDiscovery?: boolean;
1500
- }
1501
- export interface UpdateServiceSettingsResponse {
1502
- }
1503
-
1504
- export declare const AcceptGrantRequestFilterSensitiveLog: (obj: AcceptGrantRequest) => any;
1505
-
1506
- export declare const AcceptGrantResponseFilterSensitiveLog: (obj: AcceptGrantResponse) => any;
1507
-
1508
- export declare const AutomatedDiscoveryInformationFilterSensitiveLog: (obj: AutomatedDiscoveryInformation) => any;
1509
-
1510
- export declare const CheckInLicenseRequestFilterSensitiveLog: (obj: CheckInLicenseRequest) => any;
1511
-
1512
- export declare const CheckInLicenseResponseFilterSensitiveLog: (obj: CheckInLicenseResponse) => any;
1513
-
1514
- export declare const MetadataFilterSensitiveLog: (obj: Metadata) => any;
1515
-
1516
- export declare const EntitlementDataFilterSensitiveLog: (obj: EntitlementData) => any;
1517
-
1518
- export declare const CheckoutBorrowLicenseRequestFilterSensitiveLog: (obj: CheckoutBorrowLicenseRequest) => any;
1519
-
1520
- export declare const CheckoutBorrowLicenseResponseFilterSensitiveLog: (obj: CheckoutBorrowLicenseResponse) => any;
1521
-
1522
- export declare const CheckoutLicenseRequestFilterSensitiveLog: (obj: CheckoutLicenseRequest) => any;
1523
-
1524
- export declare const CheckoutLicenseResponseFilterSensitiveLog: (obj: CheckoutLicenseResponse) => any;
1525
-
1526
- export declare const CreateGrantRequestFilterSensitiveLog: (obj: CreateGrantRequest) => any;
1527
-
1528
- export declare const CreateGrantResponseFilterSensitiveLog: (obj: CreateGrantResponse) => any;
1529
-
1530
- export declare const CreateGrantVersionRequestFilterSensitiveLog: (obj: CreateGrantVersionRequest) => any;
1531
-
1532
- export declare const CreateGrantVersionResponseFilterSensitiveLog: (obj: CreateGrantVersionResponse) => any;
1533
-
1534
- export declare const BorrowConfigurationFilterSensitiveLog: (obj: BorrowConfiguration) => any;
1535
-
1536
- export declare const ProvisionalConfigurationFilterSensitiveLog: (obj: ProvisionalConfiguration) => any;
1537
-
1538
- export declare const ConsumptionConfigurationFilterSensitiveLog: (obj: ConsumptionConfiguration) => any;
1539
-
1540
- export declare const EntitlementFilterSensitiveLog: (obj: Entitlement) => any;
1541
-
1542
- export declare const IssuerFilterSensitiveLog: (obj: Issuer) => any;
1543
-
1544
- export declare const DatetimeRangeFilterSensitiveLog: (obj: DatetimeRange) => any;
1545
-
1546
- export declare const CreateLicenseRequestFilterSensitiveLog: (obj: CreateLicenseRequest) => any;
1547
-
1548
- export declare const CreateLicenseResponseFilterSensitiveLog: (obj: CreateLicenseResponse) => any;
1549
-
1550
- export declare const ProductInformationFilterFilterSensitiveLog: (obj: ProductInformationFilter) => any;
1551
-
1552
- export declare const ProductInformationFilterSensitiveLog: (obj: ProductInformation) => any;
1553
-
1554
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1555
-
1556
- export declare const CreateLicenseConfigurationRequestFilterSensitiveLog: (obj: CreateLicenseConfigurationRequest) => any;
1557
-
1558
- export declare const CreateLicenseConfigurationResponseFilterSensitiveLog: (obj: CreateLicenseConfigurationResponse) => any;
1559
-
1560
- export declare const LicenseConversionContextFilterSensitiveLog: (obj: LicenseConversionContext) => any;
1561
-
1562
- export declare const CreateLicenseConversionTaskForResourceRequestFilterSensitiveLog: (obj: CreateLicenseConversionTaskForResourceRequest) => any;
1563
-
1564
- export declare const CreateLicenseConversionTaskForResourceResponseFilterSensitiveLog: (obj: CreateLicenseConversionTaskForResourceResponse) => any;
1565
-
1566
- export declare const ReportContextFilterSensitiveLog: (obj: ReportContext) => any;
1567
-
1568
- export declare const ReportFrequencyFilterSensitiveLog: (obj: ReportFrequency) => any;
1569
-
1570
- export declare const CreateLicenseManagerReportGeneratorRequestFilterSensitiveLog: (obj: CreateLicenseManagerReportGeneratorRequest) => any;
1571
-
1572
- export declare const CreateLicenseManagerReportGeneratorResponseFilterSensitiveLog: (obj: CreateLicenseManagerReportGeneratorResponse) => any;
1573
-
1574
- export declare const CreateLicenseVersionRequestFilterSensitiveLog: (obj: CreateLicenseVersionRequest) => any;
1575
-
1576
- export declare const CreateLicenseVersionResponseFilterSensitiveLog: (obj: CreateLicenseVersionResponse) => any;
1577
-
1578
- export declare const CreateTokenRequestFilterSensitiveLog: (obj: CreateTokenRequest) => any;
1579
-
1580
- export declare const CreateTokenResponseFilterSensitiveLog: (obj: CreateTokenResponse) => any;
1581
-
1582
- export declare const DeleteGrantRequestFilterSensitiveLog: (obj: DeleteGrantRequest) => any;
1583
-
1584
- export declare const DeleteGrantResponseFilterSensitiveLog: (obj: DeleteGrantResponse) => any;
1585
-
1586
- export declare const DeleteLicenseRequestFilterSensitiveLog: (obj: DeleteLicenseRequest) => any;
1587
-
1588
- export declare const DeleteLicenseResponseFilterSensitiveLog: (obj: DeleteLicenseResponse) => any;
1589
-
1590
- export declare const DeleteLicenseConfigurationRequestFilterSensitiveLog: (obj: DeleteLicenseConfigurationRequest) => any;
1591
-
1592
- export declare const DeleteLicenseConfigurationResponseFilterSensitiveLog: (obj: DeleteLicenseConfigurationResponse) => any;
1593
-
1594
- export declare const DeleteLicenseManagerReportGeneratorRequestFilterSensitiveLog: (obj: DeleteLicenseManagerReportGeneratorRequest) => any;
1595
-
1596
- export declare const DeleteLicenseManagerReportGeneratorResponseFilterSensitiveLog: (obj: DeleteLicenseManagerReportGeneratorResponse) => any;
1597
-
1598
- export declare const DeleteTokenRequestFilterSensitiveLog: (obj: DeleteTokenRequest) => any;
1599
-
1600
- export declare const DeleteTokenResponseFilterSensitiveLog: (obj: DeleteTokenResponse) => any;
1601
-
1602
- export declare const ExtendLicenseConsumptionRequestFilterSensitiveLog: (obj: ExtendLicenseConsumptionRequest) => any;
1603
-
1604
- export declare const ExtendLicenseConsumptionResponseFilterSensitiveLog: (obj: ExtendLicenseConsumptionResponse) => any;
1605
-
1606
- export declare const GetAccessTokenRequestFilterSensitiveLog: (obj: GetAccessTokenRequest) => any;
1607
-
1608
- export declare const GetAccessTokenResponseFilterSensitiveLog: (obj: GetAccessTokenResponse) => any;
1609
-
1610
- export declare const GetGrantRequestFilterSensitiveLog: (obj: GetGrantRequest) => any;
1611
-
1612
- export declare const GrantFilterSensitiveLog: (obj: Grant) => any;
1613
-
1614
- export declare const GetGrantResponseFilterSensitiveLog: (obj: GetGrantResponse) => any;
1615
-
1616
- export declare const GetLicenseRequestFilterSensitiveLog: (obj: GetLicenseRequest) => any;
1617
-
1618
- export declare const IssuerDetailsFilterSensitiveLog: (obj: IssuerDetails) => any;
1619
-
1620
- export declare const LicenseFilterSensitiveLog: (obj: License) => any;
1621
-
1622
- export declare const GetLicenseResponseFilterSensitiveLog: (obj: GetLicenseResponse) => any;
1623
-
1624
- export declare const GetLicenseConfigurationRequestFilterSensitiveLog: (obj: GetLicenseConfigurationRequest) => any;
1625
-
1626
- export declare const ConsumedLicenseSummaryFilterSensitiveLog: (obj: ConsumedLicenseSummary) => any;
1627
-
1628
- export declare const ManagedResourceSummaryFilterSensitiveLog: (obj: ManagedResourceSummary) => any;
1629
-
1630
- export declare const GetLicenseConfigurationResponseFilterSensitiveLog: (obj: GetLicenseConfigurationResponse) => any;
1631
-
1632
- export declare const GetLicenseConversionTaskRequestFilterSensitiveLog: (obj: GetLicenseConversionTaskRequest) => any;
1633
-
1634
- export declare const GetLicenseConversionTaskResponseFilterSensitiveLog: (obj: GetLicenseConversionTaskResponse) => any;
1635
-
1636
- export declare const GetLicenseManagerReportGeneratorRequestFilterSensitiveLog: (obj: GetLicenseManagerReportGeneratorRequest) => any;
1637
-
1638
- export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
1639
-
1640
- export declare const ReportGeneratorFilterSensitiveLog: (obj: ReportGenerator) => any;
1641
-
1642
- export declare const GetLicenseManagerReportGeneratorResponseFilterSensitiveLog: (obj: GetLicenseManagerReportGeneratorResponse) => any;
1643
-
1644
- export declare const GetLicenseUsageRequestFilterSensitiveLog: (obj: GetLicenseUsageRequest) => any;
1645
-
1646
- export declare const EntitlementUsageFilterSensitiveLog: (obj: EntitlementUsage) => any;
1647
-
1648
- export declare const LicenseUsageFilterSensitiveLog: (obj: LicenseUsage) => any;
1649
-
1650
- export declare const GetLicenseUsageResponseFilterSensitiveLog: (obj: GetLicenseUsageResponse) => any;
1651
-
1652
- export declare const GetServiceSettingsRequestFilterSensitiveLog: (obj: GetServiceSettingsRequest) => any;
1653
-
1654
- export declare const OrganizationConfigurationFilterSensitiveLog: (obj: OrganizationConfiguration) => any;
1655
-
1656
- export declare const GetServiceSettingsResponseFilterSensitiveLog: (obj: GetServiceSettingsResponse) => any;
1657
-
1658
- export declare const ListAssociationsForLicenseConfigurationRequestFilterSensitiveLog: (obj: ListAssociationsForLicenseConfigurationRequest) => any;
1659
-
1660
- export declare const LicenseConfigurationAssociationFilterSensitiveLog: (obj: LicenseConfigurationAssociation) => any;
1661
-
1662
- export declare const ListAssociationsForLicenseConfigurationResponseFilterSensitiveLog: (obj: ListAssociationsForLicenseConfigurationResponse) => any;
1663
-
1664
- export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
1665
-
1666
- export declare const ListDistributedGrantsRequestFilterSensitiveLog: (obj: ListDistributedGrantsRequest) => any;
1667
-
1668
- export declare const ListDistributedGrantsResponseFilterSensitiveLog: (obj: ListDistributedGrantsResponse) => any;
1669
-
1670
- export declare const ListFailuresForLicenseConfigurationOperationsRequestFilterSensitiveLog: (obj: ListFailuresForLicenseConfigurationOperationsRequest) => any;
1671
-
1672
- export declare const LicenseOperationFailureFilterSensitiveLog: (obj: LicenseOperationFailure) => any;
1673
-
1674
- export declare const ListFailuresForLicenseConfigurationOperationsResponseFilterSensitiveLog: (obj: ListFailuresForLicenseConfigurationOperationsResponse) => any;
1675
-
1676
- export declare const ListLicenseConfigurationsRequestFilterSensitiveLog: (obj: ListLicenseConfigurationsRequest) => any;
1677
-
1678
- export declare const LicenseConfigurationFilterSensitiveLog: (obj: LicenseConfiguration) => any;
1679
-
1680
- export declare const ListLicenseConfigurationsResponseFilterSensitiveLog: (obj: ListLicenseConfigurationsResponse) => any;
1681
-
1682
- export declare const ListLicenseConversionTasksRequestFilterSensitiveLog: (obj: ListLicenseConversionTasksRequest) => any;
1683
-
1684
- export declare const LicenseConversionTaskFilterSensitiveLog: (obj: LicenseConversionTask) => any;
1685
-
1686
- export declare const ListLicenseConversionTasksResponseFilterSensitiveLog: (obj: ListLicenseConversionTasksResponse) => any;
1687
-
1688
- export declare const ListLicenseManagerReportGeneratorsRequestFilterSensitiveLog: (obj: ListLicenseManagerReportGeneratorsRequest) => any;
1689
-
1690
- export declare const ListLicenseManagerReportGeneratorsResponseFilterSensitiveLog: (obj: ListLicenseManagerReportGeneratorsResponse) => any;
1691
-
1692
- export declare const ListLicensesRequestFilterSensitiveLog: (obj: ListLicensesRequest) => any;
1693
-
1694
- export declare const ListLicensesResponseFilterSensitiveLog: (obj: ListLicensesResponse) => any;
1695
-
1696
- export declare const ListLicenseSpecificationsForResourceRequestFilterSensitiveLog: (obj: ListLicenseSpecificationsForResourceRequest) => any;
1697
-
1698
- export declare const LicenseSpecificationFilterSensitiveLog: (obj: LicenseSpecification) => any;
1699
-
1700
- export declare const ListLicenseSpecificationsForResourceResponseFilterSensitiveLog: (obj: ListLicenseSpecificationsForResourceResponse) => any;
1701
-
1702
- export declare const ListLicenseVersionsRequestFilterSensitiveLog: (obj: ListLicenseVersionsRequest) => any;
1703
-
1704
- export declare const ListLicenseVersionsResponseFilterSensitiveLog: (obj: ListLicenseVersionsResponse) => any;
1705
-
1706
- export declare const ListReceivedGrantsRequestFilterSensitiveLog: (obj: ListReceivedGrantsRequest) => any;
1707
-
1708
- export declare const ListReceivedGrantsResponseFilterSensitiveLog: (obj: ListReceivedGrantsResponse) => any;
1709
-
1710
- export declare const ListReceivedLicensesRequestFilterSensitiveLog: (obj: ListReceivedLicensesRequest) => any;
1711
-
1712
- export declare const ReceivedMetadataFilterSensitiveLog: (obj: ReceivedMetadata) => any;
1713
-
1714
- export declare const GrantedLicenseFilterSensitiveLog: (obj: GrantedLicense) => any;
1715
-
1716
- export declare const ListReceivedLicensesResponseFilterSensitiveLog: (obj: ListReceivedLicensesResponse) => any;
1717
-
1718
- export declare const InventoryFilterFilterSensitiveLog: (obj: InventoryFilter) => any;
1719
-
1720
- export declare const ListResourceInventoryRequestFilterSensitiveLog: (obj: ListResourceInventoryRequest) => any;
1721
-
1722
- export declare const ResourceInventoryFilterSensitiveLog: (obj: ResourceInventory) => any;
1723
-
1724
- export declare const ListResourceInventoryResponseFilterSensitiveLog: (obj: ListResourceInventoryResponse) => any;
1725
-
1726
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1727
-
1728
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1729
-
1730
- export declare const ListTokensRequestFilterSensitiveLog: (obj: ListTokensRequest) => any;
1731
-
1732
- export declare const TokenDataFilterSensitiveLog: (obj: TokenData) => any;
1733
-
1734
- export declare const ListTokensResponseFilterSensitiveLog: (obj: ListTokensResponse) => any;
1735
-
1736
- export declare const ListUsageForLicenseConfigurationRequestFilterSensitiveLog: (obj: ListUsageForLicenseConfigurationRequest) => any;
1737
-
1738
- export declare const LicenseConfigurationUsageFilterSensitiveLog: (obj: LicenseConfigurationUsage) => any;
1739
-
1740
- export declare const ListUsageForLicenseConfigurationResponseFilterSensitiveLog: (obj: ListUsageForLicenseConfigurationResponse) => any;
1741
-
1742
- export declare const RejectGrantRequestFilterSensitiveLog: (obj: RejectGrantRequest) => any;
1743
-
1744
- export declare const RejectGrantResponseFilterSensitiveLog: (obj: RejectGrantResponse) => any;
1745
-
1746
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1747
-
1748
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
1749
-
1750
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1751
-
1752
- export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
1753
-
1754
- export declare const UpdateLicenseConfigurationRequestFilterSensitiveLog: (obj: UpdateLicenseConfigurationRequest) => any;
1755
-
1756
- export declare const UpdateLicenseConfigurationResponseFilterSensitiveLog: (obj: UpdateLicenseConfigurationResponse) => any;
1757
-
1758
- export declare const UpdateLicenseManagerReportGeneratorRequestFilterSensitiveLog: (obj: UpdateLicenseManagerReportGeneratorRequest) => any;
1759
-
1760
- export declare const UpdateLicenseManagerReportGeneratorResponseFilterSensitiveLog: (obj: UpdateLicenseManagerReportGeneratorResponse) => any;
1761
-
1762
- export declare const UpdateLicenseSpecificationsForResourceRequestFilterSensitiveLog: (obj: UpdateLicenseSpecificationsForResourceRequest) => any;
1763
-
1764
- export declare const UpdateLicenseSpecificationsForResourceResponseFilterSensitiveLog: (obj: UpdateLicenseSpecificationsForResourceResponse) => any;
1765
-
1766
- export declare const UpdateServiceSettingsRequestFilterSensitiveLog: (obj: UpdateServiceSettingsRequest) => any;
1767
-
1768
- export declare const UpdateServiceSettingsResponseFilterSensitiveLog: (obj: UpdateServiceSettingsResponse) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { LicenseManagerServiceException as __BaseException } from "./LicenseManagerServiceException";
3
+ export interface AcceptGrantRequest {
4
+ GrantArn: string | undefined;
5
+ }
6
+ export declare enum GrantStatus {
7
+ ACTIVE = "ACTIVE",
8
+ DELETED = "DELETED",
9
+ DISABLED = "DISABLED",
10
+ FAILED_WORKFLOW = "FAILED_WORKFLOW",
11
+ PENDING_ACCEPT = "PENDING_ACCEPT",
12
+ PENDING_DELETE = "PENDING_DELETE",
13
+ PENDING_WORKFLOW = "PENDING_WORKFLOW",
14
+ REJECTED = "REJECTED",
15
+ WORKFLOW_COMPLETED = "WORKFLOW_COMPLETED",
16
+ }
17
+ export interface AcceptGrantResponse {
18
+ GrantArn?: string;
19
+ Status?: GrantStatus | string;
20
+ Version?: string;
21
+ }
22
+ export declare class AccessDeniedException extends __BaseException {
23
+ readonly name: "AccessDeniedException";
24
+ readonly $fault: "client";
25
+ Message?: string;
26
+ constructor(
27
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
28
+ );
29
+ }
30
+ export declare class AuthorizationException extends __BaseException {
31
+ readonly name: "AuthorizationException";
32
+ readonly $fault: "client";
33
+ Message?: string;
34
+ constructor(
35
+ opts: __ExceptionOptionType<AuthorizationException, __BaseException>
36
+ );
37
+ }
38
+ export declare class InvalidParameterValueException extends __BaseException {
39
+ readonly name: "InvalidParameterValueException";
40
+ readonly $fault: "client";
41
+ Message?: string;
42
+ constructor(
43
+ opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>
44
+ );
45
+ }
46
+ export declare class RateLimitExceededException extends __BaseException {
47
+ readonly name: "RateLimitExceededException";
48
+ readonly $fault: "client";
49
+ Message?: string;
50
+ constructor(
51
+ opts: __ExceptionOptionType<RateLimitExceededException, __BaseException>
52
+ );
53
+ }
54
+ export declare class ResourceLimitExceededException extends __BaseException {
55
+ readonly name: "ResourceLimitExceededException";
56
+ readonly $fault: "client";
57
+ Message?: string;
58
+ constructor(
59
+ opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>
60
+ );
61
+ }
62
+ export declare class ServerInternalException extends __BaseException {
63
+ readonly name: "ServerInternalException";
64
+ readonly $fault: "server";
65
+ Message?: string;
66
+ constructor(
67
+ opts: __ExceptionOptionType<ServerInternalException, __BaseException>
68
+ );
69
+ }
70
+ export declare class ValidationException extends __BaseException {
71
+ readonly name: "ValidationException";
72
+ readonly $fault: "client";
73
+ Message?: string;
74
+ constructor(
75
+ opts: __ExceptionOptionType<ValidationException, __BaseException>
76
+ );
77
+ }
78
+ export declare enum AllowedOperation {
79
+ CHECKOUT_BORROW_LICENSE = "CheckoutBorrowLicense",
80
+ CHECKOUT_LICENSE = "CheckoutLicense",
81
+ CHECK_IN_LICENSE = "CheckInLicense",
82
+ CREATE_GRANT = "CreateGrant",
83
+ CREATE_TOKEN = "CreateToken",
84
+ EXTEND_CONSUMPTION_LICENSE = "ExtendConsumptionLicense",
85
+ LIST_PURCHASED_LICENSES = "ListPurchasedLicenses",
86
+ }
87
+ export interface AutomatedDiscoveryInformation {
88
+ LastRunTime?: Date;
89
+ }
90
+ export interface CheckInLicenseRequest {
91
+ LicenseConsumptionToken: string | undefined;
92
+ Beneficiary?: string;
93
+ }
94
+ export interface CheckInLicenseResponse {}
95
+ export declare class ConflictException extends __BaseException {
96
+ readonly name: "ConflictException";
97
+ readonly $fault: "client";
98
+ Message?: string;
99
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
100
+ }
101
+ export declare class ResourceNotFoundException extends __BaseException {
102
+ readonly name: "ResourceNotFoundException";
103
+ readonly $fault: "client";
104
+ Message?: string;
105
+ constructor(
106
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
107
+ );
108
+ }
109
+ export interface Metadata {
110
+ Name?: string;
111
+ Value?: string;
112
+ }
113
+ export declare enum DigitalSignatureMethod {
114
+ JWT_PS384 = "JWT_PS384",
115
+ }
116
+ export declare enum EntitlementDataUnit {
117
+ BITS = "Bits",
118
+ BITS_PER_SECOND = "Bits/Second",
119
+ BYTES = "Bytes",
120
+ BYTES_PER_SECOND = "Bytes/Second",
121
+ COUNT = "Count",
122
+ COUNT_PER_SECOND = "Count/Second",
123
+ GIGABITS = "Gigabits",
124
+ GIGABITS_PER_SECOND = "Gigabits/Second",
125
+ GIGABYTES = "Gigabytes",
126
+ GIGABYTES_PER_SECOND = "Gigabytes/Second",
127
+ KILOBITS = "Kilobits",
128
+ KILOBITS_PER_SECOND = "Kilobits/Second",
129
+ KILOBYTES = "Kilobytes",
130
+ KILOBYTES_PER_SECOND = "Kilobytes/Second",
131
+ MEGABITS = "Megabits",
132
+ MEGABITS_PER_SECOND = "Megabits/Second",
133
+ MEGABYTES = "Megabytes",
134
+ MEGABYTES_PER_SECOND = "Megabytes/Second",
135
+ MICROSECONDS = "Microseconds",
136
+ MILLISECONDS = "Milliseconds",
137
+ NONE = "None",
138
+ PERCENT = "Percent",
139
+ SECONDS = "Seconds",
140
+ TERABITS = "Terabits",
141
+ TERABITS_PER_SECOND = "Terabits/Second",
142
+ TERABYTES = "Terabytes",
143
+ TERABYTES_PER_SECOND = "Terabytes/Second",
144
+ }
145
+ export interface EntitlementData {
146
+ Name: string | undefined;
147
+ Value?: string;
148
+ Unit: EntitlementDataUnit | string | undefined;
149
+ }
150
+ export interface CheckoutBorrowLicenseRequest {
151
+ LicenseArn: string | undefined;
152
+ Entitlements: EntitlementData[] | undefined;
153
+ DigitalSignatureMethod: DigitalSignatureMethod | string | undefined;
154
+ NodeId?: string;
155
+ CheckoutMetadata?: Metadata[];
156
+ ClientToken: string | undefined;
157
+ }
158
+ export interface CheckoutBorrowLicenseResponse {
159
+ LicenseArn?: string;
160
+ LicenseConsumptionToken?: string;
161
+ EntitlementsAllowed?: EntitlementData[];
162
+ NodeId?: string;
163
+ SignedToken?: string;
164
+ IssuedAt?: string;
165
+ Expiration?: string;
166
+ CheckoutMetadata?: Metadata[];
167
+ }
168
+ export declare class EntitlementNotAllowedException extends __BaseException {
169
+ readonly name: "EntitlementNotAllowedException";
170
+ readonly $fault: "client";
171
+ Message?: string;
172
+ constructor(
173
+ opts: __ExceptionOptionType<EntitlementNotAllowedException, __BaseException>
174
+ );
175
+ }
176
+ export declare class NoEntitlementsAllowedException extends __BaseException {
177
+ readonly name: "NoEntitlementsAllowedException";
178
+ readonly $fault: "client";
179
+ Message?: string;
180
+ constructor(
181
+ opts: __ExceptionOptionType<NoEntitlementsAllowedException, __BaseException>
182
+ );
183
+ }
184
+ export declare class RedirectException extends __BaseException {
185
+ readonly name: "RedirectException";
186
+ readonly $fault: "client";
187
+ Location?: string;
188
+ Message?: string;
189
+ constructor(opts: __ExceptionOptionType<RedirectException, __BaseException>);
190
+ }
191
+ export declare class UnsupportedDigitalSignatureMethodException extends __BaseException {
192
+ readonly name: "UnsupportedDigitalSignatureMethodException";
193
+ readonly $fault: "client";
194
+ Message?: string;
195
+ constructor(
196
+ opts: __ExceptionOptionType<
197
+ UnsupportedDigitalSignatureMethodException,
198
+ __BaseException
199
+ >
200
+ );
201
+ }
202
+ export declare enum CheckoutType {
203
+ PERPETUAL = "PERPETUAL",
204
+ PROVISIONAL = "PROVISIONAL",
205
+ }
206
+ export interface CheckoutLicenseRequest {
207
+ ProductSKU: string | undefined;
208
+ CheckoutType: CheckoutType | string | undefined;
209
+ KeyFingerprint: string | undefined;
210
+ Entitlements: EntitlementData[] | undefined;
211
+ ClientToken: string | undefined;
212
+ Beneficiary?: string;
213
+ NodeId?: string;
214
+ }
215
+ export interface CheckoutLicenseResponse {
216
+ CheckoutType?: CheckoutType | string;
217
+ LicenseConsumptionToken?: string;
218
+ EntitlementsAllowed?: EntitlementData[];
219
+ SignedToken?: string;
220
+ NodeId?: string;
221
+ IssuedAt?: string;
222
+ Expiration?: string;
223
+ LicenseArn?: string;
224
+ }
225
+ export interface CreateGrantRequest {
226
+ ClientToken: string | undefined;
227
+ GrantName: string | undefined;
228
+ LicenseArn: string | undefined;
229
+ Principals: string[] | undefined;
230
+ HomeRegion: string | undefined;
231
+ AllowedOperations: (AllowedOperation | string)[] | undefined;
232
+ }
233
+ export interface CreateGrantResponse {
234
+ GrantArn?: string;
235
+ Status?: GrantStatus | string;
236
+ Version?: string;
237
+ }
238
+ export interface CreateGrantVersionRequest {
239
+ ClientToken: string | undefined;
240
+ GrantArn: string | undefined;
241
+ GrantName?: string;
242
+ AllowedOperations?: (AllowedOperation | string)[];
243
+ Status?: GrantStatus | string;
244
+ StatusReason?: string;
245
+ SourceVersion?: string;
246
+ }
247
+ export interface CreateGrantVersionResponse {
248
+ GrantArn?: string;
249
+ Status?: GrantStatus | string;
250
+ Version?: string;
251
+ }
252
+ export interface BorrowConfiguration {
253
+ AllowEarlyCheckIn: boolean | undefined;
254
+ MaxTimeToLiveInMinutes: number | undefined;
255
+ }
256
+ export interface ProvisionalConfiguration {
257
+ MaxTimeToLiveInMinutes: number | undefined;
258
+ }
259
+ export declare enum RenewType {
260
+ MONTHLY = "Monthly",
261
+ NONE = "None",
262
+ WEEKLY = "Weekly",
263
+ }
264
+ export interface ConsumptionConfiguration {
265
+ RenewType?: RenewType | string;
266
+ ProvisionalConfiguration?: ProvisionalConfiguration;
267
+ BorrowConfiguration?: BorrowConfiguration;
268
+ }
269
+ export declare enum EntitlementUnit {
270
+ BITS = "Bits",
271
+ BITS_PER_SECOND = "Bits/Second",
272
+ BYTES = "Bytes",
273
+ BYTES_PER_SECOND = "Bytes/Second",
274
+ COUNT = "Count",
275
+ COUNT_PER_SECOND = "Count/Second",
276
+ GIGABITS = "Gigabits",
277
+ GIGABITS_PER_SECOND = "Gigabits/Second",
278
+ GIGABYTES = "Gigabytes",
279
+ GIGABYTES_PER_SECOND = "Gigabytes/Second",
280
+ KILOBITS = "Kilobits",
281
+ KILOBITS_PER_SECOND = "Kilobits/Second",
282
+ KILOBYTES = "Kilobytes",
283
+ KILOBYTES_PER_SECOND = "Kilobytes/Second",
284
+ MEGABITS = "Megabits",
285
+ MEGABITS_PER_SECOND = "Megabits/Second",
286
+ MEGABYTES = "Megabytes",
287
+ MEGABYTES_PER_SECOND = "Megabytes/Second",
288
+ MICROSECONDS = "Microseconds",
289
+ MILLISECONDS = "Milliseconds",
290
+ NONE = "None",
291
+ PERCENT = "Percent",
292
+ SECONDS = "Seconds",
293
+ TERABITS = "Terabits",
294
+ TERABITS_PER_SECOND = "Terabits/Second",
295
+ TERABYTES = "Terabytes",
296
+ TERABYTES_PER_SECOND = "Terabytes/Second",
297
+ }
298
+ export interface Entitlement {
299
+ Name: string | undefined;
300
+ Value?: string;
301
+ MaxCount?: number;
302
+ Overage?: boolean;
303
+ Unit: EntitlementUnit | string | undefined;
304
+ AllowCheckIn?: boolean;
305
+ }
306
+ export interface Issuer {
307
+ Name: string | undefined;
308
+ SignKey?: string;
309
+ }
310
+ export interface DatetimeRange {
311
+ Begin: string | undefined;
312
+ End?: string;
313
+ }
314
+ export interface CreateLicenseRequest {
315
+ LicenseName: string | undefined;
316
+ ProductName: string | undefined;
317
+ ProductSKU: string | undefined;
318
+ Issuer: Issuer | undefined;
319
+ HomeRegion: string | undefined;
320
+ Validity: DatetimeRange | undefined;
321
+ Entitlements: Entitlement[] | undefined;
322
+ Beneficiary: string | undefined;
323
+ ConsumptionConfiguration: ConsumptionConfiguration | undefined;
324
+ LicenseMetadata?: Metadata[];
325
+ ClientToken: string | undefined;
326
+ }
327
+ export declare enum LicenseStatus {
328
+ AVAILABLE = "AVAILABLE",
329
+ DEACTIVATED = "DEACTIVATED",
330
+ DELETED = "DELETED",
331
+ EXPIRED = "EXPIRED",
332
+ PENDING_AVAILABLE = "PENDING_AVAILABLE",
333
+ PENDING_DELETE = "PENDING_DELETE",
334
+ SUSPENDED = "SUSPENDED",
335
+ }
336
+ export interface CreateLicenseResponse {
337
+ LicenseArn?: string;
338
+ Status?: LicenseStatus | string;
339
+ Version?: string;
340
+ }
341
+ export declare enum LicenseCountingType {
342
+ CORE = "Core",
343
+ INSTANCE = "Instance",
344
+ SOCKET = "Socket",
345
+ VCPU = "vCPU",
346
+ }
347
+ export interface ProductInformationFilter {
348
+ ProductInformationFilterName: string | undefined;
349
+ ProductInformationFilterValue?: string[];
350
+ ProductInformationFilterComparator: string | undefined;
351
+ }
352
+ export interface ProductInformation {
353
+ ResourceType: string | undefined;
354
+ ProductInformationFilterList: ProductInformationFilter[] | undefined;
355
+ }
356
+ export interface Tag {
357
+ Key?: string;
358
+ Value?: string;
359
+ }
360
+ export interface CreateLicenseConfigurationRequest {
361
+ Name: string | undefined;
362
+ Description?: string;
363
+ LicenseCountingType: LicenseCountingType | string | undefined;
364
+ LicenseCount?: number;
365
+ LicenseCountHardLimit?: boolean;
366
+ LicenseRules?: string[];
367
+ Tags?: Tag[];
368
+ DisassociateWhenNotFound?: boolean;
369
+ ProductInformationList?: ProductInformation[];
370
+ }
371
+ export interface CreateLicenseConfigurationResponse {
372
+ LicenseConfigurationArn?: string;
373
+ }
374
+ export interface LicenseConversionContext {
375
+ UsageOperation?: string;
376
+ }
377
+ export interface CreateLicenseConversionTaskForResourceRequest {
378
+ ResourceArn: string | undefined;
379
+ SourceLicenseContext: LicenseConversionContext | undefined;
380
+ DestinationLicenseContext: LicenseConversionContext | undefined;
381
+ }
382
+ export interface CreateLicenseConversionTaskForResourceResponse {
383
+ LicenseConversionTaskId?: string;
384
+ }
385
+ export interface ReportContext {
386
+ licenseConfigurationArns: string[] | undefined;
387
+ }
388
+ export declare enum ReportFrequencyType {
389
+ DAY = "DAY",
390
+ MONTH = "MONTH",
391
+ WEEK = "WEEK",
392
+ }
393
+ export interface ReportFrequency {
394
+ value?: number;
395
+ period?: ReportFrequencyType | string;
396
+ }
397
+ export declare enum ReportType {
398
+ LICENSE_CONFIGURATION_SUMMARY_REPORT = "LicenseConfigurationSummaryReport",
399
+ LICENSE_CONFIGURATION_USAGE_REPORT = "LicenseConfigurationUsageReport",
400
+ }
401
+ export interface CreateLicenseManagerReportGeneratorRequest {
402
+ ReportGeneratorName: string | undefined;
403
+ Type: (ReportType | string)[] | undefined;
404
+ ReportContext: ReportContext | undefined;
405
+ ReportFrequency: ReportFrequency | undefined;
406
+ ClientToken: string | undefined;
407
+ Description?: string;
408
+ Tags?: Tag[];
409
+ }
410
+ export interface CreateLicenseManagerReportGeneratorResponse {
411
+ LicenseManagerReportGeneratorArn?: string;
412
+ }
413
+ export interface CreateLicenseVersionRequest {
414
+ LicenseArn: string | undefined;
415
+ LicenseName: string | undefined;
416
+ ProductName: string | undefined;
417
+ Issuer: Issuer | undefined;
418
+ HomeRegion: string | undefined;
419
+ Validity: DatetimeRange | undefined;
420
+ LicenseMetadata?: Metadata[];
421
+ Entitlements: Entitlement[] | undefined;
422
+ ConsumptionConfiguration: ConsumptionConfiguration | undefined;
423
+ Status: LicenseStatus | string | undefined;
424
+ ClientToken: string | undefined;
425
+ SourceVersion?: string;
426
+ }
427
+ export interface CreateLicenseVersionResponse {
428
+ LicenseArn?: string;
429
+ Version?: string;
430
+ Status?: LicenseStatus | string;
431
+ }
432
+ export interface CreateTokenRequest {
433
+ LicenseArn: string | undefined;
434
+ RoleArns?: string[];
435
+ ExpirationInDays?: number;
436
+ TokenProperties?: string[];
437
+ ClientToken: string | undefined;
438
+ }
439
+ export declare enum TokenType {
440
+ REFRESH_TOKEN = "REFRESH_TOKEN",
441
+ }
442
+ export interface CreateTokenResponse {
443
+ TokenId?: string;
444
+ TokenType?: TokenType | string;
445
+ Token?: string;
446
+ }
447
+ export interface DeleteGrantRequest {
448
+ GrantArn: string | undefined;
449
+ StatusReason?: string;
450
+ Version: string | undefined;
451
+ }
452
+ export interface DeleteGrantResponse {
453
+ GrantArn?: string;
454
+ Status?: GrantStatus | string;
455
+ Version?: string;
456
+ }
457
+ export interface DeleteLicenseRequest {
458
+ LicenseArn: string | undefined;
459
+ SourceVersion: string | undefined;
460
+ }
461
+ export declare enum LicenseDeletionStatus {
462
+ DELETED = "DELETED",
463
+ PENDING_DELETE = "PENDING_DELETE",
464
+ }
465
+ export interface DeleteLicenseResponse {
466
+ Status?: LicenseDeletionStatus | string;
467
+ DeletionDate?: string;
468
+ }
469
+ export interface DeleteLicenseConfigurationRequest {
470
+ LicenseConfigurationArn: string | undefined;
471
+ }
472
+ export interface DeleteLicenseConfigurationResponse {}
473
+ export interface DeleteLicenseManagerReportGeneratorRequest {
474
+ LicenseManagerReportGeneratorArn: string | undefined;
475
+ }
476
+ export interface DeleteLicenseManagerReportGeneratorResponse {}
477
+ export interface DeleteTokenRequest {
478
+ TokenId: string | undefined;
479
+ }
480
+ export interface DeleteTokenResponse {}
481
+ export interface ExtendLicenseConsumptionRequest {
482
+ LicenseConsumptionToken: string | undefined;
483
+ DryRun?: boolean;
484
+ }
485
+ export interface ExtendLicenseConsumptionResponse {
486
+ LicenseConsumptionToken?: string;
487
+ Expiration?: string;
488
+ }
489
+ export interface GetAccessTokenRequest {
490
+ Token: string | undefined;
491
+ TokenProperties?: string[];
492
+ }
493
+ export interface GetAccessTokenResponse {
494
+ AccessToken?: string;
495
+ }
496
+ export interface GetGrantRequest {
497
+ GrantArn: string | undefined;
498
+ Version?: string;
499
+ }
500
+ export interface Grant {
501
+ GrantArn: string | undefined;
502
+ GrantName: string | undefined;
503
+ ParentArn: string | undefined;
504
+ LicenseArn: string | undefined;
505
+ GranteePrincipalArn: string | undefined;
506
+ HomeRegion: string | undefined;
507
+ GrantStatus: GrantStatus | string | undefined;
508
+ StatusReason?: string;
509
+ Version: string | undefined;
510
+ GrantedOperations: (AllowedOperation | string)[] | undefined;
511
+ }
512
+ export interface GetGrantResponse {
513
+ Grant?: Grant;
514
+ }
515
+ export interface GetLicenseRequest {
516
+ LicenseArn: string | undefined;
517
+ Version?: string;
518
+ }
519
+ export interface IssuerDetails {
520
+ Name?: string;
521
+ SignKey?: string;
522
+ KeyFingerprint?: string;
523
+ }
524
+ export interface License {
525
+ LicenseArn?: string;
526
+ LicenseName?: string;
527
+ ProductName?: string;
528
+ ProductSKU?: string;
529
+ Issuer?: IssuerDetails;
530
+ HomeRegion?: string;
531
+ Status?: LicenseStatus | string;
532
+ Validity?: DatetimeRange;
533
+ Beneficiary?: string;
534
+ Entitlements?: Entitlement[];
535
+ ConsumptionConfiguration?: ConsumptionConfiguration;
536
+ LicenseMetadata?: Metadata[];
537
+ CreateTime?: string;
538
+ Version?: string;
539
+ }
540
+ export interface GetLicenseResponse {
541
+ License?: License;
542
+ }
543
+ export interface GetLicenseConfigurationRequest {
544
+ LicenseConfigurationArn: string | undefined;
545
+ }
546
+ export declare enum ResourceType {
547
+ EC2_AMI = "EC2_AMI",
548
+ EC2_HOST = "EC2_HOST",
549
+ EC2_INSTANCE = "EC2_INSTANCE",
550
+ RDS = "RDS",
551
+ SYSTEMS_MANAGER_MANAGED_INSTANCE = "SYSTEMS_MANAGER_MANAGED_INSTANCE",
552
+ }
553
+ export interface ConsumedLicenseSummary {
554
+ ResourceType?: ResourceType | string;
555
+ ConsumedLicenses?: number;
556
+ }
557
+ export interface ManagedResourceSummary {
558
+ ResourceType?: ResourceType | string;
559
+ AssociationCount?: number;
560
+ }
561
+ export interface GetLicenseConfigurationResponse {
562
+ LicenseConfigurationId?: string;
563
+ LicenseConfigurationArn?: string;
564
+ Name?: string;
565
+ Description?: string;
566
+ LicenseCountingType?: LicenseCountingType | string;
567
+ LicenseRules?: string[];
568
+ LicenseCount?: number;
569
+ LicenseCountHardLimit?: boolean;
570
+ ConsumedLicenses?: number;
571
+ Status?: string;
572
+ OwnerAccountId?: string;
573
+ ConsumedLicenseSummaryList?: ConsumedLicenseSummary[];
574
+ ManagedResourceSummaryList?: ManagedResourceSummary[];
575
+ Tags?: Tag[];
576
+ ProductInformationList?: ProductInformation[];
577
+ AutomatedDiscoveryInformation?: AutomatedDiscoveryInformation;
578
+ DisassociateWhenNotFound?: boolean;
579
+ }
580
+ export interface GetLicenseConversionTaskRequest {
581
+ LicenseConversionTaskId: string | undefined;
582
+ }
583
+ export declare enum LicenseConversionTaskStatus {
584
+ FAILED = "FAILED",
585
+ IN_PROGRESS = "IN_PROGRESS",
586
+ SUCCEEDED = "SUCCEEDED",
587
+ }
588
+ export interface GetLicenseConversionTaskResponse {
589
+ LicenseConversionTaskId?: string;
590
+ ResourceArn?: string;
591
+ SourceLicenseContext?: LicenseConversionContext;
592
+ DestinationLicenseContext?: LicenseConversionContext;
593
+ StatusMessage?: string;
594
+ Status?: LicenseConversionTaskStatus | string;
595
+ StartTime?: Date;
596
+ LicenseConversionTime?: Date;
597
+ EndTime?: Date;
598
+ }
599
+ export interface GetLicenseManagerReportGeneratorRequest {
600
+ LicenseManagerReportGeneratorArn: string | undefined;
601
+ }
602
+ export interface S3Location {
603
+ bucket?: string;
604
+ keyPrefix?: string;
605
+ }
606
+ export interface ReportGenerator {
607
+ ReportGeneratorName?: string;
608
+ ReportType?: (ReportType | string)[];
609
+ ReportContext?: ReportContext;
610
+ ReportFrequency?: ReportFrequency;
611
+ LicenseManagerReportGeneratorArn?: string;
612
+ LastRunStatus?: string;
613
+ LastRunFailureReason?: string;
614
+ LastReportGenerationTime?: string;
615
+ ReportCreatorAccount?: string;
616
+ Description?: string;
617
+ S3Location?: S3Location;
618
+ CreateTime?: string;
619
+ Tags?: Tag[];
620
+ }
621
+ export interface GetLicenseManagerReportGeneratorResponse {
622
+ ReportGenerator?: ReportGenerator;
623
+ }
624
+ export interface GetLicenseUsageRequest {
625
+ LicenseArn: string | undefined;
626
+ }
627
+ export interface EntitlementUsage {
628
+ Name: string | undefined;
629
+ ConsumedValue: string | undefined;
630
+ MaxCount?: string;
631
+ Unit: EntitlementDataUnit | string | undefined;
632
+ }
633
+ export interface LicenseUsage {
634
+ EntitlementUsages?: EntitlementUsage[];
635
+ }
636
+ export interface GetLicenseUsageResponse {
637
+ LicenseUsage?: LicenseUsage;
638
+ }
639
+ export interface GetServiceSettingsRequest {}
640
+ export interface OrganizationConfiguration {
641
+ EnableIntegration: boolean | undefined;
642
+ }
643
+ export interface GetServiceSettingsResponse {
644
+ S3BucketArn?: string;
645
+ SnsTopicArn?: string;
646
+ OrganizationConfiguration?: OrganizationConfiguration;
647
+ EnableCrossAccountsDiscovery?: boolean;
648
+ LicenseManagerResourceShareArn?: string;
649
+ }
650
+ export declare class FilterLimitExceededException extends __BaseException {
651
+ readonly name: "FilterLimitExceededException";
652
+ readonly $fault: "client";
653
+ Message?: string;
654
+ constructor(
655
+ opts: __ExceptionOptionType<FilterLimitExceededException, __BaseException>
656
+ );
657
+ }
658
+ export interface ListAssociationsForLicenseConfigurationRequest {
659
+ LicenseConfigurationArn: string | undefined;
660
+ MaxResults?: number;
661
+ NextToken?: string;
662
+ }
663
+ export interface LicenseConfigurationAssociation {
664
+ ResourceArn?: string;
665
+ ResourceType?: ResourceType | string;
666
+ ResourceOwnerId?: string;
667
+ AssociationTime?: Date;
668
+ AmiAssociationScope?: string;
669
+ }
670
+ export interface ListAssociationsForLicenseConfigurationResponse {
671
+ LicenseConfigurationAssociations?: LicenseConfigurationAssociation[];
672
+ NextToken?: string;
673
+ }
674
+ export interface Filter {
675
+ Name?: string;
676
+ Values?: string[];
677
+ }
678
+ export interface ListDistributedGrantsRequest {
679
+ GrantArns?: string[];
680
+ Filters?: Filter[];
681
+ NextToken?: string;
682
+ MaxResults?: number;
683
+ }
684
+ export interface ListDistributedGrantsResponse {
685
+ Grants?: Grant[];
686
+ NextToken?: string;
687
+ }
688
+ export interface ListFailuresForLicenseConfigurationOperationsRequest {
689
+ LicenseConfigurationArn: string | undefined;
690
+ MaxResults?: number;
691
+ NextToken?: string;
692
+ }
693
+ export interface LicenseOperationFailure {
694
+ ResourceArn?: string;
695
+ ResourceType?: ResourceType | string;
696
+ ErrorMessage?: string;
697
+ FailureTime?: Date;
698
+ OperationName?: string;
699
+ ResourceOwnerId?: string;
700
+ OperationRequestedBy?: string;
701
+ MetadataList?: Metadata[];
702
+ }
703
+ export interface ListFailuresForLicenseConfigurationOperationsResponse {
704
+ LicenseOperationFailureList?: LicenseOperationFailure[];
705
+ NextToken?: string;
706
+ }
707
+ export interface ListLicenseConfigurationsRequest {
708
+ LicenseConfigurationArns?: string[];
709
+ MaxResults?: number;
710
+ NextToken?: string;
711
+ Filters?: Filter[];
712
+ }
713
+ export interface LicenseConfiguration {
714
+ LicenseConfigurationId?: string;
715
+ LicenseConfigurationArn?: string;
716
+ Name?: string;
717
+ Description?: string;
718
+ LicenseCountingType?: LicenseCountingType | string;
719
+ LicenseRules?: string[];
720
+ LicenseCount?: number;
721
+ LicenseCountHardLimit?: boolean;
722
+ DisassociateWhenNotFound?: boolean;
723
+ ConsumedLicenses?: number;
724
+ Status?: string;
725
+ OwnerAccountId?: string;
726
+ ConsumedLicenseSummaryList?: ConsumedLicenseSummary[];
727
+ ManagedResourceSummaryList?: ManagedResourceSummary[];
728
+ ProductInformationList?: ProductInformation[];
729
+ AutomatedDiscoveryInformation?: AutomatedDiscoveryInformation;
730
+ }
731
+ export interface ListLicenseConfigurationsResponse {
732
+ LicenseConfigurations?: LicenseConfiguration[];
733
+ NextToken?: string;
734
+ }
735
+ export interface ListLicenseConversionTasksRequest {
736
+ NextToken?: string;
737
+ MaxResults?: number;
738
+ Filters?: Filter[];
739
+ }
740
+ export interface LicenseConversionTask {
741
+ LicenseConversionTaskId?: string;
742
+ ResourceArn?: string;
743
+ SourceLicenseContext?: LicenseConversionContext;
744
+ DestinationLicenseContext?: LicenseConversionContext;
745
+ Status?: LicenseConversionTaskStatus | string;
746
+ StatusMessage?: string;
747
+ StartTime?: Date;
748
+ LicenseConversionTime?: Date;
749
+ EndTime?: Date;
750
+ }
751
+ export interface ListLicenseConversionTasksResponse {
752
+ LicenseConversionTasks?: LicenseConversionTask[];
753
+ NextToken?: string;
754
+ }
755
+ export interface ListLicenseManagerReportGeneratorsRequest {
756
+ Filters?: Filter[];
757
+ NextToken?: string;
758
+ MaxResults?: number;
759
+ }
760
+ export interface ListLicenseManagerReportGeneratorsResponse {
761
+ ReportGenerators?: ReportGenerator[];
762
+ NextToken?: string;
763
+ }
764
+ export interface ListLicensesRequest {
765
+ LicenseArns?: string[];
766
+ Filters?: Filter[];
767
+ NextToken?: string;
768
+ MaxResults?: number;
769
+ }
770
+ export interface ListLicensesResponse {
771
+ Licenses?: License[];
772
+ NextToken?: string;
773
+ }
774
+ export interface ListLicenseSpecificationsForResourceRequest {
775
+ ResourceArn: string | undefined;
776
+ MaxResults?: number;
777
+ NextToken?: string;
778
+ }
779
+ export interface LicenseSpecification {
780
+ LicenseConfigurationArn: string | undefined;
781
+ AmiAssociationScope?: string;
782
+ }
783
+ export interface ListLicenseSpecificationsForResourceResponse {
784
+ LicenseSpecifications?: LicenseSpecification[];
785
+ NextToken?: string;
786
+ }
787
+ export interface ListLicenseVersionsRequest {
788
+ LicenseArn: string | undefined;
789
+ NextToken?: string;
790
+ MaxResults?: number;
791
+ }
792
+ export interface ListLicenseVersionsResponse {
793
+ Licenses?: License[];
794
+ NextToken?: string;
795
+ }
796
+ export interface ListReceivedGrantsRequest {
797
+ GrantArns?: string[];
798
+ Filters?: Filter[];
799
+ NextToken?: string;
800
+ MaxResults?: number;
801
+ }
802
+ export interface ListReceivedGrantsResponse {
803
+ Grants?: Grant[];
804
+ NextToken?: string;
805
+ }
806
+ export interface ListReceivedLicensesRequest {
807
+ LicenseArns?: string[];
808
+ Filters?: Filter[];
809
+ NextToken?: string;
810
+ MaxResults?: number;
811
+ }
812
+ export declare enum ReceivedStatus {
813
+ ACTIVE = "ACTIVE",
814
+ DELETED = "DELETED",
815
+ DISABLED = "DISABLED",
816
+ FAILED_WORKFLOW = "FAILED_WORKFLOW",
817
+ PENDING_ACCEPT = "PENDING_ACCEPT",
818
+ PENDING_WORKFLOW = "PENDING_WORKFLOW",
819
+ REJECTED = "REJECTED",
820
+ WORKFLOW_COMPLETED = "WORKFLOW_COMPLETED",
821
+ }
822
+ export interface ReceivedMetadata {
823
+ ReceivedStatus?: ReceivedStatus | string;
824
+ ReceivedStatusReason?: string;
825
+ AllowedOperations?: (AllowedOperation | string)[];
826
+ }
827
+ export interface GrantedLicense {
828
+ LicenseArn?: string;
829
+ LicenseName?: string;
830
+ ProductName?: string;
831
+ ProductSKU?: string;
832
+ Issuer?: IssuerDetails;
833
+ HomeRegion?: string;
834
+ Status?: LicenseStatus | string;
835
+ Validity?: DatetimeRange;
836
+ Beneficiary?: string;
837
+ Entitlements?: Entitlement[];
838
+ ConsumptionConfiguration?: ConsumptionConfiguration;
839
+ LicenseMetadata?: Metadata[];
840
+ CreateTime?: string;
841
+ Version?: string;
842
+ ReceivedMetadata?: ReceivedMetadata;
843
+ }
844
+ export interface ListReceivedLicensesResponse {
845
+ Licenses?: GrantedLicense[];
846
+ NextToken?: string;
847
+ }
848
+ export declare class FailedDependencyException extends __BaseException {
849
+ readonly name: "FailedDependencyException";
850
+ readonly $fault: "client";
851
+ Message?: string;
852
+ ErrorCode?: string;
853
+ constructor(
854
+ opts: __ExceptionOptionType<FailedDependencyException, __BaseException>
855
+ );
856
+ }
857
+ export declare enum InventoryFilterCondition {
858
+ BEGINS_WITH = "BEGINS_WITH",
859
+ CONTAINS = "CONTAINS",
860
+ EQUALS = "EQUALS",
861
+ NOT_EQUALS = "NOT_EQUALS",
862
+ }
863
+ export interface InventoryFilter {
864
+ Name: string | undefined;
865
+ Condition: InventoryFilterCondition | string | undefined;
866
+ Value?: string;
867
+ }
868
+ export interface ListResourceInventoryRequest {
869
+ MaxResults?: number;
870
+ NextToken?: string;
871
+ Filters?: InventoryFilter[];
872
+ }
873
+ export interface ResourceInventory {
874
+ ResourceId?: string;
875
+ ResourceType?: ResourceType | string;
876
+ ResourceArn?: string;
877
+ Platform?: string;
878
+ PlatformVersion?: string;
879
+ ResourceOwningAccountId?: string;
880
+ }
881
+ export interface ListResourceInventoryResponse {
882
+ ResourceInventoryList?: ResourceInventory[];
883
+ NextToken?: string;
884
+ }
885
+ export interface ListTagsForResourceRequest {
886
+ ResourceArn: string | undefined;
887
+ }
888
+ export interface ListTagsForResourceResponse {
889
+ Tags?: Tag[];
890
+ }
891
+ export interface ListTokensRequest {
892
+ TokenIds?: string[];
893
+ Filters?: Filter[];
894
+ NextToken?: string;
895
+ MaxResults?: number;
896
+ }
897
+ export interface TokenData {
898
+ TokenId?: string;
899
+ TokenType?: string;
900
+ LicenseArn?: string;
901
+ ExpirationTime?: string;
902
+ TokenProperties?: string[];
903
+ RoleArns?: string[];
904
+ Status?: string;
905
+ }
906
+ export interface ListTokensResponse {
907
+ Tokens?: TokenData[];
908
+ NextToken?: string;
909
+ }
910
+ export interface ListUsageForLicenseConfigurationRequest {
911
+ LicenseConfigurationArn: string | undefined;
912
+ MaxResults?: number;
913
+ NextToken?: string;
914
+ Filters?: Filter[];
915
+ }
916
+ export interface LicenseConfigurationUsage {
917
+ ResourceArn?: string;
918
+ ResourceType?: ResourceType | string;
919
+ ResourceStatus?: string;
920
+ ResourceOwnerId?: string;
921
+ AssociationTime?: Date;
922
+ ConsumedLicenses?: number;
923
+ }
924
+ export interface ListUsageForLicenseConfigurationResponse {
925
+ LicenseConfigurationUsageList?: LicenseConfigurationUsage[];
926
+ NextToken?: string;
927
+ }
928
+ export interface RejectGrantRequest {
929
+ GrantArn: string | undefined;
930
+ }
931
+ export interface RejectGrantResponse {
932
+ GrantArn?: string;
933
+ Status?: GrantStatus | string;
934
+ Version?: string;
935
+ }
936
+ export interface TagResourceRequest {
937
+ ResourceArn: string | undefined;
938
+ Tags: Tag[] | undefined;
939
+ }
940
+ export interface TagResourceResponse {}
941
+ export interface UntagResourceRequest {
942
+ ResourceArn: string | undefined;
943
+ TagKeys: string[] | undefined;
944
+ }
945
+ export interface UntagResourceResponse {}
946
+ export declare enum LicenseConfigurationStatus {
947
+ AVAILABLE = "AVAILABLE",
948
+ DISABLED = "DISABLED",
949
+ }
950
+ export interface UpdateLicenseConfigurationRequest {
951
+ LicenseConfigurationArn: string | undefined;
952
+ LicenseConfigurationStatus?: LicenseConfigurationStatus | string;
953
+ LicenseRules?: string[];
954
+ LicenseCount?: number;
955
+ LicenseCountHardLimit?: boolean;
956
+ Name?: string;
957
+ Description?: string;
958
+ ProductInformationList?: ProductInformation[];
959
+ DisassociateWhenNotFound?: boolean;
960
+ }
961
+ export interface UpdateLicenseConfigurationResponse {}
962
+ export interface UpdateLicenseManagerReportGeneratorRequest {
963
+ LicenseManagerReportGeneratorArn: string | undefined;
964
+ ReportGeneratorName: string | undefined;
965
+ Type: (ReportType | string)[] | undefined;
966
+ ReportContext: ReportContext | undefined;
967
+ ReportFrequency: ReportFrequency | undefined;
968
+ ClientToken: string | undefined;
969
+ Description?: string;
970
+ }
971
+ export interface UpdateLicenseManagerReportGeneratorResponse {}
972
+ export declare class InvalidResourceStateException extends __BaseException {
973
+ readonly name: "InvalidResourceStateException";
974
+ readonly $fault: "client";
975
+ Message?: string;
976
+ constructor(
977
+ opts: __ExceptionOptionType<InvalidResourceStateException, __BaseException>
978
+ );
979
+ }
980
+ export declare class LicenseUsageException extends __BaseException {
981
+ readonly name: "LicenseUsageException";
982
+ readonly $fault: "client";
983
+ Message?: string;
984
+ constructor(
985
+ opts: __ExceptionOptionType<LicenseUsageException, __BaseException>
986
+ );
987
+ }
988
+ export interface UpdateLicenseSpecificationsForResourceRequest {
989
+ ResourceArn: string | undefined;
990
+ AddLicenseSpecifications?: LicenseSpecification[];
991
+ RemoveLicenseSpecifications?: LicenseSpecification[];
992
+ }
993
+ export interface UpdateLicenseSpecificationsForResourceResponse {}
994
+ export interface UpdateServiceSettingsRequest {
995
+ S3BucketArn?: string;
996
+ SnsTopicArn?: string;
997
+ OrganizationConfiguration?: OrganizationConfiguration;
998
+ EnableCrossAccountsDiscovery?: boolean;
999
+ }
1000
+ export interface UpdateServiceSettingsResponse {}
1001
+ export declare const AcceptGrantRequestFilterSensitiveLog: (
1002
+ obj: AcceptGrantRequest
1003
+ ) => any;
1004
+ export declare const AcceptGrantResponseFilterSensitiveLog: (
1005
+ obj: AcceptGrantResponse
1006
+ ) => any;
1007
+ export declare const AutomatedDiscoveryInformationFilterSensitiveLog: (
1008
+ obj: AutomatedDiscoveryInformation
1009
+ ) => any;
1010
+ export declare const CheckInLicenseRequestFilterSensitiveLog: (
1011
+ obj: CheckInLicenseRequest
1012
+ ) => any;
1013
+ export declare const CheckInLicenseResponseFilterSensitiveLog: (
1014
+ obj: CheckInLicenseResponse
1015
+ ) => any;
1016
+ export declare const MetadataFilterSensitiveLog: (obj: Metadata) => any;
1017
+ export declare const EntitlementDataFilterSensitiveLog: (
1018
+ obj: EntitlementData
1019
+ ) => any;
1020
+ export declare const CheckoutBorrowLicenseRequestFilterSensitiveLog: (
1021
+ obj: CheckoutBorrowLicenseRequest
1022
+ ) => any;
1023
+ export declare const CheckoutBorrowLicenseResponseFilterSensitiveLog: (
1024
+ obj: CheckoutBorrowLicenseResponse
1025
+ ) => any;
1026
+ export declare const CheckoutLicenseRequestFilterSensitiveLog: (
1027
+ obj: CheckoutLicenseRequest
1028
+ ) => any;
1029
+ export declare const CheckoutLicenseResponseFilterSensitiveLog: (
1030
+ obj: CheckoutLicenseResponse
1031
+ ) => any;
1032
+ export declare const CreateGrantRequestFilterSensitiveLog: (
1033
+ obj: CreateGrantRequest
1034
+ ) => any;
1035
+ export declare const CreateGrantResponseFilterSensitiveLog: (
1036
+ obj: CreateGrantResponse
1037
+ ) => any;
1038
+ export declare const CreateGrantVersionRequestFilterSensitiveLog: (
1039
+ obj: CreateGrantVersionRequest
1040
+ ) => any;
1041
+ export declare const CreateGrantVersionResponseFilterSensitiveLog: (
1042
+ obj: CreateGrantVersionResponse
1043
+ ) => any;
1044
+ export declare const BorrowConfigurationFilterSensitiveLog: (
1045
+ obj: BorrowConfiguration
1046
+ ) => any;
1047
+ export declare const ProvisionalConfigurationFilterSensitiveLog: (
1048
+ obj: ProvisionalConfiguration
1049
+ ) => any;
1050
+ export declare const ConsumptionConfigurationFilterSensitiveLog: (
1051
+ obj: ConsumptionConfiguration
1052
+ ) => any;
1053
+ export declare const EntitlementFilterSensitiveLog: (obj: Entitlement) => any;
1054
+ export declare const IssuerFilterSensitiveLog: (obj: Issuer) => any;
1055
+ export declare const DatetimeRangeFilterSensitiveLog: (
1056
+ obj: DatetimeRange
1057
+ ) => any;
1058
+ export declare const CreateLicenseRequestFilterSensitiveLog: (
1059
+ obj: CreateLicenseRequest
1060
+ ) => any;
1061
+ export declare const CreateLicenseResponseFilterSensitiveLog: (
1062
+ obj: CreateLicenseResponse
1063
+ ) => any;
1064
+ export declare const ProductInformationFilterFilterSensitiveLog: (
1065
+ obj: ProductInformationFilter
1066
+ ) => any;
1067
+ export declare const ProductInformationFilterSensitiveLog: (
1068
+ obj: ProductInformation
1069
+ ) => any;
1070
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1071
+ export declare const CreateLicenseConfigurationRequestFilterSensitiveLog: (
1072
+ obj: CreateLicenseConfigurationRequest
1073
+ ) => any;
1074
+ export declare const CreateLicenseConfigurationResponseFilterSensitiveLog: (
1075
+ obj: CreateLicenseConfigurationResponse
1076
+ ) => any;
1077
+ export declare const LicenseConversionContextFilterSensitiveLog: (
1078
+ obj: LicenseConversionContext
1079
+ ) => any;
1080
+ export declare const CreateLicenseConversionTaskForResourceRequestFilterSensitiveLog: (
1081
+ obj: CreateLicenseConversionTaskForResourceRequest
1082
+ ) => any;
1083
+ export declare const CreateLicenseConversionTaskForResourceResponseFilterSensitiveLog: (
1084
+ obj: CreateLicenseConversionTaskForResourceResponse
1085
+ ) => any;
1086
+ export declare const ReportContextFilterSensitiveLog: (
1087
+ obj: ReportContext
1088
+ ) => any;
1089
+ export declare const ReportFrequencyFilterSensitiveLog: (
1090
+ obj: ReportFrequency
1091
+ ) => any;
1092
+ export declare const CreateLicenseManagerReportGeneratorRequestFilterSensitiveLog: (
1093
+ obj: CreateLicenseManagerReportGeneratorRequest
1094
+ ) => any;
1095
+ export declare const CreateLicenseManagerReportGeneratorResponseFilterSensitiveLog: (
1096
+ obj: CreateLicenseManagerReportGeneratorResponse
1097
+ ) => any;
1098
+ export declare const CreateLicenseVersionRequestFilterSensitiveLog: (
1099
+ obj: CreateLicenseVersionRequest
1100
+ ) => any;
1101
+ export declare const CreateLicenseVersionResponseFilterSensitiveLog: (
1102
+ obj: CreateLicenseVersionResponse
1103
+ ) => any;
1104
+ export declare const CreateTokenRequestFilterSensitiveLog: (
1105
+ obj: CreateTokenRequest
1106
+ ) => any;
1107
+ export declare const CreateTokenResponseFilterSensitiveLog: (
1108
+ obj: CreateTokenResponse
1109
+ ) => any;
1110
+ export declare const DeleteGrantRequestFilterSensitiveLog: (
1111
+ obj: DeleteGrantRequest
1112
+ ) => any;
1113
+ export declare const DeleteGrantResponseFilterSensitiveLog: (
1114
+ obj: DeleteGrantResponse
1115
+ ) => any;
1116
+ export declare const DeleteLicenseRequestFilterSensitiveLog: (
1117
+ obj: DeleteLicenseRequest
1118
+ ) => any;
1119
+ export declare const DeleteLicenseResponseFilterSensitiveLog: (
1120
+ obj: DeleteLicenseResponse
1121
+ ) => any;
1122
+ export declare const DeleteLicenseConfigurationRequestFilterSensitiveLog: (
1123
+ obj: DeleteLicenseConfigurationRequest
1124
+ ) => any;
1125
+ export declare const DeleteLicenseConfigurationResponseFilterSensitiveLog: (
1126
+ obj: DeleteLicenseConfigurationResponse
1127
+ ) => any;
1128
+ export declare const DeleteLicenseManagerReportGeneratorRequestFilterSensitiveLog: (
1129
+ obj: DeleteLicenseManagerReportGeneratorRequest
1130
+ ) => any;
1131
+ export declare const DeleteLicenseManagerReportGeneratorResponseFilterSensitiveLog: (
1132
+ obj: DeleteLicenseManagerReportGeneratorResponse
1133
+ ) => any;
1134
+ export declare const DeleteTokenRequestFilterSensitiveLog: (
1135
+ obj: DeleteTokenRequest
1136
+ ) => any;
1137
+ export declare const DeleteTokenResponseFilterSensitiveLog: (
1138
+ obj: DeleteTokenResponse
1139
+ ) => any;
1140
+ export declare const ExtendLicenseConsumptionRequestFilterSensitiveLog: (
1141
+ obj: ExtendLicenseConsumptionRequest
1142
+ ) => any;
1143
+ export declare const ExtendLicenseConsumptionResponseFilterSensitiveLog: (
1144
+ obj: ExtendLicenseConsumptionResponse
1145
+ ) => any;
1146
+ export declare const GetAccessTokenRequestFilterSensitiveLog: (
1147
+ obj: GetAccessTokenRequest
1148
+ ) => any;
1149
+ export declare const GetAccessTokenResponseFilterSensitiveLog: (
1150
+ obj: GetAccessTokenResponse
1151
+ ) => any;
1152
+ export declare const GetGrantRequestFilterSensitiveLog: (
1153
+ obj: GetGrantRequest
1154
+ ) => any;
1155
+ export declare const GrantFilterSensitiveLog: (obj: Grant) => any;
1156
+ export declare const GetGrantResponseFilterSensitiveLog: (
1157
+ obj: GetGrantResponse
1158
+ ) => any;
1159
+ export declare const GetLicenseRequestFilterSensitiveLog: (
1160
+ obj: GetLicenseRequest
1161
+ ) => any;
1162
+ export declare const IssuerDetailsFilterSensitiveLog: (
1163
+ obj: IssuerDetails
1164
+ ) => any;
1165
+ export declare const LicenseFilterSensitiveLog: (obj: License) => any;
1166
+ export declare const GetLicenseResponseFilterSensitiveLog: (
1167
+ obj: GetLicenseResponse
1168
+ ) => any;
1169
+ export declare const GetLicenseConfigurationRequestFilterSensitiveLog: (
1170
+ obj: GetLicenseConfigurationRequest
1171
+ ) => any;
1172
+ export declare const ConsumedLicenseSummaryFilterSensitiveLog: (
1173
+ obj: ConsumedLicenseSummary
1174
+ ) => any;
1175
+ export declare const ManagedResourceSummaryFilterSensitiveLog: (
1176
+ obj: ManagedResourceSummary
1177
+ ) => any;
1178
+ export declare const GetLicenseConfigurationResponseFilterSensitiveLog: (
1179
+ obj: GetLicenseConfigurationResponse
1180
+ ) => any;
1181
+ export declare const GetLicenseConversionTaskRequestFilterSensitiveLog: (
1182
+ obj: GetLicenseConversionTaskRequest
1183
+ ) => any;
1184
+ export declare const GetLicenseConversionTaskResponseFilterSensitiveLog: (
1185
+ obj: GetLicenseConversionTaskResponse
1186
+ ) => any;
1187
+ export declare const GetLicenseManagerReportGeneratorRequestFilterSensitiveLog: (
1188
+ obj: GetLicenseManagerReportGeneratorRequest
1189
+ ) => any;
1190
+ export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
1191
+ export declare const ReportGeneratorFilterSensitiveLog: (
1192
+ obj: ReportGenerator
1193
+ ) => any;
1194
+ export declare const GetLicenseManagerReportGeneratorResponseFilterSensitiveLog: (
1195
+ obj: GetLicenseManagerReportGeneratorResponse
1196
+ ) => any;
1197
+ export declare const GetLicenseUsageRequestFilterSensitiveLog: (
1198
+ obj: GetLicenseUsageRequest
1199
+ ) => any;
1200
+ export declare const EntitlementUsageFilterSensitiveLog: (
1201
+ obj: EntitlementUsage
1202
+ ) => any;
1203
+ export declare const LicenseUsageFilterSensitiveLog: (obj: LicenseUsage) => any;
1204
+ export declare const GetLicenseUsageResponseFilterSensitiveLog: (
1205
+ obj: GetLicenseUsageResponse
1206
+ ) => any;
1207
+ export declare const GetServiceSettingsRequestFilterSensitiveLog: (
1208
+ obj: GetServiceSettingsRequest
1209
+ ) => any;
1210
+ export declare const OrganizationConfigurationFilterSensitiveLog: (
1211
+ obj: OrganizationConfiguration
1212
+ ) => any;
1213
+ export declare const GetServiceSettingsResponseFilterSensitiveLog: (
1214
+ obj: GetServiceSettingsResponse
1215
+ ) => any;
1216
+ export declare const ListAssociationsForLicenseConfigurationRequestFilterSensitiveLog: (
1217
+ obj: ListAssociationsForLicenseConfigurationRequest
1218
+ ) => any;
1219
+ export declare const LicenseConfigurationAssociationFilterSensitiveLog: (
1220
+ obj: LicenseConfigurationAssociation
1221
+ ) => any;
1222
+ export declare const ListAssociationsForLicenseConfigurationResponseFilterSensitiveLog: (
1223
+ obj: ListAssociationsForLicenseConfigurationResponse
1224
+ ) => any;
1225
+ export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
1226
+ export declare const ListDistributedGrantsRequestFilterSensitiveLog: (
1227
+ obj: ListDistributedGrantsRequest
1228
+ ) => any;
1229
+ export declare const ListDistributedGrantsResponseFilterSensitiveLog: (
1230
+ obj: ListDistributedGrantsResponse
1231
+ ) => any;
1232
+ export declare const ListFailuresForLicenseConfigurationOperationsRequestFilterSensitiveLog: (
1233
+ obj: ListFailuresForLicenseConfigurationOperationsRequest
1234
+ ) => any;
1235
+ export declare const LicenseOperationFailureFilterSensitiveLog: (
1236
+ obj: LicenseOperationFailure
1237
+ ) => any;
1238
+ export declare const ListFailuresForLicenseConfigurationOperationsResponseFilterSensitiveLog: (
1239
+ obj: ListFailuresForLicenseConfigurationOperationsResponse
1240
+ ) => any;
1241
+ export declare const ListLicenseConfigurationsRequestFilterSensitiveLog: (
1242
+ obj: ListLicenseConfigurationsRequest
1243
+ ) => any;
1244
+ export declare const LicenseConfigurationFilterSensitiveLog: (
1245
+ obj: LicenseConfiguration
1246
+ ) => any;
1247
+ export declare const ListLicenseConfigurationsResponseFilterSensitiveLog: (
1248
+ obj: ListLicenseConfigurationsResponse
1249
+ ) => any;
1250
+ export declare const ListLicenseConversionTasksRequestFilterSensitiveLog: (
1251
+ obj: ListLicenseConversionTasksRequest
1252
+ ) => any;
1253
+ export declare const LicenseConversionTaskFilterSensitiveLog: (
1254
+ obj: LicenseConversionTask
1255
+ ) => any;
1256
+ export declare const ListLicenseConversionTasksResponseFilterSensitiveLog: (
1257
+ obj: ListLicenseConversionTasksResponse
1258
+ ) => any;
1259
+ export declare const ListLicenseManagerReportGeneratorsRequestFilterSensitiveLog: (
1260
+ obj: ListLicenseManagerReportGeneratorsRequest
1261
+ ) => any;
1262
+ export declare const ListLicenseManagerReportGeneratorsResponseFilterSensitiveLog: (
1263
+ obj: ListLicenseManagerReportGeneratorsResponse
1264
+ ) => any;
1265
+ export declare const ListLicensesRequestFilterSensitiveLog: (
1266
+ obj: ListLicensesRequest
1267
+ ) => any;
1268
+ export declare const ListLicensesResponseFilterSensitiveLog: (
1269
+ obj: ListLicensesResponse
1270
+ ) => any;
1271
+ export declare const ListLicenseSpecificationsForResourceRequestFilterSensitiveLog: (
1272
+ obj: ListLicenseSpecificationsForResourceRequest
1273
+ ) => any;
1274
+ export declare const LicenseSpecificationFilterSensitiveLog: (
1275
+ obj: LicenseSpecification
1276
+ ) => any;
1277
+ export declare const ListLicenseSpecificationsForResourceResponseFilterSensitiveLog: (
1278
+ obj: ListLicenseSpecificationsForResourceResponse
1279
+ ) => any;
1280
+ export declare const ListLicenseVersionsRequestFilterSensitiveLog: (
1281
+ obj: ListLicenseVersionsRequest
1282
+ ) => any;
1283
+ export declare const ListLicenseVersionsResponseFilterSensitiveLog: (
1284
+ obj: ListLicenseVersionsResponse
1285
+ ) => any;
1286
+ export declare const ListReceivedGrantsRequestFilterSensitiveLog: (
1287
+ obj: ListReceivedGrantsRequest
1288
+ ) => any;
1289
+ export declare const ListReceivedGrantsResponseFilterSensitiveLog: (
1290
+ obj: ListReceivedGrantsResponse
1291
+ ) => any;
1292
+ export declare const ListReceivedLicensesRequestFilterSensitiveLog: (
1293
+ obj: ListReceivedLicensesRequest
1294
+ ) => any;
1295
+ export declare const ReceivedMetadataFilterSensitiveLog: (
1296
+ obj: ReceivedMetadata
1297
+ ) => any;
1298
+ export declare const GrantedLicenseFilterSensitiveLog: (
1299
+ obj: GrantedLicense
1300
+ ) => any;
1301
+ export declare const ListReceivedLicensesResponseFilterSensitiveLog: (
1302
+ obj: ListReceivedLicensesResponse
1303
+ ) => any;
1304
+ export declare const InventoryFilterFilterSensitiveLog: (
1305
+ obj: InventoryFilter
1306
+ ) => any;
1307
+ export declare const ListResourceInventoryRequestFilterSensitiveLog: (
1308
+ obj: ListResourceInventoryRequest
1309
+ ) => any;
1310
+ export declare const ResourceInventoryFilterSensitiveLog: (
1311
+ obj: ResourceInventory
1312
+ ) => any;
1313
+ export declare const ListResourceInventoryResponseFilterSensitiveLog: (
1314
+ obj: ListResourceInventoryResponse
1315
+ ) => any;
1316
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
1317
+ obj: ListTagsForResourceRequest
1318
+ ) => any;
1319
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
1320
+ obj: ListTagsForResourceResponse
1321
+ ) => any;
1322
+ export declare const ListTokensRequestFilterSensitiveLog: (
1323
+ obj: ListTokensRequest
1324
+ ) => any;
1325
+ export declare const TokenDataFilterSensitiveLog: (obj: TokenData) => any;
1326
+ export declare const ListTokensResponseFilterSensitiveLog: (
1327
+ obj: ListTokensResponse
1328
+ ) => any;
1329
+ export declare const ListUsageForLicenseConfigurationRequestFilterSensitiveLog: (
1330
+ obj: ListUsageForLicenseConfigurationRequest
1331
+ ) => any;
1332
+ export declare const LicenseConfigurationUsageFilterSensitiveLog: (
1333
+ obj: LicenseConfigurationUsage
1334
+ ) => any;
1335
+ export declare const ListUsageForLicenseConfigurationResponseFilterSensitiveLog: (
1336
+ obj: ListUsageForLicenseConfigurationResponse
1337
+ ) => any;
1338
+ export declare const RejectGrantRequestFilterSensitiveLog: (
1339
+ obj: RejectGrantRequest
1340
+ ) => any;
1341
+ export declare const RejectGrantResponseFilterSensitiveLog: (
1342
+ obj: RejectGrantResponse
1343
+ ) => any;
1344
+ export declare const TagResourceRequestFilterSensitiveLog: (
1345
+ obj: TagResourceRequest
1346
+ ) => any;
1347
+ export declare const TagResourceResponseFilterSensitiveLog: (
1348
+ obj: TagResourceResponse
1349
+ ) => any;
1350
+ export declare const UntagResourceRequestFilterSensitiveLog: (
1351
+ obj: UntagResourceRequest
1352
+ ) => any;
1353
+ export declare const UntagResourceResponseFilterSensitiveLog: (
1354
+ obj: UntagResourceResponse
1355
+ ) => any;
1356
+ export declare const UpdateLicenseConfigurationRequestFilterSensitiveLog: (
1357
+ obj: UpdateLicenseConfigurationRequest
1358
+ ) => any;
1359
+ export declare const UpdateLicenseConfigurationResponseFilterSensitiveLog: (
1360
+ obj: UpdateLicenseConfigurationResponse
1361
+ ) => any;
1362
+ export declare const UpdateLicenseManagerReportGeneratorRequestFilterSensitiveLog: (
1363
+ obj: UpdateLicenseManagerReportGeneratorRequest
1364
+ ) => any;
1365
+ export declare const UpdateLicenseManagerReportGeneratorResponseFilterSensitiveLog: (
1366
+ obj: UpdateLicenseManagerReportGeneratorResponse
1367
+ ) => any;
1368
+ export declare const UpdateLicenseSpecificationsForResourceRequestFilterSensitiveLog: (
1369
+ obj: UpdateLicenseSpecificationsForResourceRequest
1370
+ ) => any;
1371
+ export declare const UpdateLicenseSpecificationsForResourceResponseFilterSensitiveLog: (
1372
+ obj: UpdateLicenseSpecificationsForResourceResponse
1373
+ ) => any;
1374
+ export declare const UpdateServiceSettingsRequestFilterSensitiveLog: (
1375
+ obj: UpdateServiceSettingsRequest
1376
+ ) => any;
1377
+ export declare const UpdateServiceSettingsResponseFilterSensitiveLog: (
1378
+ obj: UpdateServiceSettingsResponse
1379
+ ) => any;