@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,146 +1,581 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
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
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
AcceptGrantCommandInput,
|
|
8
|
+
AcceptGrantCommandOutput,
|
|
9
|
+
} from "../commands/AcceptGrantCommand";
|
|
10
|
+
import {
|
|
11
|
+
CheckInLicenseCommandInput,
|
|
12
|
+
CheckInLicenseCommandOutput,
|
|
13
|
+
} from "../commands/CheckInLicenseCommand";
|
|
14
|
+
import {
|
|
15
|
+
CheckoutBorrowLicenseCommandInput,
|
|
16
|
+
CheckoutBorrowLicenseCommandOutput,
|
|
17
|
+
} from "../commands/CheckoutBorrowLicenseCommand";
|
|
18
|
+
import {
|
|
19
|
+
CheckoutLicenseCommandInput,
|
|
20
|
+
CheckoutLicenseCommandOutput,
|
|
21
|
+
} from "../commands/CheckoutLicenseCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateGrantCommandInput,
|
|
24
|
+
CreateGrantCommandOutput,
|
|
25
|
+
} from "../commands/CreateGrantCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateGrantVersionCommandInput,
|
|
28
|
+
CreateGrantVersionCommandOutput,
|
|
29
|
+
} from "../commands/CreateGrantVersionCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateLicenseCommandInput,
|
|
32
|
+
CreateLicenseCommandOutput,
|
|
33
|
+
} from "../commands/CreateLicenseCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateLicenseConfigurationCommandInput,
|
|
36
|
+
CreateLicenseConfigurationCommandOutput,
|
|
37
|
+
} from "../commands/CreateLicenseConfigurationCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateLicenseConversionTaskForResourceCommandInput,
|
|
40
|
+
CreateLicenseConversionTaskForResourceCommandOutput,
|
|
41
|
+
} from "../commands/CreateLicenseConversionTaskForResourceCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateLicenseManagerReportGeneratorCommandInput,
|
|
44
|
+
CreateLicenseManagerReportGeneratorCommandOutput,
|
|
45
|
+
} from "../commands/CreateLicenseManagerReportGeneratorCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreateLicenseVersionCommandInput,
|
|
48
|
+
CreateLicenseVersionCommandOutput,
|
|
49
|
+
} from "../commands/CreateLicenseVersionCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreateTokenCommandInput,
|
|
52
|
+
CreateTokenCommandOutput,
|
|
53
|
+
} from "../commands/CreateTokenCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteGrantCommandInput,
|
|
56
|
+
DeleteGrantCommandOutput,
|
|
57
|
+
} from "../commands/DeleteGrantCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteLicenseCommandInput,
|
|
60
|
+
DeleteLicenseCommandOutput,
|
|
61
|
+
} from "../commands/DeleteLicenseCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteLicenseConfigurationCommandInput,
|
|
64
|
+
DeleteLicenseConfigurationCommandOutput,
|
|
65
|
+
} from "../commands/DeleteLicenseConfigurationCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteLicenseManagerReportGeneratorCommandInput,
|
|
68
|
+
DeleteLicenseManagerReportGeneratorCommandOutput,
|
|
69
|
+
} from "../commands/DeleteLicenseManagerReportGeneratorCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteTokenCommandInput,
|
|
72
|
+
DeleteTokenCommandOutput,
|
|
73
|
+
} from "../commands/DeleteTokenCommand";
|
|
74
|
+
import {
|
|
75
|
+
ExtendLicenseConsumptionCommandInput,
|
|
76
|
+
ExtendLicenseConsumptionCommandOutput,
|
|
77
|
+
} from "../commands/ExtendLicenseConsumptionCommand";
|
|
78
|
+
import {
|
|
79
|
+
GetAccessTokenCommandInput,
|
|
80
|
+
GetAccessTokenCommandOutput,
|
|
81
|
+
} from "../commands/GetAccessTokenCommand";
|
|
82
|
+
import {
|
|
83
|
+
GetGrantCommandInput,
|
|
84
|
+
GetGrantCommandOutput,
|
|
85
|
+
} from "../commands/GetGrantCommand";
|
|
86
|
+
import {
|
|
87
|
+
GetLicenseCommandInput,
|
|
88
|
+
GetLicenseCommandOutput,
|
|
89
|
+
} from "../commands/GetLicenseCommand";
|
|
90
|
+
import {
|
|
91
|
+
GetLicenseConfigurationCommandInput,
|
|
92
|
+
GetLicenseConfigurationCommandOutput,
|
|
93
|
+
} from "../commands/GetLicenseConfigurationCommand";
|
|
94
|
+
import {
|
|
95
|
+
GetLicenseConversionTaskCommandInput,
|
|
96
|
+
GetLicenseConversionTaskCommandOutput,
|
|
97
|
+
} from "../commands/GetLicenseConversionTaskCommand";
|
|
98
|
+
import {
|
|
99
|
+
GetLicenseManagerReportGeneratorCommandInput,
|
|
100
|
+
GetLicenseManagerReportGeneratorCommandOutput,
|
|
101
|
+
} from "../commands/GetLicenseManagerReportGeneratorCommand";
|
|
102
|
+
import {
|
|
103
|
+
GetLicenseUsageCommandInput,
|
|
104
|
+
GetLicenseUsageCommandOutput,
|
|
105
|
+
} from "../commands/GetLicenseUsageCommand";
|
|
106
|
+
import {
|
|
107
|
+
GetServiceSettingsCommandInput,
|
|
108
|
+
GetServiceSettingsCommandOutput,
|
|
109
|
+
} from "../commands/GetServiceSettingsCommand";
|
|
110
|
+
import {
|
|
111
|
+
ListAssociationsForLicenseConfigurationCommandInput,
|
|
112
|
+
ListAssociationsForLicenseConfigurationCommandOutput,
|
|
113
|
+
} from "../commands/ListAssociationsForLicenseConfigurationCommand";
|
|
114
|
+
import {
|
|
115
|
+
ListDistributedGrantsCommandInput,
|
|
116
|
+
ListDistributedGrantsCommandOutput,
|
|
117
|
+
} from "../commands/ListDistributedGrantsCommand";
|
|
118
|
+
import {
|
|
119
|
+
ListFailuresForLicenseConfigurationOperationsCommandInput,
|
|
120
|
+
ListFailuresForLicenseConfigurationOperationsCommandOutput,
|
|
121
|
+
} from "../commands/ListFailuresForLicenseConfigurationOperationsCommand";
|
|
122
|
+
import {
|
|
123
|
+
ListLicenseConfigurationsCommandInput,
|
|
124
|
+
ListLicenseConfigurationsCommandOutput,
|
|
125
|
+
} from "../commands/ListLicenseConfigurationsCommand";
|
|
126
|
+
import {
|
|
127
|
+
ListLicenseConversionTasksCommandInput,
|
|
128
|
+
ListLicenseConversionTasksCommandOutput,
|
|
129
|
+
} from "../commands/ListLicenseConversionTasksCommand";
|
|
130
|
+
import {
|
|
131
|
+
ListLicenseManagerReportGeneratorsCommandInput,
|
|
132
|
+
ListLicenseManagerReportGeneratorsCommandOutput,
|
|
133
|
+
} from "../commands/ListLicenseManagerReportGeneratorsCommand";
|
|
134
|
+
import {
|
|
135
|
+
ListLicensesCommandInput,
|
|
136
|
+
ListLicensesCommandOutput,
|
|
137
|
+
} from "../commands/ListLicensesCommand";
|
|
138
|
+
import {
|
|
139
|
+
ListLicenseSpecificationsForResourceCommandInput,
|
|
140
|
+
ListLicenseSpecificationsForResourceCommandOutput,
|
|
141
|
+
} from "../commands/ListLicenseSpecificationsForResourceCommand";
|
|
142
|
+
import {
|
|
143
|
+
ListLicenseVersionsCommandInput,
|
|
144
|
+
ListLicenseVersionsCommandOutput,
|
|
145
|
+
} from "../commands/ListLicenseVersionsCommand";
|
|
146
|
+
import {
|
|
147
|
+
ListReceivedGrantsCommandInput,
|
|
148
|
+
ListReceivedGrantsCommandOutput,
|
|
149
|
+
} from "../commands/ListReceivedGrantsCommand";
|
|
150
|
+
import {
|
|
151
|
+
ListReceivedLicensesCommandInput,
|
|
152
|
+
ListReceivedLicensesCommandOutput,
|
|
153
|
+
} from "../commands/ListReceivedLicensesCommand";
|
|
154
|
+
import {
|
|
155
|
+
ListResourceInventoryCommandInput,
|
|
156
|
+
ListResourceInventoryCommandOutput,
|
|
157
|
+
} from "../commands/ListResourceInventoryCommand";
|
|
158
|
+
import {
|
|
159
|
+
ListTagsForResourceCommandInput,
|
|
160
|
+
ListTagsForResourceCommandOutput,
|
|
161
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
162
|
+
import {
|
|
163
|
+
ListTokensCommandInput,
|
|
164
|
+
ListTokensCommandOutput,
|
|
165
|
+
} from "../commands/ListTokensCommand";
|
|
166
|
+
import {
|
|
167
|
+
ListUsageForLicenseConfigurationCommandInput,
|
|
168
|
+
ListUsageForLicenseConfigurationCommandOutput,
|
|
169
|
+
} from "../commands/ListUsageForLicenseConfigurationCommand";
|
|
170
|
+
import {
|
|
171
|
+
RejectGrantCommandInput,
|
|
172
|
+
RejectGrantCommandOutput,
|
|
173
|
+
} from "../commands/RejectGrantCommand";
|
|
174
|
+
import {
|
|
175
|
+
TagResourceCommandInput,
|
|
176
|
+
TagResourceCommandOutput,
|
|
177
|
+
} from "../commands/TagResourceCommand";
|
|
178
|
+
import {
|
|
179
|
+
UntagResourceCommandInput,
|
|
180
|
+
UntagResourceCommandOutput,
|
|
181
|
+
} from "../commands/UntagResourceCommand";
|
|
182
|
+
import {
|
|
183
|
+
UpdateLicenseConfigurationCommandInput,
|
|
184
|
+
UpdateLicenseConfigurationCommandOutput,
|
|
185
|
+
} from "../commands/UpdateLicenseConfigurationCommand";
|
|
186
|
+
import {
|
|
187
|
+
UpdateLicenseManagerReportGeneratorCommandInput,
|
|
188
|
+
UpdateLicenseManagerReportGeneratorCommandOutput,
|
|
189
|
+
} from "../commands/UpdateLicenseManagerReportGeneratorCommand";
|
|
190
|
+
import {
|
|
191
|
+
UpdateLicenseSpecificationsForResourceCommandInput,
|
|
192
|
+
UpdateLicenseSpecificationsForResourceCommandOutput,
|
|
193
|
+
} from "../commands/UpdateLicenseSpecificationsForResourceCommand";
|
|
194
|
+
import {
|
|
195
|
+
UpdateServiceSettingsCommandInput,
|
|
196
|
+
UpdateServiceSettingsCommandOutput,
|
|
197
|
+
} from "../commands/UpdateServiceSettingsCommand";
|
|
198
|
+
export declare const serializeAws_json1_1AcceptGrantCommand: (
|
|
199
|
+
input: AcceptGrantCommandInput,
|
|
200
|
+
context: __SerdeContext
|
|
201
|
+
) => Promise<__HttpRequest>;
|
|
202
|
+
export declare const serializeAws_json1_1CheckInLicenseCommand: (
|
|
203
|
+
input: CheckInLicenseCommandInput,
|
|
204
|
+
context: __SerdeContext
|
|
205
|
+
) => Promise<__HttpRequest>;
|
|
206
|
+
export declare const serializeAws_json1_1CheckoutBorrowLicenseCommand: (
|
|
207
|
+
input: CheckoutBorrowLicenseCommandInput,
|
|
208
|
+
context: __SerdeContext
|
|
209
|
+
) => Promise<__HttpRequest>;
|
|
210
|
+
export declare const serializeAws_json1_1CheckoutLicenseCommand: (
|
|
211
|
+
input: CheckoutLicenseCommandInput,
|
|
212
|
+
context: __SerdeContext
|
|
213
|
+
) => Promise<__HttpRequest>;
|
|
214
|
+
export declare const serializeAws_json1_1CreateGrantCommand: (
|
|
215
|
+
input: CreateGrantCommandInput,
|
|
216
|
+
context: __SerdeContext
|
|
217
|
+
) => Promise<__HttpRequest>;
|
|
218
|
+
export declare const serializeAws_json1_1CreateGrantVersionCommand: (
|
|
219
|
+
input: CreateGrantVersionCommandInput,
|
|
220
|
+
context: __SerdeContext
|
|
221
|
+
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const serializeAws_json1_1CreateLicenseCommand: (
|
|
223
|
+
input: CreateLicenseCommandInput,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<__HttpRequest>;
|
|
226
|
+
export declare const serializeAws_json1_1CreateLicenseConfigurationCommand: (
|
|
227
|
+
input: CreateLicenseConfigurationCommandInput,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<__HttpRequest>;
|
|
230
|
+
export declare const serializeAws_json1_1CreateLicenseConversionTaskForResourceCommand: (
|
|
231
|
+
input: CreateLicenseConversionTaskForResourceCommandInput,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const serializeAws_json1_1CreateLicenseManagerReportGeneratorCommand: (
|
|
235
|
+
input: CreateLicenseManagerReportGeneratorCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
238
|
+
export declare const serializeAws_json1_1CreateLicenseVersionCommand: (
|
|
239
|
+
input: CreateLicenseVersionCommandInput,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<__HttpRequest>;
|
|
242
|
+
export declare const serializeAws_json1_1CreateTokenCommand: (
|
|
243
|
+
input: CreateTokenCommandInput,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<__HttpRequest>;
|
|
246
|
+
export declare const serializeAws_json1_1DeleteGrantCommand: (
|
|
247
|
+
input: DeleteGrantCommandInput,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const serializeAws_json1_1DeleteLicenseCommand: (
|
|
251
|
+
input: DeleteLicenseCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const serializeAws_json1_1DeleteLicenseConfigurationCommand: (
|
|
255
|
+
input: DeleteLicenseConfigurationCommandInput,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<__HttpRequest>;
|
|
258
|
+
export declare const serializeAws_json1_1DeleteLicenseManagerReportGeneratorCommand: (
|
|
259
|
+
input: DeleteLicenseManagerReportGeneratorCommandInput,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const serializeAws_json1_1DeleteTokenCommand: (
|
|
263
|
+
input: DeleteTokenCommandInput,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<__HttpRequest>;
|
|
266
|
+
export declare const serializeAws_json1_1ExtendLicenseConsumptionCommand: (
|
|
267
|
+
input: ExtendLicenseConsumptionCommandInput,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<__HttpRequest>;
|
|
270
|
+
export declare const serializeAws_json1_1GetAccessTokenCommand: (
|
|
271
|
+
input: GetAccessTokenCommandInput,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const serializeAws_json1_1GetGrantCommand: (
|
|
275
|
+
input: GetGrantCommandInput,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const serializeAws_json1_1GetLicenseCommand: (
|
|
279
|
+
input: GetLicenseCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const serializeAws_json1_1GetLicenseConfigurationCommand: (
|
|
283
|
+
input: GetLicenseConfigurationCommandInput,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<__HttpRequest>;
|
|
286
|
+
export declare const serializeAws_json1_1GetLicenseConversionTaskCommand: (
|
|
287
|
+
input: GetLicenseConversionTaskCommandInput,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<__HttpRequest>;
|
|
290
|
+
export declare const serializeAws_json1_1GetLicenseManagerReportGeneratorCommand: (
|
|
291
|
+
input: GetLicenseManagerReportGeneratorCommandInput,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<__HttpRequest>;
|
|
294
|
+
export declare const serializeAws_json1_1GetLicenseUsageCommand: (
|
|
295
|
+
input: GetLicenseUsageCommandInput,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<__HttpRequest>;
|
|
298
|
+
export declare const serializeAws_json1_1GetServiceSettingsCommand: (
|
|
299
|
+
input: GetServiceSettingsCommandInput,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<__HttpRequest>;
|
|
302
|
+
export declare const serializeAws_json1_1ListAssociationsForLicenseConfigurationCommand: (
|
|
303
|
+
input: ListAssociationsForLicenseConfigurationCommandInput,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<__HttpRequest>;
|
|
306
|
+
export declare const serializeAws_json1_1ListDistributedGrantsCommand: (
|
|
307
|
+
input: ListDistributedGrantsCommandInput,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const serializeAws_json1_1ListFailuresForLicenseConfigurationOperationsCommand: (
|
|
311
|
+
input: ListFailuresForLicenseConfigurationOperationsCommandInput,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<__HttpRequest>;
|
|
314
|
+
export declare const serializeAws_json1_1ListLicenseConfigurationsCommand: (
|
|
315
|
+
input: ListLicenseConfigurationsCommandInput,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<__HttpRequest>;
|
|
318
|
+
export declare const serializeAws_json1_1ListLicenseConversionTasksCommand: (
|
|
319
|
+
input: ListLicenseConversionTasksCommandInput,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<__HttpRequest>;
|
|
322
|
+
export declare const serializeAws_json1_1ListLicenseManagerReportGeneratorsCommand: (
|
|
323
|
+
input: ListLicenseManagerReportGeneratorsCommandInput,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<__HttpRequest>;
|
|
326
|
+
export declare const serializeAws_json1_1ListLicensesCommand: (
|
|
327
|
+
input: ListLicensesCommandInput,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<__HttpRequest>;
|
|
330
|
+
export declare const serializeAws_json1_1ListLicenseSpecificationsForResourceCommand: (
|
|
331
|
+
input: ListLicenseSpecificationsForResourceCommandInput,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<__HttpRequest>;
|
|
334
|
+
export declare const serializeAws_json1_1ListLicenseVersionsCommand: (
|
|
335
|
+
input: ListLicenseVersionsCommandInput,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<__HttpRequest>;
|
|
338
|
+
export declare const serializeAws_json1_1ListReceivedGrantsCommand: (
|
|
339
|
+
input: ListReceivedGrantsCommandInput,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<__HttpRequest>;
|
|
342
|
+
export declare const serializeAws_json1_1ListReceivedLicensesCommand: (
|
|
343
|
+
input: ListReceivedLicensesCommandInput,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<__HttpRequest>;
|
|
346
|
+
export declare const serializeAws_json1_1ListResourceInventoryCommand: (
|
|
347
|
+
input: ListResourceInventoryCommandInput,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<__HttpRequest>;
|
|
350
|
+
export declare const serializeAws_json1_1ListTagsForResourceCommand: (
|
|
351
|
+
input: ListTagsForResourceCommandInput,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<__HttpRequest>;
|
|
354
|
+
export declare const serializeAws_json1_1ListTokensCommand: (
|
|
355
|
+
input: ListTokensCommandInput,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<__HttpRequest>;
|
|
358
|
+
export declare const serializeAws_json1_1ListUsageForLicenseConfigurationCommand: (
|
|
359
|
+
input: ListUsageForLicenseConfigurationCommandInput,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<__HttpRequest>;
|
|
362
|
+
export declare const serializeAws_json1_1RejectGrantCommand: (
|
|
363
|
+
input: RejectGrantCommandInput,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<__HttpRequest>;
|
|
366
|
+
export declare const serializeAws_json1_1TagResourceCommand: (
|
|
367
|
+
input: TagResourceCommandInput,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<__HttpRequest>;
|
|
370
|
+
export declare const serializeAws_json1_1UntagResourceCommand: (
|
|
371
|
+
input: UntagResourceCommandInput,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<__HttpRequest>;
|
|
374
|
+
export declare const serializeAws_json1_1UpdateLicenseConfigurationCommand: (
|
|
375
|
+
input: UpdateLicenseConfigurationCommandInput,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<__HttpRequest>;
|
|
378
|
+
export declare const serializeAws_json1_1UpdateLicenseManagerReportGeneratorCommand: (
|
|
379
|
+
input: UpdateLicenseManagerReportGeneratorCommandInput,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<__HttpRequest>;
|
|
382
|
+
export declare const serializeAws_json1_1UpdateLicenseSpecificationsForResourceCommand: (
|
|
383
|
+
input: UpdateLicenseSpecificationsForResourceCommandInput,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<__HttpRequest>;
|
|
386
|
+
export declare const serializeAws_json1_1UpdateServiceSettingsCommand: (
|
|
387
|
+
input: UpdateServiceSettingsCommandInput,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<__HttpRequest>;
|
|
390
|
+
export declare const deserializeAws_json1_1AcceptGrantCommand: (
|
|
391
|
+
output: __HttpResponse,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<AcceptGrantCommandOutput>;
|
|
394
|
+
export declare const deserializeAws_json1_1CheckInLicenseCommand: (
|
|
395
|
+
output: __HttpResponse,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<CheckInLicenseCommandOutput>;
|
|
398
|
+
export declare const deserializeAws_json1_1CheckoutBorrowLicenseCommand: (
|
|
399
|
+
output: __HttpResponse,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<CheckoutBorrowLicenseCommandOutput>;
|
|
402
|
+
export declare const deserializeAws_json1_1CheckoutLicenseCommand: (
|
|
403
|
+
output: __HttpResponse,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<CheckoutLicenseCommandOutput>;
|
|
406
|
+
export declare const deserializeAws_json1_1CreateGrantCommand: (
|
|
407
|
+
output: __HttpResponse,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<CreateGrantCommandOutput>;
|
|
410
|
+
export declare const deserializeAws_json1_1CreateGrantVersionCommand: (
|
|
411
|
+
output: __HttpResponse,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<CreateGrantVersionCommandOutput>;
|
|
414
|
+
export declare const deserializeAws_json1_1CreateLicenseCommand: (
|
|
415
|
+
output: __HttpResponse,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<CreateLicenseCommandOutput>;
|
|
418
|
+
export declare const deserializeAws_json1_1CreateLicenseConfigurationCommand: (
|
|
419
|
+
output: __HttpResponse,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<CreateLicenseConfigurationCommandOutput>;
|
|
422
|
+
export declare const deserializeAws_json1_1CreateLicenseConversionTaskForResourceCommand: (
|
|
423
|
+
output: __HttpResponse,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<CreateLicenseConversionTaskForResourceCommandOutput>;
|
|
426
|
+
export declare const deserializeAws_json1_1CreateLicenseManagerReportGeneratorCommand: (
|
|
427
|
+
output: __HttpResponse,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<CreateLicenseManagerReportGeneratorCommandOutput>;
|
|
430
|
+
export declare const deserializeAws_json1_1CreateLicenseVersionCommand: (
|
|
431
|
+
output: __HttpResponse,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<CreateLicenseVersionCommandOutput>;
|
|
434
|
+
export declare const deserializeAws_json1_1CreateTokenCommand: (
|
|
435
|
+
output: __HttpResponse,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<CreateTokenCommandOutput>;
|
|
438
|
+
export declare const deserializeAws_json1_1DeleteGrantCommand: (
|
|
439
|
+
output: __HttpResponse,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<DeleteGrantCommandOutput>;
|
|
442
|
+
export declare const deserializeAws_json1_1DeleteLicenseCommand: (
|
|
443
|
+
output: __HttpResponse,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<DeleteLicenseCommandOutput>;
|
|
446
|
+
export declare const deserializeAws_json1_1DeleteLicenseConfigurationCommand: (
|
|
447
|
+
output: __HttpResponse,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<DeleteLicenseConfigurationCommandOutput>;
|
|
450
|
+
export declare const deserializeAws_json1_1DeleteLicenseManagerReportGeneratorCommand: (
|
|
451
|
+
output: __HttpResponse,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<DeleteLicenseManagerReportGeneratorCommandOutput>;
|
|
454
|
+
export declare const deserializeAws_json1_1DeleteTokenCommand: (
|
|
455
|
+
output: __HttpResponse,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<DeleteTokenCommandOutput>;
|
|
458
|
+
export declare const deserializeAws_json1_1ExtendLicenseConsumptionCommand: (
|
|
459
|
+
output: __HttpResponse,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<ExtendLicenseConsumptionCommandOutput>;
|
|
462
|
+
export declare const deserializeAws_json1_1GetAccessTokenCommand: (
|
|
463
|
+
output: __HttpResponse,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<GetAccessTokenCommandOutput>;
|
|
466
|
+
export declare const deserializeAws_json1_1GetGrantCommand: (
|
|
467
|
+
output: __HttpResponse,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<GetGrantCommandOutput>;
|
|
470
|
+
export declare const deserializeAws_json1_1GetLicenseCommand: (
|
|
471
|
+
output: __HttpResponse,
|
|
472
|
+
context: __SerdeContext
|
|
473
|
+
) => Promise<GetLicenseCommandOutput>;
|
|
474
|
+
export declare const deserializeAws_json1_1GetLicenseConfigurationCommand: (
|
|
475
|
+
output: __HttpResponse,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<GetLicenseConfigurationCommandOutput>;
|
|
478
|
+
export declare const deserializeAws_json1_1GetLicenseConversionTaskCommand: (
|
|
479
|
+
output: __HttpResponse,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<GetLicenseConversionTaskCommandOutput>;
|
|
482
|
+
export declare const deserializeAws_json1_1GetLicenseManagerReportGeneratorCommand: (
|
|
483
|
+
output: __HttpResponse,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<GetLicenseManagerReportGeneratorCommandOutput>;
|
|
486
|
+
export declare const deserializeAws_json1_1GetLicenseUsageCommand: (
|
|
487
|
+
output: __HttpResponse,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<GetLicenseUsageCommandOutput>;
|
|
490
|
+
export declare const deserializeAws_json1_1GetServiceSettingsCommand: (
|
|
491
|
+
output: __HttpResponse,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<GetServiceSettingsCommandOutput>;
|
|
494
|
+
export declare const deserializeAws_json1_1ListAssociationsForLicenseConfigurationCommand: (
|
|
495
|
+
output: __HttpResponse,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<ListAssociationsForLicenseConfigurationCommandOutput>;
|
|
498
|
+
export declare const deserializeAws_json1_1ListDistributedGrantsCommand: (
|
|
499
|
+
output: __HttpResponse,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<ListDistributedGrantsCommandOutput>;
|
|
502
|
+
export declare const deserializeAws_json1_1ListFailuresForLicenseConfigurationOperationsCommand: (
|
|
503
|
+
output: __HttpResponse,
|
|
504
|
+
context: __SerdeContext
|
|
505
|
+
) => Promise<ListFailuresForLicenseConfigurationOperationsCommandOutput>;
|
|
506
|
+
export declare const deserializeAws_json1_1ListLicenseConfigurationsCommand: (
|
|
507
|
+
output: __HttpResponse,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<ListLicenseConfigurationsCommandOutput>;
|
|
510
|
+
export declare const deserializeAws_json1_1ListLicenseConversionTasksCommand: (
|
|
511
|
+
output: __HttpResponse,
|
|
512
|
+
context: __SerdeContext
|
|
513
|
+
) => Promise<ListLicenseConversionTasksCommandOutput>;
|
|
514
|
+
export declare const deserializeAws_json1_1ListLicenseManagerReportGeneratorsCommand: (
|
|
515
|
+
output: __HttpResponse,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<ListLicenseManagerReportGeneratorsCommandOutput>;
|
|
518
|
+
export declare const deserializeAws_json1_1ListLicensesCommand: (
|
|
519
|
+
output: __HttpResponse,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<ListLicensesCommandOutput>;
|
|
522
|
+
export declare const deserializeAws_json1_1ListLicenseSpecificationsForResourceCommand: (
|
|
523
|
+
output: __HttpResponse,
|
|
524
|
+
context: __SerdeContext
|
|
525
|
+
) => Promise<ListLicenseSpecificationsForResourceCommandOutput>;
|
|
526
|
+
export declare const deserializeAws_json1_1ListLicenseVersionsCommand: (
|
|
527
|
+
output: __HttpResponse,
|
|
528
|
+
context: __SerdeContext
|
|
529
|
+
) => Promise<ListLicenseVersionsCommandOutput>;
|
|
530
|
+
export declare const deserializeAws_json1_1ListReceivedGrantsCommand: (
|
|
531
|
+
output: __HttpResponse,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<ListReceivedGrantsCommandOutput>;
|
|
534
|
+
export declare const deserializeAws_json1_1ListReceivedLicensesCommand: (
|
|
535
|
+
output: __HttpResponse,
|
|
536
|
+
context: __SerdeContext
|
|
537
|
+
) => Promise<ListReceivedLicensesCommandOutput>;
|
|
538
|
+
export declare const deserializeAws_json1_1ListResourceInventoryCommand: (
|
|
539
|
+
output: __HttpResponse,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<ListResourceInventoryCommandOutput>;
|
|
542
|
+
export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
|
|
543
|
+
output: __HttpResponse,
|
|
544
|
+
context: __SerdeContext
|
|
545
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
546
|
+
export declare const deserializeAws_json1_1ListTokensCommand: (
|
|
547
|
+
output: __HttpResponse,
|
|
548
|
+
context: __SerdeContext
|
|
549
|
+
) => Promise<ListTokensCommandOutput>;
|
|
550
|
+
export declare const deserializeAws_json1_1ListUsageForLicenseConfigurationCommand: (
|
|
551
|
+
output: __HttpResponse,
|
|
552
|
+
context: __SerdeContext
|
|
553
|
+
) => Promise<ListUsageForLicenseConfigurationCommandOutput>;
|
|
554
|
+
export declare const deserializeAws_json1_1RejectGrantCommand: (
|
|
555
|
+
output: __HttpResponse,
|
|
556
|
+
context: __SerdeContext
|
|
557
|
+
) => Promise<RejectGrantCommandOutput>;
|
|
558
|
+
export declare const deserializeAws_json1_1TagResourceCommand: (
|
|
559
|
+
output: __HttpResponse,
|
|
560
|
+
context: __SerdeContext
|
|
561
|
+
) => Promise<TagResourceCommandOutput>;
|
|
562
|
+
export declare const deserializeAws_json1_1UntagResourceCommand: (
|
|
563
|
+
output: __HttpResponse,
|
|
564
|
+
context: __SerdeContext
|
|
565
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
566
|
+
export declare const deserializeAws_json1_1UpdateLicenseConfigurationCommand: (
|
|
567
|
+
output: __HttpResponse,
|
|
568
|
+
context: __SerdeContext
|
|
569
|
+
) => Promise<UpdateLicenseConfigurationCommandOutput>;
|
|
570
|
+
export declare const deserializeAws_json1_1UpdateLicenseManagerReportGeneratorCommand: (
|
|
571
|
+
output: __HttpResponse,
|
|
572
|
+
context: __SerdeContext
|
|
573
|
+
) => Promise<UpdateLicenseManagerReportGeneratorCommandOutput>;
|
|
574
|
+
export declare const deserializeAws_json1_1UpdateLicenseSpecificationsForResourceCommand: (
|
|
575
|
+
output: __HttpResponse,
|
|
576
|
+
context: __SerdeContext
|
|
577
|
+
) => Promise<UpdateLicenseSpecificationsForResourceCommandOutput>;
|
|
578
|
+
export declare const deserializeAws_json1_1UpdateServiceSettingsCommand: (
|
|
579
|
+
output: __HttpResponse,
|
|
580
|
+
context: __SerdeContext
|
|
581
|
+
) => Promise<UpdateServiceSettingsCommandOutput>;
|