@aws-sdk/client-mediastore-data 3.943.0 → 3.946.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 +29 -174
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/MediaStoreDataClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +29 -174
- package/dist-types/MediaStoreData.d.ts +1 -1
- package/dist-types/MediaStoreDataClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/DeleteObjectCommand.d.ts +3 -3
- package/dist-types/commands/DescribeObjectCommand.d.ts +3 -3
- package/dist-types/commands/GetObjectCommand.d.ts +3 -3
- package/dist-types/commands/ListItemsCommand.d.ts +3 -3
- package/dist-types/commands/PutObjectCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/MediaStoreDataServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListItemsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/MediaStoreDataClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutObjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/MediaStoreDataServiceException.d.ts +1 -1
- package/package.json +12 -11
package/dist-cjs/index.js
CHANGED
|
@@ -232,26 +232,8 @@ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.mediastoredata";
|
|
|
232
232
|
const _xasc = "x-amz-storage-class";
|
|
233
233
|
const _xaua = "x-amz-upload-availability";
|
|
234
234
|
const n0 = "com.amazonaws.mediastoredata";
|
|
235
|
-
var PayloadBlob = [
|
|
236
|
-
|
|
237
|
-
n0,
|
|
238
|
-
_PB,
|
|
239
|
-
{
|
|
240
|
-
[_s]: 1,
|
|
241
|
-
},
|
|
242
|
-
42,
|
|
243
|
-
];
|
|
244
|
-
var ContainerNotFoundException = [
|
|
245
|
-
-3,
|
|
246
|
-
n0,
|
|
247
|
-
_CNFE,
|
|
248
|
-
{
|
|
249
|
-
[_e]: _c,
|
|
250
|
-
[_hE]: 404,
|
|
251
|
-
},
|
|
252
|
-
[_M],
|
|
253
|
-
[0],
|
|
254
|
-
];
|
|
235
|
+
var PayloadBlob = [0, n0, _PB, { [_s]: 1 }, 42];
|
|
236
|
+
var ContainerNotFoundException = [-3, n0, _CNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
255
237
|
schema.TypeRegistry.for(n0).registerError(ContainerNotFoundException, ContainerNotFoundException$1);
|
|
256
238
|
var DeleteObjectRequest = [3, n0, _DOR, 0, [_P], [[0, 1]]];
|
|
257
239
|
var DeleteObjectResponse = [3, n0, _DORe, 0, [], []];
|
|
@@ -263,36 +245,11 @@ var DescribeObjectResponse = [
|
|
|
263
245
|
0,
|
|
264
246
|
[_ET, _CT, _CL, _CC, _LM],
|
|
265
247
|
[
|
|
266
|
-
[
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
],
|
|
272
|
-
[
|
|
273
|
-
0,
|
|
274
|
-
{
|
|
275
|
-
[_hH]: _CT_,
|
|
276
|
-
},
|
|
277
|
-
],
|
|
278
|
-
[
|
|
279
|
-
1,
|
|
280
|
-
{
|
|
281
|
-
[_hH]: _CL_,
|
|
282
|
-
},
|
|
283
|
-
],
|
|
284
|
-
[
|
|
285
|
-
0,
|
|
286
|
-
{
|
|
287
|
-
[_hH]: _CC_,
|
|
288
|
-
},
|
|
289
|
-
],
|
|
290
|
-
[
|
|
291
|
-
4,
|
|
292
|
-
{
|
|
293
|
-
[_hH]: _LM_,
|
|
294
|
-
},
|
|
295
|
-
],
|
|
248
|
+
[0, { [_hH]: _ET }],
|
|
249
|
+
[0, { [_hH]: _CT_ }],
|
|
250
|
+
[1, { [_hH]: _CL_ }],
|
|
251
|
+
[0, { [_hH]: _CC_ }],
|
|
252
|
+
[4, { [_hH]: _LM_ }],
|
|
296
253
|
],
|
|
297
254
|
];
|
|
298
255
|
var GetObjectRequest = [
|
|
@@ -303,12 +260,7 @@ var GetObjectRequest = [
|
|
|
303
260
|
[_P, _R],
|
|
304
261
|
[
|
|
305
262
|
[0, 1],
|
|
306
|
-
[
|
|
307
|
-
0,
|
|
308
|
-
{
|
|
309
|
-
[_hH]: _R,
|
|
310
|
-
},
|
|
311
|
-
],
|
|
263
|
+
[0, { [_hH]: _R }],
|
|
312
264
|
],
|
|
313
265
|
];
|
|
314
266
|
var GetObjectResponse = [
|
|
@@ -319,55 +271,16 @@ var GetObjectResponse = [
|
|
|
319
271
|
[_B, _CC, _CR, _CL, _CT, _ET, _LM, _SC],
|
|
320
272
|
[
|
|
321
273
|
[() => PayloadBlob, 16],
|
|
322
|
-
[
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
],
|
|
328
|
-
[
|
|
329
|
-
0,
|
|
330
|
-
{
|
|
331
|
-
[_hH]: _CR_,
|
|
332
|
-
},
|
|
333
|
-
],
|
|
334
|
-
[
|
|
335
|
-
1,
|
|
336
|
-
{
|
|
337
|
-
[_hH]: _CL_,
|
|
338
|
-
},
|
|
339
|
-
],
|
|
340
|
-
[
|
|
341
|
-
0,
|
|
342
|
-
{
|
|
343
|
-
[_hH]: _CT_,
|
|
344
|
-
},
|
|
345
|
-
],
|
|
346
|
-
[
|
|
347
|
-
0,
|
|
348
|
-
{
|
|
349
|
-
[_hH]: _ET,
|
|
350
|
-
},
|
|
351
|
-
],
|
|
352
|
-
[
|
|
353
|
-
4,
|
|
354
|
-
{
|
|
355
|
-
[_hH]: _LM_,
|
|
356
|
-
},
|
|
357
|
-
],
|
|
274
|
+
[0, { [_hH]: _CC_ }],
|
|
275
|
+
[0, { [_hH]: _CR_ }],
|
|
276
|
+
[1, { [_hH]: _CL_ }],
|
|
277
|
+
[0, { [_hH]: _CT_ }],
|
|
278
|
+
[0, { [_hH]: _ET }],
|
|
279
|
+
[4, { [_hH]: _LM_ }],
|
|
358
280
|
[1, 32],
|
|
359
281
|
],
|
|
360
282
|
];
|
|
361
|
-
var InternalServerError = [
|
|
362
|
-
-3,
|
|
363
|
-
n0,
|
|
364
|
-
_ISE,
|
|
365
|
-
{
|
|
366
|
-
[_e]: _se,
|
|
367
|
-
},
|
|
368
|
-
[_M],
|
|
369
|
-
[0],
|
|
370
|
-
];
|
|
283
|
+
var InternalServerError = [-3, n0, _ISE, { [_e]: _se }, [_M], [0]];
|
|
371
284
|
schema.TypeRegistry.for(n0).registerError(InternalServerError, InternalServerError$1);
|
|
372
285
|
var Item = [3, n0, _I, 0, [_N, _T, _ET, _LM, _CT, _CL], [0, 0, 0, 4, 0, 1]];
|
|
373
286
|
var ListItemsRequest = [
|
|
@@ -377,38 +290,13 @@ var ListItemsRequest = [
|
|
|
377
290
|
0,
|
|
378
291
|
[_P, _MR, _NT],
|
|
379
292
|
[
|
|
380
|
-
[
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
[_hQ]: _P,
|
|
384
|
-
},
|
|
385
|
-
],
|
|
386
|
-
[
|
|
387
|
-
1,
|
|
388
|
-
{
|
|
389
|
-
[_hQ]: _MR,
|
|
390
|
-
},
|
|
391
|
-
],
|
|
392
|
-
[
|
|
393
|
-
0,
|
|
394
|
-
{
|
|
395
|
-
[_hQ]: _NT,
|
|
396
|
-
},
|
|
397
|
-
],
|
|
293
|
+
[0, { [_hQ]: _P }],
|
|
294
|
+
[1, { [_hQ]: _MR }],
|
|
295
|
+
[0, { [_hQ]: _NT }],
|
|
398
296
|
],
|
|
399
297
|
];
|
|
400
298
|
var ListItemsResponse = [3, n0, _LIRi, 0, [_It, _NT], [() => ItemList, 0]];
|
|
401
|
-
var ObjectNotFoundException = [
|
|
402
|
-
-3,
|
|
403
|
-
n0,
|
|
404
|
-
_ONFE,
|
|
405
|
-
{
|
|
406
|
-
[_e]: _c,
|
|
407
|
-
[_hE]: 404,
|
|
408
|
-
},
|
|
409
|
-
[_M],
|
|
410
|
-
[0],
|
|
411
|
-
];
|
|
299
|
+
var ObjectNotFoundException = [-3, n0, _ONFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
412
300
|
schema.TypeRegistry.for(n0).registerError(ObjectNotFoundException, ObjectNotFoundException$1);
|
|
413
301
|
var PutObjectRequest = [
|
|
414
302
|
3,
|
|
@@ -419,30 +307,10 @@ var PutObjectRequest = [
|
|
|
419
307
|
[
|
|
420
308
|
[() => PayloadBlob, 16],
|
|
421
309
|
[0, 1],
|
|
422
|
-
[
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
},
|
|
427
|
-
],
|
|
428
|
-
[
|
|
429
|
-
0,
|
|
430
|
-
{
|
|
431
|
-
[_hH]: _CC_,
|
|
432
|
-
},
|
|
433
|
-
],
|
|
434
|
-
[
|
|
435
|
-
0,
|
|
436
|
-
{
|
|
437
|
-
[_hH]: _xasc,
|
|
438
|
-
},
|
|
439
|
-
],
|
|
440
|
-
[
|
|
441
|
-
0,
|
|
442
|
-
{
|
|
443
|
-
[_hH]: _xaua,
|
|
444
|
-
},
|
|
445
|
-
],
|
|
310
|
+
[0, { [_hH]: _CT_ }],
|
|
311
|
+
[0, { [_hH]: _CC_ }],
|
|
312
|
+
[0, { [_hH]: _xasc }],
|
|
313
|
+
[0, { [_hH]: _xaua }],
|
|
446
314
|
],
|
|
447
315
|
];
|
|
448
316
|
var PutObjectResponse = [3, n0, _PORu, 0, [_CSHA, _ET, _SCt], [0, 0, 0]];
|
|
@@ -450,10 +318,7 @@ var RequestedRangeNotSatisfiableException = [
|
|
|
450
318
|
-3,
|
|
451
319
|
n0,
|
|
452
320
|
_RRNSE,
|
|
453
|
-
{
|
|
454
|
-
[_e]: _c,
|
|
455
|
-
[_hE]: 416,
|
|
456
|
-
},
|
|
321
|
+
{ [_e]: _c, [_hE]: 416 },
|
|
457
322
|
[_M],
|
|
458
323
|
[0],
|
|
459
324
|
];
|
|
@@ -465,9 +330,7 @@ var DeleteObject = [
|
|
|
465
330
|
9,
|
|
466
331
|
n0,
|
|
467
332
|
_DO,
|
|
468
|
-
{
|
|
469
|
-
[_h]: ["DELETE", "/{Path+}", 200],
|
|
470
|
-
},
|
|
333
|
+
{ [_h]: ["DELETE", "/{Path+}", 200] },
|
|
471
334
|
() => DeleteObjectRequest,
|
|
472
335
|
() => DeleteObjectResponse,
|
|
473
336
|
];
|
|
@@ -475,9 +338,7 @@ var DescribeObject = [
|
|
|
475
338
|
9,
|
|
476
339
|
n0,
|
|
477
340
|
_DOe,
|
|
478
|
-
{
|
|
479
|
-
[_h]: ["HEAD", "/{Path+}", 200],
|
|
480
|
-
},
|
|
341
|
+
{ [_h]: ["HEAD", "/{Path+}", 200] },
|
|
481
342
|
() => DescribeObjectRequest,
|
|
482
343
|
() => DescribeObjectResponse,
|
|
483
344
|
];
|
|
@@ -485,9 +346,7 @@ var GetObject = [
|
|
|
485
346
|
9,
|
|
486
347
|
n0,
|
|
487
348
|
_GO,
|
|
488
|
-
{
|
|
489
|
-
[_h]: ["GET", "/{Path+}", 200],
|
|
490
|
-
},
|
|
349
|
+
{ [_h]: ["GET", "/{Path+}", 200] },
|
|
491
350
|
() => GetObjectRequest,
|
|
492
351
|
() => GetObjectResponse,
|
|
493
352
|
];
|
|
@@ -495,9 +354,7 @@ var ListItems = [
|
|
|
495
354
|
9,
|
|
496
355
|
n0,
|
|
497
356
|
_LI,
|
|
498
|
-
{
|
|
499
|
-
[_h]: ["GET", "/", 200],
|
|
500
|
-
},
|
|
357
|
+
{ [_h]: ["GET", "/", 200] },
|
|
501
358
|
() => ListItemsRequest,
|
|
502
359
|
() => ListItemsResponse,
|
|
503
360
|
];
|
|
@@ -505,9 +362,7 @@ var PutObject = [
|
|
|
505
362
|
9,
|
|
506
363
|
n0,
|
|
507
364
|
_PO,
|
|
508
|
-
{
|
|
509
|
-
[_h]: ["PUT", "/{Path+}", 200],
|
|
510
|
-
},
|
|
365
|
+
{ [_h]: ["PUT", "/{Path+}", 200] },
|
|
511
366
|
() => PutObjectRequest,
|
|
512
367
|
() => PutObjectResponse,
|
|
513
368
|
];
|
|
@@ -8,11 +8,11 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
|
8
8
|
const config_resolver_1 = require("@smithy/config-resolver");
|
|
9
9
|
const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
|
|
10
10
|
const invalid_dependency_1 = require("@smithy/invalid-dependency");
|
|
11
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
11
12
|
const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
|
|
13
|
+
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
12
14
|
const util_retry_1 = require("@smithy/util-retry");
|
|
13
15
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
14
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
15
|
-
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
16
16
|
const getRuntimeConfig = (config) => {
|
|
17
17
|
const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
|
|
18
18
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
@@ -11,14 +11,13 @@ const hash_node_1 = require("@smithy/hash-node");
|
|
|
11
11
|
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
12
12
|
const node_config_provider_1 = require("@smithy/node-config-provider");
|
|
13
13
|
const node_http_handler_1 = require("@smithy/node-http-handler");
|
|
14
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
15
|
const util_body_length_node_1 = require("@smithy/util-body-length-node");
|
|
16
|
+
const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
|
|
15
17
|
const util_retry_1 = require("@smithy/util-retry");
|
|
16
18
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
17
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
18
|
-
const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
|
|
19
|
-
const smithy_client_2 = require("@smithy/smithy-client");
|
|
20
19
|
const getRuntimeConfig = (config) => {
|
|
21
|
-
(0,
|
|
20
|
+
(0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
22
21
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
23
22
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
24
23
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
@@ -6,8 +6,8 @@ import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
|
6
6
|
import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
|
|
7
7
|
import { getSchemaSerdePlugin } from "@smithy/core/schema";
|
|
8
8
|
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
9
|
-
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
10
|
-
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
9
|
+
import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
|
|
10
|
+
import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
|
|
11
11
|
import { Client as __Client, } from "@smithy/smithy-client";
|
|
12
12
|
import { defaultMediaStoreDataHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
|
|
13
13
|
import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
|
|
@@ -4,11 +4,11 @@ import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser
|
|
|
4
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
|
|
5
5
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
6
|
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
+
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
7
8
|
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
+
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
8
10
|
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
9
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
10
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
11
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
12
12
|
export const getRuntimeConfig = (config) => {
|
|
13
13
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
14
14
|
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -7,12 +7,11 @@ import { Hash } from "@smithy/hash-node";
|
|
|
7
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
|
|
8
8
|
import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
|
|
9
9
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
10
11
|
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
12
|
+
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
11
13
|
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
12
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
13
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
14
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
15
|
-
import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client";
|
|
16
15
|
export const getRuntimeConfig = (config) => {
|
|
17
16
|
emitWarningIfUnsupportedVersion(process.version);
|
|
18
17
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
@@ -59,26 +59,8 @@ const n0 = "com.amazonaws.mediastoredata";
|
|
|
59
59
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
60
60
|
import { ContainerNotFoundException as __ContainerNotFoundException, InternalServerError as __InternalServerError, ObjectNotFoundException as __ObjectNotFoundException, RequestedRangeNotSatisfiableException as __RequestedRangeNotSatisfiableException, } from "../models/errors";
|
|
61
61
|
import { MediaStoreDataServiceException as __MediaStoreDataServiceException } from "../models/MediaStoreDataServiceException";
|
|
62
|
-
export var PayloadBlob = [
|
|
63
|
-
|
|
64
|
-
n0,
|
|
65
|
-
_PB,
|
|
66
|
-
{
|
|
67
|
-
[_s]: 1,
|
|
68
|
-
},
|
|
69
|
-
42,
|
|
70
|
-
];
|
|
71
|
-
export var ContainerNotFoundException = [
|
|
72
|
-
-3,
|
|
73
|
-
n0,
|
|
74
|
-
_CNFE,
|
|
75
|
-
{
|
|
76
|
-
[_e]: _c,
|
|
77
|
-
[_hE]: 404,
|
|
78
|
-
},
|
|
79
|
-
[_M],
|
|
80
|
-
[0],
|
|
81
|
-
];
|
|
62
|
+
export var PayloadBlob = [0, n0, _PB, { [_s]: 1 }, 42];
|
|
63
|
+
export var ContainerNotFoundException = [-3, n0, _CNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
82
64
|
TypeRegistry.for(n0).registerError(ContainerNotFoundException, __ContainerNotFoundException);
|
|
83
65
|
export var DeleteObjectRequest = [3, n0, _DOR, 0, [_P], [[0, 1]]];
|
|
84
66
|
export var DeleteObjectResponse = [3, n0, _DORe, 0, [], []];
|
|
@@ -90,36 +72,11 @@ export var DescribeObjectResponse = [
|
|
|
90
72
|
0,
|
|
91
73
|
[_ET, _CT, _CL, _CC, _LM],
|
|
92
74
|
[
|
|
93
|
-
[
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
],
|
|
99
|
-
[
|
|
100
|
-
0,
|
|
101
|
-
{
|
|
102
|
-
[_hH]: _CT_,
|
|
103
|
-
},
|
|
104
|
-
],
|
|
105
|
-
[
|
|
106
|
-
1,
|
|
107
|
-
{
|
|
108
|
-
[_hH]: _CL_,
|
|
109
|
-
},
|
|
110
|
-
],
|
|
111
|
-
[
|
|
112
|
-
0,
|
|
113
|
-
{
|
|
114
|
-
[_hH]: _CC_,
|
|
115
|
-
},
|
|
116
|
-
],
|
|
117
|
-
[
|
|
118
|
-
4,
|
|
119
|
-
{
|
|
120
|
-
[_hH]: _LM_,
|
|
121
|
-
},
|
|
122
|
-
],
|
|
75
|
+
[0, { [_hH]: _ET }],
|
|
76
|
+
[0, { [_hH]: _CT_ }],
|
|
77
|
+
[1, { [_hH]: _CL_ }],
|
|
78
|
+
[0, { [_hH]: _CC_ }],
|
|
79
|
+
[4, { [_hH]: _LM_ }],
|
|
123
80
|
],
|
|
124
81
|
];
|
|
125
82
|
export var GetObjectRequest = [
|
|
@@ -130,12 +87,7 @@ export var GetObjectRequest = [
|
|
|
130
87
|
[_P, _R],
|
|
131
88
|
[
|
|
132
89
|
[0, 1],
|
|
133
|
-
[
|
|
134
|
-
0,
|
|
135
|
-
{
|
|
136
|
-
[_hH]: _R,
|
|
137
|
-
},
|
|
138
|
-
],
|
|
90
|
+
[0, { [_hH]: _R }],
|
|
139
91
|
],
|
|
140
92
|
];
|
|
141
93
|
export var GetObjectResponse = [
|
|
@@ -146,55 +98,16 @@ export var GetObjectResponse = [
|
|
|
146
98
|
[_B, _CC, _CR, _CL, _CT, _ET, _LM, _SC],
|
|
147
99
|
[
|
|
148
100
|
[() => PayloadBlob, 16],
|
|
149
|
-
[
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
],
|
|
155
|
-
[
|
|
156
|
-
0,
|
|
157
|
-
{
|
|
158
|
-
[_hH]: _CR_,
|
|
159
|
-
},
|
|
160
|
-
],
|
|
161
|
-
[
|
|
162
|
-
1,
|
|
163
|
-
{
|
|
164
|
-
[_hH]: _CL_,
|
|
165
|
-
},
|
|
166
|
-
],
|
|
167
|
-
[
|
|
168
|
-
0,
|
|
169
|
-
{
|
|
170
|
-
[_hH]: _CT_,
|
|
171
|
-
},
|
|
172
|
-
],
|
|
173
|
-
[
|
|
174
|
-
0,
|
|
175
|
-
{
|
|
176
|
-
[_hH]: _ET,
|
|
177
|
-
},
|
|
178
|
-
],
|
|
179
|
-
[
|
|
180
|
-
4,
|
|
181
|
-
{
|
|
182
|
-
[_hH]: _LM_,
|
|
183
|
-
},
|
|
184
|
-
],
|
|
101
|
+
[0, { [_hH]: _CC_ }],
|
|
102
|
+
[0, { [_hH]: _CR_ }],
|
|
103
|
+
[1, { [_hH]: _CL_ }],
|
|
104
|
+
[0, { [_hH]: _CT_ }],
|
|
105
|
+
[0, { [_hH]: _ET }],
|
|
106
|
+
[4, { [_hH]: _LM_ }],
|
|
185
107
|
[1, 32],
|
|
186
108
|
],
|
|
187
109
|
];
|
|
188
|
-
export var InternalServerError = [
|
|
189
|
-
-3,
|
|
190
|
-
n0,
|
|
191
|
-
_ISE,
|
|
192
|
-
{
|
|
193
|
-
[_e]: _se,
|
|
194
|
-
},
|
|
195
|
-
[_M],
|
|
196
|
-
[0],
|
|
197
|
-
];
|
|
110
|
+
export var InternalServerError = [-3, n0, _ISE, { [_e]: _se }, [_M], [0]];
|
|
198
111
|
TypeRegistry.for(n0).registerError(InternalServerError, __InternalServerError);
|
|
199
112
|
export var Item = [3, n0, _I, 0, [_N, _T, _ET, _LM, _CT, _CL], [0, 0, 0, 4, 0, 1]];
|
|
200
113
|
export var ListItemsRequest = [
|
|
@@ -204,38 +117,13 @@ export var ListItemsRequest = [
|
|
|
204
117
|
0,
|
|
205
118
|
[_P, _MR, _NT],
|
|
206
119
|
[
|
|
207
|
-
[
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
[_hQ]: _P,
|
|
211
|
-
},
|
|
212
|
-
],
|
|
213
|
-
[
|
|
214
|
-
1,
|
|
215
|
-
{
|
|
216
|
-
[_hQ]: _MR,
|
|
217
|
-
},
|
|
218
|
-
],
|
|
219
|
-
[
|
|
220
|
-
0,
|
|
221
|
-
{
|
|
222
|
-
[_hQ]: _NT,
|
|
223
|
-
},
|
|
224
|
-
],
|
|
120
|
+
[0, { [_hQ]: _P }],
|
|
121
|
+
[1, { [_hQ]: _MR }],
|
|
122
|
+
[0, { [_hQ]: _NT }],
|
|
225
123
|
],
|
|
226
124
|
];
|
|
227
125
|
export var ListItemsResponse = [3, n0, _LIRi, 0, [_It, _NT], [() => ItemList, 0]];
|
|
228
|
-
export var ObjectNotFoundException = [
|
|
229
|
-
-3,
|
|
230
|
-
n0,
|
|
231
|
-
_ONFE,
|
|
232
|
-
{
|
|
233
|
-
[_e]: _c,
|
|
234
|
-
[_hE]: 404,
|
|
235
|
-
},
|
|
236
|
-
[_M],
|
|
237
|
-
[0],
|
|
238
|
-
];
|
|
126
|
+
export var ObjectNotFoundException = [-3, n0, _ONFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
239
127
|
TypeRegistry.for(n0).registerError(ObjectNotFoundException, __ObjectNotFoundException);
|
|
240
128
|
export var PutObjectRequest = [
|
|
241
129
|
3,
|
|
@@ -246,30 +134,10 @@ export var PutObjectRequest = [
|
|
|
246
134
|
[
|
|
247
135
|
[() => PayloadBlob, 16],
|
|
248
136
|
[0, 1],
|
|
249
|
-
[
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
},
|
|
254
|
-
],
|
|
255
|
-
[
|
|
256
|
-
0,
|
|
257
|
-
{
|
|
258
|
-
[_hH]: _CC_,
|
|
259
|
-
},
|
|
260
|
-
],
|
|
261
|
-
[
|
|
262
|
-
0,
|
|
263
|
-
{
|
|
264
|
-
[_hH]: _xasc,
|
|
265
|
-
},
|
|
266
|
-
],
|
|
267
|
-
[
|
|
268
|
-
0,
|
|
269
|
-
{
|
|
270
|
-
[_hH]: _xaua,
|
|
271
|
-
},
|
|
272
|
-
],
|
|
137
|
+
[0, { [_hH]: _CT_ }],
|
|
138
|
+
[0, { [_hH]: _CC_ }],
|
|
139
|
+
[0, { [_hH]: _xasc }],
|
|
140
|
+
[0, { [_hH]: _xaua }],
|
|
273
141
|
],
|
|
274
142
|
];
|
|
275
143
|
export var PutObjectResponse = [3, n0, _PORu, 0, [_CSHA, _ET, _SCt], [0, 0, 0]];
|
|
@@ -277,10 +145,7 @@ export var RequestedRangeNotSatisfiableException = [
|
|
|
277
145
|
-3,
|
|
278
146
|
n0,
|
|
279
147
|
_RRNSE,
|
|
280
|
-
{
|
|
281
|
-
[_e]: _c,
|
|
282
|
-
[_hE]: 416,
|
|
283
|
-
},
|
|
148
|
+
{ [_e]: _c, [_hE]: 416 },
|
|
284
149
|
[_M],
|
|
285
150
|
[0],
|
|
286
151
|
];
|
|
@@ -293,9 +158,7 @@ export var DeleteObject = [
|
|
|
293
158
|
9,
|
|
294
159
|
n0,
|
|
295
160
|
_DO,
|
|
296
|
-
{
|
|
297
|
-
[_h]: ["DELETE", "/{Path+}", 200],
|
|
298
|
-
},
|
|
161
|
+
{ [_h]: ["DELETE", "/{Path+}", 200] },
|
|
299
162
|
() => DeleteObjectRequest,
|
|
300
163
|
() => DeleteObjectResponse,
|
|
301
164
|
];
|
|
@@ -303,9 +166,7 @@ export var DescribeObject = [
|
|
|
303
166
|
9,
|
|
304
167
|
n0,
|
|
305
168
|
_DOe,
|
|
306
|
-
{
|
|
307
|
-
[_h]: ["HEAD", "/{Path+}", 200],
|
|
308
|
-
},
|
|
169
|
+
{ [_h]: ["HEAD", "/{Path+}", 200] },
|
|
309
170
|
() => DescribeObjectRequest,
|
|
310
171
|
() => DescribeObjectResponse,
|
|
311
172
|
];
|
|
@@ -313,9 +174,7 @@ export var GetObject = [
|
|
|
313
174
|
9,
|
|
314
175
|
n0,
|
|
315
176
|
_GO,
|
|
316
|
-
{
|
|
317
|
-
[_h]: ["GET", "/{Path+}", 200],
|
|
318
|
-
},
|
|
177
|
+
{ [_h]: ["GET", "/{Path+}", 200] },
|
|
319
178
|
() => GetObjectRequest,
|
|
320
179
|
() => GetObjectResponse,
|
|
321
180
|
];
|
|
@@ -323,9 +182,7 @@ export var ListItems = [
|
|
|
323
182
|
9,
|
|
324
183
|
n0,
|
|
325
184
|
_LI,
|
|
326
|
-
{
|
|
327
|
-
[_h]: ["GET", "/", 200],
|
|
328
|
-
},
|
|
185
|
+
{ [_h]: ["GET", "/", 200] },
|
|
329
186
|
() => ListItemsRequest,
|
|
330
187
|
() => ListItemsResponse,
|
|
331
188
|
];
|
|
@@ -333,9 +190,7 @@ export var PutObject = [
|
|
|
333
190
|
9,
|
|
334
191
|
n0,
|
|
335
192
|
_PO,
|
|
336
|
-
{
|
|
337
|
-
[_h]: ["PUT", "/{Path+}", 200],
|
|
338
|
-
},
|
|
193
|
+
{ [_h]: ["PUT", "/{Path+}", 200] },
|
|
339
194
|
() => PutObjectRequest,
|
|
340
195
|
() => PutObjectResponse,
|
|
341
196
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { DeleteObjectCommandInput, DeleteObjectCommandOutput } from "./commands/DeleteObjectCommand";
|
|
3
3
|
import { DescribeObjectCommandInput, DescribeObjectCommandOutput } from "./commands/DescribeObjectCommand";
|
|
4
4
|
import { GetObjectCommandInput, GetObjectCommandOutput } from "./commands/GetObjectCommand";
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type SdkStreamMixinInjector as __SdkStreamMixinInjector, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { DeleteObjectCommandInput, DeleteObjectCommandOutput } from "./commands/DeleteObjectCommand";
|
|
11
11
|
import { DescribeObjectCommandInput, DescribeObjectCommandOutput } from "./commands/DescribeObjectCommand";
|
|
12
12
|
import { GetObjectCommandInput, GetObjectCommandOutput } from "./commands/GetObjectCommand";
|
|
13
13
|
import { ListItemsCommandInput, ListItemsCommandOutput } from "./commands/ListItemsCommand";
|
|
14
14
|
import { PutObjectCommandInput, PutObjectCommandOutput } from "./commands/PutObjectCommand";
|
|
15
15
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
16
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
16
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
17
17
|
export { __Client };
|
|
18
18
|
/**
|
|
19
19
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { MediaStoreDataHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { MediaStoreDataHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { MediaStoreDataClientResolvedConfig } from "../MediaStoreDataClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type MediaStoreDataClientResolvedConfig } from "../MediaStoreDataClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreDataClient";
|
|
4
|
-
import { DeleteObjectRequest, DeleteObjectResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreDataClient";
|
|
4
|
+
import type { DeleteObjectRequest, DeleteObjectResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreDataClient";
|
|
4
|
-
import { DescribeObjectRequest, DescribeObjectResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreDataClient";
|
|
4
|
+
import type { DescribeObjectRequest, DescribeObjectResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer, StreamingBlobPayloadOutputTypes } from "@smithy/types";
|
|
3
|
-
import { MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreDataClient";
|
|
4
|
-
import { GetObjectRequest, GetObjectResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer, StreamingBlobPayloadOutputTypes } from "@smithy/types";
|
|
3
|
+
import type { MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreDataClient";
|
|
4
|
+
import { type GetObjectRequest, GetObjectResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreDataClient";
|
|
4
|
-
import { ListItemsRequest, ListItemsResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreDataClient";
|
|
4
|
+
import type { ListItemsRequest, ListItemsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer, StreamingBlobPayloadInputTypes } from "@smithy/types";
|
|
3
|
-
import { MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreDataClient";
|
|
4
|
-
import {
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer, StreamingBlobPayloadInputTypes } from "@smithy/types";
|
|
3
|
+
import type { MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreDataClient";
|
|
4
|
+
import { type PutObjectResponse, PutObjectRequest } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
|
|
1
|
+
import type { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
|
|
2
2
|
/**
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
@@ -8,10 +8,19 @@ export interface ClientInputEndpointParameters {
|
|
|
8
8
|
useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
9
9
|
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
10
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
11
14
|
export type ClientResolvedEndpointParameters = Omit<ClientInputEndpointParameters, "endpoint"> & {
|
|
12
15
|
defaultSigningName: string;
|
|
13
16
|
};
|
|
17
|
+
/**
|
|
18
|
+
* @internal
|
|
19
|
+
*/
|
|
14
20
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
|
|
21
|
+
/**
|
|
22
|
+
* @internal
|
|
23
|
+
*/
|
|
15
24
|
export declare const commonParams: {
|
|
16
25
|
readonly UseFIPS: {
|
|
17
26
|
readonly type: "builtInParams";
|
|
@@ -30,6 +39,9 @@ export declare const commonParams: {
|
|
|
30
39
|
readonly name: "useDualstackEndpoint";
|
|
31
40
|
};
|
|
32
41
|
};
|
|
42
|
+
/**
|
|
43
|
+
* @internal
|
|
44
|
+
*/
|
|
33
45
|
export interface EndpointParameters extends __EndpointParameters {
|
|
34
46
|
Region?: string | undefined;
|
|
35
47
|
UseDualStack?: boolean | undefined;
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
import { EndpointV2, Logger } from "@smithy/types";
|
|
2
|
-
import { EndpointParameters } from "./EndpointParameters";
|
|
1
|
+
import type { EndpointV2, Logger } from "@smithy/types";
|
|
2
|
+
import type { EndpointParameters } from "./EndpointParameters";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
3
6
|
export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
|
|
4
7
|
logger?: Logger;
|
|
5
8
|
}) => EndpointV2;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
3
|
-
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
|
-
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
1
|
+
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
3
|
+
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
|
+
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
6
6
|
* @internal
|
|
7
7
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { MediaStoreDataServiceException as __BaseException } from "./MediaStoreDataServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>The specified container was not found for the specified account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
1
|
+
import type { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
2
|
export declare var PayloadBlob: StaticSimpleSchema;
|
|
3
3
|
export declare var ContainerNotFoundException: StaticErrorSchema;
|
|
4
4
|
export declare var DeleteObjectRequest: StaticStructureSchema;
|
|
@@ -20,13 +20,12 @@ import {
|
|
|
20
20
|
} from "@smithy/middleware-retry";
|
|
21
21
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
22
|
import {
|
|
23
|
-
Client as __Client,
|
|
24
23
|
DefaultsMode as __DefaultsMode,
|
|
25
24
|
SmithyConfiguration as __SmithyConfiguration,
|
|
26
25
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
|
+
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
-
AwsCredentialIdentityProvider,
|
|
30
29
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
30
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
31
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -39,10 +38,11 @@ import {
|
|
|
39
38
|
HttpResponse,
|
|
40
39
|
Logger as __Logger,
|
|
41
40
|
Provider as __Provider,
|
|
42
|
-
Provider,
|
|
43
41
|
SdkStreamMixinInjector as __SdkStreamMixinInjector,
|
|
44
42
|
StreamCollector as __StreamCollector,
|
|
45
43
|
UrlParser as __UrlParser,
|
|
44
|
+
AwsCredentialIdentityProvider,
|
|
45
|
+
Provider,
|
|
46
46
|
UserAgent as __UserAgent,
|
|
47
47
|
} from "@smithy/types";
|
|
48
48
|
import {
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
ServiceInputTypes,
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
} from "../MediaStoreDataClient";
|
|
11
|
-
import {
|
|
11
|
+
import { PutObjectResponse, PutObjectRequest } from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface PutObjectCommandInput
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediastore-data",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mediastore Data Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.946.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-mediastore-data",
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
"extract:docs": "api-extractor run --local",
|
|
14
14
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo mediastore-data",
|
|
15
15
|
"test": "yarn g:vitest run",
|
|
16
|
+
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs",
|
|
16
17
|
"test:watch": "yarn g:vitest watch"
|
|
17
18
|
},
|
|
18
19
|
"main": "./dist-cjs/index.js",
|
|
@@ -22,38 +23,38 @@
|
|
|
22
23
|
"dependencies": {
|
|
23
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
24
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/core": "3.946.0",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.946.0",
|
|
27
28
|
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
28
29
|
"@aws-sdk/middleware-logger": "3.936.0",
|
|
29
30
|
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.946.0",
|
|
31
32
|
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
32
33
|
"@aws-sdk/types": "3.936.0",
|
|
33
34
|
"@aws-sdk/util-endpoints": "3.936.0",
|
|
34
35
|
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.946.0",
|
|
36
37
|
"@smithy/config-resolver": "^4.4.3",
|
|
37
|
-
"@smithy/core": "^3.18.
|
|
38
|
+
"@smithy/core": "^3.18.7",
|
|
38
39
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
39
40
|
"@smithy/hash-node": "^4.2.5",
|
|
40
41
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
41
42
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
42
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
43
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.3.14",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.14",
|
|
44
45
|
"@smithy/middleware-serde": "^4.2.6",
|
|
45
46
|
"@smithy/middleware-stack": "^4.2.5",
|
|
46
47
|
"@smithy/node-config-provider": "^4.3.5",
|
|
47
48
|
"@smithy/node-http-handler": "^4.4.5",
|
|
48
49
|
"@smithy/protocol-http": "^5.3.5",
|
|
49
|
-
"@smithy/smithy-client": "^4.9.
|
|
50
|
+
"@smithy/smithy-client": "^4.9.10",
|
|
50
51
|
"@smithy/types": "^4.9.0",
|
|
51
52
|
"@smithy/url-parser": "^4.2.5",
|
|
52
53
|
"@smithy/util-base64": "^4.3.0",
|
|
53
54
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
54
55
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.13",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.16",
|
|
57
58
|
"@smithy/util-endpoints": "^3.2.5",
|
|
58
59
|
"@smithy/util-middleware": "^4.2.5",
|
|
59
60
|
"@smithy/util-retry": "^4.2.5",
|