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