@aws-sdk/client-license-manager 3.169.0 → 3.171.0

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