@aws-sdk/client-license-manager 3.337.0 → 3.338.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 (213) hide show
  1. package/dist-cjs/LicenseManagerClient.js +2 -1
  2. package/dist-cjs/commands/AcceptGrantCommand.js +2 -1
  3. package/dist-cjs/commands/CheckInLicenseCommand.js +2 -1
  4. package/dist-cjs/commands/CheckoutBorrowLicenseCommand.js +2 -1
  5. package/dist-cjs/commands/CheckoutLicenseCommand.js +2 -1
  6. package/dist-cjs/commands/CreateGrantCommand.js +2 -1
  7. package/dist-cjs/commands/CreateGrantVersionCommand.js +2 -1
  8. package/dist-cjs/commands/CreateLicenseCommand.js +2 -1
  9. package/dist-cjs/commands/CreateLicenseConfigurationCommand.js +2 -1
  10. package/dist-cjs/commands/CreateLicenseConversionTaskForResourceCommand.js +2 -1
  11. package/dist-cjs/commands/CreateLicenseManagerReportGeneratorCommand.js +2 -1
  12. package/dist-cjs/commands/CreateLicenseVersionCommand.js +2 -1
  13. package/dist-cjs/commands/CreateTokenCommand.js +2 -1
  14. package/dist-cjs/commands/DeleteGrantCommand.js +2 -1
  15. package/dist-cjs/commands/DeleteLicenseCommand.js +2 -1
  16. package/dist-cjs/commands/DeleteLicenseConfigurationCommand.js +2 -1
  17. package/dist-cjs/commands/DeleteLicenseManagerReportGeneratorCommand.js +2 -1
  18. package/dist-cjs/commands/DeleteTokenCommand.js +2 -1
  19. package/dist-cjs/commands/ExtendLicenseConsumptionCommand.js +2 -1
  20. package/dist-cjs/commands/GetAccessTokenCommand.js +2 -1
  21. package/dist-cjs/commands/GetGrantCommand.js +2 -1
  22. package/dist-cjs/commands/GetLicenseCommand.js +2 -1
  23. package/dist-cjs/commands/GetLicenseConfigurationCommand.js +2 -1
  24. package/dist-cjs/commands/GetLicenseConversionTaskCommand.js +2 -1
  25. package/dist-cjs/commands/GetLicenseManagerReportGeneratorCommand.js +2 -1
  26. package/dist-cjs/commands/GetLicenseUsageCommand.js +2 -1
  27. package/dist-cjs/commands/GetServiceSettingsCommand.js +2 -1
  28. package/dist-cjs/commands/ListAssociationsForLicenseConfigurationCommand.js +2 -1
  29. package/dist-cjs/commands/ListDistributedGrantsCommand.js +2 -1
  30. package/dist-cjs/commands/ListFailuresForLicenseConfigurationOperationsCommand.js +2 -1
  31. package/dist-cjs/commands/ListLicenseConfigurationsCommand.js +2 -1
  32. package/dist-cjs/commands/ListLicenseConversionTasksCommand.js +2 -1
  33. package/dist-cjs/commands/ListLicenseManagerReportGeneratorsCommand.js +2 -1
  34. package/dist-cjs/commands/ListLicenseSpecificationsForResourceCommand.js +2 -1
  35. package/dist-cjs/commands/ListLicenseVersionsCommand.js +2 -1
  36. package/dist-cjs/commands/ListLicensesCommand.js +2 -1
  37. package/dist-cjs/commands/ListReceivedGrantsCommand.js +2 -1
  38. package/dist-cjs/commands/ListReceivedGrantsForOrganizationCommand.js +2 -1
  39. package/dist-cjs/commands/ListReceivedLicensesCommand.js +2 -1
  40. package/dist-cjs/commands/ListReceivedLicensesForOrganizationCommand.js +2 -1
  41. package/dist-cjs/commands/ListResourceInventoryCommand.js +2 -1
  42. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  43. package/dist-cjs/commands/ListTokensCommand.js +2 -1
  44. package/dist-cjs/commands/ListUsageForLicenseConfigurationCommand.js +2 -1
  45. package/dist-cjs/commands/RejectGrantCommand.js +2 -1
  46. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  47. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  48. package/dist-cjs/commands/UpdateLicenseConfigurationCommand.js +2 -1
  49. package/dist-cjs/commands/UpdateLicenseManagerReportGeneratorCommand.js +2 -1
  50. package/dist-cjs/commands/UpdateLicenseSpecificationsForResourceCommand.js +2 -1
  51. package/dist-cjs/commands/UpdateServiceSettingsCommand.js +2 -1
  52. package/dist-cjs/index.js +1 -1
  53. package/dist-cjs/models/LicenseManagerServiceException.js +2 -1
  54. package/dist-es/LicenseManagerClient.js +1 -0
  55. package/dist-es/commands/AcceptGrantCommand.js +1 -0
  56. package/dist-es/commands/CheckInLicenseCommand.js +1 -0
  57. package/dist-es/commands/CheckoutBorrowLicenseCommand.js +1 -0
  58. package/dist-es/commands/CheckoutLicenseCommand.js +1 -0
  59. package/dist-es/commands/CreateGrantCommand.js +1 -0
  60. package/dist-es/commands/CreateGrantVersionCommand.js +1 -0
  61. package/dist-es/commands/CreateLicenseCommand.js +1 -0
  62. package/dist-es/commands/CreateLicenseConfigurationCommand.js +1 -0
  63. package/dist-es/commands/CreateLicenseConversionTaskForResourceCommand.js +1 -0
  64. package/dist-es/commands/CreateLicenseManagerReportGeneratorCommand.js +1 -0
  65. package/dist-es/commands/CreateLicenseVersionCommand.js +1 -0
  66. package/dist-es/commands/CreateTokenCommand.js +1 -0
  67. package/dist-es/commands/DeleteGrantCommand.js +1 -0
  68. package/dist-es/commands/DeleteLicenseCommand.js +1 -0
  69. package/dist-es/commands/DeleteLicenseConfigurationCommand.js +1 -0
  70. package/dist-es/commands/DeleteLicenseManagerReportGeneratorCommand.js +1 -0
  71. package/dist-es/commands/DeleteTokenCommand.js +1 -0
  72. package/dist-es/commands/ExtendLicenseConsumptionCommand.js +1 -0
  73. package/dist-es/commands/GetAccessTokenCommand.js +1 -0
  74. package/dist-es/commands/GetGrantCommand.js +1 -0
  75. package/dist-es/commands/GetLicenseCommand.js +1 -0
  76. package/dist-es/commands/GetLicenseConfigurationCommand.js +1 -0
  77. package/dist-es/commands/GetLicenseConversionTaskCommand.js +1 -0
  78. package/dist-es/commands/GetLicenseManagerReportGeneratorCommand.js +1 -0
  79. package/dist-es/commands/GetLicenseUsageCommand.js +1 -0
  80. package/dist-es/commands/GetServiceSettingsCommand.js +1 -0
  81. package/dist-es/commands/ListAssociationsForLicenseConfigurationCommand.js +1 -0
  82. package/dist-es/commands/ListDistributedGrantsCommand.js +1 -0
  83. package/dist-es/commands/ListFailuresForLicenseConfigurationOperationsCommand.js +1 -0
  84. package/dist-es/commands/ListLicenseConfigurationsCommand.js +1 -0
  85. package/dist-es/commands/ListLicenseConversionTasksCommand.js +1 -0
  86. package/dist-es/commands/ListLicenseManagerReportGeneratorsCommand.js +1 -0
  87. package/dist-es/commands/ListLicenseSpecificationsForResourceCommand.js +1 -0
  88. package/dist-es/commands/ListLicenseVersionsCommand.js +1 -0
  89. package/dist-es/commands/ListLicensesCommand.js +1 -0
  90. package/dist-es/commands/ListReceivedGrantsCommand.js +1 -0
  91. package/dist-es/commands/ListReceivedGrantsForOrganizationCommand.js +1 -0
  92. package/dist-es/commands/ListReceivedLicensesCommand.js +1 -0
  93. package/dist-es/commands/ListReceivedLicensesForOrganizationCommand.js +1 -0
  94. package/dist-es/commands/ListResourceInventoryCommand.js +1 -0
  95. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  96. package/dist-es/commands/ListTokensCommand.js +1 -0
  97. package/dist-es/commands/ListUsageForLicenseConfigurationCommand.js +1 -0
  98. package/dist-es/commands/RejectGrantCommand.js +1 -0
  99. package/dist-es/commands/TagResourceCommand.js +1 -0
  100. package/dist-es/commands/UntagResourceCommand.js +1 -0
  101. package/dist-es/commands/UpdateLicenseConfigurationCommand.js +1 -0
  102. package/dist-es/commands/UpdateLicenseManagerReportGeneratorCommand.js +1 -0
  103. package/dist-es/commands/UpdateLicenseSpecificationsForResourceCommand.js +1 -0
  104. package/dist-es/commands/UpdateServiceSettingsCommand.js +1 -0
  105. package/dist-es/index.js +1 -1
  106. package/dist-es/models/LicenseManagerServiceException.js +1 -0
  107. package/dist-types/LicenseManagerClient.d.ts +3 -3
  108. package/dist-types/commands/AcceptGrantCommand.d.ts +4 -0
  109. package/dist-types/commands/CheckInLicenseCommand.d.ts +4 -0
  110. package/dist-types/commands/CheckoutBorrowLicenseCommand.d.ts +4 -0
  111. package/dist-types/commands/CheckoutLicenseCommand.d.ts +4 -0
  112. package/dist-types/commands/CreateGrantCommand.d.ts +4 -0
  113. package/dist-types/commands/CreateGrantVersionCommand.d.ts +4 -0
  114. package/dist-types/commands/CreateLicenseCommand.d.ts +4 -0
  115. package/dist-types/commands/CreateLicenseConfigurationCommand.d.ts +4 -0
  116. package/dist-types/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +4 -0
  117. package/dist-types/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +4 -0
  118. package/dist-types/commands/CreateLicenseVersionCommand.d.ts +4 -0
  119. package/dist-types/commands/CreateTokenCommand.d.ts +4 -0
  120. package/dist-types/commands/DeleteGrantCommand.d.ts +4 -0
  121. package/dist-types/commands/DeleteLicenseCommand.d.ts +4 -0
  122. package/dist-types/commands/DeleteLicenseConfigurationCommand.d.ts +4 -0
  123. package/dist-types/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +4 -0
  124. package/dist-types/commands/DeleteTokenCommand.d.ts +4 -0
  125. package/dist-types/commands/ExtendLicenseConsumptionCommand.d.ts +4 -0
  126. package/dist-types/commands/GetAccessTokenCommand.d.ts +4 -0
  127. package/dist-types/commands/GetGrantCommand.d.ts +4 -0
  128. package/dist-types/commands/GetLicenseCommand.d.ts +4 -0
  129. package/dist-types/commands/GetLicenseConfigurationCommand.d.ts +4 -0
  130. package/dist-types/commands/GetLicenseConversionTaskCommand.d.ts +4 -0
  131. package/dist-types/commands/GetLicenseManagerReportGeneratorCommand.d.ts +4 -0
  132. package/dist-types/commands/GetLicenseUsageCommand.d.ts +4 -0
  133. package/dist-types/commands/GetServiceSettingsCommand.d.ts +4 -0
  134. package/dist-types/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +4 -0
  135. package/dist-types/commands/ListDistributedGrantsCommand.d.ts +4 -0
  136. package/dist-types/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +4 -0
  137. package/dist-types/commands/ListLicenseConfigurationsCommand.d.ts +4 -0
  138. package/dist-types/commands/ListLicenseConversionTasksCommand.d.ts +4 -0
  139. package/dist-types/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +4 -0
  140. package/dist-types/commands/ListLicenseSpecificationsForResourceCommand.d.ts +4 -0
  141. package/dist-types/commands/ListLicenseVersionsCommand.d.ts +4 -0
  142. package/dist-types/commands/ListLicensesCommand.d.ts +4 -0
  143. package/dist-types/commands/ListReceivedGrantsCommand.d.ts +4 -0
  144. package/dist-types/commands/ListReceivedGrantsForOrganizationCommand.d.ts +4 -0
  145. package/dist-types/commands/ListReceivedLicensesCommand.d.ts +4 -0
  146. package/dist-types/commands/ListReceivedLicensesForOrganizationCommand.d.ts +4 -0
  147. package/dist-types/commands/ListResourceInventoryCommand.d.ts +4 -0
  148. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  149. package/dist-types/commands/ListTokensCommand.d.ts +4 -0
  150. package/dist-types/commands/ListUsageForLicenseConfigurationCommand.d.ts +4 -0
  151. package/dist-types/commands/RejectGrantCommand.d.ts +4 -0
  152. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  153. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  154. package/dist-types/commands/UpdateLicenseConfigurationCommand.d.ts +4 -0
  155. package/dist-types/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +4 -0
  156. package/dist-types/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +4 -0
  157. package/dist-types/commands/UpdateServiceSettingsCommand.d.ts +4 -0
  158. package/dist-types/index.d.ts +7 -1
  159. package/dist-types/models/LicenseManagerServiceException.d.ts +1 -0
  160. package/dist-types/ts3.4/LicenseManagerClient.d.ts +3 -3
  161. package/dist-types/ts3.4/commands/AcceptGrantCommand.d.ts +1 -0
  162. package/dist-types/ts3.4/commands/CheckInLicenseCommand.d.ts +1 -0
  163. package/dist-types/ts3.4/commands/CheckoutBorrowLicenseCommand.d.ts +1 -0
  164. package/dist-types/ts3.4/commands/CheckoutLicenseCommand.d.ts +1 -0
  165. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +1 -0
  166. package/dist-types/ts3.4/commands/CreateGrantVersionCommand.d.ts +1 -0
  167. package/dist-types/ts3.4/commands/CreateLicenseCommand.d.ts +1 -0
  168. package/dist-types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +1 -0
  169. package/dist-types/ts3.4/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +1 -0
  170. package/dist-types/ts3.4/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +1 -0
  171. package/dist-types/ts3.4/commands/CreateLicenseVersionCommand.d.ts +1 -0
  172. package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +1 -0
  173. package/dist-types/ts3.4/commands/DeleteGrantCommand.d.ts +1 -0
  174. package/dist-types/ts3.4/commands/DeleteLicenseCommand.d.ts +1 -0
  175. package/dist-types/ts3.4/commands/DeleteLicenseConfigurationCommand.d.ts +1 -0
  176. package/dist-types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +1 -0
  177. package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +1 -0
  178. package/dist-types/ts3.4/commands/ExtendLicenseConsumptionCommand.d.ts +1 -0
  179. package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +1 -0
  180. package/dist-types/ts3.4/commands/GetGrantCommand.d.ts +1 -0
  181. package/dist-types/ts3.4/commands/GetLicenseCommand.d.ts +1 -0
  182. package/dist-types/ts3.4/commands/GetLicenseConfigurationCommand.d.ts +1 -0
  183. package/dist-types/ts3.4/commands/GetLicenseConversionTaskCommand.d.ts +1 -0
  184. package/dist-types/ts3.4/commands/GetLicenseManagerReportGeneratorCommand.d.ts +1 -0
  185. package/dist-types/ts3.4/commands/GetLicenseUsageCommand.d.ts +1 -0
  186. package/dist-types/ts3.4/commands/GetServiceSettingsCommand.d.ts +1 -0
  187. package/dist-types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +1 -0
  188. package/dist-types/ts3.4/commands/ListDistributedGrantsCommand.d.ts +1 -0
  189. package/dist-types/ts3.4/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +1 -0
  190. package/dist-types/ts3.4/commands/ListLicenseConfigurationsCommand.d.ts +1 -0
  191. package/dist-types/ts3.4/commands/ListLicenseConversionTasksCommand.d.ts +1 -0
  192. package/dist-types/ts3.4/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +1 -0
  193. package/dist-types/ts3.4/commands/ListLicenseSpecificationsForResourceCommand.d.ts +1 -0
  194. package/dist-types/ts3.4/commands/ListLicenseVersionsCommand.d.ts +1 -0
  195. package/dist-types/ts3.4/commands/ListLicensesCommand.d.ts +1 -0
  196. package/dist-types/ts3.4/commands/ListReceivedGrantsCommand.d.ts +1 -0
  197. package/dist-types/ts3.4/commands/ListReceivedGrantsForOrganizationCommand.d.ts +1 -0
  198. package/dist-types/ts3.4/commands/ListReceivedLicensesCommand.d.ts +1 -0
  199. package/dist-types/ts3.4/commands/ListReceivedLicensesForOrganizationCommand.d.ts +1 -0
  200. package/dist-types/ts3.4/commands/ListResourceInventoryCommand.d.ts +1 -0
  201. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  202. package/dist-types/ts3.4/commands/ListTokensCommand.d.ts +1 -0
  203. package/dist-types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +1 -0
  204. package/dist-types/ts3.4/commands/RejectGrantCommand.d.ts +1 -0
  205. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  206. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  207. package/dist-types/ts3.4/commands/UpdateLicenseConfigurationCommand.d.ts +1 -0
  208. package/dist-types/ts3.4/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +1 -0
  209. package/dist-types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +1 -0
  210. package/dist-types/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +1 -0
  211. package/dist-types/ts3.4/index.d.ts +1 -1
  212. package/dist-types/ts3.4/models/LicenseManagerServiceException.d.ts +1 -0
  213. package/package.json +28 -28
@@ -59,6 +59,7 @@ import { UpdateLicenseManagerReportGeneratorCommandInput, UpdateLicenseManagerRe
59
59
  import { UpdateLicenseSpecificationsForResourceCommandInput, UpdateLicenseSpecificationsForResourceCommandOutput } from "./commands/UpdateLicenseSpecificationsForResourceCommand";
60
60
  import { UpdateServiceSettingsCommandInput, UpdateServiceSettingsCommandOutput } from "./commands/UpdateServiceSettingsCommand";
61
61
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
62
+ export { __Client };
62
63
  /**
63
64
  * @public
64
65
  */
@@ -173,7 +174,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
173
174
  /**
174
175
  * @public
175
176
  */
176
- type LicenseManagerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
177
+ export type LicenseManagerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
177
178
  /**
178
179
  * @public
179
180
  *
@@ -184,7 +185,7 @@ export interface LicenseManagerClientConfig extends LicenseManagerClientConfigTy
184
185
  /**
185
186
  * @public
186
187
  */
187
- type LicenseManagerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
188
+ export type LicenseManagerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
188
189
  /**
189
190
  * @public
190
191
  *
@@ -210,4 +211,3 @@ export declare class LicenseManagerClient extends __Client<__HttpHandlerOptions,
210
211
  */
211
212
  destroy(): void;
212
213
  }
213
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { AcceptGrantRequest, AcceptGrantResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { CheckInLicenseRequest, CheckInLicenseResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { CheckoutBorrowLicenseRequest, CheckoutBorrowLicenseResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { CheckoutLicenseRequest, CheckoutLicenseResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { CreateGrantRequest, CreateGrantResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { CreateGrantVersionRequest, CreateGrantVersionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { CreateLicenseRequest, CreateLicenseResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { CreateLicenseConfigurationRequest, CreateLicenseConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { CreateLicenseConversionTaskForResourceRequest, CreateLicenseConversionTaskForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { CreateLicenseManagerReportGeneratorRequest, CreateLicenseManagerReportGeneratorResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { CreateLicenseVersionRequest, CreateLicenseVersionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { CreateTokenRequest, CreateTokenResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { DeleteGrantRequest, DeleteGrantResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { DeleteLicenseRequest, DeleteLicenseResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { DeleteLicenseConfigurationRequest, DeleteLicenseConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { DeleteLicenseManagerReportGeneratorRequest, DeleteLicenseManagerReportGeneratorResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { DeleteTokenRequest, DeleteTokenResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { ExtendLicenseConsumptionRequest, ExtendLicenseConsumptionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { GetAccessTokenRequest, GetAccessTokenResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { GetGrantRequest, GetGrantResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { GetLicenseRequest, GetLicenseResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { GetLicenseConfigurationRequest, GetLicenseConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { GetLicenseConversionTaskRequest, GetLicenseConversionTaskResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { GetLicenseManagerReportGeneratorRequest, GetLicenseManagerReportGeneratorResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { GetLicenseUsageRequest, GetLicenseUsageResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { GetServiceSettingsRequest, GetServiceSettingsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { ListAssociationsForLicenseConfigurationRequest, ListAssociationsForLicenseConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { ListDistributedGrantsRequest, ListDistributedGrantsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { ListFailuresForLicenseConfigurationOperationsRequest, ListFailuresForLicenseConfigurationOperationsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { ListLicenseConfigurationsRequest, ListLicenseConfigurationsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { ListLicenseConversionTasksRequest, ListLicenseConversionTasksResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { ListLicenseManagerReportGeneratorsRequest, ListLicenseManagerReportGeneratorsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { ListLicenseSpecificationsForResourceRequest, ListLicenseSpecificationsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { ListLicenseVersionsRequest, ListLicenseVersionsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { ListLicensesRequest, ListLicensesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { ListReceivedGrantsRequest, ListReceivedGrantsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { ListReceivedGrantsForOrganizationRequest, ListReceivedGrantsForOrganizationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { ListReceivedLicensesRequest, ListReceivedLicensesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { ListReceivedLicensesForOrganizationRequest, ListReceivedLicensesForOrganizationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { ListResourceInventoryRequest, ListResourceInventoryResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { ListTokensRequest, ListTokensResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { ListUsageForLicenseConfigurationRequest, ListUsageForLicenseConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { RejectGrantRequest, RejectGrantResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { UpdateLicenseConfigurationRequest, UpdateLicenseConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { UpdateLicenseManagerReportGeneratorRequest, UpdateLicenseManagerReportGeneratorResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { UpdateLicenseSpecificationsForResourceRequest, UpdateLicenseSpecificationsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *