@aws-sdk/client-license-manager-linux-subscriptions 3.952.0 → 3.953.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/dist-cjs/index.js +146 -109
  2. package/dist-cjs/runtimeConfig.shared.js +6 -2
  3. package/dist-es/commands/DeregisterSubscriptionProviderCommand.js +2 -2
  4. package/dist-es/commands/GetRegisteredSubscriptionProviderCommand.js +2 -2
  5. package/dist-es/commands/GetServiceSettingsCommand.js +2 -2
  6. package/dist-es/commands/ListLinuxSubscriptionInstancesCommand.js +2 -2
  7. package/dist-es/commands/ListLinuxSubscriptionsCommand.js +2 -2
  8. package/dist-es/commands/ListRegisteredSubscriptionProvidersCommand.js +2 -2
  9. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  10. package/dist-es/commands/RegisterSubscriptionProviderCommand.js +2 -2
  11. package/dist-es/commands/TagResourceCommand.js +2 -2
  12. package/dist-es/commands/UntagResourceCommand.js +2 -2
  13. package/dist-es/commands/UpdateServiceSettingsCommand.js +2 -2
  14. package/dist-es/index.js +1 -0
  15. package/dist-es/runtimeConfig.shared.js +6 -2
  16. package/dist-es/schemas/schemas_0.js +85 -91
  17. package/dist-types/LicenseManagerLinuxSubscriptionsClient.d.ts +1 -10
  18. package/dist-types/index.d.ts +1 -0
  19. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  20. package/dist-types/runtimeConfig.d.ts +6 -2
  21. package/dist-types/runtimeConfig.native.d.ts +6 -2
  22. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  23. package/dist-types/schemas/schemas_0.d.ts +44 -54
  24. package/dist-types/ts3.4/LicenseManagerLinuxSubscriptionsClient.d.ts +0 -4
  25. package/dist-types/ts3.4/index.d.ts +1 -0
  26. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  27. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  28. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  29. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  30. package/dist-types/ts3.4/schemas/schemas_0.d.ts +43 -55
  31. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class LicenseManagerLinuxSubscriptionsClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let LicenseManagerLinuxSubscriptionsServiceException$1 = class LicenseManagerLinuxSubscriptionsServiceException extends smithyClient.ServiceException {
113
+ class LicenseManagerLinuxSubscriptionsServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, LicenseManagerLinuxSubscriptionsServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let InternalServerException$1 = class InternalServerException extends LicenseManagerLinuxSubscriptionsServiceException$1 {
120
+ class InternalServerException extends LicenseManagerLinuxSubscriptionsServiceException {
121
121
  name = "InternalServerException";
122
122
  $fault = "server";
123
123
  constructor(opts) {
@@ -128,8 +128,8 @@ let InternalServerException$1 = class InternalServerException extends LicenseMan
128
128
  });
129
129
  Object.setPrototypeOf(this, InternalServerException.prototype);
130
130
  }
131
- };
132
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends LicenseManagerLinuxSubscriptionsServiceException$1 {
131
+ }
132
+ class ResourceNotFoundException extends LicenseManagerLinuxSubscriptionsServiceException {
133
133
  name = "ResourceNotFoundException";
134
134
  $fault = "client";
135
135
  constructor(opts) {
@@ -140,8 +140,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Licens
140
140
  });
141
141
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
142
142
  }
143
- };
144
- let ThrottlingException$1 = class ThrottlingException extends LicenseManagerLinuxSubscriptionsServiceException$1 {
143
+ }
144
+ class ThrottlingException extends LicenseManagerLinuxSubscriptionsServiceException {
145
145
  name = "ThrottlingException";
146
146
  $fault = "client";
147
147
  constructor(opts) {
@@ -152,8 +152,8 @@ let ThrottlingException$1 = class ThrottlingException extends LicenseManagerLinu
152
152
  });
153
153
  Object.setPrototypeOf(this, ThrottlingException.prototype);
154
154
  }
155
- };
156
- let ValidationException$1 = class ValidationException extends LicenseManagerLinuxSubscriptionsServiceException$1 {
155
+ }
156
+ class ValidationException extends LicenseManagerLinuxSubscriptionsServiceException {
157
157
  name = "ValidationException";
158
158
  $fault = "client";
159
159
  constructor(opts) {
@@ -164,7 +164,7 @@ let ValidationException$1 = class ValidationException extends LicenseManagerLinu
164
164
  });
165
165
  Object.setPrototypeOf(this, ValidationException.prototype);
166
166
  }
167
- };
167
+ }
168
168
 
169
169
  const _AI = "AmiId";
170
170
  const _AID = "AccountID";
@@ -264,11 +264,11 @@ 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, 0, [_SPA], [0]];
268
- var DeregisterSubscriptionProviderResponse = [3, n0, _DSPRe, 0, [], []];
269
- var Filter = [3, n0, _F, 0, [_N, _V, _O], [0, 64 | 0, 0]];
270
- var GetRegisteredSubscriptionProviderRequest = [3, n0, _GRSPR, 0, [_SPA], [0]];
271
- var GetRegisteredSubscriptionProviderResponse = [
267
+ var DeregisterSubscriptionProviderRequest$ = [3, n0, _DSPR, 0, [_SPA], [0]];
268
+ var DeregisterSubscriptionProviderResponse$ = [3, n0, _DSPRe, 0, [], []];
269
+ var Filter$ = [3, n0, _F, 0, [_N, _V, _O], [0, 64 | 0, 0]];
270
+ var GetRegisteredSubscriptionProviderRequest$ = [3, n0, _GRSPR, 0, [_SPA], [0]];
271
+ var GetRegisteredSubscriptionProviderResponse$ = [
272
272
  3,
273
273
  n0,
274
274
  _GRSPRe,
@@ -276,16 +276,16 @@ var GetRegisteredSubscriptionProviderResponse = [
276
276
  [_SPA, _SPS, _SA, _SPSu, _SPSM, _LSDRT],
277
277
  [0, 0, 0, 0, 0, 0],
278
278
  ];
279
- var GetServiceSettingsRequest = [3, n0, _GSSR, 0, [], []];
280
- var GetServiceSettingsResponse = [
279
+ var GetServiceSettingsRequest$ = [3, n0, _GSSR, 0, [], []];
280
+ var GetServiceSettingsResponse$ = [
281
281
  3,
282
282
  n0,
283
283
  _GSSRe,
284
284
  0,
285
285
  [_LSD, _LSDS, _S, _SM, _HR],
286
- [0, () => LinuxSubscriptionsDiscoverySettings, 0, 128 | 0, 64 | 0],
286
+ [0, () => LinuxSubscriptionsDiscoverySettings$, 0, 128 | 0, 64 | 0],
287
287
  ];
288
- var Instance = [
288
+ var Instance$ = [
289
289
  3,
290
290
  n0,
291
291
  _I,
@@ -293,10 +293,10 @@ var Instance = [
293
293
  [_AI, _IID, _IT, _AID, _S, _R, _UO, _PC, _LUT, _SN, _OV, _SPCT, _SPUT, _DS, _RWSP],
294
294
  [0, 0, 0, 0, 0, 0, 0, 64 | 0, 0, 0, 0, 0, 0, 0, 0],
295
295
  ];
296
- var InternalServerException = [-3, n0, _ISE, { [_e]: _s }, [_m], [0]];
297
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
298
- var LinuxSubscriptionsDiscoverySettings = [3, n0, _LSDS, 0, [_SR, _OI], [64 | 0, 0]];
299
- var ListLinuxSubscriptionInstancesRequest = [
296
+ var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s }, [_m], [0]];
297
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
298
+ var LinuxSubscriptionsDiscoverySettings$ = [3, n0, _LSDS, 0, [_SR, _OI], [64 | 0, 0]];
299
+ var ListLinuxSubscriptionInstancesRequest$ = [
300
300
  3,
301
301
  n0,
302
302
  _LLSIR,
@@ -304,7 +304,7 @@ var ListLinuxSubscriptionInstancesRequest = [
304
304
  [_Fi, _MR, _NT],
305
305
  [() => FilterList, 1, 0],
306
306
  ];
307
- var ListLinuxSubscriptionInstancesResponse = [
307
+ var ListLinuxSubscriptionInstancesResponse$ = [
308
308
  3,
309
309
  n0,
310
310
  _LLSIRi,
@@ -312,7 +312,7 @@ var ListLinuxSubscriptionInstancesResponse = [
312
312
  [_In, _NT],
313
313
  [() => InstanceList, 0],
314
314
  ];
315
- var ListLinuxSubscriptionsRequest = [
315
+ var ListLinuxSubscriptionsRequest$ = [
316
316
  3,
317
317
  n0,
318
318
  _LLSR,
@@ -320,7 +320,7 @@ var ListLinuxSubscriptionsRequest = [
320
320
  [_Fi, _MR, _NT],
321
321
  [() => FilterList, 1, 0],
322
322
  ];
323
- var ListLinuxSubscriptionsResponse = [
323
+ var ListLinuxSubscriptionsResponse$ = [
324
324
  3,
325
325
  n0,
326
326
  _LLSRi,
@@ -328,7 +328,7 @@ var ListLinuxSubscriptionsResponse = [
328
328
  [_Su, _NT],
329
329
  [() => SubscriptionList, 0],
330
330
  ];
331
- var ListRegisteredSubscriptionProvidersRequest = [
331
+ var ListRegisteredSubscriptionProvidersRequest$ = [
332
332
  3,
333
333
  n0,
334
334
  _LRSPR,
@@ -336,7 +336,7 @@ var ListRegisteredSubscriptionProvidersRequest = [
336
336
  [_SPSub, _MR, _NT],
337
337
  [64 | 0, 1, 0],
338
338
  ];
339
- var ListRegisteredSubscriptionProvidersResponse = [
339
+ var ListRegisteredSubscriptionProvidersResponse$ = [
340
340
  3,
341
341
  n0,
342
342
  _LRSPRi,
@@ -344,9 +344,9 @@ var ListRegisteredSubscriptionProvidersResponse = [
344
344
  [_RSP, _NT],
345
345
  [() => RegisteredSubscriptionProviderList, 0],
346
346
  ];
347
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
348
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [[() => Tags, 0]]];
349
- var RegisteredSubscriptionProvider = [
347
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
348
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [[() => Tags, 0]]];
349
+ var RegisteredSubscriptionProvider$ = [
350
350
  3,
351
351
  n0,
352
352
  _RSPe,
@@ -354,7 +354,7 @@ var RegisteredSubscriptionProvider = [
354
354
  [_SPA, _SPS, _SA, _SPSu, _SPSM, _LSDRT],
355
355
  [0, 0, 0, 0, 0, 0],
356
356
  ];
357
- var RegisterSubscriptionProviderRequest = [
357
+ var RegisterSubscriptionProviderRequest$ = [
358
358
  3,
359
359
  n0,
360
360
  _RSPR,
@@ -362,7 +362,7 @@ var RegisterSubscriptionProviderRequest = [
362
362
  [_SPS, _SA, _T],
363
363
  [0, 0, [() => Tags, 0]],
364
364
  ];
365
- var RegisterSubscriptionProviderResponse = [
365
+ var RegisterSubscriptionProviderResponse$ = [
366
366
  3,
367
367
  n0,
368
368
  _RSPRe,
@@ -370,10 +370,10 @@ var RegisterSubscriptionProviderResponse = [
370
370
  [_SPS, _SPA, _SPSu],
371
371
  [0, 0, 0],
372
372
  ];
373
- var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
374
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
375
- var Subscription = [3, n0, _Sub, 0, [_N, _Ty, _IC], [0, 0, 1]];
376
- var TagResourceRequest = [
373
+ var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
374
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
375
+ var Subscription$ = [3, n0, _Sub, 0, [_N, _Ty, _IC], [0, 0, 1]];
376
+ var TagResourceRequest$ = [
377
377
  3,
378
378
  n0,
379
379
  _TRR,
@@ -384,10 +384,10 @@ var TagResourceRequest = [
384
384
  [() => Tags, 0],
385
385
  ],
386
386
  ];
387
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
388
- var ThrottlingException = [-3, n0, _TE, { [_e]: _c }, [_m], [0]];
389
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
390
- var UntagResourceRequest = [
387
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
388
+ var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c }, [_m], [0]];
389
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
390
+ var UntagResourceRequest$ = [
391
391
  3,
392
392
  n0,
393
393
  _URR,
@@ -398,26 +398,26 @@ var UntagResourceRequest = [
398
398
  [() => TagKeyList, { [_hQ]: _tK }],
399
399
  ],
400
400
  ];
401
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
402
- var UpdateServiceSettingsRequest = [
401
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
402
+ var UpdateServiceSettingsRequest$ = [
403
403
  3,
404
404
  n0,
405
405
  _USSR,
406
406
  0,
407
407
  [_LSD, _LSDS, _AU],
408
- [0, () => LinuxSubscriptionsDiscoverySettings, 2],
408
+ [0, () => LinuxSubscriptionsDiscoverySettings$, 2],
409
409
  ];
410
- var UpdateServiceSettingsResponse = [
410
+ var UpdateServiceSettingsResponse$ = [
411
411
  3,
412
412
  n0,
413
413
  _USSRp,
414
414
  0,
415
415
  [_LSD, _LSDS, _S, _SM, _HR],
416
- [0, () => LinuxSubscriptionsDiscoverySettings, 0, 128 | 0, 64 | 0],
416
+ [0, () => LinuxSubscriptionsDiscoverySettings$, 0, 128 | 0, 64 | 0],
417
417
  ];
418
- var ValidationException = [-3, n0, _VE, { [_e]: _c }, [_m], [0]];
419
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
420
- var LicenseManagerLinuxSubscriptionsServiceException = [
418
+ var ValidationException$ = [-3, n0, _VE, { [_e]: _c }, [_m], [0]];
419
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
420
+ var LicenseManagerLinuxSubscriptionsServiceException$ = [
421
421
  -3,
422
422
  _sm,
423
423
  "LicenseManagerLinuxSubscriptionsServiceException",
@@ -425,106 +425,100 @@ var LicenseManagerLinuxSubscriptionsServiceException = [
425
425
  [],
426
426
  [],
427
427
  ];
428
- schema.TypeRegistry.for(_sm).registerError(LicenseManagerLinuxSubscriptionsServiceException, LicenseManagerLinuxSubscriptionsServiceException$1);
429
- var FilterList = [1, n0, _FL, 0, () => Filter];
430
- var InstanceList = [1, n0, _IL, 0, () => Instance];
431
- var RegisteredSubscriptionProviderList = [
432
- 1,
433
- n0,
434
- _RSPL,
435
- 0,
436
- () => RegisteredSubscriptionProvider,
437
- ];
438
- var SubscriptionList = [1, n0, _SL, 0, () => Subscription];
428
+ schema.TypeRegistry.for(_sm).registerError(LicenseManagerLinuxSubscriptionsServiceException$, LicenseManagerLinuxSubscriptionsServiceException);
429
+ var FilterList = [1, n0, _FL, 0, () => Filter$];
430
+ var InstanceList = [1, n0, _IL, 0, () => Instance$];
431
+ var RegisteredSubscriptionProviderList = [1, n0, _RSPL, 0, () => RegisteredSubscriptionProvider$];
432
+ var SubscriptionList = [1, n0, _SL, 0, () => Subscription$];
439
433
  var TagKeyList = [1, n0, _TKL, 8, 0];
440
434
  var Tags = [2, n0, _T, 8, 0, 0];
441
- var DeregisterSubscriptionProvider = [
435
+ var DeregisterSubscriptionProvider$ = [
442
436
  9,
443
437
  n0,
444
438
  _DSP,
445
439
  { [_h]: ["POST", "/subscription/DeregisterSubscriptionProvider", 200] },
446
- () => DeregisterSubscriptionProviderRequest,
447
- () => DeregisterSubscriptionProviderResponse,
440
+ () => DeregisterSubscriptionProviderRequest$,
441
+ () => DeregisterSubscriptionProviderResponse$,
448
442
  ];
449
- var GetRegisteredSubscriptionProvider = [
443
+ var GetRegisteredSubscriptionProvider$ = [
450
444
  9,
451
445
  n0,
452
446
  _GRSP,
453
447
  { [_h]: ["POST", "/subscription/GetRegisteredSubscriptionProvider", 200] },
454
- () => GetRegisteredSubscriptionProviderRequest,
455
- () => GetRegisteredSubscriptionProviderResponse,
448
+ () => GetRegisteredSubscriptionProviderRequest$,
449
+ () => GetRegisteredSubscriptionProviderResponse$,
456
450
  ];
457
- var GetServiceSettings = [
451
+ var GetServiceSettings$ = [
458
452
  9,
459
453
  n0,
460
454
  _GSS,
461
455
  { [_h]: ["POST", "/subscription/GetServiceSettings", 200] },
462
- () => GetServiceSettingsRequest,
463
- () => GetServiceSettingsResponse,
456
+ () => GetServiceSettingsRequest$,
457
+ () => GetServiceSettingsResponse$,
464
458
  ];
465
- var ListLinuxSubscriptionInstances = [
459
+ var ListLinuxSubscriptionInstances$ = [
466
460
  9,
467
461
  n0,
468
462
  _LLSI,
469
463
  { [_h]: ["POST", "/subscription/ListLinuxSubscriptionInstances", 200] },
470
- () => ListLinuxSubscriptionInstancesRequest,
471
- () => ListLinuxSubscriptionInstancesResponse,
464
+ () => ListLinuxSubscriptionInstancesRequest$,
465
+ () => ListLinuxSubscriptionInstancesResponse$,
472
466
  ];
473
- var ListLinuxSubscriptions = [
467
+ var ListLinuxSubscriptions$ = [
474
468
  9,
475
469
  n0,
476
470
  _LLS,
477
471
  { [_h]: ["POST", "/subscription/ListLinuxSubscriptions", 200] },
478
- () => ListLinuxSubscriptionsRequest,
479
- () => ListLinuxSubscriptionsResponse,
472
+ () => ListLinuxSubscriptionsRequest$,
473
+ () => ListLinuxSubscriptionsResponse$,
480
474
  ];
481
- var ListRegisteredSubscriptionProviders = [
475
+ var ListRegisteredSubscriptionProviders$ = [
482
476
  9,
483
477
  n0,
484
478
  _LRSP,
485
479
  { [_h]: ["POST", "/subscription/ListRegisteredSubscriptionProviders", 200] },
486
- () => ListRegisteredSubscriptionProvidersRequest,
487
- () => ListRegisteredSubscriptionProvidersResponse,
480
+ () => ListRegisteredSubscriptionProvidersRequest$,
481
+ () => ListRegisteredSubscriptionProvidersResponse$,
488
482
  ];
489
- var ListTagsForResource = [
483
+ var ListTagsForResource$ = [
490
484
  9,
491
485
  n0,
492
486
  _LTFR,
493
487
  { [_h]: ["GET", "/tags/{resourceArn}", 200] },
494
- () => ListTagsForResourceRequest,
495
- () => ListTagsForResourceResponse,
488
+ () => ListTagsForResourceRequest$,
489
+ () => ListTagsForResourceResponse$,
496
490
  ];
497
- var RegisterSubscriptionProvider = [
491
+ var RegisterSubscriptionProvider$ = [
498
492
  9,
499
493
  n0,
500
494
  _RSPeg,
501
495
  { [_h]: ["POST", "/subscription/RegisterSubscriptionProvider", 200] },
502
- () => RegisterSubscriptionProviderRequest,
503
- () => RegisterSubscriptionProviderResponse,
496
+ () => RegisterSubscriptionProviderRequest$,
497
+ () => RegisterSubscriptionProviderResponse$,
504
498
  ];
505
- var TagResource = [
499
+ var TagResource$ = [
506
500
  9,
507
501
  n0,
508
502
  _TR,
509
503
  { [_h]: ["PUT", "/tags/{resourceArn}", 200] },
510
- () => TagResourceRequest,
511
- () => TagResourceResponse,
504
+ () => TagResourceRequest$,
505
+ () => TagResourceResponse$,
512
506
  ];
513
- var UntagResource = [
507
+ var UntagResource$ = [
514
508
  9,
515
509
  n0,
516
510
  _UR,
517
511
  { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
518
- () => UntagResourceRequest,
519
- () => UntagResourceResponse,
512
+ () => UntagResourceRequest$,
513
+ () => UntagResourceResponse$,
520
514
  ];
521
- var UpdateServiceSettings = [
515
+ var UpdateServiceSettings$ = [
522
516
  9,
523
517
  n0,
524
518
  _USS,
525
519
  { [_h]: ["POST", "/subscription/UpdateServiceSettings", 200] },
526
- () => UpdateServiceSettingsRequest,
527
- () => UpdateServiceSettingsResponse,
520
+ () => UpdateServiceSettingsRequest$,
521
+ () => UpdateServiceSettingsResponse$,
528
522
  ];
529
523
 
530
524
  class DeregisterSubscriptionProviderCommand extends smithyClient.Command
@@ -535,7 +529,7 @@ class DeregisterSubscriptionProviderCommand extends smithyClient.Command
535
529
  })
536
530
  .s("LicenseManagerLinuxSubscriptions", "DeregisterSubscriptionProvider", {})
537
531
  .n("LicenseManagerLinuxSubscriptionsClient", "DeregisterSubscriptionProviderCommand")
538
- .sc(DeregisterSubscriptionProvider)
532
+ .sc(DeregisterSubscriptionProvider$)
539
533
  .build() {
540
534
  }
541
535
 
@@ -547,7 +541,7 @@ class GetRegisteredSubscriptionProviderCommand extends smithyClient.Command
547
541
  })
548
542
  .s("LicenseManagerLinuxSubscriptions", "GetRegisteredSubscriptionProvider", {})
549
543
  .n("LicenseManagerLinuxSubscriptionsClient", "GetRegisteredSubscriptionProviderCommand")
550
- .sc(GetRegisteredSubscriptionProvider)
544
+ .sc(GetRegisteredSubscriptionProvider$)
551
545
  .build() {
552
546
  }
553
547
 
@@ -559,7 +553,7 @@ class GetServiceSettingsCommand extends smithyClient.Command
559
553
  })
560
554
  .s("LicenseManagerLinuxSubscriptions", "GetServiceSettings", {})
561
555
  .n("LicenseManagerLinuxSubscriptionsClient", "GetServiceSettingsCommand")
562
- .sc(GetServiceSettings)
556
+ .sc(GetServiceSettings$)
563
557
  .build() {
564
558
  }
565
559
 
@@ -571,7 +565,7 @@ class ListLinuxSubscriptionInstancesCommand extends smithyClient.Command
571
565
  })
572
566
  .s("LicenseManagerLinuxSubscriptions", "ListLinuxSubscriptionInstances", {})
573
567
  .n("LicenseManagerLinuxSubscriptionsClient", "ListLinuxSubscriptionInstancesCommand")
574
- .sc(ListLinuxSubscriptionInstances)
568
+ .sc(ListLinuxSubscriptionInstances$)
575
569
  .build() {
576
570
  }
577
571
 
@@ -583,7 +577,7 @@ class ListLinuxSubscriptionsCommand extends smithyClient.Command
583
577
  })
584
578
  .s("LicenseManagerLinuxSubscriptions", "ListLinuxSubscriptions", {})
585
579
  .n("LicenseManagerLinuxSubscriptionsClient", "ListLinuxSubscriptionsCommand")
586
- .sc(ListLinuxSubscriptions)
580
+ .sc(ListLinuxSubscriptions$)
587
581
  .build() {
588
582
  }
589
583
 
@@ -595,7 +589,7 @@ class ListRegisteredSubscriptionProvidersCommand extends smithyClient.Command
595
589
  })
596
590
  .s("LicenseManagerLinuxSubscriptions", "ListRegisteredSubscriptionProviders", {})
597
591
  .n("LicenseManagerLinuxSubscriptionsClient", "ListRegisteredSubscriptionProvidersCommand")
598
- .sc(ListRegisteredSubscriptionProviders)
592
+ .sc(ListRegisteredSubscriptionProviders$)
599
593
  .build() {
600
594
  }
601
595
 
@@ -607,7 +601,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
607
601
  })
608
602
  .s("LicenseManagerLinuxSubscriptions", "ListTagsForResource", {})
609
603
  .n("LicenseManagerLinuxSubscriptionsClient", "ListTagsForResourceCommand")
610
- .sc(ListTagsForResource)
604
+ .sc(ListTagsForResource$)
611
605
  .build() {
612
606
  }
613
607
 
@@ -619,7 +613,7 @@ class RegisterSubscriptionProviderCommand extends smithyClient.Command
619
613
  })
620
614
  .s("LicenseManagerLinuxSubscriptions", "RegisterSubscriptionProvider", {})
621
615
  .n("LicenseManagerLinuxSubscriptionsClient", "RegisterSubscriptionProviderCommand")
622
- .sc(RegisterSubscriptionProvider)
616
+ .sc(RegisterSubscriptionProvider$)
623
617
  .build() {
624
618
  }
625
619
 
@@ -631,7 +625,7 @@ class TagResourceCommand extends smithyClient.Command
631
625
  })
632
626
  .s("LicenseManagerLinuxSubscriptions", "TagResource", {})
633
627
  .n("LicenseManagerLinuxSubscriptionsClient", "TagResourceCommand")
634
- .sc(TagResource)
628
+ .sc(TagResource$)
635
629
  .build() {
636
630
  }
637
631
 
@@ -643,7 +637,7 @@ class UntagResourceCommand extends smithyClient.Command
643
637
  })
644
638
  .s("LicenseManagerLinuxSubscriptions", "UntagResource", {})
645
639
  .n("LicenseManagerLinuxSubscriptionsClient", "UntagResourceCommand")
646
- .sc(UntagResource)
640
+ .sc(UntagResource$)
647
641
  .build() {
648
642
  }
649
643
 
@@ -655,7 +649,7 @@ class UpdateServiceSettingsCommand extends smithyClient.Command
655
649
  })
656
650
  .s("LicenseManagerLinuxSubscriptions", "UpdateServiceSettings", {})
657
651
  .n("LicenseManagerLinuxSubscriptionsClient", "UpdateServiceSettingsCommand")
658
- .sc(UpdateServiceSettings)
652
+ .sc(UpdateServiceSettings$)
659
653
  .build() {
660
654
  }
661
655
 
@@ -718,30 +712,73 @@ Object.defineProperty(exports, "__Client", {
718
712
  enumerable: true,
719
713
  get: function () { return smithyClient.Client; }
720
714
  });
715
+ exports.DeregisterSubscriptionProvider$ = DeregisterSubscriptionProvider$;
721
716
  exports.DeregisterSubscriptionProviderCommand = DeregisterSubscriptionProviderCommand;
717
+ exports.DeregisterSubscriptionProviderRequest$ = DeregisterSubscriptionProviderRequest$;
718
+ exports.DeregisterSubscriptionProviderResponse$ = DeregisterSubscriptionProviderResponse$;
719
+ exports.Filter$ = Filter$;
720
+ exports.GetRegisteredSubscriptionProvider$ = GetRegisteredSubscriptionProvider$;
722
721
  exports.GetRegisteredSubscriptionProviderCommand = GetRegisteredSubscriptionProviderCommand;
722
+ exports.GetRegisteredSubscriptionProviderRequest$ = GetRegisteredSubscriptionProviderRequest$;
723
+ exports.GetRegisteredSubscriptionProviderResponse$ = GetRegisteredSubscriptionProviderResponse$;
724
+ exports.GetServiceSettings$ = GetServiceSettings$;
723
725
  exports.GetServiceSettingsCommand = GetServiceSettingsCommand;
724
- exports.InternalServerException = InternalServerException$1;
726
+ exports.GetServiceSettingsRequest$ = GetServiceSettingsRequest$;
727
+ exports.GetServiceSettingsResponse$ = GetServiceSettingsResponse$;
728
+ exports.Instance$ = Instance$;
729
+ exports.InternalServerException = InternalServerException;
730
+ exports.InternalServerException$ = InternalServerException$;
725
731
  exports.LicenseManagerLinuxSubscriptions = LicenseManagerLinuxSubscriptions;
726
732
  exports.LicenseManagerLinuxSubscriptionsClient = LicenseManagerLinuxSubscriptionsClient;
727
- exports.LicenseManagerLinuxSubscriptionsServiceException = LicenseManagerLinuxSubscriptionsServiceException$1;
733
+ exports.LicenseManagerLinuxSubscriptionsServiceException = LicenseManagerLinuxSubscriptionsServiceException;
734
+ exports.LicenseManagerLinuxSubscriptionsServiceException$ = LicenseManagerLinuxSubscriptionsServiceException$;
728
735
  exports.LinuxSubscriptionsDiscovery = LinuxSubscriptionsDiscovery;
736
+ exports.LinuxSubscriptionsDiscoverySettings$ = LinuxSubscriptionsDiscoverySettings$;
737
+ exports.ListLinuxSubscriptionInstances$ = ListLinuxSubscriptionInstances$;
729
738
  exports.ListLinuxSubscriptionInstancesCommand = ListLinuxSubscriptionInstancesCommand;
739
+ exports.ListLinuxSubscriptionInstancesRequest$ = ListLinuxSubscriptionInstancesRequest$;
740
+ exports.ListLinuxSubscriptionInstancesResponse$ = ListLinuxSubscriptionInstancesResponse$;
741
+ exports.ListLinuxSubscriptions$ = ListLinuxSubscriptions$;
730
742
  exports.ListLinuxSubscriptionsCommand = ListLinuxSubscriptionsCommand;
743
+ exports.ListLinuxSubscriptionsRequest$ = ListLinuxSubscriptionsRequest$;
744
+ exports.ListLinuxSubscriptionsResponse$ = ListLinuxSubscriptionsResponse$;
745
+ exports.ListRegisteredSubscriptionProviders$ = ListRegisteredSubscriptionProviders$;
731
746
  exports.ListRegisteredSubscriptionProvidersCommand = ListRegisteredSubscriptionProvidersCommand;
747
+ exports.ListRegisteredSubscriptionProvidersRequest$ = ListRegisteredSubscriptionProvidersRequest$;
748
+ exports.ListRegisteredSubscriptionProvidersResponse$ = ListRegisteredSubscriptionProvidersResponse$;
749
+ exports.ListTagsForResource$ = ListTagsForResource$;
732
750
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
751
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
752
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
733
753
  exports.Operator = Operator;
734
754
  exports.OrganizationIntegration = OrganizationIntegration;
755
+ exports.RegisterSubscriptionProvider$ = RegisterSubscriptionProvider$;
735
756
  exports.RegisterSubscriptionProviderCommand = RegisterSubscriptionProviderCommand;
736
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
757
+ exports.RegisterSubscriptionProviderRequest$ = RegisterSubscriptionProviderRequest$;
758
+ exports.RegisterSubscriptionProviderResponse$ = RegisterSubscriptionProviderResponse$;
759
+ exports.RegisteredSubscriptionProvider$ = RegisteredSubscriptionProvider$;
760
+ exports.ResourceNotFoundException = ResourceNotFoundException;
761
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
737
762
  exports.Status = Status;
763
+ exports.Subscription$ = Subscription$;
738
764
  exports.SubscriptionProviderSource = SubscriptionProviderSource;
739
765
  exports.SubscriptionProviderStatus = SubscriptionProviderStatus;
766
+ exports.TagResource$ = TagResource$;
740
767
  exports.TagResourceCommand = TagResourceCommand;
741
- exports.ThrottlingException = ThrottlingException$1;
768
+ exports.TagResourceRequest$ = TagResourceRequest$;
769
+ exports.TagResourceResponse$ = TagResourceResponse$;
770
+ exports.ThrottlingException = ThrottlingException;
771
+ exports.ThrottlingException$ = ThrottlingException$;
772
+ exports.UntagResource$ = UntagResource$;
742
773
  exports.UntagResourceCommand = UntagResourceCommand;
774
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
775
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
776
+ exports.UpdateServiceSettings$ = UpdateServiceSettings$;
743
777
  exports.UpdateServiceSettingsCommand = UpdateServiceSettingsCommand;
744
- exports.ValidationException = ValidationException$1;
778
+ exports.UpdateServiceSettingsRequest$ = UpdateServiceSettingsRequest$;
779
+ exports.UpdateServiceSettingsResponse$ = UpdateServiceSettingsResponse$;
780
+ exports.ValidationException = ValidationException;
781
+ exports.ValidationException$ = ValidationException$;
745
782
  exports.paginateListLinuxSubscriptionInstances = paginateListLinuxSubscriptionInstances;
746
783
  exports.paginateListLinuxSubscriptions = paginateListLinuxSubscriptions;
747
784
  exports.paginateListRegisteredSubscriptionProviders = paginateListRegisteredSubscriptionProviders;
@@ -26,8 +26,12 @@ const getRuntimeConfig = (config) => {
26
26
  },
27
27
  ],
28
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
- protocol: config?.protocol ??
30
- new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.licensemanagerlinuxsubscriptions" }),
29
+ protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
30
+ protocolSettings: config?.protocolSettings ?? {
31
+ defaultNamespace: "com.amazonaws.licensemanagerlinuxsubscriptions",
32
+ version: "2018-05-10",
33
+ serviceTarget: "LicenseManagerLinuxSubscriptions",
34
+ },
31
35
  serviceId: config?.serviceId ?? "License Manager Linux Subscriptions",
32
36
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
33
37
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeregisterSubscriptionProvider } from "../schemas/schemas_0";
4
+ import { DeregisterSubscriptionProvider$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeregisterSubscriptionProviderCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeregisterSubscriptionProviderCommand extends $Command
11
11
  })
12
12
  .s("LicenseManagerLinuxSubscriptions", "DeregisterSubscriptionProvider", {})
13
13
  .n("LicenseManagerLinuxSubscriptionsClient", "DeregisterSubscriptionProviderCommand")
14
- .sc(DeregisterSubscriptionProvider)
14
+ .sc(DeregisterSubscriptionProvider$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetRegisteredSubscriptionProvider } from "../schemas/schemas_0";
4
+ import { GetRegisteredSubscriptionProvider$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetRegisteredSubscriptionProviderCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetRegisteredSubscriptionProviderCommand extends $Command
11
11
  })
12
12
  .s("LicenseManagerLinuxSubscriptions", "GetRegisteredSubscriptionProvider", {})
13
13
  .n("LicenseManagerLinuxSubscriptionsClient", "GetRegisteredSubscriptionProviderCommand")
14
- .sc(GetRegisteredSubscriptionProvider)
14
+ .sc(GetRegisteredSubscriptionProvider$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetServiceSettings } from "../schemas/schemas_0";
4
+ import { GetServiceSettings$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetServiceSettingsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetServiceSettingsCommand extends $Command
11
11
  })
12
12
  .s("LicenseManagerLinuxSubscriptions", "GetServiceSettings", {})
13
13
  .n("LicenseManagerLinuxSubscriptionsClient", "GetServiceSettingsCommand")
14
- .sc(GetServiceSettings)
14
+ .sc(GetServiceSettings$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListLinuxSubscriptionInstances } from "../schemas/schemas_0";
4
+ import { ListLinuxSubscriptionInstances$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListLinuxSubscriptionInstancesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListLinuxSubscriptionInstancesCommand extends $Command
11
11
  })
12
12
  .s("LicenseManagerLinuxSubscriptions", "ListLinuxSubscriptionInstances", {})
13
13
  .n("LicenseManagerLinuxSubscriptionsClient", "ListLinuxSubscriptionInstancesCommand")
14
- .sc(ListLinuxSubscriptionInstances)
14
+ .sc(ListLinuxSubscriptionInstances$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListLinuxSubscriptions } from "../schemas/schemas_0";
4
+ import { ListLinuxSubscriptions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListLinuxSubscriptionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListLinuxSubscriptionsCommand extends $Command
11
11
  })
12
12
  .s("LicenseManagerLinuxSubscriptions", "ListLinuxSubscriptions", {})
13
13
  .n("LicenseManagerLinuxSubscriptionsClient", "ListLinuxSubscriptionsCommand")
14
- .sc(ListLinuxSubscriptions)
14
+ .sc(ListLinuxSubscriptions$)
15
15
  .build() {
16
16
  }