@aws-sdk/client-license-manager 3.952.0 → 3.954.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 (82) hide show
  1. package/dist-cjs/index.js +849 -579
  2. package/dist-cjs/runtimeConfig.shared.js +7 -6
  3. package/dist-es/commands/AcceptGrantCommand.js +2 -2
  4. package/dist-es/commands/CheckInLicenseCommand.js +2 -2
  5. package/dist-es/commands/CheckoutBorrowLicenseCommand.js +2 -2
  6. package/dist-es/commands/CheckoutLicenseCommand.js +2 -2
  7. package/dist-es/commands/CreateGrantCommand.js +2 -2
  8. package/dist-es/commands/CreateGrantVersionCommand.js +2 -2
  9. package/dist-es/commands/CreateLicenseAssetGroupCommand.js +2 -2
  10. package/dist-es/commands/CreateLicenseAssetRulesetCommand.js +2 -2
  11. package/dist-es/commands/CreateLicenseCommand.js +2 -2
  12. package/dist-es/commands/CreateLicenseConfigurationCommand.js +2 -2
  13. package/dist-es/commands/CreateLicenseConversionTaskForResourceCommand.js +2 -2
  14. package/dist-es/commands/CreateLicenseManagerReportGeneratorCommand.js +2 -2
  15. package/dist-es/commands/CreateLicenseVersionCommand.js +2 -2
  16. package/dist-es/commands/CreateTokenCommand.js +2 -2
  17. package/dist-es/commands/DeleteGrantCommand.js +2 -2
  18. package/dist-es/commands/DeleteLicenseAssetGroupCommand.js +2 -2
  19. package/dist-es/commands/DeleteLicenseAssetRulesetCommand.js +2 -2
  20. package/dist-es/commands/DeleteLicenseCommand.js +2 -2
  21. package/dist-es/commands/DeleteLicenseConfigurationCommand.js +2 -2
  22. package/dist-es/commands/DeleteLicenseManagerReportGeneratorCommand.js +2 -2
  23. package/dist-es/commands/DeleteTokenCommand.js +2 -2
  24. package/dist-es/commands/ExtendLicenseConsumptionCommand.js +2 -2
  25. package/dist-es/commands/GetAccessTokenCommand.js +2 -2
  26. package/dist-es/commands/GetGrantCommand.js +2 -2
  27. package/dist-es/commands/GetLicenseAssetGroupCommand.js +2 -2
  28. package/dist-es/commands/GetLicenseAssetRulesetCommand.js +2 -2
  29. package/dist-es/commands/GetLicenseCommand.js +2 -2
  30. package/dist-es/commands/GetLicenseConfigurationCommand.js +2 -2
  31. package/dist-es/commands/GetLicenseConversionTaskCommand.js +2 -2
  32. package/dist-es/commands/GetLicenseManagerReportGeneratorCommand.js +2 -2
  33. package/dist-es/commands/GetLicenseUsageCommand.js +2 -2
  34. package/dist-es/commands/GetServiceSettingsCommand.js +2 -2
  35. package/dist-es/commands/ListAssetsForLicenseAssetGroupCommand.js +2 -2
  36. package/dist-es/commands/ListAssociationsForLicenseConfigurationCommand.js +2 -2
  37. package/dist-es/commands/ListDistributedGrantsCommand.js +2 -2
  38. package/dist-es/commands/ListFailuresForLicenseConfigurationOperationsCommand.js +2 -2
  39. package/dist-es/commands/ListLicenseAssetGroupsCommand.js +2 -2
  40. package/dist-es/commands/ListLicenseAssetRulesetsCommand.js +2 -2
  41. package/dist-es/commands/ListLicenseConfigurationsCommand.js +2 -2
  42. package/dist-es/commands/ListLicenseConfigurationsForOrganizationCommand.js +2 -2
  43. package/dist-es/commands/ListLicenseConversionTasksCommand.js +2 -2
  44. package/dist-es/commands/ListLicenseManagerReportGeneratorsCommand.js +2 -2
  45. package/dist-es/commands/ListLicenseSpecificationsForResourceCommand.js +2 -2
  46. package/dist-es/commands/ListLicenseVersionsCommand.js +2 -2
  47. package/dist-es/commands/ListLicensesCommand.js +2 -2
  48. package/dist-es/commands/ListReceivedGrantsCommand.js +2 -2
  49. package/dist-es/commands/ListReceivedGrantsForOrganizationCommand.js +2 -2
  50. package/dist-es/commands/ListReceivedLicensesCommand.js +2 -2
  51. package/dist-es/commands/ListReceivedLicensesForOrganizationCommand.js +2 -2
  52. package/dist-es/commands/ListResourceInventoryCommand.js +2 -2
  53. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  54. package/dist-es/commands/ListTokensCommand.js +2 -2
  55. package/dist-es/commands/ListUsageForLicenseConfigurationCommand.js +2 -2
  56. package/dist-es/commands/RejectGrantCommand.js +2 -2
  57. package/dist-es/commands/TagResourceCommand.js +2 -2
  58. package/dist-es/commands/UntagResourceCommand.js +2 -2
  59. package/dist-es/commands/UpdateLicenseAssetGroupCommand.js +2 -2
  60. package/dist-es/commands/UpdateLicenseAssetRulesetCommand.js +2 -2
  61. package/dist-es/commands/UpdateLicenseConfigurationCommand.js +2 -2
  62. package/dist-es/commands/UpdateLicenseManagerReportGeneratorCommand.js +2 -2
  63. package/dist-es/commands/UpdateLicenseSpecificationsForResourceCommand.js +2 -2
  64. package/dist-es/commands/UpdateServiceSettingsCommand.js +2 -2
  65. package/dist-es/index.js +1 -0
  66. package/dist-es/runtimeConfig.shared.js +7 -6
  67. package/dist-es/schemas/schemas_0.js +483 -474
  68. package/dist-types/LicenseManagerClient.d.ts +1 -10
  69. package/dist-types/index.d.ts +1 -0
  70. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  71. package/dist-types/runtimeConfig.d.ts +6 -2
  72. package/dist-types/runtimeConfig.native.d.ts +6 -2
  73. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  74. package/dist-types/schemas/schemas_0.d.ts +262 -305
  75. package/dist-types/ts3.4/LicenseManagerClient.d.ts +0 -4
  76. package/dist-types/ts3.4/index.d.ts +1 -0
  77. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  78. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  79. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  80. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  81. package/dist-types/ts3.4/schemas/schemas_0.d.ts +261 -306
  82. package/package.json +34 -34
@@ -26,12 +26,13 @@ const getRuntimeConfig = (config) => {
26
26
  },
27
27
  ],
28
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
- protocol: config?.protocol ??
30
- new protocols_1.AwsJson1_1Protocol({
31
- defaultNamespace: "com.amazonaws.licensemanager",
32
- serviceTarget: "AWSLicenseManager",
33
- awsQueryCompatible: false,
34
- }),
29
+ protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
30
+ protocolSettings: config?.protocolSettings ?? {
31
+ defaultNamespace: "com.amazonaws.licensemanager",
32
+ xmlNamespace: "https://license-manager.amazonaws.com/doc/2018_08_01",
33
+ version: "2018-08-01",
34
+ serviceTarget: "AWSLicenseManager",
35
+ },
35
36
  serviceId: config?.serviceId ?? "License Manager",
36
37
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
37
38
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { AcceptGrant } from "../schemas/schemas_0";
4
+ import { AcceptGrant$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class AcceptGrantCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class AcceptGrantCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "AcceptGrant", {})
13
13
  .n("LicenseManagerClient", "AcceptGrantCommand")
14
- .sc(AcceptGrant)
14
+ .sc(AcceptGrant$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CheckInLicense } from "../schemas/schemas_0";
4
+ import { CheckInLicense$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CheckInLicenseCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CheckInLicenseCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "CheckInLicense", {})
13
13
  .n("LicenseManagerClient", "CheckInLicenseCommand")
14
- .sc(CheckInLicense)
14
+ .sc(CheckInLicense$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CheckoutBorrowLicense } from "../schemas/schemas_0";
4
+ import { CheckoutBorrowLicense$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CheckoutBorrowLicenseCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CheckoutBorrowLicenseCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "CheckoutBorrowLicense", {})
13
13
  .n("LicenseManagerClient", "CheckoutBorrowLicenseCommand")
14
- .sc(CheckoutBorrowLicense)
14
+ .sc(CheckoutBorrowLicense$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CheckoutLicense } from "../schemas/schemas_0";
4
+ import { CheckoutLicense$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CheckoutLicenseCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CheckoutLicenseCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "CheckoutLicense", {})
13
13
  .n("LicenseManagerClient", "CheckoutLicenseCommand")
14
- .sc(CheckoutLicense)
14
+ .sc(CheckoutLicense$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateGrant } from "../schemas/schemas_0";
4
+ import { CreateGrant$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateGrantCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateGrantCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "CreateGrant", {})
13
13
  .n("LicenseManagerClient", "CreateGrantCommand")
14
- .sc(CreateGrant)
14
+ .sc(CreateGrant$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateGrantVersion } from "../schemas/schemas_0";
4
+ import { CreateGrantVersion$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateGrantVersionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateGrantVersionCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "CreateGrantVersion", {})
13
13
  .n("LicenseManagerClient", "CreateGrantVersionCommand")
14
- .sc(CreateGrantVersion)
14
+ .sc(CreateGrantVersion$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateLicenseAssetGroup } from "../schemas/schemas_0";
4
+ import { CreateLicenseAssetGroup$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateLicenseAssetGroupCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateLicenseAssetGroupCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "CreateLicenseAssetGroup", {})
13
13
  .n("LicenseManagerClient", "CreateLicenseAssetGroupCommand")
14
- .sc(CreateLicenseAssetGroup)
14
+ .sc(CreateLicenseAssetGroup$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateLicenseAssetRuleset } from "../schemas/schemas_0";
4
+ import { CreateLicenseAssetRuleset$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateLicenseAssetRulesetCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateLicenseAssetRulesetCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "CreateLicenseAssetRuleset", {})
13
13
  .n("LicenseManagerClient", "CreateLicenseAssetRulesetCommand")
14
- .sc(CreateLicenseAssetRuleset)
14
+ .sc(CreateLicenseAssetRuleset$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateLicense } from "../schemas/schemas_0";
4
+ import { CreateLicense$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateLicenseCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateLicenseCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "CreateLicense", {})
13
13
  .n("LicenseManagerClient", "CreateLicenseCommand")
14
- .sc(CreateLicense)
14
+ .sc(CreateLicense$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateLicenseConfiguration } from "../schemas/schemas_0";
4
+ import { CreateLicenseConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateLicenseConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateLicenseConfigurationCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "CreateLicenseConfiguration", {})
13
13
  .n("LicenseManagerClient", "CreateLicenseConfigurationCommand")
14
- .sc(CreateLicenseConfiguration)
14
+ .sc(CreateLicenseConfiguration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateLicenseConversionTaskForResource } from "../schemas/schemas_0";
4
+ import { CreateLicenseConversionTaskForResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateLicenseConversionTaskForResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateLicenseConversionTaskForResourceCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "CreateLicenseConversionTaskForResource", {})
13
13
  .n("LicenseManagerClient", "CreateLicenseConversionTaskForResourceCommand")
14
- .sc(CreateLicenseConversionTaskForResource)
14
+ .sc(CreateLicenseConversionTaskForResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateLicenseManagerReportGenerator } from "../schemas/schemas_0";
4
+ import { CreateLicenseManagerReportGenerator$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateLicenseManagerReportGeneratorCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateLicenseManagerReportGeneratorCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "CreateLicenseManagerReportGenerator", {})
13
13
  .n("LicenseManagerClient", "CreateLicenseManagerReportGeneratorCommand")
14
- .sc(CreateLicenseManagerReportGenerator)
14
+ .sc(CreateLicenseManagerReportGenerator$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateLicenseVersion } from "../schemas/schemas_0";
4
+ import { CreateLicenseVersion$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateLicenseVersionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateLicenseVersionCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "CreateLicenseVersion", {})
13
13
  .n("LicenseManagerClient", "CreateLicenseVersionCommand")
14
- .sc(CreateLicenseVersion)
14
+ .sc(CreateLicenseVersion$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateToken } from "../schemas/schemas_0";
4
+ import { CreateToken$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateTokenCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateTokenCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "CreateToken", {})
13
13
  .n("LicenseManagerClient", "CreateTokenCommand")
14
- .sc(CreateToken)
14
+ .sc(CreateToken$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteGrant } from "../schemas/schemas_0";
4
+ import { DeleteGrant$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteGrantCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteGrantCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "DeleteGrant", {})
13
13
  .n("LicenseManagerClient", "DeleteGrantCommand")
14
- .sc(DeleteGrant)
14
+ .sc(DeleteGrant$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteLicenseAssetGroup } from "../schemas/schemas_0";
4
+ import { DeleteLicenseAssetGroup$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteLicenseAssetGroupCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteLicenseAssetGroupCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "DeleteLicenseAssetGroup", {})
13
13
  .n("LicenseManagerClient", "DeleteLicenseAssetGroupCommand")
14
- .sc(DeleteLicenseAssetGroup)
14
+ .sc(DeleteLicenseAssetGroup$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteLicenseAssetRuleset } from "../schemas/schemas_0";
4
+ import { DeleteLicenseAssetRuleset$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteLicenseAssetRulesetCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteLicenseAssetRulesetCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "DeleteLicenseAssetRuleset", {})
13
13
  .n("LicenseManagerClient", "DeleteLicenseAssetRulesetCommand")
14
- .sc(DeleteLicenseAssetRuleset)
14
+ .sc(DeleteLicenseAssetRuleset$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteLicense } from "../schemas/schemas_0";
4
+ import { DeleteLicense$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteLicenseCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteLicenseCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "DeleteLicense", {})
13
13
  .n("LicenseManagerClient", "DeleteLicenseCommand")
14
- .sc(DeleteLicense)
14
+ .sc(DeleteLicense$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteLicenseConfiguration } from "../schemas/schemas_0";
4
+ import { DeleteLicenseConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteLicenseConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteLicenseConfigurationCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "DeleteLicenseConfiguration", {})
13
13
  .n("LicenseManagerClient", "DeleteLicenseConfigurationCommand")
14
- .sc(DeleteLicenseConfiguration)
14
+ .sc(DeleteLicenseConfiguration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteLicenseManagerReportGenerator } from "../schemas/schemas_0";
4
+ import { DeleteLicenseManagerReportGenerator$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteLicenseManagerReportGeneratorCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteLicenseManagerReportGeneratorCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "DeleteLicenseManagerReportGenerator", {})
13
13
  .n("LicenseManagerClient", "DeleteLicenseManagerReportGeneratorCommand")
14
- .sc(DeleteLicenseManagerReportGenerator)
14
+ .sc(DeleteLicenseManagerReportGenerator$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteToken } from "../schemas/schemas_0";
4
+ import { DeleteToken$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteTokenCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteTokenCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "DeleteToken", {})
13
13
  .n("LicenseManagerClient", "DeleteTokenCommand")
14
- .sc(DeleteToken)
14
+ .sc(DeleteToken$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ExtendLicenseConsumption } from "../schemas/schemas_0";
4
+ import { ExtendLicenseConsumption$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ExtendLicenseConsumptionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ExtendLicenseConsumptionCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "ExtendLicenseConsumption", {})
13
13
  .n("LicenseManagerClient", "ExtendLicenseConsumptionCommand")
14
- .sc(ExtendLicenseConsumption)
14
+ .sc(ExtendLicenseConsumption$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetAccessToken } from "../schemas/schemas_0";
4
+ import { GetAccessToken$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetAccessTokenCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetAccessTokenCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "GetAccessToken", {})
13
13
  .n("LicenseManagerClient", "GetAccessTokenCommand")
14
- .sc(GetAccessToken)
14
+ .sc(GetAccessToken$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetGrant } from "../schemas/schemas_0";
4
+ import { GetGrant$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetGrantCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetGrantCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "GetGrant", {})
13
13
  .n("LicenseManagerClient", "GetGrantCommand")
14
- .sc(GetGrant)
14
+ .sc(GetGrant$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetLicenseAssetGroup } from "../schemas/schemas_0";
4
+ import { GetLicenseAssetGroup$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetLicenseAssetGroupCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetLicenseAssetGroupCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "GetLicenseAssetGroup", {})
13
13
  .n("LicenseManagerClient", "GetLicenseAssetGroupCommand")
14
- .sc(GetLicenseAssetGroup)
14
+ .sc(GetLicenseAssetGroup$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetLicenseAssetRuleset } from "../schemas/schemas_0";
4
+ import { GetLicenseAssetRuleset$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetLicenseAssetRulesetCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetLicenseAssetRulesetCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "GetLicenseAssetRuleset", {})
13
13
  .n("LicenseManagerClient", "GetLicenseAssetRulesetCommand")
14
- .sc(GetLicenseAssetRuleset)
14
+ .sc(GetLicenseAssetRuleset$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetLicense } from "../schemas/schemas_0";
4
+ import { GetLicense$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetLicenseCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetLicenseCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "GetLicense", {})
13
13
  .n("LicenseManagerClient", "GetLicenseCommand")
14
- .sc(GetLicense)
14
+ .sc(GetLicense$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetLicenseConfiguration } from "../schemas/schemas_0";
4
+ import { GetLicenseConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetLicenseConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetLicenseConfigurationCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "GetLicenseConfiguration", {})
13
13
  .n("LicenseManagerClient", "GetLicenseConfigurationCommand")
14
- .sc(GetLicenseConfiguration)
14
+ .sc(GetLicenseConfiguration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetLicenseConversionTask } from "../schemas/schemas_0";
4
+ import { GetLicenseConversionTask$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetLicenseConversionTaskCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetLicenseConversionTaskCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "GetLicenseConversionTask", {})
13
13
  .n("LicenseManagerClient", "GetLicenseConversionTaskCommand")
14
- .sc(GetLicenseConversionTask)
14
+ .sc(GetLicenseConversionTask$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetLicenseManagerReportGenerator } from "../schemas/schemas_0";
4
+ import { GetLicenseManagerReportGenerator$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetLicenseManagerReportGeneratorCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetLicenseManagerReportGeneratorCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "GetLicenseManagerReportGenerator", {})
13
13
  .n("LicenseManagerClient", "GetLicenseManagerReportGeneratorCommand")
14
- .sc(GetLicenseManagerReportGenerator)
14
+ .sc(GetLicenseManagerReportGenerator$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetLicenseUsage } from "../schemas/schemas_0";
4
+ import { GetLicenseUsage$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetLicenseUsageCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetLicenseUsageCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "GetLicenseUsage", {})
13
13
  .n("LicenseManagerClient", "GetLicenseUsageCommand")
14
- .sc(GetLicenseUsage)
14
+ .sc(GetLicenseUsage$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetServiceSettings } from "../schemas/schemas_0";
4
+ import { GetServiceSettings$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetServiceSettingsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetServiceSettingsCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "GetServiceSettings", {})
13
13
  .n("LicenseManagerClient", "GetServiceSettingsCommand")
14
- .sc(GetServiceSettings)
14
+ .sc(GetServiceSettings$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListAssetsForLicenseAssetGroup } from "../schemas/schemas_0";
4
+ import { ListAssetsForLicenseAssetGroup$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListAssetsForLicenseAssetGroupCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListAssetsForLicenseAssetGroupCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "ListAssetsForLicenseAssetGroup", {})
13
13
  .n("LicenseManagerClient", "ListAssetsForLicenseAssetGroupCommand")
14
- .sc(ListAssetsForLicenseAssetGroup)
14
+ .sc(ListAssetsForLicenseAssetGroup$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListAssociationsForLicenseConfiguration } from "../schemas/schemas_0";
4
+ import { ListAssociationsForLicenseConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListAssociationsForLicenseConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListAssociationsForLicenseConfigurationCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "ListAssociationsForLicenseConfiguration", {})
13
13
  .n("LicenseManagerClient", "ListAssociationsForLicenseConfigurationCommand")
14
- .sc(ListAssociationsForLicenseConfiguration)
14
+ .sc(ListAssociationsForLicenseConfiguration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListDistributedGrants } from "../schemas/schemas_0";
4
+ import { ListDistributedGrants$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListDistributedGrantsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListDistributedGrantsCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "ListDistributedGrants", {})
13
13
  .n("LicenseManagerClient", "ListDistributedGrantsCommand")
14
- .sc(ListDistributedGrants)
14
+ .sc(ListDistributedGrants$)
15
15
  .build() {
16
16
  }