@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 +0 -4
- package/dist-types/logger.d.ts +2 -2
- package/package.json +1 -1
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
|
|
package/dist-types/logger.d.ts
CHANGED