@aws-sdk/client-license-manager-linux-subscriptions 3.957.0 → 3.962.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/README.md +3 -24
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +160 -204
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/models/errors.js +1 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +161 -205
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -10,10 +10,8 @@ AWS SDK for JavaScript LicenseManagerLinuxSubscriptions Client for Node.js, Brow
|
|
|
10
10
|
Amazon EC2 instances.</p>
|
|
11
11
|
|
|
12
12
|
## Installing
|
|
13
|
-
|
|
14
13
|
To install this package, simply type add or install @aws-sdk/client-license-manager-linux-subscriptions
|
|
15
14
|
using your favorite package manager:
|
|
16
|
-
|
|
17
15
|
- `npm install @aws-sdk/client-license-manager-linux-subscriptions`
|
|
18
16
|
- `yarn add @aws-sdk/client-license-manager-linux-subscriptions`
|
|
19
17
|
- `pnpm add @aws-sdk/client-license-manager-linux-subscriptions`
|
|
@@ -28,18 +26,12 @@ the commands you need, for example `ListLinuxSubscriptionsCommand`:
|
|
|
28
26
|
|
|
29
27
|
```js
|
|
30
28
|
// ES5 example
|
|
31
|
-
const {
|
|
32
|
-
LicenseManagerLinuxSubscriptionsClient,
|
|
33
|
-
ListLinuxSubscriptionsCommand,
|
|
34
|
-
} = require("@aws-sdk/client-license-manager-linux-subscriptions");
|
|
29
|
+
const { LicenseManagerLinuxSubscriptionsClient, ListLinuxSubscriptionsCommand } = require("@aws-sdk/client-license-manager-linux-subscriptions");
|
|
35
30
|
```
|
|
36
31
|
|
|
37
32
|
```ts
|
|
38
33
|
// ES6+ example
|
|
39
|
-
import {
|
|
40
|
-
LicenseManagerLinuxSubscriptionsClient,
|
|
41
|
-
ListLinuxSubscriptionsCommand,
|
|
42
|
-
} from "@aws-sdk/client-license-manager-linux-subscriptions";
|
|
34
|
+
import { LicenseManagerLinuxSubscriptionsClient, ListLinuxSubscriptionsCommand } from "@aws-sdk/client-license-manager-linux-subscriptions";
|
|
43
35
|
```
|
|
44
36
|
|
|
45
37
|
### Usage
|
|
@@ -55,9 +47,7 @@ To send a request, you:
|
|
|
55
47
|
// a client can be shared by different commands.
|
|
56
48
|
const client = new LicenseManagerLinuxSubscriptionsClient({ region: "REGION" });
|
|
57
49
|
|
|
58
|
-
const params = {
|
|
59
|
-
/** input parameters */
|
|
60
|
-
};
|
|
50
|
+
const params = { /** input parameters */ };
|
|
61
51
|
const command = new ListLinuxSubscriptionsCommand(params);
|
|
62
52
|
```
|
|
63
53
|
|
|
@@ -216,7 +206,6 @@ DeregisterSubscriptionProvider
|
|
|
216
206
|
</summary>
|
|
217
207
|
|
|
218
208
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/license-manager-linux-subscriptions/command/DeregisterSubscriptionProviderCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager-linux-subscriptions/Interface/DeregisterSubscriptionProviderCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager-linux-subscriptions/Interface/DeregisterSubscriptionProviderCommandOutput/)
|
|
219
|
-
|
|
220
209
|
</details>
|
|
221
210
|
<details>
|
|
222
211
|
<summary>
|
|
@@ -224,7 +213,6 @@ GetRegisteredSubscriptionProvider
|
|
|
224
213
|
</summary>
|
|
225
214
|
|
|
226
215
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/license-manager-linux-subscriptions/command/GetRegisteredSubscriptionProviderCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager-linux-subscriptions/Interface/GetRegisteredSubscriptionProviderCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager-linux-subscriptions/Interface/GetRegisteredSubscriptionProviderCommandOutput/)
|
|
227
|
-
|
|
228
216
|
</details>
|
|
229
217
|
<details>
|
|
230
218
|
<summary>
|
|
@@ -232,7 +220,6 @@ GetServiceSettings
|
|
|
232
220
|
</summary>
|
|
233
221
|
|
|
234
222
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/license-manager-linux-subscriptions/command/GetServiceSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager-linux-subscriptions/Interface/GetServiceSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager-linux-subscriptions/Interface/GetServiceSettingsCommandOutput/)
|
|
235
|
-
|
|
236
223
|
</details>
|
|
237
224
|
<details>
|
|
238
225
|
<summary>
|
|
@@ -240,7 +227,6 @@ ListLinuxSubscriptionInstances
|
|
|
240
227
|
</summary>
|
|
241
228
|
|
|
242
229
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/license-manager-linux-subscriptions/command/ListLinuxSubscriptionInstancesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager-linux-subscriptions/Interface/ListLinuxSubscriptionInstancesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager-linux-subscriptions/Interface/ListLinuxSubscriptionInstancesCommandOutput/)
|
|
243
|
-
|
|
244
230
|
</details>
|
|
245
231
|
<details>
|
|
246
232
|
<summary>
|
|
@@ -248,7 +234,6 @@ ListLinuxSubscriptions
|
|
|
248
234
|
</summary>
|
|
249
235
|
|
|
250
236
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/license-manager-linux-subscriptions/command/ListLinuxSubscriptionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager-linux-subscriptions/Interface/ListLinuxSubscriptionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager-linux-subscriptions/Interface/ListLinuxSubscriptionsCommandOutput/)
|
|
251
|
-
|
|
252
237
|
</details>
|
|
253
238
|
<details>
|
|
254
239
|
<summary>
|
|
@@ -256,7 +241,6 @@ ListRegisteredSubscriptionProviders
|
|
|
256
241
|
</summary>
|
|
257
242
|
|
|
258
243
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/license-manager-linux-subscriptions/command/ListRegisteredSubscriptionProvidersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager-linux-subscriptions/Interface/ListRegisteredSubscriptionProvidersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager-linux-subscriptions/Interface/ListRegisteredSubscriptionProvidersCommandOutput/)
|
|
259
|
-
|
|
260
244
|
</details>
|
|
261
245
|
<details>
|
|
262
246
|
<summary>
|
|
@@ -264,7 +248,6 @@ ListTagsForResource
|
|
|
264
248
|
</summary>
|
|
265
249
|
|
|
266
250
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/license-manager-linux-subscriptions/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager-linux-subscriptions/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager-linux-subscriptions/Interface/ListTagsForResourceCommandOutput/)
|
|
267
|
-
|
|
268
251
|
</details>
|
|
269
252
|
<details>
|
|
270
253
|
<summary>
|
|
@@ -272,7 +255,6 @@ RegisterSubscriptionProvider
|
|
|
272
255
|
</summary>
|
|
273
256
|
|
|
274
257
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/license-manager-linux-subscriptions/command/RegisterSubscriptionProviderCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager-linux-subscriptions/Interface/RegisterSubscriptionProviderCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager-linux-subscriptions/Interface/RegisterSubscriptionProviderCommandOutput/)
|
|
275
|
-
|
|
276
258
|
</details>
|
|
277
259
|
<details>
|
|
278
260
|
<summary>
|
|
@@ -280,7 +262,6 @@ TagResource
|
|
|
280
262
|
</summary>
|
|
281
263
|
|
|
282
264
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/license-manager-linux-subscriptions/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager-linux-subscriptions/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager-linux-subscriptions/Interface/TagResourceCommandOutput/)
|
|
283
|
-
|
|
284
265
|
</details>
|
|
285
266
|
<details>
|
|
286
267
|
<summary>
|
|
@@ -288,7 +269,6 @@ UntagResource
|
|
|
288
269
|
</summary>
|
|
289
270
|
|
|
290
271
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/license-manager-linux-subscriptions/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager-linux-subscriptions/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager-linux-subscriptions/Interface/UntagResourceCommandOutput/)
|
|
291
|
-
|
|
292
272
|
</details>
|
|
293
273
|
<details>
|
|
294
274
|
<summary>
|
|
@@ -296,5 +276,4 @@ UpdateServiceSettings
|
|
|
296
276
|
</summary>
|
|
297
277
|
|
|
298
278
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/license-manager-linux-subscriptions/command/UpdateServiceSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager-linux-subscriptions/Interface/UpdateServiceSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-license-manager-linux-subscriptions/Interface/UpdateServiceSettingsCommandOutput/)
|
|
299
|
-
|
|
300
279
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultLicenseManagerLinuxSubscriptionsHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
8
8
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
-
region:
|
|
10
|
-
(
|
|
11
|
-
|
|
12
|
-
})(),
|
|
9
|
+
region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
|
|
10
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
11
|
+
})(),
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
exports.defaultLicenseManagerLinuxSubscriptionsHttpAuthSchemeParametersProvider = defaultLicenseManagerLinuxSubscriptionsHttpAuthSchemeParametersProvider;
|
package/dist-cjs/index.js
CHANGED
|
@@ -264,261 +264,217 @@ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.licensemanagerlinuxsubscripti
|
|
|
264
264
|
const _t = "tags";
|
|
265
265
|
const _tK = "tagKeys";
|
|
266
266
|
const n0 = "com.amazonaws.licensemanagerlinuxsubscriptions";
|
|
267
|
-
var DeregisterSubscriptionProviderRequest$ = [3, n0, _DSPR,
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
267
|
+
var DeregisterSubscriptionProviderRequest$ = [3, n0, _DSPR,
|
|
268
|
+
0,
|
|
269
|
+
[_SPA],
|
|
270
|
+
[0]
|
|
271
|
+
];
|
|
272
|
+
var DeregisterSubscriptionProviderResponse$ = [3, n0, _DSPRe,
|
|
273
|
+
0,
|
|
274
|
+
[],
|
|
275
|
+
[]
|
|
276
|
+
];
|
|
277
|
+
var Filter$ = [3, n0, _F,
|
|
278
|
+
0,
|
|
279
|
+
[_N, _V, _O],
|
|
280
|
+
[0, 64 | 0, 0]
|
|
281
|
+
];
|
|
282
|
+
var GetRegisteredSubscriptionProviderRequest$ = [3, n0, _GRSPR,
|
|
283
|
+
0,
|
|
284
|
+
[_SPA],
|
|
285
|
+
[0]
|
|
286
|
+
];
|
|
287
|
+
var GetRegisteredSubscriptionProviderResponse$ = [3, n0, _GRSPRe,
|
|
275
288
|
0,
|
|
276
289
|
[_SPA, _SPS, _SA, _SPSu, _SPSM, _LSDRT],
|
|
277
|
-
[0, 0, 0, 0, 0, 0]
|
|
290
|
+
[0, 0, 0, 0, 0, 0]
|
|
291
|
+
];
|
|
292
|
+
var GetServiceSettingsRequest$ = [3, n0, _GSSR,
|
|
293
|
+
0,
|
|
294
|
+
[],
|
|
295
|
+
[]
|
|
278
296
|
];
|
|
279
|
-
var
|
|
280
|
-
var GetServiceSettingsResponse$ = [
|
|
281
|
-
3,
|
|
282
|
-
n0,
|
|
283
|
-
_GSSRe,
|
|
297
|
+
var GetServiceSettingsResponse$ = [3, n0, _GSSRe,
|
|
284
298
|
0,
|
|
285
299
|
[_LSD, _LSDS, _S, _SM, _HR],
|
|
286
|
-
[0, () => LinuxSubscriptionsDiscoverySettings$, 0, 128 | 0, 64 | 0]
|
|
300
|
+
[0, () => LinuxSubscriptionsDiscoverySettings$, 0, 128 | 0, 64 | 0]
|
|
287
301
|
];
|
|
288
|
-
var Instance$ = [
|
|
289
|
-
3,
|
|
290
|
-
n0,
|
|
291
|
-
_I,
|
|
302
|
+
var Instance$ = [3, n0, _I,
|
|
292
303
|
0,
|
|
293
304
|
[_AI, _IID, _IT, _AID, _S, _R, _UO, _PC, _LUT, _SN, _OV, _SPCT, _SPUT, _DS, _RWSP],
|
|
294
|
-
[0, 0, 0, 0, 0, 0, 0, 64 | 0, 0, 0, 0, 0, 0, 0, 0]
|
|
305
|
+
[0, 0, 0, 0, 0, 0, 0, 64 | 0, 0, 0, 0, 0, 0, 0, 0]
|
|
306
|
+
];
|
|
307
|
+
var InternalServerException$ = [-3, n0, _ISE,
|
|
308
|
+
{ [_e]: _s },
|
|
309
|
+
[_m],
|
|
310
|
+
[0]
|
|
295
311
|
];
|
|
296
|
-
var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s }, [_m], [0]];
|
|
297
312
|
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
298
|
-
var LinuxSubscriptionsDiscoverySettings$ = [3, n0, _LSDS,
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
313
|
+
var LinuxSubscriptionsDiscoverySettings$ = [3, n0, _LSDS,
|
|
314
|
+
0,
|
|
315
|
+
[_SR, _OI],
|
|
316
|
+
[64 | 0, 0]
|
|
317
|
+
];
|
|
318
|
+
var ListLinuxSubscriptionInstancesRequest$ = [3, n0, _LLSIR,
|
|
303
319
|
0,
|
|
304
320
|
[_Fi, _MR, _NT],
|
|
305
|
-
[() => FilterList, 1, 0]
|
|
321
|
+
[() => FilterList, 1, 0]
|
|
306
322
|
];
|
|
307
|
-
var ListLinuxSubscriptionInstancesResponse$ = [
|
|
308
|
-
3,
|
|
309
|
-
n0,
|
|
310
|
-
_LLSIRi,
|
|
323
|
+
var ListLinuxSubscriptionInstancesResponse$ = [3, n0, _LLSIRi,
|
|
311
324
|
0,
|
|
312
325
|
[_In, _NT],
|
|
313
|
-
[() => InstanceList, 0]
|
|
326
|
+
[() => InstanceList, 0]
|
|
314
327
|
];
|
|
315
|
-
var ListLinuxSubscriptionsRequest$ = [
|
|
316
|
-
3,
|
|
317
|
-
n0,
|
|
318
|
-
_LLSR,
|
|
328
|
+
var ListLinuxSubscriptionsRequest$ = [3, n0, _LLSR,
|
|
319
329
|
0,
|
|
320
330
|
[_Fi, _MR, _NT],
|
|
321
|
-
[() => FilterList, 1, 0]
|
|
331
|
+
[() => FilterList, 1, 0]
|
|
322
332
|
];
|
|
323
|
-
var ListLinuxSubscriptionsResponse$ = [
|
|
324
|
-
3,
|
|
325
|
-
n0,
|
|
326
|
-
_LLSRi,
|
|
333
|
+
var ListLinuxSubscriptionsResponse$ = [3, n0, _LLSRi,
|
|
327
334
|
0,
|
|
328
335
|
[_Su, _NT],
|
|
329
|
-
[() => SubscriptionList, 0]
|
|
336
|
+
[() => SubscriptionList, 0]
|
|
330
337
|
];
|
|
331
|
-
var ListRegisteredSubscriptionProvidersRequest$ = [
|
|
332
|
-
3,
|
|
333
|
-
n0,
|
|
334
|
-
_LRSPR,
|
|
338
|
+
var ListRegisteredSubscriptionProvidersRequest$ = [3, n0, _LRSPR,
|
|
335
339
|
0,
|
|
336
340
|
[_SPSub, _MR, _NT],
|
|
337
|
-
[64 | 0, 1, 0]
|
|
341
|
+
[64 | 0, 1, 0]
|
|
338
342
|
];
|
|
339
|
-
var ListRegisteredSubscriptionProvidersResponse$ = [
|
|
340
|
-
3,
|
|
341
|
-
n0,
|
|
342
|
-
_LRSPRi,
|
|
343
|
+
var ListRegisteredSubscriptionProvidersResponse$ = [3, n0, _LRSPRi,
|
|
343
344
|
0,
|
|
344
345
|
[_RSP, _NT],
|
|
345
|
-
[() => RegisteredSubscriptionProviderList, 0]
|
|
346
|
-
];
|
|
347
|
-
var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
346
|
+
[() => RegisteredSubscriptionProviderList, 0]
|
|
347
|
+
];
|
|
348
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
349
|
+
0,
|
|
350
|
+
[_rA],
|
|
351
|
+
[[0, 1]]
|
|
352
|
+
];
|
|
353
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
354
|
+
0,
|
|
355
|
+
[_t],
|
|
356
|
+
[[() => Tags, 0]]
|
|
357
|
+
];
|
|
358
|
+
var RegisteredSubscriptionProvider$ = [3, n0, _RSPe,
|
|
353
359
|
0,
|
|
354
360
|
[_SPA, _SPS, _SA, _SPSu, _SPSM, _LSDRT],
|
|
355
|
-
[0, 0, 0, 0, 0, 0]
|
|
361
|
+
[0, 0, 0, 0, 0, 0]
|
|
356
362
|
];
|
|
357
|
-
var RegisterSubscriptionProviderRequest$ = [
|
|
358
|
-
3,
|
|
359
|
-
n0,
|
|
360
|
-
_RSPR,
|
|
363
|
+
var RegisterSubscriptionProviderRequest$ = [3, n0, _RSPR,
|
|
361
364
|
0,
|
|
362
365
|
[_SPS, _SA, _T],
|
|
363
|
-
[0, 0, [() => Tags, 0]]
|
|
366
|
+
[0, 0, [() => Tags, 0]]
|
|
364
367
|
];
|
|
365
|
-
var RegisterSubscriptionProviderResponse$ = [
|
|
366
|
-
3,
|
|
367
|
-
n0,
|
|
368
|
-
_RSPRe,
|
|
368
|
+
var RegisterSubscriptionProviderResponse$ = [3, n0, _RSPRe,
|
|
369
369
|
0,
|
|
370
370
|
[_SPS, _SPA, _SPSu],
|
|
371
|
-
[0, 0, 0]
|
|
371
|
+
[0, 0, 0]
|
|
372
|
+
];
|
|
373
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
374
|
+
{ [_e]: _c },
|
|
375
|
+
[_m],
|
|
376
|
+
[0]
|
|
372
377
|
];
|
|
373
|
-
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
|
|
374
378
|
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
375
|
-
var Subscription$ = [3, n0, _Sub,
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
379
|
+
var Subscription$ = [3, n0, _Sub,
|
|
380
|
+
0,
|
|
381
|
+
[_N, _Ty, _IC],
|
|
382
|
+
[0, 0, 1]
|
|
383
|
+
];
|
|
384
|
+
var TagResourceRequest$ = [3, n0, _TRR,
|
|
380
385
|
0,
|
|
381
386
|
[_rA, _t],
|
|
382
|
-
[
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
387
|
+
[[0, 1], [() => Tags, 0]]
|
|
388
|
+
];
|
|
389
|
+
var TagResourceResponse$ = [3, n0, _TRRa,
|
|
390
|
+
0,
|
|
391
|
+
[],
|
|
392
|
+
[]
|
|
393
|
+
];
|
|
394
|
+
var ThrottlingException$ = [-3, n0, _TE,
|
|
395
|
+
{ [_e]: _c },
|
|
396
|
+
[_m],
|
|
397
|
+
[0]
|
|
386
398
|
];
|
|
387
|
-
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
388
|
-
var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c }, [_m], [0]];
|
|
389
399
|
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
390
|
-
var UntagResourceRequest$ = [
|
|
391
|
-
3,
|
|
392
|
-
n0,
|
|
393
|
-
_URR,
|
|
400
|
+
var UntagResourceRequest$ = [3, n0, _URR,
|
|
394
401
|
0,
|
|
395
402
|
[_rA, _tK],
|
|
396
|
-
[
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
]
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
n0,
|
|
405
|
-
_USSR,
|
|
403
|
+
[[0, 1], [() => TagKeyList, { [_hQ]: _tK }]]
|
|
404
|
+
];
|
|
405
|
+
var UntagResourceResponse$ = [3, n0, _URRn,
|
|
406
|
+
0,
|
|
407
|
+
[],
|
|
408
|
+
[]
|
|
409
|
+
];
|
|
410
|
+
var UpdateServiceSettingsRequest$ = [3, n0, _USSR,
|
|
406
411
|
0,
|
|
407
412
|
[_LSD, _LSDS, _AU],
|
|
408
|
-
[0, () => LinuxSubscriptionsDiscoverySettings$, 2]
|
|
413
|
+
[0, () => LinuxSubscriptionsDiscoverySettings$, 2]
|
|
409
414
|
];
|
|
410
|
-
var UpdateServiceSettingsResponse$ = [
|
|
411
|
-
3,
|
|
412
|
-
n0,
|
|
413
|
-
_USSRp,
|
|
415
|
+
var UpdateServiceSettingsResponse$ = [3, n0, _USSRp,
|
|
414
416
|
0,
|
|
415
417
|
[_LSD, _LSDS, _S, _SM, _HR],
|
|
416
|
-
[0, () => LinuxSubscriptionsDiscoverySettings$, 0, 128 | 0, 64 | 0]
|
|
418
|
+
[0, () => LinuxSubscriptionsDiscoverySettings$, 0, 128 | 0, 64 | 0]
|
|
417
419
|
];
|
|
418
|
-
var ValidationException$ = [-3, n0, _VE,
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
_sm,
|
|
423
|
-
"LicenseManagerLinuxSubscriptionsServiceException",
|
|
424
|
-
0,
|
|
425
|
-
[],
|
|
426
|
-
[],
|
|
420
|
+
var ValidationException$ = [-3, n0, _VE,
|
|
421
|
+
{ [_e]: _c },
|
|
422
|
+
[_m],
|
|
423
|
+
[0]
|
|
427
424
|
];
|
|
425
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
426
|
+
var LicenseManagerLinuxSubscriptionsServiceException$ = [-3, _sm, "LicenseManagerLinuxSubscriptionsServiceException", 0, [], []];
|
|
428
427
|
schema.TypeRegistry.for(_sm).registerError(LicenseManagerLinuxSubscriptionsServiceException$, LicenseManagerLinuxSubscriptionsServiceException);
|
|
429
|
-
var FilterList = [1, n0, _FL,
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
var
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
var
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
() =>
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
() =>
|
|
458
|
-
];
|
|
459
|
-
var
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
{ [_h]: ["POST", "/subscription/
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
]
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
() =>
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
{ [_h]: ["POST", "/subscription/ListRegisteredSubscriptionProviders", 200] },
|
|
480
|
-
() => ListRegisteredSubscriptionProvidersRequest$,
|
|
481
|
-
() => ListRegisteredSubscriptionProvidersResponse$,
|
|
482
|
-
];
|
|
483
|
-
var ListTagsForResource$ = [
|
|
484
|
-
9,
|
|
485
|
-
n0,
|
|
486
|
-
_LTFR,
|
|
487
|
-
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
488
|
-
() => ListTagsForResourceRequest$,
|
|
489
|
-
() => ListTagsForResourceResponse$,
|
|
490
|
-
];
|
|
491
|
-
var RegisterSubscriptionProvider$ = [
|
|
492
|
-
9,
|
|
493
|
-
n0,
|
|
494
|
-
_RSPeg,
|
|
495
|
-
{ [_h]: ["POST", "/subscription/RegisterSubscriptionProvider", 200] },
|
|
496
|
-
() => RegisterSubscriptionProviderRequest$,
|
|
497
|
-
() => RegisterSubscriptionProviderResponse$,
|
|
498
|
-
];
|
|
499
|
-
var TagResource$ = [
|
|
500
|
-
9,
|
|
501
|
-
n0,
|
|
502
|
-
_TR,
|
|
503
|
-
{ [_h]: ["PUT", "/tags/{resourceArn}", 200] },
|
|
504
|
-
() => TagResourceRequest$,
|
|
505
|
-
() => TagResourceResponse$,
|
|
506
|
-
];
|
|
507
|
-
var UntagResource$ = [
|
|
508
|
-
9,
|
|
509
|
-
n0,
|
|
510
|
-
_UR,
|
|
511
|
-
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
512
|
-
() => UntagResourceRequest$,
|
|
513
|
-
() => UntagResourceResponse$,
|
|
514
|
-
];
|
|
515
|
-
var UpdateServiceSettings$ = [
|
|
516
|
-
9,
|
|
517
|
-
n0,
|
|
518
|
-
_USS,
|
|
519
|
-
{ [_h]: ["POST", "/subscription/UpdateServiceSettings", 200] },
|
|
520
|
-
() => UpdateServiceSettingsRequest$,
|
|
521
|
-
() => UpdateServiceSettingsResponse$,
|
|
428
|
+
var FilterList = [1, n0, _FL,
|
|
429
|
+
0, () => Filter$
|
|
430
|
+
];
|
|
431
|
+
var InstanceList = [1, n0, _IL,
|
|
432
|
+
0, () => Instance$
|
|
433
|
+
];
|
|
434
|
+
var RegisteredSubscriptionProviderList = [1, n0, _RSPL,
|
|
435
|
+
0, () => RegisteredSubscriptionProvider$
|
|
436
|
+
];
|
|
437
|
+
var SubscriptionList = [1, n0, _SL,
|
|
438
|
+
0, () => Subscription$
|
|
439
|
+
];
|
|
440
|
+
var TagKeyList = [1, n0, _TKL,
|
|
441
|
+
8, 0
|
|
442
|
+
];
|
|
443
|
+
var Tags = [2, n0, _T,
|
|
444
|
+
8, 0, 0
|
|
445
|
+
];
|
|
446
|
+
var DeregisterSubscriptionProvider$ = [9, n0, _DSP,
|
|
447
|
+
{ [_h]: ["POST", "/subscription/DeregisterSubscriptionProvider", 200] }, () => DeregisterSubscriptionProviderRequest$, () => DeregisterSubscriptionProviderResponse$
|
|
448
|
+
];
|
|
449
|
+
var GetRegisteredSubscriptionProvider$ = [9, n0, _GRSP,
|
|
450
|
+
{ [_h]: ["POST", "/subscription/GetRegisteredSubscriptionProvider", 200] }, () => GetRegisteredSubscriptionProviderRequest$, () => GetRegisteredSubscriptionProviderResponse$
|
|
451
|
+
];
|
|
452
|
+
var GetServiceSettings$ = [9, n0, _GSS,
|
|
453
|
+
{ [_h]: ["POST", "/subscription/GetServiceSettings", 200] }, () => GetServiceSettingsRequest$, () => GetServiceSettingsResponse$
|
|
454
|
+
];
|
|
455
|
+
var ListLinuxSubscriptionInstances$ = [9, n0, _LLSI,
|
|
456
|
+
{ [_h]: ["POST", "/subscription/ListLinuxSubscriptionInstances", 200] }, () => ListLinuxSubscriptionInstancesRequest$, () => ListLinuxSubscriptionInstancesResponse$
|
|
457
|
+
];
|
|
458
|
+
var ListLinuxSubscriptions$ = [9, n0, _LLS,
|
|
459
|
+
{ [_h]: ["POST", "/subscription/ListLinuxSubscriptions", 200] }, () => ListLinuxSubscriptionsRequest$, () => ListLinuxSubscriptionsResponse$
|
|
460
|
+
];
|
|
461
|
+
var ListRegisteredSubscriptionProviders$ = [9, n0, _LRSP,
|
|
462
|
+
{ [_h]: ["POST", "/subscription/ListRegisteredSubscriptionProviders", 200] }, () => ListRegisteredSubscriptionProvidersRequest$, () => ListRegisteredSubscriptionProvidersResponse$
|
|
463
|
+
];
|
|
464
|
+
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
465
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
466
|
+
];
|
|
467
|
+
var RegisterSubscriptionProvider$ = [9, n0, _RSPeg,
|
|
468
|
+
{ [_h]: ["POST", "/subscription/RegisterSubscriptionProvider", 200] }, () => RegisterSubscriptionProviderRequest$, () => RegisterSubscriptionProviderResponse$
|
|
469
|
+
];
|
|
470
|
+
var TagResource$ = [9, n0, _TR,
|
|
471
|
+
{ [_h]: ["PUT", "/tags/{resourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
|
|
472
|
+
];
|
|
473
|
+
var UntagResource$ = [9, n0, _UR,
|
|
474
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
475
|
+
];
|
|
476
|
+
var UpdateServiceSettings$ = [9, n0, _USS,
|
|
477
|
+
{ [_h]: ["POST", "/subscription/UpdateServiceSettings", 200] }, () => UpdateServiceSettingsRequest$, () => UpdateServiceSettingsResponse$
|
|
522
478
|
];
|
|
523
479
|
|
|
524
480
|
class DeregisterSubscriptionProviderCommand extends smithyClient.Command
|
|
@@ -24,8 +24,7 @@ const getRuntimeConfig = (config) => {
|
|
|
24
24
|
defaultsMode,
|
|
25
25
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_browser_1.calculateBodyLength,
|
|
26
26
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
|
|
27
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
28
|
-
(0, util_user_agent_browser_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
27
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_browser_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
29
28
|
maxAttempts: config?.maxAttempts ?? util_retry_1.DEFAULT_MAX_ATTEMPTS,
|
|
30
29
|
region: config?.region ?? (0, invalid_dependency_1.invalidProvider)("Region is missing"),
|
|
31
30
|
requestHandler: fetch_http_handler_1.FetchHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
@@ -34,11 +34,9 @@ const getRuntimeConfig = (config) => {
|
|
|
34
34
|
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
35
35
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
36
36
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
37
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
38
|
-
(0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
37
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
39
38
|
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
40
|
-
region: config?.region ??
|
|
41
|
-
(0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
39
|
+
region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
42
40
|
requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
43
41
|
retryMode: config?.retryMode ??
|
|
44
42
|
(0, node_config_provider_1.loadConfig)({
|
|
@@ -3,10 +3,9 @@ import { getSmithyContext, normalizeProvider } from "@smithy/util-middleware";
|
|
|
3
3
|
export const defaultLicenseManagerLinuxSubscriptionsHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
4
4
|
return {
|
|
5
5
|
operation: getSmithyContext(context).operation,
|
|
6
|
-
region:
|
|
7
|
-
(
|
|
8
|
-
|
|
9
|
-
})(),
|
|
6
|
+
region: await normalizeProvider(config.region)() || (() => {
|
|
7
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
8
|
+
})(),
|
|
10
9
|
};
|
|
11
10
|
};
|
|
12
11
|
function createAwsAuthSigv4HttpAuthOption(authParameters) {
|
package/dist-es/models/errors.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LicenseManagerLinuxSubscriptionsServiceException as __BaseException } from "./LicenseManagerLinuxSubscriptionsServiceException";
|
|
1
|
+
import { LicenseManagerLinuxSubscriptionsServiceException as __BaseException, } from "./LicenseManagerLinuxSubscriptionsServiceException";
|
|
2
2
|
export class InternalServerException extends __BaseException {
|
|
3
3
|
name = "InternalServerException";
|
|
4
4
|
$fault = "server";
|
|
@@ -20,8 +20,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
20
20
|
defaultsMode,
|
|
21
21
|
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
22
22
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
|
|
23
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
24
|
-
createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
23
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
25
24
|
maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS,
|
|
26
25
|
region: config?.region ?? invalidProvider("Region is missing"),
|
|
27
26
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import {
|
|
2
|
+
import { emitWarningIfUnsupportedVersion as awsCheckVersion, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core";
|
|
3
3
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
4
|
-
import {
|
|
4
|
+
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
5
5
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
|
|
6
6
|
import { Hash } from "@smithy/hash-node";
|
|
7
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
|
|
@@ -30,11 +30,9 @@ export const getRuntimeConfig = (config) => {
|
|
|
30
30
|
authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
31
31
|
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
32
32
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
|
|
33
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
34
|
-
createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
33
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
35
34
|
maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
36
|
-
region: config?.region ??
|
|
37
|
-
loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
35
|
+
region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
38
36
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
39
37
|
retryMode: config?.retryMode ??
|
|
40
38
|
loadNodeConfig({
|
|
@@ -98,264 +98,220 @@ const _tK = "tagKeys";
|
|
|
98
98
|
const n0 = "com.amazonaws.licensemanagerlinuxsubscriptions";
|
|
99
99
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
100
100
|
import { InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
101
|
-
import { LicenseManagerLinuxSubscriptionsServiceException } from "../models/LicenseManagerLinuxSubscriptionsServiceException";
|
|
102
|
-
export var DeregisterSubscriptionProviderRequest$ = [3, n0, _DSPR,
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
101
|
+
import { LicenseManagerLinuxSubscriptionsServiceException, } from "../models/LicenseManagerLinuxSubscriptionsServiceException";
|
|
102
|
+
export var DeregisterSubscriptionProviderRequest$ = [3, n0, _DSPR,
|
|
103
|
+
0,
|
|
104
|
+
[_SPA],
|
|
105
|
+
[0]
|
|
106
|
+
];
|
|
107
|
+
export var DeregisterSubscriptionProviderResponse$ = [3, n0, _DSPRe,
|
|
108
|
+
0,
|
|
109
|
+
[],
|
|
110
|
+
[]
|
|
111
|
+
];
|
|
112
|
+
export var Filter$ = [3, n0, _F,
|
|
113
|
+
0,
|
|
114
|
+
[_N, _V, _O],
|
|
115
|
+
[0, 64 | 0, 0]
|
|
116
|
+
];
|
|
117
|
+
export var GetRegisteredSubscriptionProviderRequest$ = [3, n0, _GRSPR,
|
|
118
|
+
0,
|
|
119
|
+
[_SPA],
|
|
120
|
+
[0]
|
|
121
|
+
];
|
|
122
|
+
export var GetRegisteredSubscriptionProviderResponse$ = [3, n0, _GRSPRe,
|
|
110
123
|
0,
|
|
111
124
|
[_SPA, _SPS, _SA, _SPSu, _SPSM, _LSDRT],
|
|
112
|
-
[0, 0, 0, 0, 0, 0]
|
|
125
|
+
[0, 0, 0, 0, 0, 0]
|
|
126
|
+
];
|
|
127
|
+
export var GetServiceSettingsRequest$ = [3, n0, _GSSR,
|
|
128
|
+
0,
|
|
129
|
+
[],
|
|
130
|
+
[]
|
|
113
131
|
];
|
|
114
|
-
export var
|
|
115
|
-
export var GetServiceSettingsResponse$ = [
|
|
116
|
-
3,
|
|
117
|
-
n0,
|
|
118
|
-
_GSSRe,
|
|
132
|
+
export var GetServiceSettingsResponse$ = [3, n0, _GSSRe,
|
|
119
133
|
0,
|
|
120
134
|
[_LSD, _LSDS, _S, _SM, _HR],
|
|
121
|
-
[0, () => LinuxSubscriptionsDiscoverySettings$, 0, 128 | 0, 64 | 0]
|
|
135
|
+
[0, () => LinuxSubscriptionsDiscoverySettings$, 0, 128 | 0, 64 | 0]
|
|
122
136
|
];
|
|
123
|
-
export var Instance$ = [
|
|
124
|
-
3,
|
|
125
|
-
n0,
|
|
126
|
-
_I,
|
|
137
|
+
export var Instance$ = [3, n0, _I,
|
|
127
138
|
0,
|
|
128
139
|
[_AI, _IID, _IT, _AID, _S, _R, _UO, _PC, _LUT, _SN, _OV, _SPCT, _SPUT, _DS, _RWSP],
|
|
129
|
-
[0, 0, 0, 0, 0, 0, 0, 64 | 0, 0, 0, 0, 0, 0, 0, 0]
|
|
140
|
+
[0, 0, 0, 0, 0, 0, 0, 64 | 0, 0, 0, 0, 0, 0, 0, 0]
|
|
141
|
+
];
|
|
142
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
143
|
+
{ [_e]: _s },
|
|
144
|
+
[_m],
|
|
145
|
+
[0]
|
|
130
146
|
];
|
|
131
|
-
export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s }, [_m], [0]];
|
|
132
147
|
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
133
|
-
export var LinuxSubscriptionsDiscoverySettings$ = [3, n0, _LSDS,
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
148
|
+
export var LinuxSubscriptionsDiscoverySettings$ = [3, n0, _LSDS,
|
|
149
|
+
0,
|
|
150
|
+
[_SR, _OI],
|
|
151
|
+
[64 | 0, 0]
|
|
152
|
+
];
|
|
153
|
+
export var ListLinuxSubscriptionInstancesRequest$ = [3, n0, _LLSIR,
|
|
138
154
|
0,
|
|
139
155
|
[_Fi, _MR, _NT],
|
|
140
|
-
[() => FilterList, 1, 0]
|
|
156
|
+
[() => FilterList, 1, 0]
|
|
141
157
|
];
|
|
142
|
-
export var ListLinuxSubscriptionInstancesResponse$ = [
|
|
143
|
-
3,
|
|
144
|
-
n0,
|
|
145
|
-
_LLSIRi,
|
|
158
|
+
export var ListLinuxSubscriptionInstancesResponse$ = [3, n0, _LLSIRi,
|
|
146
159
|
0,
|
|
147
160
|
[_In, _NT],
|
|
148
|
-
[() => InstanceList, 0]
|
|
161
|
+
[() => InstanceList, 0]
|
|
149
162
|
];
|
|
150
|
-
export var ListLinuxSubscriptionsRequest$ = [
|
|
151
|
-
3,
|
|
152
|
-
n0,
|
|
153
|
-
_LLSR,
|
|
163
|
+
export var ListLinuxSubscriptionsRequest$ = [3, n0, _LLSR,
|
|
154
164
|
0,
|
|
155
165
|
[_Fi, _MR, _NT],
|
|
156
|
-
[() => FilterList, 1, 0]
|
|
166
|
+
[() => FilterList, 1, 0]
|
|
157
167
|
];
|
|
158
|
-
export var ListLinuxSubscriptionsResponse$ = [
|
|
159
|
-
3,
|
|
160
|
-
n0,
|
|
161
|
-
_LLSRi,
|
|
168
|
+
export var ListLinuxSubscriptionsResponse$ = [3, n0, _LLSRi,
|
|
162
169
|
0,
|
|
163
170
|
[_Su, _NT],
|
|
164
|
-
[() => SubscriptionList, 0]
|
|
171
|
+
[() => SubscriptionList, 0]
|
|
165
172
|
];
|
|
166
|
-
export var ListRegisteredSubscriptionProvidersRequest$ = [
|
|
167
|
-
3,
|
|
168
|
-
n0,
|
|
169
|
-
_LRSPR,
|
|
173
|
+
export var ListRegisteredSubscriptionProvidersRequest$ = [3, n0, _LRSPR,
|
|
170
174
|
0,
|
|
171
175
|
[_SPSub, _MR, _NT],
|
|
172
|
-
[64 | 0, 1, 0]
|
|
176
|
+
[64 | 0, 1, 0]
|
|
173
177
|
];
|
|
174
|
-
export var ListRegisteredSubscriptionProvidersResponse$ = [
|
|
175
|
-
3,
|
|
176
|
-
n0,
|
|
177
|
-
_LRSPRi,
|
|
178
|
+
export var ListRegisteredSubscriptionProvidersResponse$ = [3, n0, _LRSPRi,
|
|
178
179
|
0,
|
|
179
180
|
[_RSP, _NT],
|
|
180
|
-
[() => RegisteredSubscriptionProviderList, 0]
|
|
181
|
-
];
|
|
182
|
-
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
181
|
+
[() => RegisteredSubscriptionProviderList, 0]
|
|
182
|
+
];
|
|
183
|
+
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
184
|
+
0,
|
|
185
|
+
[_rA],
|
|
186
|
+
[[0, 1]]
|
|
187
|
+
];
|
|
188
|
+
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
189
|
+
0,
|
|
190
|
+
[_t],
|
|
191
|
+
[[() => Tags, 0]]
|
|
192
|
+
];
|
|
193
|
+
export var RegisteredSubscriptionProvider$ = [3, n0, _RSPe,
|
|
188
194
|
0,
|
|
189
195
|
[_SPA, _SPS, _SA, _SPSu, _SPSM, _LSDRT],
|
|
190
|
-
[0, 0, 0, 0, 0, 0]
|
|
196
|
+
[0, 0, 0, 0, 0, 0]
|
|
191
197
|
];
|
|
192
|
-
export var RegisterSubscriptionProviderRequest$ = [
|
|
193
|
-
3,
|
|
194
|
-
n0,
|
|
195
|
-
_RSPR,
|
|
198
|
+
export var RegisterSubscriptionProviderRequest$ = [3, n0, _RSPR,
|
|
196
199
|
0,
|
|
197
200
|
[_SPS, _SA, _T],
|
|
198
|
-
[0, 0, [() => Tags, 0]]
|
|
201
|
+
[0, 0, [() => Tags, 0]]
|
|
199
202
|
];
|
|
200
|
-
export var RegisterSubscriptionProviderResponse$ = [
|
|
201
|
-
3,
|
|
202
|
-
n0,
|
|
203
|
-
_RSPRe,
|
|
203
|
+
export var RegisterSubscriptionProviderResponse$ = [3, n0, _RSPRe,
|
|
204
204
|
0,
|
|
205
205
|
[_SPS, _SPA, _SPSu],
|
|
206
|
-
[0, 0, 0]
|
|
206
|
+
[0, 0, 0]
|
|
207
|
+
];
|
|
208
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
209
|
+
{ [_e]: _c },
|
|
210
|
+
[_m],
|
|
211
|
+
[0]
|
|
207
212
|
];
|
|
208
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
|
|
209
213
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
210
|
-
export var Subscription$ = [3, n0, _Sub,
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
214
|
+
export var Subscription$ = [3, n0, _Sub,
|
|
215
|
+
0,
|
|
216
|
+
[_N, _Ty, _IC],
|
|
217
|
+
[0, 0, 1]
|
|
218
|
+
];
|
|
219
|
+
export var TagResourceRequest$ = [3, n0, _TRR,
|
|
215
220
|
0,
|
|
216
221
|
[_rA, _t],
|
|
217
|
-
[
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
222
|
+
[[0, 1], [() => Tags, 0]]
|
|
223
|
+
];
|
|
224
|
+
export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
225
|
+
0,
|
|
226
|
+
[],
|
|
227
|
+
[]
|
|
228
|
+
];
|
|
229
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
230
|
+
{ [_e]: _c },
|
|
231
|
+
[_m],
|
|
232
|
+
[0]
|
|
221
233
|
];
|
|
222
|
-
export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
223
|
-
export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c }, [_m], [0]];
|
|
224
234
|
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
225
|
-
export var UntagResourceRequest$ = [
|
|
226
|
-
3,
|
|
227
|
-
n0,
|
|
228
|
-
_URR,
|
|
235
|
+
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
229
236
|
0,
|
|
230
237
|
[_rA, _tK],
|
|
231
|
-
[
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
]
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
n0,
|
|
240
|
-
_USSR,
|
|
238
|
+
[[0, 1], [() => TagKeyList, { [_hQ]: _tK }]]
|
|
239
|
+
];
|
|
240
|
+
export var UntagResourceResponse$ = [3, n0, _URRn,
|
|
241
|
+
0,
|
|
242
|
+
[],
|
|
243
|
+
[]
|
|
244
|
+
];
|
|
245
|
+
export var UpdateServiceSettingsRequest$ = [3, n0, _USSR,
|
|
241
246
|
0,
|
|
242
247
|
[_LSD, _LSDS, _AU],
|
|
243
|
-
[0, () => LinuxSubscriptionsDiscoverySettings$, 2]
|
|
248
|
+
[0, () => LinuxSubscriptionsDiscoverySettings$, 2]
|
|
244
249
|
];
|
|
245
|
-
export var UpdateServiceSettingsResponse$ = [
|
|
246
|
-
3,
|
|
247
|
-
n0,
|
|
248
|
-
_USSRp,
|
|
250
|
+
export var UpdateServiceSettingsResponse$ = [3, n0, _USSRp,
|
|
249
251
|
0,
|
|
250
252
|
[_LSD, _LSDS, _S, _SM, _HR],
|
|
251
|
-
[0, () => LinuxSubscriptionsDiscoverySettings$, 0, 128 | 0, 64 | 0]
|
|
253
|
+
[0, () => LinuxSubscriptionsDiscoverySettings$, 0, 128 | 0, 64 | 0]
|
|
252
254
|
];
|
|
253
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
_sm,
|
|
258
|
-
"LicenseManagerLinuxSubscriptionsServiceException",
|
|
259
|
-
0,
|
|
260
|
-
[],
|
|
261
|
-
[],
|
|
255
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
256
|
+
{ [_e]: _c },
|
|
257
|
+
[_m],
|
|
258
|
+
[0]
|
|
262
259
|
];
|
|
260
|
+
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
261
|
+
export var LicenseManagerLinuxSubscriptionsServiceException$ = [-3, _sm, "LicenseManagerLinuxSubscriptionsServiceException", 0, [], []];
|
|
263
262
|
TypeRegistry.for(_sm).registerError(LicenseManagerLinuxSubscriptionsServiceException$, LicenseManagerLinuxSubscriptionsServiceException);
|
|
264
|
-
var FilterList = [1, n0, _FL,
|
|
265
|
-
|
|
263
|
+
var FilterList = [1, n0, _FL,
|
|
264
|
+
0, () => Filter$
|
|
265
|
+
];
|
|
266
|
+
var InstanceList = [1, n0, _IL,
|
|
267
|
+
0, () => Instance$
|
|
268
|
+
];
|
|
266
269
|
var ProductCodeList = 64 | 0;
|
|
267
|
-
var RegisteredSubscriptionProviderList = [1, n0, _RSPL,
|
|
270
|
+
var RegisteredSubscriptionProviderList = [1, n0, _RSPL,
|
|
271
|
+
0, () => RegisteredSubscriptionProvider$
|
|
272
|
+
];
|
|
268
273
|
var StringList = 64 | 0;
|
|
269
|
-
var SubscriptionList = [1, n0, _SL,
|
|
274
|
+
var SubscriptionList = [1, n0, _SL,
|
|
275
|
+
0, () => Subscription$
|
|
276
|
+
];
|
|
270
277
|
var SubscriptionProviderSourceList = 64 | 0;
|
|
271
|
-
var TagKeyList = [1, n0, _TKL,
|
|
278
|
+
var TagKeyList = [1, n0, _TKL,
|
|
279
|
+
8, 0
|
|
280
|
+
];
|
|
272
281
|
var StringMap = 128 | 0;
|
|
273
|
-
var Tags = [2, n0, _T,
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
() =>
|
|
281
|
-
];
|
|
282
|
-
export var
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
{ [_h]: ["POST", "/subscription/
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
]
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
() =>
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
() =>
|
|
305
|
-
];
|
|
306
|
-
export var
|
|
307
|
-
|
|
308
|
-
n0,
|
|
309
|
-
_LLS,
|
|
310
|
-
{ [_h]: ["POST", "/subscription/ListLinuxSubscriptions", 200] },
|
|
311
|
-
() => ListLinuxSubscriptionsRequest$,
|
|
312
|
-
() => ListLinuxSubscriptionsResponse$,
|
|
313
|
-
];
|
|
314
|
-
export var ListRegisteredSubscriptionProviders$ = [
|
|
315
|
-
9,
|
|
316
|
-
n0,
|
|
317
|
-
_LRSP,
|
|
318
|
-
{ [_h]: ["POST", "/subscription/ListRegisteredSubscriptionProviders", 200] },
|
|
319
|
-
() => ListRegisteredSubscriptionProvidersRequest$,
|
|
320
|
-
() => ListRegisteredSubscriptionProvidersResponse$,
|
|
321
|
-
];
|
|
322
|
-
export var ListTagsForResource$ = [
|
|
323
|
-
9,
|
|
324
|
-
n0,
|
|
325
|
-
_LTFR,
|
|
326
|
-
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
327
|
-
() => ListTagsForResourceRequest$,
|
|
328
|
-
() => ListTagsForResourceResponse$,
|
|
329
|
-
];
|
|
330
|
-
export var RegisterSubscriptionProvider$ = [
|
|
331
|
-
9,
|
|
332
|
-
n0,
|
|
333
|
-
_RSPeg,
|
|
334
|
-
{ [_h]: ["POST", "/subscription/RegisterSubscriptionProvider", 200] },
|
|
335
|
-
() => RegisterSubscriptionProviderRequest$,
|
|
336
|
-
() => RegisterSubscriptionProviderResponse$,
|
|
337
|
-
];
|
|
338
|
-
export var TagResource$ = [
|
|
339
|
-
9,
|
|
340
|
-
n0,
|
|
341
|
-
_TR,
|
|
342
|
-
{ [_h]: ["PUT", "/tags/{resourceArn}", 200] },
|
|
343
|
-
() => TagResourceRequest$,
|
|
344
|
-
() => TagResourceResponse$,
|
|
345
|
-
];
|
|
346
|
-
export var UntagResource$ = [
|
|
347
|
-
9,
|
|
348
|
-
n0,
|
|
349
|
-
_UR,
|
|
350
|
-
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
351
|
-
() => UntagResourceRequest$,
|
|
352
|
-
() => UntagResourceResponse$,
|
|
353
|
-
];
|
|
354
|
-
export var UpdateServiceSettings$ = [
|
|
355
|
-
9,
|
|
356
|
-
n0,
|
|
357
|
-
_USS,
|
|
358
|
-
{ [_h]: ["POST", "/subscription/UpdateServiceSettings", 200] },
|
|
359
|
-
() => UpdateServiceSettingsRequest$,
|
|
360
|
-
() => UpdateServiceSettingsResponse$,
|
|
282
|
+
var Tags = [2, n0, _T,
|
|
283
|
+
8, 0, 0
|
|
284
|
+
];
|
|
285
|
+
export var DeregisterSubscriptionProvider$ = [9, n0, _DSP,
|
|
286
|
+
{ [_h]: ["POST", "/subscription/DeregisterSubscriptionProvider", 200] }, () => DeregisterSubscriptionProviderRequest$, () => DeregisterSubscriptionProviderResponse$
|
|
287
|
+
];
|
|
288
|
+
export var GetRegisteredSubscriptionProvider$ = [9, n0, _GRSP,
|
|
289
|
+
{ [_h]: ["POST", "/subscription/GetRegisteredSubscriptionProvider", 200] }, () => GetRegisteredSubscriptionProviderRequest$, () => GetRegisteredSubscriptionProviderResponse$
|
|
290
|
+
];
|
|
291
|
+
export var GetServiceSettings$ = [9, n0, _GSS,
|
|
292
|
+
{ [_h]: ["POST", "/subscription/GetServiceSettings", 200] }, () => GetServiceSettingsRequest$, () => GetServiceSettingsResponse$
|
|
293
|
+
];
|
|
294
|
+
export var ListLinuxSubscriptionInstances$ = [9, n0, _LLSI,
|
|
295
|
+
{ [_h]: ["POST", "/subscription/ListLinuxSubscriptionInstances", 200] }, () => ListLinuxSubscriptionInstancesRequest$, () => ListLinuxSubscriptionInstancesResponse$
|
|
296
|
+
];
|
|
297
|
+
export var ListLinuxSubscriptions$ = [9, n0, _LLS,
|
|
298
|
+
{ [_h]: ["POST", "/subscription/ListLinuxSubscriptions", 200] }, () => ListLinuxSubscriptionsRequest$, () => ListLinuxSubscriptionsResponse$
|
|
299
|
+
];
|
|
300
|
+
export var ListRegisteredSubscriptionProviders$ = [9, n0, _LRSP,
|
|
301
|
+
{ [_h]: ["POST", "/subscription/ListRegisteredSubscriptionProviders", 200] }, () => ListRegisteredSubscriptionProvidersRequest$, () => ListRegisteredSubscriptionProvidersResponse$
|
|
302
|
+
];
|
|
303
|
+
export var ListTagsForResource$ = [9, n0, _LTFR,
|
|
304
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
305
|
+
];
|
|
306
|
+
export var RegisterSubscriptionProvider$ = [9, n0, _RSPeg,
|
|
307
|
+
{ [_h]: ["POST", "/subscription/RegisterSubscriptionProvider", 200] }, () => RegisterSubscriptionProviderRequest$, () => RegisterSubscriptionProviderResponse$
|
|
308
|
+
];
|
|
309
|
+
export var TagResource$ = [9, n0, _TR,
|
|
310
|
+
{ [_h]: ["PUT", "/tags/{resourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
|
|
311
|
+
];
|
|
312
|
+
export var UntagResource$ = [9, n0, _UR,
|
|
313
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
314
|
+
];
|
|
315
|
+
export var UpdateServiceSettings$ = [9, n0, _USS,
|
|
316
|
+
{ [_h]: ["POST", "/subscription/UpdateServiceSettings", 200] }, () => UpdateServiceSettingsRequest$, () => UpdateServiceSettingsResponse$
|
|
361
317
|
];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-license-manager-linux-subscriptions",
|
|
3
3
|
"description": "AWS SDK for JavaScript License Manager Linux Subscriptions Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.962.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-license-manager-linux-subscriptions",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
24
|
"@aws-sdk/core": "3.957.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.962.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.957.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.957.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.957.0",
|