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