@aws-sdk/client-license-manager 3.170.0 → 3.178.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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/LicenseManager.d.ts +0 -48
- package/dist-types/ts3.4/LicenseManagerClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AcceptGrantCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CheckInLicenseCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CheckoutBorrowLicenseCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CheckoutLicenseCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateGrantVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLicenseCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLicenseVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteGrantCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLicenseCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLicenseConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ExtendLicenseConsumptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetGrantCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLicenseCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLicenseConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLicenseConversionTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLicenseManagerReportGeneratorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLicenseUsageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetServiceSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDistributedGrantsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListLicenseConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListLicenseConversionTasksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListLicenseSpecificationsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListLicenseVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListLicensesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListReceivedGrantsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListReceivedLicensesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListResourceInventoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTokensCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RejectGrantCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateLicenseConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/LicenseManagerServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -535
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-license-manager
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-license-manager
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-license-manager
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: LicenseManagerClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: LicenseManagerClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: LicenseManagerClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -192,7 +192,6 @@ import {
|
|
|
192
192
|
UpdateServiceSettingsCommandOutput,
|
|
193
193
|
} from "./commands/UpdateServiceSettingsCommand";
|
|
194
194
|
import { LicenseManagerClient } from "./LicenseManagerClient";
|
|
195
|
-
|
|
196
195
|
export declare class LicenseManager extends LicenseManagerClient {
|
|
197
196
|
acceptGrant(
|
|
198
197
|
args: AcceptGrantCommandInput,
|
|
@@ -207,7 +206,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
207
206
|
options: __HttpHandlerOptions,
|
|
208
207
|
cb: (err: any, data?: AcceptGrantCommandOutput) => void
|
|
209
208
|
): void;
|
|
210
|
-
|
|
211
209
|
checkInLicense(
|
|
212
210
|
args: CheckInLicenseCommandInput,
|
|
213
211
|
options?: __HttpHandlerOptions
|
|
@@ -221,7 +219,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
221
219
|
options: __HttpHandlerOptions,
|
|
222
220
|
cb: (err: any, data?: CheckInLicenseCommandOutput) => void
|
|
223
221
|
): void;
|
|
224
|
-
|
|
225
222
|
checkoutBorrowLicense(
|
|
226
223
|
args: CheckoutBorrowLicenseCommandInput,
|
|
227
224
|
options?: __HttpHandlerOptions
|
|
@@ -235,7 +232,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
235
232
|
options: __HttpHandlerOptions,
|
|
236
233
|
cb: (err: any, data?: CheckoutBorrowLicenseCommandOutput) => void
|
|
237
234
|
): void;
|
|
238
|
-
|
|
239
235
|
checkoutLicense(
|
|
240
236
|
args: CheckoutLicenseCommandInput,
|
|
241
237
|
options?: __HttpHandlerOptions
|
|
@@ -249,7 +245,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
249
245
|
options: __HttpHandlerOptions,
|
|
250
246
|
cb: (err: any, data?: CheckoutLicenseCommandOutput) => void
|
|
251
247
|
): void;
|
|
252
|
-
|
|
253
248
|
createGrant(
|
|
254
249
|
args: CreateGrantCommandInput,
|
|
255
250
|
options?: __HttpHandlerOptions
|
|
@@ -263,7 +258,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
263
258
|
options: __HttpHandlerOptions,
|
|
264
259
|
cb: (err: any, data?: CreateGrantCommandOutput) => void
|
|
265
260
|
): void;
|
|
266
|
-
|
|
267
261
|
createGrantVersion(
|
|
268
262
|
args: CreateGrantVersionCommandInput,
|
|
269
263
|
options?: __HttpHandlerOptions
|
|
@@ -277,7 +271,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
277
271
|
options: __HttpHandlerOptions,
|
|
278
272
|
cb: (err: any, data?: CreateGrantVersionCommandOutput) => void
|
|
279
273
|
): void;
|
|
280
|
-
|
|
281
274
|
createLicense(
|
|
282
275
|
args: CreateLicenseCommandInput,
|
|
283
276
|
options?: __HttpHandlerOptions
|
|
@@ -291,7 +284,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
291
284
|
options: __HttpHandlerOptions,
|
|
292
285
|
cb: (err: any, data?: CreateLicenseCommandOutput) => void
|
|
293
286
|
): void;
|
|
294
|
-
|
|
295
287
|
createLicenseConfiguration(
|
|
296
288
|
args: CreateLicenseConfigurationCommandInput,
|
|
297
289
|
options?: __HttpHandlerOptions
|
|
@@ -305,7 +297,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
305
297
|
options: __HttpHandlerOptions,
|
|
306
298
|
cb: (err: any, data?: CreateLicenseConfigurationCommandOutput) => void
|
|
307
299
|
): void;
|
|
308
|
-
|
|
309
300
|
createLicenseConversionTaskForResource(
|
|
310
301
|
args: CreateLicenseConversionTaskForResourceCommandInput,
|
|
311
302
|
options?: __HttpHandlerOptions
|
|
@@ -325,7 +316,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
325
316
|
data?: CreateLicenseConversionTaskForResourceCommandOutput
|
|
326
317
|
) => void
|
|
327
318
|
): void;
|
|
328
|
-
|
|
329
319
|
createLicenseManagerReportGenerator(
|
|
330
320
|
args: CreateLicenseManagerReportGeneratorCommandInput,
|
|
331
321
|
options?: __HttpHandlerOptions
|
|
@@ -345,7 +335,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
345
335
|
data?: CreateLicenseManagerReportGeneratorCommandOutput
|
|
346
336
|
) => void
|
|
347
337
|
): void;
|
|
348
|
-
|
|
349
338
|
createLicenseVersion(
|
|
350
339
|
args: CreateLicenseVersionCommandInput,
|
|
351
340
|
options?: __HttpHandlerOptions
|
|
@@ -359,7 +348,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
359
348
|
options: __HttpHandlerOptions,
|
|
360
349
|
cb: (err: any, data?: CreateLicenseVersionCommandOutput) => void
|
|
361
350
|
): void;
|
|
362
|
-
|
|
363
351
|
createToken(
|
|
364
352
|
args: CreateTokenCommandInput,
|
|
365
353
|
options?: __HttpHandlerOptions
|
|
@@ -373,7 +361,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
373
361
|
options: __HttpHandlerOptions,
|
|
374
362
|
cb: (err: any, data?: CreateTokenCommandOutput) => void
|
|
375
363
|
): void;
|
|
376
|
-
|
|
377
364
|
deleteGrant(
|
|
378
365
|
args: DeleteGrantCommandInput,
|
|
379
366
|
options?: __HttpHandlerOptions
|
|
@@ -387,7 +374,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
387
374
|
options: __HttpHandlerOptions,
|
|
388
375
|
cb: (err: any, data?: DeleteGrantCommandOutput) => void
|
|
389
376
|
): void;
|
|
390
|
-
|
|
391
377
|
deleteLicense(
|
|
392
378
|
args: DeleteLicenseCommandInput,
|
|
393
379
|
options?: __HttpHandlerOptions
|
|
@@ -401,7 +387,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
401
387
|
options: __HttpHandlerOptions,
|
|
402
388
|
cb: (err: any, data?: DeleteLicenseCommandOutput) => void
|
|
403
389
|
): void;
|
|
404
|
-
|
|
405
390
|
deleteLicenseConfiguration(
|
|
406
391
|
args: DeleteLicenseConfigurationCommandInput,
|
|
407
392
|
options?: __HttpHandlerOptions
|
|
@@ -415,7 +400,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
415
400
|
options: __HttpHandlerOptions,
|
|
416
401
|
cb: (err: any, data?: DeleteLicenseConfigurationCommandOutput) => void
|
|
417
402
|
): void;
|
|
418
|
-
|
|
419
403
|
deleteLicenseManagerReportGenerator(
|
|
420
404
|
args: DeleteLicenseManagerReportGeneratorCommandInput,
|
|
421
405
|
options?: __HttpHandlerOptions
|
|
@@ -435,7 +419,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
435
419
|
data?: DeleteLicenseManagerReportGeneratorCommandOutput
|
|
436
420
|
) => void
|
|
437
421
|
): void;
|
|
438
|
-
|
|
439
422
|
deleteToken(
|
|
440
423
|
args: DeleteTokenCommandInput,
|
|
441
424
|
options?: __HttpHandlerOptions
|
|
@@ -449,7 +432,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
449
432
|
options: __HttpHandlerOptions,
|
|
450
433
|
cb: (err: any, data?: DeleteTokenCommandOutput) => void
|
|
451
434
|
): void;
|
|
452
|
-
|
|
453
435
|
extendLicenseConsumption(
|
|
454
436
|
args: ExtendLicenseConsumptionCommandInput,
|
|
455
437
|
options?: __HttpHandlerOptions
|
|
@@ -463,7 +445,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
463
445
|
options: __HttpHandlerOptions,
|
|
464
446
|
cb: (err: any, data?: ExtendLicenseConsumptionCommandOutput) => void
|
|
465
447
|
): void;
|
|
466
|
-
|
|
467
448
|
getAccessToken(
|
|
468
449
|
args: GetAccessTokenCommandInput,
|
|
469
450
|
options?: __HttpHandlerOptions
|
|
@@ -477,7 +458,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
477
458
|
options: __HttpHandlerOptions,
|
|
478
459
|
cb: (err: any, data?: GetAccessTokenCommandOutput) => void
|
|
479
460
|
): void;
|
|
480
|
-
|
|
481
461
|
getGrant(
|
|
482
462
|
args: GetGrantCommandInput,
|
|
483
463
|
options?: __HttpHandlerOptions
|
|
@@ -491,7 +471,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
491
471
|
options: __HttpHandlerOptions,
|
|
492
472
|
cb: (err: any, data?: GetGrantCommandOutput) => void
|
|
493
473
|
): void;
|
|
494
|
-
|
|
495
474
|
getLicense(
|
|
496
475
|
args: GetLicenseCommandInput,
|
|
497
476
|
options?: __HttpHandlerOptions
|
|
@@ -505,7 +484,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
505
484
|
options: __HttpHandlerOptions,
|
|
506
485
|
cb: (err: any, data?: GetLicenseCommandOutput) => void
|
|
507
486
|
): void;
|
|
508
|
-
|
|
509
487
|
getLicenseConfiguration(
|
|
510
488
|
args: GetLicenseConfigurationCommandInput,
|
|
511
489
|
options?: __HttpHandlerOptions
|
|
@@ -519,7 +497,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
519
497
|
options: __HttpHandlerOptions,
|
|
520
498
|
cb: (err: any, data?: GetLicenseConfigurationCommandOutput) => void
|
|
521
499
|
): void;
|
|
522
|
-
|
|
523
500
|
getLicenseConversionTask(
|
|
524
501
|
args: GetLicenseConversionTaskCommandInput,
|
|
525
502
|
options?: __HttpHandlerOptions
|
|
@@ -533,7 +510,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
533
510
|
options: __HttpHandlerOptions,
|
|
534
511
|
cb: (err: any, data?: GetLicenseConversionTaskCommandOutput) => void
|
|
535
512
|
): void;
|
|
536
|
-
|
|
537
513
|
getLicenseManagerReportGenerator(
|
|
538
514
|
args: GetLicenseManagerReportGeneratorCommandInput,
|
|
539
515
|
options?: __HttpHandlerOptions
|
|
@@ -547,7 +523,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
547
523
|
options: __HttpHandlerOptions,
|
|
548
524
|
cb: (err: any, data?: GetLicenseManagerReportGeneratorCommandOutput) => void
|
|
549
525
|
): void;
|
|
550
|
-
|
|
551
526
|
getLicenseUsage(
|
|
552
527
|
args: GetLicenseUsageCommandInput,
|
|
553
528
|
options?: __HttpHandlerOptions
|
|
@@ -561,7 +536,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
561
536
|
options: __HttpHandlerOptions,
|
|
562
537
|
cb: (err: any, data?: GetLicenseUsageCommandOutput) => void
|
|
563
538
|
): void;
|
|
564
|
-
|
|
565
539
|
getServiceSettings(
|
|
566
540
|
args: GetServiceSettingsCommandInput,
|
|
567
541
|
options?: __HttpHandlerOptions
|
|
@@ -575,7 +549,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
575
549
|
options: __HttpHandlerOptions,
|
|
576
550
|
cb: (err: any, data?: GetServiceSettingsCommandOutput) => void
|
|
577
551
|
): void;
|
|
578
|
-
|
|
579
552
|
listAssociationsForLicenseConfiguration(
|
|
580
553
|
args: ListAssociationsForLicenseConfigurationCommandInput,
|
|
581
554
|
options?: __HttpHandlerOptions
|
|
@@ -595,7 +568,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
595
568
|
data?: ListAssociationsForLicenseConfigurationCommandOutput
|
|
596
569
|
) => void
|
|
597
570
|
): void;
|
|
598
|
-
|
|
599
571
|
listDistributedGrants(
|
|
600
572
|
args: ListDistributedGrantsCommandInput,
|
|
601
573
|
options?: __HttpHandlerOptions
|
|
@@ -609,7 +581,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
609
581
|
options: __HttpHandlerOptions,
|
|
610
582
|
cb: (err: any, data?: ListDistributedGrantsCommandOutput) => void
|
|
611
583
|
): void;
|
|
612
|
-
|
|
613
584
|
listFailuresForLicenseConfigurationOperations(
|
|
614
585
|
args: ListFailuresForLicenseConfigurationOperationsCommandInput,
|
|
615
586
|
options?: __HttpHandlerOptions
|
|
@@ -629,7 +600,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
629
600
|
data?: ListFailuresForLicenseConfigurationOperationsCommandOutput
|
|
630
601
|
) => void
|
|
631
602
|
): void;
|
|
632
|
-
|
|
633
603
|
listLicenseConfigurations(
|
|
634
604
|
args: ListLicenseConfigurationsCommandInput,
|
|
635
605
|
options?: __HttpHandlerOptions
|
|
@@ -643,7 +613,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
643
613
|
options: __HttpHandlerOptions,
|
|
644
614
|
cb: (err: any, data?: ListLicenseConfigurationsCommandOutput) => void
|
|
645
615
|
): void;
|
|
646
|
-
|
|
647
616
|
listLicenseConversionTasks(
|
|
648
617
|
args: ListLicenseConversionTasksCommandInput,
|
|
649
618
|
options?: __HttpHandlerOptions
|
|
@@ -657,7 +626,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
657
626
|
options: __HttpHandlerOptions,
|
|
658
627
|
cb: (err: any, data?: ListLicenseConversionTasksCommandOutput) => void
|
|
659
628
|
): void;
|
|
660
|
-
|
|
661
629
|
listLicenseManagerReportGenerators(
|
|
662
630
|
args: ListLicenseManagerReportGeneratorsCommandInput,
|
|
663
631
|
options?: __HttpHandlerOptions
|
|
@@ -677,7 +645,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
677
645
|
data?: ListLicenseManagerReportGeneratorsCommandOutput
|
|
678
646
|
) => void
|
|
679
647
|
): void;
|
|
680
|
-
|
|
681
648
|
listLicenses(
|
|
682
649
|
args: ListLicensesCommandInput,
|
|
683
650
|
options?: __HttpHandlerOptions
|
|
@@ -691,7 +658,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
691
658
|
options: __HttpHandlerOptions,
|
|
692
659
|
cb: (err: any, data?: ListLicensesCommandOutput) => void
|
|
693
660
|
): void;
|
|
694
|
-
|
|
695
661
|
listLicenseSpecificationsForResource(
|
|
696
662
|
args: ListLicenseSpecificationsForResourceCommandInput,
|
|
697
663
|
options?: __HttpHandlerOptions
|
|
@@ -711,7 +677,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
711
677
|
data?: ListLicenseSpecificationsForResourceCommandOutput
|
|
712
678
|
) => void
|
|
713
679
|
): void;
|
|
714
|
-
|
|
715
680
|
listLicenseVersions(
|
|
716
681
|
args: ListLicenseVersionsCommandInput,
|
|
717
682
|
options?: __HttpHandlerOptions
|
|
@@ -725,7 +690,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
725
690
|
options: __HttpHandlerOptions,
|
|
726
691
|
cb: (err: any, data?: ListLicenseVersionsCommandOutput) => void
|
|
727
692
|
): void;
|
|
728
|
-
|
|
729
693
|
listReceivedGrants(
|
|
730
694
|
args: ListReceivedGrantsCommandInput,
|
|
731
695
|
options?: __HttpHandlerOptions
|
|
@@ -739,7 +703,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
739
703
|
options: __HttpHandlerOptions,
|
|
740
704
|
cb: (err: any, data?: ListReceivedGrantsCommandOutput) => void
|
|
741
705
|
): void;
|
|
742
|
-
|
|
743
706
|
listReceivedLicenses(
|
|
744
707
|
args: ListReceivedLicensesCommandInput,
|
|
745
708
|
options?: __HttpHandlerOptions
|
|
@@ -753,7 +716,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
753
716
|
options: __HttpHandlerOptions,
|
|
754
717
|
cb: (err: any, data?: ListReceivedLicensesCommandOutput) => void
|
|
755
718
|
): void;
|
|
756
|
-
|
|
757
719
|
listResourceInventory(
|
|
758
720
|
args: ListResourceInventoryCommandInput,
|
|
759
721
|
options?: __HttpHandlerOptions
|
|
@@ -767,7 +729,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
767
729
|
options: __HttpHandlerOptions,
|
|
768
730
|
cb: (err: any, data?: ListResourceInventoryCommandOutput) => void
|
|
769
731
|
): void;
|
|
770
|
-
|
|
771
732
|
listTagsForResource(
|
|
772
733
|
args: ListTagsForResourceCommandInput,
|
|
773
734
|
options?: __HttpHandlerOptions
|
|
@@ -781,7 +742,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
781
742
|
options: __HttpHandlerOptions,
|
|
782
743
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
783
744
|
): void;
|
|
784
|
-
|
|
785
745
|
listTokens(
|
|
786
746
|
args: ListTokensCommandInput,
|
|
787
747
|
options?: __HttpHandlerOptions
|
|
@@ -795,7 +755,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
795
755
|
options: __HttpHandlerOptions,
|
|
796
756
|
cb: (err: any, data?: ListTokensCommandOutput) => void
|
|
797
757
|
): void;
|
|
798
|
-
|
|
799
758
|
listUsageForLicenseConfiguration(
|
|
800
759
|
args: ListUsageForLicenseConfigurationCommandInput,
|
|
801
760
|
options?: __HttpHandlerOptions
|
|
@@ -809,7 +768,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
809
768
|
options: __HttpHandlerOptions,
|
|
810
769
|
cb: (err: any, data?: ListUsageForLicenseConfigurationCommandOutput) => void
|
|
811
770
|
): void;
|
|
812
|
-
|
|
813
771
|
rejectGrant(
|
|
814
772
|
args: RejectGrantCommandInput,
|
|
815
773
|
options?: __HttpHandlerOptions
|
|
@@ -823,7 +781,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
823
781
|
options: __HttpHandlerOptions,
|
|
824
782
|
cb: (err: any, data?: RejectGrantCommandOutput) => void
|
|
825
783
|
): void;
|
|
826
|
-
|
|
827
784
|
tagResource(
|
|
828
785
|
args: TagResourceCommandInput,
|
|
829
786
|
options?: __HttpHandlerOptions
|
|
@@ -837,7 +794,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
837
794
|
options: __HttpHandlerOptions,
|
|
838
795
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
839
796
|
): void;
|
|
840
|
-
|
|
841
797
|
untagResource(
|
|
842
798
|
args: UntagResourceCommandInput,
|
|
843
799
|
options?: __HttpHandlerOptions
|
|
@@ -851,7 +807,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
851
807
|
options: __HttpHandlerOptions,
|
|
852
808
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
853
809
|
): void;
|
|
854
|
-
|
|
855
810
|
updateLicenseConfiguration(
|
|
856
811
|
args: UpdateLicenseConfigurationCommandInput,
|
|
857
812
|
options?: __HttpHandlerOptions
|
|
@@ -865,7 +820,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
865
820
|
options: __HttpHandlerOptions,
|
|
866
821
|
cb: (err: any, data?: UpdateLicenseConfigurationCommandOutput) => void
|
|
867
822
|
): void;
|
|
868
|
-
|
|
869
823
|
updateLicenseManagerReportGenerator(
|
|
870
824
|
args: UpdateLicenseManagerReportGeneratorCommandInput,
|
|
871
825
|
options?: __HttpHandlerOptions
|
|
@@ -885,7 +839,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
885
839
|
data?: UpdateLicenseManagerReportGeneratorCommandOutput
|
|
886
840
|
) => void
|
|
887
841
|
): void;
|
|
888
|
-
|
|
889
842
|
updateLicenseSpecificationsForResource(
|
|
890
843
|
args: UpdateLicenseSpecificationsForResourceCommandInput,
|
|
891
844
|
options?: __HttpHandlerOptions
|
|
@@ -905,7 +858,6 @@ export declare class LicenseManager extends LicenseManagerClient {
|
|
|
905
858
|
data?: UpdateLicenseSpecificationsForResourceCommandOutput
|
|
906
859
|
) => void
|
|
907
860
|
): void;
|
|
908
|
-
|
|
909
861
|
updateServiceSettings(
|
|
910
862
|
args: UpdateServiceSettingsCommandInput,
|
|
911
863
|
options?: __HttpHandlerOptions
|
|
@@ -335,47 +335,26 @@ export declare type ServiceOutputTypes =
|
|
|
335
335
|
export interface ClientDefaults
|
|
336
336
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
337
337
|
requestHandler?: __HttpHandler;
|
|
338
|
-
|
|
339
338
|
sha256?: __HashConstructor;
|
|
340
|
-
|
|
341
339
|
urlParser?: __UrlParser;
|
|
342
|
-
|
|
343
340
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
344
|
-
|
|
345
341
|
streamCollector?: __StreamCollector;
|
|
346
|
-
|
|
347
342
|
base64Decoder?: __Decoder;
|
|
348
|
-
|
|
349
343
|
base64Encoder?: __Encoder;
|
|
350
|
-
|
|
351
344
|
utf8Decoder?: __Decoder;
|
|
352
|
-
|
|
353
345
|
utf8Encoder?: __Encoder;
|
|
354
|
-
|
|
355
346
|
runtime?: string;
|
|
356
|
-
|
|
357
347
|
disableHostPrefix?: boolean;
|
|
358
|
-
|
|
359
348
|
maxAttempts?: number | __Provider<number>;
|
|
360
|
-
|
|
361
349
|
retryMode?: string | __Provider<string>;
|
|
362
|
-
|
|
363
350
|
logger?: __Logger;
|
|
364
|
-
|
|
365
351
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
366
|
-
|
|
367
352
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
368
|
-
|
|
369
353
|
serviceId?: string;
|
|
370
|
-
|
|
371
354
|
region?: string | __Provider<string>;
|
|
372
|
-
|
|
373
355
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
374
|
-
|
|
375
356
|
regionInfoProvider?: RegionInfoProvider;
|
|
376
|
-
|
|
377
357
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
378
|
-
|
|
379
358
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
380
359
|
}
|
|
381
360
|
declare type LicenseManagerClientConfigType = Partial<
|
|
@@ -388,7 +367,6 @@ declare type LicenseManagerClientConfigType = Partial<
|
|
|
388
367
|
HostHeaderInputConfig &
|
|
389
368
|
AwsAuthInputConfig &
|
|
390
369
|
UserAgentInputConfig;
|
|
391
|
-
|
|
392
370
|
export interface LicenseManagerClientConfig
|
|
393
371
|
extends LicenseManagerClientConfigType {}
|
|
394
372
|
declare type LicenseManagerClientResolvedConfigType =
|
|
@@ -400,10 +378,8 @@ declare type LicenseManagerClientResolvedConfigType =
|
|
|
400
378
|
HostHeaderResolvedConfig &
|
|
401
379
|
AwsAuthResolvedConfig &
|
|
402
380
|
UserAgentResolvedConfig;
|
|
403
|
-
|
|
404
381
|
export interface LicenseManagerClientResolvedConfig
|
|
405
382
|
extends LicenseManagerClientResolvedConfigType {}
|
|
406
|
-
|
|
407
383
|
export declare class LicenseManagerClient extends __Client<
|
|
408
384
|
__HttpHandlerOptions,
|
|
409
385
|
ServiceInputTypes,
|
|
@@ -412,7 +388,6 @@ export declare class LicenseManagerClient extends __Client<
|
|
|
412
388
|
> {
|
|
413
389
|
readonly config: LicenseManagerClientResolvedConfig;
|
|
414
390
|
constructor(configuration: LicenseManagerClientConfig);
|
|
415
|
-
|
|
416
391
|
destroy(): void;
|
|
417
392
|
}
|
|
418
393
|
export {};
|
|
@@ -15,7 +15,6 @@ export interface AcceptGrantCommandInput extends AcceptGrantRequest {}
|
|
|
15
15
|
export interface AcceptGrantCommandOutput
|
|
16
16
|
extends AcceptGrantResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class AcceptGrantCommand extends $Command<
|
|
20
19
|
AcceptGrantCommandInput,
|
|
21
20
|
AcceptGrantCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class AcceptGrantCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: AcceptGrantCommandInput;
|
|
25
24
|
constructor(input: AcceptGrantCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LicenseManagerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CheckInLicenseCommandInput extends CheckInLicenseRequest {}
|
|
|
18
18
|
export interface CheckInLicenseCommandOutput
|
|
19
19
|
extends CheckInLicenseResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CheckInLicenseCommand extends $Command<
|
|
23
22
|
CheckInLicenseCommandInput,
|
|
24
23
|
CheckInLicenseCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CheckInLicenseCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CheckInLicenseCommandInput;
|
|
28
27
|
constructor(input: CheckInLicenseCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LicenseManagerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CheckoutBorrowLicenseCommandInput
|
|
|
19
19
|
export interface CheckoutBorrowLicenseCommandOutput
|
|
20
20
|
extends CheckoutBorrowLicenseResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CheckoutBorrowLicenseCommand extends $Command<
|
|
24
23
|
CheckoutBorrowLicenseCommandInput,
|
|
25
24
|
CheckoutBorrowLicenseCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CheckoutBorrowLicenseCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CheckoutBorrowLicenseCommandInput;
|
|
29
28
|
constructor(input: CheckoutBorrowLicenseCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LicenseManagerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CheckoutLicenseCommandInput extends CheckoutLicenseRequest {}
|
|
|
18
18
|
export interface CheckoutLicenseCommandOutput
|
|
19
19
|
extends CheckoutLicenseResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CheckoutLicenseCommand extends $Command<
|
|
23
22
|
CheckoutLicenseCommandInput,
|
|
24
23
|
CheckoutLicenseCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CheckoutLicenseCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CheckoutLicenseCommandInput;
|
|
28
27
|
constructor(input: CheckoutLicenseCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LicenseManagerClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateGrantCommandInput extends CreateGrantRequest {}
|
|
|
15
15
|
export interface CreateGrantCommandOutput
|
|
16
16
|
extends CreateGrantResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateGrantCommand extends $Command<
|
|
20
19
|
CreateGrantCommandInput,
|
|
21
20
|
CreateGrantCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateGrantCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateGrantCommandInput;
|
|
25
24
|
constructor(input: CreateGrantCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LicenseManagerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateGrantVersionCommandInput
|
|
|
19
19
|
export interface CreateGrantVersionCommandOutput
|
|
20
20
|
extends CreateGrantVersionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateGrantVersionCommand extends $Command<
|
|
24
23
|
CreateGrantVersionCommandInput,
|
|
25
24
|
CreateGrantVersionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateGrantVersionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateGrantVersionCommandInput;
|
|
29
28
|
constructor(input: CreateGrantVersionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LicenseManagerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateLicenseCommandInput extends CreateLicenseRequest {}
|
|
|
18
18
|
export interface CreateLicenseCommandOutput
|
|
19
19
|
extends CreateLicenseResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateLicenseCommand extends $Command<
|
|
23
22
|
CreateLicenseCommandInput,
|
|
24
23
|
CreateLicenseCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateLicenseCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateLicenseCommandInput;
|
|
28
27
|
constructor(input: CreateLicenseCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LicenseManagerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateLicenseConfigurationCommandInput
|
|
|
19
19
|
export interface CreateLicenseConfigurationCommandOutput
|
|
20
20
|
extends CreateLicenseConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateLicenseConfigurationCommand extends $Command<
|
|
24
23
|
CreateLicenseConfigurationCommandInput,
|
|
25
24
|
CreateLicenseConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateLicenseConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateLicenseConfigurationCommandInput;
|
|
29
28
|
constructor(input: CreateLicenseConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LicenseManagerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateLicenseConversionTaskForResourceCommandInput
|
|
|
19
19
|
export interface CreateLicenseConversionTaskForResourceCommandOutput
|
|
20
20
|
extends CreateLicenseConversionTaskForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateLicenseConversionTaskForResourceCommand extends $Command<
|
|
24
23
|
CreateLicenseConversionTaskForResourceCommandInput,
|
|
25
24
|
CreateLicenseConversionTaskForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateLicenseConversionTaskForResourceCommand extends $Comm
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateLicenseConversionTaskForResourceCommandInput;
|
|
29
28
|
constructor(input: CreateLicenseConversionTaskForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LicenseManagerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateLicenseManagerReportGeneratorCommandInput
|
|
|
19
19
|
export interface CreateLicenseManagerReportGeneratorCommandOutput
|
|
20
20
|
extends CreateLicenseManagerReportGeneratorResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateLicenseManagerReportGeneratorCommand extends $Command<
|
|
24
23
|
CreateLicenseManagerReportGeneratorCommandInput,
|
|
25
24
|
CreateLicenseManagerReportGeneratorCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateLicenseManagerReportGeneratorCommand extends $Command
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateLicenseManagerReportGeneratorCommandInput;
|
|
29
28
|
constructor(input: CreateLicenseManagerReportGeneratorCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LicenseManagerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateLicenseVersionCommandInput
|
|
|
19
19
|
export interface CreateLicenseVersionCommandOutput
|
|
20
20
|
extends CreateLicenseVersionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateLicenseVersionCommand extends $Command<
|
|
24
23
|
CreateLicenseVersionCommandInput,
|
|
25
24
|
CreateLicenseVersionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateLicenseVersionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateLicenseVersionCommandInput;
|
|
29
28
|
constructor(input: CreateLicenseVersionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LicenseManagerClientResolvedConfig,
|