@aws-sdk/client-license-manager 3.335.0 → 3.338.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (213) hide show
  1. package/dist-cjs/LicenseManagerClient.js +2 -1
  2. package/dist-cjs/commands/AcceptGrantCommand.js +2 -1
  3. package/dist-cjs/commands/CheckInLicenseCommand.js +2 -1
  4. package/dist-cjs/commands/CheckoutBorrowLicenseCommand.js +2 -1
  5. package/dist-cjs/commands/CheckoutLicenseCommand.js +2 -1
  6. package/dist-cjs/commands/CreateGrantCommand.js +2 -1
  7. package/dist-cjs/commands/CreateGrantVersionCommand.js +2 -1
  8. package/dist-cjs/commands/CreateLicenseCommand.js +2 -1
  9. package/dist-cjs/commands/CreateLicenseConfigurationCommand.js +2 -1
  10. package/dist-cjs/commands/CreateLicenseConversionTaskForResourceCommand.js +2 -1
  11. package/dist-cjs/commands/CreateLicenseManagerReportGeneratorCommand.js +2 -1
  12. package/dist-cjs/commands/CreateLicenseVersionCommand.js +2 -1
  13. package/dist-cjs/commands/CreateTokenCommand.js +2 -1
  14. package/dist-cjs/commands/DeleteGrantCommand.js +2 -1
  15. package/dist-cjs/commands/DeleteLicenseCommand.js +2 -1
  16. package/dist-cjs/commands/DeleteLicenseConfigurationCommand.js +2 -1
  17. package/dist-cjs/commands/DeleteLicenseManagerReportGeneratorCommand.js +2 -1
  18. package/dist-cjs/commands/DeleteTokenCommand.js +2 -1
  19. package/dist-cjs/commands/ExtendLicenseConsumptionCommand.js +2 -1
  20. package/dist-cjs/commands/GetAccessTokenCommand.js +2 -1
  21. package/dist-cjs/commands/GetGrantCommand.js +2 -1
  22. package/dist-cjs/commands/GetLicenseCommand.js +2 -1
  23. package/dist-cjs/commands/GetLicenseConfigurationCommand.js +2 -1
  24. package/dist-cjs/commands/GetLicenseConversionTaskCommand.js +2 -1
  25. package/dist-cjs/commands/GetLicenseManagerReportGeneratorCommand.js +2 -1
  26. package/dist-cjs/commands/GetLicenseUsageCommand.js +2 -1
  27. package/dist-cjs/commands/GetServiceSettingsCommand.js +2 -1
  28. package/dist-cjs/commands/ListAssociationsForLicenseConfigurationCommand.js +2 -1
  29. package/dist-cjs/commands/ListDistributedGrantsCommand.js +2 -1
  30. package/dist-cjs/commands/ListFailuresForLicenseConfigurationOperationsCommand.js +2 -1
  31. package/dist-cjs/commands/ListLicenseConfigurationsCommand.js +2 -1
  32. package/dist-cjs/commands/ListLicenseConversionTasksCommand.js +2 -1
  33. package/dist-cjs/commands/ListLicenseManagerReportGeneratorsCommand.js +2 -1
  34. package/dist-cjs/commands/ListLicenseSpecificationsForResourceCommand.js +2 -1
  35. package/dist-cjs/commands/ListLicenseVersionsCommand.js +2 -1
  36. package/dist-cjs/commands/ListLicensesCommand.js +2 -1
  37. package/dist-cjs/commands/ListReceivedGrantsCommand.js +2 -1
  38. package/dist-cjs/commands/ListReceivedGrantsForOrganizationCommand.js +2 -1
  39. package/dist-cjs/commands/ListReceivedLicensesCommand.js +2 -1
  40. package/dist-cjs/commands/ListReceivedLicensesForOrganizationCommand.js +2 -1
  41. package/dist-cjs/commands/ListResourceInventoryCommand.js +2 -1
  42. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  43. package/dist-cjs/commands/ListTokensCommand.js +2 -1
  44. package/dist-cjs/commands/ListUsageForLicenseConfigurationCommand.js +2 -1
  45. package/dist-cjs/commands/RejectGrantCommand.js +2 -1
  46. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  47. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  48. package/dist-cjs/commands/UpdateLicenseConfigurationCommand.js +2 -1
  49. package/dist-cjs/commands/UpdateLicenseManagerReportGeneratorCommand.js +2 -1
  50. package/dist-cjs/commands/UpdateLicenseSpecificationsForResourceCommand.js +2 -1
  51. package/dist-cjs/commands/UpdateServiceSettingsCommand.js +2 -1
  52. package/dist-cjs/index.js +1 -1
  53. package/dist-cjs/models/LicenseManagerServiceException.js +2 -1
  54. package/dist-es/LicenseManagerClient.js +1 -0
  55. package/dist-es/commands/AcceptGrantCommand.js +1 -0
  56. package/dist-es/commands/CheckInLicenseCommand.js +1 -0
  57. package/dist-es/commands/CheckoutBorrowLicenseCommand.js +1 -0
  58. package/dist-es/commands/CheckoutLicenseCommand.js +1 -0
  59. package/dist-es/commands/CreateGrantCommand.js +1 -0
  60. package/dist-es/commands/CreateGrantVersionCommand.js +1 -0
  61. package/dist-es/commands/CreateLicenseCommand.js +1 -0
  62. package/dist-es/commands/CreateLicenseConfigurationCommand.js +1 -0
  63. package/dist-es/commands/CreateLicenseConversionTaskForResourceCommand.js +1 -0
  64. package/dist-es/commands/CreateLicenseManagerReportGeneratorCommand.js +1 -0
  65. package/dist-es/commands/CreateLicenseVersionCommand.js +1 -0
  66. package/dist-es/commands/CreateTokenCommand.js +1 -0
  67. package/dist-es/commands/DeleteGrantCommand.js +1 -0
  68. package/dist-es/commands/DeleteLicenseCommand.js +1 -0
  69. package/dist-es/commands/DeleteLicenseConfigurationCommand.js +1 -0
  70. package/dist-es/commands/DeleteLicenseManagerReportGeneratorCommand.js +1 -0
  71. package/dist-es/commands/DeleteTokenCommand.js +1 -0
  72. package/dist-es/commands/ExtendLicenseConsumptionCommand.js +1 -0
  73. package/dist-es/commands/GetAccessTokenCommand.js +1 -0
  74. package/dist-es/commands/GetGrantCommand.js +1 -0
  75. package/dist-es/commands/GetLicenseCommand.js +1 -0
  76. package/dist-es/commands/GetLicenseConfigurationCommand.js +1 -0
  77. package/dist-es/commands/GetLicenseConversionTaskCommand.js +1 -0
  78. package/dist-es/commands/GetLicenseManagerReportGeneratorCommand.js +1 -0
  79. package/dist-es/commands/GetLicenseUsageCommand.js +1 -0
  80. package/dist-es/commands/GetServiceSettingsCommand.js +1 -0
  81. package/dist-es/commands/ListAssociationsForLicenseConfigurationCommand.js +1 -0
  82. package/dist-es/commands/ListDistributedGrantsCommand.js +1 -0
  83. package/dist-es/commands/ListFailuresForLicenseConfigurationOperationsCommand.js +1 -0
  84. package/dist-es/commands/ListLicenseConfigurationsCommand.js +1 -0
  85. package/dist-es/commands/ListLicenseConversionTasksCommand.js +1 -0
  86. package/dist-es/commands/ListLicenseManagerReportGeneratorsCommand.js +1 -0
  87. package/dist-es/commands/ListLicenseSpecificationsForResourceCommand.js +1 -0
  88. package/dist-es/commands/ListLicenseVersionsCommand.js +1 -0
  89. package/dist-es/commands/ListLicensesCommand.js +1 -0
  90. package/dist-es/commands/ListReceivedGrantsCommand.js +1 -0
  91. package/dist-es/commands/ListReceivedGrantsForOrganizationCommand.js +1 -0
  92. package/dist-es/commands/ListReceivedLicensesCommand.js +1 -0
  93. package/dist-es/commands/ListReceivedLicensesForOrganizationCommand.js +1 -0
  94. package/dist-es/commands/ListResourceInventoryCommand.js +1 -0
  95. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  96. package/dist-es/commands/ListTokensCommand.js +1 -0
  97. package/dist-es/commands/ListUsageForLicenseConfigurationCommand.js +1 -0
  98. package/dist-es/commands/RejectGrantCommand.js +1 -0
  99. package/dist-es/commands/TagResourceCommand.js +1 -0
  100. package/dist-es/commands/UntagResourceCommand.js +1 -0
  101. package/dist-es/commands/UpdateLicenseConfigurationCommand.js +1 -0
  102. package/dist-es/commands/UpdateLicenseManagerReportGeneratorCommand.js +1 -0
  103. package/dist-es/commands/UpdateLicenseSpecificationsForResourceCommand.js +1 -0
  104. package/dist-es/commands/UpdateServiceSettingsCommand.js +1 -0
  105. package/dist-es/index.js +1 -1
  106. package/dist-es/models/LicenseManagerServiceException.js +1 -0
  107. package/dist-types/LicenseManagerClient.d.ts +3 -3
  108. package/dist-types/commands/AcceptGrantCommand.d.ts +4 -0
  109. package/dist-types/commands/CheckInLicenseCommand.d.ts +4 -0
  110. package/dist-types/commands/CheckoutBorrowLicenseCommand.d.ts +4 -0
  111. package/dist-types/commands/CheckoutLicenseCommand.d.ts +4 -0
  112. package/dist-types/commands/CreateGrantCommand.d.ts +4 -0
  113. package/dist-types/commands/CreateGrantVersionCommand.d.ts +4 -0
  114. package/dist-types/commands/CreateLicenseCommand.d.ts +4 -0
  115. package/dist-types/commands/CreateLicenseConfigurationCommand.d.ts +4 -0
  116. package/dist-types/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +4 -0
  117. package/dist-types/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +4 -0
  118. package/dist-types/commands/CreateLicenseVersionCommand.d.ts +4 -0
  119. package/dist-types/commands/CreateTokenCommand.d.ts +4 -0
  120. package/dist-types/commands/DeleteGrantCommand.d.ts +4 -0
  121. package/dist-types/commands/DeleteLicenseCommand.d.ts +4 -0
  122. package/dist-types/commands/DeleteLicenseConfigurationCommand.d.ts +4 -0
  123. package/dist-types/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +4 -0
  124. package/dist-types/commands/DeleteTokenCommand.d.ts +4 -0
  125. package/dist-types/commands/ExtendLicenseConsumptionCommand.d.ts +4 -0
  126. package/dist-types/commands/GetAccessTokenCommand.d.ts +4 -0
  127. package/dist-types/commands/GetGrantCommand.d.ts +4 -0
  128. package/dist-types/commands/GetLicenseCommand.d.ts +4 -0
  129. package/dist-types/commands/GetLicenseConfigurationCommand.d.ts +4 -0
  130. package/dist-types/commands/GetLicenseConversionTaskCommand.d.ts +4 -0
  131. package/dist-types/commands/GetLicenseManagerReportGeneratorCommand.d.ts +4 -0
  132. package/dist-types/commands/GetLicenseUsageCommand.d.ts +4 -0
  133. package/dist-types/commands/GetServiceSettingsCommand.d.ts +4 -0
  134. package/dist-types/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +4 -0
  135. package/dist-types/commands/ListDistributedGrantsCommand.d.ts +4 -0
  136. package/dist-types/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +4 -0
  137. package/dist-types/commands/ListLicenseConfigurationsCommand.d.ts +4 -0
  138. package/dist-types/commands/ListLicenseConversionTasksCommand.d.ts +4 -0
  139. package/dist-types/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +4 -0
  140. package/dist-types/commands/ListLicenseSpecificationsForResourceCommand.d.ts +4 -0
  141. package/dist-types/commands/ListLicenseVersionsCommand.d.ts +4 -0
  142. package/dist-types/commands/ListLicensesCommand.d.ts +4 -0
  143. package/dist-types/commands/ListReceivedGrantsCommand.d.ts +4 -0
  144. package/dist-types/commands/ListReceivedGrantsForOrganizationCommand.d.ts +4 -0
  145. package/dist-types/commands/ListReceivedLicensesCommand.d.ts +4 -0
  146. package/dist-types/commands/ListReceivedLicensesForOrganizationCommand.d.ts +4 -0
  147. package/dist-types/commands/ListResourceInventoryCommand.d.ts +4 -0
  148. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  149. package/dist-types/commands/ListTokensCommand.d.ts +4 -0
  150. package/dist-types/commands/ListUsageForLicenseConfigurationCommand.d.ts +4 -0
  151. package/dist-types/commands/RejectGrantCommand.d.ts +4 -0
  152. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  153. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  154. package/dist-types/commands/UpdateLicenseConfigurationCommand.d.ts +4 -0
  155. package/dist-types/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +4 -0
  156. package/dist-types/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +4 -0
  157. package/dist-types/commands/UpdateServiceSettingsCommand.d.ts +4 -0
  158. package/dist-types/index.d.ts +7 -1
  159. package/dist-types/models/LicenseManagerServiceException.d.ts +1 -0
  160. package/dist-types/ts3.4/LicenseManagerClient.d.ts +3 -3
  161. package/dist-types/ts3.4/commands/AcceptGrantCommand.d.ts +1 -0
  162. package/dist-types/ts3.4/commands/CheckInLicenseCommand.d.ts +1 -0
  163. package/dist-types/ts3.4/commands/CheckoutBorrowLicenseCommand.d.ts +1 -0
  164. package/dist-types/ts3.4/commands/CheckoutLicenseCommand.d.ts +1 -0
  165. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +1 -0
  166. package/dist-types/ts3.4/commands/CreateGrantVersionCommand.d.ts +1 -0
  167. package/dist-types/ts3.4/commands/CreateLicenseCommand.d.ts +1 -0
  168. package/dist-types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +1 -0
  169. package/dist-types/ts3.4/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +1 -0
  170. package/dist-types/ts3.4/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +1 -0
  171. package/dist-types/ts3.4/commands/CreateLicenseVersionCommand.d.ts +1 -0
  172. package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +1 -0
  173. package/dist-types/ts3.4/commands/DeleteGrantCommand.d.ts +1 -0
  174. package/dist-types/ts3.4/commands/DeleteLicenseCommand.d.ts +1 -0
  175. package/dist-types/ts3.4/commands/DeleteLicenseConfigurationCommand.d.ts +1 -0
  176. package/dist-types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +1 -0
  177. package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +1 -0
  178. package/dist-types/ts3.4/commands/ExtendLicenseConsumptionCommand.d.ts +1 -0
  179. package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +1 -0
  180. package/dist-types/ts3.4/commands/GetGrantCommand.d.ts +1 -0
  181. package/dist-types/ts3.4/commands/GetLicenseCommand.d.ts +1 -0
  182. package/dist-types/ts3.4/commands/GetLicenseConfigurationCommand.d.ts +1 -0
  183. package/dist-types/ts3.4/commands/GetLicenseConversionTaskCommand.d.ts +1 -0
  184. package/dist-types/ts3.4/commands/GetLicenseManagerReportGeneratorCommand.d.ts +1 -0
  185. package/dist-types/ts3.4/commands/GetLicenseUsageCommand.d.ts +1 -0
  186. package/dist-types/ts3.4/commands/GetServiceSettingsCommand.d.ts +1 -0
  187. package/dist-types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +1 -0
  188. package/dist-types/ts3.4/commands/ListDistributedGrantsCommand.d.ts +1 -0
  189. package/dist-types/ts3.4/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +1 -0
  190. package/dist-types/ts3.4/commands/ListLicenseConfigurationsCommand.d.ts +1 -0
  191. package/dist-types/ts3.4/commands/ListLicenseConversionTasksCommand.d.ts +1 -0
  192. package/dist-types/ts3.4/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +1 -0
  193. package/dist-types/ts3.4/commands/ListLicenseSpecificationsForResourceCommand.d.ts +1 -0
  194. package/dist-types/ts3.4/commands/ListLicenseVersionsCommand.d.ts +1 -0
  195. package/dist-types/ts3.4/commands/ListLicensesCommand.d.ts +1 -0
  196. package/dist-types/ts3.4/commands/ListReceivedGrantsCommand.d.ts +1 -0
  197. package/dist-types/ts3.4/commands/ListReceivedGrantsForOrganizationCommand.d.ts +1 -0
  198. package/dist-types/ts3.4/commands/ListReceivedLicensesCommand.d.ts +1 -0
  199. package/dist-types/ts3.4/commands/ListReceivedLicensesForOrganizationCommand.d.ts +1 -0
  200. package/dist-types/ts3.4/commands/ListResourceInventoryCommand.d.ts +1 -0
  201. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  202. package/dist-types/ts3.4/commands/ListTokensCommand.d.ts +1 -0
  203. package/dist-types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +1 -0
  204. package/dist-types/ts3.4/commands/RejectGrantCommand.d.ts +1 -0
  205. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  206. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  207. package/dist-types/ts3.4/commands/UpdateLicenseConfigurationCommand.d.ts +1 -0
  208. package/dist-types/ts3.4/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +1 -0
  209. package/dist-types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +1 -0
  210. package/dist-types/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +1 -0
  211. package/dist-types/ts3.4/index.d.ts +1 -1
  212. package/dist-types/ts3.4/models/LicenseManagerServiceException.d.ts +1 -0
  213. package/package.json +28 -28
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { UpdateServiceSettingsRequest, UpdateServiceSettingsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,5 +1,11 @@
1
- export * from "./LicenseManager";
1
+ /**
2
+ * <p>License Manager makes it easier to manage licenses from software vendors across multiple
3
+ * Amazon Web Services accounts and on-premises servers.</p>
4
+ *
5
+ * @packageDocumentation
6
+ */
2
7
  export * from "./LicenseManagerClient";
8
+ export * from "./LicenseManager";
3
9
  export * from "./commands";
4
10
  export * from "./models";
5
11
  export { LicenseManagerServiceException } from "./models/LicenseManagerServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -251,6 +251,7 @@ import {
251
251
  ClientResolvedEndpointParameters,
252
252
  EndpointParameters,
253
253
  } from "./endpoint/EndpointParameters";
254
+ export { __Client };
254
255
  export type ServiceInputTypes =
255
256
  | AcceptGrantCommandInput
256
257
  | CheckInLicenseCommandInput
@@ -377,7 +378,7 @@ export interface ClientDefaults
377
378
  logger?: __Logger;
378
379
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
379
380
  }
380
- type LicenseManagerClientConfigType = Partial<
381
+ export type LicenseManagerClientConfigType = Partial<
381
382
  __SmithyConfiguration<__HttpHandlerOptions>
382
383
  > &
383
384
  ClientDefaults &
@@ -390,7 +391,7 @@ type LicenseManagerClientConfigType = Partial<
390
391
  ClientInputEndpointParameters;
391
392
  export interface LicenseManagerClientConfig
392
393
  extends LicenseManagerClientConfigType {}
393
- type LicenseManagerClientResolvedConfigType =
394
+ export type LicenseManagerClientResolvedConfigType =
394
395
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
395
396
  Required<ClientDefaults> &
396
397
  RegionResolvedConfig &
@@ -412,4 +413,3 @@ export declare class LicenseManagerClient extends __Client<
412
413
  constructor(configuration: LicenseManagerClientConfig);
413
414
  destroy(): void;
414
415
  }
415
- export {};
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../LicenseManagerClient";
14
14
  import { AcceptGrantRequest, AcceptGrantResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface AcceptGrantCommandInput extends AcceptGrantRequest {}
16
17
  export interface AcceptGrantCommandOutput
17
18
  extends AcceptGrantResponse,
@@ -15,6 +15,7 @@ import {
15
15
  CheckInLicenseRequest,
16
16
  CheckInLicenseResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CheckInLicenseCommandInput extends CheckInLicenseRequest {}
19
20
  export interface CheckInLicenseCommandOutput
20
21
  extends CheckInLicenseResponse,
@@ -15,6 +15,7 @@ import {
15
15
  CheckoutBorrowLicenseRequest,
16
16
  CheckoutBorrowLicenseResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CheckoutBorrowLicenseCommandInput
19
20
  extends CheckoutBorrowLicenseRequest {}
20
21
  export interface CheckoutBorrowLicenseCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CheckoutLicenseRequest,
16
16
  CheckoutLicenseResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CheckoutLicenseCommandInput extends CheckoutLicenseRequest {}
19
20
  export interface CheckoutLicenseCommandOutput
20
21
  extends CheckoutLicenseResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../LicenseManagerClient";
14
14
  import { CreateGrantRequest, CreateGrantResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateGrantCommandInput extends CreateGrantRequest {}
16
17
  export interface CreateGrantCommandOutput
17
18
  extends CreateGrantResponse,
@@ -15,6 +15,7 @@ import {
15
15
  CreateGrantVersionRequest,
16
16
  CreateGrantVersionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateGrantVersionCommandInput
19
20
  extends CreateGrantVersionRequest {}
20
21
  export interface CreateGrantVersionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateLicenseRequest,
16
16
  CreateLicenseResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateLicenseCommandInput extends CreateLicenseRequest {}
19
20
  export interface CreateLicenseCommandOutput
20
21
  extends CreateLicenseResponse,
@@ -15,6 +15,7 @@ import {
15
15
  CreateLicenseConfigurationRequest,
16
16
  CreateLicenseConfigurationResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateLicenseConfigurationCommandInput
19
20
  extends CreateLicenseConfigurationRequest {}
20
21
  export interface CreateLicenseConfigurationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateLicenseConversionTaskForResourceRequest,
16
16
  CreateLicenseConversionTaskForResourceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateLicenseConversionTaskForResourceCommandInput
19
20
  extends CreateLicenseConversionTaskForResourceRequest {}
20
21
  export interface CreateLicenseConversionTaskForResourceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateLicenseManagerReportGeneratorRequest,
16
16
  CreateLicenseManagerReportGeneratorResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateLicenseManagerReportGeneratorCommandInput
19
20
  extends CreateLicenseManagerReportGeneratorRequest {}
20
21
  export interface CreateLicenseManagerReportGeneratorCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateLicenseVersionRequest,
16
16
  CreateLicenseVersionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateLicenseVersionCommandInput
19
20
  extends CreateLicenseVersionRequest {}
20
21
  export interface CreateLicenseVersionCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../LicenseManagerClient";
14
14
  import { CreateTokenRequest, CreateTokenResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateTokenCommandInput extends CreateTokenRequest {}
16
17
  export interface CreateTokenCommandOutput
17
18
  extends CreateTokenResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../LicenseManagerClient";
14
14
  import { DeleteGrantRequest, DeleteGrantResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteGrantCommandInput extends DeleteGrantRequest {}
16
17
  export interface DeleteGrantCommandOutput
17
18
  extends DeleteGrantResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteLicenseRequest,
16
16
  DeleteLicenseResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteLicenseCommandInput extends DeleteLicenseRequest {}
19
20
  export interface DeleteLicenseCommandOutput
20
21
  extends DeleteLicenseResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteLicenseConfigurationRequest,
16
16
  DeleteLicenseConfigurationResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteLicenseConfigurationCommandInput
19
20
  extends DeleteLicenseConfigurationRequest {}
20
21
  export interface DeleteLicenseConfigurationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteLicenseManagerReportGeneratorRequest,
16
16
  DeleteLicenseManagerReportGeneratorResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteLicenseManagerReportGeneratorCommandInput
19
20
  extends DeleteLicenseManagerReportGeneratorRequest {}
20
21
  export interface DeleteLicenseManagerReportGeneratorCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../LicenseManagerClient";
14
14
  import { DeleteTokenRequest, DeleteTokenResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteTokenCommandInput extends DeleteTokenRequest {}
16
17
  export interface DeleteTokenCommandOutput
17
18
  extends DeleteTokenResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ExtendLicenseConsumptionRequest,
16
16
  ExtendLicenseConsumptionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ExtendLicenseConsumptionCommandInput
19
20
  extends ExtendLicenseConsumptionRequest {}
20
21
  export interface ExtendLicenseConsumptionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetAccessTokenRequest,
16
16
  GetAccessTokenResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetAccessTokenCommandInput extends GetAccessTokenRequest {}
19
20
  export interface GetAccessTokenCommandOutput
20
21
  extends GetAccessTokenResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../LicenseManagerClient";
14
14
  import { GetGrantRequest, GetGrantResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetGrantCommandInput extends GetGrantRequest {}
16
17
  export interface GetGrantCommandOutput
17
18
  extends GetGrantResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../LicenseManagerClient";
14
14
  import { GetLicenseRequest, GetLicenseResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetLicenseCommandInput extends GetLicenseRequest {}
16
17
  export interface GetLicenseCommandOutput
17
18
  extends GetLicenseResponse,
@@ -15,6 +15,7 @@ import {
15
15
  GetLicenseConfigurationRequest,
16
16
  GetLicenseConfigurationResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetLicenseConfigurationCommandInput
19
20
  extends GetLicenseConfigurationRequest {}
20
21
  export interface GetLicenseConfigurationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetLicenseConversionTaskRequest,
16
16
  GetLicenseConversionTaskResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetLicenseConversionTaskCommandInput
19
20
  extends GetLicenseConversionTaskRequest {}
20
21
  export interface GetLicenseConversionTaskCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetLicenseManagerReportGeneratorRequest,
16
16
  GetLicenseManagerReportGeneratorResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetLicenseManagerReportGeneratorCommandInput
19
20
  extends GetLicenseManagerReportGeneratorRequest {}
20
21
  export interface GetLicenseManagerReportGeneratorCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetLicenseUsageRequest,
16
16
  GetLicenseUsageResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetLicenseUsageCommandInput extends GetLicenseUsageRequest {}
19
20
  export interface GetLicenseUsageCommandOutput
20
21
  extends GetLicenseUsageResponse,
@@ -15,6 +15,7 @@ import {
15
15
  GetServiceSettingsRequest,
16
16
  GetServiceSettingsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetServiceSettingsCommandInput
19
20
  extends GetServiceSettingsRequest {}
20
21
  export interface GetServiceSettingsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListAssociationsForLicenseConfigurationRequest,
16
16
  ListAssociationsForLicenseConfigurationResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListAssociationsForLicenseConfigurationCommandInput
19
20
  extends ListAssociationsForLicenseConfigurationRequest {}
20
21
  export interface ListAssociationsForLicenseConfigurationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListDistributedGrantsRequest,
16
16
  ListDistributedGrantsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListDistributedGrantsCommandInput
19
20
  extends ListDistributedGrantsRequest {}
20
21
  export interface ListDistributedGrantsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListFailuresForLicenseConfigurationOperationsRequest,
16
16
  ListFailuresForLicenseConfigurationOperationsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListFailuresForLicenseConfigurationOperationsCommandInput
19
20
  extends ListFailuresForLicenseConfigurationOperationsRequest {}
20
21
  export interface ListFailuresForLicenseConfigurationOperationsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListLicenseConfigurationsRequest,
16
16
  ListLicenseConfigurationsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListLicenseConfigurationsCommandInput
19
20
  extends ListLicenseConfigurationsRequest {}
20
21
  export interface ListLicenseConfigurationsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListLicenseConversionTasksRequest,
16
16
  ListLicenseConversionTasksResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListLicenseConversionTasksCommandInput
19
20
  extends ListLicenseConversionTasksRequest {}
20
21
  export interface ListLicenseConversionTasksCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListLicenseManagerReportGeneratorsRequest,
16
16
  ListLicenseManagerReportGeneratorsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListLicenseManagerReportGeneratorsCommandInput
19
20
  extends ListLicenseManagerReportGeneratorsRequest {}
20
21
  export interface ListLicenseManagerReportGeneratorsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListLicenseSpecificationsForResourceRequest,
16
16
  ListLicenseSpecificationsForResourceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListLicenseSpecificationsForResourceCommandInput
19
20
  extends ListLicenseSpecificationsForResourceRequest {}
20
21
  export interface ListLicenseSpecificationsForResourceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListLicenseVersionsRequest,
16
16
  ListLicenseVersionsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListLicenseVersionsCommandInput
19
20
  extends ListLicenseVersionsRequest {}
20
21
  export interface ListLicenseVersionsCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../LicenseManagerClient";
14
14
  import { ListLicensesRequest, ListLicensesResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListLicensesCommandInput extends ListLicensesRequest {}
16
17
  export interface ListLicensesCommandOutput
17
18
  extends ListLicensesResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListReceivedGrantsRequest,
16
16
  ListReceivedGrantsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListReceivedGrantsCommandInput
19
20
  extends ListReceivedGrantsRequest {}
20
21
  export interface ListReceivedGrantsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListReceivedGrantsForOrganizationRequest,
16
16
  ListReceivedGrantsForOrganizationResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListReceivedGrantsForOrganizationCommandInput
19
20
  extends ListReceivedGrantsForOrganizationRequest {}
20
21
  export interface ListReceivedGrantsForOrganizationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListReceivedLicensesRequest,
16
16
  ListReceivedLicensesResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListReceivedLicensesCommandInput
19
20
  extends ListReceivedLicensesRequest {}
20
21
  export interface ListReceivedLicensesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListReceivedLicensesForOrganizationRequest,
16
16
  ListReceivedLicensesForOrganizationResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListReceivedLicensesForOrganizationCommandInput
19
20
  extends ListReceivedLicensesForOrganizationRequest {}
20
21
  export interface ListReceivedLicensesForOrganizationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListResourceInventoryRequest,
16
16
  ListResourceInventoryResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListResourceInventoryCommandInput
19
20
  extends ListResourceInventoryRequest {}
20
21
  export interface ListResourceInventoryCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListTagsForResourceRequest,
16
16
  ListTagsForResourceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListTagsForResourceCommandInput
19
20
  extends ListTagsForResourceRequest {}
20
21
  export interface ListTagsForResourceCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../LicenseManagerClient";
14
14
  import { ListTokensRequest, ListTokensResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListTokensCommandInput extends ListTokensRequest {}
16
17
  export interface ListTokensCommandOutput
17
18
  extends ListTokensResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListUsageForLicenseConfigurationRequest,
16
16
  ListUsageForLicenseConfigurationResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListUsageForLicenseConfigurationCommandInput
19
20
  extends ListUsageForLicenseConfigurationRequest {}
20
21
  export interface ListUsageForLicenseConfigurationCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../LicenseManagerClient";
14
14
  import { RejectGrantRequest, RejectGrantResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface RejectGrantCommandInput extends RejectGrantRequest {}
16
17
  export interface RejectGrantCommandOutput
17
18
  extends RejectGrantResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../LicenseManagerClient";
14
14
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface TagResourceCommandInput extends TagResourceRequest {}
16
17
  export interface TagResourceCommandOutput
17
18
  extends TagResourceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  UntagResourceRequest,
16
16
  UntagResourceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
19
20
  export interface UntagResourceCommandOutput
20
21
  extends UntagResourceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  UpdateLicenseConfigurationRequest,
16
16
  UpdateLicenseConfigurationResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateLicenseConfigurationCommandInput
19
20
  extends UpdateLicenseConfigurationRequest {}
20
21
  export interface UpdateLicenseConfigurationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  UpdateLicenseManagerReportGeneratorRequest,
16
16
  UpdateLicenseManagerReportGeneratorResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateLicenseManagerReportGeneratorCommandInput
19
20
  extends UpdateLicenseManagerReportGeneratorRequest {}
20
21
  export interface UpdateLicenseManagerReportGeneratorCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  UpdateLicenseSpecificationsForResourceRequest,
16
16
  UpdateLicenseSpecificationsForResourceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateLicenseSpecificationsForResourceCommandInput
19
20
  extends UpdateLicenseSpecificationsForResourceRequest {}
20
21
  export interface UpdateLicenseSpecificationsForResourceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  UpdateServiceSettingsRequest,
16
16
  UpdateServiceSettingsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateServiceSettingsCommandInput
19
20
  extends UpdateServiceSettingsRequest {}
20
21
  export interface UpdateServiceSettingsCommandOutput
@@ -1,5 +1,5 @@
1
- export * from "./LicenseManager";
2
1
  export * from "./LicenseManagerClient";
2
+ export * from "./LicenseManager";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export { LicenseManagerServiceException } from "./models/LicenseManagerServiceException";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class LicenseManagerServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-license-manager",
3
3
  "description": "AWS SDK for JavaScript License Manager Client for Node.js, Browser and React Native",
4
- "version": "3.335.0",
4
+ "version": "3.338.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,36 +21,36 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.335.0",
25
- "@aws-sdk/config-resolver": "3.329.0",
26
- "@aws-sdk/credential-provider-node": "3.335.0",
27
- "@aws-sdk/fetch-http-handler": "3.329.0",
28
- "@aws-sdk/hash-node": "3.329.0",
29
- "@aws-sdk/invalid-dependency": "3.329.0",
30
- "@aws-sdk/middleware-content-length": "3.329.0",
31
- "@aws-sdk/middleware-endpoint": "3.329.0",
32
- "@aws-sdk/middleware-host-header": "3.329.0",
33
- "@aws-sdk/middleware-logger": "3.329.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.329.0",
35
- "@aws-sdk/middleware-retry": "3.329.0",
36
- "@aws-sdk/middleware-serde": "3.329.0",
37
- "@aws-sdk/middleware-signing": "3.329.0",
38
- "@aws-sdk/middleware-stack": "3.329.0",
39
- "@aws-sdk/middleware-user-agent": "3.332.0",
40
- "@aws-sdk/node-config-provider": "3.329.0",
41
- "@aws-sdk/node-http-handler": "3.329.0",
42
- "@aws-sdk/smithy-client": "3.329.0",
43
- "@aws-sdk/types": "3.329.0",
44
- "@aws-sdk/url-parser": "3.329.0",
24
+ "@aws-sdk/client-sts": "3.338.0",
25
+ "@aws-sdk/config-resolver": "3.338.0",
26
+ "@aws-sdk/credential-provider-node": "3.338.0",
27
+ "@aws-sdk/fetch-http-handler": "3.338.0",
28
+ "@aws-sdk/hash-node": "3.338.0",
29
+ "@aws-sdk/invalid-dependency": "3.338.0",
30
+ "@aws-sdk/middleware-content-length": "3.338.0",
31
+ "@aws-sdk/middleware-endpoint": "3.338.0",
32
+ "@aws-sdk/middleware-host-header": "3.338.0",
33
+ "@aws-sdk/middleware-logger": "3.338.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.338.0",
35
+ "@aws-sdk/middleware-retry": "3.338.0",
36
+ "@aws-sdk/middleware-serde": "3.338.0",
37
+ "@aws-sdk/middleware-signing": "3.338.0",
38
+ "@aws-sdk/middleware-stack": "3.338.0",
39
+ "@aws-sdk/middleware-user-agent": "3.338.0",
40
+ "@aws-sdk/node-config-provider": "3.338.0",
41
+ "@aws-sdk/node-http-handler": "3.338.0",
42
+ "@aws-sdk/smithy-client": "3.338.0",
43
+ "@aws-sdk/types": "3.338.0",
44
+ "@aws-sdk/url-parser": "3.338.0",
45
45
  "@aws-sdk/util-base64": "3.310.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.310.0",
47
47
  "@aws-sdk/util-body-length-node": "3.310.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.329.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.329.0",
50
- "@aws-sdk/util-endpoints": "3.332.0",
51
- "@aws-sdk/util-retry": "3.329.0",
52
- "@aws-sdk/util-user-agent-browser": "3.329.0",
53
- "@aws-sdk/util-user-agent-node": "3.329.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.338.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.338.0",
50
+ "@aws-sdk/util-endpoints": "3.338.0",
51
+ "@aws-sdk/util-retry": "3.338.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.338.0",
53
+ "@aws-sdk/util-user-agent-node": "3.338.0",
54
54
  "@aws-sdk/util-utf8": "3.310.0",
55
55
  "@smithy/protocol-http": "^1.0.1",
56
56
  "@smithy/types": "^1.0.0",