@aws-sdk/client-mediastore-data 3.427.0 → 3.429.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.
|
@@ -219,7 +219,7 @@ export interface Item {
|
|
|
219
219
|
* @public
|
|
220
220
|
* <p>The item type (folder or object).</p>
|
|
221
221
|
*/
|
|
222
|
-
Type?: ItemType
|
|
222
|
+
Type?: ItemType;
|
|
223
223
|
/**
|
|
224
224
|
* @public
|
|
225
225
|
* <p>The ETag that represents a unique instance of the item.</p>
|
|
@@ -365,7 +365,7 @@ export interface PutObjectRequest {
|
|
|
365
365
|
* high-performance temporal storage class, and objects are persisted into durable storage
|
|
366
366
|
* shortly after being received.</p>
|
|
367
367
|
*/
|
|
368
|
-
StorageClass?: StorageClass
|
|
368
|
+
StorageClass?: StorageClass;
|
|
369
369
|
/**
|
|
370
370
|
* @public
|
|
371
371
|
* <p>Indicates the availability of an object while it is still uploading. If the value is set to <code>streaming</code>, the object is available for
|
|
@@ -373,7 +373,7 @@ export interface PutObjectRequest {
|
|
|
373
373
|
* available for downloading only when it is uploaded completely. The default value for this header is <code>standard</code>.</p>
|
|
374
374
|
* <p>To use this header, you must also set the HTTP <code>Transfer-Encoding</code> header to <code>chunked</code>.</p>
|
|
375
375
|
*/
|
|
376
|
-
UploadAvailability?: UploadAvailability
|
|
376
|
+
UploadAvailability?: UploadAvailability;
|
|
377
377
|
}
|
|
378
378
|
/**
|
|
379
379
|
* @public
|
|
@@ -394,7 +394,7 @@ export interface PutObjectResponse {
|
|
|
394
394
|
* <p>The storage class where the object was persisted. The class should be
|
|
395
395
|
* “Temporal”.</p>
|
|
396
396
|
*/
|
|
397
|
-
StorageClass?: StorageClass
|
|
397
|
+
StorageClass?: StorageClass;
|
|
398
398
|
}
|
|
399
399
|
/**
|
|
400
400
|
* @internal
|
|
@@ -71,7 +71,7 @@ export declare const ItemType: {
|
|
|
71
71
|
export type ItemType = (typeof ItemType)[keyof typeof ItemType];
|
|
72
72
|
export interface Item {
|
|
73
73
|
Name?: string;
|
|
74
|
-
Type?: ItemType
|
|
74
|
+
Type?: ItemType;
|
|
75
75
|
ETag?: string;
|
|
76
76
|
LastModified?: Date;
|
|
77
77
|
ContentType?: string;
|
|
@@ -101,13 +101,13 @@ export interface PutObjectRequest {
|
|
|
101
101
|
Path: string | undefined;
|
|
102
102
|
ContentType?: string;
|
|
103
103
|
CacheControl?: string;
|
|
104
|
-
StorageClass?: StorageClass
|
|
105
|
-
UploadAvailability?: UploadAvailability
|
|
104
|
+
StorageClass?: StorageClass;
|
|
105
|
+
UploadAvailability?: UploadAvailability;
|
|
106
106
|
}
|
|
107
107
|
export interface PutObjectResponse {
|
|
108
108
|
ContentSHA256?: string;
|
|
109
109
|
ETag?: string;
|
|
110
|
-
StorageClass?: StorageClass
|
|
110
|
+
StorageClass?: StorageClass;
|
|
111
111
|
}
|
|
112
112
|
export declare const GetObjectResponseFilterSensitiveLog: (
|
|
113
113
|
obj: GetObjectResponse
|
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.429.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -23,40 +23,40 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
26
|
-
"@aws-sdk/client-sts": "3.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
31
|
-
"@aws-sdk/middleware-signing": "3.
|
|
32
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
33
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
34
|
-
"@aws-sdk/types": "3.
|
|
35
|
-
"@aws-sdk/util-endpoints": "3.
|
|
36
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
37
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
38
|
-
"@smithy/config-resolver": "^2.0.
|
|
39
|
-
"@smithy/fetch-http-handler": "^2.2.
|
|
40
|
-
"@smithy/hash-node": "^2.0.
|
|
41
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
42
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
43
|
-
"@smithy/middleware-endpoint": "^2.
|
|
44
|
-
"@smithy/middleware-retry": "^2.0.
|
|
45
|
-
"@smithy/middleware-serde": "^2.0.
|
|
46
|
-
"@smithy/middleware-stack": "^2.0.
|
|
47
|
-
"@smithy/node-config-provider": "^2.
|
|
48
|
-
"@smithy/node-http-handler": "^2.1.
|
|
49
|
-
"@smithy/protocol-http": "^3.0.
|
|
50
|
-
"@smithy/smithy-client": "^2.1.
|
|
51
|
-
"@smithy/types": "^2.3.
|
|
52
|
-
"@smithy/url-parser": "^2.0.
|
|
26
|
+
"@aws-sdk/client-sts": "3.429.0",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.429.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.429.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.428.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
31
|
+
"@aws-sdk/middleware-signing": "3.428.0",
|
|
32
|
+
"@aws-sdk/middleware-user-agent": "3.428.0",
|
|
33
|
+
"@aws-sdk/region-config-resolver": "3.428.0",
|
|
34
|
+
"@aws-sdk/types": "3.428.0",
|
|
35
|
+
"@aws-sdk/util-endpoints": "3.428.0",
|
|
36
|
+
"@aws-sdk/util-user-agent-browser": "3.428.0",
|
|
37
|
+
"@aws-sdk/util-user-agent-node": "3.428.0",
|
|
38
|
+
"@smithy/config-resolver": "^2.0.14",
|
|
39
|
+
"@smithy/fetch-http-handler": "^2.2.3",
|
|
40
|
+
"@smithy/hash-node": "^2.0.11",
|
|
41
|
+
"@smithy/invalid-dependency": "^2.0.11",
|
|
42
|
+
"@smithy/middleware-content-length": "^2.0.13",
|
|
43
|
+
"@smithy/middleware-endpoint": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-retry": "^2.0.16",
|
|
45
|
+
"@smithy/middleware-serde": "^2.0.11",
|
|
46
|
+
"@smithy/middleware-stack": "^2.0.5",
|
|
47
|
+
"@smithy/node-config-provider": "^2.1.1",
|
|
48
|
+
"@smithy/node-http-handler": "^2.1.7",
|
|
49
|
+
"@smithy/protocol-http": "^3.0.7",
|
|
50
|
+
"@smithy/smithy-client": "^2.1.11",
|
|
51
|
+
"@smithy/types": "^2.3.5",
|
|
52
|
+
"@smithy/url-parser": "^2.0.11",
|
|
53
53
|
"@smithy/util-base64": "^2.0.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
58
|
-
"@smithy/util-retry": "^2.0.
|
|
59
|
-
"@smithy/util-stream": "^2.0.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^2.0.15",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^2.0.19",
|
|
58
|
+
"@smithy/util-retry": "^2.0.4",
|
|
59
|
+
"@smithy/util-stream": "^2.0.16",
|
|
60
60
|
"@smithy/util-utf8": "^2.0.0",
|
|
61
61
|
"tslib": "^2.5.0"
|
|
62
62
|
},
|