@aws-sdk/types 3.489.0 → 3.496.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/abort.js CHANGED
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");
package/dist-cjs/auth.js CHANGED
@@ -1,5 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.HttpAuthLocation = void 0;
4
- var types_1 = require("@smithy/types");
5
- Object.defineProperty(exports, "HttpAuthLocation", { enumerable: true, get: function () { return types_1.HttpAuthLocation; } });
1
+ module.exports = require("./index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");
package/dist-cjs/dns.js CHANGED
@@ -1,8 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.HostAddressType = void 0;
4
- var HostAddressType;
5
- (function (HostAddressType) {
6
- HostAddressType["AAAA"] = "AAAA";
7
- HostAddressType["A"] = "A";
8
- })(HostAddressType = exports.HostAddressType || (exports.HostAddressType = {}));
1
+ module.exports = require("./index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");
@@ -1,5 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.EndpointURLScheme = void 0;
4
- var types_1 = require("@smithy/types");
5
- Object.defineProperty(exports, "EndpointURLScheme", { enumerable: true, get: function () { return types_1.EndpointURLScheme; } });
1
+ module.exports = require("./index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
package/dist-cjs/http.js CHANGED
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,8 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./AnonymousIdentity"), exports);
5
- tslib_1.__exportStar(require("./AwsCredentialIdentity"), exports);
6
- tslib_1.__exportStar(require("./Identity"), exports);
7
- tslib_1.__exportStar(require("./LoginIdentity"), exports);
8
- tslib_1.__exportStar(require("./TokenIdentity"), exports);
1
+ module.exports = require("../index.js");
package/dist-cjs/index.js CHANGED
@@ -1,35 +1,466 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./abort"), exports);
5
- tslib_1.__exportStar(require("./auth"), exports);
6
- tslib_1.__exportStar(require("./blob/blob-types"), exports);
7
- tslib_1.__exportStar(require("./checksum"), exports);
8
- tslib_1.__exportStar(require("./client"), exports);
9
- tslib_1.__exportStar(require("./command"), exports);
10
- tslib_1.__exportStar(require("./connection"), exports);
11
- tslib_1.__exportStar(require("./credentials"), exports);
12
- tslib_1.__exportStar(require("./crypto"), exports);
13
- tslib_1.__exportStar(require("./dns"), exports);
14
- tslib_1.__exportStar(require("./encode"), exports);
15
- tslib_1.__exportStar(require("./endpoint"), exports);
16
- tslib_1.__exportStar(require("./eventStream"), exports);
17
- tslib_1.__exportStar(require("./extensions"), exports);
18
- tslib_1.__exportStar(require("./http"), exports);
19
- tslib_1.__exportStar(require("./identity"), exports);
20
- tslib_1.__exportStar(require("./logger"), exports);
21
- tslib_1.__exportStar(require("./middleware"), exports);
22
- tslib_1.__exportStar(require("./pagination"), exports);
23
- tslib_1.__exportStar(require("./profile"), exports);
24
- tslib_1.__exportStar(require("./request"), exports);
25
- tslib_1.__exportStar(require("./response"), exports);
26
- tslib_1.__exportStar(require("./retry"), exports);
27
- tslib_1.__exportStar(require("./serde"), exports);
28
- tslib_1.__exportStar(require("./shapes"), exports);
29
- tslib_1.__exportStar(require("./signature"), exports);
30
- tslib_1.__exportStar(require("./stream"), exports);
31
- tslib_1.__exportStar(require("./token"), exports);
32
- tslib_1.__exportStar(require("./transfer"), exports);
33
- tslib_1.__exportStar(require("./uri"), exports);
34
- tslib_1.__exportStar(require("./util"), exports);
35
- tslib_1.__exportStar(require("./waiter"), exports);
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // src/index.ts
20
+ var src_exports = {};
21
+ __export(src_exports, {
22
+ AbortController: () => import_types.AbortController,
23
+ AbortHandler: () => import_types.AbortHandler,
24
+ AbortSignal: () => import_types.AbortSignal,
25
+ AbsoluteLocation: () => import_types.AbsoluteLocation,
26
+ AuthScheme: () => import_types.AuthScheme,
27
+ AvailableMessage: () => import_types.AvailableMessage,
28
+ AvailableMessages: () => import_types.AvailableMessages,
29
+ AwsCredentialIdentity: () => import_types.AwsCredentialIdentity,
30
+ AwsCredentialIdentityProvider: () => import_types.AwsCredentialIdentityProvider,
31
+ BinaryHeaderValue: () => import_types.BinaryHeaderValue,
32
+ BlobTypes: () => import_types.BlobTypes,
33
+ BodyLengthCalculator: () => import_types.BodyLengthCalculator,
34
+ BooleanHeaderValue: () => import_types.BooleanHeaderValue,
35
+ BuildHandler: () => import_types.BuildHandler,
36
+ BuildHandlerArguments: () => import_types.BuildHandlerArguments,
37
+ BuildHandlerOptions: () => import_types.BuildHandlerOptions,
38
+ BuildHandlerOutput: () => import_types.BuildHandlerOutput,
39
+ BuildMiddleware: () => import_types.BuildMiddleware,
40
+ ByteHeaderValue: () => import_types.ByteHeaderValue,
41
+ Checksum: () => import_types.Checksum,
42
+ ChecksumConstructor: () => import_types.ChecksumConstructor,
43
+ Client: () => import_types.Client,
44
+ Command: () => import_types.Command,
45
+ ConnectConfiguration: () => import_types.ConnectConfiguration,
46
+ ConnectionManager: () => import_types.ConnectionManager,
47
+ ConnectionManagerConfiguration: () => import_types.ConnectionManagerConfiguration,
48
+ ConnectionPool: () => import_types.ConnectionPool,
49
+ DateInput: () => import_types.DateInput,
50
+ Decoder: () => import_types.Decoder,
51
+ DeserializeHandler: () => import_types.DeserializeHandler,
52
+ DeserializeHandlerArguments: () => import_types.DeserializeHandlerArguments,
53
+ DeserializeHandlerOptions: () => import_types.DeserializeHandlerOptions,
54
+ DeserializeHandlerOutput: () => import_types.DeserializeHandlerOutput,
55
+ DeserializeMiddleware: () => import_types.DeserializeMiddleware,
56
+ DocumentType: () => import_types.DocumentType,
57
+ Encoder: () => import_types.Encoder,
58
+ Endpoint: () => import_types.Endpoint,
59
+ EndpointARN: () => import_types.EndpointARN,
60
+ EndpointBearer: () => import_types.EndpointBearer,
61
+ EndpointObjectProperty: () => import_types.EndpointObjectProperty,
62
+ EndpointParameters: () => import_types.EndpointParameters,
63
+ EndpointPartition: () => import_types.EndpointPartition,
64
+ EndpointURL: () => import_types.EndpointURL,
65
+ EndpointURLScheme: () => import_types.EndpointURLScheme,
66
+ EndpointV2: () => import_types.EndpointV2,
67
+ EventSigner: () => import_types.EventSigner,
68
+ EventSigningArguments: () => import_types.EventSigningArguments,
69
+ EventStreamMarshaller: () => import_types.EventStreamMarshaller,
70
+ EventStreamMarshallerDeserFn: () => import_types.EventStreamMarshallerDeserFn,
71
+ EventStreamMarshallerSerFn: () => import_types.EventStreamMarshallerSerFn,
72
+ EventStreamPayloadHandler: () => import_types.EventStreamPayloadHandler,
73
+ EventStreamPayloadHandlerProvider: () => import_types.EventStreamPayloadHandlerProvider,
74
+ EventStreamRequestSigner: () => import_types.EventStreamRequestSigner,
75
+ EventStreamSerdeContext: () => import_types.EventStreamSerdeContext,
76
+ EventStreamSerdeProvider: () => import_types.EventStreamSerdeProvider,
77
+ EventStreamSignerProvider: () => import_types.EventStreamSignerProvider,
78
+ ExponentialBackoffJitterType: () => import_types.ExponentialBackoffJitterType,
79
+ ExponentialBackoffStrategyOptions: () => import_types.ExponentialBackoffStrategyOptions,
80
+ FinalizeHandler: () => import_types.FinalizeHandler,
81
+ FinalizeHandlerArguments: () => import_types.FinalizeHandlerArguments,
82
+ FinalizeHandlerOutput: () => import_types.FinalizeHandlerOutput,
83
+ FinalizeRequestHandlerOptions: () => import_types.FinalizeRequestHandlerOptions,
84
+ FinalizeRequestMiddleware: () => import_types.FinalizeRequestMiddleware,
85
+ FormattedEvent: () => import_types.FormattedEvent,
86
+ GetAwsChunkedEncodingStream: () => import_types.GetAwsChunkedEncodingStream,
87
+ GetAwsChunkedEncodingStreamOptions: () => import_types.GetAwsChunkedEncodingStreamOptions,
88
+ Handler: () => import_types.Handler,
89
+ HandlerExecutionContext: () => import_types.HandlerExecutionContext,
90
+ HandlerOptions: () => import_types.HandlerOptions,
91
+ Hash: () => import_types.Hash,
92
+ HashConstructor: () => import_types.HashConstructor,
93
+ HeaderBag: () => import_types.HeaderBag,
94
+ HostAddressType: () => HostAddressType,
95
+ HttpAuthDefinition: () => import_types.HttpAuthDefinition,
96
+ HttpAuthLocation: () => import_types.HttpAuthLocation,
97
+ HttpHandlerOptions: () => import_types.HttpHandlerOptions,
98
+ HttpMessage: () => import_types.HttpMessage,
99
+ HttpRequest: () => import_types.HttpRequest,
100
+ HttpResponse: () => import_types.HttpResponse,
101
+ Identity: () => import_types.Identity,
102
+ IdentityProvider: () => import_types.IdentityProvider,
103
+ IniSection: () => import_types.IniSection,
104
+ InitializeHandler: () => import_types.InitializeHandler,
105
+ InitializeHandlerArguments: () => import_types.InitializeHandlerArguments,
106
+ InitializeHandlerOptions: () => import_types.InitializeHandlerOptions,
107
+ InitializeHandlerOutput: () => import_types.InitializeHandlerOutput,
108
+ InitializeMiddleware: () => import_types.InitializeMiddleware,
109
+ Int64: () => import_types.Int64,
110
+ IntegerHeaderValue: () => import_types.IntegerHeaderValue,
111
+ Logger: () => import_types.Logger,
112
+ LongHeaderValue: () => import_types.LongHeaderValue,
113
+ MemoizedProvider: () => import_types.MemoizedProvider,
114
+ Message: () => import_types.Message,
115
+ MessageDecoder: () => import_types.MessageDecoder,
116
+ MessageEncoder: () => import_types.MessageEncoder,
117
+ MessageHeaderValue: () => import_types.MessageHeaderValue,
118
+ MessageHeaders: () => import_types.MessageHeaders,
119
+ MessageSigner: () => import_types.MessageSigner,
120
+ MetadataBearer: () => import_types.MetadataBearer,
121
+ MiddlewareStack: () => import_types.MiddlewareStack,
122
+ MiddlewareType: () => import_types.MiddlewareType,
123
+ PaginationConfiguration: () => import_types.PaginationConfiguration,
124
+ Paginator: () => import_types.Paginator,
125
+ ParsedIniData: () => import_types.ParsedIniData,
126
+ Pluggable: () => import_types.Pluggable,
127
+ Priority: () => import_types.Priority,
128
+ Profile: () => import_types.Profile,
129
+ Provider: () => import_types.Provider,
130
+ QueryParameterBag: () => import_types.QueryParameterBag,
131
+ RegionInfo: () => import_types.RegionInfo,
132
+ RegionInfoProvider: () => import_types.RegionInfoProvider,
133
+ RegionInfoProviderOptions: () => import_types.RegionInfoProviderOptions,
134
+ Relation: () => import_types.Relation,
135
+ RelativeLocation: () => import_types.RelativeLocation,
136
+ RelativeMiddlewareOptions: () => import_types.RelativeMiddlewareOptions,
137
+ RequestContext: () => import_types.RequestContext,
138
+ RequestHandler: () => import_types.RequestHandler,
139
+ RequestHandlerMetadata: () => import_types.RequestHandlerMetadata,
140
+ RequestHandlerOutput: () => import_types.RequestHandlerOutput,
141
+ RequestHandlerProtocol: () => import_types.RequestHandlerProtocol,
142
+ RequestPresigner: () => import_types.RequestPresigner,
143
+ RequestPresigningArguments: () => import_types.RequestPresigningArguments,
144
+ RequestSerializer: () => import_types.RequestSerializer,
145
+ RequestSigner: () => import_types.RequestSigner,
146
+ RequestSigningArguments: () => import_types.RequestSigningArguments,
147
+ ResponseDeserializer: () => import_types.ResponseDeserializer,
148
+ ResponseMetadata: () => import_types.ResponseMetadata,
149
+ RetryBackoffStrategy: () => import_types.RetryBackoffStrategy,
150
+ RetryErrorInfo: () => import_types.RetryErrorInfo,
151
+ RetryErrorType: () => import_types.RetryErrorType,
152
+ RetryStrategy: () => import_types.RetryStrategy,
153
+ RetryStrategyOptions: () => import_types.RetryStrategyOptions,
154
+ RetryStrategyV2: () => import_types.RetryStrategyV2,
155
+ RetryToken: () => import_types.RetryToken,
156
+ RetryableTrait: () => import_types.RetryableTrait,
157
+ SdkError: () => import_types.SdkError,
158
+ SdkStream: () => import_types.SdkStream,
159
+ SdkStreamMixin: () => import_types.SdkStreamMixin,
160
+ SdkStreamMixinInjector: () => import_types.SdkStreamMixinInjector,
161
+ SdkStreamSerdeContext: () => import_types.SdkStreamSerdeContext,
162
+ SerdeContext: () => import_types.SerdeContext,
163
+ SerializeHandler: () => import_types.SerializeHandler,
164
+ SerializeHandlerArguments: () => import_types.SerializeHandlerArguments,
165
+ SerializeHandlerOptions: () => import_types.SerializeHandlerOptions,
166
+ SerializeHandlerOutput: () => import_types.SerializeHandlerOutput,
167
+ SerializeMiddleware: () => import_types.SerializeMiddleware,
168
+ SharedConfigFiles: () => import_types.SharedConfigFiles,
169
+ ShortHeaderValue: () => import_types.ShortHeaderValue,
170
+ SignableMessage: () => import_types.SignableMessage,
171
+ SignedMessage: () => import_types.SignedMessage,
172
+ SigningArguments: () => import_types.SigningArguments,
173
+ SmithyException: () => import_types.SmithyException,
174
+ SourceData: () => import_types.SourceData,
175
+ StandardRetryBackoffStrategy: () => import_types.StandardRetryBackoffStrategy,
176
+ StandardRetryToken: () => import_types.StandardRetryToken,
177
+ Step: () => import_types.Step,
178
+ StreamCollector: () => import_types.StreamCollector,
179
+ StreamHasher: () => import_types.StreamHasher,
180
+ StringHeaderValue: () => import_types.StringHeaderValue,
181
+ StringSigner: () => import_types.StringSigner,
182
+ Terminalware: () => import_types.Terminalware,
183
+ TimestampHeaderValue: () => import_types.TimestampHeaderValue,
184
+ TokenIdentity: () => import_types.TokenIdentity,
185
+ TokenIdentityProvider: () => import_types.TokenIdentityProvider,
186
+ URI: () => import_types.URI,
187
+ UrlParser: () => import_types.UrlParser,
188
+ UserAgent: () => import_types.UserAgent,
189
+ UserAgentPair: () => import_types.UserAgentPair,
190
+ UuidHeaderValue: () => import_types.UuidHeaderValue,
191
+ WaiterConfiguration: () => import_types.WaiterConfiguration,
192
+ WithSdkStreamMixin: () => import_types.WithSdkStreamMixin,
193
+ randomValues: () => import_types.randomValues
194
+ });
195
+ module.exports = __toCommonJS(src_exports);
196
+
197
+ // src/abort.ts
198
+ var import_types = require("@smithy/types");
199
+
200
+ // src/auth.ts
201
+
202
+
203
+ // src/blob/blob-types.ts
204
+
205
+
206
+ // src/checksum.ts
207
+
208
+
209
+ // src/client.ts
210
+
211
+
212
+ // src/command.ts
213
+
214
+
215
+ // src/connection.ts
216
+
217
+
218
+ // src/crypto.ts
219
+
220
+
221
+ // src/dns.ts
222
+ var HostAddressType = /* @__PURE__ */ ((HostAddressType2) => {
223
+ HostAddressType2["AAAA"] = "AAAA";
224
+ HostAddressType2["A"] = "A";
225
+ return HostAddressType2;
226
+ })(HostAddressType || {});
227
+
228
+ // src/encode.ts
229
+
230
+
231
+ // src/endpoint.ts
232
+
233
+
234
+ // src/eventStream.ts
235
+
236
+
237
+ // src/http.ts
238
+
239
+
240
+ // src/identity/AwsCredentialIdentity.ts
241
+
242
+
243
+ // src/identity/Identity.ts
244
+
245
+
246
+ // src/identity/TokenIdentity.ts
247
+
248
+
249
+ // src/logger.ts
250
+
251
+
252
+ // src/middleware.ts
253
+
254
+
255
+ // src/pagination.ts
256
+
257
+
258
+ // src/profile.ts
259
+
260
+
261
+ // src/response.ts
262
+
263
+
264
+ // src/retry.ts
265
+
266
+
267
+ // src/serde.ts
268
+
269
+
270
+ // src/shapes.ts
271
+
272
+
273
+ // src/signature.ts
274
+
275
+
276
+ // src/stream.ts
277
+
278
+
279
+ // src/transfer.ts
280
+
281
+
282
+ // src/uri.ts
283
+
284
+
285
+ // src/util.ts
286
+
287
+
288
+ // src/waiter.ts
289
+
290
+ // Annotate the CommonJS export names for ESM import in node:
291
+
292
+ 0 && (module.exports = {
293
+ AbortController,
294
+ AbortHandler,
295
+ AbortSignal,
296
+ AbsoluteLocation,
297
+ AuthScheme,
298
+ AvailableMessage,
299
+ AvailableMessages,
300
+ AwsCredentialIdentity,
301
+ AwsCredentialIdentityProvider,
302
+ BinaryHeaderValue,
303
+ BlobTypes,
304
+ BodyLengthCalculator,
305
+ BooleanHeaderValue,
306
+ BuildHandler,
307
+ BuildHandlerArguments,
308
+ BuildHandlerOptions,
309
+ BuildHandlerOutput,
310
+ BuildMiddleware,
311
+ ByteHeaderValue,
312
+ Checksum,
313
+ ChecksumConstructor,
314
+ Client,
315
+ Command,
316
+ ConnectConfiguration,
317
+ ConnectionManager,
318
+ ConnectionManagerConfiguration,
319
+ ConnectionPool,
320
+ DateInput,
321
+ Decoder,
322
+ DeserializeHandler,
323
+ DeserializeHandlerArguments,
324
+ DeserializeHandlerOptions,
325
+ DeserializeHandlerOutput,
326
+ DeserializeMiddleware,
327
+ DocumentType,
328
+ Encoder,
329
+ Endpoint,
330
+ EndpointARN,
331
+ EndpointBearer,
332
+ EndpointObjectProperty,
333
+ EndpointParameters,
334
+ EndpointPartition,
335
+ EndpointURL,
336
+ EndpointURLScheme,
337
+ EndpointV2,
338
+ EventSigner,
339
+ EventSigningArguments,
340
+ EventStreamMarshaller,
341
+ EventStreamMarshallerDeserFn,
342
+ EventStreamMarshallerSerFn,
343
+ EventStreamPayloadHandler,
344
+ EventStreamPayloadHandlerProvider,
345
+ EventStreamRequestSigner,
346
+ EventStreamSerdeContext,
347
+ EventStreamSerdeProvider,
348
+ EventStreamSignerProvider,
349
+ ExponentialBackoffJitterType,
350
+ ExponentialBackoffStrategyOptions,
351
+ FinalizeHandler,
352
+ FinalizeHandlerArguments,
353
+ FinalizeHandlerOutput,
354
+ FinalizeRequestHandlerOptions,
355
+ FinalizeRequestMiddleware,
356
+ FormattedEvent,
357
+ GetAwsChunkedEncodingStream,
358
+ GetAwsChunkedEncodingStreamOptions,
359
+ Handler,
360
+ HandlerExecutionContext,
361
+ HandlerOptions,
362
+ Hash,
363
+ HashConstructor,
364
+ HeaderBag,
365
+ HostAddressType,
366
+ HttpAuthDefinition,
367
+ HttpAuthLocation,
368
+ HttpHandlerOptions,
369
+ HttpMessage,
370
+ HttpRequest,
371
+ HttpResponse,
372
+ Identity,
373
+ IdentityProvider,
374
+ IniSection,
375
+ InitializeHandler,
376
+ InitializeHandlerArguments,
377
+ InitializeHandlerOptions,
378
+ InitializeHandlerOutput,
379
+ InitializeMiddleware,
380
+ Int64,
381
+ IntegerHeaderValue,
382
+ Logger,
383
+ LongHeaderValue,
384
+ MemoizedProvider,
385
+ Message,
386
+ MessageDecoder,
387
+ MessageEncoder,
388
+ MessageHeaderValue,
389
+ MessageHeaders,
390
+ MessageSigner,
391
+ MetadataBearer,
392
+ MiddlewareStack,
393
+ MiddlewareType,
394
+ PaginationConfiguration,
395
+ Paginator,
396
+ ParsedIniData,
397
+ Pluggable,
398
+ Priority,
399
+ Profile,
400
+ Provider,
401
+ QueryParameterBag,
402
+ RegionInfo,
403
+ RegionInfoProvider,
404
+ RegionInfoProviderOptions,
405
+ Relation,
406
+ RelativeLocation,
407
+ RelativeMiddlewareOptions,
408
+ RequestContext,
409
+ RequestHandler,
410
+ RequestHandlerMetadata,
411
+ RequestHandlerOutput,
412
+ RequestHandlerProtocol,
413
+ RequestPresigner,
414
+ RequestPresigningArguments,
415
+ RequestSerializer,
416
+ RequestSigner,
417
+ RequestSigningArguments,
418
+ ResponseDeserializer,
419
+ ResponseMetadata,
420
+ RetryBackoffStrategy,
421
+ RetryErrorInfo,
422
+ RetryErrorType,
423
+ RetryStrategy,
424
+ RetryStrategyOptions,
425
+ RetryStrategyV2,
426
+ RetryToken,
427
+ RetryableTrait,
428
+ SdkError,
429
+ SdkStream,
430
+ SdkStreamMixin,
431
+ SdkStreamMixinInjector,
432
+ SdkStreamSerdeContext,
433
+ SerdeContext,
434
+ SerializeHandler,
435
+ SerializeHandlerArguments,
436
+ SerializeHandlerOptions,
437
+ SerializeHandlerOutput,
438
+ SerializeMiddleware,
439
+ SharedConfigFiles,
440
+ ShortHeaderValue,
441
+ SignableMessage,
442
+ SignedMessage,
443
+ SigningArguments,
444
+ SmithyException,
445
+ SourceData,
446
+ StandardRetryBackoffStrategy,
447
+ StandardRetryToken,
448
+ Step,
449
+ StreamCollector,
450
+ StreamHasher,
451
+ StringHeaderValue,
452
+ StringSigner,
453
+ Terminalware,
454
+ TimestampHeaderValue,
455
+ TokenIdentity,
456
+ TokenIdentityProvider,
457
+ URI,
458
+ UrlParser,
459
+ UserAgent,
460
+ UserAgentPair,
461
+ UuidHeaderValue,
462
+ WaiterConfiguration,
463
+ WithSdkStreamMixin,
464
+ randomValues
465
+ });
466
+
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");
package/dist-cjs/retry.js CHANGED
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");
package/dist-cjs/serde.js CHANGED
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");
package/dist-cjs/token.js CHANGED
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");
@@ -1,5 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RequestHandlerProtocol = void 0;
4
- var types_1 = require("@smithy/types");
5
- Object.defineProperty(exports, "RequestHandlerProtocol", { enumerable: true, get: function () { return types_1.RequestHandlerProtocol; } });
1
+ module.exports = require("./index.js");
package/dist-cjs/uri.js CHANGED
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");
package/dist-cjs/util.js CHANGED
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@aws-sdk/types",
3
- "version": "3.489.0",
3
+ "version": "3.496.0",
4
4
  "main": "./dist-cjs/index.js",
5
5
  "module": "./dist-es/index.js",
6
6
  "types": "./dist-types/index.d.ts",
7
7
  "description": "Types for the AWS SDK",
8
8
  "scripts": {
9
9
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
10
- "build:cjs": "tsc -p tsconfig.cjs.json",
10
+ "build:cjs": "node ../../scripts/compilation/inline types",
11
11
  "build:es": "tsc -p tsconfig.es.json",
12
12
  "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
13
13
  "build:types": "tsc -p tsconfig.types.json",
@@ -41,7 +41,7 @@
41
41
  "directory": "packages/types"
42
42
  },
43
43
  "dependencies": {
44
- "@smithy/types": "^2.8.0",
44
+ "@smithy/types": "^2.9.1",
45
45
  "tslib": "^2.5.0"
46
46
  },
47
47
  "devDependencies": {