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