@aws-sdk/client-license-manager 3.1077.0 → 3.1079.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 (194) hide show
  1. package/dist-cjs/index.js +192 -745
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AcceptGrantCommand.js +2 -14
  4. package/dist-es/commands/CheckInLicenseCommand.js +2 -14
  5. package/dist-es/commands/CheckoutBorrowLicenseCommand.js +2 -14
  6. package/dist-es/commands/CheckoutLicenseCommand.js +2 -14
  7. package/dist-es/commands/CreateGrantCommand.js +2 -14
  8. package/dist-es/commands/CreateGrantVersionCommand.js +2 -14
  9. package/dist-es/commands/CreateLicenseAssetGroupCommand.js +2 -14
  10. package/dist-es/commands/CreateLicenseAssetRulesetCommand.js +2 -14
  11. package/dist-es/commands/CreateLicenseCommand.js +2 -14
  12. package/dist-es/commands/CreateLicenseConfigurationCommand.js +2 -14
  13. package/dist-es/commands/CreateLicenseConversionTaskForResourceCommand.js +2 -14
  14. package/dist-es/commands/CreateLicenseManagerReportGeneratorCommand.js +2 -14
  15. package/dist-es/commands/CreateLicenseVersionCommand.js +2 -14
  16. package/dist-es/commands/CreateTokenCommand.js +2 -14
  17. package/dist-es/commands/DeleteGrantCommand.js +2 -14
  18. package/dist-es/commands/DeleteLicenseAssetGroupCommand.js +2 -14
  19. package/dist-es/commands/DeleteLicenseAssetRulesetCommand.js +2 -14
  20. package/dist-es/commands/DeleteLicenseCommand.js +2 -14
  21. package/dist-es/commands/DeleteLicenseConfigurationCommand.js +2 -14
  22. package/dist-es/commands/DeleteLicenseManagerReportGeneratorCommand.js +2 -14
  23. package/dist-es/commands/DeleteTokenCommand.js +2 -14
  24. package/dist-es/commands/ExtendLicenseConsumptionCommand.js +2 -14
  25. package/dist-es/commands/GetAccessTokenCommand.js +2 -14
  26. package/dist-es/commands/GetGrantCommand.js +2 -14
  27. package/dist-es/commands/GetLicenseAssetGroupCommand.js +2 -14
  28. package/dist-es/commands/GetLicenseAssetRulesetCommand.js +2 -14
  29. package/dist-es/commands/GetLicenseCommand.js +2 -14
  30. package/dist-es/commands/GetLicenseConfigurationCommand.js +2 -14
  31. package/dist-es/commands/GetLicenseConversionTaskCommand.js +2 -14
  32. package/dist-es/commands/GetLicenseManagerReportGeneratorCommand.js +2 -14
  33. package/dist-es/commands/GetLicenseUsageCommand.js +2 -14
  34. package/dist-es/commands/GetServiceSettingsCommand.js +2 -14
  35. package/dist-es/commands/ListAssetsForLicenseAssetGroupCommand.js +2 -14
  36. package/dist-es/commands/ListAssociationsForLicenseConfigurationCommand.js +2 -14
  37. package/dist-es/commands/ListDistributedGrantsCommand.js +2 -14
  38. package/dist-es/commands/ListFailuresForLicenseConfigurationOperationsCommand.js +2 -14
  39. package/dist-es/commands/ListLicenseAssetGroupsCommand.js +2 -14
  40. package/dist-es/commands/ListLicenseAssetRulesetsCommand.js +2 -14
  41. package/dist-es/commands/ListLicenseConfigurationsCommand.js +2 -14
  42. package/dist-es/commands/ListLicenseConfigurationsForOrganizationCommand.js +2 -14
  43. package/dist-es/commands/ListLicenseConversionTasksCommand.js +2 -14
  44. package/dist-es/commands/ListLicenseManagerReportGeneratorsCommand.js +2 -14
  45. package/dist-es/commands/ListLicenseSpecificationsForResourceCommand.js +2 -14
  46. package/dist-es/commands/ListLicenseVersionsCommand.js +2 -14
  47. package/dist-es/commands/ListLicensesCommand.js +2 -14
  48. package/dist-es/commands/ListReceivedGrantsCommand.js +2 -14
  49. package/dist-es/commands/ListReceivedGrantsForOrganizationCommand.js +2 -14
  50. package/dist-es/commands/ListReceivedLicensesCommand.js +2 -14
  51. package/dist-es/commands/ListReceivedLicensesForOrganizationCommand.js +2 -14
  52. package/dist-es/commands/ListResourceInventoryCommand.js +2 -14
  53. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  54. package/dist-es/commands/ListTokensCommand.js +2 -14
  55. package/dist-es/commands/ListUsageForLicenseConfigurationCommand.js +2 -14
  56. package/dist-es/commands/RejectGrantCommand.js +2 -14
  57. package/dist-es/commands/TagResourceCommand.js +2 -14
  58. package/dist-es/commands/UntagResourceCommand.js +2 -14
  59. package/dist-es/commands/UpdateLicenseAssetGroupCommand.js +2 -14
  60. package/dist-es/commands/UpdateLicenseAssetRulesetCommand.js +2 -14
  61. package/dist-es/commands/UpdateLicenseConfigurationCommand.js +2 -14
  62. package/dist-es/commands/UpdateLicenseManagerReportGeneratorCommand.js +2 -14
  63. package/dist-es/commands/UpdateLicenseSpecificationsForResourceCommand.js +2 -14
  64. package/dist-es/commands/UpdateServiceSettingsCommand.js +2 -14
  65. package/dist-es/index.js +1 -0
  66. package/dist-types/commandBuilder.d.ts +18 -0
  67. package/dist-types/commands/AcceptGrantCommand.d.ts +3 -8
  68. package/dist-types/commands/CheckInLicenseCommand.d.ts +3 -8
  69. package/dist-types/commands/CheckoutBorrowLicenseCommand.d.ts +3 -8
  70. package/dist-types/commands/CheckoutLicenseCommand.d.ts +3 -8
  71. package/dist-types/commands/CreateGrantCommand.d.ts +3 -8
  72. package/dist-types/commands/CreateGrantVersionCommand.d.ts +3 -8
  73. package/dist-types/commands/CreateLicenseAssetGroupCommand.d.ts +3 -8
  74. package/dist-types/commands/CreateLicenseAssetRulesetCommand.d.ts +3 -8
  75. package/dist-types/commands/CreateLicenseCommand.d.ts +3 -8
  76. package/dist-types/commands/CreateLicenseConfigurationCommand.d.ts +3 -8
  77. package/dist-types/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +3 -8
  78. package/dist-types/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +3 -8
  79. package/dist-types/commands/CreateLicenseVersionCommand.d.ts +3 -8
  80. package/dist-types/commands/CreateTokenCommand.d.ts +3 -8
  81. package/dist-types/commands/DeleteGrantCommand.d.ts +3 -8
  82. package/dist-types/commands/DeleteLicenseAssetGroupCommand.d.ts +3 -8
  83. package/dist-types/commands/DeleteLicenseAssetRulesetCommand.d.ts +3 -8
  84. package/dist-types/commands/DeleteLicenseCommand.d.ts +3 -8
  85. package/dist-types/commands/DeleteLicenseConfigurationCommand.d.ts +3 -8
  86. package/dist-types/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +3 -8
  87. package/dist-types/commands/DeleteTokenCommand.d.ts +3 -8
  88. package/dist-types/commands/ExtendLicenseConsumptionCommand.d.ts +3 -8
  89. package/dist-types/commands/GetAccessTokenCommand.d.ts +3 -8
  90. package/dist-types/commands/GetGrantCommand.d.ts +3 -8
  91. package/dist-types/commands/GetLicenseAssetGroupCommand.d.ts +3 -8
  92. package/dist-types/commands/GetLicenseAssetRulesetCommand.d.ts +3 -8
  93. package/dist-types/commands/GetLicenseCommand.d.ts +3 -8
  94. package/dist-types/commands/GetLicenseConfigurationCommand.d.ts +3 -8
  95. package/dist-types/commands/GetLicenseConversionTaskCommand.d.ts +3 -8
  96. package/dist-types/commands/GetLicenseManagerReportGeneratorCommand.d.ts +3 -8
  97. package/dist-types/commands/GetLicenseUsageCommand.d.ts +3 -8
  98. package/dist-types/commands/GetServiceSettingsCommand.d.ts +3 -8
  99. package/dist-types/commands/ListAssetsForLicenseAssetGroupCommand.d.ts +3 -8
  100. package/dist-types/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +3 -8
  101. package/dist-types/commands/ListDistributedGrantsCommand.d.ts +3 -8
  102. package/dist-types/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +3 -8
  103. package/dist-types/commands/ListLicenseAssetGroupsCommand.d.ts +3 -8
  104. package/dist-types/commands/ListLicenseAssetRulesetsCommand.d.ts +3 -8
  105. package/dist-types/commands/ListLicenseConfigurationsCommand.d.ts +3 -8
  106. package/dist-types/commands/ListLicenseConfigurationsForOrganizationCommand.d.ts +3 -8
  107. package/dist-types/commands/ListLicenseConversionTasksCommand.d.ts +3 -8
  108. package/dist-types/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +3 -8
  109. package/dist-types/commands/ListLicenseSpecificationsForResourceCommand.d.ts +3 -8
  110. package/dist-types/commands/ListLicenseVersionsCommand.d.ts +3 -8
  111. package/dist-types/commands/ListLicensesCommand.d.ts +3 -8
  112. package/dist-types/commands/ListReceivedGrantsCommand.d.ts +3 -8
  113. package/dist-types/commands/ListReceivedGrantsForOrganizationCommand.d.ts +3 -8
  114. package/dist-types/commands/ListReceivedLicensesCommand.d.ts +3 -8
  115. package/dist-types/commands/ListReceivedLicensesForOrganizationCommand.d.ts +3 -8
  116. package/dist-types/commands/ListResourceInventoryCommand.d.ts +3 -8
  117. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  118. package/dist-types/commands/ListTokensCommand.d.ts +3 -8
  119. package/dist-types/commands/ListUsageForLicenseConfigurationCommand.d.ts +3 -8
  120. package/dist-types/commands/RejectGrantCommand.d.ts +3 -8
  121. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  122. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  123. package/dist-types/commands/UpdateLicenseAssetGroupCommand.d.ts +3 -8
  124. package/dist-types/commands/UpdateLicenseAssetRulesetCommand.d.ts +3 -8
  125. package/dist-types/commands/UpdateLicenseConfigurationCommand.d.ts +3 -8
  126. package/dist-types/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +3 -8
  127. package/dist-types/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +3 -8
  128. package/dist-types/commands/UpdateServiceSettingsCommand.d.ts +3 -8
  129. package/dist-types/index.d.ts +1 -0
  130. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  131. package/dist-types/ts3.4/commands/AcceptGrantCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/CheckInLicenseCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/CheckoutBorrowLicenseCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/CheckoutLicenseCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/CreateGrantVersionCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/CreateLicenseAssetGroupCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/CreateLicenseAssetRulesetCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/CreateLicenseCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/CreateLicenseVersionCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/DeleteGrantCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/DeleteLicenseAssetGroupCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/DeleteLicenseAssetRulesetCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/DeleteLicenseCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/DeleteLicenseConfigurationCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/ExtendLicenseConsumptionCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/GetGrantCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/GetLicenseAssetGroupCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/GetLicenseAssetRulesetCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/GetLicenseCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/GetLicenseConfigurationCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/GetLicenseConversionTaskCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/GetLicenseManagerReportGeneratorCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/GetLicenseUsageCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/GetServiceSettingsCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/ListAssetsForLicenseAssetGroupCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/ListDistributedGrantsCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/ListLicenseAssetGroupsCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/ListLicenseAssetRulesetsCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/ListLicenseConfigurationsCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/ListLicenseConfigurationsForOrganizationCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/ListLicenseConversionTasksCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/ListLicenseSpecificationsForResourceCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/ListLicenseVersionsCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/ListLicensesCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/ListReceivedGrantsCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/ListReceivedGrantsForOrganizationCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/ListReceivedLicensesCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/ListReceivedLicensesForOrganizationCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/ListResourceInventoryCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/ListTokensCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/RejectGrantCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/UpdateLicenseAssetGroupCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/UpdateLicenseAssetRulesetCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/UpdateLicenseConfigurationCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/index.d.ts +1 -0
  194. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
2
  import type { DeleteTokenRequest, DeleteTokenResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteTokenCommandInput extends DeleteTokenRequest {
22
19
  export interface DeleteTokenCommandOutput extends DeleteTokenResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteTokenCommand_base: {
25
- new (input: DeleteTokenCommandInput): import("@smithy/core/client").CommandImpl<DeleteTokenCommandInput, DeleteTokenCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTokenCommandInput): import("@smithy/core/client").CommandImpl<DeleteTokenCommandInput, DeleteTokenCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteTokenCommandInput): import("@smithy/core/client").CommandImpl<DeleteTokenCommandInput, DeleteTokenCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteTokenCommandInput): import("@smithy/core/client").CommandImpl<DeleteTokenCommandInput, DeleteTokenCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the specified token. Must be called in the license home Region.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
2
  import type { ExtendLicenseConsumptionRequest, ExtendLicenseConsumptionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ExtendLicenseConsumptionCommandInput extends ExtendLicenseConsu
22
19
  export interface ExtendLicenseConsumptionCommandOutput extends ExtendLicenseConsumptionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ExtendLicenseConsumptionCommand_base: {
25
- new (input: ExtendLicenseConsumptionCommandInput): import("@smithy/core/client").CommandImpl<ExtendLicenseConsumptionCommandInput, ExtendLicenseConsumptionCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ExtendLicenseConsumptionCommandInput): import("@smithy/core/client").CommandImpl<ExtendLicenseConsumptionCommandInput, ExtendLicenseConsumptionCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ExtendLicenseConsumptionCommandInput): import("@smithy/core/client").CommandImpl<ExtendLicenseConsumptionCommandInput, ExtendLicenseConsumptionCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ExtendLicenseConsumptionCommandInput): import("@smithy/core/client").CommandImpl<ExtendLicenseConsumptionCommandInput, ExtendLicenseConsumptionCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Extends the expiration date for license consumption.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
2
  import type { GetAccessTokenRequest, GetAccessTokenResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetAccessTokenCommandInput extends GetAccessTokenRequest {
22
19
  export interface GetAccessTokenCommandOutput extends GetAccessTokenResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetAccessTokenCommand_base: {
25
- new (input: GetAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<GetAccessTokenCommandInput, GetAccessTokenCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<GetAccessTokenCommandInput, GetAccessTokenCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<GetAccessTokenCommandInput, GetAccessTokenCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<GetAccessTokenCommandInput, GetAccessTokenCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets a temporary access token to use with AssumeRoleWithWebIdentity. Access tokens
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
2
  import type { GetGrantRequest, GetGrantResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetGrantCommandInput extends GetGrantRequest {
22
19
  export interface GetGrantCommandOutput extends GetGrantResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetGrantCommand_base: {
25
- new (input: GetGrantCommandInput): import("@smithy/core/client").CommandImpl<GetGrantCommandInput, GetGrantCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetGrantCommandInput): import("@smithy/core/client").CommandImpl<GetGrantCommandInput, GetGrantCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetGrantCommandInput): import("@smithy/core/client").CommandImpl<GetGrantCommandInput, GetGrantCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetGrantCommandInput): import("@smithy/core/client").CommandImpl<GetGrantCommandInput, GetGrantCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets detailed information about the specified grant.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
2
  import type { GetLicenseAssetGroupRequest, GetLicenseAssetGroupResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetLicenseAssetGroupCommandInput extends GetLicenseAssetGroupRe
22
19
  export interface GetLicenseAssetGroupCommandOutput extends GetLicenseAssetGroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetLicenseAssetGroupCommand_base: {
25
- new (input: GetLicenseAssetGroupCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseAssetGroupCommandInput, GetLicenseAssetGroupCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetLicenseAssetGroupCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseAssetGroupCommandInput, GetLicenseAssetGroupCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetLicenseAssetGroupCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseAssetGroupCommandInput, GetLicenseAssetGroupCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetLicenseAssetGroupCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseAssetGroupCommandInput, GetLicenseAssetGroupCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets a license asset group.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
2
  import type { GetLicenseAssetRulesetRequest, GetLicenseAssetRulesetResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetLicenseAssetRulesetCommandInput extends GetLicenseAssetRules
22
19
  export interface GetLicenseAssetRulesetCommandOutput extends GetLicenseAssetRulesetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetLicenseAssetRulesetCommand_base: {
25
- new (input: GetLicenseAssetRulesetCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseAssetRulesetCommandInput, GetLicenseAssetRulesetCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetLicenseAssetRulesetCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseAssetRulesetCommandInput, GetLicenseAssetRulesetCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetLicenseAssetRulesetCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseAssetRulesetCommandInput, GetLicenseAssetRulesetCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetLicenseAssetRulesetCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseAssetRulesetCommandInput, GetLicenseAssetRulesetCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets a license asset ruleset.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
2
  import type { GetLicenseRequest, GetLicenseResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetLicenseCommandInput extends GetLicenseRequest {
22
19
  export interface GetLicenseCommandOutput extends GetLicenseResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetLicenseCommand_base: {
25
- new (input: GetLicenseCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseCommandInput, GetLicenseCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetLicenseCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseCommandInput, GetLicenseCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetLicenseCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseCommandInput, GetLicenseCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetLicenseCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseCommandInput, GetLicenseCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets detailed information about the specified license.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
2
  import type { GetLicenseConfigurationRequest, GetLicenseConfigurationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetLicenseConfigurationCommandInput extends GetLicenseConfigura
22
19
  export interface GetLicenseConfigurationCommandOutput extends GetLicenseConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetLicenseConfigurationCommand_base: {
25
- new (input: GetLicenseConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseConfigurationCommandInput, GetLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetLicenseConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseConfigurationCommandInput, GetLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetLicenseConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseConfigurationCommandInput, GetLicenseConfigurationCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetLicenseConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseConfigurationCommandInput, GetLicenseConfigurationCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets detailed information about the specified license configuration.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
2
  import type { GetLicenseConversionTaskRequest, GetLicenseConversionTaskResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetLicenseConversionTaskCommandInput extends GetLicenseConversi
22
19
  export interface GetLicenseConversionTaskCommandOutput extends GetLicenseConversionTaskResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetLicenseConversionTaskCommand_base: {
25
- new (input: GetLicenseConversionTaskCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseConversionTaskCommandInput, GetLicenseConversionTaskCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetLicenseConversionTaskCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseConversionTaskCommandInput, GetLicenseConversionTaskCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetLicenseConversionTaskCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseConversionTaskCommandInput, GetLicenseConversionTaskCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetLicenseConversionTaskCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseConversionTaskCommandInput, GetLicenseConversionTaskCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about the specified license type conversion task.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
2
  import type { GetLicenseManagerReportGeneratorRequest, GetLicenseManagerReportGeneratorResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetLicenseManagerReportGeneratorCommandInput extends GetLicense
22
19
  export interface GetLicenseManagerReportGeneratorCommandOutput extends GetLicenseManagerReportGeneratorResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetLicenseManagerReportGeneratorCommand_base: {
25
- new (input: GetLicenseManagerReportGeneratorCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseManagerReportGeneratorCommandInput, GetLicenseManagerReportGeneratorCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetLicenseManagerReportGeneratorCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseManagerReportGeneratorCommandInput, GetLicenseManagerReportGeneratorCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetLicenseManagerReportGeneratorCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseManagerReportGeneratorCommandInput, GetLicenseManagerReportGeneratorCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetLicenseManagerReportGeneratorCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseManagerReportGeneratorCommandInput, GetLicenseManagerReportGeneratorCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about the specified report generator.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
2
  import type { GetLicenseUsageRequest, GetLicenseUsageResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetLicenseUsageCommandInput extends GetLicenseUsageRequest {
22
19
  export interface GetLicenseUsageCommandOutput extends GetLicenseUsageResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetLicenseUsageCommand_base: {
25
- new (input: GetLicenseUsageCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseUsageCommandInput, GetLicenseUsageCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetLicenseUsageCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseUsageCommandInput, GetLicenseUsageCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetLicenseUsageCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseUsageCommandInput, GetLicenseUsageCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetLicenseUsageCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseUsageCommandInput, GetLicenseUsageCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets detailed information about the usage of the specified license.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
2
  import type { GetServiceSettingsRequest, GetServiceSettingsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetServiceSettingsCommandInput extends GetServiceSettingsReques
22
19
  export interface GetServiceSettingsCommandOutput extends GetServiceSettingsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetServiceSettingsCommand_base: {
25
- new (input: GetServiceSettingsCommandInput): import("@smithy/core/client").CommandImpl<GetServiceSettingsCommandInput, GetServiceSettingsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetServiceSettingsCommandInput]): import("@smithy/core/client").CommandImpl<GetServiceSettingsCommandInput, GetServiceSettingsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetServiceSettingsCommandInput): import("@smithy/core/client").CommandImpl<GetServiceSettingsCommandInput, GetServiceSettingsCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetServiceSettingsCommandInput]): import("@smithy/core/client").CommandImpl<GetServiceSettingsCommandInput, GetServiceSettingsCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets the License Manager settings for the current Region.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
2
  import type { ListAssetsForLicenseAssetGroupRequest, ListAssetsForLicenseAssetGroupResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListAssetsForLicenseAssetGroupCommandInput extends ListAssetsFo
22
19
  export interface ListAssetsForLicenseAssetGroupCommandOutput extends ListAssetsForLicenseAssetGroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListAssetsForLicenseAssetGroupCommand_base: {
25
- new (input: ListAssetsForLicenseAssetGroupCommandInput): import("@smithy/core/client").CommandImpl<ListAssetsForLicenseAssetGroupCommandInput, ListAssetsForLicenseAssetGroupCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListAssetsForLicenseAssetGroupCommandInput): import("@smithy/core/client").CommandImpl<ListAssetsForLicenseAssetGroupCommandInput, ListAssetsForLicenseAssetGroupCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListAssetsForLicenseAssetGroupCommandInput): import("@smithy/core/client").CommandImpl<ListAssetsForLicenseAssetGroupCommandInput, ListAssetsForLicenseAssetGroupCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListAssetsForLicenseAssetGroupCommandInput): import("@smithy/core/client").CommandImpl<ListAssetsForLicenseAssetGroupCommandInput, ListAssetsForLicenseAssetGroupCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists assets for a license asset group.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
2
  import type { ListAssociationsForLicenseConfigurationRequest, ListAssociationsForLicenseConfigurationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListAssociationsForLicenseConfigurationCommandInput extends Lis
22
19
  export interface ListAssociationsForLicenseConfigurationCommandOutput extends ListAssociationsForLicenseConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListAssociationsForLicenseConfigurationCommand_base: {
25
- new (input: ListAssociationsForLicenseConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ListAssociationsForLicenseConfigurationCommandInput, ListAssociationsForLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListAssociationsForLicenseConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ListAssociationsForLicenseConfigurationCommandInput, ListAssociationsForLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListAssociationsForLicenseConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ListAssociationsForLicenseConfigurationCommandInput, ListAssociationsForLicenseConfigurationCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListAssociationsForLicenseConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ListAssociationsForLicenseConfigurationCommandInput, ListAssociationsForLicenseConfigurationCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the resource associations for the specified license configuration.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
2
  import type { ListDistributedGrantsRequest, ListDistributedGrantsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListDistributedGrantsCommandInput extends ListDistributedGrants
22
19
  export interface ListDistributedGrantsCommandOutput extends ListDistributedGrantsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListDistributedGrantsCommand_base: {
25
- new (input: ListDistributedGrantsCommandInput): import("@smithy/core/client").CommandImpl<ListDistributedGrantsCommandInput, ListDistributedGrantsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListDistributedGrantsCommandInput]): import("@smithy/core/client").CommandImpl<ListDistributedGrantsCommandInput, ListDistributedGrantsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListDistributedGrantsCommandInput): import("@smithy/core/client").CommandImpl<ListDistributedGrantsCommandInput, ListDistributedGrantsCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListDistributedGrantsCommandInput]): import("@smithy/core/client").CommandImpl<ListDistributedGrantsCommandInput, ListDistributedGrantsCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the grants distributed for the specified license.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
2
  import type { ListFailuresForLicenseConfigurationOperationsRequest, ListFailuresForLicenseConfigurationOperationsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListFailuresForLicenseConfigurationOperationsCommandInput exten
22
19
  export interface ListFailuresForLicenseConfigurationOperationsCommandOutput extends ListFailuresForLicenseConfigurationOperationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListFailuresForLicenseConfigurationOperationsCommand_base: {
25
- new (input: ListFailuresForLicenseConfigurationOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListFailuresForLicenseConfigurationOperationsCommandInput, ListFailuresForLicenseConfigurationOperationsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListFailuresForLicenseConfigurationOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListFailuresForLicenseConfigurationOperationsCommandInput, ListFailuresForLicenseConfigurationOperationsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListFailuresForLicenseConfigurationOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListFailuresForLicenseConfigurationOperationsCommandInput, ListFailuresForLicenseConfigurationOperationsCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListFailuresForLicenseConfigurationOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListFailuresForLicenseConfigurationOperationsCommandInput, ListFailuresForLicenseConfigurationOperationsCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the license configuration operations that failed.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
2
  import type { ListLicenseAssetGroupsRequest, ListLicenseAssetGroupsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListLicenseAssetGroupsCommandInput extends ListLicenseAssetGrou
22
19
  export interface ListLicenseAssetGroupsCommandOutput extends ListLicenseAssetGroupsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListLicenseAssetGroupsCommand_base: {
25
- new (input: ListLicenseAssetGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListLicenseAssetGroupsCommandInput, ListLicenseAssetGroupsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListLicenseAssetGroupsCommandInput]): import("@smithy/core/client").CommandImpl<ListLicenseAssetGroupsCommandInput, ListLicenseAssetGroupsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListLicenseAssetGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListLicenseAssetGroupsCommandInput, ListLicenseAssetGroupsCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListLicenseAssetGroupsCommandInput]): import("@smithy/core/client").CommandImpl<ListLicenseAssetGroupsCommandInput, ListLicenseAssetGroupsCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists license asset groups.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
2
  import type { ListLicenseAssetRulesetsRequest, ListLicenseAssetRulesetsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListLicenseAssetRulesetsCommandInput extends ListLicenseAssetRu
22
19
  export interface ListLicenseAssetRulesetsCommandOutput extends ListLicenseAssetRulesetsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListLicenseAssetRulesetsCommand_base: {
25
- new (input: ListLicenseAssetRulesetsCommandInput): import("@smithy/core/client").CommandImpl<ListLicenseAssetRulesetsCommandInput, ListLicenseAssetRulesetsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListLicenseAssetRulesetsCommandInput]): import("@smithy/core/client").CommandImpl<ListLicenseAssetRulesetsCommandInput, ListLicenseAssetRulesetsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListLicenseAssetRulesetsCommandInput): import("@smithy/core/client").CommandImpl<ListLicenseAssetRulesetsCommandInput, ListLicenseAssetRulesetsCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListLicenseAssetRulesetsCommandInput]): import("@smithy/core/client").CommandImpl<ListLicenseAssetRulesetsCommandInput, ListLicenseAssetRulesetsCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists license asset rulesets.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
2
  import type { ListLicenseConfigurationsRequest, ListLicenseConfigurationsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListLicenseConfigurationsCommandInput extends ListLicenseConfig
22
19
  export interface ListLicenseConfigurationsCommandOutput extends ListLicenseConfigurationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListLicenseConfigurationsCommand_base: {
25
- new (input: ListLicenseConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListLicenseConfigurationsCommandInput, ListLicenseConfigurationsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListLicenseConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListLicenseConfigurationsCommandInput, ListLicenseConfigurationsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListLicenseConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListLicenseConfigurationsCommandInput, ListLicenseConfigurationsCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListLicenseConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListLicenseConfigurationsCommandInput, ListLicenseConfigurationsCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the license configurations for your account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
2
  import type { ListLicenseConfigurationsForOrganizationRequest, ListLicenseConfigurationsForOrganizationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListLicenseConfigurationsForOrganizationCommandInput extends Li
22
19
  export interface ListLicenseConfigurationsForOrganizationCommandOutput extends ListLicenseConfigurationsForOrganizationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListLicenseConfigurationsForOrganizationCommand_base: {
25
- new (input: ListLicenseConfigurationsForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<ListLicenseConfigurationsForOrganizationCommandInput, ListLicenseConfigurationsForOrganizationCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListLicenseConfigurationsForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<ListLicenseConfigurationsForOrganizationCommandInput, ListLicenseConfigurationsForOrganizationCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListLicenseConfigurationsForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<ListLicenseConfigurationsForOrganizationCommandInput, ListLicenseConfigurationsForOrganizationCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListLicenseConfigurationsForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<ListLicenseConfigurationsForOrganizationCommandInput, ListLicenseConfigurationsForOrganizationCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists license configurations for an organization.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
2
  import type { ListLicenseConversionTasksRequest, ListLicenseConversionTasksResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListLicenseConversionTasksCommandInput extends ListLicenseConve
22
19
  export interface ListLicenseConversionTasksCommandOutput extends ListLicenseConversionTasksResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListLicenseConversionTasksCommand_base: {
25
- new (input: ListLicenseConversionTasksCommandInput): import("@smithy/core/client").CommandImpl<ListLicenseConversionTasksCommandInput, ListLicenseConversionTasksCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListLicenseConversionTasksCommandInput]): import("@smithy/core/client").CommandImpl<ListLicenseConversionTasksCommandInput, ListLicenseConversionTasksCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListLicenseConversionTasksCommandInput): import("@smithy/core/client").CommandImpl<ListLicenseConversionTasksCommandInput, ListLicenseConversionTasksCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListLicenseConversionTasksCommandInput]): import("@smithy/core/client").CommandImpl<ListLicenseConversionTasksCommandInput, ListLicenseConversionTasksCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the license type conversion tasks for your account.</p>