@aws-sdk/client-license-manager 3.169.0 → 3.170.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 (63) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/LicenseManager.d.ts +922 -245
  3. package/dist-types/ts3.4/LicenseManagerClient.d.ts +418 -121
  4. package/dist-types/ts3.4/commands/AcceptGrantCommand.d.ts +34 -17
  5. package/dist-types/ts3.4/commands/CheckInLicenseCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CheckoutBorrowLicenseCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CheckoutLicenseCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/CreateGrantVersionCommand.d.ts +38 -17
  10. package/dist-types/ts3.4/commands/CreateLicenseCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/CreateLicenseVersionCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/DeleteGrantCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/DeleteLicenseCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/DeleteLicenseConfigurationCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/ExtendLicenseConsumptionCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/GetGrantCommand.d.ts +34 -17
  24. package/dist-types/ts3.4/commands/GetLicenseCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/GetLicenseConfigurationCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/GetLicenseConversionTaskCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/GetLicenseManagerReportGeneratorCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/GetLicenseUsageCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/GetServiceSettingsCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/ListDistributedGrantsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/ListLicenseConfigurationsCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/ListLicenseConversionTasksCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/ListLicenseSpecificationsForResourceCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/ListLicenseVersionsCommand.d.ts +38 -17
  38. package/dist-types/ts3.4/commands/ListLicensesCommand.d.ts +34 -17
  39. package/dist-types/ts3.4/commands/ListReceivedGrantsCommand.d.ts +38 -17
  40. package/dist-types/ts3.4/commands/ListReceivedLicensesCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/ListResourceInventoryCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/ListTokensCommand.d.ts +34 -17
  44. package/dist-types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/RejectGrantCommand.d.ts +34 -17
  46. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  47. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  48. package/dist-types/ts3.4/commands/UpdateLicenseConfigurationCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/index.d.ts +48 -48
  53. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  54. package/dist-types/ts3.4/index.d.ts +5 -5
  55. package/dist-types/ts3.4/models/LicenseManagerServiceException.d.ts +8 -6
  56. package/dist-types/ts3.4/models/index.d.ts +1 -1
  57. package/dist-types/ts3.4/models/models_0.d.ts +1914 -1768
  58. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +581 -146
  59. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  62. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  63. package/package.json +34 -34
@@ -1,245 +1,922 @@
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
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ AcceptGrantCommandInput,
4
+ AcceptGrantCommandOutput,
5
+ } from "./commands/AcceptGrantCommand";
6
+ import {
7
+ CheckInLicenseCommandInput,
8
+ CheckInLicenseCommandOutput,
9
+ } from "./commands/CheckInLicenseCommand";
10
+ import {
11
+ CheckoutBorrowLicenseCommandInput,
12
+ CheckoutBorrowLicenseCommandOutput,
13
+ } from "./commands/CheckoutBorrowLicenseCommand";
14
+ import {
15
+ CheckoutLicenseCommandInput,
16
+ CheckoutLicenseCommandOutput,
17
+ } from "./commands/CheckoutLicenseCommand";
18
+ import {
19
+ CreateGrantCommandInput,
20
+ CreateGrantCommandOutput,
21
+ } from "./commands/CreateGrantCommand";
22
+ import {
23
+ CreateGrantVersionCommandInput,
24
+ CreateGrantVersionCommandOutput,
25
+ } from "./commands/CreateGrantVersionCommand";
26
+ import {
27
+ CreateLicenseCommandInput,
28
+ CreateLicenseCommandOutput,
29
+ } from "./commands/CreateLicenseCommand";
30
+ import {
31
+ CreateLicenseConfigurationCommandInput,
32
+ CreateLicenseConfigurationCommandOutput,
33
+ } from "./commands/CreateLicenseConfigurationCommand";
34
+ import {
35
+ CreateLicenseConversionTaskForResourceCommandInput,
36
+ CreateLicenseConversionTaskForResourceCommandOutput,
37
+ } from "./commands/CreateLicenseConversionTaskForResourceCommand";
38
+ import {
39
+ CreateLicenseManagerReportGeneratorCommandInput,
40
+ CreateLicenseManagerReportGeneratorCommandOutput,
41
+ } from "./commands/CreateLicenseManagerReportGeneratorCommand";
42
+ import {
43
+ CreateLicenseVersionCommandInput,
44
+ CreateLicenseVersionCommandOutput,
45
+ } from "./commands/CreateLicenseVersionCommand";
46
+ import {
47
+ CreateTokenCommandInput,
48
+ CreateTokenCommandOutput,
49
+ } from "./commands/CreateTokenCommand";
50
+ import {
51
+ DeleteGrantCommandInput,
52
+ DeleteGrantCommandOutput,
53
+ } from "./commands/DeleteGrantCommand";
54
+ import {
55
+ DeleteLicenseCommandInput,
56
+ DeleteLicenseCommandOutput,
57
+ } from "./commands/DeleteLicenseCommand";
58
+ import {
59
+ DeleteLicenseConfigurationCommandInput,
60
+ DeleteLicenseConfigurationCommandOutput,
61
+ } from "./commands/DeleteLicenseConfigurationCommand";
62
+ import {
63
+ DeleteLicenseManagerReportGeneratorCommandInput,
64
+ DeleteLicenseManagerReportGeneratorCommandOutput,
65
+ } from "./commands/DeleteLicenseManagerReportGeneratorCommand";
66
+ import {
67
+ DeleteTokenCommandInput,
68
+ DeleteTokenCommandOutput,
69
+ } from "./commands/DeleteTokenCommand";
70
+ import {
71
+ ExtendLicenseConsumptionCommandInput,
72
+ ExtendLicenseConsumptionCommandOutput,
73
+ } from "./commands/ExtendLicenseConsumptionCommand";
74
+ import {
75
+ GetAccessTokenCommandInput,
76
+ GetAccessTokenCommandOutput,
77
+ } from "./commands/GetAccessTokenCommand";
78
+ import {
79
+ GetGrantCommandInput,
80
+ GetGrantCommandOutput,
81
+ } from "./commands/GetGrantCommand";
82
+ import {
83
+ GetLicenseCommandInput,
84
+ GetLicenseCommandOutput,
85
+ } from "./commands/GetLicenseCommand";
86
+ import {
87
+ GetLicenseConfigurationCommandInput,
88
+ GetLicenseConfigurationCommandOutput,
89
+ } from "./commands/GetLicenseConfigurationCommand";
90
+ import {
91
+ GetLicenseConversionTaskCommandInput,
92
+ GetLicenseConversionTaskCommandOutput,
93
+ } from "./commands/GetLicenseConversionTaskCommand";
94
+ import {
95
+ GetLicenseManagerReportGeneratorCommandInput,
96
+ GetLicenseManagerReportGeneratorCommandOutput,
97
+ } from "./commands/GetLicenseManagerReportGeneratorCommand";
98
+ import {
99
+ GetLicenseUsageCommandInput,
100
+ GetLicenseUsageCommandOutput,
101
+ } from "./commands/GetLicenseUsageCommand";
102
+ import {
103
+ GetServiceSettingsCommandInput,
104
+ GetServiceSettingsCommandOutput,
105
+ } from "./commands/GetServiceSettingsCommand";
106
+ import {
107
+ ListAssociationsForLicenseConfigurationCommandInput,
108
+ ListAssociationsForLicenseConfigurationCommandOutput,
109
+ } from "./commands/ListAssociationsForLicenseConfigurationCommand";
110
+ import {
111
+ ListDistributedGrantsCommandInput,
112
+ ListDistributedGrantsCommandOutput,
113
+ } from "./commands/ListDistributedGrantsCommand";
114
+ import {
115
+ ListFailuresForLicenseConfigurationOperationsCommandInput,
116
+ ListFailuresForLicenseConfigurationOperationsCommandOutput,
117
+ } from "./commands/ListFailuresForLicenseConfigurationOperationsCommand";
118
+ import {
119
+ ListLicenseConfigurationsCommandInput,
120
+ ListLicenseConfigurationsCommandOutput,
121
+ } from "./commands/ListLicenseConfigurationsCommand";
122
+ import {
123
+ ListLicenseConversionTasksCommandInput,
124
+ ListLicenseConversionTasksCommandOutput,
125
+ } from "./commands/ListLicenseConversionTasksCommand";
126
+ import {
127
+ ListLicenseManagerReportGeneratorsCommandInput,
128
+ ListLicenseManagerReportGeneratorsCommandOutput,
129
+ } from "./commands/ListLicenseManagerReportGeneratorsCommand";
130
+ import {
131
+ ListLicensesCommandInput,
132
+ ListLicensesCommandOutput,
133
+ } from "./commands/ListLicensesCommand";
134
+ import {
135
+ ListLicenseSpecificationsForResourceCommandInput,
136
+ ListLicenseSpecificationsForResourceCommandOutput,
137
+ } from "./commands/ListLicenseSpecificationsForResourceCommand";
138
+ import {
139
+ ListLicenseVersionsCommandInput,
140
+ ListLicenseVersionsCommandOutput,
141
+ } from "./commands/ListLicenseVersionsCommand";
142
+ import {
143
+ ListReceivedGrantsCommandInput,
144
+ ListReceivedGrantsCommandOutput,
145
+ } from "./commands/ListReceivedGrantsCommand";
146
+ import {
147
+ ListReceivedLicensesCommandInput,
148
+ ListReceivedLicensesCommandOutput,
149
+ } from "./commands/ListReceivedLicensesCommand";
150
+ import {
151
+ ListResourceInventoryCommandInput,
152
+ ListResourceInventoryCommandOutput,
153
+ } from "./commands/ListResourceInventoryCommand";
154
+ import {
155
+ ListTagsForResourceCommandInput,
156
+ ListTagsForResourceCommandOutput,
157
+ } from "./commands/ListTagsForResourceCommand";
158
+ import {
159
+ ListTokensCommandInput,
160
+ ListTokensCommandOutput,
161
+ } from "./commands/ListTokensCommand";
162
+ import {
163
+ ListUsageForLicenseConfigurationCommandInput,
164
+ ListUsageForLicenseConfigurationCommandOutput,
165
+ } from "./commands/ListUsageForLicenseConfigurationCommand";
166
+ import {
167
+ RejectGrantCommandInput,
168
+ RejectGrantCommandOutput,
169
+ } from "./commands/RejectGrantCommand";
170
+ import {
171
+ TagResourceCommandInput,
172
+ TagResourceCommandOutput,
173
+ } from "./commands/TagResourceCommand";
174
+ import {
175
+ UntagResourceCommandInput,
176
+ UntagResourceCommandOutput,
177
+ } from "./commands/UntagResourceCommand";
178
+ import {
179
+ UpdateLicenseConfigurationCommandInput,
180
+ UpdateLicenseConfigurationCommandOutput,
181
+ } from "./commands/UpdateLicenseConfigurationCommand";
182
+ import {
183
+ UpdateLicenseManagerReportGeneratorCommandInput,
184
+ UpdateLicenseManagerReportGeneratorCommandOutput,
185
+ } from "./commands/UpdateLicenseManagerReportGeneratorCommand";
186
+ import {
187
+ UpdateLicenseSpecificationsForResourceCommandInput,
188
+ UpdateLicenseSpecificationsForResourceCommandOutput,
189
+ } from "./commands/UpdateLicenseSpecificationsForResourceCommand";
190
+ import {
191
+ UpdateServiceSettingsCommandInput,
192
+ UpdateServiceSettingsCommandOutput,
193
+ } from "./commands/UpdateServiceSettingsCommand";
194
+ import { LicenseManagerClient } from "./LicenseManagerClient";
195
+
196
+ export declare class LicenseManager extends LicenseManagerClient {
197
+ acceptGrant(
198
+ args: AcceptGrantCommandInput,
199
+ options?: __HttpHandlerOptions
200
+ ): Promise<AcceptGrantCommandOutput>;
201
+ acceptGrant(
202
+ args: AcceptGrantCommandInput,
203
+ cb: (err: any, data?: AcceptGrantCommandOutput) => void
204
+ ): void;
205
+ acceptGrant(
206
+ args: AcceptGrantCommandInput,
207
+ options: __HttpHandlerOptions,
208
+ cb: (err: any, data?: AcceptGrantCommandOutput) => void
209
+ ): void;
210
+
211
+ checkInLicense(
212
+ args: CheckInLicenseCommandInput,
213
+ options?: __HttpHandlerOptions
214
+ ): Promise<CheckInLicenseCommandOutput>;
215
+ checkInLicense(
216
+ args: CheckInLicenseCommandInput,
217
+ cb: (err: any, data?: CheckInLicenseCommandOutput) => void
218
+ ): void;
219
+ checkInLicense(
220
+ args: CheckInLicenseCommandInput,
221
+ options: __HttpHandlerOptions,
222
+ cb: (err: any, data?: CheckInLicenseCommandOutput) => void
223
+ ): void;
224
+
225
+ checkoutBorrowLicense(
226
+ args: CheckoutBorrowLicenseCommandInput,
227
+ options?: __HttpHandlerOptions
228
+ ): Promise<CheckoutBorrowLicenseCommandOutput>;
229
+ checkoutBorrowLicense(
230
+ args: CheckoutBorrowLicenseCommandInput,
231
+ cb: (err: any, data?: CheckoutBorrowLicenseCommandOutput) => void
232
+ ): void;
233
+ checkoutBorrowLicense(
234
+ args: CheckoutBorrowLicenseCommandInput,
235
+ options: __HttpHandlerOptions,
236
+ cb: (err: any, data?: CheckoutBorrowLicenseCommandOutput) => void
237
+ ): void;
238
+
239
+ checkoutLicense(
240
+ args: CheckoutLicenseCommandInput,
241
+ options?: __HttpHandlerOptions
242
+ ): Promise<CheckoutLicenseCommandOutput>;
243
+ checkoutLicense(
244
+ args: CheckoutLicenseCommandInput,
245
+ cb: (err: any, data?: CheckoutLicenseCommandOutput) => void
246
+ ): void;
247
+ checkoutLicense(
248
+ args: CheckoutLicenseCommandInput,
249
+ options: __HttpHandlerOptions,
250
+ cb: (err: any, data?: CheckoutLicenseCommandOutput) => void
251
+ ): void;
252
+
253
+ createGrant(
254
+ args: CreateGrantCommandInput,
255
+ options?: __HttpHandlerOptions
256
+ ): Promise<CreateGrantCommandOutput>;
257
+ createGrant(
258
+ args: CreateGrantCommandInput,
259
+ cb: (err: any, data?: CreateGrantCommandOutput) => void
260
+ ): void;
261
+ createGrant(
262
+ args: CreateGrantCommandInput,
263
+ options: __HttpHandlerOptions,
264
+ cb: (err: any, data?: CreateGrantCommandOutput) => void
265
+ ): void;
266
+
267
+ createGrantVersion(
268
+ args: CreateGrantVersionCommandInput,
269
+ options?: __HttpHandlerOptions
270
+ ): Promise<CreateGrantVersionCommandOutput>;
271
+ createGrantVersion(
272
+ args: CreateGrantVersionCommandInput,
273
+ cb: (err: any, data?: CreateGrantVersionCommandOutput) => void
274
+ ): void;
275
+ createGrantVersion(
276
+ args: CreateGrantVersionCommandInput,
277
+ options: __HttpHandlerOptions,
278
+ cb: (err: any, data?: CreateGrantVersionCommandOutput) => void
279
+ ): void;
280
+
281
+ createLicense(
282
+ args: CreateLicenseCommandInput,
283
+ options?: __HttpHandlerOptions
284
+ ): Promise<CreateLicenseCommandOutput>;
285
+ createLicense(
286
+ args: CreateLicenseCommandInput,
287
+ cb: (err: any, data?: CreateLicenseCommandOutput) => void
288
+ ): void;
289
+ createLicense(
290
+ args: CreateLicenseCommandInput,
291
+ options: __HttpHandlerOptions,
292
+ cb: (err: any, data?: CreateLicenseCommandOutput) => void
293
+ ): void;
294
+
295
+ createLicenseConfiguration(
296
+ args: CreateLicenseConfigurationCommandInput,
297
+ options?: __HttpHandlerOptions
298
+ ): Promise<CreateLicenseConfigurationCommandOutput>;
299
+ createLicenseConfiguration(
300
+ args: CreateLicenseConfigurationCommandInput,
301
+ cb: (err: any, data?: CreateLicenseConfigurationCommandOutput) => void
302
+ ): void;
303
+ createLicenseConfiguration(
304
+ args: CreateLicenseConfigurationCommandInput,
305
+ options: __HttpHandlerOptions,
306
+ cb: (err: any, data?: CreateLicenseConfigurationCommandOutput) => void
307
+ ): void;
308
+
309
+ createLicenseConversionTaskForResource(
310
+ args: CreateLicenseConversionTaskForResourceCommandInput,
311
+ options?: __HttpHandlerOptions
312
+ ): Promise<CreateLicenseConversionTaskForResourceCommandOutput>;
313
+ createLicenseConversionTaskForResource(
314
+ args: CreateLicenseConversionTaskForResourceCommandInput,
315
+ cb: (
316
+ err: any,
317
+ data?: CreateLicenseConversionTaskForResourceCommandOutput
318
+ ) => void
319
+ ): void;
320
+ createLicenseConversionTaskForResource(
321
+ args: CreateLicenseConversionTaskForResourceCommandInput,
322
+ options: __HttpHandlerOptions,
323
+ cb: (
324
+ err: any,
325
+ data?: CreateLicenseConversionTaskForResourceCommandOutput
326
+ ) => void
327
+ ): void;
328
+
329
+ createLicenseManagerReportGenerator(
330
+ args: CreateLicenseManagerReportGeneratorCommandInput,
331
+ options?: __HttpHandlerOptions
332
+ ): Promise<CreateLicenseManagerReportGeneratorCommandOutput>;
333
+ createLicenseManagerReportGenerator(
334
+ args: CreateLicenseManagerReportGeneratorCommandInput,
335
+ cb: (
336
+ err: any,
337
+ data?: CreateLicenseManagerReportGeneratorCommandOutput
338
+ ) => void
339
+ ): void;
340
+ createLicenseManagerReportGenerator(
341
+ args: CreateLicenseManagerReportGeneratorCommandInput,
342
+ options: __HttpHandlerOptions,
343
+ cb: (
344
+ err: any,
345
+ data?: CreateLicenseManagerReportGeneratorCommandOutput
346
+ ) => void
347
+ ): void;
348
+
349
+ createLicenseVersion(
350
+ args: CreateLicenseVersionCommandInput,
351
+ options?: __HttpHandlerOptions
352
+ ): Promise<CreateLicenseVersionCommandOutput>;
353
+ createLicenseVersion(
354
+ args: CreateLicenseVersionCommandInput,
355
+ cb: (err: any, data?: CreateLicenseVersionCommandOutput) => void
356
+ ): void;
357
+ createLicenseVersion(
358
+ args: CreateLicenseVersionCommandInput,
359
+ options: __HttpHandlerOptions,
360
+ cb: (err: any, data?: CreateLicenseVersionCommandOutput) => void
361
+ ): void;
362
+
363
+ createToken(
364
+ args: CreateTokenCommandInput,
365
+ options?: __HttpHandlerOptions
366
+ ): Promise<CreateTokenCommandOutput>;
367
+ createToken(
368
+ args: CreateTokenCommandInput,
369
+ cb: (err: any, data?: CreateTokenCommandOutput) => void
370
+ ): void;
371
+ createToken(
372
+ args: CreateTokenCommandInput,
373
+ options: __HttpHandlerOptions,
374
+ cb: (err: any, data?: CreateTokenCommandOutput) => void
375
+ ): void;
376
+
377
+ deleteGrant(
378
+ args: DeleteGrantCommandInput,
379
+ options?: __HttpHandlerOptions
380
+ ): Promise<DeleteGrantCommandOutput>;
381
+ deleteGrant(
382
+ args: DeleteGrantCommandInput,
383
+ cb: (err: any, data?: DeleteGrantCommandOutput) => void
384
+ ): void;
385
+ deleteGrant(
386
+ args: DeleteGrantCommandInput,
387
+ options: __HttpHandlerOptions,
388
+ cb: (err: any, data?: DeleteGrantCommandOutput) => void
389
+ ): void;
390
+
391
+ deleteLicense(
392
+ args: DeleteLicenseCommandInput,
393
+ options?: __HttpHandlerOptions
394
+ ): Promise<DeleteLicenseCommandOutput>;
395
+ deleteLicense(
396
+ args: DeleteLicenseCommandInput,
397
+ cb: (err: any, data?: DeleteLicenseCommandOutput) => void
398
+ ): void;
399
+ deleteLicense(
400
+ args: DeleteLicenseCommandInput,
401
+ options: __HttpHandlerOptions,
402
+ cb: (err: any, data?: DeleteLicenseCommandOutput) => void
403
+ ): void;
404
+
405
+ deleteLicenseConfiguration(
406
+ args: DeleteLicenseConfigurationCommandInput,
407
+ options?: __HttpHandlerOptions
408
+ ): Promise<DeleteLicenseConfigurationCommandOutput>;
409
+ deleteLicenseConfiguration(
410
+ args: DeleteLicenseConfigurationCommandInput,
411
+ cb: (err: any, data?: DeleteLicenseConfigurationCommandOutput) => void
412
+ ): void;
413
+ deleteLicenseConfiguration(
414
+ args: DeleteLicenseConfigurationCommandInput,
415
+ options: __HttpHandlerOptions,
416
+ cb: (err: any, data?: DeleteLicenseConfigurationCommandOutput) => void
417
+ ): void;
418
+
419
+ deleteLicenseManagerReportGenerator(
420
+ args: DeleteLicenseManagerReportGeneratorCommandInput,
421
+ options?: __HttpHandlerOptions
422
+ ): Promise<DeleteLicenseManagerReportGeneratorCommandOutput>;
423
+ deleteLicenseManagerReportGenerator(
424
+ args: DeleteLicenseManagerReportGeneratorCommandInput,
425
+ cb: (
426
+ err: any,
427
+ data?: DeleteLicenseManagerReportGeneratorCommandOutput
428
+ ) => void
429
+ ): void;
430
+ deleteLicenseManagerReportGenerator(
431
+ args: DeleteLicenseManagerReportGeneratorCommandInput,
432
+ options: __HttpHandlerOptions,
433
+ cb: (
434
+ err: any,
435
+ data?: DeleteLicenseManagerReportGeneratorCommandOutput
436
+ ) => void
437
+ ): void;
438
+
439
+ deleteToken(
440
+ args: DeleteTokenCommandInput,
441
+ options?: __HttpHandlerOptions
442
+ ): Promise<DeleteTokenCommandOutput>;
443
+ deleteToken(
444
+ args: DeleteTokenCommandInput,
445
+ cb: (err: any, data?: DeleteTokenCommandOutput) => void
446
+ ): void;
447
+ deleteToken(
448
+ args: DeleteTokenCommandInput,
449
+ options: __HttpHandlerOptions,
450
+ cb: (err: any, data?: DeleteTokenCommandOutput) => void
451
+ ): void;
452
+
453
+ extendLicenseConsumption(
454
+ args: ExtendLicenseConsumptionCommandInput,
455
+ options?: __HttpHandlerOptions
456
+ ): Promise<ExtendLicenseConsumptionCommandOutput>;
457
+ extendLicenseConsumption(
458
+ args: ExtendLicenseConsumptionCommandInput,
459
+ cb: (err: any, data?: ExtendLicenseConsumptionCommandOutput) => void
460
+ ): void;
461
+ extendLicenseConsumption(
462
+ args: ExtendLicenseConsumptionCommandInput,
463
+ options: __HttpHandlerOptions,
464
+ cb: (err: any, data?: ExtendLicenseConsumptionCommandOutput) => void
465
+ ): void;
466
+
467
+ getAccessToken(
468
+ args: GetAccessTokenCommandInput,
469
+ options?: __HttpHandlerOptions
470
+ ): Promise<GetAccessTokenCommandOutput>;
471
+ getAccessToken(
472
+ args: GetAccessTokenCommandInput,
473
+ cb: (err: any, data?: GetAccessTokenCommandOutput) => void
474
+ ): void;
475
+ getAccessToken(
476
+ args: GetAccessTokenCommandInput,
477
+ options: __HttpHandlerOptions,
478
+ cb: (err: any, data?: GetAccessTokenCommandOutput) => void
479
+ ): void;
480
+
481
+ getGrant(
482
+ args: GetGrantCommandInput,
483
+ options?: __HttpHandlerOptions
484
+ ): Promise<GetGrantCommandOutput>;
485
+ getGrant(
486
+ args: GetGrantCommandInput,
487
+ cb: (err: any, data?: GetGrantCommandOutput) => void
488
+ ): void;
489
+ getGrant(
490
+ args: GetGrantCommandInput,
491
+ options: __HttpHandlerOptions,
492
+ cb: (err: any, data?: GetGrantCommandOutput) => void
493
+ ): void;
494
+
495
+ getLicense(
496
+ args: GetLicenseCommandInput,
497
+ options?: __HttpHandlerOptions
498
+ ): Promise<GetLicenseCommandOutput>;
499
+ getLicense(
500
+ args: GetLicenseCommandInput,
501
+ cb: (err: any, data?: GetLicenseCommandOutput) => void
502
+ ): void;
503
+ getLicense(
504
+ args: GetLicenseCommandInput,
505
+ options: __HttpHandlerOptions,
506
+ cb: (err: any, data?: GetLicenseCommandOutput) => void
507
+ ): void;
508
+
509
+ getLicenseConfiguration(
510
+ args: GetLicenseConfigurationCommandInput,
511
+ options?: __HttpHandlerOptions
512
+ ): Promise<GetLicenseConfigurationCommandOutput>;
513
+ getLicenseConfiguration(
514
+ args: GetLicenseConfigurationCommandInput,
515
+ cb: (err: any, data?: GetLicenseConfigurationCommandOutput) => void
516
+ ): void;
517
+ getLicenseConfiguration(
518
+ args: GetLicenseConfigurationCommandInput,
519
+ options: __HttpHandlerOptions,
520
+ cb: (err: any, data?: GetLicenseConfigurationCommandOutput) => void
521
+ ): void;
522
+
523
+ getLicenseConversionTask(
524
+ args: GetLicenseConversionTaskCommandInput,
525
+ options?: __HttpHandlerOptions
526
+ ): Promise<GetLicenseConversionTaskCommandOutput>;
527
+ getLicenseConversionTask(
528
+ args: GetLicenseConversionTaskCommandInput,
529
+ cb: (err: any, data?: GetLicenseConversionTaskCommandOutput) => void
530
+ ): void;
531
+ getLicenseConversionTask(
532
+ args: GetLicenseConversionTaskCommandInput,
533
+ options: __HttpHandlerOptions,
534
+ cb: (err: any, data?: GetLicenseConversionTaskCommandOutput) => void
535
+ ): void;
536
+
537
+ getLicenseManagerReportGenerator(
538
+ args: GetLicenseManagerReportGeneratorCommandInput,
539
+ options?: __HttpHandlerOptions
540
+ ): Promise<GetLicenseManagerReportGeneratorCommandOutput>;
541
+ getLicenseManagerReportGenerator(
542
+ args: GetLicenseManagerReportGeneratorCommandInput,
543
+ cb: (err: any, data?: GetLicenseManagerReportGeneratorCommandOutput) => void
544
+ ): void;
545
+ getLicenseManagerReportGenerator(
546
+ args: GetLicenseManagerReportGeneratorCommandInput,
547
+ options: __HttpHandlerOptions,
548
+ cb: (err: any, data?: GetLicenseManagerReportGeneratorCommandOutput) => void
549
+ ): void;
550
+
551
+ getLicenseUsage(
552
+ args: GetLicenseUsageCommandInput,
553
+ options?: __HttpHandlerOptions
554
+ ): Promise<GetLicenseUsageCommandOutput>;
555
+ getLicenseUsage(
556
+ args: GetLicenseUsageCommandInput,
557
+ cb: (err: any, data?: GetLicenseUsageCommandOutput) => void
558
+ ): void;
559
+ getLicenseUsage(
560
+ args: GetLicenseUsageCommandInput,
561
+ options: __HttpHandlerOptions,
562
+ cb: (err: any, data?: GetLicenseUsageCommandOutput) => void
563
+ ): void;
564
+
565
+ getServiceSettings(
566
+ args: GetServiceSettingsCommandInput,
567
+ options?: __HttpHandlerOptions
568
+ ): Promise<GetServiceSettingsCommandOutput>;
569
+ getServiceSettings(
570
+ args: GetServiceSettingsCommandInput,
571
+ cb: (err: any, data?: GetServiceSettingsCommandOutput) => void
572
+ ): void;
573
+ getServiceSettings(
574
+ args: GetServiceSettingsCommandInput,
575
+ options: __HttpHandlerOptions,
576
+ cb: (err: any, data?: GetServiceSettingsCommandOutput) => void
577
+ ): void;
578
+
579
+ listAssociationsForLicenseConfiguration(
580
+ args: ListAssociationsForLicenseConfigurationCommandInput,
581
+ options?: __HttpHandlerOptions
582
+ ): Promise<ListAssociationsForLicenseConfigurationCommandOutput>;
583
+ listAssociationsForLicenseConfiguration(
584
+ args: ListAssociationsForLicenseConfigurationCommandInput,
585
+ cb: (
586
+ err: any,
587
+ data?: ListAssociationsForLicenseConfigurationCommandOutput
588
+ ) => void
589
+ ): void;
590
+ listAssociationsForLicenseConfiguration(
591
+ args: ListAssociationsForLicenseConfigurationCommandInput,
592
+ options: __HttpHandlerOptions,
593
+ cb: (
594
+ err: any,
595
+ data?: ListAssociationsForLicenseConfigurationCommandOutput
596
+ ) => void
597
+ ): void;
598
+
599
+ listDistributedGrants(
600
+ args: ListDistributedGrantsCommandInput,
601
+ options?: __HttpHandlerOptions
602
+ ): Promise<ListDistributedGrantsCommandOutput>;
603
+ listDistributedGrants(
604
+ args: ListDistributedGrantsCommandInput,
605
+ cb: (err: any, data?: ListDistributedGrantsCommandOutput) => void
606
+ ): void;
607
+ listDistributedGrants(
608
+ args: ListDistributedGrantsCommandInput,
609
+ options: __HttpHandlerOptions,
610
+ cb: (err: any, data?: ListDistributedGrantsCommandOutput) => void
611
+ ): void;
612
+
613
+ listFailuresForLicenseConfigurationOperations(
614
+ args: ListFailuresForLicenseConfigurationOperationsCommandInput,
615
+ options?: __HttpHandlerOptions
616
+ ): Promise<ListFailuresForLicenseConfigurationOperationsCommandOutput>;
617
+ listFailuresForLicenseConfigurationOperations(
618
+ args: ListFailuresForLicenseConfigurationOperationsCommandInput,
619
+ cb: (
620
+ err: any,
621
+ data?: ListFailuresForLicenseConfigurationOperationsCommandOutput
622
+ ) => void
623
+ ): void;
624
+ listFailuresForLicenseConfigurationOperations(
625
+ args: ListFailuresForLicenseConfigurationOperationsCommandInput,
626
+ options: __HttpHandlerOptions,
627
+ cb: (
628
+ err: any,
629
+ data?: ListFailuresForLicenseConfigurationOperationsCommandOutput
630
+ ) => void
631
+ ): void;
632
+
633
+ listLicenseConfigurations(
634
+ args: ListLicenseConfigurationsCommandInput,
635
+ options?: __HttpHandlerOptions
636
+ ): Promise<ListLicenseConfigurationsCommandOutput>;
637
+ listLicenseConfigurations(
638
+ args: ListLicenseConfigurationsCommandInput,
639
+ cb: (err: any, data?: ListLicenseConfigurationsCommandOutput) => void
640
+ ): void;
641
+ listLicenseConfigurations(
642
+ args: ListLicenseConfigurationsCommandInput,
643
+ options: __HttpHandlerOptions,
644
+ cb: (err: any, data?: ListLicenseConfigurationsCommandOutput) => void
645
+ ): void;
646
+
647
+ listLicenseConversionTasks(
648
+ args: ListLicenseConversionTasksCommandInput,
649
+ options?: __HttpHandlerOptions
650
+ ): Promise<ListLicenseConversionTasksCommandOutput>;
651
+ listLicenseConversionTasks(
652
+ args: ListLicenseConversionTasksCommandInput,
653
+ cb: (err: any, data?: ListLicenseConversionTasksCommandOutput) => void
654
+ ): void;
655
+ listLicenseConversionTasks(
656
+ args: ListLicenseConversionTasksCommandInput,
657
+ options: __HttpHandlerOptions,
658
+ cb: (err: any, data?: ListLicenseConversionTasksCommandOutput) => void
659
+ ): void;
660
+
661
+ listLicenseManagerReportGenerators(
662
+ args: ListLicenseManagerReportGeneratorsCommandInput,
663
+ options?: __HttpHandlerOptions
664
+ ): Promise<ListLicenseManagerReportGeneratorsCommandOutput>;
665
+ listLicenseManagerReportGenerators(
666
+ args: ListLicenseManagerReportGeneratorsCommandInput,
667
+ cb: (
668
+ err: any,
669
+ data?: ListLicenseManagerReportGeneratorsCommandOutput
670
+ ) => void
671
+ ): void;
672
+ listLicenseManagerReportGenerators(
673
+ args: ListLicenseManagerReportGeneratorsCommandInput,
674
+ options: __HttpHandlerOptions,
675
+ cb: (
676
+ err: any,
677
+ data?: ListLicenseManagerReportGeneratorsCommandOutput
678
+ ) => void
679
+ ): void;
680
+
681
+ listLicenses(
682
+ args: ListLicensesCommandInput,
683
+ options?: __HttpHandlerOptions
684
+ ): Promise<ListLicensesCommandOutput>;
685
+ listLicenses(
686
+ args: ListLicensesCommandInput,
687
+ cb: (err: any, data?: ListLicensesCommandOutput) => void
688
+ ): void;
689
+ listLicenses(
690
+ args: ListLicensesCommandInput,
691
+ options: __HttpHandlerOptions,
692
+ cb: (err: any, data?: ListLicensesCommandOutput) => void
693
+ ): void;
694
+
695
+ listLicenseSpecificationsForResource(
696
+ args: ListLicenseSpecificationsForResourceCommandInput,
697
+ options?: __HttpHandlerOptions
698
+ ): Promise<ListLicenseSpecificationsForResourceCommandOutput>;
699
+ listLicenseSpecificationsForResource(
700
+ args: ListLicenseSpecificationsForResourceCommandInput,
701
+ cb: (
702
+ err: any,
703
+ data?: ListLicenseSpecificationsForResourceCommandOutput
704
+ ) => void
705
+ ): void;
706
+ listLicenseSpecificationsForResource(
707
+ args: ListLicenseSpecificationsForResourceCommandInput,
708
+ options: __HttpHandlerOptions,
709
+ cb: (
710
+ err: any,
711
+ data?: ListLicenseSpecificationsForResourceCommandOutput
712
+ ) => void
713
+ ): void;
714
+
715
+ listLicenseVersions(
716
+ args: ListLicenseVersionsCommandInput,
717
+ options?: __HttpHandlerOptions
718
+ ): Promise<ListLicenseVersionsCommandOutput>;
719
+ listLicenseVersions(
720
+ args: ListLicenseVersionsCommandInput,
721
+ cb: (err: any, data?: ListLicenseVersionsCommandOutput) => void
722
+ ): void;
723
+ listLicenseVersions(
724
+ args: ListLicenseVersionsCommandInput,
725
+ options: __HttpHandlerOptions,
726
+ cb: (err: any, data?: ListLicenseVersionsCommandOutput) => void
727
+ ): void;
728
+
729
+ listReceivedGrants(
730
+ args: ListReceivedGrantsCommandInput,
731
+ options?: __HttpHandlerOptions
732
+ ): Promise<ListReceivedGrantsCommandOutput>;
733
+ listReceivedGrants(
734
+ args: ListReceivedGrantsCommandInput,
735
+ cb: (err: any, data?: ListReceivedGrantsCommandOutput) => void
736
+ ): void;
737
+ listReceivedGrants(
738
+ args: ListReceivedGrantsCommandInput,
739
+ options: __HttpHandlerOptions,
740
+ cb: (err: any, data?: ListReceivedGrantsCommandOutput) => void
741
+ ): void;
742
+
743
+ listReceivedLicenses(
744
+ args: ListReceivedLicensesCommandInput,
745
+ options?: __HttpHandlerOptions
746
+ ): Promise<ListReceivedLicensesCommandOutput>;
747
+ listReceivedLicenses(
748
+ args: ListReceivedLicensesCommandInput,
749
+ cb: (err: any, data?: ListReceivedLicensesCommandOutput) => void
750
+ ): void;
751
+ listReceivedLicenses(
752
+ args: ListReceivedLicensesCommandInput,
753
+ options: __HttpHandlerOptions,
754
+ cb: (err: any, data?: ListReceivedLicensesCommandOutput) => void
755
+ ): void;
756
+
757
+ listResourceInventory(
758
+ args: ListResourceInventoryCommandInput,
759
+ options?: __HttpHandlerOptions
760
+ ): Promise<ListResourceInventoryCommandOutput>;
761
+ listResourceInventory(
762
+ args: ListResourceInventoryCommandInput,
763
+ cb: (err: any, data?: ListResourceInventoryCommandOutput) => void
764
+ ): void;
765
+ listResourceInventory(
766
+ args: ListResourceInventoryCommandInput,
767
+ options: __HttpHandlerOptions,
768
+ cb: (err: any, data?: ListResourceInventoryCommandOutput) => void
769
+ ): void;
770
+
771
+ listTagsForResource(
772
+ args: ListTagsForResourceCommandInput,
773
+ options?: __HttpHandlerOptions
774
+ ): Promise<ListTagsForResourceCommandOutput>;
775
+ listTagsForResource(
776
+ args: ListTagsForResourceCommandInput,
777
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
778
+ ): void;
779
+ listTagsForResource(
780
+ args: ListTagsForResourceCommandInput,
781
+ options: __HttpHandlerOptions,
782
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
783
+ ): void;
784
+
785
+ listTokens(
786
+ args: ListTokensCommandInput,
787
+ options?: __HttpHandlerOptions
788
+ ): Promise<ListTokensCommandOutput>;
789
+ listTokens(
790
+ args: ListTokensCommandInput,
791
+ cb: (err: any, data?: ListTokensCommandOutput) => void
792
+ ): void;
793
+ listTokens(
794
+ args: ListTokensCommandInput,
795
+ options: __HttpHandlerOptions,
796
+ cb: (err: any, data?: ListTokensCommandOutput) => void
797
+ ): void;
798
+
799
+ listUsageForLicenseConfiguration(
800
+ args: ListUsageForLicenseConfigurationCommandInput,
801
+ options?: __HttpHandlerOptions
802
+ ): Promise<ListUsageForLicenseConfigurationCommandOutput>;
803
+ listUsageForLicenseConfiguration(
804
+ args: ListUsageForLicenseConfigurationCommandInput,
805
+ cb: (err: any, data?: ListUsageForLicenseConfigurationCommandOutput) => void
806
+ ): void;
807
+ listUsageForLicenseConfiguration(
808
+ args: ListUsageForLicenseConfigurationCommandInput,
809
+ options: __HttpHandlerOptions,
810
+ cb: (err: any, data?: ListUsageForLicenseConfigurationCommandOutput) => void
811
+ ): void;
812
+
813
+ rejectGrant(
814
+ args: RejectGrantCommandInput,
815
+ options?: __HttpHandlerOptions
816
+ ): Promise<RejectGrantCommandOutput>;
817
+ rejectGrant(
818
+ args: RejectGrantCommandInput,
819
+ cb: (err: any, data?: RejectGrantCommandOutput) => void
820
+ ): void;
821
+ rejectGrant(
822
+ args: RejectGrantCommandInput,
823
+ options: __HttpHandlerOptions,
824
+ cb: (err: any, data?: RejectGrantCommandOutput) => void
825
+ ): void;
826
+
827
+ tagResource(
828
+ args: TagResourceCommandInput,
829
+ options?: __HttpHandlerOptions
830
+ ): Promise<TagResourceCommandOutput>;
831
+ tagResource(
832
+ args: TagResourceCommandInput,
833
+ cb: (err: any, data?: TagResourceCommandOutput) => void
834
+ ): void;
835
+ tagResource(
836
+ args: TagResourceCommandInput,
837
+ options: __HttpHandlerOptions,
838
+ cb: (err: any, data?: TagResourceCommandOutput) => void
839
+ ): void;
840
+
841
+ untagResource(
842
+ args: UntagResourceCommandInput,
843
+ options?: __HttpHandlerOptions
844
+ ): Promise<UntagResourceCommandOutput>;
845
+ untagResource(
846
+ args: UntagResourceCommandInput,
847
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
848
+ ): void;
849
+ untagResource(
850
+ args: UntagResourceCommandInput,
851
+ options: __HttpHandlerOptions,
852
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
853
+ ): void;
854
+
855
+ updateLicenseConfiguration(
856
+ args: UpdateLicenseConfigurationCommandInput,
857
+ options?: __HttpHandlerOptions
858
+ ): Promise<UpdateLicenseConfigurationCommandOutput>;
859
+ updateLicenseConfiguration(
860
+ args: UpdateLicenseConfigurationCommandInput,
861
+ cb: (err: any, data?: UpdateLicenseConfigurationCommandOutput) => void
862
+ ): void;
863
+ updateLicenseConfiguration(
864
+ args: UpdateLicenseConfigurationCommandInput,
865
+ options: __HttpHandlerOptions,
866
+ cb: (err: any, data?: UpdateLicenseConfigurationCommandOutput) => void
867
+ ): void;
868
+
869
+ updateLicenseManagerReportGenerator(
870
+ args: UpdateLicenseManagerReportGeneratorCommandInput,
871
+ options?: __HttpHandlerOptions
872
+ ): Promise<UpdateLicenseManagerReportGeneratorCommandOutput>;
873
+ updateLicenseManagerReportGenerator(
874
+ args: UpdateLicenseManagerReportGeneratorCommandInput,
875
+ cb: (
876
+ err: any,
877
+ data?: UpdateLicenseManagerReportGeneratorCommandOutput
878
+ ) => void
879
+ ): void;
880
+ updateLicenseManagerReportGenerator(
881
+ args: UpdateLicenseManagerReportGeneratorCommandInput,
882
+ options: __HttpHandlerOptions,
883
+ cb: (
884
+ err: any,
885
+ data?: UpdateLicenseManagerReportGeneratorCommandOutput
886
+ ) => void
887
+ ): void;
888
+
889
+ updateLicenseSpecificationsForResource(
890
+ args: UpdateLicenseSpecificationsForResourceCommandInput,
891
+ options?: __HttpHandlerOptions
892
+ ): Promise<UpdateLicenseSpecificationsForResourceCommandOutput>;
893
+ updateLicenseSpecificationsForResource(
894
+ args: UpdateLicenseSpecificationsForResourceCommandInput,
895
+ cb: (
896
+ err: any,
897
+ data?: UpdateLicenseSpecificationsForResourceCommandOutput
898
+ ) => void
899
+ ): void;
900
+ updateLicenseSpecificationsForResource(
901
+ args: UpdateLicenseSpecificationsForResourceCommandInput,
902
+ options: __HttpHandlerOptions,
903
+ cb: (
904
+ err: any,
905
+ data?: UpdateLicenseSpecificationsForResourceCommandOutput
906
+ ) => void
907
+ ): void;
908
+
909
+ updateServiceSettings(
910
+ args: UpdateServiceSettingsCommandInput,
911
+ options?: __HttpHandlerOptions
912
+ ): Promise<UpdateServiceSettingsCommandOutput>;
913
+ updateServiceSettings(
914
+ args: UpdateServiceSettingsCommandInput,
915
+ cb: (err: any, data?: UpdateServiceSettingsCommandOutput) => void
916
+ ): void;
917
+ updateServiceSettings(
918
+ args: UpdateServiceSettingsCommandInput,
919
+ options: __HttpHandlerOptions,
920
+ cb: (err: any, data?: UpdateServiceSettingsCommandOutput) => void
921
+ ): void;
922
+ }