@aws-sdk/client-mediastore-data 3.750.0 → 3.772.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 +7 -7
- package/package.json +14 -14
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
ContainerNotFoundException: () => ContainerNotFoundException,
|
|
25
25
|
DeleteObjectCommand: () => DeleteObjectCommand,
|
|
26
26
|
DescribeObjectCommand: () => DescribeObjectCommand,
|
|
@@ -41,7 +41,7 @@ __export(src_exports, {
|
|
|
41
41
|
__Client: () => import_smithy_client.Client,
|
|
42
42
|
paginateListItems: () => paginateListItems
|
|
43
43
|
});
|
|
44
|
-
module.exports = __toCommonJS(
|
|
44
|
+
module.exports = __toCommonJS(index_exports);
|
|
45
45
|
|
|
46
46
|
// src/MediaStoreDataClient.ts
|
|
47
47
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -168,9 +168,9 @@ var MediaStoreDataClient = class extends import_smithy_client.Client {
|
|
|
168
168
|
this.middlewareStack.use(
|
|
169
169
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
170
170
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultMediaStoreDataHttpAuthSchemeParametersProvider,
|
|
171
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
171
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
172
172
|
"aws.auth#sigv4": config.credentials
|
|
173
|
-
})
|
|
173
|
+
}), "identityProviderConfigProvider")
|
|
174
174
|
})
|
|
175
175
|
);
|
|
176
176
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -428,7 +428,7 @@ var de_ListItemsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
428
428
|
});
|
|
429
429
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
430
430
|
const doc = (0, import_smithy_client.take)(data, {
|
|
431
|
-
Items: (_) => de_ItemList(_, context),
|
|
431
|
+
Items: /* @__PURE__ */ __name((_) => de_ItemList(_, context), "Items"),
|
|
432
432
|
NextToken: import_smithy_client.expectString
|
|
433
433
|
});
|
|
434
434
|
Object.assign(contents, doc);
|
|
@@ -536,7 +536,7 @@ var de_Item = /* @__PURE__ */ __name((output, context) => {
|
|
|
536
536
|
ContentLength: import_smithy_client.expectLong,
|
|
537
537
|
ContentType: import_smithy_client.expectString,
|
|
538
538
|
ETag: import_smithy_client.expectString,
|
|
539
|
-
LastModified: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
539
|
+
LastModified: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModified"),
|
|
540
540
|
Name: import_smithy_client.expectString,
|
|
541
541
|
Type: import_smithy_client.expectString
|
|
542
542
|
});
|
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.772.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",
|
|
@@ -22,42 +22,42 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
24
24
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/core": "3.758.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
32
32
|
"@aws-sdk/types": "3.734.0",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
36
36
|
"@smithy/config-resolver": "^4.0.1",
|
|
37
|
-
"@smithy/core": "^3.1.
|
|
37
|
+
"@smithy/core": "^3.1.5",
|
|
38
38
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
39
39
|
"@smithy/hash-node": "^4.0.1",
|
|
40
40
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
41
41
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
42
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
43
|
-
"@smithy/middleware-retry": "^4.0.
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.0.6",
|
|
43
|
+
"@smithy/middleware-retry": "^4.0.7",
|
|
44
44
|
"@smithy/middleware-serde": "^4.0.2",
|
|
45
45
|
"@smithy/middleware-stack": "^4.0.1",
|
|
46
46
|
"@smithy/node-config-provider": "^4.0.1",
|
|
47
|
-
"@smithy/node-http-handler": "^4.0.
|
|
47
|
+
"@smithy/node-http-handler": "^4.0.3",
|
|
48
48
|
"@smithy/protocol-http": "^5.0.1",
|
|
49
|
-
"@smithy/smithy-client": "^4.1.
|
|
49
|
+
"@smithy/smithy-client": "^4.1.6",
|
|
50
50
|
"@smithy/types": "^4.1.0",
|
|
51
51
|
"@smithy/url-parser": "^4.0.1",
|
|
52
52
|
"@smithy/util-base64": "^4.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
57
57
|
"@smithy/util-endpoints": "^3.0.1",
|
|
58
58
|
"@smithy/util-middleware": "^4.0.1",
|
|
59
59
|
"@smithy/util-retry": "^4.0.1",
|
|
60
|
-
"@smithy/util-stream": "^4.1.
|
|
60
|
+
"@smithy/util-stream": "^4.1.2",
|
|
61
61
|
"@smithy/util-utf8": "^4.0.0",
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|