@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/LicenseManager.d.ts +874 -245
- package/dist-types/ts3.4/LicenseManagerClient.d.ts +393 -121
- package/dist-types/ts3.4/commands/AcceptGrantCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CheckInLicenseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CheckoutBorrowLicenseCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CheckoutLicenseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateGrantVersionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateLicenseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLicenseVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteGrantCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteLicenseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteLicenseConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ExtendLicenseConsumptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetGrantCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetLicenseCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetLicenseConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetLicenseConversionTaskCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetLicenseManagerReportGeneratorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetLicenseUsageCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetServiceSettingsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDistributedGrantsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListLicenseConfigurationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListLicenseConversionTasksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListLicenseSpecificationsForResourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListLicenseVersionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListLicensesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListReceivedGrantsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListReceivedLicensesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListResourceInventoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTokensCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RejectGrantCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateLicenseConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +48 -48
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/LicenseManagerServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1379 -1768
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +581 -146
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,121 +1,393 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
}
|
|
121
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AcceptGrantCommandInput,
|
|
47
|
+
AcceptGrantCommandOutput,
|
|
48
|
+
} from "./commands/AcceptGrantCommand";
|
|
49
|
+
import {
|
|
50
|
+
CheckInLicenseCommandInput,
|
|
51
|
+
CheckInLicenseCommandOutput,
|
|
52
|
+
} from "./commands/CheckInLicenseCommand";
|
|
53
|
+
import {
|
|
54
|
+
CheckoutBorrowLicenseCommandInput,
|
|
55
|
+
CheckoutBorrowLicenseCommandOutput,
|
|
56
|
+
} from "./commands/CheckoutBorrowLicenseCommand";
|
|
57
|
+
import {
|
|
58
|
+
CheckoutLicenseCommandInput,
|
|
59
|
+
CheckoutLicenseCommandOutput,
|
|
60
|
+
} from "./commands/CheckoutLicenseCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateGrantCommandInput,
|
|
63
|
+
CreateGrantCommandOutput,
|
|
64
|
+
} from "./commands/CreateGrantCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateGrantVersionCommandInput,
|
|
67
|
+
CreateGrantVersionCommandOutput,
|
|
68
|
+
} from "./commands/CreateGrantVersionCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateLicenseCommandInput,
|
|
71
|
+
CreateLicenseCommandOutput,
|
|
72
|
+
} from "./commands/CreateLicenseCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreateLicenseConfigurationCommandInput,
|
|
75
|
+
CreateLicenseConfigurationCommandOutput,
|
|
76
|
+
} from "./commands/CreateLicenseConfigurationCommand";
|
|
77
|
+
import {
|
|
78
|
+
CreateLicenseConversionTaskForResourceCommandInput,
|
|
79
|
+
CreateLicenseConversionTaskForResourceCommandOutput,
|
|
80
|
+
} from "./commands/CreateLicenseConversionTaskForResourceCommand";
|
|
81
|
+
import {
|
|
82
|
+
CreateLicenseManagerReportGeneratorCommandInput,
|
|
83
|
+
CreateLicenseManagerReportGeneratorCommandOutput,
|
|
84
|
+
} from "./commands/CreateLicenseManagerReportGeneratorCommand";
|
|
85
|
+
import {
|
|
86
|
+
CreateLicenseVersionCommandInput,
|
|
87
|
+
CreateLicenseVersionCommandOutput,
|
|
88
|
+
} from "./commands/CreateLicenseVersionCommand";
|
|
89
|
+
import {
|
|
90
|
+
CreateTokenCommandInput,
|
|
91
|
+
CreateTokenCommandOutput,
|
|
92
|
+
} from "./commands/CreateTokenCommand";
|
|
93
|
+
import {
|
|
94
|
+
DeleteGrantCommandInput,
|
|
95
|
+
DeleteGrantCommandOutput,
|
|
96
|
+
} from "./commands/DeleteGrantCommand";
|
|
97
|
+
import {
|
|
98
|
+
DeleteLicenseCommandInput,
|
|
99
|
+
DeleteLicenseCommandOutput,
|
|
100
|
+
} from "./commands/DeleteLicenseCommand";
|
|
101
|
+
import {
|
|
102
|
+
DeleteLicenseConfigurationCommandInput,
|
|
103
|
+
DeleteLicenseConfigurationCommandOutput,
|
|
104
|
+
} from "./commands/DeleteLicenseConfigurationCommand";
|
|
105
|
+
import {
|
|
106
|
+
DeleteLicenseManagerReportGeneratorCommandInput,
|
|
107
|
+
DeleteLicenseManagerReportGeneratorCommandOutput,
|
|
108
|
+
} from "./commands/DeleteLicenseManagerReportGeneratorCommand";
|
|
109
|
+
import {
|
|
110
|
+
DeleteTokenCommandInput,
|
|
111
|
+
DeleteTokenCommandOutput,
|
|
112
|
+
} from "./commands/DeleteTokenCommand";
|
|
113
|
+
import {
|
|
114
|
+
ExtendLicenseConsumptionCommandInput,
|
|
115
|
+
ExtendLicenseConsumptionCommandOutput,
|
|
116
|
+
} from "./commands/ExtendLicenseConsumptionCommand";
|
|
117
|
+
import {
|
|
118
|
+
GetAccessTokenCommandInput,
|
|
119
|
+
GetAccessTokenCommandOutput,
|
|
120
|
+
} from "./commands/GetAccessTokenCommand";
|
|
121
|
+
import {
|
|
122
|
+
GetGrantCommandInput,
|
|
123
|
+
GetGrantCommandOutput,
|
|
124
|
+
} from "./commands/GetGrantCommand";
|
|
125
|
+
import {
|
|
126
|
+
GetLicenseCommandInput,
|
|
127
|
+
GetLicenseCommandOutput,
|
|
128
|
+
} from "./commands/GetLicenseCommand";
|
|
129
|
+
import {
|
|
130
|
+
GetLicenseConfigurationCommandInput,
|
|
131
|
+
GetLicenseConfigurationCommandOutput,
|
|
132
|
+
} from "./commands/GetLicenseConfigurationCommand";
|
|
133
|
+
import {
|
|
134
|
+
GetLicenseConversionTaskCommandInput,
|
|
135
|
+
GetLicenseConversionTaskCommandOutput,
|
|
136
|
+
} from "./commands/GetLicenseConversionTaskCommand";
|
|
137
|
+
import {
|
|
138
|
+
GetLicenseManagerReportGeneratorCommandInput,
|
|
139
|
+
GetLicenseManagerReportGeneratorCommandOutput,
|
|
140
|
+
} from "./commands/GetLicenseManagerReportGeneratorCommand";
|
|
141
|
+
import {
|
|
142
|
+
GetLicenseUsageCommandInput,
|
|
143
|
+
GetLicenseUsageCommandOutput,
|
|
144
|
+
} from "./commands/GetLicenseUsageCommand";
|
|
145
|
+
import {
|
|
146
|
+
GetServiceSettingsCommandInput,
|
|
147
|
+
GetServiceSettingsCommandOutput,
|
|
148
|
+
} from "./commands/GetServiceSettingsCommand";
|
|
149
|
+
import {
|
|
150
|
+
ListAssociationsForLicenseConfigurationCommandInput,
|
|
151
|
+
ListAssociationsForLicenseConfigurationCommandOutput,
|
|
152
|
+
} from "./commands/ListAssociationsForLicenseConfigurationCommand";
|
|
153
|
+
import {
|
|
154
|
+
ListDistributedGrantsCommandInput,
|
|
155
|
+
ListDistributedGrantsCommandOutput,
|
|
156
|
+
} from "./commands/ListDistributedGrantsCommand";
|
|
157
|
+
import {
|
|
158
|
+
ListFailuresForLicenseConfigurationOperationsCommandInput,
|
|
159
|
+
ListFailuresForLicenseConfigurationOperationsCommandOutput,
|
|
160
|
+
} from "./commands/ListFailuresForLicenseConfigurationOperationsCommand";
|
|
161
|
+
import {
|
|
162
|
+
ListLicenseConfigurationsCommandInput,
|
|
163
|
+
ListLicenseConfigurationsCommandOutput,
|
|
164
|
+
} from "./commands/ListLicenseConfigurationsCommand";
|
|
165
|
+
import {
|
|
166
|
+
ListLicenseConversionTasksCommandInput,
|
|
167
|
+
ListLicenseConversionTasksCommandOutput,
|
|
168
|
+
} from "./commands/ListLicenseConversionTasksCommand";
|
|
169
|
+
import {
|
|
170
|
+
ListLicenseManagerReportGeneratorsCommandInput,
|
|
171
|
+
ListLicenseManagerReportGeneratorsCommandOutput,
|
|
172
|
+
} from "./commands/ListLicenseManagerReportGeneratorsCommand";
|
|
173
|
+
import {
|
|
174
|
+
ListLicensesCommandInput,
|
|
175
|
+
ListLicensesCommandOutput,
|
|
176
|
+
} from "./commands/ListLicensesCommand";
|
|
177
|
+
import {
|
|
178
|
+
ListLicenseSpecificationsForResourceCommandInput,
|
|
179
|
+
ListLicenseSpecificationsForResourceCommandOutput,
|
|
180
|
+
} from "./commands/ListLicenseSpecificationsForResourceCommand";
|
|
181
|
+
import {
|
|
182
|
+
ListLicenseVersionsCommandInput,
|
|
183
|
+
ListLicenseVersionsCommandOutput,
|
|
184
|
+
} from "./commands/ListLicenseVersionsCommand";
|
|
185
|
+
import {
|
|
186
|
+
ListReceivedGrantsCommandInput,
|
|
187
|
+
ListReceivedGrantsCommandOutput,
|
|
188
|
+
} from "./commands/ListReceivedGrantsCommand";
|
|
189
|
+
import {
|
|
190
|
+
ListReceivedLicensesCommandInput,
|
|
191
|
+
ListReceivedLicensesCommandOutput,
|
|
192
|
+
} from "./commands/ListReceivedLicensesCommand";
|
|
193
|
+
import {
|
|
194
|
+
ListResourceInventoryCommandInput,
|
|
195
|
+
ListResourceInventoryCommandOutput,
|
|
196
|
+
} from "./commands/ListResourceInventoryCommand";
|
|
197
|
+
import {
|
|
198
|
+
ListTagsForResourceCommandInput,
|
|
199
|
+
ListTagsForResourceCommandOutput,
|
|
200
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
201
|
+
import {
|
|
202
|
+
ListTokensCommandInput,
|
|
203
|
+
ListTokensCommandOutput,
|
|
204
|
+
} from "./commands/ListTokensCommand";
|
|
205
|
+
import {
|
|
206
|
+
ListUsageForLicenseConfigurationCommandInput,
|
|
207
|
+
ListUsageForLicenseConfigurationCommandOutput,
|
|
208
|
+
} from "./commands/ListUsageForLicenseConfigurationCommand";
|
|
209
|
+
import {
|
|
210
|
+
RejectGrantCommandInput,
|
|
211
|
+
RejectGrantCommandOutput,
|
|
212
|
+
} from "./commands/RejectGrantCommand";
|
|
213
|
+
import {
|
|
214
|
+
TagResourceCommandInput,
|
|
215
|
+
TagResourceCommandOutput,
|
|
216
|
+
} from "./commands/TagResourceCommand";
|
|
217
|
+
import {
|
|
218
|
+
UntagResourceCommandInput,
|
|
219
|
+
UntagResourceCommandOutput,
|
|
220
|
+
} from "./commands/UntagResourceCommand";
|
|
221
|
+
import {
|
|
222
|
+
UpdateLicenseConfigurationCommandInput,
|
|
223
|
+
UpdateLicenseConfigurationCommandOutput,
|
|
224
|
+
} from "./commands/UpdateLicenseConfigurationCommand";
|
|
225
|
+
import {
|
|
226
|
+
UpdateLicenseManagerReportGeneratorCommandInput,
|
|
227
|
+
UpdateLicenseManagerReportGeneratorCommandOutput,
|
|
228
|
+
} from "./commands/UpdateLicenseManagerReportGeneratorCommand";
|
|
229
|
+
import {
|
|
230
|
+
UpdateLicenseSpecificationsForResourceCommandInput,
|
|
231
|
+
UpdateLicenseSpecificationsForResourceCommandOutput,
|
|
232
|
+
} from "./commands/UpdateLicenseSpecificationsForResourceCommand";
|
|
233
|
+
import {
|
|
234
|
+
UpdateServiceSettingsCommandInput,
|
|
235
|
+
UpdateServiceSettingsCommandOutput,
|
|
236
|
+
} from "./commands/UpdateServiceSettingsCommand";
|
|
237
|
+
export declare type ServiceInputTypes =
|
|
238
|
+
| AcceptGrantCommandInput
|
|
239
|
+
| CheckInLicenseCommandInput
|
|
240
|
+
| CheckoutBorrowLicenseCommandInput
|
|
241
|
+
| CheckoutLicenseCommandInput
|
|
242
|
+
| CreateGrantCommandInput
|
|
243
|
+
| CreateGrantVersionCommandInput
|
|
244
|
+
| CreateLicenseCommandInput
|
|
245
|
+
| CreateLicenseConfigurationCommandInput
|
|
246
|
+
| CreateLicenseConversionTaskForResourceCommandInput
|
|
247
|
+
| CreateLicenseManagerReportGeneratorCommandInput
|
|
248
|
+
| CreateLicenseVersionCommandInput
|
|
249
|
+
| CreateTokenCommandInput
|
|
250
|
+
| DeleteGrantCommandInput
|
|
251
|
+
| DeleteLicenseCommandInput
|
|
252
|
+
| DeleteLicenseConfigurationCommandInput
|
|
253
|
+
| DeleteLicenseManagerReportGeneratorCommandInput
|
|
254
|
+
| DeleteTokenCommandInput
|
|
255
|
+
| ExtendLicenseConsumptionCommandInput
|
|
256
|
+
| GetAccessTokenCommandInput
|
|
257
|
+
| GetGrantCommandInput
|
|
258
|
+
| GetLicenseCommandInput
|
|
259
|
+
| GetLicenseConfigurationCommandInput
|
|
260
|
+
| GetLicenseConversionTaskCommandInput
|
|
261
|
+
| GetLicenseManagerReportGeneratorCommandInput
|
|
262
|
+
| GetLicenseUsageCommandInput
|
|
263
|
+
| GetServiceSettingsCommandInput
|
|
264
|
+
| ListAssociationsForLicenseConfigurationCommandInput
|
|
265
|
+
| ListDistributedGrantsCommandInput
|
|
266
|
+
| ListFailuresForLicenseConfigurationOperationsCommandInput
|
|
267
|
+
| ListLicenseConfigurationsCommandInput
|
|
268
|
+
| ListLicenseConversionTasksCommandInput
|
|
269
|
+
| ListLicenseManagerReportGeneratorsCommandInput
|
|
270
|
+
| ListLicenseSpecificationsForResourceCommandInput
|
|
271
|
+
| ListLicenseVersionsCommandInput
|
|
272
|
+
| ListLicensesCommandInput
|
|
273
|
+
| ListReceivedGrantsCommandInput
|
|
274
|
+
| ListReceivedLicensesCommandInput
|
|
275
|
+
| ListResourceInventoryCommandInput
|
|
276
|
+
| ListTagsForResourceCommandInput
|
|
277
|
+
| ListTokensCommandInput
|
|
278
|
+
| ListUsageForLicenseConfigurationCommandInput
|
|
279
|
+
| RejectGrantCommandInput
|
|
280
|
+
| TagResourceCommandInput
|
|
281
|
+
| UntagResourceCommandInput
|
|
282
|
+
| UpdateLicenseConfigurationCommandInput
|
|
283
|
+
| UpdateLicenseManagerReportGeneratorCommandInput
|
|
284
|
+
| UpdateLicenseSpecificationsForResourceCommandInput
|
|
285
|
+
| UpdateServiceSettingsCommandInput;
|
|
286
|
+
export declare type ServiceOutputTypes =
|
|
287
|
+
| AcceptGrantCommandOutput
|
|
288
|
+
| CheckInLicenseCommandOutput
|
|
289
|
+
| CheckoutBorrowLicenseCommandOutput
|
|
290
|
+
| CheckoutLicenseCommandOutput
|
|
291
|
+
| CreateGrantCommandOutput
|
|
292
|
+
| CreateGrantVersionCommandOutput
|
|
293
|
+
| CreateLicenseCommandOutput
|
|
294
|
+
| CreateLicenseConfigurationCommandOutput
|
|
295
|
+
| CreateLicenseConversionTaskForResourceCommandOutput
|
|
296
|
+
| CreateLicenseManagerReportGeneratorCommandOutput
|
|
297
|
+
| CreateLicenseVersionCommandOutput
|
|
298
|
+
| CreateTokenCommandOutput
|
|
299
|
+
| DeleteGrantCommandOutput
|
|
300
|
+
| DeleteLicenseCommandOutput
|
|
301
|
+
| DeleteLicenseConfigurationCommandOutput
|
|
302
|
+
| DeleteLicenseManagerReportGeneratorCommandOutput
|
|
303
|
+
| DeleteTokenCommandOutput
|
|
304
|
+
| ExtendLicenseConsumptionCommandOutput
|
|
305
|
+
| GetAccessTokenCommandOutput
|
|
306
|
+
| GetGrantCommandOutput
|
|
307
|
+
| GetLicenseCommandOutput
|
|
308
|
+
| GetLicenseConfigurationCommandOutput
|
|
309
|
+
| GetLicenseConversionTaskCommandOutput
|
|
310
|
+
| GetLicenseManagerReportGeneratorCommandOutput
|
|
311
|
+
| GetLicenseUsageCommandOutput
|
|
312
|
+
| GetServiceSettingsCommandOutput
|
|
313
|
+
| ListAssociationsForLicenseConfigurationCommandOutput
|
|
314
|
+
| ListDistributedGrantsCommandOutput
|
|
315
|
+
| ListFailuresForLicenseConfigurationOperationsCommandOutput
|
|
316
|
+
| ListLicenseConfigurationsCommandOutput
|
|
317
|
+
| ListLicenseConversionTasksCommandOutput
|
|
318
|
+
| ListLicenseManagerReportGeneratorsCommandOutput
|
|
319
|
+
| ListLicenseSpecificationsForResourceCommandOutput
|
|
320
|
+
| ListLicenseVersionsCommandOutput
|
|
321
|
+
| ListLicensesCommandOutput
|
|
322
|
+
| ListReceivedGrantsCommandOutput
|
|
323
|
+
| ListReceivedLicensesCommandOutput
|
|
324
|
+
| ListResourceInventoryCommandOutput
|
|
325
|
+
| ListTagsForResourceCommandOutput
|
|
326
|
+
| ListTokensCommandOutput
|
|
327
|
+
| ListUsageForLicenseConfigurationCommandOutput
|
|
328
|
+
| RejectGrantCommandOutput
|
|
329
|
+
| TagResourceCommandOutput
|
|
330
|
+
| UntagResourceCommandOutput
|
|
331
|
+
| UpdateLicenseConfigurationCommandOutput
|
|
332
|
+
| UpdateLicenseManagerReportGeneratorCommandOutput
|
|
333
|
+
| UpdateLicenseSpecificationsForResourceCommandOutput
|
|
334
|
+
| UpdateServiceSettingsCommandOutput;
|
|
335
|
+
export interface ClientDefaults
|
|
336
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
337
|
+
requestHandler?: __HttpHandler;
|
|
338
|
+
sha256?: __HashConstructor;
|
|
339
|
+
urlParser?: __UrlParser;
|
|
340
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
341
|
+
streamCollector?: __StreamCollector;
|
|
342
|
+
base64Decoder?: __Decoder;
|
|
343
|
+
base64Encoder?: __Encoder;
|
|
344
|
+
utf8Decoder?: __Decoder;
|
|
345
|
+
utf8Encoder?: __Encoder;
|
|
346
|
+
runtime?: string;
|
|
347
|
+
disableHostPrefix?: boolean;
|
|
348
|
+
maxAttempts?: number | __Provider<number>;
|
|
349
|
+
retryMode?: string | __Provider<string>;
|
|
350
|
+
logger?: __Logger;
|
|
351
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
352
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
353
|
+
serviceId?: string;
|
|
354
|
+
region?: string | __Provider<string>;
|
|
355
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
356
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
357
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
358
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
359
|
+
}
|
|
360
|
+
declare type LicenseManagerClientConfigType = Partial<
|
|
361
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
362
|
+
> &
|
|
363
|
+
ClientDefaults &
|
|
364
|
+
RegionInputConfig &
|
|
365
|
+
EndpointsInputConfig &
|
|
366
|
+
RetryInputConfig &
|
|
367
|
+
HostHeaderInputConfig &
|
|
368
|
+
AwsAuthInputConfig &
|
|
369
|
+
UserAgentInputConfig;
|
|
370
|
+
export interface LicenseManagerClientConfig
|
|
371
|
+
extends LicenseManagerClientConfigType {}
|
|
372
|
+
declare type LicenseManagerClientResolvedConfigType =
|
|
373
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
374
|
+
Required<ClientDefaults> &
|
|
375
|
+
RegionResolvedConfig &
|
|
376
|
+
EndpointsResolvedConfig &
|
|
377
|
+
RetryResolvedConfig &
|
|
378
|
+
HostHeaderResolvedConfig &
|
|
379
|
+
AwsAuthResolvedConfig &
|
|
380
|
+
UserAgentResolvedConfig;
|
|
381
|
+
export interface LicenseManagerClientResolvedConfig
|
|
382
|
+
extends LicenseManagerClientResolvedConfigType {}
|
|
383
|
+
export declare class LicenseManagerClient extends __Client<
|
|
384
|
+
__HttpHandlerOptions,
|
|
385
|
+
ServiceInputTypes,
|
|
386
|
+
ServiceOutputTypes,
|
|
387
|
+
LicenseManagerClientResolvedConfig
|
|
388
|
+
> {
|
|
389
|
+
readonly config: LicenseManagerClientResolvedConfig;
|
|
390
|
+
constructor(configuration: LicenseManagerClientConfig);
|
|
391
|
+
destroy(): void;
|
|
392
|
+
}
|
|
393
|
+
export {};
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LicenseManagerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LicenseManagerClient";
|
|
13
|
+
import { AcceptGrantRequest, AcceptGrantResponse } from "../models/models_0";
|
|
14
|
+
export interface AcceptGrantCommandInput extends AcceptGrantRequest {}
|
|
15
|
+
export interface AcceptGrantCommandOutput
|
|
16
|
+
extends AcceptGrantResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class AcceptGrantCommand extends $Command<
|
|
19
|
+
AcceptGrantCommandInput,
|
|
20
|
+
AcceptGrantCommandOutput,
|
|
21
|
+
LicenseManagerClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: AcceptGrantCommandInput;
|
|
24
|
+
constructor(input: AcceptGrantCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LicenseManagerClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<AcceptGrantCommandInput, AcceptGrantCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LicenseManagerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LicenseManagerClient";
|
|
13
|
+
import {
|
|
14
|
+
CheckInLicenseRequest,
|
|
15
|
+
CheckInLicenseResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CheckInLicenseCommandInput extends CheckInLicenseRequest {}
|
|
18
|
+
export interface CheckInLicenseCommandOutput
|
|
19
|
+
extends CheckInLicenseResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CheckInLicenseCommand extends $Command<
|
|
22
|
+
CheckInLicenseCommandInput,
|
|
23
|
+
CheckInLicenseCommandOutput,
|
|
24
|
+
LicenseManagerClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CheckInLicenseCommandInput;
|
|
27
|
+
constructor(input: CheckInLicenseCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: LicenseManagerClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CheckInLicenseCommandInput, CheckInLicenseCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|