@aws-sdk/client-license-manager 3.1045.0 → 3.1047.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 (221) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +140 -141
  5. package/dist-cjs/models/LicenseManagerServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/LicenseManager.js +1 -1
  10. package/dist-es/LicenseManagerClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AcceptGrantCommand.js +2 -2
  13. package/dist-es/commands/CheckInLicenseCommand.js +2 -2
  14. package/dist-es/commands/CheckoutBorrowLicenseCommand.js +2 -2
  15. package/dist-es/commands/CheckoutLicenseCommand.js +2 -2
  16. package/dist-es/commands/CreateGrantCommand.js +2 -2
  17. package/dist-es/commands/CreateGrantVersionCommand.js +2 -2
  18. package/dist-es/commands/CreateLicenseAssetGroupCommand.js +2 -2
  19. package/dist-es/commands/CreateLicenseAssetRulesetCommand.js +2 -2
  20. package/dist-es/commands/CreateLicenseCommand.js +2 -2
  21. package/dist-es/commands/CreateLicenseConfigurationCommand.js +2 -2
  22. package/dist-es/commands/CreateLicenseConversionTaskForResourceCommand.js +2 -2
  23. package/dist-es/commands/CreateLicenseManagerReportGeneratorCommand.js +2 -2
  24. package/dist-es/commands/CreateLicenseVersionCommand.js +2 -2
  25. package/dist-es/commands/CreateTokenCommand.js +2 -2
  26. package/dist-es/commands/DeleteGrantCommand.js +2 -2
  27. package/dist-es/commands/DeleteLicenseAssetGroupCommand.js +2 -2
  28. package/dist-es/commands/DeleteLicenseAssetRulesetCommand.js +2 -2
  29. package/dist-es/commands/DeleteLicenseCommand.js +2 -2
  30. package/dist-es/commands/DeleteLicenseConfigurationCommand.js +2 -2
  31. package/dist-es/commands/DeleteLicenseManagerReportGeneratorCommand.js +2 -2
  32. package/dist-es/commands/DeleteTokenCommand.js +2 -2
  33. package/dist-es/commands/ExtendLicenseConsumptionCommand.js +2 -2
  34. package/dist-es/commands/GetAccessTokenCommand.js +2 -2
  35. package/dist-es/commands/GetGrantCommand.js +2 -2
  36. package/dist-es/commands/GetLicenseAssetGroupCommand.js +2 -2
  37. package/dist-es/commands/GetLicenseAssetRulesetCommand.js +2 -2
  38. package/dist-es/commands/GetLicenseCommand.js +2 -2
  39. package/dist-es/commands/GetLicenseConfigurationCommand.js +2 -2
  40. package/dist-es/commands/GetLicenseConversionTaskCommand.js +2 -2
  41. package/dist-es/commands/GetLicenseManagerReportGeneratorCommand.js +2 -2
  42. package/dist-es/commands/GetLicenseUsageCommand.js +2 -2
  43. package/dist-es/commands/GetServiceSettingsCommand.js +2 -2
  44. package/dist-es/commands/ListAssetsForLicenseAssetGroupCommand.js +2 -2
  45. package/dist-es/commands/ListAssociationsForLicenseConfigurationCommand.js +2 -2
  46. package/dist-es/commands/ListDistributedGrantsCommand.js +2 -2
  47. package/dist-es/commands/ListFailuresForLicenseConfigurationOperationsCommand.js +2 -2
  48. package/dist-es/commands/ListLicenseAssetGroupsCommand.js +2 -2
  49. package/dist-es/commands/ListLicenseAssetRulesetsCommand.js +2 -2
  50. package/dist-es/commands/ListLicenseConfigurationsCommand.js +2 -2
  51. package/dist-es/commands/ListLicenseConfigurationsForOrganizationCommand.js +2 -2
  52. package/dist-es/commands/ListLicenseConversionTasksCommand.js +2 -2
  53. package/dist-es/commands/ListLicenseManagerReportGeneratorsCommand.js +2 -2
  54. package/dist-es/commands/ListLicenseSpecificationsForResourceCommand.js +2 -2
  55. package/dist-es/commands/ListLicenseVersionsCommand.js +2 -2
  56. package/dist-es/commands/ListLicensesCommand.js +2 -2
  57. package/dist-es/commands/ListReceivedGrantsCommand.js +2 -2
  58. package/dist-es/commands/ListReceivedGrantsForOrganizationCommand.js +2 -2
  59. package/dist-es/commands/ListReceivedLicensesCommand.js +2 -2
  60. package/dist-es/commands/ListReceivedLicensesForOrganizationCommand.js +2 -2
  61. package/dist-es/commands/ListResourceInventoryCommand.js +2 -2
  62. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  63. package/dist-es/commands/ListTokensCommand.js +2 -2
  64. package/dist-es/commands/ListUsageForLicenseConfigurationCommand.js +2 -2
  65. package/dist-es/commands/RejectGrantCommand.js +2 -2
  66. package/dist-es/commands/TagResourceCommand.js +2 -2
  67. package/dist-es/commands/UntagResourceCommand.js +2 -2
  68. package/dist-es/commands/UpdateLicenseAssetGroupCommand.js +2 -2
  69. package/dist-es/commands/UpdateLicenseAssetRulesetCommand.js +2 -2
  70. package/dist-es/commands/UpdateLicenseConfigurationCommand.js +2 -2
  71. package/dist-es/commands/UpdateLicenseManagerReportGeneratorCommand.js +2 -2
  72. package/dist-es/commands/UpdateLicenseSpecificationsForResourceCommand.js +2 -2
  73. package/dist-es/commands/UpdateServiceSettingsCommand.js +2 -2
  74. package/dist-es/endpoint/bdd.js +1 -1
  75. package/dist-es/endpoint/endpointResolver.js +1 -1
  76. package/dist-es/models/LicenseManagerServiceException.js +1 -1
  77. package/dist-es/runtimeConfig.browser.js +4 -6
  78. package/dist-es/runtimeConfig.js +4 -8
  79. package/dist-es/runtimeConfig.shared.js +3 -4
  80. package/dist-es/runtimeExtensions.js +2 -2
  81. package/dist-types/LicenseManagerClient.d.ts +5 -5
  82. package/dist-types/commands/AcceptGrantCommand.d.ts +6 -4
  83. package/dist-types/commands/CheckInLicenseCommand.d.ts +6 -4
  84. package/dist-types/commands/CheckoutBorrowLicenseCommand.d.ts +6 -4
  85. package/dist-types/commands/CheckoutLicenseCommand.d.ts +6 -4
  86. package/dist-types/commands/CreateGrantCommand.d.ts +6 -4
  87. package/dist-types/commands/CreateGrantVersionCommand.d.ts +6 -4
  88. package/dist-types/commands/CreateLicenseAssetGroupCommand.d.ts +6 -4
  89. package/dist-types/commands/CreateLicenseAssetRulesetCommand.d.ts +6 -4
  90. package/dist-types/commands/CreateLicenseCommand.d.ts +6 -4
  91. package/dist-types/commands/CreateLicenseConfigurationCommand.d.ts +6 -4
  92. package/dist-types/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +6 -4
  93. package/dist-types/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +6 -4
  94. package/dist-types/commands/CreateLicenseVersionCommand.d.ts +6 -4
  95. package/dist-types/commands/CreateTokenCommand.d.ts +6 -4
  96. package/dist-types/commands/DeleteGrantCommand.d.ts +6 -4
  97. package/dist-types/commands/DeleteLicenseAssetGroupCommand.d.ts +6 -4
  98. package/dist-types/commands/DeleteLicenseAssetRulesetCommand.d.ts +6 -4
  99. package/dist-types/commands/DeleteLicenseCommand.d.ts +6 -4
  100. package/dist-types/commands/DeleteLicenseConfigurationCommand.d.ts +6 -4
  101. package/dist-types/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +6 -4
  102. package/dist-types/commands/DeleteTokenCommand.d.ts +6 -4
  103. package/dist-types/commands/ExtendLicenseConsumptionCommand.d.ts +6 -4
  104. package/dist-types/commands/GetAccessTokenCommand.d.ts +6 -4
  105. package/dist-types/commands/GetGrantCommand.d.ts +6 -4
  106. package/dist-types/commands/GetLicenseAssetGroupCommand.d.ts +6 -4
  107. package/dist-types/commands/GetLicenseAssetRulesetCommand.d.ts +6 -4
  108. package/dist-types/commands/GetLicenseCommand.d.ts +6 -4
  109. package/dist-types/commands/GetLicenseConfigurationCommand.d.ts +6 -4
  110. package/dist-types/commands/GetLicenseConversionTaskCommand.d.ts +6 -4
  111. package/dist-types/commands/GetLicenseManagerReportGeneratorCommand.d.ts +6 -4
  112. package/dist-types/commands/GetLicenseUsageCommand.d.ts +6 -4
  113. package/dist-types/commands/GetServiceSettingsCommand.d.ts +6 -4
  114. package/dist-types/commands/ListAssetsForLicenseAssetGroupCommand.d.ts +6 -4
  115. package/dist-types/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +6 -4
  116. package/dist-types/commands/ListDistributedGrantsCommand.d.ts +6 -4
  117. package/dist-types/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +6 -4
  118. package/dist-types/commands/ListLicenseAssetGroupsCommand.d.ts +6 -4
  119. package/dist-types/commands/ListLicenseAssetRulesetsCommand.d.ts +6 -4
  120. package/dist-types/commands/ListLicenseConfigurationsCommand.d.ts +6 -4
  121. package/dist-types/commands/ListLicenseConfigurationsForOrganizationCommand.d.ts +6 -4
  122. package/dist-types/commands/ListLicenseConversionTasksCommand.d.ts +6 -4
  123. package/dist-types/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +6 -4
  124. package/dist-types/commands/ListLicenseSpecificationsForResourceCommand.d.ts +6 -4
  125. package/dist-types/commands/ListLicenseVersionsCommand.d.ts +6 -4
  126. package/dist-types/commands/ListLicensesCommand.d.ts +6 -4
  127. package/dist-types/commands/ListReceivedGrantsCommand.d.ts +6 -4
  128. package/dist-types/commands/ListReceivedGrantsForOrganizationCommand.d.ts +6 -4
  129. package/dist-types/commands/ListReceivedLicensesCommand.d.ts +6 -4
  130. package/dist-types/commands/ListReceivedLicensesForOrganizationCommand.d.ts +6 -4
  131. package/dist-types/commands/ListResourceInventoryCommand.d.ts +6 -4
  132. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  133. package/dist-types/commands/ListTokensCommand.d.ts +6 -4
  134. package/dist-types/commands/ListUsageForLicenseConfigurationCommand.d.ts +6 -4
  135. package/dist-types/commands/RejectGrantCommand.d.ts +6 -4
  136. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  137. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  138. package/dist-types/commands/UpdateLicenseAssetGroupCommand.d.ts +6 -4
  139. package/dist-types/commands/UpdateLicenseAssetRulesetCommand.d.ts +6 -4
  140. package/dist-types/commands/UpdateLicenseConfigurationCommand.d.ts +6 -4
  141. package/dist-types/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +6 -4
  142. package/dist-types/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +6 -4
  143. package/dist-types/commands/UpdateServiceSettingsCommand.d.ts +6 -4
  144. package/dist-types/endpoint/bdd.d.ts +1 -1
  145. package/dist-types/extensionConfiguration.d.ts +1 -1
  146. package/dist-types/models/LicenseManagerServiceException.d.ts +1 -1
  147. package/dist-types/models/errors.d.ts +1 -1
  148. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  149. package/dist-types/runtimeConfig.d.ts +2 -2
  150. package/dist-types/runtimeConfig.native.d.ts +2 -2
  151. package/dist-types/ts3.4/LicenseManagerClient.d.ts +8 -14
  152. package/dist-types/ts3.4/commands/AcceptGrantCommand.d.ts +6 -4
  153. package/dist-types/ts3.4/commands/CheckInLicenseCommand.d.ts +6 -4
  154. package/dist-types/ts3.4/commands/CheckoutBorrowLicenseCommand.d.ts +6 -4
  155. package/dist-types/ts3.4/commands/CheckoutLicenseCommand.d.ts +6 -4
  156. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +6 -4
  157. package/dist-types/ts3.4/commands/CreateGrantVersionCommand.d.ts +6 -4
  158. package/dist-types/ts3.4/commands/CreateLicenseAssetGroupCommand.d.ts +6 -4
  159. package/dist-types/ts3.4/commands/CreateLicenseAssetRulesetCommand.d.ts +6 -4
  160. package/dist-types/ts3.4/commands/CreateLicenseCommand.d.ts +6 -4
  161. package/dist-types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +6 -4
  162. package/dist-types/ts3.4/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +6 -4
  163. package/dist-types/ts3.4/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +6 -4
  164. package/dist-types/ts3.4/commands/CreateLicenseVersionCommand.d.ts +6 -4
  165. package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +6 -4
  166. package/dist-types/ts3.4/commands/DeleteGrantCommand.d.ts +6 -4
  167. package/dist-types/ts3.4/commands/DeleteLicenseAssetGroupCommand.d.ts +6 -4
  168. package/dist-types/ts3.4/commands/DeleteLicenseAssetRulesetCommand.d.ts +6 -4
  169. package/dist-types/ts3.4/commands/DeleteLicenseCommand.d.ts +6 -4
  170. package/dist-types/ts3.4/commands/DeleteLicenseConfigurationCommand.d.ts +6 -4
  171. package/dist-types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +6 -4
  172. package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +6 -4
  173. package/dist-types/ts3.4/commands/ExtendLicenseConsumptionCommand.d.ts +6 -4
  174. package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +6 -4
  175. package/dist-types/ts3.4/commands/GetGrantCommand.d.ts +6 -8
  176. package/dist-types/ts3.4/commands/GetLicenseAssetGroupCommand.d.ts +6 -4
  177. package/dist-types/ts3.4/commands/GetLicenseAssetRulesetCommand.d.ts +6 -4
  178. package/dist-types/ts3.4/commands/GetLicenseCommand.d.ts +6 -4
  179. package/dist-types/ts3.4/commands/GetLicenseConfigurationCommand.d.ts +6 -4
  180. package/dist-types/ts3.4/commands/GetLicenseConversionTaskCommand.d.ts +6 -4
  181. package/dist-types/ts3.4/commands/GetLicenseManagerReportGeneratorCommand.d.ts +6 -4
  182. package/dist-types/ts3.4/commands/GetLicenseUsageCommand.d.ts +6 -4
  183. package/dist-types/ts3.4/commands/GetServiceSettingsCommand.d.ts +6 -4
  184. package/dist-types/ts3.4/commands/ListAssetsForLicenseAssetGroupCommand.d.ts +6 -4
  185. package/dist-types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +6 -4
  186. package/dist-types/ts3.4/commands/ListDistributedGrantsCommand.d.ts +6 -4
  187. package/dist-types/ts3.4/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +6 -4
  188. package/dist-types/ts3.4/commands/ListLicenseAssetGroupsCommand.d.ts +6 -4
  189. package/dist-types/ts3.4/commands/ListLicenseAssetRulesetsCommand.d.ts +6 -4
  190. package/dist-types/ts3.4/commands/ListLicenseConfigurationsCommand.d.ts +6 -4
  191. package/dist-types/ts3.4/commands/ListLicenseConfigurationsForOrganizationCommand.d.ts +6 -4
  192. package/dist-types/ts3.4/commands/ListLicenseConversionTasksCommand.d.ts +6 -4
  193. package/dist-types/ts3.4/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +6 -4
  194. package/dist-types/ts3.4/commands/ListLicenseSpecificationsForResourceCommand.d.ts +6 -4
  195. package/dist-types/ts3.4/commands/ListLicenseVersionsCommand.d.ts +6 -4
  196. package/dist-types/ts3.4/commands/ListLicensesCommand.d.ts +6 -4
  197. package/dist-types/ts3.4/commands/ListReceivedGrantsCommand.d.ts +6 -4
  198. package/dist-types/ts3.4/commands/ListReceivedGrantsForOrganizationCommand.d.ts +6 -4
  199. package/dist-types/ts3.4/commands/ListReceivedLicensesCommand.d.ts +6 -4
  200. package/dist-types/ts3.4/commands/ListReceivedLicensesForOrganizationCommand.d.ts +6 -4
  201. package/dist-types/ts3.4/commands/ListResourceInventoryCommand.d.ts +6 -4
  202. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  203. package/dist-types/ts3.4/commands/ListTokensCommand.d.ts +6 -4
  204. package/dist-types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +6 -4
  205. package/dist-types/ts3.4/commands/RejectGrantCommand.d.ts +6 -4
  206. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  207. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  208. package/dist-types/ts3.4/commands/UpdateLicenseAssetGroupCommand.d.ts +6 -4
  209. package/dist-types/ts3.4/commands/UpdateLicenseAssetRulesetCommand.d.ts +6 -4
  210. package/dist-types/ts3.4/commands/UpdateLicenseConfigurationCommand.d.ts +6 -4
  211. package/dist-types/ts3.4/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +6 -4
  212. package/dist-types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +6 -4
  213. package/dist-types/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +6 -4
  214. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  215. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  216. package/dist-types/ts3.4/models/LicenseManagerServiceException.d.ts +1 -1
  217. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  218. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  219. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  220. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  221. package/package.json +13 -34
@@ -5,14 +5,14 @@ import type { LicenseManagerClientConfig } from "./LicenseManagerClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: LicenseManagerClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
12
12
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
13
13
  maxAttempts: number | import("@smithy/types").Provider<number>;
14
14
  region: string | import("@smithy/types").Provider<string>;
15
- requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
15
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
17
  sha256: import("@smithy/types").HashConstructor;
18
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,7 +5,7 @@ import type { LicenseManagerClientConfig } from "./LicenseManagerClient";
5
5
  export declare const getRuntimeConfig: (config: LicenseManagerClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
8
+ requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  cacheMiddleware?: boolean;
10
10
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
11
11
  protocolSettings: {
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: LicenseManagerClientConfig) => {
32
32
  retryMode: string | import("@smithy/types").Provider<string>;
33
33
  logger: import("@smithy/types").Logger;
34
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
35
- defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
35
+ defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
36
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
37
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
38
38
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -6,25 +6,19 @@ import {
6
6
  UserAgentInputConfig,
7
7
  UserAgentResolvedConfig,
8
8
  } from "@aws-sdk/middleware-user-agent";
9
- import {
10
- RegionInputConfig,
11
- RegionResolvedConfig,
12
- } from "@smithy/config-resolver";
13
- import {
14
- EndpointInputConfig,
15
- EndpointResolvedConfig,
16
- } from "@smithy/middleware-endpoint";
17
- import {
18
- RetryInputConfig,
19
- RetryResolvedConfig,
20
- } from "@smithy/middleware-retry";
21
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
22
9
  import {
23
10
  DefaultsMode as __DefaultsMode,
24
11
  SmithyConfiguration as __SmithyConfiguration,
25
12
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
26
13
  Client as __Client,
27
- } from "@smithy/smithy-client";
14
+ } from "@smithy/core/client";
15
+ import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
16
+ import {
17
+ EndpointInputConfig,
18
+ EndpointResolvedConfig,
19
+ } from "@smithy/core/endpoints";
20
+ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
21
+ import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
28
22
  import {
29
23
  AwsCredentialIdentityProvider,
30
24
  BodyLengthCalculator as __BodyLengthCalculator,
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  LicenseManagerClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface AcceptGrantCommandOutput
15
15
  declare const AcceptGrantCommand_base: {
16
16
  new (
17
17
  input: AcceptGrantCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  AcceptGrantCommandInput,
20
20
  AcceptGrantCommandOutput,
21
21
  LicenseManagerClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const AcceptGrantCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: AcceptGrantCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  AcceptGrantCommandInput,
29
29
  AcceptGrantCommandOutput,
30
30
  LicenseManagerClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class AcceptGrantCommand extends AcceptGrantCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  LicenseManagerClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface CheckInLicenseCommandOutput
18
18
  declare const CheckInLicenseCommand_base: {
19
19
  new (
20
20
  input: CheckInLicenseCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  CheckInLicenseCommandInput,
23
23
  CheckInLicenseCommandOutput,
24
24
  LicenseManagerClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const CheckInLicenseCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: CheckInLicenseCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  CheckInLicenseCommandInput,
32
32
  CheckInLicenseCommandOutput,
33
33
  LicenseManagerClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class CheckInLicenseCommand extends CheckInLicenseCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  LicenseManagerClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CheckoutBorrowLicenseCommandOutput
19
19
  declare const CheckoutBorrowLicenseCommand_base: {
20
20
  new (
21
21
  input: CheckoutBorrowLicenseCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CheckoutBorrowLicenseCommandInput,
24
24
  CheckoutBorrowLicenseCommandOutput,
25
25
  LicenseManagerClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CheckoutBorrowLicenseCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CheckoutBorrowLicenseCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CheckoutBorrowLicenseCommandInput,
33
33
  CheckoutBorrowLicenseCommandOutput,
34
34
  LicenseManagerClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CheckoutBorrowLicenseCommand extends CheckoutBorrowLicenseCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  LicenseManagerClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface CheckoutLicenseCommandOutput
18
18
  declare const CheckoutLicenseCommand_base: {
19
19
  new (
20
20
  input: CheckoutLicenseCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  CheckoutLicenseCommandInput,
23
23
  CheckoutLicenseCommandOutput,
24
24
  LicenseManagerClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const CheckoutLicenseCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: CheckoutLicenseCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  CheckoutLicenseCommandInput,
32
32
  CheckoutLicenseCommandOutput,
33
33
  LicenseManagerClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class CheckoutLicenseCommand extends CheckoutLicenseCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  LicenseManagerClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface CreateGrantCommandOutput
15
15
  declare const CreateGrantCommand_base: {
16
16
  new (
17
17
  input: CreateGrantCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  CreateGrantCommandInput,
20
20
  CreateGrantCommandOutput,
21
21
  LicenseManagerClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const CreateGrantCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: CreateGrantCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  CreateGrantCommandInput,
29
29
  CreateGrantCommandOutput,
30
30
  LicenseManagerClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class CreateGrantCommand extends CreateGrantCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  LicenseManagerClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateGrantVersionCommandOutput
19
19
  declare const CreateGrantVersionCommand_base: {
20
20
  new (
21
21
  input: CreateGrantVersionCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateGrantVersionCommandInput,
24
24
  CreateGrantVersionCommandOutput,
25
25
  LicenseManagerClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateGrantVersionCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateGrantVersionCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateGrantVersionCommandInput,
33
33
  CreateGrantVersionCommandOutput,
34
34
  LicenseManagerClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateGrantVersionCommand extends CreateGrantVersionCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  LicenseManagerClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateLicenseAssetGroupCommandOutput
19
19
  declare const CreateLicenseAssetGroupCommand_base: {
20
20
  new (
21
21
  input: CreateLicenseAssetGroupCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateLicenseAssetGroupCommandInput,
24
24
  CreateLicenseAssetGroupCommandOutput,
25
25
  LicenseManagerClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateLicenseAssetGroupCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateLicenseAssetGroupCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateLicenseAssetGroupCommandInput,
33
33
  CreateLicenseAssetGroupCommandOutput,
34
34
  LicenseManagerClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateLicenseAssetGroupCommand extends CreateLicenseAssetGroupCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  LicenseManagerClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateLicenseAssetRulesetCommandOutput
19
19
  declare const CreateLicenseAssetRulesetCommand_base: {
20
20
  new (
21
21
  input: CreateLicenseAssetRulesetCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateLicenseAssetRulesetCommandInput,
24
24
  CreateLicenseAssetRulesetCommandOutput,
25
25
  LicenseManagerClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateLicenseAssetRulesetCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateLicenseAssetRulesetCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateLicenseAssetRulesetCommandInput,
33
33
  CreateLicenseAssetRulesetCommandOutput,
34
34
  LicenseManagerClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateLicenseAssetRulesetCommand extends CreateLicenseAssetRulesetCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  LicenseManagerClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface CreateLicenseCommandOutput
18
18
  declare const CreateLicenseCommand_base: {
19
19
  new (
20
20
  input: CreateLicenseCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  CreateLicenseCommandInput,
23
23
  CreateLicenseCommandOutput,
24
24
  LicenseManagerClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const CreateLicenseCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: CreateLicenseCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  CreateLicenseCommandInput,
32
32
  CreateLicenseCommandOutput,
33
33
  LicenseManagerClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class CreateLicenseCommand extends CreateLicenseCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  LicenseManagerClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateLicenseConfigurationCommandOutput
19
19
  declare const CreateLicenseConfigurationCommand_base: {
20
20
  new (
21
21
  input: CreateLicenseConfigurationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateLicenseConfigurationCommandInput,
24
24
  CreateLicenseConfigurationCommandOutput,
25
25
  LicenseManagerClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateLicenseConfigurationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateLicenseConfigurationCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateLicenseConfigurationCommandInput,
33
33
  CreateLicenseConfigurationCommandOutput,
34
34
  LicenseManagerClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateLicenseConfigurationCommand extends CreateLicenseConfigurationCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  LicenseManagerClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateLicenseConversionTaskForResourceCommandOutput
19
19
  declare const CreateLicenseConversionTaskForResourceCommand_base: {
20
20
  new (
21
21
  input: CreateLicenseConversionTaskForResourceCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateLicenseConversionTaskForResourceCommandInput,
24
24
  CreateLicenseConversionTaskForResourceCommandOutput,
25
25
  LicenseManagerClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateLicenseConversionTaskForResourceCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateLicenseConversionTaskForResourceCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateLicenseConversionTaskForResourceCommandInput,
33
33
  CreateLicenseConversionTaskForResourceCommandOutput,
34
34
  LicenseManagerClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateLicenseConversionTaskForResourceCommand extends CreateLicenseConversionTaskForResourceCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  LicenseManagerClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateLicenseManagerReportGeneratorCommandOutput
19
19
  declare const CreateLicenseManagerReportGeneratorCommand_base: {
20
20
  new (
21
21
  input: CreateLicenseManagerReportGeneratorCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateLicenseManagerReportGeneratorCommandInput,
24
24
  CreateLicenseManagerReportGeneratorCommandOutput,
25
25
  LicenseManagerClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateLicenseManagerReportGeneratorCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateLicenseManagerReportGeneratorCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateLicenseManagerReportGeneratorCommandInput,
33
33
  CreateLicenseManagerReportGeneratorCommandOutput,
34
34
  LicenseManagerClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateLicenseManagerReportGeneratorCommand extends CreateLicenseManagerReportGeneratorCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  LicenseManagerClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateLicenseVersionCommandOutput
19
19
  declare const CreateLicenseVersionCommand_base: {
20
20
  new (
21
21
  input: CreateLicenseVersionCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateLicenseVersionCommandInput,
24
24
  CreateLicenseVersionCommandOutput,
25
25
  LicenseManagerClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateLicenseVersionCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateLicenseVersionCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateLicenseVersionCommandInput,
33
33
  CreateLicenseVersionCommandOutput,
34
34
  LicenseManagerClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateLicenseVersionCommand extends CreateLicenseVersionCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  LicenseManagerClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface CreateTokenCommandOutput
15
15
  declare const CreateTokenCommand_base: {
16
16
  new (
17
17
  input: CreateTokenCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  CreateTokenCommandInput,
20
20
  CreateTokenCommandOutput,
21
21
  LicenseManagerClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const CreateTokenCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: CreateTokenCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  CreateTokenCommandInput,
29
29
  CreateTokenCommandOutput,
30
30
  LicenseManagerClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class CreateTokenCommand extends CreateTokenCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  LicenseManagerClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface DeleteGrantCommandOutput
15
15
  declare const DeleteGrantCommand_base: {
16
16
  new (
17
17
  input: DeleteGrantCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteGrantCommandInput,
20
20
  DeleteGrantCommandOutput,
21
21
  LicenseManagerClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DeleteGrantCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: DeleteGrantCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DeleteGrantCommandInput,
29
29
  DeleteGrantCommandOutput,
30
30
  LicenseManagerClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class DeleteGrantCommand extends DeleteGrantCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  LicenseManagerClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DeleteLicenseAssetGroupCommandOutput
19
19
  declare const DeleteLicenseAssetGroupCommand_base: {
20
20
  new (
21
21
  input: DeleteLicenseAssetGroupCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteLicenseAssetGroupCommandInput,
24
24
  DeleteLicenseAssetGroupCommandOutput,
25
25
  LicenseManagerClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteLicenseAssetGroupCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteLicenseAssetGroupCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteLicenseAssetGroupCommandInput,
33
33
  DeleteLicenseAssetGroupCommandOutput,
34
34
  LicenseManagerClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteLicenseAssetGroupCommand extends DeleteLicenseAssetGroupCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  LicenseManagerClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DeleteLicenseAssetRulesetCommandOutput
19
19
  declare const DeleteLicenseAssetRulesetCommand_base: {
20
20
  new (
21
21
  input: DeleteLicenseAssetRulesetCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteLicenseAssetRulesetCommandInput,
24
24
  DeleteLicenseAssetRulesetCommandOutput,
25
25
  LicenseManagerClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteLicenseAssetRulesetCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteLicenseAssetRulesetCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteLicenseAssetRulesetCommandInput,
33
33
  DeleteLicenseAssetRulesetCommandOutput,
34
34
  LicenseManagerClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteLicenseAssetRulesetCommand extends DeleteLicenseAssetRulesetCommand_base {
41
43
  protected static __types: {