@aws-sdk/client-mediastore-data 3.289.0 → 3.292.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-types/commands/DeleteObjectCommand.d.ts +10 -0
- package/dist-types/commands/DescribeObjectCommand.d.ts +10 -0
- package/dist-types/commands/GetObjectCommand.d.ts +13 -0
- package/dist-types/commands/ListItemsCommand.d.ts +7 -0
- package/dist-types/commands/PutObjectCommand.d.ts +7 -0
- package/package.json +37 -42
|
@@ -29,6 +29,16 @@ export interface DeleteObjectCommandOutput extends DeleteObjectResponse, __Metad
|
|
|
29
29
|
* @see {@link DeleteObjectCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaStoreDataClientResolvedConfig | config} for MediaStoreDataClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ContainerNotFoundException} (client fault)
|
|
33
|
+
* <p>The specified container was not found for the specified account.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerError} (server fault)
|
|
36
|
+
* <p>The service is temporarily unavailable.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ObjectNotFoundException} (client fault)
|
|
39
|
+
* <p>Could not perform an operation on an object that does not exist.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DeleteObjectCommand extends $Command<DeleteObjectCommandInput, DeleteObjectCommandOutput, MediaStoreDataClientResolvedConfig> {
|
|
34
44
|
readonly input: DeleteObjectCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DescribeObjectCommandOutput extends DescribeObjectResponse, __M
|
|
|
29
29
|
* @see {@link DescribeObjectCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaStoreDataClientResolvedConfig | config} for MediaStoreDataClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ContainerNotFoundException} (client fault)
|
|
33
|
+
* <p>The specified container was not found for the specified account.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerError} (server fault)
|
|
36
|
+
* <p>The service is temporarily unavailable.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ObjectNotFoundException} (client fault)
|
|
39
|
+
* <p>Could not perform an operation on an object that does not exist.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DescribeObjectCommand extends $Command<DescribeObjectCommandInput, DescribeObjectCommandOutput, MediaStoreDataClientResolvedConfig> {
|
|
34
44
|
readonly input: DescribeObjectCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetObjectCommandOutput extends __WithSdkStreamMixin<GetObjectRe
|
|
|
29
29
|
* @see {@link GetObjectCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaStoreDataClientResolvedConfig | config} for MediaStoreDataClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ContainerNotFoundException} (client fault)
|
|
33
|
+
* <p>The specified container was not found for the specified account.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerError} (server fault)
|
|
36
|
+
* <p>The service is temporarily unavailable.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ObjectNotFoundException} (client fault)
|
|
39
|
+
* <p>Could not perform an operation on an object that does not exist.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link RequestedRangeNotSatisfiableException} (client fault)
|
|
42
|
+
* <p>The requested content range is not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class GetObjectCommand extends $Command<GetObjectCommandInput, GetObjectCommandOutput, MediaStoreDataClientResolvedConfig> {
|
|
34
47
|
readonly input: GetObjectCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface ListItemsCommandOutput extends ListItemsResponse, __MetadataBea
|
|
|
30
30
|
* @see {@link ListItemsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link MediaStoreDataClientResolvedConfig | config} for MediaStoreDataClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ContainerNotFoundException} (client fault)
|
|
34
|
+
* <p>The specified container was not found for the specified account.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerError} (server fault)
|
|
37
|
+
* <p>The service is temporarily unavailable.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class ListItemsCommand extends $Command<ListItemsCommandInput, ListItemsCommandOutput, MediaStoreDataClientResolvedConfig> {
|
|
35
42
|
readonly input: ListItemsCommandInput;
|
|
@@ -39,6 +39,13 @@ export interface PutObjectCommandOutput extends PutObjectResponse, __MetadataBea
|
|
|
39
39
|
* @see {@link PutObjectCommandOutput} for command's `response` shape.
|
|
40
40
|
* @see {@link MediaStoreDataClientResolvedConfig | config} for MediaStoreDataClient's `config` shape.
|
|
41
41
|
*
|
|
42
|
+
* @throws {@link ContainerNotFoundException} (client fault)
|
|
43
|
+
* <p>The specified container was not found for the specified account.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InternalServerError} (server fault)
|
|
46
|
+
* <p>The service is temporarily unavailable.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
42
49
|
*/
|
|
43
50
|
export declare class PutObjectCommand extends $Command<PutObjectCommandInput, PutObjectCommandOutput, MediaStoreDataClientResolvedConfig> {
|
|
44
51
|
readonly input: 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.292.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",
|
|
@@ -22,44 +22,44 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
24
24
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
25
|
-
"@aws-sdk/client-sts": "3.
|
|
26
|
-
"@aws-sdk/config-resolver": "3.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
28
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
29
|
-
"@aws-sdk/hash-node": "3.
|
|
30
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
31
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
32
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
33
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
34
|
-
"@aws-sdk/middleware-logger": "3.
|
|
35
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
36
|
-
"@aws-sdk/middleware-retry": "3.
|
|
37
|
-
"@aws-sdk/middleware-serde": "3.
|
|
38
|
-
"@aws-sdk/middleware-signing": "3.
|
|
39
|
-
"@aws-sdk/middleware-stack": "3.
|
|
40
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
41
|
-
"@aws-sdk/node-config-provider": "3.
|
|
42
|
-
"@aws-sdk/node-http-handler": "3.
|
|
43
|
-
"@aws-sdk/protocol-http": "3.
|
|
44
|
-
"@aws-sdk/smithy-client": "3.
|
|
45
|
-
"@aws-sdk/types": "3.
|
|
46
|
-
"@aws-sdk/url-parser": "3.
|
|
47
|
-
"@aws-sdk/util-base64": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
49
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
51
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
52
|
-
"@aws-sdk/util-endpoints": "3.
|
|
53
|
-
"@aws-sdk/util-retry": "3.
|
|
54
|
-
"@aws-sdk/util-stream-browser": "3.
|
|
55
|
-
"@aws-sdk/util-stream-node": "3.
|
|
56
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
57
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
58
|
-
"@aws-sdk/util-utf8": "3.
|
|
25
|
+
"@aws-sdk/client-sts": "3.292.0",
|
|
26
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.292.0",
|
|
28
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
29
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
30
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
31
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
32
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
33
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
34
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
35
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
36
|
+
"@aws-sdk/middleware-retry": "3.292.0",
|
|
37
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
38
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
39
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
40
|
+
"@aws-sdk/middleware-user-agent": "3.292.0",
|
|
41
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
42
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
43
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
44
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
45
|
+
"@aws-sdk/types": "3.292.0",
|
|
46
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
47
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
48
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
49
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
51
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
52
|
+
"@aws-sdk/util-endpoints": "3.292.0",
|
|
53
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
54
|
+
"@aws-sdk/util-stream-browser": "3.292.0",
|
|
55
|
+
"@aws-sdk/util-stream-node": "3.292.0",
|
|
56
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
57
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
58
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
59
59
|
"tslib": "^2.3.1"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
62
|
+
"@aws-sdk/service-client-documentation-generator": "3.292.0",
|
|
63
63
|
"@tsconfig/node14": "1.0.3",
|
|
64
64
|
"@types/chai": "^4.2.11",
|
|
65
65
|
"@types/mocha": "^8.0.4",
|
|
@@ -67,14 +67,9 @@
|
|
|
67
67
|
"concurrently": "7.0.0",
|
|
68
68
|
"downlevel-dts": "0.10.1",
|
|
69
69
|
"rimraf": "3.0.2",
|
|
70
|
-
"typedoc": "0.
|
|
70
|
+
"typedoc": "0.23.23",
|
|
71
71
|
"typescript": "~4.6.2"
|
|
72
72
|
},
|
|
73
|
-
"overrides": {
|
|
74
|
-
"typedoc": {
|
|
75
|
-
"typescript": "~4.6.2"
|
|
76
|
-
}
|
|
77
|
-
},
|
|
78
73
|
"engines": {
|
|
79
74
|
"node": ">=14.0.0"
|
|
80
75
|
},
|