@aws-sdk/client-license-manager 3.927.0 → 3.929.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/dist-cjs/index.js +1791 -1777
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/LicenseManagerClient.js +2 -0
  4. package/dist-es/commands/AcceptGrantCommand.js +3 -9
  5. package/dist-es/commands/CheckInLicenseCommand.js +3 -9
  6. package/dist-es/commands/CheckoutBorrowLicenseCommand.js +3 -9
  7. package/dist-es/commands/CheckoutLicenseCommand.js +3 -9
  8. package/dist-es/commands/CreateGrantCommand.js +3 -9
  9. package/dist-es/commands/CreateGrantVersionCommand.js +3 -9
  10. package/dist-es/commands/CreateLicenseCommand.js +3 -9
  11. package/dist-es/commands/CreateLicenseConfigurationCommand.js +3 -9
  12. package/dist-es/commands/CreateLicenseConversionTaskForResourceCommand.js +3 -9
  13. package/dist-es/commands/CreateLicenseManagerReportGeneratorCommand.js +3 -9
  14. package/dist-es/commands/CreateLicenseVersionCommand.js +3 -9
  15. package/dist-es/commands/CreateTokenCommand.js +3 -9
  16. package/dist-es/commands/DeleteGrantCommand.js +3 -9
  17. package/dist-es/commands/DeleteLicenseCommand.js +3 -9
  18. package/dist-es/commands/DeleteLicenseConfigurationCommand.js +3 -9
  19. package/dist-es/commands/DeleteLicenseManagerReportGeneratorCommand.js +3 -9
  20. package/dist-es/commands/DeleteTokenCommand.js +3 -9
  21. package/dist-es/commands/ExtendLicenseConsumptionCommand.js +3 -9
  22. package/dist-es/commands/GetAccessTokenCommand.js +3 -9
  23. package/dist-es/commands/GetGrantCommand.js +3 -9
  24. package/dist-es/commands/GetLicenseCommand.js +3 -9
  25. package/dist-es/commands/GetLicenseConfigurationCommand.js +3 -9
  26. package/dist-es/commands/GetLicenseConversionTaskCommand.js +3 -9
  27. package/dist-es/commands/GetLicenseManagerReportGeneratorCommand.js +3 -9
  28. package/dist-es/commands/GetLicenseUsageCommand.js +3 -9
  29. package/dist-es/commands/GetServiceSettingsCommand.js +3 -9
  30. package/dist-es/commands/ListAssociationsForLicenseConfigurationCommand.js +3 -9
  31. package/dist-es/commands/ListDistributedGrantsCommand.js +3 -9
  32. package/dist-es/commands/ListFailuresForLicenseConfigurationOperationsCommand.js +3 -9
  33. package/dist-es/commands/ListLicenseConfigurationsCommand.js +3 -9
  34. package/dist-es/commands/ListLicenseConversionTasksCommand.js +3 -9
  35. package/dist-es/commands/ListLicenseManagerReportGeneratorsCommand.js +3 -9
  36. package/dist-es/commands/ListLicenseSpecificationsForResourceCommand.js +3 -9
  37. package/dist-es/commands/ListLicenseVersionsCommand.js +3 -9
  38. package/dist-es/commands/ListLicensesCommand.js +3 -9
  39. package/dist-es/commands/ListReceivedGrantsCommand.js +3 -9
  40. package/dist-es/commands/ListReceivedGrantsForOrganizationCommand.js +3 -9
  41. package/dist-es/commands/ListReceivedLicensesCommand.js +3 -9
  42. package/dist-es/commands/ListReceivedLicensesForOrganizationCommand.js +3 -9
  43. package/dist-es/commands/ListResourceInventoryCommand.js +3 -9
  44. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  45. package/dist-es/commands/ListTokensCommand.js +3 -9
  46. package/dist-es/commands/ListUsageForLicenseConfigurationCommand.js +3 -9
  47. package/dist-es/commands/RejectGrantCommand.js +3 -9
  48. package/dist-es/commands/TagResourceCommand.js +3 -9
  49. package/dist-es/commands/UntagResourceCommand.js +3 -9
  50. package/dist-es/commands/UpdateLicenseConfigurationCommand.js +3 -9
  51. package/dist-es/commands/UpdateLicenseManagerReportGeneratorCommand.js +3 -9
  52. package/dist-es/commands/UpdateLicenseSpecificationsForResourceCommand.js +3 -9
  53. package/dist-es/commands/UpdateServiceSettingsCommand.js +3 -9
  54. package/dist-es/runtimeConfig.shared.js +7 -0
  55. package/dist-es/schemas/schemas_0.js +1646 -0
  56. package/dist-types/LicenseManagerClient.d.ts +10 -1
  57. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  58. package/dist-types/runtimeConfig.d.ts +1 -0
  59. package/dist-types/runtimeConfig.native.d.ts +1 -0
  60. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  61. package/dist-types/schemas/schemas_0.d.ts +242 -0
  62. package/dist-types/ts3.4/LicenseManagerClient.d.ts +4 -0
  63. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  64. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  66. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  67. package/dist-types/ts3.4/schemas/schemas_0.d.ts +247 -0
  68. package/package.json +5 -5
  69. package/dist-es/protocols/Aws_json1_1.js +0 -1380
  70. package/dist-types/protocols/Aws_json1_1.d.ts +0 -452
  71. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -605
@@ -1,605 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AcceptGrantCommandInput,
8
- AcceptGrantCommandOutput,
9
- } from "../commands/AcceptGrantCommand";
10
- import {
11
- CheckInLicenseCommandInput,
12
- CheckInLicenseCommandOutput,
13
- } from "../commands/CheckInLicenseCommand";
14
- import {
15
- CheckoutBorrowLicenseCommandInput,
16
- CheckoutBorrowLicenseCommandOutput,
17
- } from "../commands/CheckoutBorrowLicenseCommand";
18
- import {
19
- CheckoutLicenseCommandInput,
20
- CheckoutLicenseCommandOutput,
21
- } from "../commands/CheckoutLicenseCommand";
22
- import {
23
- CreateGrantCommandInput,
24
- CreateGrantCommandOutput,
25
- } from "../commands/CreateGrantCommand";
26
- import {
27
- CreateGrantVersionCommandInput,
28
- CreateGrantVersionCommandOutput,
29
- } from "../commands/CreateGrantVersionCommand";
30
- import {
31
- CreateLicenseCommandInput,
32
- CreateLicenseCommandOutput,
33
- } from "../commands/CreateLicenseCommand";
34
- import {
35
- CreateLicenseConfigurationCommandInput,
36
- CreateLicenseConfigurationCommandOutput,
37
- } from "../commands/CreateLicenseConfigurationCommand";
38
- import {
39
- CreateLicenseConversionTaskForResourceCommandInput,
40
- CreateLicenseConversionTaskForResourceCommandOutput,
41
- } from "../commands/CreateLicenseConversionTaskForResourceCommand";
42
- import {
43
- CreateLicenseManagerReportGeneratorCommandInput,
44
- CreateLicenseManagerReportGeneratorCommandOutput,
45
- } from "../commands/CreateLicenseManagerReportGeneratorCommand";
46
- import {
47
- CreateLicenseVersionCommandInput,
48
- CreateLicenseVersionCommandOutput,
49
- } from "../commands/CreateLicenseVersionCommand";
50
- import {
51
- CreateTokenCommandInput,
52
- CreateTokenCommandOutput,
53
- } from "../commands/CreateTokenCommand";
54
- import {
55
- DeleteGrantCommandInput,
56
- DeleteGrantCommandOutput,
57
- } from "../commands/DeleteGrantCommand";
58
- import {
59
- DeleteLicenseCommandInput,
60
- DeleteLicenseCommandOutput,
61
- } from "../commands/DeleteLicenseCommand";
62
- import {
63
- DeleteLicenseConfigurationCommandInput,
64
- DeleteLicenseConfigurationCommandOutput,
65
- } from "../commands/DeleteLicenseConfigurationCommand";
66
- import {
67
- DeleteLicenseManagerReportGeneratorCommandInput,
68
- DeleteLicenseManagerReportGeneratorCommandOutput,
69
- } from "../commands/DeleteLicenseManagerReportGeneratorCommand";
70
- import {
71
- DeleteTokenCommandInput,
72
- DeleteTokenCommandOutput,
73
- } from "../commands/DeleteTokenCommand";
74
- import {
75
- ExtendLicenseConsumptionCommandInput,
76
- ExtendLicenseConsumptionCommandOutput,
77
- } from "../commands/ExtendLicenseConsumptionCommand";
78
- import {
79
- GetAccessTokenCommandInput,
80
- GetAccessTokenCommandOutput,
81
- } from "../commands/GetAccessTokenCommand";
82
- import {
83
- GetGrantCommandInput,
84
- GetGrantCommandOutput,
85
- } from "../commands/GetGrantCommand";
86
- import {
87
- GetLicenseCommandInput,
88
- GetLicenseCommandOutput,
89
- } from "../commands/GetLicenseCommand";
90
- import {
91
- GetLicenseConfigurationCommandInput,
92
- GetLicenseConfigurationCommandOutput,
93
- } from "../commands/GetLicenseConfigurationCommand";
94
- import {
95
- GetLicenseConversionTaskCommandInput,
96
- GetLicenseConversionTaskCommandOutput,
97
- } from "../commands/GetLicenseConversionTaskCommand";
98
- import {
99
- GetLicenseManagerReportGeneratorCommandInput,
100
- GetLicenseManagerReportGeneratorCommandOutput,
101
- } from "../commands/GetLicenseManagerReportGeneratorCommand";
102
- import {
103
- GetLicenseUsageCommandInput,
104
- GetLicenseUsageCommandOutput,
105
- } from "../commands/GetLicenseUsageCommand";
106
- import {
107
- GetServiceSettingsCommandInput,
108
- GetServiceSettingsCommandOutput,
109
- } from "../commands/GetServiceSettingsCommand";
110
- import {
111
- ListAssociationsForLicenseConfigurationCommandInput,
112
- ListAssociationsForLicenseConfigurationCommandOutput,
113
- } from "../commands/ListAssociationsForLicenseConfigurationCommand";
114
- import {
115
- ListDistributedGrantsCommandInput,
116
- ListDistributedGrantsCommandOutput,
117
- } from "../commands/ListDistributedGrantsCommand";
118
- import {
119
- ListFailuresForLicenseConfigurationOperationsCommandInput,
120
- ListFailuresForLicenseConfigurationOperationsCommandOutput,
121
- } from "../commands/ListFailuresForLicenseConfigurationOperationsCommand";
122
- import {
123
- ListLicenseConfigurationsCommandInput,
124
- ListLicenseConfigurationsCommandOutput,
125
- } from "../commands/ListLicenseConfigurationsCommand";
126
- import {
127
- ListLicenseConversionTasksCommandInput,
128
- ListLicenseConversionTasksCommandOutput,
129
- } from "../commands/ListLicenseConversionTasksCommand";
130
- import {
131
- ListLicenseManagerReportGeneratorsCommandInput,
132
- ListLicenseManagerReportGeneratorsCommandOutput,
133
- } from "../commands/ListLicenseManagerReportGeneratorsCommand";
134
- import {
135
- ListLicensesCommandInput,
136
- ListLicensesCommandOutput,
137
- } from "../commands/ListLicensesCommand";
138
- import {
139
- ListLicenseSpecificationsForResourceCommandInput,
140
- ListLicenseSpecificationsForResourceCommandOutput,
141
- } from "../commands/ListLicenseSpecificationsForResourceCommand";
142
- import {
143
- ListLicenseVersionsCommandInput,
144
- ListLicenseVersionsCommandOutput,
145
- } from "../commands/ListLicenseVersionsCommand";
146
- import {
147
- ListReceivedGrantsCommandInput,
148
- ListReceivedGrantsCommandOutput,
149
- } from "../commands/ListReceivedGrantsCommand";
150
- import {
151
- ListReceivedGrantsForOrganizationCommandInput,
152
- ListReceivedGrantsForOrganizationCommandOutput,
153
- } from "../commands/ListReceivedGrantsForOrganizationCommand";
154
- import {
155
- ListReceivedLicensesCommandInput,
156
- ListReceivedLicensesCommandOutput,
157
- } from "../commands/ListReceivedLicensesCommand";
158
- import {
159
- ListReceivedLicensesForOrganizationCommandInput,
160
- ListReceivedLicensesForOrganizationCommandOutput,
161
- } from "../commands/ListReceivedLicensesForOrganizationCommand";
162
- import {
163
- ListResourceInventoryCommandInput,
164
- ListResourceInventoryCommandOutput,
165
- } from "../commands/ListResourceInventoryCommand";
166
- import {
167
- ListTagsForResourceCommandInput,
168
- ListTagsForResourceCommandOutput,
169
- } from "../commands/ListTagsForResourceCommand";
170
- import {
171
- ListTokensCommandInput,
172
- ListTokensCommandOutput,
173
- } from "../commands/ListTokensCommand";
174
- import {
175
- ListUsageForLicenseConfigurationCommandInput,
176
- ListUsageForLicenseConfigurationCommandOutput,
177
- } from "../commands/ListUsageForLicenseConfigurationCommand";
178
- import {
179
- RejectGrantCommandInput,
180
- RejectGrantCommandOutput,
181
- } from "../commands/RejectGrantCommand";
182
- import {
183
- TagResourceCommandInput,
184
- TagResourceCommandOutput,
185
- } from "../commands/TagResourceCommand";
186
- import {
187
- UntagResourceCommandInput,
188
- UntagResourceCommandOutput,
189
- } from "../commands/UntagResourceCommand";
190
- import {
191
- UpdateLicenseConfigurationCommandInput,
192
- UpdateLicenseConfigurationCommandOutput,
193
- } from "../commands/UpdateLicenseConfigurationCommand";
194
- import {
195
- UpdateLicenseManagerReportGeneratorCommandInput,
196
- UpdateLicenseManagerReportGeneratorCommandOutput,
197
- } from "../commands/UpdateLicenseManagerReportGeneratorCommand";
198
- import {
199
- UpdateLicenseSpecificationsForResourceCommandInput,
200
- UpdateLicenseSpecificationsForResourceCommandOutput,
201
- } from "../commands/UpdateLicenseSpecificationsForResourceCommand";
202
- import {
203
- UpdateServiceSettingsCommandInput,
204
- UpdateServiceSettingsCommandOutput,
205
- } from "../commands/UpdateServiceSettingsCommand";
206
- export declare const se_AcceptGrantCommand: (
207
- input: AcceptGrantCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_CheckInLicenseCommand: (
211
- input: CheckInLicenseCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_CheckoutBorrowLicenseCommand: (
215
- input: CheckoutBorrowLicenseCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_CheckoutLicenseCommand: (
219
- input: CheckoutLicenseCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_CreateGrantCommand: (
223
- input: CreateGrantCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_CreateGrantVersionCommand: (
227
- input: CreateGrantVersionCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_CreateLicenseCommand: (
231
- input: CreateLicenseCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_CreateLicenseConfigurationCommand: (
235
- input: CreateLicenseConfigurationCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_CreateLicenseConversionTaskForResourceCommand: (
239
- input: CreateLicenseConversionTaskForResourceCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_CreateLicenseManagerReportGeneratorCommand: (
243
- input: CreateLicenseManagerReportGeneratorCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_CreateLicenseVersionCommand: (
247
- input: CreateLicenseVersionCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_CreateTokenCommand: (
251
- input: CreateTokenCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_DeleteGrantCommand: (
255
- input: DeleteGrantCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_DeleteLicenseCommand: (
259
- input: DeleteLicenseCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_DeleteLicenseConfigurationCommand: (
263
- input: DeleteLicenseConfigurationCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_DeleteLicenseManagerReportGeneratorCommand: (
267
- input: DeleteLicenseManagerReportGeneratorCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_DeleteTokenCommand: (
271
- input: DeleteTokenCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_ExtendLicenseConsumptionCommand: (
275
- input: ExtendLicenseConsumptionCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_GetAccessTokenCommand: (
279
- input: GetAccessTokenCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_GetGrantCommand: (
283
- input: GetGrantCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_GetLicenseCommand: (
287
- input: GetLicenseCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_GetLicenseConfigurationCommand: (
291
- input: GetLicenseConfigurationCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_GetLicenseConversionTaskCommand: (
295
- input: GetLicenseConversionTaskCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_GetLicenseManagerReportGeneratorCommand: (
299
- input: GetLicenseManagerReportGeneratorCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_GetLicenseUsageCommand: (
303
- input: GetLicenseUsageCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_GetServiceSettingsCommand: (
307
- input: GetServiceSettingsCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_ListAssociationsForLicenseConfigurationCommand: (
311
- input: ListAssociationsForLicenseConfigurationCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_ListDistributedGrantsCommand: (
315
- input: ListDistributedGrantsCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_ListFailuresForLicenseConfigurationOperationsCommand: (
319
- input: ListFailuresForLicenseConfigurationOperationsCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_ListLicenseConfigurationsCommand: (
323
- input: ListLicenseConfigurationsCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_ListLicenseConversionTasksCommand: (
327
- input: ListLicenseConversionTasksCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_ListLicenseManagerReportGeneratorsCommand: (
331
- input: ListLicenseManagerReportGeneratorsCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_ListLicensesCommand: (
335
- input: ListLicensesCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_ListLicenseSpecificationsForResourceCommand: (
339
- input: ListLicenseSpecificationsForResourceCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_ListLicenseVersionsCommand: (
343
- input: ListLicenseVersionsCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_ListReceivedGrantsCommand: (
347
- input: ListReceivedGrantsCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_ListReceivedGrantsForOrganizationCommand: (
351
- input: ListReceivedGrantsForOrganizationCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_ListReceivedLicensesCommand: (
355
- input: ListReceivedLicensesCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_ListReceivedLicensesForOrganizationCommand: (
359
- input: ListReceivedLicensesForOrganizationCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_ListResourceInventoryCommand: (
363
- input: ListResourceInventoryCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_ListTagsForResourceCommand: (
367
- input: ListTagsForResourceCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_ListTokensCommand: (
371
- input: ListTokensCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_ListUsageForLicenseConfigurationCommand: (
375
- input: ListUsageForLicenseConfigurationCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_RejectGrantCommand: (
379
- input: RejectGrantCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_TagResourceCommand: (
383
- input: TagResourceCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_UntagResourceCommand: (
387
- input: UntagResourceCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_UpdateLicenseConfigurationCommand: (
391
- input: UpdateLicenseConfigurationCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_UpdateLicenseManagerReportGeneratorCommand: (
395
- input: UpdateLicenseManagerReportGeneratorCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_UpdateLicenseSpecificationsForResourceCommand: (
399
- input: UpdateLicenseSpecificationsForResourceCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_UpdateServiceSettingsCommand: (
403
- input: UpdateServiceSettingsCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const de_AcceptGrantCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<AcceptGrantCommandOutput>;
410
- export declare const de_CheckInLicenseCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<CheckInLicenseCommandOutput>;
414
- export declare const de_CheckoutBorrowLicenseCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<CheckoutBorrowLicenseCommandOutput>;
418
- export declare const de_CheckoutLicenseCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<CheckoutLicenseCommandOutput>;
422
- export declare const de_CreateGrantCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<CreateGrantCommandOutput>;
426
- export declare const de_CreateGrantVersionCommand: (
427
- output: __HttpResponse,
428
- context: __SerdeContext
429
- ) => Promise<CreateGrantVersionCommandOutput>;
430
- export declare const de_CreateLicenseCommand: (
431
- output: __HttpResponse,
432
- context: __SerdeContext
433
- ) => Promise<CreateLicenseCommandOutput>;
434
- export declare const de_CreateLicenseConfigurationCommand: (
435
- output: __HttpResponse,
436
- context: __SerdeContext
437
- ) => Promise<CreateLicenseConfigurationCommandOutput>;
438
- export declare const de_CreateLicenseConversionTaskForResourceCommand: (
439
- output: __HttpResponse,
440
- context: __SerdeContext
441
- ) => Promise<CreateLicenseConversionTaskForResourceCommandOutput>;
442
- export declare const de_CreateLicenseManagerReportGeneratorCommand: (
443
- output: __HttpResponse,
444
- context: __SerdeContext
445
- ) => Promise<CreateLicenseManagerReportGeneratorCommandOutput>;
446
- export declare const de_CreateLicenseVersionCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<CreateLicenseVersionCommandOutput>;
450
- export declare const de_CreateTokenCommand: (
451
- output: __HttpResponse,
452
- context: __SerdeContext
453
- ) => Promise<CreateTokenCommandOutput>;
454
- export declare const de_DeleteGrantCommand: (
455
- output: __HttpResponse,
456
- context: __SerdeContext
457
- ) => Promise<DeleteGrantCommandOutput>;
458
- export declare const de_DeleteLicenseCommand: (
459
- output: __HttpResponse,
460
- context: __SerdeContext
461
- ) => Promise<DeleteLicenseCommandOutput>;
462
- export declare const de_DeleteLicenseConfigurationCommand: (
463
- output: __HttpResponse,
464
- context: __SerdeContext
465
- ) => Promise<DeleteLicenseConfigurationCommandOutput>;
466
- export declare const de_DeleteLicenseManagerReportGeneratorCommand: (
467
- output: __HttpResponse,
468
- context: __SerdeContext
469
- ) => Promise<DeleteLicenseManagerReportGeneratorCommandOutput>;
470
- export declare const de_DeleteTokenCommand: (
471
- output: __HttpResponse,
472
- context: __SerdeContext
473
- ) => Promise<DeleteTokenCommandOutput>;
474
- export declare const de_ExtendLicenseConsumptionCommand: (
475
- output: __HttpResponse,
476
- context: __SerdeContext
477
- ) => Promise<ExtendLicenseConsumptionCommandOutput>;
478
- export declare const de_GetAccessTokenCommand: (
479
- output: __HttpResponse,
480
- context: __SerdeContext
481
- ) => Promise<GetAccessTokenCommandOutput>;
482
- export declare const de_GetGrantCommand: (
483
- output: __HttpResponse,
484
- context: __SerdeContext
485
- ) => Promise<GetGrantCommandOutput>;
486
- export declare const de_GetLicenseCommand: (
487
- output: __HttpResponse,
488
- context: __SerdeContext
489
- ) => Promise<GetLicenseCommandOutput>;
490
- export declare const de_GetLicenseConfigurationCommand: (
491
- output: __HttpResponse,
492
- context: __SerdeContext
493
- ) => Promise<GetLicenseConfigurationCommandOutput>;
494
- export declare const de_GetLicenseConversionTaskCommand: (
495
- output: __HttpResponse,
496
- context: __SerdeContext
497
- ) => Promise<GetLicenseConversionTaskCommandOutput>;
498
- export declare const de_GetLicenseManagerReportGeneratorCommand: (
499
- output: __HttpResponse,
500
- context: __SerdeContext
501
- ) => Promise<GetLicenseManagerReportGeneratorCommandOutput>;
502
- export declare const de_GetLicenseUsageCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<GetLicenseUsageCommandOutput>;
506
- export declare const de_GetServiceSettingsCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<GetServiceSettingsCommandOutput>;
510
- export declare const de_ListAssociationsForLicenseConfigurationCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<ListAssociationsForLicenseConfigurationCommandOutput>;
514
- export declare const de_ListDistributedGrantsCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<ListDistributedGrantsCommandOutput>;
518
- export declare const de_ListFailuresForLicenseConfigurationOperationsCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<ListFailuresForLicenseConfigurationOperationsCommandOutput>;
522
- export declare const de_ListLicenseConfigurationsCommand: (
523
- output: __HttpResponse,
524
- context: __SerdeContext
525
- ) => Promise<ListLicenseConfigurationsCommandOutput>;
526
- export declare const de_ListLicenseConversionTasksCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<ListLicenseConversionTasksCommandOutput>;
530
- export declare const de_ListLicenseManagerReportGeneratorsCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<ListLicenseManagerReportGeneratorsCommandOutput>;
534
- export declare const de_ListLicensesCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<ListLicensesCommandOutput>;
538
- export declare const de_ListLicenseSpecificationsForResourceCommand: (
539
- output: __HttpResponse,
540
- context: __SerdeContext
541
- ) => Promise<ListLicenseSpecificationsForResourceCommandOutput>;
542
- export declare const de_ListLicenseVersionsCommand: (
543
- output: __HttpResponse,
544
- context: __SerdeContext
545
- ) => Promise<ListLicenseVersionsCommandOutput>;
546
- export declare const de_ListReceivedGrantsCommand: (
547
- output: __HttpResponse,
548
- context: __SerdeContext
549
- ) => Promise<ListReceivedGrantsCommandOutput>;
550
- export declare const de_ListReceivedGrantsForOrganizationCommand: (
551
- output: __HttpResponse,
552
- context: __SerdeContext
553
- ) => Promise<ListReceivedGrantsForOrganizationCommandOutput>;
554
- export declare const de_ListReceivedLicensesCommand: (
555
- output: __HttpResponse,
556
- context: __SerdeContext
557
- ) => Promise<ListReceivedLicensesCommandOutput>;
558
- export declare const de_ListReceivedLicensesForOrganizationCommand: (
559
- output: __HttpResponse,
560
- context: __SerdeContext
561
- ) => Promise<ListReceivedLicensesForOrganizationCommandOutput>;
562
- export declare const de_ListResourceInventoryCommand: (
563
- output: __HttpResponse,
564
- context: __SerdeContext
565
- ) => Promise<ListResourceInventoryCommandOutput>;
566
- export declare const de_ListTagsForResourceCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<ListTagsForResourceCommandOutput>;
570
- export declare const de_ListTokensCommand: (
571
- output: __HttpResponse,
572
- context: __SerdeContext
573
- ) => Promise<ListTokensCommandOutput>;
574
- export declare const de_ListUsageForLicenseConfigurationCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<ListUsageForLicenseConfigurationCommandOutput>;
578
- export declare const de_RejectGrantCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<RejectGrantCommandOutput>;
582
- export declare const de_TagResourceCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<TagResourceCommandOutput>;
586
- export declare const de_UntagResourceCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<UntagResourceCommandOutput>;
590
- export declare const de_UpdateLicenseConfigurationCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<UpdateLicenseConfigurationCommandOutput>;
594
- export declare const de_UpdateLicenseManagerReportGeneratorCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<UpdateLicenseManagerReportGeneratorCommandOutput>;
598
- export declare const de_UpdateLicenseSpecificationsForResourceCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<UpdateLicenseSpecificationsForResourceCommandOutput>;
602
- export declare const de_UpdateServiceSettingsCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<UpdateServiceSettingsCommandOutput>;