@aws-sdk/client-license-manager 3.50.0 → 3.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/LicenseManagerServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +245 -4
- package/dist-cjs/protocols/Aws_json1_1.js +611 -2475
- package/dist-es/index.js +1 -0
- package/dist-es/models/LicenseManagerServiceException.js +12 -0
- package/dist-es/models/models_0.js +225 -1
- package/dist-es/protocols/Aws_json1_1.js +1310 -2634
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/LicenseManagerServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +121 -52
- package/dist-types/ts3.4/LicenseManager.d.ts +245 -0
- package/dist-types/ts3.4/LicenseManagerClient.d.ts +121 -0
- package/dist-types/ts3.4/commands/AcceptGrantCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CheckInLicenseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CheckoutBorrowLicenseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CheckoutLicenseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateGrantVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLicenseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLicenseVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteGrantCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteLicenseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteLicenseConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExtendLicenseConsumptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetGrantCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetLicenseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetLicenseConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetLicenseConversionTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetLicenseManagerReportGeneratorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetLicenseUsageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetServiceSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDistributedGrantsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLicenseConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLicenseConversionTasksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLicenseSpecificationsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLicenseVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLicensesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListReceivedGrantsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListReceivedLicensesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResourceInventoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTokensCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RejectGrantCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateLicenseConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +48 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +5 -0
- package/dist-types/ts3.4/models/LicenseManagerServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2034 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +146 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
package/dist-types/index.d.ts
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
|
+
/**
|
|
3
|
+
* Base exception class for all service exceptions from LicenseManager service.
|
|
4
|
+
*/
|
|
5
|
+
export declare class LicenseManagerServiceException extends __ServiceException {
|
|
6
|
+
/**
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
9
|
+
constructor(options: __ServiceExceptionOptions);
|
|
10
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { LicenseManagerServiceException as __BaseException } from "./LicenseManagerServiceException";
|
|
2
3
|
export interface AcceptGrantRequest {
|
|
3
4
|
/**
|
|
4
5
|
* <p>Amazon Resource Name (ARN) of the grant.</p>
|
|
@@ -45,59 +46,87 @@ export declare namespace AcceptGrantResponse {
|
|
|
45
46
|
/**
|
|
46
47
|
* <p>Access to resource denied.</p>
|
|
47
48
|
*/
|
|
48
|
-
export
|
|
49
|
-
name: "AccessDeniedException";
|
|
50
|
-
$fault: "client";
|
|
49
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
50
|
+
readonly name: "AccessDeniedException";
|
|
51
|
+
readonly $fault: "client";
|
|
51
52
|
Message?: string;
|
|
53
|
+
/**
|
|
54
|
+
* @internal
|
|
55
|
+
*/
|
|
56
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
52
57
|
}
|
|
53
58
|
/**
|
|
54
59
|
* <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
|
|
55
60
|
* policy associated with this account.</p>
|
|
56
61
|
*/
|
|
57
|
-
export
|
|
58
|
-
name: "AuthorizationException";
|
|
59
|
-
$fault: "client";
|
|
62
|
+
export declare class AuthorizationException extends __BaseException {
|
|
63
|
+
readonly name: "AuthorizationException";
|
|
64
|
+
readonly $fault: "client";
|
|
60
65
|
Message?: string;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
69
|
+
constructor(opts: __ExceptionOptionType<AuthorizationException, __BaseException>);
|
|
61
70
|
}
|
|
62
71
|
/**
|
|
63
72
|
* <p>One or more parameter values are not valid.</p>
|
|
64
73
|
*/
|
|
65
|
-
export
|
|
66
|
-
name: "InvalidParameterValueException";
|
|
67
|
-
$fault: "client";
|
|
74
|
+
export declare class InvalidParameterValueException extends __BaseException {
|
|
75
|
+
readonly name: "InvalidParameterValueException";
|
|
76
|
+
readonly $fault: "client";
|
|
68
77
|
Message?: string;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
81
|
+
constructor(opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>);
|
|
69
82
|
}
|
|
70
83
|
/**
|
|
71
84
|
* <p>Too many requests have been submitted. Try again after a brief wait.</p>
|
|
72
85
|
*/
|
|
73
|
-
export
|
|
74
|
-
name: "RateLimitExceededException";
|
|
75
|
-
$fault: "client";
|
|
86
|
+
export declare class RateLimitExceededException extends __BaseException {
|
|
87
|
+
readonly name: "RateLimitExceededException";
|
|
88
|
+
readonly $fault: "client";
|
|
76
89
|
Message?: string;
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
93
|
+
constructor(opts: __ExceptionOptionType<RateLimitExceededException, __BaseException>);
|
|
77
94
|
}
|
|
78
95
|
/**
|
|
79
96
|
* <p>Your resource limits have been exceeded.</p>
|
|
80
97
|
*/
|
|
81
|
-
export
|
|
82
|
-
name: "ResourceLimitExceededException";
|
|
83
|
-
$fault: "client";
|
|
98
|
+
export declare class ResourceLimitExceededException extends __BaseException {
|
|
99
|
+
readonly name: "ResourceLimitExceededException";
|
|
100
|
+
readonly $fault: "client";
|
|
84
101
|
Message?: string;
|
|
102
|
+
/**
|
|
103
|
+
* @internal
|
|
104
|
+
*/
|
|
105
|
+
constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
|
|
85
106
|
}
|
|
86
107
|
/**
|
|
87
108
|
* <p>The server experienced an internal error. Try again.</p>
|
|
88
109
|
*/
|
|
89
|
-
export
|
|
90
|
-
name: "ServerInternalException";
|
|
91
|
-
$fault: "server";
|
|
110
|
+
export declare class ServerInternalException extends __BaseException {
|
|
111
|
+
readonly name: "ServerInternalException";
|
|
112
|
+
readonly $fault: "server";
|
|
92
113
|
Message?: string;
|
|
114
|
+
/**
|
|
115
|
+
* @internal
|
|
116
|
+
*/
|
|
117
|
+
constructor(opts: __ExceptionOptionType<ServerInternalException, __BaseException>);
|
|
93
118
|
}
|
|
94
119
|
/**
|
|
95
120
|
* <p>The provided input is not valid. Try your request again.</p>
|
|
96
121
|
*/
|
|
97
|
-
export
|
|
98
|
-
name: "ValidationException";
|
|
99
|
-
$fault: "client";
|
|
122
|
+
export declare class ValidationException extends __BaseException {
|
|
123
|
+
readonly name: "ValidationException";
|
|
124
|
+
readonly $fault: "client";
|
|
100
125
|
Message?: string;
|
|
126
|
+
/**
|
|
127
|
+
* @internal
|
|
128
|
+
*/
|
|
129
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
101
130
|
}
|
|
102
131
|
export declare enum AllowedOperation {
|
|
103
132
|
CHECKOUT_BORROW_LICENSE = "CheckoutBorrowLicense",
|
|
@@ -150,18 +179,26 @@ export declare namespace CheckInLicenseResponse {
|
|
|
150
179
|
/**
|
|
151
180
|
* <p>There was a conflict processing the request. Try your request again.</p>
|
|
152
181
|
*/
|
|
153
|
-
export
|
|
154
|
-
name: "ConflictException";
|
|
155
|
-
$fault: "client";
|
|
182
|
+
export declare class ConflictException extends __BaseException {
|
|
183
|
+
readonly name: "ConflictException";
|
|
184
|
+
readonly $fault: "client";
|
|
156
185
|
Message?: string;
|
|
186
|
+
/**
|
|
187
|
+
* @internal
|
|
188
|
+
*/
|
|
189
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
157
190
|
}
|
|
158
191
|
/**
|
|
159
192
|
* <p>The resource cannot be found.</p>
|
|
160
193
|
*/
|
|
161
|
-
export
|
|
162
|
-
name: "ResourceNotFoundException";
|
|
163
|
-
$fault: "client";
|
|
194
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
195
|
+
readonly name: "ResourceNotFoundException";
|
|
196
|
+
readonly $fault: "client";
|
|
164
197
|
Message?: string;
|
|
198
|
+
/**
|
|
199
|
+
* @internal
|
|
200
|
+
*/
|
|
201
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
165
202
|
}
|
|
166
203
|
/**
|
|
167
204
|
* <p>Describes key/value pairs.</p>
|
|
@@ -313,35 +350,51 @@ export declare namespace CheckoutBorrowLicenseResponse {
|
|
|
313
350
|
/**
|
|
314
351
|
* <p>The entitlement is not allowed.</p>
|
|
315
352
|
*/
|
|
316
|
-
export
|
|
317
|
-
name: "EntitlementNotAllowedException";
|
|
318
|
-
$fault: "client";
|
|
353
|
+
export declare class EntitlementNotAllowedException extends __BaseException {
|
|
354
|
+
readonly name: "EntitlementNotAllowedException";
|
|
355
|
+
readonly $fault: "client";
|
|
319
356
|
Message?: string;
|
|
357
|
+
/**
|
|
358
|
+
* @internal
|
|
359
|
+
*/
|
|
360
|
+
constructor(opts: __ExceptionOptionType<EntitlementNotAllowedException, __BaseException>);
|
|
320
361
|
}
|
|
321
362
|
/**
|
|
322
363
|
* <p>There are no entitlements found for this license, or the entitlement maximum count is reached.</p>
|
|
323
364
|
*/
|
|
324
|
-
export
|
|
325
|
-
name: "NoEntitlementsAllowedException";
|
|
326
|
-
$fault: "client";
|
|
365
|
+
export declare class NoEntitlementsAllowedException extends __BaseException {
|
|
366
|
+
readonly name: "NoEntitlementsAllowedException";
|
|
367
|
+
readonly $fault: "client";
|
|
327
368
|
Message?: string;
|
|
369
|
+
/**
|
|
370
|
+
* @internal
|
|
371
|
+
*/
|
|
372
|
+
constructor(opts: __ExceptionOptionType<NoEntitlementsAllowedException, __BaseException>);
|
|
328
373
|
}
|
|
329
374
|
/**
|
|
330
375
|
* <p>This is not the correct Region for the resource. Try again.</p>
|
|
331
376
|
*/
|
|
332
|
-
export
|
|
333
|
-
name: "RedirectException";
|
|
334
|
-
$fault: "client";
|
|
377
|
+
export declare class RedirectException extends __BaseException {
|
|
378
|
+
readonly name: "RedirectException";
|
|
379
|
+
readonly $fault: "client";
|
|
335
380
|
Location?: string;
|
|
336
381
|
Message?: string;
|
|
382
|
+
/**
|
|
383
|
+
* @internal
|
|
384
|
+
*/
|
|
385
|
+
constructor(opts: __ExceptionOptionType<RedirectException, __BaseException>);
|
|
337
386
|
}
|
|
338
387
|
/**
|
|
339
388
|
* <p>The digital signature method is unsupported. Try your request again.</p>
|
|
340
389
|
*/
|
|
341
|
-
export
|
|
342
|
-
name: "UnsupportedDigitalSignatureMethodException";
|
|
343
|
-
$fault: "client";
|
|
390
|
+
export declare class UnsupportedDigitalSignatureMethodException extends __BaseException {
|
|
391
|
+
readonly name: "UnsupportedDigitalSignatureMethodException";
|
|
392
|
+
readonly $fault: "client";
|
|
344
393
|
Message?: string;
|
|
394
|
+
/**
|
|
395
|
+
* @internal
|
|
396
|
+
*/
|
|
397
|
+
constructor(opts: __ExceptionOptionType<UnsupportedDigitalSignatureMethodException, __BaseException>);
|
|
345
398
|
}
|
|
346
399
|
export declare enum CheckoutType {
|
|
347
400
|
PERPETUAL = "PERPETUAL",
|
|
@@ -2107,10 +2160,14 @@ export declare namespace GetServiceSettingsResponse {
|
|
|
2107
2160
|
/**
|
|
2108
2161
|
* <p>The request uses too many filters or too many filter values.</p>
|
|
2109
2162
|
*/
|
|
2110
|
-
export
|
|
2111
|
-
name: "FilterLimitExceededException";
|
|
2112
|
-
$fault: "client";
|
|
2163
|
+
export declare class FilterLimitExceededException extends __BaseException {
|
|
2164
|
+
readonly name: "FilterLimitExceededException";
|
|
2165
|
+
readonly $fault: "client";
|
|
2113
2166
|
Message?: string;
|
|
2167
|
+
/**
|
|
2168
|
+
* @internal
|
|
2169
|
+
*/
|
|
2170
|
+
constructor(opts: __ExceptionOptionType<FilterLimitExceededException, __BaseException>);
|
|
2114
2171
|
}
|
|
2115
2172
|
export interface ListAssociationsForLicenseConfigurationRequest {
|
|
2116
2173
|
/**
|
|
@@ -3007,11 +3064,15 @@ export declare namespace ListReceivedLicensesResponse {
|
|
|
3007
3064
|
/**
|
|
3008
3065
|
* <p>A dependency required to run the API is missing.</p>
|
|
3009
3066
|
*/
|
|
3010
|
-
export
|
|
3011
|
-
name: "FailedDependencyException";
|
|
3012
|
-
$fault: "client";
|
|
3067
|
+
export declare class FailedDependencyException extends __BaseException {
|
|
3068
|
+
readonly name: "FailedDependencyException";
|
|
3069
|
+
readonly $fault: "client";
|
|
3013
3070
|
Message?: string;
|
|
3014
3071
|
ErrorCode?: string;
|
|
3072
|
+
/**
|
|
3073
|
+
* @internal
|
|
3074
|
+
*/
|
|
3075
|
+
constructor(opts: __ExceptionOptionType<FailedDependencyException, __BaseException>);
|
|
3015
3076
|
}
|
|
3016
3077
|
export declare enum InventoryFilterCondition {
|
|
3017
3078
|
BEGINS_WITH = "BEGINS_WITH",
|
|
@@ -3548,18 +3609,26 @@ export declare namespace UpdateLicenseManagerReportGeneratorResponse {
|
|
|
3548
3609
|
* <p>For example, you cannot allocate a license to an instance in the process of shutting
|
|
3549
3610
|
* down.</p>
|
|
3550
3611
|
*/
|
|
3551
|
-
export
|
|
3552
|
-
name: "InvalidResourceStateException";
|
|
3553
|
-
$fault: "client";
|
|
3612
|
+
export declare class InvalidResourceStateException extends __BaseException {
|
|
3613
|
+
readonly name: "InvalidResourceStateException";
|
|
3614
|
+
readonly $fault: "client";
|
|
3554
3615
|
Message?: string;
|
|
3616
|
+
/**
|
|
3617
|
+
* @internal
|
|
3618
|
+
*/
|
|
3619
|
+
constructor(opts: __ExceptionOptionType<InvalidResourceStateException, __BaseException>);
|
|
3555
3620
|
}
|
|
3556
3621
|
/**
|
|
3557
3622
|
* <p>You do not have enough licenses available to support a new resource launch.</p>
|
|
3558
3623
|
*/
|
|
3559
|
-
export
|
|
3560
|
-
name: "LicenseUsageException";
|
|
3561
|
-
$fault: "client";
|
|
3624
|
+
export declare class LicenseUsageException extends __BaseException {
|
|
3625
|
+
readonly name: "LicenseUsageException";
|
|
3626
|
+
readonly $fault: "client";
|
|
3562
3627
|
Message?: string;
|
|
3628
|
+
/**
|
|
3629
|
+
* @internal
|
|
3630
|
+
*/
|
|
3631
|
+
constructor(opts: __ExceptionOptionType<LicenseUsageException, __BaseException>);
|
|
3563
3632
|
}
|
|
3564
3633
|
export interface UpdateLicenseSpecificationsForResourceRequest {
|
|
3565
3634
|
/**
|
|
@@ -0,0 +1,245 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import { AcceptGrantCommandInput, AcceptGrantCommandOutput } from "./commands/AcceptGrantCommand";
|
|
3
|
+
import { CheckInLicenseCommandInput, CheckInLicenseCommandOutput } from "./commands/CheckInLicenseCommand";
|
|
4
|
+
import { CheckoutBorrowLicenseCommandInput, CheckoutBorrowLicenseCommandOutput } from "./commands/CheckoutBorrowLicenseCommand";
|
|
5
|
+
import { CheckoutLicenseCommandInput, CheckoutLicenseCommandOutput } from "./commands/CheckoutLicenseCommand";
|
|
6
|
+
import { CreateGrantCommandInput, CreateGrantCommandOutput } from "./commands/CreateGrantCommand";
|
|
7
|
+
import { CreateGrantVersionCommandInput, CreateGrantVersionCommandOutput } from "./commands/CreateGrantVersionCommand";
|
|
8
|
+
import { CreateLicenseCommandInput, CreateLicenseCommandOutput } from "./commands/CreateLicenseCommand";
|
|
9
|
+
import { CreateLicenseConfigurationCommandInput, CreateLicenseConfigurationCommandOutput } from "./commands/CreateLicenseConfigurationCommand";
|
|
10
|
+
import { CreateLicenseConversionTaskForResourceCommandInput, CreateLicenseConversionTaskForResourceCommandOutput } from "./commands/CreateLicenseConversionTaskForResourceCommand";
|
|
11
|
+
import { CreateLicenseManagerReportGeneratorCommandInput, CreateLicenseManagerReportGeneratorCommandOutput } from "./commands/CreateLicenseManagerReportGeneratorCommand";
|
|
12
|
+
import { CreateLicenseVersionCommandInput, CreateLicenseVersionCommandOutput } from "./commands/CreateLicenseVersionCommand";
|
|
13
|
+
import { CreateTokenCommandInput, CreateTokenCommandOutput } from "./commands/CreateTokenCommand";
|
|
14
|
+
import { DeleteGrantCommandInput, DeleteGrantCommandOutput } from "./commands/DeleteGrantCommand";
|
|
15
|
+
import { DeleteLicenseCommandInput, DeleteLicenseCommandOutput } from "./commands/DeleteLicenseCommand";
|
|
16
|
+
import { DeleteLicenseConfigurationCommandInput, DeleteLicenseConfigurationCommandOutput } from "./commands/DeleteLicenseConfigurationCommand";
|
|
17
|
+
import { DeleteLicenseManagerReportGeneratorCommandInput, DeleteLicenseManagerReportGeneratorCommandOutput } from "./commands/DeleteLicenseManagerReportGeneratorCommand";
|
|
18
|
+
import { DeleteTokenCommandInput, DeleteTokenCommandOutput } from "./commands/DeleteTokenCommand";
|
|
19
|
+
import { ExtendLicenseConsumptionCommandInput, ExtendLicenseConsumptionCommandOutput } from "./commands/ExtendLicenseConsumptionCommand";
|
|
20
|
+
import { GetAccessTokenCommandInput, GetAccessTokenCommandOutput } from "./commands/GetAccessTokenCommand";
|
|
21
|
+
import { GetGrantCommandInput, GetGrantCommandOutput } from "./commands/GetGrantCommand";
|
|
22
|
+
import { GetLicenseCommandInput, GetLicenseCommandOutput } from "./commands/GetLicenseCommand";
|
|
23
|
+
import { GetLicenseConfigurationCommandInput, GetLicenseConfigurationCommandOutput } from "./commands/GetLicenseConfigurationCommand";
|
|
24
|
+
import { GetLicenseConversionTaskCommandInput, GetLicenseConversionTaskCommandOutput } from "./commands/GetLicenseConversionTaskCommand";
|
|
25
|
+
import { GetLicenseManagerReportGeneratorCommandInput, GetLicenseManagerReportGeneratorCommandOutput } from "./commands/GetLicenseManagerReportGeneratorCommand";
|
|
26
|
+
import { GetLicenseUsageCommandInput, GetLicenseUsageCommandOutput } from "./commands/GetLicenseUsageCommand";
|
|
27
|
+
import { GetServiceSettingsCommandInput, GetServiceSettingsCommandOutput } from "./commands/GetServiceSettingsCommand";
|
|
28
|
+
import { ListAssociationsForLicenseConfigurationCommandInput, ListAssociationsForLicenseConfigurationCommandOutput } from "./commands/ListAssociationsForLicenseConfigurationCommand";
|
|
29
|
+
import { ListDistributedGrantsCommandInput, ListDistributedGrantsCommandOutput } from "./commands/ListDistributedGrantsCommand";
|
|
30
|
+
import { ListFailuresForLicenseConfigurationOperationsCommandInput, ListFailuresForLicenseConfigurationOperationsCommandOutput } from "./commands/ListFailuresForLicenseConfigurationOperationsCommand";
|
|
31
|
+
import { ListLicenseConfigurationsCommandInput, ListLicenseConfigurationsCommandOutput } from "./commands/ListLicenseConfigurationsCommand";
|
|
32
|
+
import { ListLicenseConversionTasksCommandInput, ListLicenseConversionTasksCommandOutput } from "./commands/ListLicenseConversionTasksCommand";
|
|
33
|
+
import { ListLicenseManagerReportGeneratorsCommandInput, ListLicenseManagerReportGeneratorsCommandOutput } from "./commands/ListLicenseManagerReportGeneratorsCommand";
|
|
34
|
+
import { ListLicensesCommandInput, ListLicensesCommandOutput } from "./commands/ListLicensesCommand";
|
|
35
|
+
import { ListLicenseSpecificationsForResourceCommandInput, ListLicenseSpecificationsForResourceCommandOutput } from "./commands/ListLicenseSpecificationsForResourceCommand";
|
|
36
|
+
import { ListLicenseVersionsCommandInput, ListLicenseVersionsCommandOutput } from "./commands/ListLicenseVersionsCommand";
|
|
37
|
+
import { ListReceivedGrantsCommandInput, ListReceivedGrantsCommandOutput } from "./commands/ListReceivedGrantsCommand";
|
|
38
|
+
import { ListReceivedLicensesCommandInput, ListReceivedLicensesCommandOutput } from "./commands/ListReceivedLicensesCommand";
|
|
39
|
+
import { ListResourceInventoryCommandInput, ListResourceInventoryCommandOutput } from "./commands/ListResourceInventoryCommand";
|
|
40
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
41
|
+
import { ListTokensCommandInput, ListTokensCommandOutput } from "./commands/ListTokensCommand";
|
|
42
|
+
import { ListUsageForLicenseConfigurationCommandInput, ListUsageForLicenseConfigurationCommandOutput } from "./commands/ListUsageForLicenseConfigurationCommand";
|
|
43
|
+
import { RejectGrantCommandInput, RejectGrantCommandOutput } from "./commands/RejectGrantCommand";
|
|
44
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
45
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
46
|
+
import { UpdateLicenseConfigurationCommandInput, UpdateLicenseConfigurationCommandOutput } from "./commands/UpdateLicenseConfigurationCommand";
|
|
47
|
+
import { UpdateLicenseManagerReportGeneratorCommandInput, UpdateLicenseManagerReportGeneratorCommandOutput } from "./commands/UpdateLicenseManagerReportGeneratorCommand";
|
|
48
|
+
import { UpdateLicenseSpecificationsForResourceCommandInput, UpdateLicenseSpecificationsForResourceCommandOutput } from "./commands/UpdateLicenseSpecificationsForResourceCommand";
|
|
49
|
+
import { UpdateServiceSettingsCommandInput, UpdateServiceSettingsCommandOutput } from "./commands/UpdateServiceSettingsCommand";
|
|
50
|
+
import { LicenseManagerClient } from "./LicenseManagerClient";
|
|
51
|
+
|
|
52
|
+
export declare class LicenseManager extends LicenseManagerClient {
|
|
53
|
+
|
|
54
|
+
acceptGrant(args: AcceptGrantCommandInput, options?: __HttpHandlerOptions): Promise<AcceptGrantCommandOutput>;
|
|
55
|
+
acceptGrant(args: AcceptGrantCommandInput, cb: (err: any, data?: AcceptGrantCommandOutput) => void): void;
|
|
56
|
+
acceptGrant(args: AcceptGrantCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptGrantCommandOutput) => void): void;
|
|
57
|
+
|
|
58
|
+
checkInLicense(args: CheckInLicenseCommandInput, options?: __HttpHandlerOptions): Promise<CheckInLicenseCommandOutput>;
|
|
59
|
+
checkInLicense(args: CheckInLicenseCommandInput, cb: (err: any, data?: CheckInLicenseCommandOutput) => void): void;
|
|
60
|
+
checkInLicense(args: CheckInLicenseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CheckInLicenseCommandOutput) => void): void;
|
|
61
|
+
|
|
62
|
+
checkoutBorrowLicense(args: CheckoutBorrowLicenseCommandInput, options?: __HttpHandlerOptions): Promise<CheckoutBorrowLicenseCommandOutput>;
|
|
63
|
+
checkoutBorrowLicense(args: CheckoutBorrowLicenseCommandInput, cb: (err: any, data?: CheckoutBorrowLicenseCommandOutput) => void): void;
|
|
64
|
+
checkoutBorrowLicense(args: CheckoutBorrowLicenseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CheckoutBorrowLicenseCommandOutput) => void): void;
|
|
65
|
+
|
|
66
|
+
checkoutLicense(args: CheckoutLicenseCommandInput, options?: __HttpHandlerOptions): Promise<CheckoutLicenseCommandOutput>;
|
|
67
|
+
checkoutLicense(args: CheckoutLicenseCommandInput, cb: (err: any, data?: CheckoutLicenseCommandOutput) => void): void;
|
|
68
|
+
checkoutLicense(args: CheckoutLicenseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CheckoutLicenseCommandOutput) => void): void;
|
|
69
|
+
|
|
70
|
+
createGrant(args: CreateGrantCommandInput, options?: __HttpHandlerOptions): Promise<CreateGrantCommandOutput>;
|
|
71
|
+
createGrant(args: CreateGrantCommandInput, cb: (err: any, data?: CreateGrantCommandOutput) => void): void;
|
|
72
|
+
createGrant(args: CreateGrantCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGrantCommandOutput) => void): void;
|
|
73
|
+
|
|
74
|
+
createGrantVersion(args: CreateGrantVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateGrantVersionCommandOutput>;
|
|
75
|
+
createGrantVersion(args: CreateGrantVersionCommandInput, cb: (err: any, data?: CreateGrantVersionCommandOutput) => void): void;
|
|
76
|
+
createGrantVersion(args: CreateGrantVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGrantVersionCommandOutput) => void): void;
|
|
77
|
+
|
|
78
|
+
createLicense(args: CreateLicenseCommandInput, options?: __HttpHandlerOptions): Promise<CreateLicenseCommandOutput>;
|
|
79
|
+
createLicense(args: CreateLicenseCommandInput, cb: (err: any, data?: CreateLicenseCommandOutput) => void): void;
|
|
80
|
+
createLicense(args: CreateLicenseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLicenseCommandOutput) => void): void;
|
|
81
|
+
|
|
82
|
+
createLicenseConfiguration(args: CreateLicenseConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateLicenseConfigurationCommandOutput>;
|
|
83
|
+
createLicenseConfiguration(args: CreateLicenseConfigurationCommandInput, cb: (err: any, data?: CreateLicenseConfigurationCommandOutput) => void): void;
|
|
84
|
+
createLicenseConfiguration(args: CreateLicenseConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLicenseConfigurationCommandOutput) => void): void;
|
|
85
|
+
|
|
86
|
+
createLicenseConversionTaskForResource(args: CreateLicenseConversionTaskForResourceCommandInput, options?: __HttpHandlerOptions): Promise<CreateLicenseConversionTaskForResourceCommandOutput>;
|
|
87
|
+
createLicenseConversionTaskForResource(args: CreateLicenseConversionTaskForResourceCommandInput, cb: (err: any, data?: CreateLicenseConversionTaskForResourceCommandOutput) => void): void;
|
|
88
|
+
createLicenseConversionTaskForResource(args: CreateLicenseConversionTaskForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLicenseConversionTaskForResourceCommandOutput) => void): void;
|
|
89
|
+
|
|
90
|
+
createLicenseManagerReportGenerator(args: CreateLicenseManagerReportGeneratorCommandInput, options?: __HttpHandlerOptions): Promise<CreateLicenseManagerReportGeneratorCommandOutput>;
|
|
91
|
+
createLicenseManagerReportGenerator(args: CreateLicenseManagerReportGeneratorCommandInput, cb: (err: any, data?: CreateLicenseManagerReportGeneratorCommandOutput) => void): void;
|
|
92
|
+
createLicenseManagerReportGenerator(args: CreateLicenseManagerReportGeneratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLicenseManagerReportGeneratorCommandOutput) => void): void;
|
|
93
|
+
|
|
94
|
+
createLicenseVersion(args: CreateLicenseVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateLicenseVersionCommandOutput>;
|
|
95
|
+
createLicenseVersion(args: CreateLicenseVersionCommandInput, cb: (err: any, data?: CreateLicenseVersionCommandOutput) => void): void;
|
|
96
|
+
createLicenseVersion(args: CreateLicenseVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLicenseVersionCommandOutput) => void): void;
|
|
97
|
+
|
|
98
|
+
createToken(args: CreateTokenCommandInput, options?: __HttpHandlerOptions): Promise<CreateTokenCommandOutput>;
|
|
99
|
+
createToken(args: CreateTokenCommandInput, cb: (err: any, data?: CreateTokenCommandOutput) => void): void;
|
|
100
|
+
createToken(args: CreateTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTokenCommandOutput) => void): void;
|
|
101
|
+
|
|
102
|
+
deleteGrant(args: DeleteGrantCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGrantCommandOutput>;
|
|
103
|
+
deleteGrant(args: DeleteGrantCommandInput, cb: (err: any, data?: DeleteGrantCommandOutput) => void): void;
|
|
104
|
+
deleteGrant(args: DeleteGrantCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGrantCommandOutput) => void): void;
|
|
105
|
+
|
|
106
|
+
deleteLicense(args: DeleteLicenseCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLicenseCommandOutput>;
|
|
107
|
+
deleteLicense(args: DeleteLicenseCommandInput, cb: (err: any, data?: DeleteLicenseCommandOutput) => void): void;
|
|
108
|
+
deleteLicense(args: DeleteLicenseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLicenseCommandOutput) => void): void;
|
|
109
|
+
|
|
110
|
+
deleteLicenseConfiguration(args: DeleteLicenseConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLicenseConfigurationCommandOutput>;
|
|
111
|
+
deleteLicenseConfiguration(args: DeleteLicenseConfigurationCommandInput, cb: (err: any, data?: DeleteLicenseConfigurationCommandOutput) => void): void;
|
|
112
|
+
deleteLicenseConfiguration(args: DeleteLicenseConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLicenseConfigurationCommandOutput) => void): void;
|
|
113
|
+
|
|
114
|
+
deleteLicenseManagerReportGenerator(args: DeleteLicenseManagerReportGeneratorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLicenseManagerReportGeneratorCommandOutput>;
|
|
115
|
+
deleteLicenseManagerReportGenerator(args: DeleteLicenseManagerReportGeneratorCommandInput, cb: (err: any, data?: DeleteLicenseManagerReportGeneratorCommandOutput) => void): void;
|
|
116
|
+
deleteLicenseManagerReportGenerator(args: DeleteLicenseManagerReportGeneratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLicenseManagerReportGeneratorCommandOutput) => void): void;
|
|
117
|
+
|
|
118
|
+
deleteToken(args: DeleteTokenCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTokenCommandOutput>;
|
|
119
|
+
deleteToken(args: DeleteTokenCommandInput, cb: (err: any, data?: DeleteTokenCommandOutput) => void): void;
|
|
120
|
+
deleteToken(args: DeleteTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTokenCommandOutput) => void): void;
|
|
121
|
+
|
|
122
|
+
extendLicenseConsumption(args: ExtendLicenseConsumptionCommandInput, options?: __HttpHandlerOptions): Promise<ExtendLicenseConsumptionCommandOutput>;
|
|
123
|
+
extendLicenseConsumption(args: ExtendLicenseConsumptionCommandInput, cb: (err: any, data?: ExtendLicenseConsumptionCommandOutput) => void): void;
|
|
124
|
+
extendLicenseConsumption(args: ExtendLicenseConsumptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExtendLicenseConsumptionCommandOutput) => void): void;
|
|
125
|
+
|
|
126
|
+
getAccessToken(args: GetAccessTokenCommandInput, options?: __HttpHandlerOptions): Promise<GetAccessTokenCommandOutput>;
|
|
127
|
+
getAccessToken(args: GetAccessTokenCommandInput, cb: (err: any, data?: GetAccessTokenCommandOutput) => void): void;
|
|
128
|
+
getAccessToken(args: GetAccessTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccessTokenCommandOutput) => void): void;
|
|
129
|
+
|
|
130
|
+
getGrant(args: GetGrantCommandInput, options?: __HttpHandlerOptions): Promise<GetGrantCommandOutput>;
|
|
131
|
+
getGrant(args: GetGrantCommandInput, cb: (err: any, data?: GetGrantCommandOutput) => void): void;
|
|
132
|
+
getGrant(args: GetGrantCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGrantCommandOutput) => void): void;
|
|
133
|
+
|
|
134
|
+
getLicense(args: GetLicenseCommandInput, options?: __HttpHandlerOptions): Promise<GetLicenseCommandOutput>;
|
|
135
|
+
getLicense(args: GetLicenseCommandInput, cb: (err: any, data?: GetLicenseCommandOutput) => void): void;
|
|
136
|
+
getLicense(args: GetLicenseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLicenseCommandOutput) => void): void;
|
|
137
|
+
|
|
138
|
+
getLicenseConfiguration(args: GetLicenseConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetLicenseConfigurationCommandOutput>;
|
|
139
|
+
getLicenseConfiguration(args: GetLicenseConfigurationCommandInput, cb: (err: any, data?: GetLicenseConfigurationCommandOutput) => void): void;
|
|
140
|
+
getLicenseConfiguration(args: GetLicenseConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLicenseConfigurationCommandOutput) => void): void;
|
|
141
|
+
|
|
142
|
+
getLicenseConversionTask(args: GetLicenseConversionTaskCommandInput, options?: __HttpHandlerOptions): Promise<GetLicenseConversionTaskCommandOutput>;
|
|
143
|
+
getLicenseConversionTask(args: GetLicenseConversionTaskCommandInput, cb: (err: any, data?: GetLicenseConversionTaskCommandOutput) => void): void;
|
|
144
|
+
getLicenseConversionTask(args: GetLicenseConversionTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLicenseConversionTaskCommandOutput) => void): void;
|
|
145
|
+
|
|
146
|
+
getLicenseManagerReportGenerator(args: GetLicenseManagerReportGeneratorCommandInput, options?: __HttpHandlerOptions): Promise<GetLicenseManagerReportGeneratorCommandOutput>;
|
|
147
|
+
getLicenseManagerReportGenerator(args: GetLicenseManagerReportGeneratorCommandInput, cb: (err: any, data?: GetLicenseManagerReportGeneratorCommandOutput) => void): void;
|
|
148
|
+
getLicenseManagerReportGenerator(args: GetLicenseManagerReportGeneratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLicenseManagerReportGeneratorCommandOutput) => void): void;
|
|
149
|
+
|
|
150
|
+
getLicenseUsage(args: GetLicenseUsageCommandInput, options?: __HttpHandlerOptions): Promise<GetLicenseUsageCommandOutput>;
|
|
151
|
+
getLicenseUsage(args: GetLicenseUsageCommandInput, cb: (err: any, data?: GetLicenseUsageCommandOutput) => void): void;
|
|
152
|
+
getLicenseUsage(args: GetLicenseUsageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLicenseUsageCommandOutput) => void): void;
|
|
153
|
+
|
|
154
|
+
getServiceSettings(args: GetServiceSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceSettingsCommandOutput>;
|
|
155
|
+
getServiceSettings(args: GetServiceSettingsCommandInput, cb: (err: any, data?: GetServiceSettingsCommandOutput) => void): void;
|
|
156
|
+
getServiceSettings(args: GetServiceSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceSettingsCommandOutput) => void): void;
|
|
157
|
+
|
|
158
|
+
listAssociationsForLicenseConfiguration(args: ListAssociationsForLicenseConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<ListAssociationsForLicenseConfigurationCommandOutput>;
|
|
159
|
+
listAssociationsForLicenseConfiguration(args: ListAssociationsForLicenseConfigurationCommandInput, cb: (err: any, data?: ListAssociationsForLicenseConfigurationCommandOutput) => void): void;
|
|
160
|
+
listAssociationsForLicenseConfiguration(args: ListAssociationsForLicenseConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssociationsForLicenseConfigurationCommandOutput) => void): void;
|
|
161
|
+
|
|
162
|
+
listDistributedGrants(args: ListDistributedGrantsCommandInput, options?: __HttpHandlerOptions): Promise<ListDistributedGrantsCommandOutput>;
|
|
163
|
+
listDistributedGrants(args: ListDistributedGrantsCommandInput, cb: (err: any, data?: ListDistributedGrantsCommandOutput) => void): void;
|
|
164
|
+
listDistributedGrants(args: ListDistributedGrantsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDistributedGrantsCommandOutput) => void): void;
|
|
165
|
+
|
|
166
|
+
listFailuresForLicenseConfigurationOperations(args: ListFailuresForLicenseConfigurationOperationsCommandInput, options?: __HttpHandlerOptions): Promise<ListFailuresForLicenseConfigurationOperationsCommandOutput>;
|
|
167
|
+
listFailuresForLicenseConfigurationOperations(args: ListFailuresForLicenseConfigurationOperationsCommandInput, cb: (err: any, data?: ListFailuresForLicenseConfigurationOperationsCommandOutput) => void): void;
|
|
168
|
+
listFailuresForLicenseConfigurationOperations(args: ListFailuresForLicenseConfigurationOperationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFailuresForLicenseConfigurationOperationsCommandOutput) => void): void;
|
|
169
|
+
|
|
170
|
+
listLicenseConfigurations(args: ListLicenseConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListLicenseConfigurationsCommandOutput>;
|
|
171
|
+
listLicenseConfigurations(args: ListLicenseConfigurationsCommandInput, cb: (err: any, data?: ListLicenseConfigurationsCommandOutput) => void): void;
|
|
172
|
+
listLicenseConfigurations(args: ListLicenseConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLicenseConfigurationsCommandOutput) => void): void;
|
|
173
|
+
|
|
174
|
+
listLicenseConversionTasks(args: ListLicenseConversionTasksCommandInput, options?: __HttpHandlerOptions): Promise<ListLicenseConversionTasksCommandOutput>;
|
|
175
|
+
listLicenseConversionTasks(args: ListLicenseConversionTasksCommandInput, cb: (err: any, data?: ListLicenseConversionTasksCommandOutput) => void): void;
|
|
176
|
+
listLicenseConversionTasks(args: ListLicenseConversionTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLicenseConversionTasksCommandOutput) => void): void;
|
|
177
|
+
|
|
178
|
+
listLicenseManagerReportGenerators(args: ListLicenseManagerReportGeneratorsCommandInput, options?: __HttpHandlerOptions): Promise<ListLicenseManagerReportGeneratorsCommandOutput>;
|
|
179
|
+
listLicenseManagerReportGenerators(args: ListLicenseManagerReportGeneratorsCommandInput, cb: (err: any, data?: ListLicenseManagerReportGeneratorsCommandOutput) => void): void;
|
|
180
|
+
listLicenseManagerReportGenerators(args: ListLicenseManagerReportGeneratorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLicenseManagerReportGeneratorsCommandOutput) => void): void;
|
|
181
|
+
|
|
182
|
+
listLicenses(args: ListLicensesCommandInput, options?: __HttpHandlerOptions): Promise<ListLicensesCommandOutput>;
|
|
183
|
+
listLicenses(args: ListLicensesCommandInput, cb: (err: any, data?: ListLicensesCommandOutput) => void): void;
|
|
184
|
+
listLicenses(args: ListLicensesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLicensesCommandOutput) => void): void;
|
|
185
|
+
|
|
186
|
+
listLicenseSpecificationsForResource(args: ListLicenseSpecificationsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListLicenseSpecificationsForResourceCommandOutput>;
|
|
187
|
+
listLicenseSpecificationsForResource(args: ListLicenseSpecificationsForResourceCommandInput, cb: (err: any, data?: ListLicenseSpecificationsForResourceCommandOutput) => void): void;
|
|
188
|
+
listLicenseSpecificationsForResource(args: ListLicenseSpecificationsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLicenseSpecificationsForResourceCommandOutput) => void): void;
|
|
189
|
+
|
|
190
|
+
listLicenseVersions(args: ListLicenseVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListLicenseVersionsCommandOutput>;
|
|
191
|
+
listLicenseVersions(args: ListLicenseVersionsCommandInput, cb: (err: any, data?: ListLicenseVersionsCommandOutput) => void): void;
|
|
192
|
+
listLicenseVersions(args: ListLicenseVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLicenseVersionsCommandOutput) => void): void;
|
|
193
|
+
|
|
194
|
+
listReceivedGrants(args: ListReceivedGrantsCommandInput, options?: __HttpHandlerOptions): Promise<ListReceivedGrantsCommandOutput>;
|
|
195
|
+
listReceivedGrants(args: ListReceivedGrantsCommandInput, cb: (err: any, data?: ListReceivedGrantsCommandOutput) => void): void;
|
|
196
|
+
listReceivedGrants(args: ListReceivedGrantsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReceivedGrantsCommandOutput) => void): void;
|
|
197
|
+
|
|
198
|
+
listReceivedLicenses(args: ListReceivedLicensesCommandInput, options?: __HttpHandlerOptions): Promise<ListReceivedLicensesCommandOutput>;
|
|
199
|
+
listReceivedLicenses(args: ListReceivedLicensesCommandInput, cb: (err: any, data?: ListReceivedLicensesCommandOutput) => void): void;
|
|
200
|
+
listReceivedLicenses(args: ListReceivedLicensesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReceivedLicensesCommandOutput) => void): void;
|
|
201
|
+
|
|
202
|
+
listResourceInventory(args: ListResourceInventoryCommandInput, options?: __HttpHandlerOptions): Promise<ListResourceInventoryCommandOutput>;
|
|
203
|
+
listResourceInventory(args: ListResourceInventoryCommandInput, cb: (err: any, data?: ListResourceInventoryCommandOutput) => void): void;
|
|
204
|
+
listResourceInventory(args: ListResourceInventoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourceInventoryCommandOutput) => void): void;
|
|
205
|
+
|
|
206
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
207
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
208
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
209
|
+
|
|
210
|
+
listTokens(args: ListTokensCommandInput, options?: __HttpHandlerOptions): Promise<ListTokensCommandOutput>;
|
|
211
|
+
listTokens(args: ListTokensCommandInput, cb: (err: any, data?: ListTokensCommandOutput) => void): void;
|
|
212
|
+
listTokens(args: ListTokensCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTokensCommandOutput) => void): void;
|
|
213
|
+
|
|
214
|
+
listUsageForLicenseConfiguration(args: ListUsageForLicenseConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<ListUsageForLicenseConfigurationCommandOutput>;
|
|
215
|
+
listUsageForLicenseConfiguration(args: ListUsageForLicenseConfigurationCommandInput, cb: (err: any, data?: ListUsageForLicenseConfigurationCommandOutput) => void): void;
|
|
216
|
+
listUsageForLicenseConfiguration(args: ListUsageForLicenseConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsageForLicenseConfigurationCommandOutput) => void): void;
|
|
217
|
+
|
|
218
|
+
rejectGrant(args: RejectGrantCommandInput, options?: __HttpHandlerOptions): Promise<RejectGrantCommandOutput>;
|
|
219
|
+
rejectGrant(args: RejectGrantCommandInput, cb: (err: any, data?: RejectGrantCommandOutput) => void): void;
|
|
220
|
+
rejectGrant(args: RejectGrantCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RejectGrantCommandOutput) => void): void;
|
|
221
|
+
|
|
222
|
+
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
223
|
+
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
224
|
+
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
225
|
+
|
|
226
|
+
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
227
|
+
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
228
|
+
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
229
|
+
|
|
230
|
+
updateLicenseConfiguration(args: UpdateLicenseConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLicenseConfigurationCommandOutput>;
|
|
231
|
+
updateLicenseConfiguration(args: UpdateLicenseConfigurationCommandInput, cb: (err: any, data?: UpdateLicenseConfigurationCommandOutput) => void): void;
|
|
232
|
+
updateLicenseConfiguration(args: UpdateLicenseConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLicenseConfigurationCommandOutput) => void): void;
|
|
233
|
+
|
|
234
|
+
updateLicenseManagerReportGenerator(args: UpdateLicenseManagerReportGeneratorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLicenseManagerReportGeneratorCommandOutput>;
|
|
235
|
+
updateLicenseManagerReportGenerator(args: UpdateLicenseManagerReportGeneratorCommandInput, cb: (err: any, data?: UpdateLicenseManagerReportGeneratorCommandOutput) => void): void;
|
|
236
|
+
updateLicenseManagerReportGenerator(args: UpdateLicenseManagerReportGeneratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLicenseManagerReportGeneratorCommandOutput) => void): void;
|
|
237
|
+
|
|
238
|
+
updateLicenseSpecificationsForResource(args: UpdateLicenseSpecificationsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLicenseSpecificationsForResourceCommandOutput>;
|
|
239
|
+
updateLicenseSpecificationsForResource(args: UpdateLicenseSpecificationsForResourceCommandInput, cb: (err: any, data?: UpdateLicenseSpecificationsForResourceCommandOutput) => void): void;
|
|
240
|
+
updateLicenseSpecificationsForResource(args: UpdateLicenseSpecificationsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLicenseSpecificationsForResourceCommandOutput) => void): void;
|
|
241
|
+
|
|
242
|
+
updateServiceSettings(args: UpdateServiceSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServiceSettingsCommandOutput>;
|
|
243
|
+
updateServiceSettings(args: UpdateServiceSettingsCommandInput, cb: (err: any, data?: UpdateServiceSettingsCommandOutput) => void): void;
|
|
244
|
+
updateServiceSettings(args: UpdateServiceSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServiceSettingsCommandOutput) => void): void;
|
|
245
|
+
}
|