@aws-sdk/types 3.575.0 → 3.577.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.
package/dist-cjs/index.js CHANGED
@@ -109,7 +109,6 @@ __export(src_exports, {
109
109
  InitializeMiddleware: () => import_types.InitializeMiddleware,
110
110
  Int64: () => import_types.Int64,
111
111
  IntegerHeaderValue: () => import_types.IntegerHeaderValue,
112
- Logger: () => import_types.Logger,
113
112
  LongHeaderValue: () => import_types.LongHeaderValue,
114
113
  MemoizedProvider: () => import_types.MemoizedProvider,
115
114
  Message: () => import_types.Message,
@@ -247,9 +246,6 @@ var HostAddressType = /* @__PURE__ */ ((HostAddressType2) => {
247
246
  // src/identity/TokenIdentity.ts
248
247
 
249
248
 
250
- // src/logger.ts
251
-
252
-
253
249
  // src/middleware.ts
254
250
 
255
251
 
@@ -1,5 +1,5 @@
1
- import { Logger } from "@smithy/types";
2
- export { Logger } from "@smithy/types";
1
+ import type { Logger } from "@smithy/types";
2
+ export type { Logger } from "@smithy/types";
3
3
  /**
4
4
  * @public
5
5
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/types",
3
- "version": "3.575.0",
3
+ "version": "3.577.0",
4
4
  "main": "./dist-cjs/index.js",
5
5
  "module": "./dist-es/index.js",
6
6
  "types": "./dist-types/index.d.ts",