@aws-sdk/client-license-manager 3.927.0 → 3.929.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/dist-cjs/index.js +1791 -1777
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/LicenseManagerClient.js +2 -0
- package/dist-es/commands/AcceptGrantCommand.js +3 -9
- package/dist-es/commands/CheckInLicenseCommand.js +3 -9
- package/dist-es/commands/CheckoutBorrowLicenseCommand.js +3 -9
- package/dist-es/commands/CheckoutLicenseCommand.js +3 -9
- package/dist-es/commands/CreateGrantCommand.js +3 -9
- package/dist-es/commands/CreateGrantVersionCommand.js +3 -9
- package/dist-es/commands/CreateLicenseCommand.js +3 -9
- package/dist-es/commands/CreateLicenseConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateLicenseConversionTaskForResourceCommand.js +3 -9
- package/dist-es/commands/CreateLicenseManagerReportGeneratorCommand.js +3 -9
- package/dist-es/commands/CreateLicenseVersionCommand.js +3 -9
- package/dist-es/commands/CreateTokenCommand.js +3 -9
- package/dist-es/commands/DeleteGrantCommand.js +3 -9
- package/dist-es/commands/DeleteLicenseCommand.js +3 -9
- package/dist-es/commands/DeleteLicenseConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteLicenseManagerReportGeneratorCommand.js +3 -9
- package/dist-es/commands/DeleteTokenCommand.js +3 -9
- package/dist-es/commands/ExtendLicenseConsumptionCommand.js +3 -9
- package/dist-es/commands/GetAccessTokenCommand.js +3 -9
- package/dist-es/commands/GetGrantCommand.js +3 -9
- package/dist-es/commands/GetLicenseCommand.js +3 -9
- package/dist-es/commands/GetLicenseConfigurationCommand.js +3 -9
- package/dist-es/commands/GetLicenseConversionTaskCommand.js +3 -9
- package/dist-es/commands/GetLicenseManagerReportGeneratorCommand.js +3 -9
- package/dist-es/commands/GetLicenseUsageCommand.js +3 -9
- package/dist-es/commands/GetServiceSettingsCommand.js +3 -9
- package/dist-es/commands/ListAssociationsForLicenseConfigurationCommand.js +3 -9
- package/dist-es/commands/ListDistributedGrantsCommand.js +3 -9
- package/dist-es/commands/ListFailuresForLicenseConfigurationOperationsCommand.js +3 -9
- package/dist-es/commands/ListLicenseConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListLicenseConversionTasksCommand.js +3 -9
- package/dist-es/commands/ListLicenseManagerReportGeneratorsCommand.js +3 -9
- package/dist-es/commands/ListLicenseSpecificationsForResourceCommand.js +3 -9
- package/dist-es/commands/ListLicenseVersionsCommand.js +3 -9
- package/dist-es/commands/ListLicensesCommand.js +3 -9
- package/dist-es/commands/ListReceivedGrantsCommand.js +3 -9
- package/dist-es/commands/ListReceivedGrantsForOrganizationCommand.js +3 -9
- package/dist-es/commands/ListReceivedLicensesCommand.js +3 -9
- package/dist-es/commands/ListReceivedLicensesForOrganizationCommand.js +3 -9
- package/dist-es/commands/ListResourceInventoryCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTokensCommand.js +3 -9
- package/dist-es/commands/ListUsageForLicenseConfigurationCommand.js +3 -9
- package/dist-es/commands/RejectGrantCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateLicenseConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateLicenseManagerReportGeneratorCommand.js +3 -9
- package/dist-es/commands/UpdateLicenseSpecificationsForResourceCommand.js +3 -9
- package/dist-es/commands/UpdateServiceSettingsCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +1646 -0
- package/dist-types/LicenseManagerClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +242 -0
- package/dist-types/ts3.4/LicenseManagerClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +247 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -1380
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -452
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -605
|
@@ -1,452 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { AcceptGrantCommandInput, AcceptGrantCommandOutput } from "../commands/AcceptGrantCommand";
|
|
4
|
-
import { CheckInLicenseCommandInput, CheckInLicenseCommandOutput } from "../commands/CheckInLicenseCommand";
|
|
5
|
-
import { CheckoutBorrowLicenseCommandInput, CheckoutBorrowLicenseCommandOutput } from "../commands/CheckoutBorrowLicenseCommand";
|
|
6
|
-
import { CheckoutLicenseCommandInput, CheckoutLicenseCommandOutput } from "../commands/CheckoutLicenseCommand";
|
|
7
|
-
import { CreateGrantCommandInput, CreateGrantCommandOutput } from "../commands/CreateGrantCommand";
|
|
8
|
-
import { CreateGrantVersionCommandInput, CreateGrantVersionCommandOutput } from "../commands/CreateGrantVersionCommand";
|
|
9
|
-
import { CreateLicenseCommandInput, CreateLicenseCommandOutput } from "../commands/CreateLicenseCommand";
|
|
10
|
-
import { CreateLicenseConfigurationCommandInput, CreateLicenseConfigurationCommandOutput } from "../commands/CreateLicenseConfigurationCommand";
|
|
11
|
-
import { CreateLicenseConversionTaskForResourceCommandInput, CreateLicenseConversionTaskForResourceCommandOutput } from "../commands/CreateLicenseConversionTaskForResourceCommand";
|
|
12
|
-
import { CreateLicenseManagerReportGeneratorCommandInput, CreateLicenseManagerReportGeneratorCommandOutput } from "../commands/CreateLicenseManagerReportGeneratorCommand";
|
|
13
|
-
import { CreateLicenseVersionCommandInput, CreateLicenseVersionCommandOutput } from "../commands/CreateLicenseVersionCommand";
|
|
14
|
-
import { CreateTokenCommandInput, CreateTokenCommandOutput } from "../commands/CreateTokenCommand";
|
|
15
|
-
import { DeleteGrantCommandInput, DeleteGrantCommandOutput } from "../commands/DeleteGrantCommand";
|
|
16
|
-
import { DeleteLicenseCommandInput, DeleteLicenseCommandOutput } from "../commands/DeleteLicenseCommand";
|
|
17
|
-
import { DeleteLicenseConfigurationCommandInput, DeleteLicenseConfigurationCommandOutput } from "../commands/DeleteLicenseConfigurationCommand";
|
|
18
|
-
import { DeleteLicenseManagerReportGeneratorCommandInput, DeleteLicenseManagerReportGeneratorCommandOutput } from "../commands/DeleteLicenseManagerReportGeneratorCommand";
|
|
19
|
-
import { DeleteTokenCommandInput, DeleteTokenCommandOutput } from "../commands/DeleteTokenCommand";
|
|
20
|
-
import { ExtendLicenseConsumptionCommandInput, ExtendLicenseConsumptionCommandOutput } from "../commands/ExtendLicenseConsumptionCommand";
|
|
21
|
-
import { GetAccessTokenCommandInput, GetAccessTokenCommandOutput } from "../commands/GetAccessTokenCommand";
|
|
22
|
-
import { GetGrantCommandInput, GetGrantCommandOutput } from "../commands/GetGrantCommand";
|
|
23
|
-
import { GetLicenseCommandInput, GetLicenseCommandOutput } from "../commands/GetLicenseCommand";
|
|
24
|
-
import { GetLicenseConfigurationCommandInput, GetLicenseConfigurationCommandOutput } from "../commands/GetLicenseConfigurationCommand";
|
|
25
|
-
import { GetLicenseConversionTaskCommandInput, GetLicenseConversionTaskCommandOutput } from "../commands/GetLicenseConversionTaskCommand";
|
|
26
|
-
import { GetLicenseManagerReportGeneratorCommandInput, GetLicenseManagerReportGeneratorCommandOutput } from "../commands/GetLicenseManagerReportGeneratorCommand";
|
|
27
|
-
import { GetLicenseUsageCommandInput, GetLicenseUsageCommandOutput } from "../commands/GetLicenseUsageCommand";
|
|
28
|
-
import { GetServiceSettingsCommandInput, GetServiceSettingsCommandOutput } from "../commands/GetServiceSettingsCommand";
|
|
29
|
-
import { ListAssociationsForLicenseConfigurationCommandInput, ListAssociationsForLicenseConfigurationCommandOutput } from "../commands/ListAssociationsForLicenseConfigurationCommand";
|
|
30
|
-
import { ListDistributedGrantsCommandInput, ListDistributedGrantsCommandOutput } from "../commands/ListDistributedGrantsCommand";
|
|
31
|
-
import { ListFailuresForLicenseConfigurationOperationsCommandInput, ListFailuresForLicenseConfigurationOperationsCommandOutput } from "../commands/ListFailuresForLicenseConfigurationOperationsCommand";
|
|
32
|
-
import { ListLicenseConfigurationsCommandInput, ListLicenseConfigurationsCommandOutput } from "../commands/ListLicenseConfigurationsCommand";
|
|
33
|
-
import { ListLicenseConversionTasksCommandInput, ListLicenseConversionTasksCommandOutput } from "../commands/ListLicenseConversionTasksCommand";
|
|
34
|
-
import { ListLicenseManagerReportGeneratorsCommandInput, ListLicenseManagerReportGeneratorsCommandOutput } from "../commands/ListLicenseManagerReportGeneratorsCommand";
|
|
35
|
-
import { ListLicensesCommandInput, ListLicensesCommandOutput } from "../commands/ListLicensesCommand";
|
|
36
|
-
import { ListLicenseSpecificationsForResourceCommandInput, ListLicenseSpecificationsForResourceCommandOutput } from "../commands/ListLicenseSpecificationsForResourceCommand";
|
|
37
|
-
import { ListLicenseVersionsCommandInput, ListLicenseVersionsCommandOutput } from "../commands/ListLicenseVersionsCommand";
|
|
38
|
-
import { ListReceivedGrantsCommandInput, ListReceivedGrantsCommandOutput } from "../commands/ListReceivedGrantsCommand";
|
|
39
|
-
import { ListReceivedGrantsForOrganizationCommandInput, ListReceivedGrantsForOrganizationCommandOutput } from "../commands/ListReceivedGrantsForOrganizationCommand";
|
|
40
|
-
import { ListReceivedLicensesCommandInput, ListReceivedLicensesCommandOutput } from "../commands/ListReceivedLicensesCommand";
|
|
41
|
-
import { ListReceivedLicensesForOrganizationCommandInput, ListReceivedLicensesForOrganizationCommandOutput } from "../commands/ListReceivedLicensesForOrganizationCommand";
|
|
42
|
-
import { ListResourceInventoryCommandInput, ListResourceInventoryCommandOutput } from "../commands/ListResourceInventoryCommand";
|
|
43
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
44
|
-
import { ListTokensCommandInput, ListTokensCommandOutput } from "../commands/ListTokensCommand";
|
|
45
|
-
import { ListUsageForLicenseConfigurationCommandInput, ListUsageForLicenseConfigurationCommandOutput } from "../commands/ListUsageForLicenseConfigurationCommand";
|
|
46
|
-
import { RejectGrantCommandInput, RejectGrantCommandOutput } from "../commands/RejectGrantCommand";
|
|
47
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
48
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
49
|
-
import { UpdateLicenseConfigurationCommandInput, UpdateLicenseConfigurationCommandOutput } from "../commands/UpdateLicenseConfigurationCommand";
|
|
50
|
-
import { UpdateLicenseManagerReportGeneratorCommandInput, UpdateLicenseManagerReportGeneratorCommandOutput } from "../commands/UpdateLicenseManagerReportGeneratorCommand";
|
|
51
|
-
import { UpdateLicenseSpecificationsForResourceCommandInput, UpdateLicenseSpecificationsForResourceCommandOutput } from "../commands/UpdateLicenseSpecificationsForResourceCommand";
|
|
52
|
-
import { UpdateServiceSettingsCommandInput, UpdateServiceSettingsCommandOutput } from "../commands/UpdateServiceSettingsCommand";
|
|
53
|
-
/**
|
|
54
|
-
* serializeAws_json1_1AcceptGrantCommand
|
|
55
|
-
*/
|
|
56
|
-
export declare const se_AcceptGrantCommand: (input: AcceptGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
-
/**
|
|
58
|
-
* serializeAws_json1_1CheckInLicenseCommand
|
|
59
|
-
*/
|
|
60
|
-
export declare const se_CheckInLicenseCommand: (input: CheckInLicenseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
-
/**
|
|
62
|
-
* serializeAws_json1_1CheckoutBorrowLicenseCommand
|
|
63
|
-
*/
|
|
64
|
-
export declare const se_CheckoutBorrowLicenseCommand: (input: CheckoutBorrowLicenseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
-
/**
|
|
66
|
-
* serializeAws_json1_1CheckoutLicenseCommand
|
|
67
|
-
*/
|
|
68
|
-
export declare const se_CheckoutLicenseCommand: (input: CheckoutLicenseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
-
/**
|
|
70
|
-
* serializeAws_json1_1CreateGrantCommand
|
|
71
|
-
*/
|
|
72
|
-
export declare const se_CreateGrantCommand: (input: CreateGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
-
/**
|
|
74
|
-
* serializeAws_json1_1CreateGrantVersionCommand
|
|
75
|
-
*/
|
|
76
|
-
export declare const se_CreateGrantVersionCommand: (input: CreateGrantVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
-
/**
|
|
78
|
-
* serializeAws_json1_1CreateLicenseCommand
|
|
79
|
-
*/
|
|
80
|
-
export declare const se_CreateLicenseCommand: (input: CreateLicenseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
-
/**
|
|
82
|
-
* serializeAws_json1_1CreateLicenseConfigurationCommand
|
|
83
|
-
*/
|
|
84
|
-
export declare const se_CreateLicenseConfigurationCommand: (input: CreateLicenseConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
-
/**
|
|
86
|
-
* serializeAws_json1_1CreateLicenseConversionTaskForResourceCommand
|
|
87
|
-
*/
|
|
88
|
-
export declare const se_CreateLicenseConversionTaskForResourceCommand: (input: CreateLicenseConversionTaskForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
-
/**
|
|
90
|
-
* serializeAws_json1_1CreateLicenseManagerReportGeneratorCommand
|
|
91
|
-
*/
|
|
92
|
-
export declare const se_CreateLicenseManagerReportGeneratorCommand: (input: CreateLicenseManagerReportGeneratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
-
/**
|
|
94
|
-
* serializeAws_json1_1CreateLicenseVersionCommand
|
|
95
|
-
*/
|
|
96
|
-
export declare const se_CreateLicenseVersionCommand: (input: CreateLicenseVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
-
/**
|
|
98
|
-
* serializeAws_json1_1CreateTokenCommand
|
|
99
|
-
*/
|
|
100
|
-
export declare const se_CreateTokenCommand: (input: CreateTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
-
/**
|
|
102
|
-
* serializeAws_json1_1DeleteGrantCommand
|
|
103
|
-
*/
|
|
104
|
-
export declare const se_DeleteGrantCommand: (input: DeleteGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
-
/**
|
|
106
|
-
* serializeAws_json1_1DeleteLicenseCommand
|
|
107
|
-
*/
|
|
108
|
-
export declare const se_DeleteLicenseCommand: (input: DeleteLicenseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
-
/**
|
|
110
|
-
* serializeAws_json1_1DeleteLicenseConfigurationCommand
|
|
111
|
-
*/
|
|
112
|
-
export declare const se_DeleteLicenseConfigurationCommand: (input: DeleteLicenseConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
-
/**
|
|
114
|
-
* serializeAws_json1_1DeleteLicenseManagerReportGeneratorCommand
|
|
115
|
-
*/
|
|
116
|
-
export declare const se_DeleteLicenseManagerReportGeneratorCommand: (input: DeleteLicenseManagerReportGeneratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
|
-
/**
|
|
118
|
-
* serializeAws_json1_1DeleteTokenCommand
|
|
119
|
-
*/
|
|
120
|
-
export declare const se_DeleteTokenCommand: (input: DeleteTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
|
-
/**
|
|
122
|
-
* serializeAws_json1_1ExtendLicenseConsumptionCommand
|
|
123
|
-
*/
|
|
124
|
-
export declare const se_ExtendLicenseConsumptionCommand: (input: ExtendLicenseConsumptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
-
/**
|
|
126
|
-
* serializeAws_json1_1GetAccessTokenCommand
|
|
127
|
-
*/
|
|
128
|
-
export declare const se_GetAccessTokenCommand: (input: GetAccessTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
-
/**
|
|
130
|
-
* serializeAws_json1_1GetGrantCommand
|
|
131
|
-
*/
|
|
132
|
-
export declare const se_GetGrantCommand: (input: GetGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
|
-
/**
|
|
134
|
-
* serializeAws_json1_1GetLicenseCommand
|
|
135
|
-
*/
|
|
136
|
-
export declare const se_GetLicenseCommand: (input: GetLicenseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
|
-
/**
|
|
138
|
-
* serializeAws_json1_1GetLicenseConfigurationCommand
|
|
139
|
-
*/
|
|
140
|
-
export declare const se_GetLicenseConfigurationCommand: (input: GetLicenseConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
141
|
-
/**
|
|
142
|
-
* serializeAws_json1_1GetLicenseConversionTaskCommand
|
|
143
|
-
*/
|
|
144
|
-
export declare const se_GetLicenseConversionTaskCommand: (input: GetLicenseConversionTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
|
-
/**
|
|
146
|
-
* serializeAws_json1_1GetLicenseManagerReportGeneratorCommand
|
|
147
|
-
*/
|
|
148
|
-
export declare const se_GetLicenseManagerReportGeneratorCommand: (input: GetLicenseManagerReportGeneratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
149
|
-
/**
|
|
150
|
-
* serializeAws_json1_1GetLicenseUsageCommand
|
|
151
|
-
*/
|
|
152
|
-
export declare const se_GetLicenseUsageCommand: (input: GetLicenseUsageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
153
|
-
/**
|
|
154
|
-
* serializeAws_json1_1GetServiceSettingsCommand
|
|
155
|
-
*/
|
|
156
|
-
export declare const se_GetServiceSettingsCommand: (input: GetServiceSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
157
|
-
/**
|
|
158
|
-
* serializeAws_json1_1ListAssociationsForLicenseConfigurationCommand
|
|
159
|
-
*/
|
|
160
|
-
export declare const se_ListAssociationsForLicenseConfigurationCommand: (input: ListAssociationsForLicenseConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
161
|
-
/**
|
|
162
|
-
* serializeAws_json1_1ListDistributedGrantsCommand
|
|
163
|
-
*/
|
|
164
|
-
export declare const se_ListDistributedGrantsCommand: (input: ListDistributedGrantsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
165
|
-
/**
|
|
166
|
-
* serializeAws_json1_1ListFailuresForLicenseConfigurationOperationsCommand
|
|
167
|
-
*/
|
|
168
|
-
export declare const se_ListFailuresForLicenseConfigurationOperationsCommand: (input: ListFailuresForLicenseConfigurationOperationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
169
|
-
/**
|
|
170
|
-
* serializeAws_json1_1ListLicenseConfigurationsCommand
|
|
171
|
-
*/
|
|
172
|
-
export declare const se_ListLicenseConfigurationsCommand: (input: ListLicenseConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
173
|
-
/**
|
|
174
|
-
* serializeAws_json1_1ListLicenseConversionTasksCommand
|
|
175
|
-
*/
|
|
176
|
-
export declare const se_ListLicenseConversionTasksCommand: (input: ListLicenseConversionTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
177
|
-
/**
|
|
178
|
-
* serializeAws_json1_1ListLicenseManagerReportGeneratorsCommand
|
|
179
|
-
*/
|
|
180
|
-
export declare const se_ListLicenseManagerReportGeneratorsCommand: (input: ListLicenseManagerReportGeneratorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
181
|
-
/**
|
|
182
|
-
* serializeAws_json1_1ListLicensesCommand
|
|
183
|
-
*/
|
|
184
|
-
export declare const se_ListLicensesCommand: (input: ListLicensesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
185
|
-
/**
|
|
186
|
-
* serializeAws_json1_1ListLicenseSpecificationsForResourceCommand
|
|
187
|
-
*/
|
|
188
|
-
export declare const se_ListLicenseSpecificationsForResourceCommand: (input: ListLicenseSpecificationsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
189
|
-
/**
|
|
190
|
-
* serializeAws_json1_1ListLicenseVersionsCommand
|
|
191
|
-
*/
|
|
192
|
-
export declare const se_ListLicenseVersionsCommand: (input: ListLicenseVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
193
|
-
/**
|
|
194
|
-
* serializeAws_json1_1ListReceivedGrantsCommand
|
|
195
|
-
*/
|
|
196
|
-
export declare const se_ListReceivedGrantsCommand: (input: ListReceivedGrantsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
197
|
-
/**
|
|
198
|
-
* serializeAws_json1_1ListReceivedGrantsForOrganizationCommand
|
|
199
|
-
*/
|
|
200
|
-
export declare const se_ListReceivedGrantsForOrganizationCommand: (input: ListReceivedGrantsForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
201
|
-
/**
|
|
202
|
-
* serializeAws_json1_1ListReceivedLicensesCommand
|
|
203
|
-
*/
|
|
204
|
-
export declare const se_ListReceivedLicensesCommand: (input: ListReceivedLicensesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
205
|
-
/**
|
|
206
|
-
* serializeAws_json1_1ListReceivedLicensesForOrganizationCommand
|
|
207
|
-
*/
|
|
208
|
-
export declare const se_ListReceivedLicensesForOrganizationCommand: (input: ListReceivedLicensesForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
209
|
-
/**
|
|
210
|
-
* serializeAws_json1_1ListResourceInventoryCommand
|
|
211
|
-
*/
|
|
212
|
-
export declare const se_ListResourceInventoryCommand: (input: ListResourceInventoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
213
|
-
/**
|
|
214
|
-
* serializeAws_json1_1ListTagsForResourceCommand
|
|
215
|
-
*/
|
|
216
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
217
|
-
/**
|
|
218
|
-
* serializeAws_json1_1ListTokensCommand
|
|
219
|
-
*/
|
|
220
|
-
export declare const se_ListTokensCommand: (input: ListTokensCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
221
|
-
/**
|
|
222
|
-
* serializeAws_json1_1ListUsageForLicenseConfigurationCommand
|
|
223
|
-
*/
|
|
224
|
-
export declare const se_ListUsageForLicenseConfigurationCommand: (input: ListUsageForLicenseConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
225
|
-
/**
|
|
226
|
-
* serializeAws_json1_1RejectGrantCommand
|
|
227
|
-
*/
|
|
228
|
-
export declare const se_RejectGrantCommand: (input: RejectGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
229
|
-
/**
|
|
230
|
-
* serializeAws_json1_1TagResourceCommand
|
|
231
|
-
*/
|
|
232
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
233
|
-
/**
|
|
234
|
-
* serializeAws_json1_1UntagResourceCommand
|
|
235
|
-
*/
|
|
236
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
237
|
-
/**
|
|
238
|
-
* serializeAws_json1_1UpdateLicenseConfigurationCommand
|
|
239
|
-
*/
|
|
240
|
-
export declare const se_UpdateLicenseConfigurationCommand: (input: UpdateLicenseConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
241
|
-
/**
|
|
242
|
-
* serializeAws_json1_1UpdateLicenseManagerReportGeneratorCommand
|
|
243
|
-
*/
|
|
244
|
-
export declare const se_UpdateLicenseManagerReportGeneratorCommand: (input: UpdateLicenseManagerReportGeneratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
245
|
-
/**
|
|
246
|
-
* serializeAws_json1_1UpdateLicenseSpecificationsForResourceCommand
|
|
247
|
-
*/
|
|
248
|
-
export declare const se_UpdateLicenseSpecificationsForResourceCommand: (input: UpdateLicenseSpecificationsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
249
|
-
/**
|
|
250
|
-
* serializeAws_json1_1UpdateServiceSettingsCommand
|
|
251
|
-
*/
|
|
252
|
-
export declare const se_UpdateServiceSettingsCommand: (input: UpdateServiceSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
253
|
-
/**
|
|
254
|
-
* deserializeAws_json1_1AcceptGrantCommand
|
|
255
|
-
*/
|
|
256
|
-
export declare const de_AcceptGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptGrantCommandOutput>;
|
|
257
|
-
/**
|
|
258
|
-
* deserializeAws_json1_1CheckInLicenseCommand
|
|
259
|
-
*/
|
|
260
|
-
export declare const de_CheckInLicenseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CheckInLicenseCommandOutput>;
|
|
261
|
-
/**
|
|
262
|
-
* deserializeAws_json1_1CheckoutBorrowLicenseCommand
|
|
263
|
-
*/
|
|
264
|
-
export declare const de_CheckoutBorrowLicenseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CheckoutBorrowLicenseCommandOutput>;
|
|
265
|
-
/**
|
|
266
|
-
* deserializeAws_json1_1CheckoutLicenseCommand
|
|
267
|
-
*/
|
|
268
|
-
export declare const de_CheckoutLicenseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CheckoutLicenseCommandOutput>;
|
|
269
|
-
/**
|
|
270
|
-
* deserializeAws_json1_1CreateGrantCommand
|
|
271
|
-
*/
|
|
272
|
-
export declare const de_CreateGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGrantCommandOutput>;
|
|
273
|
-
/**
|
|
274
|
-
* deserializeAws_json1_1CreateGrantVersionCommand
|
|
275
|
-
*/
|
|
276
|
-
export declare const de_CreateGrantVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGrantVersionCommandOutput>;
|
|
277
|
-
/**
|
|
278
|
-
* deserializeAws_json1_1CreateLicenseCommand
|
|
279
|
-
*/
|
|
280
|
-
export declare const de_CreateLicenseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLicenseCommandOutput>;
|
|
281
|
-
/**
|
|
282
|
-
* deserializeAws_json1_1CreateLicenseConfigurationCommand
|
|
283
|
-
*/
|
|
284
|
-
export declare const de_CreateLicenseConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLicenseConfigurationCommandOutput>;
|
|
285
|
-
/**
|
|
286
|
-
* deserializeAws_json1_1CreateLicenseConversionTaskForResourceCommand
|
|
287
|
-
*/
|
|
288
|
-
export declare const de_CreateLicenseConversionTaskForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLicenseConversionTaskForResourceCommandOutput>;
|
|
289
|
-
/**
|
|
290
|
-
* deserializeAws_json1_1CreateLicenseManagerReportGeneratorCommand
|
|
291
|
-
*/
|
|
292
|
-
export declare const de_CreateLicenseManagerReportGeneratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLicenseManagerReportGeneratorCommandOutput>;
|
|
293
|
-
/**
|
|
294
|
-
* deserializeAws_json1_1CreateLicenseVersionCommand
|
|
295
|
-
*/
|
|
296
|
-
export declare const de_CreateLicenseVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLicenseVersionCommandOutput>;
|
|
297
|
-
/**
|
|
298
|
-
* deserializeAws_json1_1CreateTokenCommand
|
|
299
|
-
*/
|
|
300
|
-
export declare const de_CreateTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTokenCommandOutput>;
|
|
301
|
-
/**
|
|
302
|
-
* deserializeAws_json1_1DeleteGrantCommand
|
|
303
|
-
*/
|
|
304
|
-
export declare const de_DeleteGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGrantCommandOutput>;
|
|
305
|
-
/**
|
|
306
|
-
* deserializeAws_json1_1DeleteLicenseCommand
|
|
307
|
-
*/
|
|
308
|
-
export declare const de_DeleteLicenseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLicenseCommandOutput>;
|
|
309
|
-
/**
|
|
310
|
-
* deserializeAws_json1_1DeleteLicenseConfigurationCommand
|
|
311
|
-
*/
|
|
312
|
-
export declare const de_DeleteLicenseConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLicenseConfigurationCommandOutput>;
|
|
313
|
-
/**
|
|
314
|
-
* deserializeAws_json1_1DeleteLicenseManagerReportGeneratorCommand
|
|
315
|
-
*/
|
|
316
|
-
export declare const de_DeleteLicenseManagerReportGeneratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLicenseManagerReportGeneratorCommandOutput>;
|
|
317
|
-
/**
|
|
318
|
-
* deserializeAws_json1_1DeleteTokenCommand
|
|
319
|
-
*/
|
|
320
|
-
export declare const de_DeleteTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTokenCommandOutput>;
|
|
321
|
-
/**
|
|
322
|
-
* deserializeAws_json1_1ExtendLicenseConsumptionCommand
|
|
323
|
-
*/
|
|
324
|
-
export declare const de_ExtendLicenseConsumptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExtendLicenseConsumptionCommandOutput>;
|
|
325
|
-
/**
|
|
326
|
-
* deserializeAws_json1_1GetAccessTokenCommand
|
|
327
|
-
*/
|
|
328
|
-
export declare const de_GetAccessTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessTokenCommandOutput>;
|
|
329
|
-
/**
|
|
330
|
-
* deserializeAws_json1_1GetGrantCommand
|
|
331
|
-
*/
|
|
332
|
-
export declare const de_GetGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGrantCommandOutput>;
|
|
333
|
-
/**
|
|
334
|
-
* deserializeAws_json1_1GetLicenseCommand
|
|
335
|
-
*/
|
|
336
|
-
export declare const de_GetLicenseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLicenseCommandOutput>;
|
|
337
|
-
/**
|
|
338
|
-
* deserializeAws_json1_1GetLicenseConfigurationCommand
|
|
339
|
-
*/
|
|
340
|
-
export declare const de_GetLicenseConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLicenseConfigurationCommandOutput>;
|
|
341
|
-
/**
|
|
342
|
-
* deserializeAws_json1_1GetLicenseConversionTaskCommand
|
|
343
|
-
*/
|
|
344
|
-
export declare const de_GetLicenseConversionTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLicenseConversionTaskCommandOutput>;
|
|
345
|
-
/**
|
|
346
|
-
* deserializeAws_json1_1GetLicenseManagerReportGeneratorCommand
|
|
347
|
-
*/
|
|
348
|
-
export declare const de_GetLicenseManagerReportGeneratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLicenseManagerReportGeneratorCommandOutput>;
|
|
349
|
-
/**
|
|
350
|
-
* deserializeAws_json1_1GetLicenseUsageCommand
|
|
351
|
-
*/
|
|
352
|
-
export declare const de_GetLicenseUsageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLicenseUsageCommandOutput>;
|
|
353
|
-
/**
|
|
354
|
-
* deserializeAws_json1_1GetServiceSettingsCommand
|
|
355
|
-
*/
|
|
356
|
-
export declare const de_GetServiceSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceSettingsCommandOutput>;
|
|
357
|
-
/**
|
|
358
|
-
* deserializeAws_json1_1ListAssociationsForLicenseConfigurationCommand
|
|
359
|
-
*/
|
|
360
|
-
export declare const de_ListAssociationsForLicenseConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssociationsForLicenseConfigurationCommandOutput>;
|
|
361
|
-
/**
|
|
362
|
-
* deserializeAws_json1_1ListDistributedGrantsCommand
|
|
363
|
-
*/
|
|
364
|
-
export declare const de_ListDistributedGrantsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDistributedGrantsCommandOutput>;
|
|
365
|
-
/**
|
|
366
|
-
* deserializeAws_json1_1ListFailuresForLicenseConfigurationOperationsCommand
|
|
367
|
-
*/
|
|
368
|
-
export declare const de_ListFailuresForLicenseConfigurationOperationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFailuresForLicenseConfigurationOperationsCommandOutput>;
|
|
369
|
-
/**
|
|
370
|
-
* deserializeAws_json1_1ListLicenseConfigurationsCommand
|
|
371
|
-
*/
|
|
372
|
-
export declare const de_ListLicenseConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLicenseConfigurationsCommandOutput>;
|
|
373
|
-
/**
|
|
374
|
-
* deserializeAws_json1_1ListLicenseConversionTasksCommand
|
|
375
|
-
*/
|
|
376
|
-
export declare const de_ListLicenseConversionTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLicenseConversionTasksCommandOutput>;
|
|
377
|
-
/**
|
|
378
|
-
* deserializeAws_json1_1ListLicenseManagerReportGeneratorsCommand
|
|
379
|
-
*/
|
|
380
|
-
export declare const de_ListLicenseManagerReportGeneratorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLicenseManagerReportGeneratorsCommandOutput>;
|
|
381
|
-
/**
|
|
382
|
-
* deserializeAws_json1_1ListLicensesCommand
|
|
383
|
-
*/
|
|
384
|
-
export declare const de_ListLicensesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLicensesCommandOutput>;
|
|
385
|
-
/**
|
|
386
|
-
* deserializeAws_json1_1ListLicenseSpecificationsForResourceCommand
|
|
387
|
-
*/
|
|
388
|
-
export declare const de_ListLicenseSpecificationsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLicenseSpecificationsForResourceCommandOutput>;
|
|
389
|
-
/**
|
|
390
|
-
* deserializeAws_json1_1ListLicenseVersionsCommand
|
|
391
|
-
*/
|
|
392
|
-
export declare const de_ListLicenseVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLicenseVersionsCommandOutput>;
|
|
393
|
-
/**
|
|
394
|
-
* deserializeAws_json1_1ListReceivedGrantsCommand
|
|
395
|
-
*/
|
|
396
|
-
export declare const de_ListReceivedGrantsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReceivedGrantsCommandOutput>;
|
|
397
|
-
/**
|
|
398
|
-
* deserializeAws_json1_1ListReceivedGrantsForOrganizationCommand
|
|
399
|
-
*/
|
|
400
|
-
export declare const de_ListReceivedGrantsForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReceivedGrantsForOrganizationCommandOutput>;
|
|
401
|
-
/**
|
|
402
|
-
* deserializeAws_json1_1ListReceivedLicensesCommand
|
|
403
|
-
*/
|
|
404
|
-
export declare const de_ListReceivedLicensesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReceivedLicensesCommandOutput>;
|
|
405
|
-
/**
|
|
406
|
-
* deserializeAws_json1_1ListReceivedLicensesForOrganizationCommand
|
|
407
|
-
*/
|
|
408
|
-
export declare const de_ListReceivedLicensesForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReceivedLicensesForOrganizationCommandOutput>;
|
|
409
|
-
/**
|
|
410
|
-
* deserializeAws_json1_1ListResourceInventoryCommand
|
|
411
|
-
*/
|
|
412
|
-
export declare const de_ListResourceInventoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceInventoryCommandOutput>;
|
|
413
|
-
/**
|
|
414
|
-
* deserializeAws_json1_1ListTagsForResourceCommand
|
|
415
|
-
*/
|
|
416
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
417
|
-
/**
|
|
418
|
-
* deserializeAws_json1_1ListTokensCommand
|
|
419
|
-
*/
|
|
420
|
-
export declare const de_ListTokensCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTokensCommandOutput>;
|
|
421
|
-
/**
|
|
422
|
-
* deserializeAws_json1_1ListUsageForLicenseConfigurationCommand
|
|
423
|
-
*/
|
|
424
|
-
export declare const de_ListUsageForLicenseConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsageForLicenseConfigurationCommandOutput>;
|
|
425
|
-
/**
|
|
426
|
-
* deserializeAws_json1_1RejectGrantCommand
|
|
427
|
-
*/
|
|
428
|
-
export declare const de_RejectGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectGrantCommandOutput>;
|
|
429
|
-
/**
|
|
430
|
-
* deserializeAws_json1_1TagResourceCommand
|
|
431
|
-
*/
|
|
432
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
433
|
-
/**
|
|
434
|
-
* deserializeAws_json1_1UntagResourceCommand
|
|
435
|
-
*/
|
|
436
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
437
|
-
/**
|
|
438
|
-
* deserializeAws_json1_1UpdateLicenseConfigurationCommand
|
|
439
|
-
*/
|
|
440
|
-
export declare const de_UpdateLicenseConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLicenseConfigurationCommandOutput>;
|
|
441
|
-
/**
|
|
442
|
-
* deserializeAws_json1_1UpdateLicenseManagerReportGeneratorCommand
|
|
443
|
-
*/
|
|
444
|
-
export declare const de_UpdateLicenseManagerReportGeneratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLicenseManagerReportGeneratorCommandOutput>;
|
|
445
|
-
/**
|
|
446
|
-
* deserializeAws_json1_1UpdateLicenseSpecificationsForResourceCommand
|
|
447
|
-
*/
|
|
448
|
-
export declare const de_UpdateLicenseSpecificationsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLicenseSpecificationsForResourceCommandOutput>;
|
|
449
|
-
/**
|
|
450
|
-
* deserializeAws_json1_1UpdateServiceSettingsCommand
|
|
451
|
-
*/
|
|
452
|
-
export declare const de_UpdateServiceSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceSettingsCommandOutput>;
|