@aws-sdk/client-license-manager 3.926.0 → 3.928.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 (71) hide show
  1. package/dist-cjs/index.js +1791 -1777
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/LicenseManagerClient.js +2 -0
  4. package/dist-es/commands/AcceptGrantCommand.js +3 -9
  5. package/dist-es/commands/CheckInLicenseCommand.js +3 -9
  6. package/dist-es/commands/CheckoutBorrowLicenseCommand.js +3 -9
  7. package/dist-es/commands/CheckoutLicenseCommand.js +3 -9
  8. package/dist-es/commands/CreateGrantCommand.js +3 -9
  9. package/dist-es/commands/CreateGrantVersionCommand.js +3 -9
  10. package/dist-es/commands/CreateLicenseCommand.js +3 -9
  11. package/dist-es/commands/CreateLicenseConfigurationCommand.js +3 -9
  12. package/dist-es/commands/CreateLicenseConversionTaskForResourceCommand.js +3 -9
  13. package/dist-es/commands/CreateLicenseManagerReportGeneratorCommand.js +3 -9
  14. package/dist-es/commands/CreateLicenseVersionCommand.js +3 -9
  15. package/dist-es/commands/CreateTokenCommand.js +3 -9
  16. package/dist-es/commands/DeleteGrantCommand.js +3 -9
  17. package/dist-es/commands/DeleteLicenseCommand.js +3 -9
  18. package/dist-es/commands/DeleteLicenseConfigurationCommand.js +3 -9
  19. package/dist-es/commands/DeleteLicenseManagerReportGeneratorCommand.js +3 -9
  20. package/dist-es/commands/DeleteTokenCommand.js +3 -9
  21. package/dist-es/commands/ExtendLicenseConsumptionCommand.js +3 -9
  22. package/dist-es/commands/GetAccessTokenCommand.js +3 -9
  23. package/dist-es/commands/GetGrantCommand.js +3 -9
  24. package/dist-es/commands/GetLicenseCommand.js +3 -9
  25. package/dist-es/commands/GetLicenseConfigurationCommand.js +3 -9
  26. package/dist-es/commands/GetLicenseConversionTaskCommand.js +3 -9
  27. package/dist-es/commands/GetLicenseManagerReportGeneratorCommand.js +3 -9
  28. package/dist-es/commands/GetLicenseUsageCommand.js +3 -9
  29. package/dist-es/commands/GetServiceSettingsCommand.js +3 -9
  30. package/dist-es/commands/ListAssociationsForLicenseConfigurationCommand.js +3 -9
  31. package/dist-es/commands/ListDistributedGrantsCommand.js +3 -9
  32. package/dist-es/commands/ListFailuresForLicenseConfigurationOperationsCommand.js +3 -9
  33. package/dist-es/commands/ListLicenseConfigurationsCommand.js +3 -9
  34. package/dist-es/commands/ListLicenseConversionTasksCommand.js +3 -9
  35. package/dist-es/commands/ListLicenseManagerReportGeneratorsCommand.js +3 -9
  36. package/dist-es/commands/ListLicenseSpecificationsForResourceCommand.js +3 -9
  37. package/dist-es/commands/ListLicenseVersionsCommand.js +3 -9
  38. package/dist-es/commands/ListLicensesCommand.js +3 -9
  39. package/dist-es/commands/ListReceivedGrantsCommand.js +3 -9
  40. package/dist-es/commands/ListReceivedGrantsForOrganizationCommand.js +3 -9
  41. package/dist-es/commands/ListReceivedLicensesCommand.js +3 -9
  42. package/dist-es/commands/ListReceivedLicensesForOrganizationCommand.js +3 -9
  43. package/dist-es/commands/ListResourceInventoryCommand.js +3 -9
  44. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  45. package/dist-es/commands/ListTokensCommand.js +3 -9
  46. package/dist-es/commands/ListUsageForLicenseConfigurationCommand.js +3 -9
  47. package/dist-es/commands/RejectGrantCommand.js +3 -9
  48. package/dist-es/commands/TagResourceCommand.js +3 -9
  49. package/dist-es/commands/UntagResourceCommand.js +3 -9
  50. package/dist-es/commands/UpdateLicenseConfigurationCommand.js +3 -9
  51. package/dist-es/commands/UpdateLicenseManagerReportGeneratorCommand.js +3 -9
  52. package/dist-es/commands/UpdateLicenseSpecificationsForResourceCommand.js +3 -9
  53. package/dist-es/commands/UpdateServiceSettingsCommand.js +3 -9
  54. package/dist-es/runtimeConfig.shared.js +7 -0
  55. package/dist-es/schemas/schemas_0.js +1646 -0
  56. package/dist-types/LicenseManagerClient.d.ts +10 -1
  57. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  58. package/dist-types/runtimeConfig.d.ts +1 -0
  59. package/dist-types/runtimeConfig.native.d.ts +1 -0
  60. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  61. package/dist-types/schemas/schemas_0.d.ts +242 -0
  62. package/dist-types/ts3.4/LicenseManagerClient.d.ts +4 -0
  63. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  64. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  66. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  67. package/dist-types/ts3.4/schemas/schemas_0.d.ts +247 -0
  68. package/package.json +5 -5
  69. package/dist-es/protocols/Aws_json1_1.js +0 -1380
  70. package/dist-types/protocols/Aws_json1_1.d.ts +0 -452
  71. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -605
package/dist-cjs/index.js CHANGED
@@ -6,6 +6,7 @@ var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detect
6
6
  var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
7
7
  var configResolver = require('@smithy/config-resolver');
8
8
  var core = require('@smithy/core');
9
+ var schema = require('@smithy/core/schema');
9
10
  var middlewareContentLength = require('@smithy/middleware-content-length');
10
11
  var middlewareEndpoint = require('@smithy/middleware-endpoint');
11
12
  var middlewareRetry = require('@smithy/middleware-retry');
@@ -14,8 +15,6 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
14
15
  var runtimeConfig = require('./runtimeConfig');
15
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
16
17
  var protocolHttp = require('@smithy/protocol-http');
17
- var middlewareSerde = require('@smithy/middleware-serde');
18
- var core$1 = require('@aws-sdk/core');
19
18
 
20
19
  const resolveClientEndpointParameters = (options) => {
21
20
  return Object.assign(options, {
@@ -91,6 +90,7 @@ class LicenseManagerClient extends smithyClient.Client {
91
90
  const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
92
91
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
93
92
  this.config = _config_8;
93
+ this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
94
94
  this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
95
95
  this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
96
96
  this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
@@ -110,12 +110,12 @@ class LicenseManagerClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- class LicenseManagerServiceException extends smithyClient.ServiceException {
113
+ let LicenseManagerServiceException$1 = class LicenseManagerServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, LicenseManagerServiceException.prototype);
117
117
  }
118
- }
118
+ };
119
119
 
120
120
  const GrantStatus = {
121
121
  ACTIVE: "ACTIVE",
@@ -128,7 +128,7 @@ const GrantStatus = {
128
128
  REJECTED: "REJECTED",
129
129
  WORKFLOW_COMPLETED: "WORKFLOW_COMPLETED",
130
130
  };
131
- class AccessDeniedException extends LicenseManagerServiceException {
131
+ let AccessDeniedException$1 = class AccessDeniedException extends LicenseManagerServiceException$1 {
132
132
  name = "AccessDeniedException";
133
133
  $fault = "client";
134
134
  Message;
@@ -141,8 +141,8 @@ class AccessDeniedException extends LicenseManagerServiceException {
141
141
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
142
142
  this.Message = opts.Message;
143
143
  }
144
- }
145
- class AuthorizationException extends LicenseManagerServiceException {
144
+ };
145
+ let AuthorizationException$1 = class AuthorizationException extends LicenseManagerServiceException$1 {
146
146
  name = "AuthorizationException";
147
147
  $fault = "client";
148
148
  Message;
@@ -155,8 +155,8 @@ class AuthorizationException extends LicenseManagerServiceException {
155
155
  Object.setPrototypeOf(this, AuthorizationException.prototype);
156
156
  this.Message = opts.Message;
157
157
  }
158
- }
159
- class InvalidParameterValueException extends LicenseManagerServiceException {
158
+ };
159
+ let InvalidParameterValueException$1 = class InvalidParameterValueException extends LicenseManagerServiceException$1 {
160
160
  name = "InvalidParameterValueException";
161
161
  $fault = "client";
162
162
  Message;
@@ -169,8 +169,8 @@ class InvalidParameterValueException extends LicenseManagerServiceException {
169
169
  Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
170
170
  this.Message = opts.Message;
171
171
  }
172
- }
173
- class RateLimitExceededException extends LicenseManagerServiceException {
172
+ };
173
+ let RateLimitExceededException$1 = class RateLimitExceededException extends LicenseManagerServiceException$1 {
174
174
  name = "RateLimitExceededException";
175
175
  $fault = "client";
176
176
  Message;
@@ -183,8 +183,8 @@ class RateLimitExceededException extends LicenseManagerServiceException {
183
183
  Object.setPrototypeOf(this, RateLimitExceededException.prototype);
184
184
  this.Message = opts.Message;
185
185
  }
186
- }
187
- class ResourceLimitExceededException extends LicenseManagerServiceException {
186
+ };
187
+ let ResourceLimitExceededException$1 = class ResourceLimitExceededException extends LicenseManagerServiceException$1 {
188
188
  name = "ResourceLimitExceededException";
189
189
  $fault = "client";
190
190
  Message;
@@ -197,8 +197,8 @@ class ResourceLimitExceededException extends LicenseManagerServiceException {
197
197
  Object.setPrototypeOf(this, ResourceLimitExceededException.prototype);
198
198
  this.Message = opts.Message;
199
199
  }
200
- }
201
- class ServerInternalException extends LicenseManagerServiceException {
200
+ };
201
+ let ServerInternalException$1 = class ServerInternalException extends LicenseManagerServiceException$1 {
202
202
  name = "ServerInternalException";
203
203
  $fault = "server";
204
204
  Message;
@@ -211,8 +211,8 @@ class ServerInternalException extends LicenseManagerServiceException {
211
211
  Object.setPrototypeOf(this, ServerInternalException.prototype);
212
212
  this.Message = opts.Message;
213
213
  }
214
- }
215
- class ValidationException extends LicenseManagerServiceException {
214
+ };
215
+ let ValidationException$1 = class ValidationException extends LicenseManagerServiceException$1 {
216
216
  name = "ValidationException";
217
217
  $fault = "client";
218
218
  Message;
@@ -225,7 +225,7 @@ class ValidationException extends LicenseManagerServiceException {
225
225
  Object.setPrototypeOf(this, ValidationException.prototype);
226
226
  this.Message = opts.Message;
227
227
  }
228
- }
228
+ };
229
229
  const ActivationOverrideBehavior = {
230
230
  ALL_GRANTS_PERMITTED_BY_ISSUER: "ALL_GRANTS_PERMITTED_BY_ISSUER",
231
231
  DISTRIBUTED_GRANTS_ONLY: "DISTRIBUTED_GRANTS_ONLY",
@@ -239,7 +239,7 @@ const AllowedOperation = {
239
239
  EXTEND_CONSUMPTION_LICENSE: "ExtendConsumptionLicense",
240
240
  LIST_PURCHASED_LICENSES: "ListPurchasedLicenses",
241
241
  };
242
- class ConflictException extends LicenseManagerServiceException {
242
+ let ConflictException$1 = class ConflictException extends LicenseManagerServiceException$1 {
243
243
  name = "ConflictException";
244
244
  $fault = "client";
245
245
  Message;
@@ -252,8 +252,8 @@ class ConflictException extends LicenseManagerServiceException {
252
252
  Object.setPrototypeOf(this, ConflictException.prototype);
253
253
  this.Message = opts.Message;
254
254
  }
255
- }
256
- class ResourceNotFoundException extends LicenseManagerServiceException {
255
+ };
256
+ let ResourceNotFoundException$1 = class ResourceNotFoundException extends LicenseManagerServiceException$1 {
257
257
  name = "ResourceNotFoundException";
258
258
  $fault = "client";
259
259
  Message;
@@ -266,7 +266,7 @@ class ResourceNotFoundException extends LicenseManagerServiceException {
266
266
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
267
267
  this.Message = opts.Message;
268
268
  }
269
- }
269
+ };
270
270
  const DigitalSignatureMethod = {
271
271
  JWT_PS384: "JWT_PS384",
272
272
  };
@@ -299,7 +299,7 @@ const EntitlementDataUnit = {
299
299
  TERABYTES: "Terabytes",
300
300
  TERABYTES_PER_SECOND: "Terabytes/Second",
301
301
  };
302
- class EntitlementNotAllowedException extends LicenseManagerServiceException {
302
+ let EntitlementNotAllowedException$1 = class EntitlementNotAllowedException extends LicenseManagerServiceException$1 {
303
303
  name = "EntitlementNotAllowedException";
304
304
  $fault = "client";
305
305
  Message;
@@ -312,8 +312,8 @@ class EntitlementNotAllowedException extends LicenseManagerServiceException {
312
312
  Object.setPrototypeOf(this, EntitlementNotAllowedException.prototype);
313
313
  this.Message = opts.Message;
314
314
  }
315
- }
316
- class NoEntitlementsAllowedException extends LicenseManagerServiceException {
315
+ };
316
+ let NoEntitlementsAllowedException$1 = class NoEntitlementsAllowedException extends LicenseManagerServiceException$1 {
317
317
  name = "NoEntitlementsAllowedException";
318
318
  $fault = "client";
319
319
  Message;
@@ -326,8 +326,8 @@ class NoEntitlementsAllowedException extends LicenseManagerServiceException {
326
326
  Object.setPrototypeOf(this, NoEntitlementsAllowedException.prototype);
327
327
  this.Message = opts.Message;
328
328
  }
329
- }
330
- class RedirectException extends LicenseManagerServiceException {
329
+ };
330
+ let RedirectException$1 = class RedirectException extends LicenseManagerServiceException$1 {
331
331
  name = "RedirectException";
332
332
  $fault = "client";
333
333
  Location;
@@ -342,8 +342,8 @@ class RedirectException extends LicenseManagerServiceException {
342
342
  this.Location = opts.Location;
343
343
  this.Message = opts.Message;
344
344
  }
345
- }
346
- class UnsupportedDigitalSignatureMethodException extends LicenseManagerServiceException {
345
+ };
346
+ let UnsupportedDigitalSignatureMethodException$1 = class UnsupportedDigitalSignatureMethodException extends LicenseManagerServiceException$1 {
347
347
  name = "UnsupportedDigitalSignatureMethodException";
348
348
  $fault = "client";
349
349
  Message;
@@ -356,7 +356,7 @@ class UnsupportedDigitalSignatureMethodException extends LicenseManagerServiceEx
356
356
  Object.setPrototypeOf(this, UnsupportedDigitalSignatureMethodException.prototype);
357
357
  this.Message = opts.Message;
358
358
  }
359
- }
359
+ };
360
360
  const CheckoutType = {
361
361
  PERPETUAL: "PERPETUAL",
362
362
  PROVISIONAL: "PROVISIONAL",
@@ -441,7 +441,7 @@ const LicenseConversionTaskStatus = {
441
441
  IN_PROGRESS: "IN_PROGRESS",
442
442
  SUCCEEDED: "SUCCEEDED",
443
443
  };
444
- class FilterLimitExceededException extends LicenseManagerServiceException {
444
+ let FilterLimitExceededException$1 = class FilterLimitExceededException extends LicenseManagerServiceException$1 {
445
445
  name = "FilterLimitExceededException";
446
446
  $fault = "client";
447
447
  Message;
@@ -454,7 +454,7 @@ class FilterLimitExceededException extends LicenseManagerServiceException {
454
454
  Object.setPrototypeOf(this, FilterLimitExceededException.prototype);
455
455
  this.Message = opts.Message;
456
456
  }
457
- }
457
+ };
458
458
  const ReceivedStatus = {
459
459
  ACTIVE: "ACTIVE",
460
460
  DELETED: "DELETED",
@@ -465,7 +465,7 @@ const ReceivedStatus = {
465
465
  REJECTED: "REJECTED",
466
466
  WORKFLOW_COMPLETED: "WORKFLOW_COMPLETED",
467
467
  };
468
- class FailedDependencyException extends LicenseManagerServiceException {
468
+ let FailedDependencyException$1 = class FailedDependencyException extends LicenseManagerServiceException$1 {
469
469
  name = "FailedDependencyException";
470
470
  $fault = "client";
471
471
  Message;
@@ -480,7 +480,7 @@ class FailedDependencyException extends LicenseManagerServiceException {
480
480
  this.Message = opts.Message;
481
481
  this.ErrorCode = opts.ErrorCode;
482
482
  }
483
- }
483
+ };
484
484
  const InventoryFilterCondition = {
485
485
  BEGINS_WITH: "BEGINS_WITH",
486
486
  CONTAINS: "CONTAINS",
@@ -491,7 +491,7 @@ const LicenseConfigurationStatus = {
491
491
  AVAILABLE: "AVAILABLE",
492
492
  DISABLED: "DISABLED",
493
493
  };
494
- class InvalidResourceStateException extends LicenseManagerServiceException {
494
+ let InvalidResourceStateException$1 = class InvalidResourceStateException extends LicenseManagerServiceException$1 {
495
495
  name = "InvalidResourceStateException";
496
496
  $fault = "client";
497
497
  Message;
@@ -504,8 +504,8 @@ class InvalidResourceStateException extends LicenseManagerServiceException {
504
504
  Object.setPrototypeOf(this, InvalidResourceStateException.prototype);
505
505
  this.Message = opts.Message;
506
506
  }
507
- }
508
- class LicenseUsageException extends LicenseManagerServiceException {
507
+ };
508
+ let LicenseUsageException$1 = class LicenseUsageException extends LicenseManagerServiceException$1 {
509
509
  name = "LicenseUsageException";
510
510
  $fault = "client";
511
511
  Message;
@@ -518,1394 +518,1653 @@ class LicenseUsageException extends LicenseManagerServiceException {
518
518
  Object.setPrototypeOf(this, LicenseUsageException.prototype);
519
519
  this.Message = opts.Message;
520
520
  }
521
- }
522
-
523
- const se_AcceptGrantCommand = async (input, context) => {
524
- const headers = sharedHeaders("AcceptGrant");
525
- let body;
526
- body = JSON.stringify(smithyClient._json(input));
527
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
528
- };
529
- const se_CheckInLicenseCommand = async (input, context) => {
530
- const headers = sharedHeaders("CheckInLicense");
531
- let body;
532
- body = JSON.stringify(smithyClient._json(input));
533
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
534
- };
535
- const se_CheckoutBorrowLicenseCommand = async (input, context) => {
536
- const headers = sharedHeaders("CheckoutBorrowLicense");
537
- let body;
538
- body = JSON.stringify(smithyClient._json(input));
539
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
540
- };
541
- const se_CheckoutLicenseCommand = async (input, context) => {
542
- const headers = sharedHeaders("CheckoutLicense");
543
- let body;
544
- body = JSON.stringify(smithyClient._json(input));
545
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
546
- };
547
- const se_CreateGrantCommand = async (input, context) => {
548
- const headers = sharedHeaders("CreateGrant");
549
- let body;
550
- body = JSON.stringify(smithyClient._json(input));
551
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
552
- };
553
- const se_CreateGrantVersionCommand = async (input, context) => {
554
- const headers = sharedHeaders("CreateGrantVersion");
555
- let body;
556
- body = JSON.stringify(smithyClient._json(input));
557
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
558
- };
559
- const se_CreateLicenseCommand = async (input, context) => {
560
- const headers = sharedHeaders("CreateLicense");
561
- let body;
562
- body = JSON.stringify(smithyClient._json(input));
563
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
564
- };
565
- const se_CreateLicenseConfigurationCommand = async (input, context) => {
566
- const headers = sharedHeaders("CreateLicenseConfiguration");
567
- let body;
568
- body = JSON.stringify(smithyClient._json(input));
569
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
570
- };
571
- const se_CreateLicenseConversionTaskForResourceCommand = async (input, context) => {
572
- const headers = sharedHeaders("CreateLicenseConversionTaskForResource");
573
- let body;
574
- body = JSON.stringify(smithyClient._json(input));
575
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
576
- };
577
- const se_CreateLicenseManagerReportGeneratorCommand = async (input, context) => {
578
- const headers = sharedHeaders("CreateLicenseManagerReportGenerator");
579
- let body;
580
- body = JSON.stringify(smithyClient._json(input));
581
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
582
- };
583
- const se_CreateLicenseVersionCommand = async (input, context) => {
584
- const headers = sharedHeaders("CreateLicenseVersion");
585
- let body;
586
- body = JSON.stringify(smithyClient._json(input));
587
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
588
- };
589
- const se_CreateTokenCommand = async (input, context) => {
590
- const headers = sharedHeaders("CreateToken");
591
- let body;
592
- body = JSON.stringify(smithyClient._json(input));
593
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
594
- };
595
- const se_DeleteGrantCommand = async (input, context) => {
596
- const headers = sharedHeaders("DeleteGrant");
597
- let body;
598
- body = JSON.stringify(smithyClient._json(input));
599
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
600
- };
601
- const se_DeleteLicenseCommand = async (input, context) => {
602
- const headers = sharedHeaders("DeleteLicense");
603
- let body;
604
- body = JSON.stringify(smithyClient._json(input));
605
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
606
- };
607
- const se_DeleteLicenseConfigurationCommand = async (input, context) => {
608
- const headers = sharedHeaders("DeleteLicenseConfiguration");
609
- let body;
610
- body = JSON.stringify(smithyClient._json(input));
611
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
612
- };
613
- const se_DeleteLicenseManagerReportGeneratorCommand = async (input, context) => {
614
- const headers = sharedHeaders("DeleteLicenseManagerReportGenerator");
615
- let body;
616
- body = JSON.stringify(smithyClient._json(input));
617
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
618
- };
619
- const se_DeleteTokenCommand = async (input, context) => {
620
- const headers = sharedHeaders("DeleteToken");
621
- let body;
622
- body = JSON.stringify(smithyClient._json(input));
623
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
624
- };
625
- const se_ExtendLicenseConsumptionCommand = async (input, context) => {
626
- const headers = sharedHeaders("ExtendLicenseConsumption");
627
- let body;
628
- body = JSON.stringify(smithyClient._json(input));
629
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
630
- };
631
- const se_GetAccessTokenCommand = async (input, context) => {
632
- const headers = sharedHeaders("GetAccessToken");
633
- let body;
634
- body = JSON.stringify(smithyClient._json(input));
635
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
636
- };
637
- const se_GetGrantCommand = async (input, context) => {
638
- const headers = sharedHeaders("GetGrant");
639
- let body;
640
- body = JSON.stringify(smithyClient._json(input));
641
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
642
- };
643
- const se_GetLicenseCommand = async (input, context) => {
644
- const headers = sharedHeaders("GetLicense");
645
- let body;
646
- body = JSON.stringify(smithyClient._json(input));
647
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
648
- };
649
- const se_GetLicenseConfigurationCommand = async (input, context) => {
650
- const headers = sharedHeaders("GetLicenseConfiguration");
651
- let body;
652
- body = JSON.stringify(smithyClient._json(input));
653
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
654
- };
655
- const se_GetLicenseConversionTaskCommand = async (input, context) => {
656
- const headers = sharedHeaders("GetLicenseConversionTask");
657
- let body;
658
- body = JSON.stringify(smithyClient._json(input));
659
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
660
- };
661
- const se_GetLicenseManagerReportGeneratorCommand = async (input, context) => {
662
- const headers = sharedHeaders("GetLicenseManagerReportGenerator");
663
- let body;
664
- body = JSON.stringify(smithyClient._json(input));
665
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
666
- };
667
- const se_GetLicenseUsageCommand = async (input, context) => {
668
- const headers = sharedHeaders("GetLicenseUsage");
669
- let body;
670
- body = JSON.stringify(smithyClient._json(input));
671
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
672
- };
673
- const se_GetServiceSettingsCommand = async (input, context) => {
674
- const headers = sharedHeaders("GetServiceSettings");
675
- let body;
676
- body = JSON.stringify(smithyClient._json(input));
677
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
678
- };
679
- const se_ListAssociationsForLicenseConfigurationCommand = async (input, context) => {
680
- const headers = sharedHeaders("ListAssociationsForLicenseConfiguration");
681
- let body;
682
- body = JSON.stringify(smithyClient._json(input));
683
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
684
- };
685
- const se_ListDistributedGrantsCommand = async (input, context) => {
686
- const headers = sharedHeaders("ListDistributedGrants");
687
- let body;
688
- body = JSON.stringify(smithyClient._json(input));
689
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
690
- };
691
- const se_ListFailuresForLicenseConfigurationOperationsCommand = async (input, context) => {
692
- const headers = sharedHeaders("ListFailuresForLicenseConfigurationOperations");
693
- let body;
694
- body = JSON.stringify(smithyClient._json(input));
695
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
696
- };
697
- const se_ListLicenseConfigurationsCommand = async (input, context) => {
698
- const headers = sharedHeaders("ListLicenseConfigurations");
699
- let body;
700
- body = JSON.stringify(smithyClient._json(input));
701
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
702
- };
703
- const se_ListLicenseConversionTasksCommand = async (input, context) => {
704
- const headers = sharedHeaders("ListLicenseConversionTasks");
705
- let body;
706
- body = JSON.stringify(smithyClient._json(input));
707
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
708
- };
709
- const se_ListLicenseManagerReportGeneratorsCommand = async (input, context) => {
710
- const headers = sharedHeaders("ListLicenseManagerReportGenerators");
711
- let body;
712
- body = JSON.stringify(smithyClient._json(input));
713
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
714
- };
715
- const se_ListLicensesCommand = async (input, context) => {
716
- const headers = sharedHeaders("ListLicenses");
717
- let body;
718
- body = JSON.stringify(smithyClient._json(input));
719
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
720
- };
721
- const se_ListLicenseSpecificationsForResourceCommand = async (input, context) => {
722
- const headers = sharedHeaders("ListLicenseSpecificationsForResource");
723
- let body;
724
- body = JSON.stringify(smithyClient._json(input));
725
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
726
- };
727
- const se_ListLicenseVersionsCommand = async (input, context) => {
728
- const headers = sharedHeaders("ListLicenseVersions");
729
- let body;
730
- body = JSON.stringify(smithyClient._json(input));
731
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
732
- };
733
- const se_ListReceivedGrantsCommand = async (input, context) => {
734
- const headers = sharedHeaders("ListReceivedGrants");
735
- let body;
736
- body = JSON.stringify(smithyClient._json(input));
737
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
738
- };
739
- const se_ListReceivedGrantsForOrganizationCommand = async (input, context) => {
740
- const headers = sharedHeaders("ListReceivedGrantsForOrganization");
741
- let body;
742
- body = JSON.stringify(smithyClient._json(input));
743
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
744
- };
745
- const se_ListReceivedLicensesCommand = async (input, context) => {
746
- const headers = sharedHeaders("ListReceivedLicenses");
747
- let body;
748
- body = JSON.stringify(smithyClient._json(input));
749
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
750
- };
751
- const se_ListReceivedLicensesForOrganizationCommand = async (input, context) => {
752
- const headers = sharedHeaders("ListReceivedLicensesForOrganization");
753
- let body;
754
- body = JSON.stringify(smithyClient._json(input));
755
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
756
- };
757
- const se_ListResourceInventoryCommand = async (input, context) => {
758
- const headers = sharedHeaders("ListResourceInventory");
759
- let body;
760
- body = JSON.stringify(smithyClient._json(input));
761
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
762
- };
763
- const se_ListTagsForResourceCommand = async (input, context) => {
764
- const headers = sharedHeaders("ListTagsForResource");
765
- let body;
766
- body = JSON.stringify(smithyClient._json(input));
767
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
768
- };
769
- const se_ListTokensCommand = async (input, context) => {
770
- const headers = sharedHeaders("ListTokens");
771
- let body;
772
- body = JSON.stringify(smithyClient._json(input));
773
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
774
- };
775
- const se_ListUsageForLicenseConfigurationCommand = async (input, context) => {
776
- const headers = sharedHeaders("ListUsageForLicenseConfiguration");
777
- let body;
778
- body = JSON.stringify(smithyClient._json(input));
779
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
780
- };
781
- const se_RejectGrantCommand = async (input, context) => {
782
- const headers = sharedHeaders("RejectGrant");
783
- let body;
784
- body = JSON.stringify(smithyClient._json(input));
785
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
786
- };
787
- const se_TagResourceCommand = async (input, context) => {
788
- const headers = sharedHeaders("TagResource");
789
- let body;
790
- body = JSON.stringify(smithyClient._json(input));
791
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
792
- };
793
- const se_UntagResourceCommand = async (input, context) => {
794
- const headers = sharedHeaders("UntagResource");
795
- let body;
796
- body = JSON.stringify(smithyClient._json(input));
797
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
798
- };
799
- const se_UpdateLicenseConfigurationCommand = async (input, context) => {
800
- const headers = sharedHeaders("UpdateLicenseConfiguration");
801
- let body;
802
- body = JSON.stringify(smithyClient._json(input));
803
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
804
- };
805
- const se_UpdateLicenseManagerReportGeneratorCommand = async (input, context) => {
806
- const headers = sharedHeaders("UpdateLicenseManagerReportGenerator");
807
- let body;
808
- body = JSON.stringify(smithyClient._json(input));
809
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
810
- };
811
- const se_UpdateLicenseSpecificationsForResourceCommand = async (input, context) => {
812
- const headers = sharedHeaders("UpdateLicenseSpecificationsForResource");
813
- let body;
814
- body = JSON.stringify(smithyClient._json(input));
815
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
816
- };
817
- const se_UpdateServiceSettingsCommand = async (input, context) => {
818
- const headers = sharedHeaders("UpdateServiceSettings");
819
- let body;
820
- body = JSON.stringify(smithyClient._json(input));
821
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
822
- };
823
- const de_AcceptGrantCommand = async (output, context) => {
824
- if (output.statusCode >= 300) {
825
- return de_CommandError(output, context);
826
- }
827
- const data = await core$1.parseJsonBody(output.body, context);
828
- let contents = {};
829
- contents = smithyClient._json(data);
830
- const response = {
831
- $metadata: deserializeMetadata(output),
832
- ...contents,
833
- };
834
- return response;
835
- };
836
- const de_CheckInLicenseCommand = async (output, context) => {
837
- if (output.statusCode >= 300) {
838
- return de_CommandError(output, context);
839
- }
840
- const data = await core$1.parseJsonBody(output.body, context);
841
- let contents = {};
842
- contents = smithyClient._json(data);
843
- const response = {
844
- $metadata: deserializeMetadata(output),
845
- ...contents,
846
- };
847
- return response;
848
- };
849
- const de_CheckoutBorrowLicenseCommand = async (output, context) => {
850
- if (output.statusCode >= 300) {
851
- return de_CommandError(output, context);
852
- }
853
- const data = await core$1.parseJsonBody(output.body, context);
854
- let contents = {};
855
- contents = smithyClient._json(data);
856
- const response = {
857
- $metadata: deserializeMetadata(output),
858
- ...contents,
859
- };
860
- return response;
861
- };
862
- const de_CheckoutLicenseCommand = async (output, context) => {
863
- if (output.statusCode >= 300) {
864
- return de_CommandError(output, context);
865
- }
866
- const data = await core$1.parseJsonBody(output.body, context);
867
- let contents = {};
868
- contents = smithyClient._json(data);
869
- const response = {
870
- $metadata: deserializeMetadata(output),
871
- ...contents,
872
- };
873
- return response;
874
- };
875
- const de_CreateGrantCommand = async (output, context) => {
876
- if (output.statusCode >= 300) {
877
- return de_CommandError(output, context);
878
- }
879
- const data = await core$1.parseJsonBody(output.body, context);
880
- let contents = {};
881
- contents = smithyClient._json(data);
882
- const response = {
883
- $metadata: deserializeMetadata(output),
884
- ...contents,
885
- };
886
- return response;
887
- };
888
- const de_CreateGrantVersionCommand = async (output, context) => {
889
- if (output.statusCode >= 300) {
890
- return de_CommandError(output, context);
891
- }
892
- const data = await core$1.parseJsonBody(output.body, context);
893
- let contents = {};
894
- contents = smithyClient._json(data);
895
- const response = {
896
- $metadata: deserializeMetadata(output),
897
- ...contents,
898
- };
899
- return response;
900
- };
901
- const de_CreateLicenseCommand = async (output, context) => {
902
- if (output.statusCode >= 300) {
903
- return de_CommandError(output, context);
904
- }
905
- const data = await core$1.parseJsonBody(output.body, context);
906
- let contents = {};
907
- contents = smithyClient._json(data);
908
- const response = {
909
- $metadata: deserializeMetadata(output),
910
- ...contents,
911
- };
912
- return response;
913
- };
914
- const de_CreateLicenseConfigurationCommand = async (output, context) => {
915
- if (output.statusCode >= 300) {
916
- return de_CommandError(output, context);
917
- }
918
- const data = await core$1.parseJsonBody(output.body, context);
919
- let contents = {};
920
- contents = smithyClient._json(data);
921
- const response = {
922
- $metadata: deserializeMetadata(output),
923
- ...contents,
924
- };
925
- return response;
926
- };
927
- const de_CreateLicenseConversionTaskForResourceCommand = async (output, context) => {
928
- if (output.statusCode >= 300) {
929
- return de_CommandError(output, context);
930
- }
931
- const data = await core$1.parseJsonBody(output.body, context);
932
- let contents = {};
933
- contents = smithyClient._json(data);
934
- const response = {
935
- $metadata: deserializeMetadata(output),
936
- ...contents,
937
- };
938
- return response;
939
- };
940
- const de_CreateLicenseManagerReportGeneratorCommand = async (output, context) => {
941
- if (output.statusCode >= 300) {
942
- return de_CommandError(output, context);
943
- }
944
- const data = await core$1.parseJsonBody(output.body, context);
945
- let contents = {};
946
- contents = smithyClient._json(data);
947
- const response = {
948
- $metadata: deserializeMetadata(output),
949
- ...contents,
950
- };
951
- return response;
952
- };
953
- const de_CreateLicenseVersionCommand = async (output, context) => {
954
- if (output.statusCode >= 300) {
955
- return de_CommandError(output, context);
956
- }
957
- const data = await core$1.parseJsonBody(output.body, context);
958
- let contents = {};
959
- contents = smithyClient._json(data);
960
- const response = {
961
- $metadata: deserializeMetadata(output),
962
- ...contents,
963
- };
964
- return response;
965
- };
966
- const de_CreateTokenCommand = async (output, context) => {
967
- if (output.statusCode >= 300) {
968
- return de_CommandError(output, context);
969
- }
970
- const data = await core$1.parseJsonBody(output.body, context);
971
- let contents = {};
972
- contents = smithyClient._json(data);
973
- const response = {
974
- $metadata: deserializeMetadata(output),
975
- ...contents,
976
- };
977
- return response;
978
- };
979
- const de_DeleteGrantCommand = async (output, context) => {
980
- if (output.statusCode >= 300) {
981
- return de_CommandError(output, context);
982
- }
983
- const data = await core$1.parseJsonBody(output.body, context);
984
- let contents = {};
985
- contents = smithyClient._json(data);
986
- const response = {
987
- $metadata: deserializeMetadata(output),
988
- ...contents,
989
- };
990
- return response;
991
- };
992
- const de_DeleteLicenseCommand = async (output, context) => {
993
- if (output.statusCode >= 300) {
994
- return de_CommandError(output, context);
995
- }
996
- const data = await core$1.parseJsonBody(output.body, context);
997
- let contents = {};
998
- contents = smithyClient._json(data);
999
- const response = {
1000
- $metadata: deserializeMetadata(output),
1001
- ...contents,
1002
- };
1003
- return response;
1004
- };
1005
- const de_DeleteLicenseConfigurationCommand = async (output, context) => {
1006
- if (output.statusCode >= 300) {
1007
- return de_CommandError(output, context);
1008
- }
1009
- const data = await core$1.parseJsonBody(output.body, context);
1010
- let contents = {};
1011
- contents = smithyClient._json(data);
1012
- const response = {
1013
- $metadata: deserializeMetadata(output),
1014
- ...contents,
1015
- };
1016
- return response;
1017
- };
1018
- const de_DeleteLicenseManagerReportGeneratorCommand = async (output, context) => {
1019
- if (output.statusCode >= 300) {
1020
- return de_CommandError(output, context);
1021
- }
1022
- const data = await core$1.parseJsonBody(output.body, context);
1023
- let contents = {};
1024
- contents = smithyClient._json(data);
1025
- const response = {
1026
- $metadata: deserializeMetadata(output),
1027
- ...contents,
1028
- };
1029
- return response;
1030
- };
1031
- const de_DeleteTokenCommand = async (output, context) => {
1032
- if (output.statusCode >= 300) {
1033
- return de_CommandError(output, context);
1034
- }
1035
- const data = await core$1.parseJsonBody(output.body, context);
1036
- let contents = {};
1037
- contents = smithyClient._json(data);
1038
- const response = {
1039
- $metadata: deserializeMetadata(output),
1040
- ...contents,
1041
- };
1042
- return response;
1043
- };
1044
- const de_ExtendLicenseConsumptionCommand = async (output, context) => {
1045
- if (output.statusCode >= 300) {
1046
- return de_CommandError(output, context);
1047
- }
1048
- const data = await core$1.parseJsonBody(output.body, context);
1049
- let contents = {};
1050
- contents = smithyClient._json(data);
1051
- const response = {
1052
- $metadata: deserializeMetadata(output),
1053
- ...contents,
1054
- };
1055
- return response;
1056
- };
1057
- const de_GetAccessTokenCommand = async (output, context) => {
1058
- if (output.statusCode >= 300) {
1059
- return de_CommandError(output, context);
1060
- }
1061
- const data = await core$1.parseJsonBody(output.body, context);
1062
- let contents = {};
1063
- contents = smithyClient._json(data);
1064
- const response = {
1065
- $metadata: deserializeMetadata(output),
1066
- ...contents,
1067
- };
1068
- return response;
1069
- };
1070
- const de_GetGrantCommand = async (output, context) => {
1071
- if (output.statusCode >= 300) {
1072
- return de_CommandError(output, context);
1073
- }
1074
- const data = await core$1.parseJsonBody(output.body, context);
1075
- let contents = {};
1076
- contents = smithyClient._json(data);
1077
- const response = {
1078
- $metadata: deserializeMetadata(output),
1079
- ...contents,
1080
- };
1081
- return response;
1082
- };
1083
- const de_GetLicenseCommand = async (output, context) => {
1084
- if (output.statusCode >= 300) {
1085
- return de_CommandError(output, context);
1086
- }
1087
- const data = await core$1.parseJsonBody(output.body, context);
1088
- let contents = {};
1089
- contents = smithyClient._json(data);
1090
- const response = {
1091
- $metadata: deserializeMetadata(output),
1092
- ...contents,
1093
- };
1094
- return response;
1095
- };
1096
- const de_GetLicenseConfigurationCommand = async (output, context) => {
1097
- if (output.statusCode >= 300) {
1098
- return de_CommandError(output, context);
1099
- }
1100
- const data = await core$1.parseJsonBody(output.body, context);
1101
- let contents = {};
1102
- contents = de_GetLicenseConfigurationResponse(data);
1103
- const response = {
1104
- $metadata: deserializeMetadata(output),
1105
- ...contents,
1106
- };
1107
- return response;
1108
- };
1109
- const de_GetLicenseConversionTaskCommand = async (output, context) => {
1110
- if (output.statusCode >= 300) {
1111
- return de_CommandError(output, context);
1112
- }
1113
- const data = await core$1.parseJsonBody(output.body, context);
1114
- let contents = {};
1115
- contents = de_GetLicenseConversionTaskResponse(data);
1116
- const response = {
1117
- $metadata: deserializeMetadata(output),
1118
- ...contents,
1119
- };
1120
- return response;
1121
- };
1122
- const de_GetLicenseManagerReportGeneratorCommand = async (output, context) => {
1123
- if (output.statusCode >= 300) {
1124
- return de_CommandError(output, context);
1125
- }
1126
- const data = await core$1.parseJsonBody(output.body, context);
1127
- let contents = {};
1128
- contents = smithyClient._json(data);
1129
- const response = {
1130
- $metadata: deserializeMetadata(output),
1131
- ...contents,
1132
- };
1133
- return response;
1134
- };
1135
- const de_GetLicenseUsageCommand = async (output, context) => {
1136
- if (output.statusCode >= 300) {
1137
- return de_CommandError(output, context);
1138
- }
1139
- const data = await core$1.parseJsonBody(output.body, context);
1140
- let contents = {};
1141
- contents = smithyClient._json(data);
1142
- const response = {
1143
- $metadata: deserializeMetadata(output),
1144
- ...contents,
1145
- };
1146
- return response;
1147
- };
1148
- const de_GetServiceSettingsCommand = async (output, context) => {
1149
- if (output.statusCode >= 300) {
1150
- return de_CommandError(output, context);
1151
- }
1152
- const data = await core$1.parseJsonBody(output.body, context);
1153
- let contents = {};
1154
- contents = smithyClient._json(data);
1155
- const response = {
1156
- $metadata: deserializeMetadata(output),
1157
- ...contents,
1158
- };
1159
- return response;
1160
- };
1161
- const de_ListAssociationsForLicenseConfigurationCommand = async (output, context) => {
1162
- if (output.statusCode >= 300) {
1163
- return de_CommandError(output, context);
1164
- }
1165
- const data = await core$1.parseJsonBody(output.body, context);
1166
- let contents = {};
1167
- contents = de_ListAssociationsForLicenseConfigurationResponse(data);
1168
- const response = {
1169
- $metadata: deserializeMetadata(output),
1170
- ...contents,
1171
- };
1172
- return response;
1173
- };
1174
- const de_ListDistributedGrantsCommand = async (output, context) => {
1175
- if (output.statusCode >= 300) {
1176
- return de_CommandError(output, context);
1177
- }
1178
- const data = await core$1.parseJsonBody(output.body, context);
1179
- let contents = {};
1180
- contents = smithyClient._json(data);
1181
- const response = {
1182
- $metadata: deserializeMetadata(output),
1183
- ...contents,
1184
- };
1185
- return response;
1186
- };
1187
- const de_ListFailuresForLicenseConfigurationOperationsCommand = async (output, context) => {
1188
- if (output.statusCode >= 300) {
1189
- return de_CommandError(output, context);
1190
- }
1191
- const data = await core$1.parseJsonBody(output.body, context);
1192
- let contents = {};
1193
- contents = de_ListFailuresForLicenseConfigurationOperationsResponse(data);
1194
- const response = {
1195
- $metadata: deserializeMetadata(output),
1196
- ...contents,
1197
- };
1198
- return response;
1199
- };
1200
- const de_ListLicenseConfigurationsCommand = async (output, context) => {
1201
- if (output.statusCode >= 300) {
1202
- return de_CommandError(output, context);
1203
- }
1204
- const data = await core$1.parseJsonBody(output.body, context);
1205
- let contents = {};
1206
- contents = de_ListLicenseConfigurationsResponse(data);
1207
- const response = {
1208
- $metadata: deserializeMetadata(output),
1209
- ...contents,
1210
- };
1211
- return response;
1212
- };
1213
- const de_ListLicenseConversionTasksCommand = async (output, context) => {
1214
- if (output.statusCode >= 300) {
1215
- return de_CommandError(output, context);
1216
- }
1217
- const data = await core$1.parseJsonBody(output.body, context);
1218
- let contents = {};
1219
- contents = de_ListLicenseConversionTasksResponse(data);
1220
- const response = {
1221
- $metadata: deserializeMetadata(output),
1222
- ...contents,
1223
- };
1224
- return response;
1225
- };
1226
- const de_ListLicenseManagerReportGeneratorsCommand = async (output, context) => {
1227
- if (output.statusCode >= 300) {
1228
- return de_CommandError(output, context);
1229
- }
1230
- const data = await core$1.parseJsonBody(output.body, context);
1231
- let contents = {};
1232
- contents = smithyClient._json(data);
1233
- const response = {
1234
- $metadata: deserializeMetadata(output),
1235
- ...contents,
1236
- };
1237
- return response;
1238
- };
1239
- const de_ListLicensesCommand = async (output, context) => {
1240
- if (output.statusCode >= 300) {
1241
- return de_CommandError(output, context);
1242
- }
1243
- const data = await core$1.parseJsonBody(output.body, context);
1244
- let contents = {};
1245
- contents = smithyClient._json(data);
1246
- const response = {
1247
- $metadata: deserializeMetadata(output),
1248
- ...contents,
1249
- };
1250
- return response;
1251
- };
1252
- const de_ListLicenseSpecificationsForResourceCommand = async (output, context) => {
1253
- if (output.statusCode >= 300) {
1254
- return de_CommandError(output, context);
1255
- }
1256
- const data = await core$1.parseJsonBody(output.body, context);
1257
- let contents = {};
1258
- contents = smithyClient._json(data);
1259
- const response = {
1260
- $metadata: deserializeMetadata(output),
1261
- ...contents,
1262
- };
1263
- return response;
1264
- };
1265
- const de_ListLicenseVersionsCommand = async (output, context) => {
1266
- if (output.statusCode >= 300) {
1267
- return de_CommandError(output, context);
1268
- }
1269
- const data = await core$1.parseJsonBody(output.body, context);
1270
- let contents = {};
1271
- contents = smithyClient._json(data);
1272
- const response = {
1273
- $metadata: deserializeMetadata(output),
1274
- ...contents,
1275
- };
1276
- return response;
1277
- };
1278
- const de_ListReceivedGrantsCommand = async (output, context) => {
1279
- if (output.statusCode >= 300) {
1280
- return de_CommandError(output, context);
1281
- }
1282
- const data = await core$1.parseJsonBody(output.body, context);
1283
- let contents = {};
1284
- contents = smithyClient._json(data);
1285
- const response = {
1286
- $metadata: deserializeMetadata(output),
1287
- ...contents,
1288
- };
1289
- return response;
1290
- };
1291
- const de_ListReceivedGrantsForOrganizationCommand = async (output, context) => {
1292
- if (output.statusCode >= 300) {
1293
- return de_CommandError(output, context);
1294
- }
1295
- const data = await core$1.parseJsonBody(output.body, context);
1296
- let contents = {};
1297
- contents = smithyClient._json(data);
1298
- const response = {
1299
- $metadata: deserializeMetadata(output),
1300
- ...contents,
1301
- };
1302
- return response;
1303
- };
1304
- const de_ListReceivedLicensesCommand = async (output, context) => {
1305
- if (output.statusCode >= 300) {
1306
- return de_CommandError(output, context);
1307
- }
1308
- const data = await core$1.parseJsonBody(output.body, context);
1309
- let contents = {};
1310
- contents = smithyClient._json(data);
1311
- const response = {
1312
- $metadata: deserializeMetadata(output),
1313
- ...contents,
1314
- };
1315
- return response;
1316
521
  };
1317
- const de_ListReceivedLicensesForOrganizationCommand = async (output, context) => {
1318
- if (output.statusCode >= 300) {
1319
- return de_CommandError(output, context);
1320
- }
1321
- const data = await core$1.parseJsonBody(output.body, context);
1322
- let contents = {};
1323
- contents = smithyClient._json(data);
1324
- const response = {
1325
- $metadata: deserializeMetadata(output),
1326
- ...contents,
1327
- };
1328
- return response;
1329
- };
1330
- const de_ListResourceInventoryCommand = async (output, context) => {
1331
- if (output.statusCode >= 300) {
1332
- return de_CommandError(output, context);
1333
- }
1334
- const data = await core$1.parseJsonBody(output.body, context);
1335
- let contents = {};
1336
- contents = smithyClient._json(data);
1337
- const response = {
1338
- $metadata: deserializeMetadata(output),
1339
- ...contents,
1340
- };
1341
- return response;
1342
- };
1343
- const de_ListTagsForResourceCommand = async (output, context) => {
1344
- if (output.statusCode >= 300) {
1345
- return de_CommandError(output, context);
1346
- }
1347
- const data = await core$1.parseJsonBody(output.body, context);
1348
- let contents = {};
1349
- contents = smithyClient._json(data);
1350
- const response = {
1351
- $metadata: deserializeMetadata(output),
1352
- ...contents,
1353
- };
1354
- return response;
1355
- };
1356
- const de_ListTokensCommand = async (output, context) => {
1357
- if (output.statusCode >= 300) {
1358
- return de_CommandError(output, context);
1359
- }
1360
- const data = await core$1.parseJsonBody(output.body, context);
1361
- let contents = {};
1362
- contents = smithyClient._json(data);
1363
- const response = {
1364
- $metadata: deserializeMetadata(output),
1365
- ...contents,
1366
- };
1367
- return response;
1368
- };
1369
- const de_ListUsageForLicenseConfigurationCommand = async (output, context) => {
1370
- if (output.statusCode >= 300) {
1371
- return de_CommandError(output, context);
1372
- }
1373
- const data = await core$1.parseJsonBody(output.body, context);
1374
- let contents = {};
1375
- contents = de_ListUsageForLicenseConfigurationResponse(data);
1376
- const response = {
1377
- $metadata: deserializeMetadata(output),
1378
- ...contents,
1379
- };
1380
- return response;
1381
- };
1382
- const de_RejectGrantCommand = async (output, context) => {
1383
- if (output.statusCode >= 300) {
1384
- return de_CommandError(output, context);
1385
- }
1386
- const data = await core$1.parseJsonBody(output.body, context);
1387
- let contents = {};
1388
- contents = smithyClient._json(data);
1389
- const response = {
1390
- $metadata: deserializeMetadata(output),
1391
- ...contents,
1392
- };
1393
- return response;
1394
- };
1395
- const de_TagResourceCommand = async (output, context) => {
1396
- if (output.statusCode >= 300) {
1397
- return de_CommandError(output, context);
1398
- }
1399
- const data = await core$1.parseJsonBody(output.body, context);
1400
- let contents = {};
1401
- contents = smithyClient._json(data);
1402
- const response = {
1403
- $metadata: deserializeMetadata(output),
1404
- ...contents,
1405
- };
1406
- return response;
1407
- };
1408
- const de_UntagResourceCommand = async (output, context) => {
1409
- if (output.statusCode >= 300) {
1410
- return de_CommandError(output, context);
1411
- }
1412
- const data = await core$1.parseJsonBody(output.body, context);
1413
- let contents = {};
1414
- contents = smithyClient._json(data);
1415
- const response = {
1416
- $metadata: deserializeMetadata(output),
1417
- ...contents,
1418
- };
1419
- return response;
1420
- };
1421
- const de_UpdateLicenseConfigurationCommand = async (output, context) => {
1422
- if (output.statusCode >= 300) {
1423
- return de_CommandError(output, context);
1424
- }
1425
- const data = await core$1.parseJsonBody(output.body, context);
1426
- let contents = {};
1427
- contents = smithyClient._json(data);
1428
- const response = {
1429
- $metadata: deserializeMetadata(output),
1430
- ...contents,
1431
- };
1432
- return response;
1433
- };
1434
- const de_UpdateLicenseManagerReportGeneratorCommand = async (output, context) => {
1435
- if (output.statusCode >= 300) {
1436
- return de_CommandError(output, context);
1437
- }
1438
- const data = await core$1.parseJsonBody(output.body, context);
1439
- let contents = {};
1440
- contents = smithyClient._json(data);
1441
- const response = {
1442
- $metadata: deserializeMetadata(output),
1443
- ...contents,
1444
- };
1445
- return response;
1446
- };
1447
- const de_UpdateLicenseSpecificationsForResourceCommand = async (output, context) => {
1448
- if (output.statusCode >= 300) {
1449
- return de_CommandError(output, context);
1450
- }
1451
- const data = await core$1.parseJsonBody(output.body, context);
1452
- let contents = {};
1453
- contents = smithyClient._json(data);
1454
- const response = {
1455
- $metadata: deserializeMetadata(output),
1456
- ...contents,
1457
- };
1458
- return response;
1459
- };
1460
- const de_UpdateServiceSettingsCommand = async (output, context) => {
1461
- if (output.statusCode >= 300) {
1462
- return de_CommandError(output, context);
1463
- }
1464
- const data = await core$1.parseJsonBody(output.body, context);
1465
- let contents = {};
1466
- contents = smithyClient._json(data);
1467
- const response = {
1468
- $metadata: deserializeMetadata(output),
1469
- ...contents,
1470
- };
1471
- return response;
1472
- };
1473
- const de_CommandError = async (output, context) => {
1474
- const parsedOutput = {
1475
- ...output,
1476
- body: await core$1.parseJsonErrorBody(output.body, context),
1477
- };
1478
- const errorCode = core$1.loadRestJsonErrorCode(output, parsedOutput.body);
1479
- switch (errorCode) {
1480
- case "AccessDeniedException":
1481
- case "com.amazonaws.licensemanager#AccessDeniedException":
1482
- throw await de_AccessDeniedExceptionRes(parsedOutput);
1483
- case "AuthorizationException":
1484
- case "com.amazonaws.licensemanager#AuthorizationException":
1485
- throw await de_AuthorizationExceptionRes(parsedOutput);
1486
- case "InvalidParameterValueException":
1487
- case "com.amazonaws.licensemanager#InvalidParameterValueException":
1488
- throw await de_InvalidParameterValueExceptionRes(parsedOutput);
1489
- case "RateLimitExceededException":
1490
- case "com.amazonaws.licensemanager#RateLimitExceededException":
1491
- throw await de_RateLimitExceededExceptionRes(parsedOutput);
1492
- case "ResourceLimitExceededException":
1493
- case "com.amazonaws.licensemanager#ResourceLimitExceededException":
1494
- throw await de_ResourceLimitExceededExceptionRes(parsedOutput);
1495
- case "ServerInternalException":
1496
- case "com.amazonaws.licensemanager#ServerInternalException":
1497
- throw await de_ServerInternalExceptionRes(parsedOutput);
1498
- case "ValidationException":
1499
- case "com.amazonaws.licensemanager#ValidationException":
1500
- throw await de_ValidationExceptionRes(parsedOutput);
1501
- case "ConflictException":
1502
- case "com.amazonaws.licensemanager#ConflictException":
1503
- throw await de_ConflictExceptionRes(parsedOutput);
1504
- case "ResourceNotFoundException":
1505
- case "com.amazonaws.licensemanager#ResourceNotFoundException":
1506
- throw await de_ResourceNotFoundExceptionRes(parsedOutput);
1507
- case "EntitlementNotAllowedException":
1508
- case "com.amazonaws.licensemanager#EntitlementNotAllowedException":
1509
- throw await de_EntitlementNotAllowedExceptionRes(parsedOutput);
1510
- case "NoEntitlementsAllowedException":
1511
- case "com.amazonaws.licensemanager#NoEntitlementsAllowedException":
1512
- throw await de_NoEntitlementsAllowedExceptionRes(parsedOutput);
1513
- case "RedirectException":
1514
- case "com.amazonaws.licensemanager#RedirectException":
1515
- throw await de_RedirectExceptionRes(parsedOutput);
1516
- case "UnsupportedDigitalSignatureMethodException":
1517
- case "com.amazonaws.licensemanager#UnsupportedDigitalSignatureMethodException":
1518
- throw await de_UnsupportedDigitalSignatureMethodExceptionRes(parsedOutput);
1519
- case "FilterLimitExceededException":
1520
- case "com.amazonaws.licensemanager#FilterLimitExceededException":
1521
- throw await de_FilterLimitExceededExceptionRes(parsedOutput);
1522
- case "FailedDependencyException":
1523
- case "com.amazonaws.licensemanager#FailedDependencyException":
1524
- throw await de_FailedDependencyExceptionRes(parsedOutput);
1525
- case "InvalidResourceStateException":
1526
- case "com.amazonaws.licensemanager#InvalidResourceStateException":
1527
- throw await de_InvalidResourceStateExceptionRes(parsedOutput);
1528
- case "LicenseUsageException":
1529
- case "com.amazonaws.licensemanager#LicenseUsageException":
1530
- throw await de_LicenseUsageExceptionRes(parsedOutput);
1531
- default:
1532
- const parsedBody = parsedOutput.body;
1533
- return throwDefaultError({
1534
- output,
1535
- parsedBody,
1536
- errorCode,
1537
- });
1538
- }
1539
- };
1540
- const de_AccessDeniedExceptionRes = async (parsedOutput, context) => {
1541
- const body = parsedOutput.body;
1542
- const deserialized = smithyClient._json(body);
1543
- const exception = new AccessDeniedException({
1544
- $metadata: deserializeMetadata(parsedOutput),
1545
- ...deserialized,
1546
- });
1547
- return smithyClient.decorateServiceException(exception, body);
1548
- };
1549
- const de_AuthorizationExceptionRes = async (parsedOutput, context) => {
1550
- const body = parsedOutput.body;
1551
- const deserialized = smithyClient._json(body);
1552
- const exception = new AuthorizationException({
1553
- $metadata: deserializeMetadata(parsedOutput),
1554
- ...deserialized,
1555
- });
1556
- return smithyClient.decorateServiceException(exception, body);
1557
- };
1558
- const de_ConflictExceptionRes = async (parsedOutput, context) => {
1559
- const body = parsedOutput.body;
1560
- const deserialized = smithyClient._json(body);
1561
- const exception = new ConflictException({
1562
- $metadata: deserializeMetadata(parsedOutput),
1563
- ...deserialized,
1564
- });
1565
- return smithyClient.decorateServiceException(exception, body);
1566
- };
1567
- const de_EntitlementNotAllowedExceptionRes = async (parsedOutput, context) => {
1568
- const body = parsedOutput.body;
1569
- const deserialized = smithyClient._json(body);
1570
- const exception = new EntitlementNotAllowedException({
1571
- $metadata: deserializeMetadata(parsedOutput),
1572
- ...deserialized,
1573
- });
1574
- return smithyClient.decorateServiceException(exception, body);
1575
- };
1576
- const de_FailedDependencyExceptionRes = async (parsedOutput, context) => {
1577
- const body = parsedOutput.body;
1578
- const deserialized = smithyClient._json(body);
1579
- const exception = new FailedDependencyException({
1580
- $metadata: deserializeMetadata(parsedOutput),
1581
- ...deserialized,
1582
- });
1583
- return smithyClient.decorateServiceException(exception, body);
1584
- };
1585
- const de_FilterLimitExceededExceptionRes = async (parsedOutput, context) => {
1586
- const body = parsedOutput.body;
1587
- const deserialized = smithyClient._json(body);
1588
- const exception = new FilterLimitExceededException({
1589
- $metadata: deserializeMetadata(parsedOutput),
1590
- ...deserialized,
1591
- });
1592
- return smithyClient.decorateServiceException(exception, body);
1593
- };
1594
- const de_InvalidParameterValueExceptionRes = async (parsedOutput, context) => {
1595
- const body = parsedOutput.body;
1596
- const deserialized = smithyClient._json(body);
1597
- const exception = new InvalidParameterValueException({
1598
- $metadata: deserializeMetadata(parsedOutput),
1599
- ...deserialized,
1600
- });
1601
- return smithyClient.decorateServiceException(exception, body);
1602
- };
1603
- const de_InvalidResourceStateExceptionRes = async (parsedOutput, context) => {
1604
- const body = parsedOutput.body;
1605
- const deserialized = smithyClient._json(body);
1606
- const exception = new InvalidResourceStateException({
1607
- $metadata: deserializeMetadata(parsedOutput),
1608
- ...deserialized,
1609
- });
1610
- return smithyClient.decorateServiceException(exception, body);
1611
- };
1612
- const de_LicenseUsageExceptionRes = async (parsedOutput, context) => {
1613
- const body = parsedOutput.body;
1614
- const deserialized = smithyClient._json(body);
1615
- const exception = new LicenseUsageException({
1616
- $metadata: deserializeMetadata(parsedOutput),
1617
- ...deserialized,
1618
- });
1619
- return smithyClient.decorateServiceException(exception, body);
1620
- };
1621
- const de_NoEntitlementsAllowedExceptionRes = async (parsedOutput, context) => {
1622
- const body = parsedOutput.body;
1623
- const deserialized = smithyClient._json(body);
1624
- const exception = new NoEntitlementsAllowedException({
1625
- $metadata: deserializeMetadata(parsedOutput),
1626
- ...deserialized,
1627
- });
1628
- return smithyClient.decorateServiceException(exception, body);
1629
- };
1630
- const de_RateLimitExceededExceptionRes = async (parsedOutput, context) => {
1631
- const body = parsedOutput.body;
1632
- const deserialized = smithyClient._json(body);
1633
- const exception = new RateLimitExceededException({
1634
- $metadata: deserializeMetadata(parsedOutput),
1635
- ...deserialized,
1636
- });
1637
- return smithyClient.decorateServiceException(exception, body);
1638
- };
1639
- const de_RedirectExceptionRes = async (parsedOutput, context) => {
1640
- const body = parsedOutput.body;
1641
- const deserialized = smithyClient._json(body);
1642
- const exception = new RedirectException({
1643
- $metadata: deserializeMetadata(parsedOutput),
1644
- ...deserialized,
1645
- });
1646
- return smithyClient.decorateServiceException(exception, body);
1647
- };
1648
- const de_ResourceLimitExceededExceptionRes = async (parsedOutput, context) => {
1649
- const body = parsedOutput.body;
1650
- const deserialized = smithyClient._json(body);
1651
- const exception = new ResourceLimitExceededException({
1652
- $metadata: deserializeMetadata(parsedOutput),
1653
- ...deserialized,
1654
- });
1655
- return smithyClient.decorateServiceException(exception, body);
1656
- };
1657
- const de_ResourceNotFoundExceptionRes = async (parsedOutput, context) => {
1658
- const body = parsedOutput.body;
1659
- const deserialized = smithyClient._json(body);
1660
- const exception = new ResourceNotFoundException({
1661
- $metadata: deserializeMetadata(parsedOutput),
1662
- ...deserialized,
1663
- });
1664
- return smithyClient.decorateServiceException(exception, body);
1665
- };
1666
- const de_ServerInternalExceptionRes = async (parsedOutput, context) => {
1667
- const body = parsedOutput.body;
1668
- const deserialized = smithyClient._json(body);
1669
- const exception = new ServerInternalException({
1670
- $metadata: deserializeMetadata(parsedOutput),
1671
- ...deserialized,
1672
- });
1673
- return smithyClient.decorateServiceException(exception, body);
1674
- };
1675
- const de_UnsupportedDigitalSignatureMethodExceptionRes = async (parsedOutput, context) => {
1676
- const body = parsedOutput.body;
1677
- const deserialized = smithyClient._json(body);
1678
- const exception = new UnsupportedDigitalSignatureMethodException({
1679
- $metadata: deserializeMetadata(parsedOutput),
1680
- ...deserialized,
1681
- });
1682
- return smithyClient.decorateServiceException(exception, body);
1683
- };
1684
- const de_ValidationExceptionRes = async (parsedOutput, context) => {
1685
- const body = parsedOutput.body;
1686
- const deserialized = smithyClient._json(body);
1687
- const exception = new ValidationException({
1688
- $metadata: deserializeMetadata(parsedOutput),
1689
- ...deserialized,
1690
- });
1691
- return smithyClient.decorateServiceException(exception, body);
1692
- };
1693
- const de_AutomatedDiscoveryInformation = (output, context) => {
1694
- return smithyClient.take(output, {
1695
- LastRunTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1696
- });
1697
- };
1698
- const de_GetLicenseConfigurationResponse = (output, context) => {
1699
- return smithyClient.take(output, {
1700
- AutomatedDiscoveryInformation: (_) => de_AutomatedDiscoveryInformation(_),
1701
- ConsumedLicenseSummaryList: smithyClient._json,
1702
- ConsumedLicenses: smithyClient.expectLong,
1703
- Description: smithyClient.expectString,
1704
- DisassociateWhenNotFound: smithyClient.expectBoolean,
1705
- LicenseConfigurationArn: smithyClient.expectString,
1706
- LicenseConfigurationId: smithyClient.expectString,
1707
- LicenseCount: smithyClient.expectLong,
1708
- LicenseCountHardLimit: smithyClient.expectBoolean,
1709
- LicenseCountingType: smithyClient.expectString,
1710
- LicenseRules: smithyClient._json,
1711
- ManagedResourceSummaryList: smithyClient._json,
1712
- Name: smithyClient.expectString,
1713
- OwnerAccountId: smithyClient.expectString,
1714
- ProductInformationList: smithyClient._json,
1715
- Status: smithyClient.expectString,
1716
- Tags: smithyClient._json,
1717
- });
1718
- };
1719
- const de_GetLicenseConversionTaskResponse = (output, context) => {
1720
- return smithyClient.take(output, {
1721
- DestinationLicenseContext: smithyClient._json,
1722
- EndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1723
- LicenseConversionTaskId: smithyClient.expectString,
1724
- LicenseConversionTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1725
- ResourceArn: smithyClient.expectString,
1726
- SourceLicenseContext: smithyClient._json,
1727
- StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1728
- Status: smithyClient.expectString,
1729
- StatusMessage: smithyClient.expectString,
1730
- });
1731
- };
1732
- const de_LicenseConfiguration = (output, context) => {
1733
- return smithyClient.take(output, {
1734
- AutomatedDiscoveryInformation: (_) => de_AutomatedDiscoveryInformation(_),
1735
- ConsumedLicenseSummaryList: smithyClient._json,
1736
- ConsumedLicenses: smithyClient.expectLong,
1737
- Description: smithyClient.expectString,
1738
- DisassociateWhenNotFound: smithyClient.expectBoolean,
1739
- LicenseConfigurationArn: smithyClient.expectString,
1740
- LicenseConfigurationId: smithyClient.expectString,
1741
- LicenseCount: smithyClient.expectLong,
1742
- LicenseCountHardLimit: smithyClient.expectBoolean,
1743
- LicenseCountingType: smithyClient.expectString,
1744
- LicenseRules: smithyClient._json,
1745
- ManagedResourceSummaryList: smithyClient._json,
1746
- Name: smithyClient.expectString,
1747
- OwnerAccountId: smithyClient.expectString,
1748
- ProductInformationList: smithyClient._json,
1749
- Status: smithyClient.expectString,
1750
- });
1751
- };
1752
- const de_LicenseConfigurationAssociation = (output, context) => {
1753
- return smithyClient.take(output, {
1754
- AmiAssociationScope: smithyClient.expectString,
1755
- AssociationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1756
- ResourceArn: smithyClient.expectString,
1757
- ResourceOwnerId: smithyClient.expectString,
1758
- ResourceType: smithyClient.expectString,
1759
- });
1760
- };
1761
- const de_LicenseConfigurationAssociations = (output, context) => {
1762
- const retVal = (output || [])
1763
- .filter((e) => e != null)
1764
- .map((entry) => {
1765
- return de_LicenseConfigurationAssociation(entry);
1766
- });
1767
- return retVal;
1768
- };
1769
- const de_LicenseConfigurations = (output, context) => {
1770
- const retVal = (output || [])
1771
- .filter((e) => e != null)
1772
- .map((entry) => {
1773
- return de_LicenseConfiguration(entry);
1774
- });
1775
- return retVal;
1776
- };
1777
- const de_LicenseConfigurationUsage = (output, context) => {
1778
- return smithyClient.take(output, {
1779
- AssociationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1780
- ConsumedLicenses: smithyClient.expectLong,
1781
- ResourceArn: smithyClient.expectString,
1782
- ResourceOwnerId: smithyClient.expectString,
1783
- ResourceStatus: smithyClient.expectString,
1784
- ResourceType: smithyClient.expectString,
1785
- });
1786
- };
1787
- const de_LicenseConfigurationUsageList = (output, context) => {
1788
- const retVal = (output || [])
1789
- .filter((e) => e != null)
1790
- .map((entry) => {
1791
- return de_LicenseConfigurationUsage(entry);
1792
- });
1793
- return retVal;
1794
- };
1795
- const de_LicenseConversionTask = (output, context) => {
1796
- return smithyClient.take(output, {
1797
- DestinationLicenseContext: smithyClient._json,
1798
- EndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1799
- LicenseConversionTaskId: smithyClient.expectString,
1800
- LicenseConversionTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1801
- ResourceArn: smithyClient.expectString,
1802
- SourceLicenseContext: smithyClient._json,
1803
- StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1804
- Status: smithyClient.expectString,
1805
- StatusMessage: smithyClient.expectString,
1806
- });
1807
- };
1808
- const de_LicenseConversionTasks = (output, context) => {
1809
- const retVal = (output || [])
1810
- .filter((e) => e != null)
1811
- .map((entry) => {
1812
- return de_LicenseConversionTask(entry);
1813
- });
1814
- return retVal;
1815
- };
1816
- const de_LicenseOperationFailure = (output, context) => {
1817
- return smithyClient.take(output, {
1818
- ErrorMessage: smithyClient.expectString,
1819
- FailureTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1820
- MetadataList: smithyClient._json,
1821
- OperationName: smithyClient.expectString,
1822
- OperationRequestedBy: smithyClient.expectString,
1823
- ResourceArn: smithyClient.expectString,
1824
- ResourceOwnerId: smithyClient.expectString,
1825
- ResourceType: smithyClient.expectString,
1826
- });
1827
- };
1828
- const de_LicenseOperationFailureList = (output, context) => {
1829
- const retVal = (output || [])
1830
- .filter((e) => e != null)
1831
- .map((entry) => {
1832
- return de_LicenseOperationFailure(entry);
1833
- });
1834
- return retVal;
1835
- };
1836
- const de_ListAssociationsForLicenseConfigurationResponse = (output, context) => {
1837
- return smithyClient.take(output, {
1838
- LicenseConfigurationAssociations: (_) => de_LicenseConfigurationAssociations(_),
1839
- NextToken: smithyClient.expectString,
1840
- });
1841
- };
1842
- const de_ListFailuresForLicenseConfigurationOperationsResponse = (output, context) => {
1843
- return smithyClient.take(output, {
1844
- LicenseOperationFailureList: (_) => de_LicenseOperationFailureList(_),
1845
- NextToken: smithyClient.expectString,
1846
- });
1847
- };
1848
- const de_ListLicenseConfigurationsResponse = (output, context) => {
1849
- return smithyClient.take(output, {
1850
- LicenseConfigurations: (_) => de_LicenseConfigurations(_),
1851
- NextToken: smithyClient.expectString,
1852
- });
1853
- };
1854
- const de_ListLicenseConversionTasksResponse = (output, context) => {
1855
- return smithyClient.take(output, {
1856
- LicenseConversionTasks: (_) => de_LicenseConversionTasks(_),
1857
- NextToken: smithyClient.expectString,
1858
- });
1859
- };
1860
- const de_ListUsageForLicenseConfigurationResponse = (output, context) => {
1861
- return smithyClient.take(output, {
1862
- LicenseConfigurationUsageList: (_) => de_LicenseConfigurationUsageList(_),
1863
- NextToken: smithyClient.expectString,
1864
- });
1865
- };
1866
- const deserializeMetadata = (output) => ({
1867
- httpStatusCode: output.statusCode,
1868
- requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
1869
- extendedRequestId: output.headers["x-amz-id-2"],
1870
- cfId: output.headers["x-amz-cf-id"],
1871
- });
1872
- const throwDefaultError = smithyClient.withBaseException(LicenseManagerServiceException);
1873
- const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => {
1874
- const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
1875
- const contents = {
1876
- protocol,
1877
- hostname,
1878
- port,
1879
- method: "POST",
1880
- path: basePath.endsWith("/") ? basePath.slice(0, -1) + path : basePath + path,
1881
- headers,
1882
- };
1883
- if (body !== undefined) {
1884
- contents.body = body;
1885
- }
1886
- return new protocolHttp.HttpRequest(contents);
1887
- };
1888
- function sharedHeaders(operation) {
1889
- return {
1890
- "content-type": "application/x-amz-json-1.1",
1891
- "x-amz-target": `AWSLicenseManager.${operation}`,
1892
- };
1893
- }
522
+
523
+ const _AAS = "AmiAssociationScope";
524
+ const _AC = "AssociationCount";
525
+ const _ACI = "AllowCheckIn";
526
+ const _ADE = "AccessDeniedException";
527
+ const _ADI = "AutomatedDiscoveryInformation";
528
+ const _AE = "AuthorizationException";
529
+ const _AECI = "AllowEarlyCheckIn";
530
+ const _AG = "AcceptGrant";
531
+ const _AGR = "AcceptGrantRequest";
532
+ const _AGRc = "AcceptGrantResponse";
533
+ const _ALS = "AddLicenseSpecifications";
534
+ const _AO = "AllowedOperations";
535
+ const _AOB = "ActivationOverrideBehavior";
536
+ const _AT = "AccessToken";
537
+ const _ATs = "AssociationTime";
538
+ const _B = "Beneficiary";
539
+ const _BC = "BorrowConfiguration";
540
+ const _Be = "Begin";
541
+ const _C = "Condition";
542
+ const _CBL = "CheckoutBorrowLicense";
543
+ const _CBLR = "CheckoutBorrowLicenseRequest";
544
+ const _CBLRh = "CheckoutBorrowLicenseResponse";
545
+ const _CC = "ConsumptionConfiguration";
546
+ const _CE = "ConflictException";
547
+ const _CG = "CreateGrant";
548
+ const _CGR = "CreateGrantRequest";
549
+ const _CGRr = "CreateGrantResponse";
550
+ const _CGV = "CreateGrantVersion";
551
+ const _CGVR = "CreateGrantVersionRequest";
552
+ const _CGVRr = "CreateGrantVersionResponse";
553
+ const _CIL = "CheckInLicense";
554
+ const _CILR = "CheckInLicenseRequest";
555
+ const _CILRh = "CheckInLicenseResponse";
556
+ const _CL = "ConsumedLicenses";
557
+ const _CLC = "CreateLicenseConfiguration";
558
+ const _CLCR = "CreateLicenseConfigurationRequest";
559
+ const _CLCRr = "CreateLicenseConfigurationResponse";
560
+ const _CLCTFR = "CreateLicenseConversionTaskForResource";
561
+ const _CLCTFRR = "CreateLicenseConversionTaskForResourceRequest";
562
+ const _CLCTFRRr = "CreateLicenseConversionTaskForResourceResponse";
563
+ const _CLMRG = "CreateLicenseManagerReportGenerator";
564
+ const _CLMRGR = "CreateLicenseManagerReportGeneratorRequest";
565
+ const _CLMRGRr = "CreateLicenseManagerReportGeneratorResponse";
566
+ const _CLR = "CheckoutLicenseRequest";
567
+ const _CLRh = "CheckoutLicenseResponse";
568
+ const _CLRr = "CreateLicenseRequest";
569
+ const _CLRre = "CreateLicenseResponse";
570
+ const _CLS = "ConsumedLicenseSummary";
571
+ const _CLSL = "ConsumedLicenseSummaryList";
572
+ const _CLV = "CreateLicenseVersion";
573
+ const _CLVR = "CreateLicenseVersionRequest";
574
+ const _CLVRr = "CreateLicenseVersionResponse";
575
+ const _CLh = "CheckoutLicense";
576
+ const _CLr = "CreateLicense";
577
+ const _CM = "CheckoutMetadata";
578
+ const _CT = "ClientToken";
579
+ const _CTR = "CreateTokenRequest";
580
+ const _CTRr = "CreateTokenResponse";
581
+ const _CTh = "CheckoutType";
582
+ const _CTr = "CreateTime";
583
+ const _CTre = "CreateToken";
584
+ const _CV = "ConsumedValue";
585
+ const _D = "Description";
586
+ const _DD = "DeletionDate";
587
+ const _DG = "DeleteGrant";
588
+ const _DGR = "DeleteGrantRequest";
589
+ const _DGRe = "DeleteGrantResponse";
590
+ const _DL = "DeleteLicense";
591
+ const _DLC = "DestinationLicenseContext";
592
+ const _DLCR = "DeleteLicenseConfigurationRequest";
593
+ const _DLCRe = "DeleteLicenseConfigurationResponse";
594
+ const _DLCe = "DeleteLicenseConfiguration";
595
+ const _DLMRG = "DeleteLicenseManagerReportGenerator";
596
+ const _DLMRGR = "DeleteLicenseManagerReportGeneratorRequest";
597
+ const _DLMRGRe = "DeleteLicenseManagerReportGeneratorResponse";
598
+ const _DLR = "DeleteLicenseRequest";
599
+ const _DLRe = "DeleteLicenseResponse";
600
+ const _DR = "DatetimeRange";
601
+ const _DRr = "DryRun";
602
+ const _DSM = "DigitalSignatureMethod";
603
+ const _DT = "DeleteToken";
604
+ const _DTR = "DeleteTokenRequest";
605
+ const _DTRe = "DeleteTokenResponse";
606
+ const _DWNF = "DisassociateWhenNotFound";
607
+ const _E = "Entitlements";
608
+ const _EA = "EntitlementsAllowed";
609
+ const _EC = "ErrorCode";
610
+ const _ECAD = "EnableCrossAccountsDiscovery";
611
+ const _ED = "EntitlementData";
612
+ const _EDL = "EntitlementDataList";
613
+ const _EI = "EnableIntegration";
614
+ const _EID = "ExpirationInDays";
615
+ const _EL = "EntitlementList";
616
+ const _ELC = "ExtendLicenseConsumption";
617
+ const _ELCR = "ExtendLicenseConsumptionRequest";
618
+ const _ELCRx = "ExtendLicenseConsumptionResponse";
619
+ const _EM = "ErrorMessage";
620
+ const _ENAE = "EntitlementNotAllowedException";
621
+ const _ET = "EndTime";
622
+ const _ETx = "ExpirationTime";
623
+ const _EU = "EntitlementUsage";
624
+ const _EUL = "EntitlementUsageList";
625
+ const _EUn = "EntitlementUsages";
626
+ const _En = "End";
627
+ const _Ent = "Entitlement";
628
+ const _Ex = "Expiration";
629
+ const _F = "Filter";
630
+ const _FDE = "FailedDependencyException";
631
+ const _FL = "FilterList";
632
+ const _FLEE = "FilterLimitExceededException";
633
+ const _FT = "FailureTime";
634
+ const _FV = "FilterValues";
635
+ const _Fi = "Filters";
636
+ const _G = "Grant";
637
+ const _GA = "GrantArn";
638
+ const _GAT = "GetAccessToken";
639
+ const _GATR = "GetAccessTokenRequest";
640
+ const _GATRe = "GetAccessTokenResponse";
641
+ const _GAr = "GrantArns";
642
+ const _GG = "GetGrant";
643
+ const _GGR = "GetGrantRequest";
644
+ const _GGRe = "GetGrantResponse";
645
+ const _GL = "GrantedLicense";
646
+ const _GLC = "GetLicenseConfiguration";
647
+ const _GLCR = "GetLicenseConfigurationRequest";
648
+ const _GLCRe = "GetLicenseConfigurationResponse";
649
+ const _GLCT = "GetLicenseConversionTask";
650
+ const _GLCTR = "GetLicenseConversionTaskRequest";
651
+ const _GLCTRe = "GetLicenseConversionTaskResponse";
652
+ const _GLL = "GrantedLicenseList";
653
+ const _GLMRG = "GetLicenseManagerReportGenerator";
654
+ const _GLMRGR = "GetLicenseManagerReportGeneratorRequest";
655
+ const _GLMRGRe = "GetLicenseManagerReportGeneratorResponse";
656
+ const _GLR = "GetLicenseRequest";
657
+ const _GLRe = "GetLicenseResponse";
658
+ const _GLU = "GetLicenseUsage";
659
+ const _GLUR = "GetLicenseUsageRequest";
660
+ const _GLURe = "GetLicenseUsageResponse";
661
+ const _GLe = "GetLicense";
662
+ const _GLr = "GrantList";
663
+ const _GN = "GrantName";
664
+ const _GO = "GrantedOperations";
665
+ const _GPA = "GranteePrincipalArn";
666
+ const _GS = "GrantStatus";
667
+ const _GSS = "GetServiceSettings";
668
+ const _GSSR = "GetServiceSettingsRequest";
669
+ const _GSSRe = "GetServiceSettingsResponse";
670
+ const _Gr = "Grants";
671
+ const _HR = "HomeRegion";
672
+ const _I = "Issuer";
673
+ const _IA = "IssuedAt";
674
+ const _ID = "IssuerDetails";
675
+ const _IF = "InventoryFilter";
676
+ const _IFL = "InventoryFilterList";
677
+ const _IPVE = "InvalidParameterValueException";
678
+ const _IRSE = "InvalidResourceStateException";
679
+ const _K = "Key";
680
+ const _KF = "KeyFingerprint";
681
+ const _L = "License";
682
+ const _LA = "LicenseArn";
683
+ const _LAFLC = "ListAssociationsForLicenseConfiguration";
684
+ const _LAFLCR = "ListAssociationsForLicenseConfigurationRequest";
685
+ const _LAFLCRi = "ListAssociationsForLicenseConfigurationResponse";
686
+ const _LAi = "LicenseArns";
687
+ const _LC = "LicenseCount";
688
+ const _LCA = "LicenseConfigurationArn";
689
+ const _LCAi = "LicenseConfigurationAssociation";
690
+ const _LCAic = "LicenseConfigurationAssociations";
691
+ const _LCAice = "LicenseConfigurationArns";
692
+ const _LCC = "LicenseConversionContext";
693
+ const _LCHL = "LicenseCountHardLimit";
694
+ const _LCI = "LicenseConfigurationId";
695
+ const _LCS = "LicenseConfigurationStatus";
696
+ const _LCT = "LicenseConsumptionToken";
697
+ const _LCTI = "LicenseConversionTaskId";
698
+ const _LCTi = "LicenseCountingType";
699
+ const _LCTic = "LicenseConversionTime";
700
+ const _LCTice = "LicenseConversionTask";
701
+ const _LCTicen = "LicenseConversionTasks";
702
+ const _LCU = "LicenseConfigurationUsage";
703
+ const _LCUL = "LicenseConfigurationUsageList";
704
+ const _LCi = "LicenseConfiguration";
705
+ const _LCic = "LicenseConfigurations";
706
+ const _LDG = "ListDistributedGrants";
707
+ const _LDGR = "ListDistributedGrantsRequest";
708
+ const _LDGRi = "ListDistributedGrantsResponse";
709
+ const _LFFLCO = "ListFailuresForLicenseConfigurationOperations";
710
+ const _LFFLCOR = "ListFailuresForLicenseConfigurationOperationsRequest";
711
+ const _LFFLCORi = "ListFailuresForLicenseConfigurationOperationsResponse";
712
+ const _LL = "LicenseList";
713
+ const _LLC = "ListLicenseConfigurations";
714
+ const _LLCR = "ListLicenseConfigurationsRequest";
715
+ const _LLCRi = "ListLicenseConfigurationsResponse";
716
+ const _LLCT = "ListLicenseConversionTasks";
717
+ const _LLCTR = "ListLicenseConversionTasksRequest";
718
+ const _LLCTRi = "ListLicenseConversionTasksResponse";
719
+ const _LLMRG = "ListLicenseManagerReportGenerators";
720
+ const _LLMRGR = "ListLicenseManagerReportGeneratorsRequest";
721
+ const _LLMRGRi = "ListLicenseManagerReportGeneratorsResponse";
722
+ const _LLR = "ListLicensesRequest";
723
+ const _LLRi = "ListLicensesResponse";
724
+ const _LLSFR = "ListLicenseSpecificationsForResource";
725
+ const _LLSFRR = "ListLicenseSpecificationsForResourceRequest";
726
+ const _LLSFRRi = "ListLicenseSpecificationsForResourceResponse";
727
+ const _LLV = "ListLicenseVersions";
728
+ const _LLVR = "ListLicenseVersionsRequest";
729
+ const _LLVRi = "ListLicenseVersionsResponse";
730
+ const _LLi = "ListLicenses";
731
+ const _LM = "LicenseMetadata";
732
+ const _LMRGA = "LicenseManagerReportGeneratorArn";
733
+ const _LMRSA = "LicenseManagerResourceShareArn";
734
+ const _LN = "LicenseName";
735
+ const _LOF = "LicenseOperationFailure";
736
+ const _LOFL = "LicenseOperationFailureList";
737
+ const _LR = "LicenseRules";
738
+ const _LRFR = "LastRunFailureReason";
739
+ const _LRG = "ListReceivedGrants";
740
+ const _LRGFO = "ListReceivedGrantsForOrganization";
741
+ const _LRGFOR = "ListReceivedGrantsForOrganizationRequest";
742
+ const _LRGFORi = "ListReceivedGrantsForOrganizationResponse";
743
+ const _LRGR = "ListReceivedGrantsRequest";
744
+ const _LRGRi = "ListReceivedGrantsResponse";
745
+ const _LRGT = "LastReportGenerationTime";
746
+ const _LRI = "ListResourceInventory";
747
+ const _LRIR = "ListResourceInventoryRequest";
748
+ const _LRIRi = "ListResourceInventoryResponse";
749
+ const _LRL = "ListReceivedLicenses";
750
+ const _LRLFO = "ListReceivedLicensesForOrganization";
751
+ const _LRLFOR = "ListReceivedLicensesForOrganizationRequest";
752
+ const _LRLFORi = "ListReceivedLicensesForOrganizationResponse";
753
+ const _LRLR = "ListReceivedLicensesRequest";
754
+ const _LRLRi = "ListReceivedLicensesResponse";
755
+ const _LRS = "LastRunStatus";
756
+ const _LRT = "LastRunTime";
757
+ const _LS = "LicenseSpecification";
758
+ const _LSi = "LicenseSpecifications";
759
+ const _LT = "ListTokens";
760
+ const _LTFR = "ListTagsForResource";
761
+ const _LTFRR = "ListTagsForResourceRequest";
762
+ const _LTFRRi = "ListTagsForResourceResponse";
763
+ const _LTR = "ListTokensRequest";
764
+ const _LTRi = "ListTokensResponse";
765
+ const _LU = "LicenseUsage";
766
+ const _LUE = "LicenseUsageException";
767
+ const _LUFLC = "ListUsageForLicenseConfiguration";
768
+ const _LUFLCR = "ListUsageForLicenseConfigurationRequest";
769
+ const _LUFLCRi = "ListUsageForLicenseConfigurationResponse";
770
+ const _Li = "Licenses";
771
+ const _Lo = "Location";
772
+ const _M = "Message";
773
+ const _MC = "MaxCount";
774
+ const _ML = "MetadataList";
775
+ const _MR = "MaxResults";
776
+ const _MRS = "ManagedResourceSummary";
777
+ const _MRSL = "ManagedResourceSummaryList";
778
+ const _MTTLIM = "MaxTimeToLiveInMinutes";
779
+ const _Me = "Metadata";
780
+ const _N = "Name";
781
+ const _NEAE = "NoEntitlementsAllowedException";
782
+ const _NI = "NodeId";
783
+ const _NT = "NextToken";
784
+ const _O = "Options";
785
+ const _OAI = "OwnerAccountId";
786
+ const _OC = "OrganizationConfiguration";
787
+ const _ON = "OperationName";
788
+ const _ORB = "OperationRequestedBy";
789
+ const _Ov = "Overage";
790
+ const _P = "Principals";
791
+ const _PA = "ParentArn";
792
+ const _PC = "ProvisionalConfiguration";
793
+ const _PCI = "ProductCodeId";
794
+ const _PCL = "ProductCodeList";
795
+ const _PCLI = "ProductCodeListItem";
796
+ const _PCT = "ProductCodeType";
797
+ const _PCr = "ProductCodes";
798
+ const _PI = "ProductInformation";
799
+ const _PIF = "ProductInformationFilter";
800
+ const _PIFC = "ProductInformationFilterComparator";
801
+ const _PIFL = "ProductInformationFilterList";
802
+ const _PIFN = "ProductInformationFilterName";
803
+ const _PIFV = "ProductInformationFilterValue";
804
+ const _PIL = "ProductInformationList";
805
+ const _PN = "ProductName";
806
+ const _PSKU = "ProductSKU";
807
+ const _PV = "PlatformVersion";
808
+ const _Pl = "Platform";
809
+ const _RA = "ResourceArn";
810
+ const _RAo = "RoleArns";
811
+ const _RC = "ReportContext";
812
+ const _RCA = "ReportCreatorAccount";
813
+ const _RE = "RedirectException";
814
+ const _RF = "ReportFrequency";
815
+ const _RG = "ReportGenerator";
816
+ const _RGL = "ReportGeneratorList";
817
+ const _RGN = "ReportGeneratorName";
818
+ const _RGR = "RejectGrantRequest";
819
+ const _RGRe = "RejectGrantResponse";
820
+ const _RGe = "ReportGenerators";
821
+ const _RGej = "RejectGrant";
822
+ const _RI = "ResourceInventory";
823
+ const _RIL = "ResourceInventoryList";
824
+ const _RIe = "ResourceId";
825
+ const _RLEE = "RateLimitExceededException";
826
+ const _RLEEe = "ResourceLimitExceededException";
827
+ const _RLS = "RemoveLicenseSpecifications";
828
+ const _RM = "ReceivedMetadata";
829
+ const _RNFE = "ResourceNotFoundException";
830
+ const _ROAI = "ResourceOwningAccountId";
831
+ const _ROI = "ResourceOwnerId";
832
+ const _RS = "ResourceStatus";
833
+ const _RSR = "ReceivedStatusReason";
834
+ const _RSe = "ReceivedStatus";
835
+ const _RT = "ResourceType";
836
+ const _RTe = "RenewType";
837
+ const _RTep = "ReportType";
838
+ const _S = "Status";
839
+ const _SBA = "S3BucketArn";
840
+ const _SIE = "ServerInternalException";
841
+ const _SK = "SignKey";
842
+ const _SL = "S3Location";
843
+ const _SLC = "SourceLicenseContext";
844
+ const _SM = "StatusMessage";
845
+ const _SR = "StatusReason";
846
+ const _ST = "SignedToken";
847
+ const _STA = "SnsTopicArn";
848
+ const _STt = "StartTime";
849
+ const _SV = "SourceVersion";
850
+ const _T = "Tags";
851
+ const _TD = "TokenData";
852
+ const _TI = "TokenId";
853
+ const _TIo = "TokenIds";
854
+ const _TK = "TagKeys";
855
+ const _TL = "TagList";
856
+ const _TLo = "TokenList";
857
+ const _TP = "TokenProperties";
858
+ const _TR = "TagResource";
859
+ const _TRR = "TagResourceRequest";
860
+ const _TRRa = "TagResourceResponse";
861
+ const _TT = "TokenType";
862
+ const _Ta = "Tag";
863
+ const _To = "Token";
864
+ const _Tok = "Tokens";
865
+ const _Ty = "Type";
866
+ const _U = "Unit";
867
+ const _UDSME = "UnsupportedDigitalSignatureMethodException";
868
+ const _ULC = "UpdateLicenseConfiguration";
869
+ const _ULCR = "UpdateLicenseConfigurationRequest";
870
+ const _ULCRp = "UpdateLicenseConfigurationResponse";
871
+ const _ULMRG = "UpdateLicenseManagerReportGenerator";
872
+ const _ULMRGR = "UpdateLicenseManagerReportGeneratorRequest";
873
+ const _ULMRGRp = "UpdateLicenseManagerReportGeneratorResponse";
874
+ const _ULSFR = "UpdateLicenseSpecificationsForResource";
875
+ const _ULSFRR = "UpdateLicenseSpecificationsForResourceRequest";
876
+ const _ULSFRRp = "UpdateLicenseSpecificationsForResourceResponse";
877
+ const _UO = "UsageOperation";
878
+ const _UR = "UntagResource";
879
+ const _URR = "UntagResourceRequest";
880
+ const _URRn = "UntagResourceResponse";
881
+ const _USS = "UpdateServiceSettings";
882
+ const _USSR = "UpdateServiceSettingsRequest";
883
+ const _USSRp = "UpdateServiceSettingsResponse";
884
+ const _V = "Version";
885
+ const _VE = "ValidationException";
886
+ const _Va = "Validity";
887
+ const _Val = "Value";
888
+ const _Valu = "Values";
889
+ const _aQE = "awsQueryError";
890
+ const _b = "bucket";
891
+ const _c = "client";
892
+ const _e = "error";
893
+ const _hE = "httpError";
894
+ const _hH = "httpHeader";
895
+ const _i = "item";
896
+ const _kP = "keyPrefix";
897
+ const _lCA = "licenseConfigurationArns";
898
+ const _p = "period";
899
+ const _s = "server";
900
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.licensemanager";
901
+ const _v = "value";
902
+ const _xN = "xmlName";
903
+ const n0 = "com.amazonaws.licensemanager";
904
+ var AcceptGrantRequest = [3, n0, _AGR, 0, [_GA], [0]];
905
+ var AcceptGrantResponse = [3, n0, _AGRc, 0, [_GA, _S, _V], [0, 0, 0]];
906
+ var AccessDeniedException = [
907
+ -3,
908
+ n0,
909
+ _ADE,
910
+ {
911
+ [_e]: _c,
912
+ [_hE]: 401,
913
+ [_aQE]: [`ServiceAccessDenied`, 401],
914
+ },
915
+ [_M],
916
+ [0],
917
+ ];
918
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
919
+ var AuthorizationException = [
920
+ -3,
921
+ n0,
922
+ _AE,
923
+ {
924
+ [_e]: _c,
925
+ [_hE]: 403,
926
+ [_aQE]: [`AuthorizationFailure`, 403],
927
+ },
928
+ [_M],
929
+ [0],
930
+ ];
931
+ schema.TypeRegistry.for(n0).registerError(AuthorizationException, AuthorizationException$1);
932
+ var AutomatedDiscoveryInformation = [3, n0, _ADI, 0, [_LRT], [4]];
933
+ var BorrowConfiguration = [3, n0, _BC, 0, [_AECI, _MTTLIM], [2, 1]];
934
+ var CheckInLicenseRequest = [3, n0, _CILR, 0, [_LCT, _B], [0, 0]];
935
+ var CheckInLicenseResponse = [3, n0, _CILRh, 0, [], []];
936
+ var CheckoutBorrowLicenseRequest = [
937
+ 3,
938
+ n0,
939
+ _CBLR,
940
+ 0,
941
+ [_LA, _E, _DSM, _NI, _CM, _CT],
942
+ [0, () => EntitlementDataList, 0, 0, () => MetadataList, 0],
943
+ ];
944
+ var CheckoutBorrowLicenseResponse = [
945
+ 3,
946
+ n0,
947
+ _CBLRh,
948
+ 0,
949
+ [_LA, _LCT, _EA, _NI, _ST, _IA, _Ex, _CM],
950
+ [0, 0, () => EntitlementDataList, 0, 0, 0, 0, () => MetadataList],
951
+ ];
952
+ var CheckoutLicenseRequest = [
953
+ 3,
954
+ n0,
955
+ _CLR,
956
+ 0,
957
+ [_PSKU, _CTh, _KF, _E, _CT, _B, _NI],
958
+ [0, 0, 0, () => EntitlementDataList, 0, 0, 0],
959
+ ];
960
+ var CheckoutLicenseResponse = [
961
+ 3,
962
+ n0,
963
+ _CLRh,
964
+ 0,
965
+ [_CTh, _LCT, _EA, _ST, _NI, _IA, _Ex, _LA],
966
+ [0, 0, () => EntitlementDataList, 0, 0, 0, 0, 0],
967
+ ];
968
+ var ConflictException = [
969
+ -3,
970
+ n0,
971
+ _CE,
972
+ {
973
+ [_e]: _c,
974
+ [_hE]: 409,
975
+ [_aQE]: [`ConflictException`, 409],
976
+ },
977
+ [_M],
978
+ [0],
979
+ ];
980
+ schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
981
+ var ConsumedLicenseSummary = [3, n0, _CLS, 0, [_RT, _CL], [0, 1]];
982
+ var ConsumptionConfiguration = [
983
+ 3,
984
+ n0,
985
+ _CC,
986
+ 0,
987
+ [_RTe, _PC, _BC],
988
+ [0, () => ProvisionalConfiguration, () => BorrowConfiguration],
989
+ ];
990
+ var CreateGrantRequest = [
991
+ 3,
992
+ n0,
993
+ _CGR,
994
+ 0,
995
+ [_CT, _GN, _LA, _P, _HR, _AO, _T],
996
+ [0, 0, 0, 64 | 0, 0, 64 | 0, () => TagList],
997
+ ];
998
+ var CreateGrantResponse = [3, n0, _CGRr, 0, [_GA, _S, _V], [0, 0, 0]];
999
+ var CreateGrantVersionRequest = [
1000
+ 3,
1001
+ n0,
1002
+ _CGVR,
1003
+ 0,
1004
+ [_CT, _GA, _GN, _AO, _S, _SR, _SV, _O],
1005
+ [0, 0, 0, 64 | 0, 0, 0, 0, () => Options],
1006
+ ];
1007
+ var CreateGrantVersionResponse = [3, n0, _CGVRr, 0, [_GA, _S, _V], [0, 0, 0]];
1008
+ var CreateLicenseConfigurationRequest = [
1009
+ 3,
1010
+ n0,
1011
+ _CLCR,
1012
+ 0,
1013
+ [_N, _D, _LCTi, _LC, _LCHL, _LR, _T, _DWNF, _PIL],
1014
+ [0, 0, 0, 1, 2, 64 | 0, () => TagList, 2, () => ProductInformationList],
1015
+ ];
1016
+ var CreateLicenseConfigurationResponse = [3, n0, _CLCRr, 0, [_LCA], [0]];
1017
+ var CreateLicenseConversionTaskForResourceRequest = [
1018
+ 3,
1019
+ n0,
1020
+ _CLCTFRR,
1021
+ 0,
1022
+ [_RA, _SLC, _DLC],
1023
+ [0, () => LicenseConversionContext, () => LicenseConversionContext],
1024
+ ];
1025
+ var CreateLicenseConversionTaskForResourceResponse = [3, n0, _CLCTFRRr, 0, [_LCTI], [0]];
1026
+ var CreateLicenseManagerReportGeneratorRequest = [
1027
+ 3,
1028
+ n0,
1029
+ _CLMRGR,
1030
+ 0,
1031
+ [_RGN, _Ty, _RC, _RF, _CT, _D, _T],
1032
+ [0, 64 | 0, () => ReportContext, () => ReportFrequency, 0, 0, () => TagList],
1033
+ ];
1034
+ var CreateLicenseManagerReportGeneratorResponse = [3, n0, _CLMRGRr, 0, [_LMRGA], [0]];
1035
+ var CreateLicenseRequest = [
1036
+ 3,
1037
+ n0,
1038
+ _CLRr,
1039
+ 0,
1040
+ [_LN, _PN, _PSKU, _I, _HR, _Va, _E, _B, _CC, _LM, _CT, _T],
1041
+ [
1042
+ 0,
1043
+ 0,
1044
+ 0,
1045
+ () => Issuer,
1046
+ 0,
1047
+ () => DatetimeRange,
1048
+ () => EntitlementList,
1049
+ 0,
1050
+ () => ConsumptionConfiguration,
1051
+ () => MetadataList,
1052
+ 0,
1053
+ () => TagList,
1054
+ ],
1055
+ ];
1056
+ var CreateLicenseResponse = [3, n0, _CLRre, 0, [_LA, _S, _V], [0, 0, 0]];
1057
+ var CreateLicenseVersionRequest = [
1058
+ 3,
1059
+ n0,
1060
+ _CLVR,
1061
+ 0,
1062
+ [_LA, _LN, _PN, _I, _HR, _Va, _LM, _E, _CC, _S, _CT, _SV],
1063
+ [
1064
+ 0,
1065
+ 0,
1066
+ 0,
1067
+ () => Issuer,
1068
+ 0,
1069
+ () => DatetimeRange,
1070
+ () => MetadataList,
1071
+ () => EntitlementList,
1072
+ () => ConsumptionConfiguration,
1073
+ 0,
1074
+ 0,
1075
+ 0,
1076
+ ],
1077
+ ];
1078
+ var CreateLicenseVersionResponse = [3, n0, _CLVRr, 0, [_LA, _V, _S], [0, 0, 0]];
1079
+ var CreateTokenRequest = [
1080
+ 3,
1081
+ n0,
1082
+ _CTR,
1083
+ 0,
1084
+ [_LA, _RAo, _EID, _TP, _CT],
1085
+ [0, 64 | 0, 1, 64 | 0, 0],
1086
+ ];
1087
+ var CreateTokenResponse = [3, n0, _CTRr, 0, [_TI, _TT, _To], [0, 0, 0]];
1088
+ var DatetimeRange = [3, n0, _DR, 0, [_Be, _En], [0, 0]];
1089
+ var DeleteGrantRequest = [3, n0, _DGR, 0, [_GA, _SR, _V], [0, 0, 0]];
1090
+ var DeleteGrantResponse = [3, n0, _DGRe, 0, [_GA, _S, _V], [0, 0, 0]];
1091
+ var DeleteLicenseConfigurationRequest = [3, n0, _DLCR, 0, [_LCA], [0]];
1092
+ var DeleteLicenseConfigurationResponse = [3, n0, _DLCRe, 0, [], []];
1093
+ var DeleteLicenseManagerReportGeneratorRequest = [3, n0, _DLMRGR, 0, [_LMRGA], [0]];
1094
+ var DeleteLicenseManagerReportGeneratorResponse = [3, n0, _DLMRGRe, 0, [], []];
1095
+ var DeleteLicenseRequest = [3, n0, _DLR, 0, [_LA, _SV], [0, 0]];
1096
+ var DeleteLicenseResponse = [3, n0, _DLRe, 0, [_S, _DD], [0, 0]];
1097
+ var DeleteTokenRequest = [3, n0, _DTR, 0, [_TI], [0]];
1098
+ var DeleteTokenResponse = [3, n0, _DTRe, 0, [], []];
1099
+ var Entitlement = [3, n0, _Ent, 0, [_N, _Val, _MC, _Ov, _U, _ACI], [0, 0, 1, 2, 0, 2]];
1100
+ var EntitlementData = [3, n0, _ED, 0, [_N, _Val, _U], [0, 0, 0]];
1101
+ var EntitlementNotAllowedException = [
1102
+ -3,
1103
+ n0,
1104
+ _ENAE,
1105
+ {
1106
+ [_e]: _c,
1107
+ [_hE]: 400,
1108
+ },
1109
+ [_M],
1110
+ [0],
1111
+ ];
1112
+ schema.TypeRegistry.for(n0).registerError(EntitlementNotAllowedException, EntitlementNotAllowedException$1);
1113
+ var EntitlementUsage = [3, n0, _EU, 0, [_N, _CV, _MC, _U], [0, 0, 0, 0]];
1114
+ var ExtendLicenseConsumptionRequest = [3, n0, _ELCR, 0, [_LCT, _DRr], [0, 2]];
1115
+ var ExtendLicenseConsumptionResponse = [3, n0, _ELCRx, 0, [_LCT, _Ex], [0, 0]];
1116
+ var FailedDependencyException = [
1117
+ -3,
1118
+ n0,
1119
+ _FDE,
1120
+ {
1121
+ [_e]: _c,
1122
+ [_hE]: 424,
1123
+ [_aQE]: [`FailedDependency`, 424],
1124
+ },
1125
+ [_M, _EC],
1126
+ [0, 0],
1127
+ ];
1128
+ schema.TypeRegistry.for(n0).registerError(FailedDependencyException, FailedDependencyException$1);
1129
+ var Filter = [3, n0, _F, 0, [_N, _Valu], [0, [() => FilterValues, 0]]];
1130
+ var FilterLimitExceededException = [
1131
+ -3,
1132
+ n0,
1133
+ _FLEE,
1134
+ {
1135
+ [_e]: _c,
1136
+ [_hE]: 400,
1137
+ [_aQE]: [`FilterLimitExceeded`, 400],
1138
+ },
1139
+ [_M],
1140
+ [0],
1141
+ ];
1142
+ schema.TypeRegistry.for(n0).registerError(FilterLimitExceededException, FilterLimitExceededException$1);
1143
+ var GetAccessTokenRequest = [3, n0, _GATR, 0, [_To, _TP], [0, 64 | 0]];
1144
+ var GetAccessTokenResponse = [3, n0, _GATRe, 0, [_AT], [0]];
1145
+ var GetGrantRequest = [3, n0, _GGR, 0, [_GA, _V], [0, 0]];
1146
+ var GetGrantResponse = [3, n0, _GGRe, 0, [_G], [() => Grant]];
1147
+ var GetLicenseConfigurationRequest = [3, n0, _GLCR, 0, [_LCA], [0]];
1148
+ var GetLicenseConfigurationResponse = [
1149
+ 3,
1150
+ n0,
1151
+ _GLCRe,
1152
+ 0,
1153
+ [_LCI, _LCA, _N, _D, _LCTi, _LR, _LC, _LCHL, _CL, _S, _OAI, _CLSL, _MRSL, _T, _PIL, _ADI, _DWNF],
1154
+ [
1155
+ 0,
1156
+ 0,
1157
+ 0,
1158
+ 0,
1159
+ 0,
1160
+ 64 | 0,
1161
+ 1,
1162
+ 2,
1163
+ 1,
1164
+ 0,
1165
+ 0,
1166
+ () => ConsumedLicenseSummaryList,
1167
+ () => ManagedResourceSummaryList,
1168
+ () => TagList,
1169
+ () => ProductInformationList,
1170
+ () => AutomatedDiscoveryInformation,
1171
+ 2,
1172
+ ],
1173
+ ];
1174
+ var GetLicenseConversionTaskRequest = [3, n0, _GLCTR, 0, [_LCTI], [0]];
1175
+ var GetLicenseConversionTaskResponse = [
1176
+ 3,
1177
+ n0,
1178
+ _GLCTRe,
1179
+ 0,
1180
+ [_LCTI, _RA, _SLC, _DLC, _SM, _S, _STt, _LCTic, _ET],
1181
+ [0, 0, () => LicenseConversionContext, () => LicenseConversionContext, 0, 0, 4, 4, 4],
1182
+ ];
1183
+ var GetLicenseManagerReportGeneratorRequest = [3, n0, _GLMRGR, 0, [_LMRGA], [0]];
1184
+ var GetLicenseManagerReportGeneratorResponse = [
1185
+ 3,
1186
+ n0,
1187
+ _GLMRGRe,
1188
+ 0,
1189
+ [_RG],
1190
+ [() => ReportGenerator],
1191
+ ];
1192
+ var GetLicenseRequest = [3, n0, _GLR, 0, [_LA, _V], [0, 0]];
1193
+ var GetLicenseResponse = [3, n0, _GLRe, 0, [_L], [() => License]];
1194
+ var GetLicenseUsageRequest = [3, n0, _GLUR, 0, [_LA], [0]];
1195
+ var GetLicenseUsageResponse = [3, n0, _GLURe, 0, [_LU], [() => LicenseUsage]];
1196
+ var GetServiceSettingsRequest = [3, n0, _GSSR, 0, [], []];
1197
+ var GetServiceSettingsResponse = [
1198
+ 3,
1199
+ n0,
1200
+ _GSSRe,
1201
+ 0,
1202
+ [_SBA, _STA, _OC, _ECAD, _LMRSA],
1203
+ [0, 0, () => OrganizationConfiguration, 2, 0],
1204
+ ];
1205
+ var Grant = [
1206
+ 3,
1207
+ n0,
1208
+ _G,
1209
+ 0,
1210
+ [_GA, _GN, _PA, _LA, _GPA, _HR, _GS, _SR, _V, _GO, _O],
1211
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, () => Options],
1212
+ ];
1213
+ var GrantedLicense = [
1214
+ 3,
1215
+ n0,
1216
+ _GL,
1217
+ 0,
1218
+ [_LA, _LN, _PN, _PSKU, _I, _HR, _S, _Va, _B, _E, _CC, _LM, _CTr, _V, _RM],
1219
+ [
1220
+ 0,
1221
+ 0,
1222
+ 0,
1223
+ 0,
1224
+ () => IssuerDetails,
1225
+ 0,
1226
+ 0,
1227
+ () => DatetimeRange,
1228
+ 0,
1229
+ () => EntitlementList,
1230
+ () => ConsumptionConfiguration,
1231
+ () => MetadataList,
1232
+ 0,
1233
+ 0,
1234
+ () => ReceivedMetadata,
1235
+ ],
1236
+ ];
1237
+ var InvalidParameterValueException = [
1238
+ -3,
1239
+ n0,
1240
+ _IPVE,
1241
+ {
1242
+ [_e]: _c,
1243
+ [_hE]: 400,
1244
+ [_aQE]: [`InvalidParameterValueProvided`, 400],
1245
+ },
1246
+ [_M],
1247
+ [0],
1248
+ ];
1249
+ schema.TypeRegistry.for(n0).registerError(InvalidParameterValueException, InvalidParameterValueException$1);
1250
+ var InvalidResourceStateException = [
1251
+ -3,
1252
+ n0,
1253
+ _IRSE,
1254
+ {
1255
+ [_e]: _c,
1256
+ [_hE]: 400,
1257
+ [_aQE]: [`InvalidResourceState`, 400],
1258
+ },
1259
+ [_M],
1260
+ [0],
1261
+ ];
1262
+ schema.TypeRegistry.for(n0).registerError(InvalidResourceStateException, InvalidResourceStateException$1);
1263
+ var InventoryFilter = [3, n0, _IF, 0, [_N, _C, _Val], [0, 0, 0]];
1264
+ var Issuer = [3, n0, _I, 0, [_N, _SK], [0, 0]];
1265
+ var IssuerDetails = [3, n0, _ID, 0, [_N, _SK, _KF], [0, 0, 0]];
1266
+ var License = [
1267
+ 3,
1268
+ n0,
1269
+ _L,
1270
+ 0,
1271
+ [_LA, _LN, _PN, _PSKU, _I, _HR, _S, _Va, _B, _E, _CC, _LM, _CTr, _V],
1272
+ [
1273
+ 0,
1274
+ 0,
1275
+ 0,
1276
+ 0,
1277
+ () => IssuerDetails,
1278
+ 0,
1279
+ 0,
1280
+ () => DatetimeRange,
1281
+ 0,
1282
+ () => EntitlementList,
1283
+ () => ConsumptionConfiguration,
1284
+ () => MetadataList,
1285
+ 0,
1286
+ 0,
1287
+ ],
1288
+ ];
1289
+ var LicenseConfiguration = [
1290
+ 3,
1291
+ n0,
1292
+ _LCi,
1293
+ 0,
1294
+ [_LCI, _LCA, _N, _D, _LCTi, _LR, _LC, _LCHL, _DWNF, _CL, _S, _OAI, _CLSL, _MRSL, _PIL, _ADI],
1295
+ [
1296
+ 0,
1297
+ 0,
1298
+ 0,
1299
+ 0,
1300
+ 0,
1301
+ 64 | 0,
1302
+ 1,
1303
+ 2,
1304
+ 2,
1305
+ 1,
1306
+ 0,
1307
+ 0,
1308
+ () => ConsumedLicenseSummaryList,
1309
+ () => ManagedResourceSummaryList,
1310
+ () => ProductInformationList,
1311
+ () => AutomatedDiscoveryInformation,
1312
+ ],
1313
+ ];
1314
+ var LicenseConfigurationAssociation = [
1315
+ 3,
1316
+ n0,
1317
+ _LCAi,
1318
+ 0,
1319
+ [_RA, _RT, _ROI, _ATs, _AAS],
1320
+ [0, 0, 0, 4, 0],
1321
+ ];
1322
+ var LicenseConfigurationUsage = [
1323
+ 3,
1324
+ n0,
1325
+ _LCU,
1326
+ 0,
1327
+ [_RA, _RT, _RS, _ROI, _ATs, _CL],
1328
+ [0, 0, 0, 0, 4, 1],
1329
+ ];
1330
+ var LicenseConversionContext = [3, n0, _LCC, 0, [_UO, _PCr], [0, () => ProductCodeList]];
1331
+ var LicenseConversionTask = [
1332
+ 3,
1333
+ n0,
1334
+ _LCTice,
1335
+ 0,
1336
+ [_LCTI, _RA, _SLC, _DLC, _S, _SM, _STt, _LCTic, _ET],
1337
+ [0, 0, () => LicenseConversionContext, () => LicenseConversionContext, 0, 0, 4, 4, 4],
1338
+ ];
1339
+ var LicenseOperationFailure = [
1340
+ 3,
1341
+ n0,
1342
+ _LOF,
1343
+ 0,
1344
+ [_RA, _RT, _EM, _FT, _ON, _ROI, _ORB, _ML],
1345
+ [0, 0, 0, 4, 0, 0, 0, () => MetadataList],
1346
+ ];
1347
+ var LicenseSpecification = [3, n0, _LS, 0, [_LCA, _AAS], [0, 0]];
1348
+ var LicenseUsage = [3, n0, _LU, 0, [_EUn], [() => EntitlementUsageList]];
1349
+ var LicenseUsageException = [
1350
+ -3,
1351
+ n0,
1352
+ _LUE,
1353
+ {
1354
+ [_e]: _c,
1355
+ [_hE]: 412,
1356
+ [_aQE]: [`LicenseUsageFailure`, 412],
1357
+ },
1358
+ [_M],
1359
+ [0],
1360
+ ];
1361
+ schema.TypeRegistry.for(n0).registerError(LicenseUsageException, LicenseUsageException$1);
1362
+ var ListAssociationsForLicenseConfigurationRequest = [
1363
+ 3,
1364
+ n0,
1365
+ _LAFLCR,
1366
+ 0,
1367
+ [_LCA, _MR, _NT],
1368
+ [0, 1, 0],
1369
+ ];
1370
+ var ListAssociationsForLicenseConfigurationResponse = [
1371
+ 3,
1372
+ n0,
1373
+ _LAFLCRi,
1374
+ 0,
1375
+ [_LCAic, _NT],
1376
+ [() => LicenseConfigurationAssociations, 0],
1377
+ ];
1378
+ var ListDistributedGrantsRequest = [
1379
+ 3,
1380
+ n0,
1381
+ _LDGR,
1382
+ 0,
1383
+ [_GAr, _Fi, _NT, _MR],
1384
+ [64 | 0, [() => FilterList, 0], 0, 1],
1385
+ ];
1386
+ var ListDistributedGrantsResponse = [3, n0, _LDGRi, 0, [_Gr, _NT], [() => GrantList, 0]];
1387
+ var ListFailuresForLicenseConfigurationOperationsRequest = [
1388
+ 3,
1389
+ n0,
1390
+ _LFFLCOR,
1391
+ 0,
1392
+ [_LCA, _MR, _NT],
1393
+ [0, 1, 0],
1394
+ ];
1395
+ var ListFailuresForLicenseConfigurationOperationsResponse = [
1396
+ 3,
1397
+ n0,
1398
+ _LFFLCORi,
1399
+ 0,
1400
+ [_LOFL, _NT],
1401
+ [() => LicenseOperationFailureList, 0],
1402
+ ];
1403
+ var ListLicenseConfigurationsRequest = [
1404
+ 3,
1405
+ n0,
1406
+ _LLCR,
1407
+ 0,
1408
+ [_LCAice, _MR, _NT, _Fi],
1409
+ [64 | 0, 1, 0, [() => Filters, 0]],
1410
+ ];
1411
+ var ListLicenseConfigurationsResponse = [
1412
+ 3,
1413
+ n0,
1414
+ _LLCRi,
1415
+ 0,
1416
+ [_LCic, _NT],
1417
+ [() => LicenseConfigurations, 0],
1418
+ ];
1419
+ var ListLicenseConversionTasksRequest = [
1420
+ 3,
1421
+ n0,
1422
+ _LLCTR,
1423
+ 0,
1424
+ [_NT, _MR, _Fi],
1425
+ [0, 1, [() => Filters, 0]],
1426
+ ];
1427
+ var ListLicenseConversionTasksResponse = [
1428
+ 3,
1429
+ n0,
1430
+ _LLCTRi,
1431
+ 0,
1432
+ [_LCTicen, _NT],
1433
+ [() => LicenseConversionTasks, 0],
1434
+ ];
1435
+ var ListLicenseManagerReportGeneratorsRequest = [
1436
+ 3,
1437
+ n0,
1438
+ _LLMRGR,
1439
+ 0,
1440
+ [_Fi, _NT, _MR],
1441
+ [[() => FilterList, 0], 0, 1],
1442
+ ];
1443
+ var ListLicenseManagerReportGeneratorsResponse = [
1444
+ 3,
1445
+ n0,
1446
+ _LLMRGRi,
1447
+ 0,
1448
+ [_RGe, _NT],
1449
+ [() => ReportGeneratorList, 0],
1450
+ ];
1451
+ var ListLicenseSpecificationsForResourceRequest = [
1452
+ 3,
1453
+ n0,
1454
+ _LLSFRR,
1455
+ 0,
1456
+ [_RA, _MR, _NT],
1457
+ [0, 1, 0],
1458
+ ];
1459
+ var ListLicenseSpecificationsForResourceResponse = [
1460
+ 3,
1461
+ n0,
1462
+ _LLSFRRi,
1463
+ 0,
1464
+ [_LSi, _NT],
1465
+ [() => LicenseSpecifications, 0],
1466
+ ];
1467
+ var ListLicensesRequest = [
1468
+ 3,
1469
+ n0,
1470
+ _LLR,
1471
+ 0,
1472
+ [_LAi, _Fi, _NT, _MR],
1473
+ [64 | 0, [() => FilterList, 0], 0, 1],
1474
+ ];
1475
+ var ListLicensesResponse = [3, n0, _LLRi, 0, [_Li, _NT], [() => LicenseList, 0]];
1476
+ var ListLicenseVersionsRequest = [3, n0, _LLVR, 0, [_LA, _NT, _MR], [0, 0, 1]];
1477
+ var ListLicenseVersionsResponse = [3, n0, _LLVRi, 0, [_Li, _NT], [() => LicenseList, 0]];
1478
+ var ListReceivedGrantsForOrganizationRequest = [
1479
+ 3,
1480
+ n0,
1481
+ _LRGFOR,
1482
+ 0,
1483
+ [_LA, _Fi, _NT, _MR],
1484
+ [0, [() => FilterList, 0], 0, 1],
1485
+ ];
1486
+ var ListReceivedGrantsForOrganizationResponse = [
1487
+ 3,
1488
+ n0,
1489
+ _LRGFORi,
1490
+ 0,
1491
+ [_Gr, _NT],
1492
+ [() => GrantList, 0],
1493
+ ];
1494
+ var ListReceivedGrantsRequest = [
1495
+ 3,
1496
+ n0,
1497
+ _LRGR,
1498
+ 0,
1499
+ [_GAr, _Fi, _NT, _MR],
1500
+ [64 | 0, [() => FilterList, 0], 0, 1],
1501
+ ];
1502
+ var ListReceivedGrantsResponse = [3, n0, _LRGRi, 0, [_Gr, _NT], [() => GrantList, 0]];
1503
+ var ListReceivedLicensesForOrganizationRequest = [
1504
+ 3,
1505
+ n0,
1506
+ _LRLFOR,
1507
+ 0,
1508
+ [_Fi, _NT, _MR],
1509
+ [[() => FilterList, 0], 0, 1],
1510
+ ];
1511
+ var ListReceivedLicensesForOrganizationResponse = [
1512
+ 3,
1513
+ n0,
1514
+ _LRLFORi,
1515
+ 0,
1516
+ [_Li, _NT],
1517
+ [() => GrantedLicenseList, 0],
1518
+ ];
1519
+ var ListReceivedLicensesRequest = [
1520
+ 3,
1521
+ n0,
1522
+ _LRLR,
1523
+ 0,
1524
+ [_LAi, _Fi, _NT, _MR],
1525
+ [64 | 0, [() => FilterList, 0], 0, 1],
1526
+ ];
1527
+ var ListReceivedLicensesResponse = [
1528
+ 3,
1529
+ n0,
1530
+ _LRLRi,
1531
+ 0,
1532
+ [_Li, _NT],
1533
+ [() => GrantedLicenseList, 0],
1534
+ ];
1535
+ var ListResourceInventoryRequest = [
1536
+ 3,
1537
+ n0,
1538
+ _LRIR,
1539
+ 0,
1540
+ [_MR, _NT, _Fi],
1541
+ [1, 0, () => InventoryFilterList],
1542
+ ];
1543
+ var ListResourceInventoryResponse = [
1544
+ 3,
1545
+ n0,
1546
+ _LRIRi,
1547
+ 0,
1548
+ [_RIL, _NT],
1549
+ [() => ResourceInventoryList, 0],
1550
+ ];
1551
+ var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [0]];
1552
+ var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [() => TagList]];
1553
+ var ListTokensRequest = [
1554
+ 3,
1555
+ n0,
1556
+ _LTR,
1557
+ 0,
1558
+ [_TIo, _Fi, _NT, _MR],
1559
+ [64 | 0, [() => FilterList, 0], 0, 1],
1560
+ ];
1561
+ var ListTokensResponse = [3, n0, _LTRi, 0, [_Tok, _NT], [() => TokenList, 0]];
1562
+ var ListUsageForLicenseConfigurationRequest = [
1563
+ 3,
1564
+ n0,
1565
+ _LUFLCR,
1566
+ 0,
1567
+ [_LCA, _MR, _NT, _Fi],
1568
+ [0, 1, 0, [() => Filters, 0]],
1569
+ ];
1570
+ var ListUsageForLicenseConfigurationResponse = [
1571
+ 3,
1572
+ n0,
1573
+ _LUFLCRi,
1574
+ 0,
1575
+ [_LCUL, _NT],
1576
+ [() => LicenseConfigurationUsageList, 0],
1577
+ ];
1578
+ var ManagedResourceSummary = [3, n0, _MRS, 0, [_RT, _AC], [0, 1]];
1579
+ var Metadata = [3, n0, _Me, 0, [_N, _Val], [0, 0]];
1580
+ var NoEntitlementsAllowedException = [
1581
+ -3,
1582
+ n0,
1583
+ _NEAE,
1584
+ {
1585
+ [_e]: _c,
1586
+ [_hE]: 400,
1587
+ },
1588
+ [_M],
1589
+ [0],
1590
+ ];
1591
+ schema.TypeRegistry.for(n0).registerError(NoEntitlementsAllowedException, NoEntitlementsAllowedException$1);
1592
+ var Options = [3, n0, _O, 0, [_AOB], [0]];
1593
+ var OrganizationConfiguration = [3, n0, _OC, 0, [_EI], [2]];
1594
+ var ProductCodeListItem = [3, n0, _PCLI, 0, [_PCI, _PCT], [0, 0]];
1595
+ var ProductInformation = [
1596
+ 3,
1597
+ n0,
1598
+ _PI,
1599
+ 0,
1600
+ [_RT, _PIFL],
1601
+ [0, () => ProductInformationFilterList],
1602
+ ];
1603
+ var ProductInformationFilter = [3, n0, _PIF, 0, [_PIFN, _PIFV, _PIFC], [0, 64 | 0, 0]];
1604
+ var ProvisionalConfiguration = [3, n0, _PC, 0, [_MTTLIM], [1]];
1605
+ var RateLimitExceededException = [
1606
+ -3,
1607
+ n0,
1608
+ _RLEE,
1609
+ {
1610
+ [_e]: _c,
1611
+ [_hE]: 429,
1612
+ [_aQE]: [`RateLimitExceeded`, 429],
1613
+ },
1614
+ [_M],
1615
+ [0],
1616
+ ];
1617
+ schema.TypeRegistry.for(n0).registerError(RateLimitExceededException, RateLimitExceededException$1);
1618
+ var ReceivedMetadata = [3, n0, _RM, 0, [_RSe, _RSR, _AO], [0, 0, 64 | 0]];
1619
+ var RedirectException = [
1620
+ -3,
1621
+ n0,
1622
+ _RE,
1623
+ {
1624
+ [_e]: _c,
1625
+ [_hE]: 308,
1626
+ },
1627
+ [_Lo, _M],
1628
+ [
1629
+ [
1630
+ 0,
1631
+ {
1632
+ [_hH]: _Lo,
1633
+ },
1634
+ ],
1635
+ 0,
1636
+ ],
1637
+ ];
1638
+ schema.TypeRegistry.for(n0).registerError(RedirectException, RedirectException$1);
1639
+ var RejectGrantRequest = [3, n0, _RGR, 0, [_GA], [0]];
1640
+ var RejectGrantResponse = [3, n0, _RGRe, 0, [_GA, _S, _V], [0, 0, 0]];
1641
+ var ReportContext = [3, n0, _RC, 0, [_lCA], [64 | 0]];
1642
+ var ReportFrequency = [3, n0, _RF, 0, [_v, _p], [1, 0]];
1643
+ var ReportGenerator = [
1644
+ 3,
1645
+ n0,
1646
+ _RG,
1647
+ 0,
1648
+ [_RGN, _RTep, _RC, _RF, _LMRGA, _LRS, _LRFR, _LRGT, _RCA, _D, _SL, _CTr, _T],
1649
+ [0, 64 | 0, () => ReportContext, () => ReportFrequency, 0, 0, 0, 0, 0, 0, () => S3Location, 0, () => TagList],
1650
+ ];
1651
+ var ResourceInventory = [
1652
+ 3,
1653
+ n0,
1654
+ _RI,
1655
+ 0,
1656
+ [_RIe, _RT, _RA, _Pl, _PV, _ROAI],
1657
+ [0, 0, 0, 0, 0, 0],
1658
+ ];
1659
+ var ResourceLimitExceededException = [
1660
+ -3,
1661
+ n0,
1662
+ _RLEEe,
1663
+ {
1664
+ [_e]: _c,
1665
+ [_hE]: 400,
1666
+ [_aQE]: [`ResourceLimitExceeded`, 400],
1667
+ },
1668
+ [_M],
1669
+ [0],
1670
+ ];
1671
+ schema.TypeRegistry.for(n0).registerError(ResourceLimitExceededException, ResourceLimitExceededException$1);
1672
+ var ResourceNotFoundException = [
1673
+ -3,
1674
+ n0,
1675
+ _RNFE,
1676
+ {
1677
+ [_e]: _c,
1678
+ [_hE]: 400,
1679
+ [_aQE]: [`InvalidResource.NotFound`, 400],
1680
+ },
1681
+ [_M],
1682
+ [0],
1683
+ ];
1684
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1685
+ var S3Location = [3, n0, _SL, 0, [_b, _kP], [0, 0]];
1686
+ var ServerInternalException = [
1687
+ -3,
1688
+ n0,
1689
+ _SIE,
1690
+ {
1691
+ [_e]: _s,
1692
+ [_hE]: 500,
1693
+ [_aQE]: [`InternalError`, 500],
1694
+ },
1695
+ [_M],
1696
+ [0],
1697
+ ];
1698
+ schema.TypeRegistry.for(n0).registerError(ServerInternalException, ServerInternalException$1);
1699
+ var Tag = [3, n0, _Ta, 0, [_K, _Val], [0, 0]];
1700
+ var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _T], [0, () => TagList]];
1701
+ var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1702
+ var TokenData = [
1703
+ 3,
1704
+ n0,
1705
+ _TD,
1706
+ 0,
1707
+ [_TI, _TT, _LA, _ETx, _TP, _RAo, _S],
1708
+ [0, 0, 0, 0, 64 | 0, 64 | 0, 0],
1709
+ ];
1710
+ var UnsupportedDigitalSignatureMethodException = [
1711
+ -3,
1712
+ n0,
1713
+ _UDSME,
1714
+ {
1715
+ [_e]: _c,
1716
+ [_hE]: 400,
1717
+ },
1718
+ [_M],
1719
+ [0],
1720
+ ];
1721
+ schema.TypeRegistry.for(n0).registerError(UnsupportedDigitalSignatureMethodException, UnsupportedDigitalSignatureMethodException$1);
1722
+ var UntagResourceRequest = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
1723
+ var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1724
+ var UpdateLicenseConfigurationRequest = [
1725
+ 3,
1726
+ n0,
1727
+ _ULCR,
1728
+ 0,
1729
+ [_LCA, _LCS, _LR, _LC, _LCHL, _N, _D, _PIL, _DWNF],
1730
+ [0, 0, 64 | 0, 1, 2, 0, 0, () => ProductInformationList, 2],
1731
+ ];
1732
+ var UpdateLicenseConfigurationResponse = [3, n0, _ULCRp, 0, [], []];
1733
+ var UpdateLicenseManagerReportGeneratorRequest = [
1734
+ 3,
1735
+ n0,
1736
+ _ULMRGR,
1737
+ 0,
1738
+ [_LMRGA, _RGN, _Ty, _RC, _RF, _CT, _D],
1739
+ [0, 0, 64 | 0, () => ReportContext, () => ReportFrequency, 0, 0],
1740
+ ];
1741
+ var UpdateLicenseManagerReportGeneratorResponse = [3, n0, _ULMRGRp, 0, [], []];
1742
+ var UpdateLicenseSpecificationsForResourceRequest = [
1743
+ 3,
1744
+ n0,
1745
+ _ULSFRR,
1746
+ 0,
1747
+ [_RA, _ALS, _RLS],
1748
+ [0, () => LicenseSpecifications, () => LicenseSpecifications],
1749
+ ];
1750
+ var UpdateLicenseSpecificationsForResourceResponse = [3, n0, _ULSFRRp, 0, [], []];
1751
+ var UpdateServiceSettingsRequest = [
1752
+ 3,
1753
+ n0,
1754
+ _USSR,
1755
+ 0,
1756
+ [_SBA, _STA, _OC, _ECAD],
1757
+ [0, 0, () => OrganizationConfiguration, 2],
1758
+ ];
1759
+ var UpdateServiceSettingsResponse = [3, n0, _USSRp, 0, [], []];
1760
+ var ValidationException = [
1761
+ -3,
1762
+ n0,
1763
+ _VE,
1764
+ {
1765
+ [_e]: _c,
1766
+ [_hE]: 400,
1767
+ },
1768
+ [_M],
1769
+ [0],
1770
+ ];
1771
+ schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
1772
+ var LicenseManagerServiceException = [-3, _sm, "LicenseManagerServiceException", 0, [], []];
1773
+ schema.TypeRegistry.for(_sm).registerError(LicenseManagerServiceException, LicenseManagerServiceException$1);
1774
+ var ConsumedLicenseSummaryList = [1, n0, _CLSL, 0, () => ConsumedLicenseSummary];
1775
+ var EntitlementDataList = [1, n0, _EDL, 0, () => EntitlementData];
1776
+ var EntitlementList = [1, n0, _EL, 0, () => Entitlement];
1777
+ var EntitlementUsageList = [1, n0, _EUL, 0, () => EntitlementUsage];
1778
+ var FilterList = [1, n0, _FL, 0, [() => Filter, 0]];
1779
+ var Filters = [
1780
+ 1,
1781
+ n0,
1782
+ _Fi,
1783
+ 0,
1784
+ [
1785
+ () => Filter,
1786
+ {
1787
+ [_xN]: _i,
1788
+ },
1789
+ ],
1790
+ ];
1791
+ var FilterValues = [
1792
+ 1,
1793
+ n0,
1794
+ _FV,
1795
+ 0,
1796
+ [
1797
+ 0,
1798
+ {
1799
+ [_xN]: _i,
1800
+ },
1801
+ ],
1802
+ ];
1803
+ var GrantedLicenseList = [1, n0, _GLL, 0, () => GrantedLicense];
1804
+ var GrantList = [1, n0, _GLr, 0, () => Grant];
1805
+ var InventoryFilterList = [1, n0, _IFL, 0, () => InventoryFilter];
1806
+ var LicenseConfigurationAssociations = [
1807
+ 1,
1808
+ n0,
1809
+ _LCAic,
1810
+ 0,
1811
+ () => LicenseConfigurationAssociation,
1812
+ ];
1813
+ var LicenseConfigurations = [1, n0, _LCic, 0, () => LicenseConfiguration];
1814
+ var LicenseConfigurationUsageList = [1, n0, _LCUL, 0, () => LicenseConfigurationUsage];
1815
+ var LicenseConversionTasks = [1, n0, _LCTicen, 0, () => LicenseConversionTask];
1816
+ var LicenseList = [1, n0, _LL, 0, () => License];
1817
+ var LicenseOperationFailureList = [1, n0, _LOFL, 0, () => LicenseOperationFailure];
1818
+ var LicenseSpecifications = [1, n0, _LSi, 0, () => LicenseSpecification];
1819
+ var ManagedResourceSummaryList = [1, n0, _MRSL, 0, () => ManagedResourceSummary];
1820
+ var MetadataList = [1, n0, _ML, 0, () => Metadata];
1821
+ var ProductCodeList = [1, n0, _PCL, 0, () => ProductCodeListItem];
1822
+ var ProductInformationFilterList = [1, n0, _PIFL, 0, () => ProductInformationFilter];
1823
+ var ProductInformationList = [1, n0, _PIL, 0, () => ProductInformation];
1824
+ var ReportGeneratorList = [1, n0, _RGL, 0, () => ReportGenerator];
1825
+ var ResourceInventoryList = [1, n0, _RIL, 0, () => ResourceInventory];
1826
+ var TagList = [1, n0, _TL, 0, () => Tag];
1827
+ var TokenList = [1, n0, _TLo, 0, () => TokenData];
1828
+ var AcceptGrant = [9, n0, _AG, 0, () => AcceptGrantRequest, () => AcceptGrantResponse];
1829
+ var CheckInLicense = [
1830
+ 9,
1831
+ n0,
1832
+ _CIL,
1833
+ 0,
1834
+ () => CheckInLicenseRequest,
1835
+ () => CheckInLicenseResponse,
1836
+ ];
1837
+ var CheckoutBorrowLicense = [
1838
+ 9,
1839
+ n0,
1840
+ _CBL,
1841
+ 0,
1842
+ () => CheckoutBorrowLicenseRequest,
1843
+ () => CheckoutBorrowLicenseResponse,
1844
+ ];
1845
+ var CheckoutLicense = [
1846
+ 9,
1847
+ n0,
1848
+ _CLh,
1849
+ 0,
1850
+ () => CheckoutLicenseRequest,
1851
+ () => CheckoutLicenseResponse,
1852
+ ];
1853
+ var CreateGrant = [9, n0, _CG, 0, () => CreateGrantRequest, () => CreateGrantResponse];
1854
+ var CreateGrantVersion = [
1855
+ 9,
1856
+ n0,
1857
+ _CGV,
1858
+ 0,
1859
+ () => CreateGrantVersionRequest,
1860
+ () => CreateGrantVersionResponse,
1861
+ ];
1862
+ var CreateLicense = [
1863
+ 9,
1864
+ n0,
1865
+ _CLr,
1866
+ 0,
1867
+ () => CreateLicenseRequest,
1868
+ () => CreateLicenseResponse,
1869
+ ];
1870
+ var CreateLicenseConfiguration = [
1871
+ 9,
1872
+ n0,
1873
+ _CLC,
1874
+ 0,
1875
+ () => CreateLicenseConfigurationRequest,
1876
+ () => CreateLicenseConfigurationResponse,
1877
+ ];
1878
+ var CreateLicenseConversionTaskForResource = [
1879
+ 9,
1880
+ n0,
1881
+ _CLCTFR,
1882
+ 0,
1883
+ () => CreateLicenseConversionTaskForResourceRequest,
1884
+ () => CreateLicenseConversionTaskForResourceResponse,
1885
+ ];
1886
+ var CreateLicenseManagerReportGenerator = [
1887
+ 9,
1888
+ n0,
1889
+ _CLMRG,
1890
+ 0,
1891
+ () => CreateLicenseManagerReportGeneratorRequest,
1892
+ () => CreateLicenseManagerReportGeneratorResponse,
1893
+ ];
1894
+ var CreateLicenseVersion = [
1895
+ 9,
1896
+ n0,
1897
+ _CLV,
1898
+ 0,
1899
+ () => CreateLicenseVersionRequest,
1900
+ () => CreateLicenseVersionResponse,
1901
+ ];
1902
+ var CreateToken = [9, n0, _CTre, 0, () => CreateTokenRequest, () => CreateTokenResponse];
1903
+ var DeleteGrant = [9, n0, _DG, 0, () => DeleteGrantRequest, () => DeleteGrantResponse];
1904
+ var DeleteLicense = [
1905
+ 9,
1906
+ n0,
1907
+ _DL,
1908
+ 0,
1909
+ () => DeleteLicenseRequest,
1910
+ () => DeleteLicenseResponse,
1911
+ ];
1912
+ var DeleteLicenseConfiguration = [
1913
+ 9,
1914
+ n0,
1915
+ _DLCe,
1916
+ 0,
1917
+ () => DeleteLicenseConfigurationRequest,
1918
+ () => DeleteLicenseConfigurationResponse,
1919
+ ];
1920
+ var DeleteLicenseManagerReportGenerator = [
1921
+ 9,
1922
+ n0,
1923
+ _DLMRG,
1924
+ 0,
1925
+ () => DeleteLicenseManagerReportGeneratorRequest,
1926
+ () => DeleteLicenseManagerReportGeneratorResponse,
1927
+ ];
1928
+ var DeleteToken = [9, n0, _DT, 0, () => DeleteTokenRequest, () => DeleteTokenResponse];
1929
+ var ExtendLicenseConsumption = [
1930
+ 9,
1931
+ n0,
1932
+ _ELC,
1933
+ 0,
1934
+ () => ExtendLicenseConsumptionRequest,
1935
+ () => ExtendLicenseConsumptionResponse,
1936
+ ];
1937
+ var GetAccessToken = [
1938
+ 9,
1939
+ n0,
1940
+ _GAT,
1941
+ 0,
1942
+ () => GetAccessTokenRequest,
1943
+ () => GetAccessTokenResponse,
1944
+ ];
1945
+ var GetGrant = [9, n0, _GG, 0, () => GetGrantRequest, () => GetGrantResponse];
1946
+ var GetLicense = [9, n0, _GLe, 0, () => GetLicenseRequest, () => GetLicenseResponse];
1947
+ var GetLicenseConfiguration = [
1948
+ 9,
1949
+ n0,
1950
+ _GLC,
1951
+ 0,
1952
+ () => GetLicenseConfigurationRequest,
1953
+ () => GetLicenseConfigurationResponse,
1954
+ ];
1955
+ var GetLicenseConversionTask = [
1956
+ 9,
1957
+ n0,
1958
+ _GLCT,
1959
+ 0,
1960
+ () => GetLicenseConversionTaskRequest,
1961
+ () => GetLicenseConversionTaskResponse,
1962
+ ];
1963
+ var GetLicenseManagerReportGenerator = [
1964
+ 9,
1965
+ n0,
1966
+ _GLMRG,
1967
+ 0,
1968
+ () => GetLicenseManagerReportGeneratorRequest,
1969
+ () => GetLicenseManagerReportGeneratorResponse,
1970
+ ];
1971
+ var GetLicenseUsage = [
1972
+ 9,
1973
+ n0,
1974
+ _GLU,
1975
+ 0,
1976
+ () => GetLicenseUsageRequest,
1977
+ () => GetLicenseUsageResponse,
1978
+ ];
1979
+ var GetServiceSettings = [
1980
+ 9,
1981
+ n0,
1982
+ _GSS,
1983
+ 0,
1984
+ () => GetServiceSettingsRequest,
1985
+ () => GetServiceSettingsResponse,
1986
+ ];
1987
+ var ListAssociationsForLicenseConfiguration = [
1988
+ 9,
1989
+ n0,
1990
+ _LAFLC,
1991
+ 0,
1992
+ () => ListAssociationsForLicenseConfigurationRequest,
1993
+ () => ListAssociationsForLicenseConfigurationResponse,
1994
+ ];
1995
+ var ListDistributedGrants = [
1996
+ 9,
1997
+ n0,
1998
+ _LDG,
1999
+ 0,
2000
+ () => ListDistributedGrantsRequest,
2001
+ () => ListDistributedGrantsResponse,
2002
+ ];
2003
+ var ListFailuresForLicenseConfigurationOperations = [
2004
+ 9,
2005
+ n0,
2006
+ _LFFLCO,
2007
+ 0,
2008
+ () => ListFailuresForLicenseConfigurationOperationsRequest,
2009
+ () => ListFailuresForLicenseConfigurationOperationsResponse,
2010
+ ];
2011
+ var ListLicenseConfigurations = [
2012
+ 9,
2013
+ n0,
2014
+ _LLC,
2015
+ 0,
2016
+ () => ListLicenseConfigurationsRequest,
2017
+ () => ListLicenseConfigurationsResponse,
2018
+ ];
2019
+ var ListLicenseConversionTasks = [
2020
+ 9,
2021
+ n0,
2022
+ _LLCT,
2023
+ 0,
2024
+ () => ListLicenseConversionTasksRequest,
2025
+ () => ListLicenseConversionTasksResponse,
2026
+ ];
2027
+ var ListLicenseManagerReportGenerators = [
2028
+ 9,
2029
+ n0,
2030
+ _LLMRG,
2031
+ 0,
2032
+ () => ListLicenseManagerReportGeneratorsRequest,
2033
+ () => ListLicenseManagerReportGeneratorsResponse,
2034
+ ];
2035
+ var ListLicenses = [
2036
+ 9,
2037
+ n0,
2038
+ _LLi,
2039
+ 0,
2040
+ () => ListLicensesRequest,
2041
+ () => ListLicensesResponse,
2042
+ ];
2043
+ var ListLicenseSpecificationsForResource = [
2044
+ 9,
2045
+ n0,
2046
+ _LLSFR,
2047
+ 0,
2048
+ () => ListLicenseSpecificationsForResourceRequest,
2049
+ () => ListLicenseSpecificationsForResourceResponse,
2050
+ ];
2051
+ var ListLicenseVersions = [
2052
+ 9,
2053
+ n0,
2054
+ _LLV,
2055
+ 0,
2056
+ () => ListLicenseVersionsRequest,
2057
+ () => ListLicenseVersionsResponse,
2058
+ ];
2059
+ var ListReceivedGrants = [
2060
+ 9,
2061
+ n0,
2062
+ _LRG,
2063
+ 0,
2064
+ () => ListReceivedGrantsRequest,
2065
+ () => ListReceivedGrantsResponse,
2066
+ ];
2067
+ var ListReceivedGrantsForOrganization = [
2068
+ 9,
2069
+ n0,
2070
+ _LRGFO,
2071
+ 0,
2072
+ () => ListReceivedGrantsForOrganizationRequest,
2073
+ () => ListReceivedGrantsForOrganizationResponse,
2074
+ ];
2075
+ var ListReceivedLicenses = [
2076
+ 9,
2077
+ n0,
2078
+ _LRL,
2079
+ 0,
2080
+ () => ListReceivedLicensesRequest,
2081
+ () => ListReceivedLicensesResponse,
2082
+ ];
2083
+ var ListReceivedLicensesForOrganization = [
2084
+ 9,
2085
+ n0,
2086
+ _LRLFO,
2087
+ 0,
2088
+ () => ListReceivedLicensesForOrganizationRequest,
2089
+ () => ListReceivedLicensesForOrganizationResponse,
2090
+ ];
2091
+ var ListResourceInventory = [
2092
+ 9,
2093
+ n0,
2094
+ _LRI,
2095
+ 0,
2096
+ () => ListResourceInventoryRequest,
2097
+ () => ListResourceInventoryResponse,
2098
+ ];
2099
+ var ListTagsForResource = [
2100
+ 9,
2101
+ n0,
2102
+ _LTFR,
2103
+ 0,
2104
+ () => ListTagsForResourceRequest,
2105
+ () => ListTagsForResourceResponse,
2106
+ ];
2107
+ var ListTokens = [9, n0, _LT, 0, () => ListTokensRequest, () => ListTokensResponse];
2108
+ var ListUsageForLicenseConfiguration = [
2109
+ 9,
2110
+ n0,
2111
+ _LUFLC,
2112
+ 0,
2113
+ () => ListUsageForLicenseConfigurationRequest,
2114
+ () => ListUsageForLicenseConfigurationResponse,
2115
+ ];
2116
+ var RejectGrant = [9, n0, _RGej, 0, () => RejectGrantRequest, () => RejectGrantResponse];
2117
+ var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
2118
+ var UntagResource = [
2119
+ 9,
2120
+ n0,
2121
+ _UR,
2122
+ 0,
2123
+ () => UntagResourceRequest,
2124
+ () => UntagResourceResponse,
2125
+ ];
2126
+ var UpdateLicenseConfiguration = [
2127
+ 9,
2128
+ n0,
2129
+ _ULC,
2130
+ 0,
2131
+ () => UpdateLicenseConfigurationRequest,
2132
+ () => UpdateLicenseConfigurationResponse,
2133
+ ];
2134
+ var UpdateLicenseManagerReportGenerator = [
2135
+ 9,
2136
+ n0,
2137
+ _ULMRG,
2138
+ 0,
2139
+ () => UpdateLicenseManagerReportGeneratorRequest,
2140
+ () => UpdateLicenseManagerReportGeneratorResponse,
2141
+ ];
2142
+ var UpdateLicenseSpecificationsForResource = [
2143
+ 9,
2144
+ n0,
2145
+ _ULSFR,
2146
+ 0,
2147
+ () => UpdateLicenseSpecificationsForResourceRequest,
2148
+ () => UpdateLicenseSpecificationsForResourceResponse,
2149
+ ];
2150
+ var UpdateServiceSettings = [
2151
+ 9,
2152
+ n0,
2153
+ _USS,
2154
+ 0,
2155
+ () => UpdateServiceSettingsRequest,
2156
+ () => UpdateServiceSettingsResponse,
2157
+ ];
1894
2158
 
1895
2159
  class AcceptGrantCommand extends smithyClient.Command
1896
2160
  .classBuilder()
1897
2161
  .ep(commonParams)
1898
2162
  .m(function (Command, cs, config, o) {
1899
- return [
1900
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1901
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1902
- ];
2163
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1903
2164
  })
1904
2165
  .s("AWSLicenseManager", "AcceptGrant", {})
1905
2166
  .n("LicenseManagerClient", "AcceptGrantCommand")
1906
- .f(void 0, void 0)
1907
- .ser(se_AcceptGrantCommand)
1908
- .de(de_AcceptGrantCommand)
2167
+ .sc(AcceptGrant)
1909
2168
  .build() {
1910
2169
  }
1911
2170
 
@@ -1913,16 +2172,11 @@ class CheckInLicenseCommand extends smithyClient.Command
1913
2172
  .classBuilder()
1914
2173
  .ep(commonParams)
1915
2174
  .m(function (Command, cs, config, o) {
1916
- return [
1917
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1918
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1919
- ];
2175
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1920
2176
  })
1921
2177
  .s("AWSLicenseManager", "CheckInLicense", {})
1922
2178
  .n("LicenseManagerClient", "CheckInLicenseCommand")
1923
- .f(void 0, void 0)
1924
- .ser(se_CheckInLicenseCommand)
1925
- .de(de_CheckInLicenseCommand)
2179
+ .sc(CheckInLicense)
1926
2180
  .build() {
1927
2181
  }
1928
2182
 
@@ -1930,16 +2184,11 @@ class CheckoutBorrowLicenseCommand extends smithyClient.Command
1930
2184
  .classBuilder()
1931
2185
  .ep(commonParams)
1932
2186
  .m(function (Command, cs, config, o) {
1933
- return [
1934
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1935
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1936
- ];
2187
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1937
2188
  })
1938
2189
  .s("AWSLicenseManager", "CheckoutBorrowLicense", {})
1939
2190
  .n("LicenseManagerClient", "CheckoutBorrowLicenseCommand")
1940
- .f(void 0, void 0)
1941
- .ser(se_CheckoutBorrowLicenseCommand)
1942
- .de(de_CheckoutBorrowLicenseCommand)
2191
+ .sc(CheckoutBorrowLicense)
1943
2192
  .build() {
1944
2193
  }
1945
2194
 
@@ -1947,16 +2196,11 @@ class CheckoutLicenseCommand extends smithyClient.Command
1947
2196
  .classBuilder()
1948
2197
  .ep(commonParams)
1949
2198
  .m(function (Command, cs, config, o) {
1950
- return [
1951
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1952
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1953
- ];
2199
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1954
2200
  })
1955
2201
  .s("AWSLicenseManager", "CheckoutLicense", {})
1956
2202
  .n("LicenseManagerClient", "CheckoutLicenseCommand")
1957
- .f(void 0, void 0)
1958
- .ser(se_CheckoutLicenseCommand)
1959
- .de(de_CheckoutLicenseCommand)
2203
+ .sc(CheckoutLicense)
1960
2204
  .build() {
1961
2205
  }
1962
2206
 
@@ -1964,16 +2208,11 @@ class CreateGrantCommand extends smithyClient.Command
1964
2208
  .classBuilder()
1965
2209
  .ep(commonParams)
1966
2210
  .m(function (Command, cs, config, o) {
1967
- return [
1968
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1969
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1970
- ];
2211
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1971
2212
  })
1972
2213
  .s("AWSLicenseManager", "CreateGrant", {})
1973
2214
  .n("LicenseManagerClient", "CreateGrantCommand")
1974
- .f(void 0, void 0)
1975
- .ser(se_CreateGrantCommand)
1976
- .de(de_CreateGrantCommand)
2215
+ .sc(CreateGrant)
1977
2216
  .build() {
1978
2217
  }
1979
2218
 
@@ -1981,16 +2220,11 @@ class CreateGrantVersionCommand extends smithyClient.Command
1981
2220
  .classBuilder()
1982
2221
  .ep(commonParams)
1983
2222
  .m(function (Command, cs, config, o) {
1984
- return [
1985
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1986
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1987
- ];
2223
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1988
2224
  })
1989
2225
  .s("AWSLicenseManager", "CreateGrantVersion", {})
1990
2226
  .n("LicenseManagerClient", "CreateGrantVersionCommand")
1991
- .f(void 0, void 0)
1992
- .ser(se_CreateGrantVersionCommand)
1993
- .de(de_CreateGrantVersionCommand)
2227
+ .sc(CreateGrantVersion)
1994
2228
  .build() {
1995
2229
  }
1996
2230
 
@@ -1998,16 +2232,11 @@ class CreateLicenseCommand extends smithyClient.Command
1998
2232
  .classBuilder()
1999
2233
  .ep(commonParams)
2000
2234
  .m(function (Command, cs, config, o) {
2001
- return [
2002
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2003
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2004
- ];
2235
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2005
2236
  })
2006
2237
  .s("AWSLicenseManager", "CreateLicense", {})
2007
2238
  .n("LicenseManagerClient", "CreateLicenseCommand")
2008
- .f(void 0, void 0)
2009
- .ser(se_CreateLicenseCommand)
2010
- .de(de_CreateLicenseCommand)
2239
+ .sc(CreateLicense)
2011
2240
  .build() {
2012
2241
  }
2013
2242
 
@@ -2015,16 +2244,11 @@ class CreateLicenseConfigurationCommand extends smithyClient.Command
2015
2244
  .classBuilder()
2016
2245
  .ep(commonParams)
2017
2246
  .m(function (Command, cs, config, o) {
2018
- return [
2019
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2020
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2021
- ];
2247
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2022
2248
  })
2023
2249
  .s("AWSLicenseManager", "CreateLicenseConfiguration", {})
2024
2250
  .n("LicenseManagerClient", "CreateLicenseConfigurationCommand")
2025
- .f(void 0, void 0)
2026
- .ser(se_CreateLicenseConfigurationCommand)
2027
- .de(de_CreateLicenseConfigurationCommand)
2251
+ .sc(CreateLicenseConfiguration)
2028
2252
  .build() {
2029
2253
  }
2030
2254
 
@@ -2032,16 +2256,11 @@ class CreateLicenseConversionTaskForResourceCommand extends smithyClient.Command
2032
2256
  .classBuilder()
2033
2257
  .ep(commonParams)
2034
2258
  .m(function (Command, cs, config, o) {
2035
- return [
2036
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2037
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2038
- ];
2259
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2039
2260
  })
2040
2261
  .s("AWSLicenseManager", "CreateLicenseConversionTaskForResource", {})
2041
2262
  .n("LicenseManagerClient", "CreateLicenseConversionTaskForResourceCommand")
2042
- .f(void 0, void 0)
2043
- .ser(se_CreateLicenseConversionTaskForResourceCommand)
2044
- .de(de_CreateLicenseConversionTaskForResourceCommand)
2263
+ .sc(CreateLicenseConversionTaskForResource)
2045
2264
  .build() {
2046
2265
  }
2047
2266
 
@@ -2049,16 +2268,11 @@ class CreateLicenseManagerReportGeneratorCommand extends smithyClient.Command
2049
2268
  .classBuilder()
2050
2269
  .ep(commonParams)
2051
2270
  .m(function (Command, cs, config, o) {
2052
- return [
2053
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2054
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2055
- ];
2271
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2056
2272
  })
2057
2273
  .s("AWSLicenseManager", "CreateLicenseManagerReportGenerator", {})
2058
2274
  .n("LicenseManagerClient", "CreateLicenseManagerReportGeneratorCommand")
2059
- .f(void 0, void 0)
2060
- .ser(se_CreateLicenseManagerReportGeneratorCommand)
2061
- .de(de_CreateLicenseManagerReportGeneratorCommand)
2275
+ .sc(CreateLicenseManagerReportGenerator)
2062
2276
  .build() {
2063
2277
  }
2064
2278
 
@@ -2066,16 +2280,11 @@ class CreateLicenseVersionCommand extends smithyClient.Command
2066
2280
  .classBuilder()
2067
2281
  .ep(commonParams)
2068
2282
  .m(function (Command, cs, config, o) {
2069
- return [
2070
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2071
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2072
- ];
2283
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2073
2284
  })
2074
2285
  .s("AWSLicenseManager", "CreateLicenseVersion", {})
2075
2286
  .n("LicenseManagerClient", "CreateLicenseVersionCommand")
2076
- .f(void 0, void 0)
2077
- .ser(se_CreateLicenseVersionCommand)
2078
- .de(de_CreateLicenseVersionCommand)
2287
+ .sc(CreateLicenseVersion)
2079
2288
  .build() {
2080
2289
  }
2081
2290
 
@@ -2083,16 +2292,11 @@ class CreateTokenCommand extends smithyClient.Command
2083
2292
  .classBuilder()
2084
2293
  .ep(commonParams)
2085
2294
  .m(function (Command, cs, config, o) {
2086
- return [
2087
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2088
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2089
- ];
2295
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2090
2296
  })
2091
2297
  .s("AWSLicenseManager", "CreateToken", {})
2092
2298
  .n("LicenseManagerClient", "CreateTokenCommand")
2093
- .f(void 0, void 0)
2094
- .ser(se_CreateTokenCommand)
2095
- .de(de_CreateTokenCommand)
2299
+ .sc(CreateToken)
2096
2300
  .build() {
2097
2301
  }
2098
2302
 
@@ -2100,16 +2304,11 @@ class DeleteGrantCommand extends smithyClient.Command
2100
2304
  .classBuilder()
2101
2305
  .ep(commonParams)
2102
2306
  .m(function (Command, cs, config, o) {
2103
- return [
2104
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2105
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2106
- ];
2307
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2107
2308
  })
2108
2309
  .s("AWSLicenseManager", "DeleteGrant", {})
2109
2310
  .n("LicenseManagerClient", "DeleteGrantCommand")
2110
- .f(void 0, void 0)
2111
- .ser(se_DeleteGrantCommand)
2112
- .de(de_DeleteGrantCommand)
2311
+ .sc(DeleteGrant)
2113
2312
  .build() {
2114
2313
  }
2115
2314
 
@@ -2117,16 +2316,11 @@ class DeleteLicenseCommand extends smithyClient.Command
2117
2316
  .classBuilder()
2118
2317
  .ep(commonParams)
2119
2318
  .m(function (Command, cs, config, o) {
2120
- return [
2121
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2122
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2123
- ];
2319
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2124
2320
  })
2125
2321
  .s("AWSLicenseManager", "DeleteLicense", {})
2126
2322
  .n("LicenseManagerClient", "DeleteLicenseCommand")
2127
- .f(void 0, void 0)
2128
- .ser(se_DeleteLicenseCommand)
2129
- .de(de_DeleteLicenseCommand)
2323
+ .sc(DeleteLicense)
2130
2324
  .build() {
2131
2325
  }
2132
2326
 
@@ -2134,16 +2328,11 @@ class DeleteLicenseConfigurationCommand extends smithyClient.Command
2134
2328
  .classBuilder()
2135
2329
  .ep(commonParams)
2136
2330
  .m(function (Command, cs, config, o) {
2137
- return [
2138
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2139
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2140
- ];
2331
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2141
2332
  })
2142
2333
  .s("AWSLicenseManager", "DeleteLicenseConfiguration", {})
2143
2334
  .n("LicenseManagerClient", "DeleteLicenseConfigurationCommand")
2144
- .f(void 0, void 0)
2145
- .ser(se_DeleteLicenseConfigurationCommand)
2146
- .de(de_DeleteLicenseConfigurationCommand)
2335
+ .sc(DeleteLicenseConfiguration)
2147
2336
  .build() {
2148
2337
  }
2149
2338
 
@@ -2151,16 +2340,11 @@ class DeleteLicenseManagerReportGeneratorCommand extends smithyClient.Command
2151
2340
  .classBuilder()
2152
2341
  .ep(commonParams)
2153
2342
  .m(function (Command, cs, config, o) {
2154
- return [
2155
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2156
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2157
- ];
2343
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2158
2344
  })
2159
2345
  .s("AWSLicenseManager", "DeleteLicenseManagerReportGenerator", {})
2160
2346
  .n("LicenseManagerClient", "DeleteLicenseManagerReportGeneratorCommand")
2161
- .f(void 0, void 0)
2162
- .ser(se_DeleteLicenseManagerReportGeneratorCommand)
2163
- .de(de_DeleteLicenseManagerReportGeneratorCommand)
2347
+ .sc(DeleteLicenseManagerReportGenerator)
2164
2348
  .build() {
2165
2349
  }
2166
2350
 
@@ -2168,16 +2352,11 @@ class DeleteTokenCommand extends smithyClient.Command
2168
2352
  .classBuilder()
2169
2353
  .ep(commonParams)
2170
2354
  .m(function (Command, cs, config, o) {
2171
- return [
2172
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2173
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2174
- ];
2355
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2175
2356
  })
2176
2357
  .s("AWSLicenseManager", "DeleteToken", {})
2177
2358
  .n("LicenseManagerClient", "DeleteTokenCommand")
2178
- .f(void 0, void 0)
2179
- .ser(se_DeleteTokenCommand)
2180
- .de(de_DeleteTokenCommand)
2359
+ .sc(DeleteToken)
2181
2360
  .build() {
2182
2361
  }
2183
2362
 
@@ -2185,16 +2364,11 @@ class ExtendLicenseConsumptionCommand extends smithyClient.Command
2185
2364
  .classBuilder()
2186
2365
  .ep(commonParams)
2187
2366
  .m(function (Command, cs, config, o) {
2188
- return [
2189
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2190
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2191
- ];
2367
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2192
2368
  })
2193
2369
  .s("AWSLicenseManager", "ExtendLicenseConsumption", {})
2194
2370
  .n("LicenseManagerClient", "ExtendLicenseConsumptionCommand")
2195
- .f(void 0, void 0)
2196
- .ser(se_ExtendLicenseConsumptionCommand)
2197
- .de(de_ExtendLicenseConsumptionCommand)
2371
+ .sc(ExtendLicenseConsumption)
2198
2372
  .build() {
2199
2373
  }
2200
2374
 
@@ -2202,16 +2376,11 @@ class GetAccessTokenCommand extends smithyClient.Command
2202
2376
  .classBuilder()
2203
2377
  .ep(commonParams)
2204
2378
  .m(function (Command, cs, config, o) {
2205
- return [
2206
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2207
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2208
- ];
2379
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2209
2380
  })
2210
2381
  .s("AWSLicenseManager", "GetAccessToken", {})
2211
2382
  .n("LicenseManagerClient", "GetAccessTokenCommand")
2212
- .f(void 0, void 0)
2213
- .ser(se_GetAccessTokenCommand)
2214
- .de(de_GetAccessTokenCommand)
2383
+ .sc(GetAccessToken)
2215
2384
  .build() {
2216
2385
  }
2217
2386
 
@@ -2219,16 +2388,11 @@ class GetGrantCommand extends smithyClient.Command
2219
2388
  .classBuilder()
2220
2389
  .ep(commonParams)
2221
2390
  .m(function (Command, cs, config, o) {
2222
- return [
2223
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2224
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2225
- ];
2391
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2226
2392
  })
2227
2393
  .s("AWSLicenseManager", "GetGrant", {})
2228
2394
  .n("LicenseManagerClient", "GetGrantCommand")
2229
- .f(void 0, void 0)
2230
- .ser(se_GetGrantCommand)
2231
- .de(de_GetGrantCommand)
2395
+ .sc(GetGrant)
2232
2396
  .build() {
2233
2397
  }
2234
2398
 
@@ -2236,16 +2400,11 @@ class GetLicenseCommand extends smithyClient.Command
2236
2400
  .classBuilder()
2237
2401
  .ep(commonParams)
2238
2402
  .m(function (Command, cs, config, o) {
2239
- return [
2240
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2241
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2242
- ];
2403
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2243
2404
  })
2244
2405
  .s("AWSLicenseManager", "GetLicense", {})
2245
2406
  .n("LicenseManagerClient", "GetLicenseCommand")
2246
- .f(void 0, void 0)
2247
- .ser(se_GetLicenseCommand)
2248
- .de(de_GetLicenseCommand)
2407
+ .sc(GetLicense)
2249
2408
  .build() {
2250
2409
  }
2251
2410
 
@@ -2253,16 +2412,11 @@ class GetLicenseConfigurationCommand extends smithyClient.Command
2253
2412
  .classBuilder()
2254
2413
  .ep(commonParams)
2255
2414
  .m(function (Command, cs, config, o) {
2256
- return [
2257
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2258
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2259
- ];
2415
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2260
2416
  })
2261
2417
  .s("AWSLicenseManager", "GetLicenseConfiguration", {})
2262
2418
  .n("LicenseManagerClient", "GetLicenseConfigurationCommand")
2263
- .f(void 0, void 0)
2264
- .ser(se_GetLicenseConfigurationCommand)
2265
- .de(de_GetLicenseConfigurationCommand)
2419
+ .sc(GetLicenseConfiguration)
2266
2420
  .build() {
2267
2421
  }
2268
2422
 
@@ -2270,16 +2424,11 @@ class GetLicenseConversionTaskCommand extends smithyClient.Command
2270
2424
  .classBuilder()
2271
2425
  .ep(commonParams)
2272
2426
  .m(function (Command, cs, config, o) {
2273
- return [
2274
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2275
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2276
- ];
2427
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2277
2428
  })
2278
2429
  .s("AWSLicenseManager", "GetLicenseConversionTask", {})
2279
2430
  .n("LicenseManagerClient", "GetLicenseConversionTaskCommand")
2280
- .f(void 0, void 0)
2281
- .ser(se_GetLicenseConversionTaskCommand)
2282
- .de(de_GetLicenseConversionTaskCommand)
2431
+ .sc(GetLicenseConversionTask)
2283
2432
  .build() {
2284
2433
  }
2285
2434
 
@@ -2287,16 +2436,11 @@ class GetLicenseManagerReportGeneratorCommand extends smithyClient.Command
2287
2436
  .classBuilder()
2288
2437
  .ep(commonParams)
2289
2438
  .m(function (Command, cs, config, o) {
2290
- return [
2291
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2292
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2293
- ];
2439
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2294
2440
  })
2295
2441
  .s("AWSLicenseManager", "GetLicenseManagerReportGenerator", {})
2296
2442
  .n("LicenseManagerClient", "GetLicenseManagerReportGeneratorCommand")
2297
- .f(void 0, void 0)
2298
- .ser(se_GetLicenseManagerReportGeneratorCommand)
2299
- .de(de_GetLicenseManagerReportGeneratorCommand)
2443
+ .sc(GetLicenseManagerReportGenerator)
2300
2444
  .build() {
2301
2445
  }
2302
2446
 
@@ -2304,16 +2448,11 @@ class GetLicenseUsageCommand extends smithyClient.Command
2304
2448
  .classBuilder()
2305
2449
  .ep(commonParams)
2306
2450
  .m(function (Command, cs, config, o) {
2307
- return [
2308
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2309
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2310
- ];
2451
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2311
2452
  })
2312
2453
  .s("AWSLicenseManager", "GetLicenseUsage", {})
2313
2454
  .n("LicenseManagerClient", "GetLicenseUsageCommand")
2314
- .f(void 0, void 0)
2315
- .ser(se_GetLicenseUsageCommand)
2316
- .de(de_GetLicenseUsageCommand)
2455
+ .sc(GetLicenseUsage)
2317
2456
  .build() {
2318
2457
  }
2319
2458
 
@@ -2321,16 +2460,11 @@ class GetServiceSettingsCommand extends smithyClient.Command
2321
2460
  .classBuilder()
2322
2461
  .ep(commonParams)
2323
2462
  .m(function (Command, cs, config, o) {
2324
- return [
2325
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2326
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2327
- ];
2463
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2328
2464
  })
2329
2465
  .s("AWSLicenseManager", "GetServiceSettings", {})
2330
2466
  .n("LicenseManagerClient", "GetServiceSettingsCommand")
2331
- .f(void 0, void 0)
2332
- .ser(se_GetServiceSettingsCommand)
2333
- .de(de_GetServiceSettingsCommand)
2467
+ .sc(GetServiceSettings)
2334
2468
  .build() {
2335
2469
  }
2336
2470
 
@@ -2338,16 +2472,11 @@ class ListAssociationsForLicenseConfigurationCommand extends smithyClient.Comman
2338
2472
  .classBuilder()
2339
2473
  .ep(commonParams)
2340
2474
  .m(function (Command, cs, config, o) {
2341
- return [
2342
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2343
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2344
- ];
2475
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2345
2476
  })
2346
2477
  .s("AWSLicenseManager", "ListAssociationsForLicenseConfiguration", {})
2347
2478
  .n("LicenseManagerClient", "ListAssociationsForLicenseConfigurationCommand")
2348
- .f(void 0, void 0)
2349
- .ser(se_ListAssociationsForLicenseConfigurationCommand)
2350
- .de(de_ListAssociationsForLicenseConfigurationCommand)
2479
+ .sc(ListAssociationsForLicenseConfiguration)
2351
2480
  .build() {
2352
2481
  }
2353
2482
 
@@ -2355,16 +2484,11 @@ class ListDistributedGrantsCommand extends smithyClient.Command
2355
2484
  .classBuilder()
2356
2485
  .ep(commonParams)
2357
2486
  .m(function (Command, cs, config, o) {
2358
- return [
2359
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2360
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2361
- ];
2487
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2362
2488
  })
2363
2489
  .s("AWSLicenseManager", "ListDistributedGrants", {})
2364
2490
  .n("LicenseManagerClient", "ListDistributedGrantsCommand")
2365
- .f(void 0, void 0)
2366
- .ser(se_ListDistributedGrantsCommand)
2367
- .de(de_ListDistributedGrantsCommand)
2491
+ .sc(ListDistributedGrants)
2368
2492
  .build() {
2369
2493
  }
2370
2494
 
@@ -2372,16 +2496,11 @@ class ListFailuresForLicenseConfigurationOperationsCommand extends smithyClient.
2372
2496
  .classBuilder()
2373
2497
  .ep(commonParams)
2374
2498
  .m(function (Command, cs, config, o) {
2375
- return [
2376
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2377
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2378
- ];
2499
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2379
2500
  })
2380
2501
  .s("AWSLicenseManager", "ListFailuresForLicenseConfigurationOperations", {})
2381
2502
  .n("LicenseManagerClient", "ListFailuresForLicenseConfigurationOperationsCommand")
2382
- .f(void 0, void 0)
2383
- .ser(se_ListFailuresForLicenseConfigurationOperationsCommand)
2384
- .de(de_ListFailuresForLicenseConfigurationOperationsCommand)
2503
+ .sc(ListFailuresForLicenseConfigurationOperations)
2385
2504
  .build() {
2386
2505
  }
2387
2506
 
@@ -2389,16 +2508,11 @@ class ListLicenseConfigurationsCommand extends smithyClient.Command
2389
2508
  .classBuilder()
2390
2509
  .ep(commonParams)
2391
2510
  .m(function (Command, cs, config, o) {
2392
- return [
2393
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2394
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2395
- ];
2511
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2396
2512
  })
2397
2513
  .s("AWSLicenseManager", "ListLicenseConfigurations", {})
2398
2514
  .n("LicenseManagerClient", "ListLicenseConfigurationsCommand")
2399
- .f(void 0, void 0)
2400
- .ser(se_ListLicenseConfigurationsCommand)
2401
- .de(de_ListLicenseConfigurationsCommand)
2515
+ .sc(ListLicenseConfigurations)
2402
2516
  .build() {
2403
2517
  }
2404
2518
 
@@ -2406,16 +2520,11 @@ class ListLicenseConversionTasksCommand extends smithyClient.Command
2406
2520
  .classBuilder()
2407
2521
  .ep(commonParams)
2408
2522
  .m(function (Command, cs, config, o) {
2409
- return [
2410
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2411
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2412
- ];
2523
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2413
2524
  })
2414
2525
  .s("AWSLicenseManager", "ListLicenseConversionTasks", {})
2415
2526
  .n("LicenseManagerClient", "ListLicenseConversionTasksCommand")
2416
- .f(void 0, void 0)
2417
- .ser(se_ListLicenseConversionTasksCommand)
2418
- .de(de_ListLicenseConversionTasksCommand)
2527
+ .sc(ListLicenseConversionTasks)
2419
2528
  .build() {
2420
2529
  }
2421
2530
 
@@ -2423,16 +2532,11 @@ class ListLicenseManagerReportGeneratorsCommand extends smithyClient.Command
2423
2532
  .classBuilder()
2424
2533
  .ep(commonParams)
2425
2534
  .m(function (Command, cs, config, o) {
2426
- return [
2427
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2428
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2429
- ];
2535
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2430
2536
  })
2431
2537
  .s("AWSLicenseManager", "ListLicenseManagerReportGenerators", {})
2432
2538
  .n("LicenseManagerClient", "ListLicenseManagerReportGeneratorsCommand")
2433
- .f(void 0, void 0)
2434
- .ser(se_ListLicenseManagerReportGeneratorsCommand)
2435
- .de(de_ListLicenseManagerReportGeneratorsCommand)
2539
+ .sc(ListLicenseManagerReportGenerators)
2436
2540
  .build() {
2437
2541
  }
2438
2542
 
@@ -2440,16 +2544,11 @@ class ListLicensesCommand extends smithyClient.Command
2440
2544
  .classBuilder()
2441
2545
  .ep(commonParams)
2442
2546
  .m(function (Command, cs, config, o) {
2443
- return [
2444
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2445
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2446
- ];
2547
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2447
2548
  })
2448
2549
  .s("AWSLicenseManager", "ListLicenses", {})
2449
2550
  .n("LicenseManagerClient", "ListLicensesCommand")
2450
- .f(void 0, void 0)
2451
- .ser(se_ListLicensesCommand)
2452
- .de(de_ListLicensesCommand)
2551
+ .sc(ListLicenses)
2453
2552
  .build() {
2454
2553
  }
2455
2554
 
@@ -2457,16 +2556,11 @@ class ListLicenseSpecificationsForResourceCommand extends smithyClient.Command
2457
2556
  .classBuilder()
2458
2557
  .ep(commonParams)
2459
2558
  .m(function (Command, cs, config, o) {
2460
- return [
2461
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2462
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2463
- ];
2559
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2464
2560
  })
2465
2561
  .s("AWSLicenseManager", "ListLicenseSpecificationsForResource", {})
2466
2562
  .n("LicenseManagerClient", "ListLicenseSpecificationsForResourceCommand")
2467
- .f(void 0, void 0)
2468
- .ser(se_ListLicenseSpecificationsForResourceCommand)
2469
- .de(de_ListLicenseSpecificationsForResourceCommand)
2563
+ .sc(ListLicenseSpecificationsForResource)
2470
2564
  .build() {
2471
2565
  }
2472
2566
 
@@ -2474,16 +2568,11 @@ class ListLicenseVersionsCommand extends smithyClient.Command
2474
2568
  .classBuilder()
2475
2569
  .ep(commonParams)
2476
2570
  .m(function (Command, cs, config, o) {
2477
- return [
2478
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2479
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2480
- ];
2571
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2481
2572
  })
2482
2573
  .s("AWSLicenseManager", "ListLicenseVersions", {})
2483
2574
  .n("LicenseManagerClient", "ListLicenseVersionsCommand")
2484
- .f(void 0, void 0)
2485
- .ser(se_ListLicenseVersionsCommand)
2486
- .de(de_ListLicenseVersionsCommand)
2575
+ .sc(ListLicenseVersions)
2487
2576
  .build() {
2488
2577
  }
2489
2578
 
@@ -2491,16 +2580,11 @@ class ListReceivedGrantsCommand extends smithyClient.Command
2491
2580
  .classBuilder()
2492
2581
  .ep(commonParams)
2493
2582
  .m(function (Command, cs, config, o) {
2494
- return [
2495
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2496
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2497
- ];
2583
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2498
2584
  })
2499
2585
  .s("AWSLicenseManager", "ListReceivedGrants", {})
2500
2586
  .n("LicenseManagerClient", "ListReceivedGrantsCommand")
2501
- .f(void 0, void 0)
2502
- .ser(se_ListReceivedGrantsCommand)
2503
- .de(de_ListReceivedGrantsCommand)
2587
+ .sc(ListReceivedGrants)
2504
2588
  .build() {
2505
2589
  }
2506
2590
 
@@ -2508,16 +2592,11 @@ class ListReceivedGrantsForOrganizationCommand extends smithyClient.Command
2508
2592
  .classBuilder()
2509
2593
  .ep(commonParams)
2510
2594
  .m(function (Command, cs, config, o) {
2511
- return [
2512
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2513
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2514
- ];
2595
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2515
2596
  })
2516
2597
  .s("AWSLicenseManager", "ListReceivedGrantsForOrganization", {})
2517
2598
  .n("LicenseManagerClient", "ListReceivedGrantsForOrganizationCommand")
2518
- .f(void 0, void 0)
2519
- .ser(se_ListReceivedGrantsForOrganizationCommand)
2520
- .de(de_ListReceivedGrantsForOrganizationCommand)
2599
+ .sc(ListReceivedGrantsForOrganization)
2521
2600
  .build() {
2522
2601
  }
2523
2602
 
@@ -2525,16 +2604,11 @@ class ListReceivedLicensesCommand extends smithyClient.Command
2525
2604
  .classBuilder()
2526
2605
  .ep(commonParams)
2527
2606
  .m(function (Command, cs, config, o) {
2528
- return [
2529
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2530
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2531
- ];
2607
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2532
2608
  })
2533
2609
  .s("AWSLicenseManager", "ListReceivedLicenses", {})
2534
2610
  .n("LicenseManagerClient", "ListReceivedLicensesCommand")
2535
- .f(void 0, void 0)
2536
- .ser(se_ListReceivedLicensesCommand)
2537
- .de(de_ListReceivedLicensesCommand)
2611
+ .sc(ListReceivedLicenses)
2538
2612
  .build() {
2539
2613
  }
2540
2614
 
@@ -2542,16 +2616,11 @@ class ListReceivedLicensesForOrganizationCommand extends smithyClient.Command
2542
2616
  .classBuilder()
2543
2617
  .ep(commonParams)
2544
2618
  .m(function (Command, cs, config, o) {
2545
- return [
2546
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2547
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2548
- ];
2619
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2549
2620
  })
2550
2621
  .s("AWSLicenseManager", "ListReceivedLicensesForOrganization", {})
2551
2622
  .n("LicenseManagerClient", "ListReceivedLicensesForOrganizationCommand")
2552
- .f(void 0, void 0)
2553
- .ser(se_ListReceivedLicensesForOrganizationCommand)
2554
- .de(de_ListReceivedLicensesForOrganizationCommand)
2623
+ .sc(ListReceivedLicensesForOrganization)
2555
2624
  .build() {
2556
2625
  }
2557
2626
 
@@ -2559,16 +2628,11 @@ class ListResourceInventoryCommand extends smithyClient.Command
2559
2628
  .classBuilder()
2560
2629
  .ep(commonParams)
2561
2630
  .m(function (Command, cs, config, o) {
2562
- return [
2563
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2564
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2565
- ];
2631
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2566
2632
  })
2567
2633
  .s("AWSLicenseManager", "ListResourceInventory", {})
2568
2634
  .n("LicenseManagerClient", "ListResourceInventoryCommand")
2569
- .f(void 0, void 0)
2570
- .ser(se_ListResourceInventoryCommand)
2571
- .de(de_ListResourceInventoryCommand)
2635
+ .sc(ListResourceInventory)
2572
2636
  .build() {
2573
2637
  }
2574
2638
 
@@ -2576,16 +2640,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
2576
2640
  .classBuilder()
2577
2641
  .ep(commonParams)
2578
2642
  .m(function (Command, cs, config, o) {
2579
- return [
2580
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2581
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2582
- ];
2643
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2583
2644
  })
2584
2645
  .s("AWSLicenseManager", "ListTagsForResource", {})
2585
2646
  .n("LicenseManagerClient", "ListTagsForResourceCommand")
2586
- .f(void 0, void 0)
2587
- .ser(se_ListTagsForResourceCommand)
2588
- .de(de_ListTagsForResourceCommand)
2647
+ .sc(ListTagsForResource)
2589
2648
  .build() {
2590
2649
  }
2591
2650
 
@@ -2593,16 +2652,11 @@ class ListTokensCommand extends smithyClient.Command
2593
2652
  .classBuilder()
2594
2653
  .ep(commonParams)
2595
2654
  .m(function (Command, cs, config, o) {
2596
- return [
2597
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2598
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2599
- ];
2655
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2600
2656
  })
2601
2657
  .s("AWSLicenseManager", "ListTokens", {})
2602
2658
  .n("LicenseManagerClient", "ListTokensCommand")
2603
- .f(void 0, void 0)
2604
- .ser(se_ListTokensCommand)
2605
- .de(de_ListTokensCommand)
2659
+ .sc(ListTokens)
2606
2660
  .build() {
2607
2661
  }
2608
2662
 
@@ -2610,16 +2664,11 @@ class ListUsageForLicenseConfigurationCommand extends smithyClient.Command
2610
2664
  .classBuilder()
2611
2665
  .ep(commonParams)
2612
2666
  .m(function (Command, cs, config, o) {
2613
- return [
2614
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2615
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2616
- ];
2667
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2617
2668
  })
2618
2669
  .s("AWSLicenseManager", "ListUsageForLicenseConfiguration", {})
2619
2670
  .n("LicenseManagerClient", "ListUsageForLicenseConfigurationCommand")
2620
- .f(void 0, void 0)
2621
- .ser(se_ListUsageForLicenseConfigurationCommand)
2622
- .de(de_ListUsageForLicenseConfigurationCommand)
2671
+ .sc(ListUsageForLicenseConfiguration)
2623
2672
  .build() {
2624
2673
  }
2625
2674
 
@@ -2627,16 +2676,11 @@ class RejectGrantCommand extends smithyClient.Command
2627
2676
  .classBuilder()
2628
2677
  .ep(commonParams)
2629
2678
  .m(function (Command, cs, config, o) {
2630
- return [
2631
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2632
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2633
- ];
2679
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2634
2680
  })
2635
2681
  .s("AWSLicenseManager", "RejectGrant", {})
2636
2682
  .n("LicenseManagerClient", "RejectGrantCommand")
2637
- .f(void 0, void 0)
2638
- .ser(se_RejectGrantCommand)
2639
- .de(de_RejectGrantCommand)
2683
+ .sc(RejectGrant)
2640
2684
  .build() {
2641
2685
  }
2642
2686
 
@@ -2644,16 +2688,11 @@ class TagResourceCommand extends smithyClient.Command
2644
2688
  .classBuilder()
2645
2689
  .ep(commonParams)
2646
2690
  .m(function (Command, cs, config, o) {
2647
- return [
2648
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2649
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2650
- ];
2691
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2651
2692
  })
2652
2693
  .s("AWSLicenseManager", "TagResource", {})
2653
2694
  .n("LicenseManagerClient", "TagResourceCommand")
2654
- .f(void 0, void 0)
2655
- .ser(se_TagResourceCommand)
2656
- .de(de_TagResourceCommand)
2695
+ .sc(TagResource)
2657
2696
  .build() {
2658
2697
  }
2659
2698
 
@@ -2661,16 +2700,11 @@ class UntagResourceCommand extends smithyClient.Command
2661
2700
  .classBuilder()
2662
2701
  .ep(commonParams)
2663
2702
  .m(function (Command, cs, config, o) {
2664
- return [
2665
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2666
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2667
- ];
2703
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2668
2704
  })
2669
2705
  .s("AWSLicenseManager", "UntagResource", {})
2670
2706
  .n("LicenseManagerClient", "UntagResourceCommand")
2671
- .f(void 0, void 0)
2672
- .ser(se_UntagResourceCommand)
2673
- .de(de_UntagResourceCommand)
2707
+ .sc(UntagResource)
2674
2708
  .build() {
2675
2709
  }
2676
2710
 
@@ -2678,16 +2712,11 @@ class UpdateLicenseConfigurationCommand extends smithyClient.Command
2678
2712
  .classBuilder()
2679
2713
  .ep(commonParams)
2680
2714
  .m(function (Command, cs, config, o) {
2681
- return [
2682
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2683
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2684
- ];
2715
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2685
2716
  })
2686
2717
  .s("AWSLicenseManager", "UpdateLicenseConfiguration", {})
2687
2718
  .n("LicenseManagerClient", "UpdateLicenseConfigurationCommand")
2688
- .f(void 0, void 0)
2689
- .ser(se_UpdateLicenseConfigurationCommand)
2690
- .de(de_UpdateLicenseConfigurationCommand)
2719
+ .sc(UpdateLicenseConfiguration)
2691
2720
  .build() {
2692
2721
  }
2693
2722
 
@@ -2695,16 +2724,11 @@ class UpdateLicenseManagerReportGeneratorCommand extends smithyClient.Command
2695
2724
  .classBuilder()
2696
2725
  .ep(commonParams)
2697
2726
  .m(function (Command, cs, config, o) {
2698
- return [
2699
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2700
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2701
- ];
2727
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2702
2728
  })
2703
2729
  .s("AWSLicenseManager", "UpdateLicenseManagerReportGenerator", {})
2704
2730
  .n("LicenseManagerClient", "UpdateLicenseManagerReportGeneratorCommand")
2705
- .f(void 0, void 0)
2706
- .ser(se_UpdateLicenseManagerReportGeneratorCommand)
2707
- .de(de_UpdateLicenseManagerReportGeneratorCommand)
2731
+ .sc(UpdateLicenseManagerReportGenerator)
2708
2732
  .build() {
2709
2733
  }
2710
2734
 
@@ -2712,16 +2736,11 @@ class UpdateLicenseSpecificationsForResourceCommand extends smithyClient.Command
2712
2736
  .classBuilder()
2713
2737
  .ep(commonParams)
2714
2738
  .m(function (Command, cs, config, o) {
2715
- return [
2716
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2717
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2718
- ];
2739
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2719
2740
  })
2720
2741
  .s("AWSLicenseManager", "UpdateLicenseSpecificationsForResource", {})
2721
2742
  .n("LicenseManagerClient", "UpdateLicenseSpecificationsForResourceCommand")
2722
- .f(void 0, void 0)
2723
- .ser(se_UpdateLicenseSpecificationsForResourceCommand)
2724
- .de(de_UpdateLicenseSpecificationsForResourceCommand)
2743
+ .sc(UpdateLicenseSpecificationsForResource)
2725
2744
  .build() {
2726
2745
  }
2727
2746
 
@@ -2729,16 +2748,11 @@ class UpdateServiceSettingsCommand extends smithyClient.Command
2729
2748
  .classBuilder()
2730
2749
  .ep(commonParams)
2731
2750
  .m(function (Command, cs, config, o) {
2732
- return [
2733
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2734
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2735
- ];
2751
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2736
2752
  })
2737
2753
  .s("AWSLicenseManager", "UpdateServiceSettings", {})
2738
2754
  .n("LicenseManagerClient", "UpdateServiceSettingsCommand")
2739
- .f(void 0, void 0)
2740
- .ser(se_UpdateServiceSettingsCommand)
2741
- .de(de_UpdateServiceSettingsCommand)
2755
+ .sc(UpdateServiceSettings)
2742
2756
  .build() {
2743
2757
  }
2744
2758
 
@@ -2807,15 +2821,15 @@ Object.defineProperty(exports, "__Client", {
2807
2821
  get: function () { return smithyClient.Client; }
2808
2822
  });
2809
2823
  exports.AcceptGrantCommand = AcceptGrantCommand;
2810
- exports.AccessDeniedException = AccessDeniedException;
2824
+ exports.AccessDeniedException = AccessDeniedException$1;
2811
2825
  exports.ActivationOverrideBehavior = ActivationOverrideBehavior;
2812
2826
  exports.AllowedOperation = AllowedOperation;
2813
- exports.AuthorizationException = AuthorizationException;
2827
+ exports.AuthorizationException = AuthorizationException$1;
2814
2828
  exports.CheckInLicenseCommand = CheckInLicenseCommand;
2815
2829
  exports.CheckoutBorrowLicenseCommand = CheckoutBorrowLicenseCommand;
2816
2830
  exports.CheckoutLicenseCommand = CheckoutLicenseCommand;
2817
2831
  exports.CheckoutType = CheckoutType;
2818
- exports.ConflictException = ConflictException;
2832
+ exports.ConflictException = ConflictException$1;
2819
2833
  exports.CreateGrantCommand = CreateGrantCommand;
2820
2834
  exports.CreateGrantVersionCommand = CreateGrantVersionCommand;
2821
2835
  exports.CreateLicenseCommand = CreateLicenseCommand;
@@ -2831,11 +2845,11 @@ exports.DeleteLicenseManagerReportGeneratorCommand = DeleteLicenseManagerReportG
2831
2845
  exports.DeleteTokenCommand = DeleteTokenCommand;
2832
2846
  exports.DigitalSignatureMethod = DigitalSignatureMethod;
2833
2847
  exports.EntitlementDataUnit = EntitlementDataUnit;
2834
- exports.EntitlementNotAllowedException = EntitlementNotAllowedException;
2848
+ exports.EntitlementNotAllowedException = EntitlementNotAllowedException$1;
2835
2849
  exports.EntitlementUnit = EntitlementUnit;
2836
2850
  exports.ExtendLicenseConsumptionCommand = ExtendLicenseConsumptionCommand;
2837
- exports.FailedDependencyException = FailedDependencyException;
2838
- exports.FilterLimitExceededException = FilterLimitExceededException;
2851
+ exports.FailedDependencyException = FailedDependencyException$1;
2852
+ exports.FilterLimitExceededException = FilterLimitExceededException$1;
2839
2853
  exports.GetAccessTokenCommand = GetAccessTokenCommand;
2840
2854
  exports.GetGrantCommand = GetGrantCommand;
2841
2855
  exports.GetLicenseCommand = GetLicenseCommand;
@@ -2845,8 +2859,8 @@ exports.GetLicenseManagerReportGeneratorCommand = GetLicenseManagerReportGenerat
2845
2859
  exports.GetLicenseUsageCommand = GetLicenseUsageCommand;
2846
2860
  exports.GetServiceSettingsCommand = GetServiceSettingsCommand;
2847
2861
  exports.GrantStatus = GrantStatus;
2848
- exports.InvalidParameterValueException = InvalidParameterValueException;
2849
- exports.InvalidResourceStateException = InvalidResourceStateException;
2862
+ exports.InvalidParameterValueException = InvalidParameterValueException$1;
2863
+ exports.InvalidResourceStateException = InvalidResourceStateException$1;
2850
2864
  exports.InventoryFilterCondition = InventoryFilterCondition;
2851
2865
  exports.LicenseConfigurationStatus = LicenseConfigurationStatus;
2852
2866
  exports.LicenseConversionTaskStatus = LicenseConversionTaskStatus;
@@ -2854,9 +2868,9 @@ exports.LicenseCountingType = LicenseCountingType;
2854
2868
  exports.LicenseDeletionStatus = LicenseDeletionStatus;
2855
2869
  exports.LicenseManager = LicenseManager;
2856
2870
  exports.LicenseManagerClient = LicenseManagerClient;
2857
- exports.LicenseManagerServiceException = LicenseManagerServiceException;
2871
+ exports.LicenseManagerServiceException = LicenseManagerServiceException$1;
2858
2872
  exports.LicenseStatus = LicenseStatus;
2859
- exports.LicenseUsageException = LicenseUsageException;
2873
+ exports.LicenseUsageException = LicenseUsageException$1;
2860
2874
  exports.ListAssociationsForLicenseConfigurationCommand = ListAssociationsForLicenseConfigurationCommand;
2861
2875
  exports.ListDistributedGrantsCommand = ListDistributedGrantsCommand;
2862
2876
  exports.ListFailuresForLicenseConfigurationOperationsCommand = ListFailuresForLicenseConfigurationOperationsCommand;
@@ -2874,25 +2888,25 @@ exports.ListResourceInventoryCommand = ListResourceInventoryCommand;
2874
2888
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2875
2889
  exports.ListTokensCommand = ListTokensCommand;
2876
2890
  exports.ListUsageForLicenseConfigurationCommand = ListUsageForLicenseConfigurationCommand;
2877
- exports.NoEntitlementsAllowedException = NoEntitlementsAllowedException;
2891
+ exports.NoEntitlementsAllowedException = NoEntitlementsAllowedException$1;
2878
2892
  exports.ProductCodeType = ProductCodeType;
2879
- exports.RateLimitExceededException = RateLimitExceededException;
2893
+ exports.RateLimitExceededException = RateLimitExceededException$1;
2880
2894
  exports.ReceivedStatus = ReceivedStatus;
2881
- exports.RedirectException = RedirectException;
2895
+ exports.RedirectException = RedirectException$1;
2882
2896
  exports.RejectGrantCommand = RejectGrantCommand;
2883
2897
  exports.RenewType = RenewType;
2884
2898
  exports.ReportFrequencyType = ReportFrequencyType;
2885
2899
  exports.ReportType = ReportType;
2886
- exports.ResourceLimitExceededException = ResourceLimitExceededException;
2887
- exports.ResourceNotFoundException = ResourceNotFoundException;
2900
+ exports.ResourceLimitExceededException = ResourceLimitExceededException$1;
2901
+ exports.ResourceNotFoundException = ResourceNotFoundException$1;
2888
2902
  exports.ResourceType = ResourceType;
2889
- exports.ServerInternalException = ServerInternalException;
2903
+ exports.ServerInternalException = ServerInternalException$1;
2890
2904
  exports.TagResourceCommand = TagResourceCommand;
2891
2905
  exports.TokenType = TokenType;
2892
- exports.UnsupportedDigitalSignatureMethodException = UnsupportedDigitalSignatureMethodException;
2906
+ exports.UnsupportedDigitalSignatureMethodException = UnsupportedDigitalSignatureMethodException$1;
2893
2907
  exports.UntagResourceCommand = UntagResourceCommand;
2894
2908
  exports.UpdateLicenseConfigurationCommand = UpdateLicenseConfigurationCommand;
2895
2909
  exports.UpdateLicenseManagerReportGeneratorCommand = UpdateLicenseManagerReportGeneratorCommand;
2896
2910
  exports.UpdateLicenseSpecificationsForResourceCommand = UpdateLicenseSpecificationsForResourceCommand;
2897
2911
  exports.UpdateServiceSettingsCommand = UpdateServiceSettingsCommand;
2898
- exports.ValidationException = ValidationException;
2912
+ exports.ValidationException = ValidationException$1;