@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
@@ -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 { ListFailuresForLicenseConfigurationOperations } from "../schemas/schemas_0";
4
+ import { ListFailuresForLicenseConfigurationOperations$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListFailuresForLicenseConfigurationOperationsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListFailuresForLicenseConfigurationOperationsCommand extends $Comma
11
11
  })
12
12
  .s("AWSLicenseManager", "ListFailuresForLicenseConfigurationOperations", {})
13
13
  .n("LicenseManagerClient", "ListFailuresForLicenseConfigurationOperationsCommand")
14
- .sc(ListFailuresForLicenseConfigurationOperations)
14
+ .sc(ListFailuresForLicenseConfigurationOperations$)
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 { ListLicenseAssetGroups } from "../schemas/schemas_0";
4
+ import { ListLicenseAssetGroups$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListLicenseAssetGroupsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListLicenseAssetGroupsCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "ListLicenseAssetGroups", {})
13
13
  .n("LicenseManagerClient", "ListLicenseAssetGroupsCommand")
14
- .sc(ListLicenseAssetGroups)
14
+ .sc(ListLicenseAssetGroups$)
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 { ListLicenseAssetRulesets } from "../schemas/schemas_0";
4
+ import { ListLicenseAssetRulesets$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListLicenseAssetRulesetsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListLicenseAssetRulesetsCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "ListLicenseAssetRulesets", {})
13
13
  .n("LicenseManagerClient", "ListLicenseAssetRulesetsCommand")
14
- .sc(ListLicenseAssetRulesets)
14
+ .sc(ListLicenseAssetRulesets$)
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 { ListLicenseConfigurations } from "../schemas/schemas_0";
4
+ import { ListLicenseConfigurations$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListLicenseConfigurationsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListLicenseConfigurationsCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "ListLicenseConfigurations", {})
13
13
  .n("LicenseManagerClient", "ListLicenseConfigurationsCommand")
14
- .sc(ListLicenseConfigurations)
14
+ .sc(ListLicenseConfigurations$)
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 { ListLicenseConfigurationsForOrganization } from "../schemas/schemas_0";
4
+ import { ListLicenseConfigurationsForOrganization$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListLicenseConfigurationsForOrganizationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListLicenseConfigurationsForOrganizationCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "ListLicenseConfigurationsForOrganization", {})
13
13
  .n("LicenseManagerClient", "ListLicenseConfigurationsForOrganizationCommand")
14
- .sc(ListLicenseConfigurationsForOrganization)
14
+ .sc(ListLicenseConfigurationsForOrganization$)
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 { ListLicenseConversionTasks } from "../schemas/schemas_0";
4
+ import { ListLicenseConversionTasks$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListLicenseConversionTasksCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListLicenseConversionTasksCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "ListLicenseConversionTasks", {})
13
13
  .n("LicenseManagerClient", "ListLicenseConversionTasksCommand")
14
- .sc(ListLicenseConversionTasks)
14
+ .sc(ListLicenseConversionTasks$)
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 { ListLicenseManagerReportGenerators } from "../schemas/schemas_0";
4
+ import { ListLicenseManagerReportGenerators$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListLicenseManagerReportGeneratorsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListLicenseManagerReportGeneratorsCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "ListLicenseManagerReportGenerators", {})
13
13
  .n("LicenseManagerClient", "ListLicenseManagerReportGeneratorsCommand")
14
- .sc(ListLicenseManagerReportGenerators)
14
+ .sc(ListLicenseManagerReportGenerators$)
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 { ListLicenseSpecificationsForResource } from "../schemas/schemas_0";
4
+ import { ListLicenseSpecificationsForResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListLicenseSpecificationsForResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListLicenseSpecificationsForResourceCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "ListLicenseSpecificationsForResource", {})
13
13
  .n("LicenseManagerClient", "ListLicenseSpecificationsForResourceCommand")
14
- .sc(ListLicenseSpecificationsForResource)
14
+ .sc(ListLicenseSpecificationsForResource$)
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 { ListLicenseVersions } from "../schemas/schemas_0";
4
+ import { ListLicenseVersions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListLicenseVersionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListLicenseVersionsCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "ListLicenseVersions", {})
13
13
  .n("LicenseManagerClient", "ListLicenseVersionsCommand")
14
- .sc(ListLicenseVersions)
14
+ .sc(ListLicenseVersions$)
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 { ListLicenses } from "../schemas/schemas_0";
4
+ import { ListLicenses$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListLicensesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListLicensesCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "ListLicenses", {})
13
13
  .n("LicenseManagerClient", "ListLicensesCommand")
14
- .sc(ListLicenses)
14
+ .sc(ListLicenses$)
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 { ListReceivedGrants } from "../schemas/schemas_0";
4
+ import { ListReceivedGrants$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListReceivedGrantsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListReceivedGrantsCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "ListReceivedGrants", {})
13
13
  .n("LicenseManagerClient", "ListReceivedGrantsCommand")
14
- .sc(ListReceivedGrants)
14
+ .sc(ListReceivedGrants$)
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 { ListReceivedGrantsForOrganization } from "../schemas/schemas_0";
4
+ import { ListReceivedGrantsForOrganization$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListReceivedGrantsForOrganizationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListReceivedGrantsForOrganizationCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "ListReceivedGrantsForOrganization", {})
13
13
  .n("LicenseManagerClient", "ListReceivedGrantsForOrganizationCommand")
14
- .sc(ListReceivedGrantsForOrganization)
14
+ .sc(ListReceivedGrantsForOrganization$)
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 { ListReceivedLicenses } from "../schemas/schemas_0";
4
+ import { ListReceivedLicenses$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListReceivedLicensesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListReceivedLicensesCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "ListReceivedLicenses", {})
13
13
  .n("LicenseManagerClient", "ListReceivedLicensesCommand")
14
- .sc(ListReceivedLicenses)
14
+ .sc(ListReceivedLicenses$)
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 { ListReceivedLicensesForOrganization } from "../schemas/schemas_0";
4
+ import { ListReceivedLicensesForOrganization$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListReceivedLicensesForOrganizationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListReceivedLicensesForOrganizationCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "ListReceivedLicensesForOrganization", {})
13
13
  .n("LicenseManagerClient", "ListReceivedLicensesForOrganizationCommand")
14
- .sc(ListReceivedLicensesForOrganization)
14
+ .sc(ListReceivedLicensesForOrganization$)
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 { ListResourceInventory } from "../schemas/schemas_0";
4
+ import { ListResourceInventory$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListResourceInventoryCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListResourceInventoryCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "ListResourceInventory", {})
13
13
  .n("LicenseManagerClient", "ListResourceInventoryCommand")
14
- .sc(ListResourceInventory)
14
+ .sc(ListResourceInventory$)
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 { ListTagsForResource } from "../schemas/schemas_0";
4
+ import { ListTagsForResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTagsForResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "ListTagsForResource", {})
13
13
  .n("LicenseManagerClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource)
14
+ .sc(ListTagsForResource$)
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 { ListTokens } from "../schemas/schemas_0";
4
+ import { ListTokens$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTokensCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTokensCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "ListTokens", {})
13
13
  .n("LicenseManagerClient", "ListTokensCommand")
14
- .sc(ListTokens)
14
+ .sc(ListTokens$)
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 { ListUsageForLicenseConfiguration } from "../schemas/schemas_0";
4
+ import { ListUsageForLicenseConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListUsageForLicenseConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListUsageForLicenseConfigurationCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "ListUsageForLicenseConfiguration", {})
13
13
  .n("LicenseManagerClient", "ListUsageForLicenseConfigurationCommand")
14
- .sc(ListUsageForLicenseConfiguration)
14
+ .sc(ListUsageForLicenseConfiguration$)
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 { RejectGrant } from "../schemas/schemas_0";
4
+ import { RejectGrant$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class RejectGrantCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class RejectGrantCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "RejectGrant", {})
13
13
  .n("LicenseManagerClient", "RejectGrantCommand")
14
- .sc(RejectGrant)
14
+ .sc(RejectGrant$)
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 { TagResource } from "../schemas/schemas_0";
4
+ import { TagResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class TagResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "TagResource", {})
13
13
  .n("LicenseManagerClient", "TagResourceCommand")
14
- .sc(TagResource)
14
+ .sc(TagResource$)
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 { UntagResource } from "../schemas/schemas_0";
4
+ import { UntagResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UntagResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "UntagResource", {})
13
13
  .n("LicenseManagerClient", "UntagResourceCommand")
14
- .sc(UntagResource)
14
+ .sc(UntagResource$)
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 { UpdateLicenseAssetGroup } from "../schemas/schemas_0";
4
+ import { UpdateLicenseAssetGroup$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateLicenseAssetGroupCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateLicenseAssetGroupCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "UpdateLicenseAssetGroup", {})
13
13
  .n("LicenseManagerClient", "UpdateLicenseAssetGroupCommand")
14
- .sc(UpdateLicenseAssetGroup)
14
+ .sc(UpdateLicenseAssetGroup$)
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 { UpdateLicenseAssetRuleset } from "../schemas/schemas_0";
4
+ import { UpdateLicenseAssetRuleset$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateLicenseAssetRulesetCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateLicenseAssetRulesetCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "UpdateLicenseAssetRuleset", {})
13
13
  .n("LicenseManagerClient", "UpdateLicenseAssetRulesetCommand")
14
- .sc(UpdateLicenseAssetRuleset)
14
+ .sc(UpdateLicenseAssetRuleset$)
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 { UpdateLicenseConfiguration } from "../schemas/schemas_0";
4
+ import { UpdateLicenseConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateLicenseConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateLicenseConfigurationCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "UpdateLicenseConfiguration", {})
13
13
  .n("LicenseManagerClient", "UpdateLicenseConfigurationCommand")
14
- .sc(UpdateLicenseConfiguration)
14
+ .sc(UpdateLicenseConfiguration$)
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 { UpdateLicenseManagerReportGenerator } from "../schemas/schemas_0";
4
+ import { UpdateLicenseManagerReportGenerator$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateLicenseManagerReportGeneratorCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateLicenseManagerReportGeneratorCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "UpdateLicenseManagerReportGenerator", {})
13
13
  .n("LicenseManagerClient", "UpdateLicenseManagerReportGeneratorCommand")
14
- .sc(UpdateLicenseManagerReportGenerator)
14
+ .sc(UpdateLicenseManagerReportGenerator$)
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 { UpdateLicenseSpecificationsForResource } from "../schemas/schemas_0";
4
+ import { UpdateLicenseSpecificationsForResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateLicenseSpecificationsForResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateLicenseSpecificationsForResourceCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "UpdateLicenseSpecificationsForResource", {})
13
13
  .n("LicenseManagerClient", "UpdateLicenseSpecificationsForResourceCommand")
14
- .sc(UpdateLicenseSpecificationsForResource)
14
+ .sc(UpdateLicenseSpecificationsForResource$)
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 { UpdateServiceSettings } from "../schemas/schemas_0";
4
+ import { UpdateServiceSettings$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateServiceSettingsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateServiceSettingsCommand extends $Command
11
11
  })
12
12
  .s("AWSLicenseManager", "UpdateServiceSettings", {})
13
13
  .n("LicenseManagerClient", "UpdateServiceSettingsCommand")
14
- .sc(UpdateServiceSettings)
14
+ .sc(UpdateServiceSettings$)
15
15
  .build() {
16
16
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./LicenseManagerClient";
2
2
  export * from "./LicenseManager";
3
3
  export * from "./commands";
4
+ export * from "./schemas/schemas_0";
4
5
  export * from "./models/enums";
5
6
  export * from "./models/errors";
6
7
  export { LicenseManagerServiceException } from "./models/LicenseManagerServiceException";
@@ -23,12 +23,13 @@ export const getRuntimeConfig = (config) => {
23
23
  },
24
24
  ],
25
25
  logger: config?.logger ?? new NoOpLogger(),
26
- protocol: config?.protocol ??
27
- new AwsJson1_1Protocol({
28
- defaultNamespace: "com.amazonaws.licensemanager",
29
- serviceTarget: "AWSLicenseManager",
30
- awsQueryCompatible: false,
31
- }),
26
+ protocol: config?.protocol ?? AwsJson1_1Protocol,
27
+ protocolSettings: config?.protocolSettings ?? {
28
+ defaultNamespace: "com.amazonaws.licensemanager",
29
+ xmlNamespace: "https://license-manager.amazonaws.com/doc/2018_08_01",
30
+ version: "2018-08-01",
31
+ serviceTarget: "AWSLicenseManager",
32
+ },
32
33
  serviceId: config?.serviceId ?? "License Manager",
33
34
  urlParser: config?.urlParser ?? parseUrl,
34
35
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,