@aws-sdk/client-mediastore-data 3.529.1 → 3.535.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/MediaStoreData.d.ts +2 -1
- package/dist-types/MediaStoreDataClient.d.ts +1 -1
- package/dist-types/commands/DeleteObjectCommand.d.ts +2 -1
- package/dist-types/commands/DescribeObjectCommand.d.ts +2 -1
- package/dist-types/commands/GetObjectCommand.d.ts +3 -2
- package/dist-types/commands/ListItemsCommand.d.ts +2 -1
- package/dist-types/commands/PutObjectCommand.d.ts +3 -2
- package/dist-types/models/models_0.d.ts +42 -42
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/MediaStoreData.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeObjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetObjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListItemsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutObjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +41 -41
|
@@ -27,6 +27,7 @@ export interface MediaStoreData {
|
|
|
27
27
|
/**
|
|
28
28
|
* @see {@link ListItemsCommand}
|
|
29
29
|
*/
|
|
30
|
+
listItems(): Promise<ListItemsCommandOutput>;
|
|
30
31
|
listItems(args: ListItemsCommandInput, options?: __HttpHandlerOptions): Promise<ListItemsCommandOutput>;
|
|
31
32
|
listItems(args: ListItemsCommandInput, cb: (err: any, data?: ListItemsCommandOutput) => void): void;
|
|
32
33
|
listItems(args: ListItemsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListItemsCommandOutput) => void): void;
|
|
@@ -38,10 +39,10 @@ export interface MediaStoreData {
|
|
|
38
39
|
putObject(args: PutObjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutObjectCommandOutput) => void): void;
|
|
39
40
|
}
|
|
40
41
|
/**
|
|
41
|
-
* @public
|
|
42
42
|
* <p>An AWS Elemental MediaStore asset is an object, similar to an object in the Amazon S3
|
|
43
43
|
* service. Objects are the fundamental entities that are stored in AWS Elemental
|
|
44
44
|
* MediaStore.</p>
|
|
45
|
+
* @public
|
|
45
46
|
*/
|
|
46
47
|
export declare class MediaStoreData extends MediaStoreDataClient implements MediaStoreData {
|
|
47
48
|
}
|
|
@@ -161,10 +161,10 @@ export type MediaStoreDataClientResolvedConfigType = __SmithyResolvedConfigurati
|
|
|
161
161
|
export interface MediaStoreDataClientResolvedConfig extends MediaStoreDataClientResolvedConfigType {
|
|
162
162
|
}
|
|
163
163
|
/**
|
|
164
|
-
* @public
|
|
165
164
|
* <p>An AWS Elemental MediaStore asset is an object, similar to an object in the Amazon S3
|
|
166
165
|
* service. Objects are the fundamental entities that are stored in AWS Elemental
|
|
167
166
|
* MediaStore.</p>
|
|
167
|
+
* @public
|
|
168
168
|
*/
|
|
169
169
|
export declare class MediaStoreDataClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, MediaStoreDataClientResolvedConfig> {
|
|
170
170
|
/**
|
|
@@ -22,10 +22,10 @@ export interface DeleteObjectCommandOutput extends DeleteObjectResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteObjectCommand_base: {
|
|
24
24
|
new (input: DeleteObjectCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteObjectCommandInput, DeleteObjectCommandOutput, MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteObjectCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteObjectCommandInput, DeleteObjectCommandOutput, MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an object at the specified path.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -60,6 +60,7 @@ declare const DeleteObjectCommand_base: {
|
|
|
60
60
|
* @throws {@link MediaStoreDataServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from MediaStoreData service.</p>
|
|
62
62
|
*
|
|
63
|
+
* @public
|
|
63
64
|
*/
|
|
64
65
|
export declare class DeleteObjectCommand extends DeleteObjectCommand_base {
|
|
65
66
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeObjectCommandOutput extends DescribeObjectResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeObjectCommand_base: {
|
|
24
24
|
new (input: DescribeObjectCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeObjectCommandInput, DescribeObjectCommandOutput, MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeObjectCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeObjectCommandInput, DescribeObjectCommandOutput, MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the headers for an object at the specified path.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const DescribeObjectCommand_base: {
|
|
|
66
66
|
* @throws {@link MediaStoreDataServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from MediaStoreData service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DescribeObjectCommand extends DescribeObjectCommand_base {
|
|
71
72
|
}
|
|
@@ -23,10 +23,10 @@ export interface GetObjectCommandOutput extends Omit<GetObjectResponse, "Body">,
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetObjectCommand_base: {
|
|
25
25
|
new (input: GetObjectCommandInput): import("@smithy/smithy-client").CommandImpl<GetObjectCommandInput, GetObjectCommandOutput, MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: GetObjectCommandInput): import("@smithy/smithy-client").CommandImpl<GetObjectCommandInput, GetObjectCommandOutput, MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
28
|
};
|
|
28
29
|
/**
|
|
29
|
-
* @public
|
|
30
30
|
* <p>Downloads the object at the specified path. If the object’s upload availability is set to <code>streaming</code>, AWS Elemental MediaStore downloads the object even if it’s still uploading the object.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -41,7 +41,7 @@ declare const GetObjectCommand_base: {
|
|
|
41
41
|
* const command = new GetObjectCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
43
|
* // { // GetObjectResponse
|
|
44
|
-
* // Body: "
|
|
44
|
+
* // Body: "<SdkStream>", // see \@smithy/types -> StreamingBlobPayloadOutputTypes
|
|
45
45
|
* // CacheControl: "STRING_VALUE",
|
|
46
46
|
* // ContentRange: "STRING_VALUE",
|
|
47
47
|
* // ContentLength: Number("long"),
|
|
@@ -74,6 +74,7 @@ declare const GetObjectCommand_base: {
|
|
|
74
74
|
* @throws {@link MediaStoreDataServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from MediaStoreData service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class GetObjectCommand extends GetObjectCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListItemsCommandOutput extends ListItemsResponse, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListItemsCommand_base: {
|
|
24
24
|
new (input: ListItemsCommandInput): import("@smithy/smithy-client").CommandImpl<ListItemsCommandInput, ListItemsCommandOutput, MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListItemsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListItemsCommandInput, ListItemsCommandOutput, MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Provides a list of metadata entries about folders and objects in the specified
|
|
30
30
|
* folder.</p>
|
|
31
31
|
* @example
|
|
@@ -72,6 +72,7 @@ declare const ListItemsCommand_base: {
|
|
|
72
72
|
* @throws {@link MediaStoreDataServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from MediaStoreData service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class ListItemsCommand extends ListItemsCommand_base {
|
|
77
78
|
}
|
|
@@ -23,10 +23,10 @@ export interface PutObjectCommandOutput extends PutObjectResponse, __MetadataBea
|
|
|
23
23
|
}
|
|
24
24
|
declare const PutObjectCommand_base: {
|
|
25
25
|
new (input: PutObjectCommandInput): import("@smithy/smithy-client").CommandImpl<PutObjectCommandInput, PutObjectCommandOutput, MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: PutObjectCommandInput): import("@smithy/smithy-client").CommandImpl<PutObjectCommandInput, PutObjectCommandOutput, MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
28
|
};
|
|
28
29
|
/**
|
|
29
|
-
* @public
|
|
30
30
|
* <p>Uploads an object to the specified path. Object sizes are limited to 25 MB for standard upload availability and 10 MB for streaming upload availability.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -35,7 +35,7 @@ declare const PutObjectCommand_base: {
|
|
|
35
35
|
* // const { MediaStoreDataClient, PutObjectCommand } = require("@aws-sdk/client-mediastore-data"); // CommonJS import
|
|
36
36
|
* const client = new MediaStoreDataClient(config);
|
|
37
37
|
* const input = { // PutObjectRequest
|
|
38
|
-
* Body: "
|
|
38
|
+
* Body: "MULTIPLE_TYPES_ACCEPTED", // see \@smithy/types -> StreamingBlobPayloadInputTypes // required
|
|
39
39
|
* Path: "STRING_VALUE", // required
|
|
40
40
|
* ContentType: "STRING_VALUE",
|
|
41
41
|
* CacheControl: "STRING_VALUE",
|
|
@@ -67,6 +67,7 @@ declare const PutObjectCommand_base: {
|
|
|
67
67
|
* @throws {@link MediaStoreDataServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from MediaStoreData service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class PutObjectCommand extends PutObjectCommand_base {
|
|
72
73
|
}
|
|
@@ -2,8 +2,8 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-cli
|
|
|
2
2
|
import { StreamingBlobTypes } from "@smithy/types";
|
|
3
3
|
import { MediaStoreDataServiceException as __BaseException } from "./MediaStoreDataServiceException";
|
|
4
4
|
/**
|
|
5
|
-
* @public
|
|
6
5
|
* <p>The specified container was not found for the specified account.</p>
|
|
6
|
+
* @public
|
|
7
7
|
*/
|
|
8
8
|
export declare class ContainerNotFoundException extends __BaseException {
|
|
9
9
|
readonly name: "ContainerNotFoundException";
|
|
@@ -19,9 +19,9 @@ export declare class ContainerNotFoundException extends __BaseException {
|
|
|
19
19
|
*/
|
|
20
20
|
export interface DeleteObjectRequest {
|
|
21
21
|
/**
|
|
22
|
-
* @public
|
|
23
22
|
* <p>The path (including the file name) where the object is stored in the container.
|
|
24
23
|
* Format: <folder name>/<folder name>/<file name></p>
|
|
24
|
+
* @public
|
|
25
25
|
*/
|
|
26
26
|
Path: string | undefined;
|
|
27
27
|
}
|
|
@@ -31,8 +31,8 @@ export interface DeleteObjectRequest {
|
|
|
31
31
|
export interface DeleteObjectResponse {
|
|
32
32
|
}
|
|
33
33
|
/**
|
|
34
|
-
* @public
|
|
35
34
|
* <p>The service is temporarily unavailable.</p>
|
|
35
|
+
* @public
|
|
36
36
|
*/
|
|
37
37
|
export declare class InternalServerError extends __BaseException {
|
|
38
38
|
readonly name: "InternalServerError";
|
|
@@ -44,8 +44,8 @@ export declare class InternalServerError extends __BaseException {
|
|
|
44
44
|
constructor(opts: __ExceptionOptionType<InternalServerError, __BaseException>);
|
|
45
45
|
}
|
|
46
46
|
/**
|
|
47
|
-
* @public
|
|
48
47
|
* <p>Could not perform an operation on an object that does not exist.</p>
|
|
48
|
+
* @public
|
|
49
49
|
*/
|
|
50
50
|
export declare class ObjectNotFoundException extends __BaseException {
|
|
51
51
|
readonly name: "ObjectNotFoundException";
|
|
@@ -61,9 +61,9 @@ export declare class ObjectNotFoundException extends __BaseException {
|
|
|
61
61
|
*/
|
|
62
62
|
export interface DescribeObjectRequest {
|
|
63
63
|
/**
|
|
64
|
-
* @public
|
|
65
64
|
* <p>The path (including the file name) where the object is stored in the container.
|
|
66
65
|
* Format: <folder name>/<folder name>/<file name></p>
|
|
66
|
+
* @public
|
|
67
67
|
*/
|
|
68
68
|
Path: string | undefined;
|
|
69
69
|
}
|
|
@@ -72,30 +72,30 @@ export interface DescribeObjectRequest {
|
|
|
72
72
|
*/
|
|
73
73
|
export interface DescribeObjectResponse {
|
|
74
74
|
/**
|
|
75
|
-
* @public
|
|
76
75
|
* <p>The ETag that represents a unique instance of the object.</p>
|
|
76
|
+
* @public
|
|
77
77
|
*/
|
|
78
78
|
ETag?: string;
|
|
79
79
|
/**
|
|
80
|
-
* @public
|
|
81
80
|
* <p>The content type of the object.</p>
|
|
81
|
+
* @public
|
|
82
82
|
*/
|
|
83
83
|
ContentType?: string;
|
|
84
84
|
/**
|
|
85
|
-
* @public
|
|
86
85
|
* <p>The length of the object in bytes.</p>
|
|
86
|
+
* @public
|
|
87
87
|
*/
|
|
88
88
|
ContentLength?: number;
|
|
89
89
|
/**
|
|
90
|
-
* @public
|
|
91
90
|
* <p>An optional <code>CacheControl</code> header that allows the caller to control the
|
|
92
91
|
* object's cache behavior. Headers can be passed in as specified in the HTTP at <a href="https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9">https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9</a>.</p>
|
|
93
92
|
* <p>Headers with a custom user-defined value are also accepted.</p>
|
|
93
|
+
* @public
|
|
94
94
|
*/
|
|
95
95
|
CacheControl?: string;
|
|
96
96
|
/**
|
|
97
|
-
* @public
|
|
98
97
|
* <p>The date and time that the object was last modified.</p>
|
|
98
|
+
* @public
|
|
99
99
|
*/
|
|
100
100
|
LastModified?: Date;
|
|
101
101
|
}
|
|
@@ -104,7 +104,6 @@ export interface DescribeObjectResponse {
|
|
|
104
104
|
*/
|
|
105
105
|
export interface GetObjectRequest {
|
|
106
106
|
/**
|
|
107
|
-
* @public
|
|
108
107
|
* <p>The path (including the file name) where the object is stored in the container.
|
|
109
108
|
* Format: <folder name>/<folder name>/<file name></p>
|
|
110
109
|
* <p>For example, to upload the file <code>mlaw.avi</code> to the folder path
|
|
@@ -123,12 +122,13 @@ export interface GetObjectRequest {
|
|
|
123
122
|
* <p>The file name is the name that is assigned to the file that you upload. The file can
|
|
124
123
|
* have the same name inside and outside of AWS Elemental MediaStore, or it can have the same
|
|
125
124
|
* name. The file name can include or omit an extension. </p>
|
|
125
|
+
* @public
|
|
126
126
|
*/
|
|
127
127
|
Path: string | undefined;
|
|
128
128
|
/**
|
|
129
|
-
* @public
|
|
130
129
|
* <p>The range bytes of an object to retrieve. For more information about the
|
|
131
130
|
* <code>Range</code> header, see <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35">http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35</a>. AWS Elemental MediaStore ignores this header for partially uploaded objects that have streaming upload availability.</p>
|
|
131
|
+
* @public
|
|
132
132
|
*/
|
|
133
133
|
Range?: string;
|
|
134
134
|
}
|
|
@@ -137,52 +137,52 @@ export interface GetObjectRequest {
|
|
|
137
137
|
*/
|
|
138
138
|
export interface GetObjectResponse {
|
|
139
139
|
/**
|
|
140
|
-
* @public
|
|
141
140
|
* <p>The bytes of the object. </p>
|
|
141
|
+
* @public
|
|
142
142
|
*/
|
|
143
143
|
Body?: StreamingBlobTypes;
|
|
144
144
|
/**
|
|
145
|
-
* @public
|
|
146
145
|
* <p>An optional <code>CacheControl</code> header that allows the caller to control the
|
|
147
146
|
* object's cache behavior. Headers can be passed in as specified in the HTTP spec at <a href="https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9">https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9</a>.</p>
|
|
148
147
|
* <p>Headers with a custom user-defined value are also accepted.</p>
|
|
148
|
+
* @public
|
|
149
149
|
*/
|
|
150
150
|
CacheControl?: string;
|
|
151
151
|
/**
|
|
152
|
-
* @public
|
|
153
152
|
* <p>The range of bytes to retrieve.</p>
|
|
153
|
+
* @public
|
|
154
154
|
*/
|
|
155
155
|
ContentRange?: string;
|
|
156
156
|
/**
|
|
157
|
-
* @public
|
|
158
157
|
* <p>The length of the object in bytes.</p>
|
|
158
|
+
* @public
|
|
159
159
|
*/
|
|
160
160
|
ContentLength?: number;
|
|
161
161
|
/**
|
|
162
|
-
* @public
|
|
163
162
|
* <p>The content type of the object.</p>
|
|
163
|
+
* @public
|
|
164
164
|
*/
|
|
165
165
|
ContentType?: string;
|
|
166
166
|
/**
|
|
167
|
-
* @public
|
|
168
167
|
* <p>The ETag that represents a unique instance of the object.</p>
|
|
168
|
+
* @public
|
|
169
169
|
*/
|
|
170
170
|
ETag?: string;
|
|
171
171
|
/**
|
|
172
|
-
* @public
|
|
173
172
|
* <p>The date and time that the object was last modified.</p>
|
|
173
|
+
* @public
|
|
174
174
|
*/
|
|
175
175
|
LastModified?: Date;
|
|
176
176
|
/**
|
|
177
|
-
* @public
|
|
178
177
|
* <p>The HTML status code of the request. Status codes ranging from 200 to 299 indicate
|
|
179
178
|
* success. All other status codes indicate the type of error that occurred.</p>
|
|
179
|
+
* @public
|
|
180
180
|
*/
|
|
181
181
|
StatusCode: number | undefined;
|
|
182
182
|
}
|
|
183
183
|
/**
|
|
184
|
-
* @public
|
|
185
184
|
* <p>The requested content range is not valid.</p>
|
|
185
|
+
* @public
|
|
186
186
|
*/
|
|
187
187
|
export declare class RequestedRangeNotSatisfiableException extends __BaseException {
|
|
188
188
|
readonly name: "RequestedRangeNotSatisfiableException";
|
|
@@ -206,38 +206,38 @@ export declare const ItemType: {
|
|
|
206
206
|
*/
|
|
207
207
|
export type ItemType = (typeof ItemType)[keyof typeof ItemType];
|
|
208
208
|
/**
|
|
209
|
-
* @public
|
|
210
209
|
* <p>A metadata entry for a folder or object.</p>
|
|
210
|
+
* @public
|
|
211
211
|
*/
|
|
212
212
|
export interface Item {
|
|
213
213
|
/**
|
|
214
|
-
* @public
|
|
215
214
|
* <p>The name of the item.</p>
|
|
215
|
+
* @public
|
|
216
216
|
*/
|
|
217
217
|
Name?: string;
|
|
218
218
|
/**
|
|
219
|
-
* @public
|
|
220
219
|
* <p>The item type (folder or object).</p>
|
|
220
|
+
* @public
|
|
221
221
|
*/
|
|
222
222
|
Type?: ItemType;
|
|
223
223
|
/**
|
|
224
|
-
* @public
|
|
225
224
|
* <p>The ETag that represents a unique instance of the item.</p>
|
|
225
|
+
* @public
|
|
226
226
|
*/
|
|
227
227
|
ETag?: string;
|
|
228
228
|
/**
|
|
229
|
-
* @public
|
|
230
229
|
* <p>The date and time that the item was last modified.</p>
|
|
230
|
+
* @public
|
|
231
231
|
*/
|
|
232
232
|
LastModified?: Date;
|
|
233
233
|
/**
|
|
234
|
-
* @public
|
|
235
234
|
* <p>The content type of the item.</p>
|
|
235
|
+
* @public
|
|
236
236
|
*/
|
|
237
237
|
ContentType?: string;
|
|
238
238
|
/**
|
|
239
|
-
* @public
|
|
240
239
|
* <p>The length of the item in bytes.</p>
|
|
240
|
+
* @public
|
|
241
241
|
*/
|
|
242
242
|
ContentLength?: number;
|
|
243
243
|
}
|
|
@@ -246,13 +246,12 @@ export interface Item {
|
|
|
246
246
|
*/
|
|
247
247
|
export interface ListItemsRequest {
|
|
248
248
|
/**
|
|
249
|
-
* @public
|
|
250
249
|
* <p>The path in the container from which to retrieve items. Format: <folder
|
|
251
250
|
* name>/<folder name>/<file name></p>
|
|
251
|
+
* @public
|
|
252
252
|
*/
|
|
253
253
|
Path?: string;
|
|
254
254
|
/**
|
|
255
|
-
* @public
|
|
256
255
|
* <p>The maximum number of results to return per API request. For example, you submit a
|
|
257
256
|
* <code>ListItems</code> request with <code>MaxResults</code> set at 500. Although 2,000
|
|
258
257
|
* items match your request, the service returns no more than the first 500 items. (The
|
|
@@ -261,16 +260,17 @@ export interface ListItemsRequest {
|
|
|
261
260
|
* value.</p>
|
|
262
261
|
* <p>If <code>MaxResults</code> is not included in the request, the service defaults to
|
|
263
262
|
* pagination with a maximum of 1,000 results per page.</p>
|
|
263
|
+
* @public
|
|
264
264
|
*/
|
|
265
265
|
MaxResults?: number;
|
|
266
266
|
/**
|
|
267
|
-
* @public
|
|
268
267
|
* <p>The token that identifies which batch of results that you want to see. For example,
|
|
269
268
|
* you submit a <code>ListItems</code> request with <code>MaxResults</code> set at 500. The
|
|
270
269
|
* service returns the first batch of results (up to 500) and a <code>NextToken</code> value.
|
|
271
270
|
* To see the next batch of results, you can submit the <code>ListItems</code> request a
|
|
272
271
|
* second time and specify the <code>NextToken</code> value.</p>
|
|
273
272
|
* <p>Tokens expire after 15 minutes.</p>
|
|
273
|
+
* @public
|
|
274
274
|
*/
|
|
275
275
|
NextToken?: string;
|
|
276
276
|
}
|
|
@@ -279,17 +279,17 @@ export interface ListItemsRequest {
|
|
|
279
279
|
*/
|
|
280
280
|
export interface ListItemsResponse {
|
|
281
281
|
/**
|
|
282
|
-
* @public
|
|
283
282
|
* <p>The metadata entries for the folders and objects at the requested path.</p>
|
|
283
|
+
* @public
|
|
284
284
|
*/
|
|
285
285
|
Items?: Item[];
|
|
286
286
|
/**
|
|
287
|
-
* @public
|
|
288
287
|
* <p>The token that can be used in a request to view the next set of results. For example,
|
|
289
288
|
* you submit a <code>ListItems</code> request that matches 2,000 items with
|
|
290
289
|
* <code>MaxResults</code> set at 500. The service returns the first batch of results (up
|
|
291
290
|
* to 500) and a <code>NextToken</code> value that can be used to fetch the next batch of
|
|
292
291
|
* results.</p>
|
|
292
|
+
* @public
|
|
293
293
|
*/
|
|
294
294
|
NextToken?: string;
|
|
295
295
|
}
|
|
@@ -321,12 +321,11 @@ export type UploadAvailability = (typeof UploadAvailability)[keyof typeof Upload
|
|
|
321
321
|
*/
|
|
322
322
|
export interface PutObjectRequest {
|
|
323
323
|
/**
|
|
324
|
-
* @public
|
|
325
324
|
* <p>The bytes to be stored. </p>
|
|
325
|
+
* @public
|
|
326
326
|
*/
|
|
327
327
|
Body: StreamingBlobTypes | undefined;
|
|
328
328
|
/**
|
|
329
|
-
* @public
|
|
330
329
|
* <p>The path (including the file name) where the object is stored in the container.
|
|
331
330
|
* Format: <folder name>/<folder name>/<file name></p>
|
|
332
331
|
* <p>For example, to upload the file <code>mlaw.avi</code> to the folder path
|
|
@@ -345,33 +344,34 @@ export interface PutObjectRequest {
|
|
|
345
344
|
* <p>The file name is the name that is assigned to the file that you upload. The file can
|
|
346
345
|
* have the same name inside and outside of AWS Elemental MediaStore, or it can have the same
|
|
347
346
|
* name. The file name can include or omit an extension. </p>
|
|
347
|
+
* @public
|
|
348
348
|
*/
|
|
349
349
|
Path: string | undefined;
|
|
350
350
|
/**
|
|
351
|
-
* @public
|
|
352
351
|
* <p>The content type of the object.</p>
|
|
352
|
+
* @public
|
|
353
353
|
*/
|
|
354
354
|
ContentType?: string;
|
|
355
355
|
/**
|
|
356
|
-
* @public
|
|
357
356
|
* <p>An optional <code>CacheControl</code> header that allows the caller to control the
|
|
358
357
|
* object's cache behavior. Headers can be passed in as specified in the HTTP at <a href="https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9">https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9</a>.</p>
|
|
359
358
|
* <p>Headers with a custom user-defined value are also accepted.</p>
|
|
359
|
+
* @public
|
|
360
360
|
*/
|
|
361
361
|
CacheControl?: string;
|
|
362
362
|
/**
|
|
363
|
-
* @public
|
|
364
363
|
* <p>Indicates the storage class of a <code>Put</code> request. Defaults to
|
|
365
364
|
* high-performance temporal storage class, and objects are persisted into durable storage
|
|
366
365
|
* shortly after being received.</p>
|
|
366
|
+
* @public
|
|
367
367
|
*/
|
|
368
368
|
StorageClass?: StorageClass;
|
|
369
369
|
/**
|
|
370
|
-
* @public
|
|
371
370
|
* <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
|
|
372
371
|
* downloading after some initial buffering but before the object is uploaded completely. If the value is set to <code>standard</code>, the object is
|
|
373
372
|
* available for downloading only when it is uploaded completely. The default value for this header is <code>standard</code>.</p>
|
|
374
373
|
* <p>To use this header, you must also set the HTTP <code>Transfer-Encoding</code> header to <code>chunked</code>.</p>
|
|
374
|
+
* @public
|
|
375
375
|
*/
|
|
376
376
|
UploadAvailability?: UploadAvailability;
|
|
377
377
|
}
|
|
@@ -380,19 +380,19 @@ export interface PutObjectRequest {
|
|
|
380
380
|
*/
|
|
381
381
|
export interface PutObjectResponse {
|
|
382
382
|
/**
|
|
383
|
-
* @public
|
|
384
383
|
* <p>The SHA256 digest of the object that is persisted.</p>
|
|
384
|
+
* @public
|
|
385
385
|
*/
|
|
386
386
|
ContentSHA256?: string;
|
|
387
387
|
/**
|
|
388
|
-
* @public
|
|
389
388
|
* <p>Unique identifier of the object in the container.</p>
|
|
389
|
+
* @public
|
|
390
390
|
*/
|
|
391
391
|
ETag?: string;
|
|
392
392
|
/**
|
|
393
|
-
* @public
|
|
394
393
|
* <p>The storage class where the object was persisted. The class should be
|
|
395
394
|
* “Temporal”.</p>
|
|
395
|
+
* @public
|
|
396
396
|
*/
|
|
397
397
|
StorageClass?: StorageClass;
|
|
398
398
|
}
|
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: MediaStoreDataClientConfig) => {
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: MediaStoreDataClientConfig) => {
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: MediaStoreDataClientConfig) => {
|
|
|
11
11
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
12
12
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
13
13
|
base64Decoder: import("@smithy/types").Decoder;
|
|
14
|
-
base64Encoder:
|
|
14
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
15
15
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
16
|
-
utf8Encoder:
|
|
16
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
17
17
|
disableHostPrefix: boolean;
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -5,7 +5,7 @@ import { MediaStoreDataClientConfig } from "./MediaStoreDataClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: MediaStoreDataClientConfig) => {
|
|
6
6
|
apiVersion: string;
|
|
7
7
|
base64Decoder: import("@smithy/types").Decoder;
|
|
8
|
-
base64Encoder:
|
|
8
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
9
9
|
disableHostPrefix: boolean;
|
|
10
10
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
11
11
|
logger?: import("@smithy/types").Logger | undefined;
|
|
@@ -18,5 +18,5 @@ export declare const getRuntimeConfig: (config: MediaStoreDataClientConfig) => {
|
|
|
18
18
|
serviceId: string;
|
|
19
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
20
20
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
21
|
-
utf8Encoder:
|
|
21
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
22
22
|
};
|
|
@@ -60,6 +60,7 @@ export interface MediaStoreData {
|
|
|
60
60
|
options: __HttpHandlerOptions,
|
|
61
61
|
cb: (err: any, data?: GetObjectCommandOutput) => void
|
|
62
62
|
): void;
|
|
63
|
+
listItems(): Promise<ListItemsCommandOutput>;
|
|
63
64
|
listItems(
|
|
64
65
|
args: ListItemsCommandInput,
|
|
65
66
|
options?: __HttpHandlerOptions
|
|
@@ -21,6 +21,15 @@ declare const DeleteObjectCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteObjectCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteObjectCommandInput,
|
|
28
|
+
DeleteObjectCommandOutput,
|
|
29
|
+
MediaStoreDataClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteObjectCommand extends DeleteObjectCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribeObjectCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DescribeObjectCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribeObjectCommandInput,
|
|
31
|
+
DescribeObjectCommandOutput,
|
|
32
|
+
MediaStoreDataClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribeObjectCommand extends DescribeObjectCommand_base {}
|
|
@@ -26,6 +26,15 @@ declare const GetObjectCommand_base: {
|
|
|
26
26
|
ServiceInputTypes,
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: GetObjectCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetObjectCommandInput,
|
|
33
|
+
GetObjectCommandOutput,
|
|
34
|
+
MediaStoreDataClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
29
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
30
39
|
};
|
|
31
40
|
export declare class GetObjectCommand extends GetObjectCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListItemsCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [ListItemsCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListItemsCommandInput,
|
|
28
|
+
ListItemsCommandOutput,
|
|
29
|
+
MediaStoreDataClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListItemsCommand extends ListItemsCommand_base {}
|
|
@@ -27,6 +27,15 @@ declare const PutObjectCommand_base: {
|
|
|
27
27
|
ServiceInputTypes,
|
|
28
28
|
ServiceOutputTypes
|
|
29
29
|
>;
|
|
30
|
+
new (
|
|
31
|
+
__0_0: PutObjectCommandInput
|
|
32
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
33
|
+
PutObjectCommandInput,
|
|
34
|
+
PutObjectCommandOutput,
|
|
35
|
+
MediaStoreDataClientResolvedConfig,
|
|
36
|
+
ServiceInputTypes,
|
|
37
|
+
ServiceOutputTypes
|
|
38
|
+
>;
|
|
30
39
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
31
40
|
};
|
|
32
41
|
export declare class PutObjectCommand extends PutObjectCommand_base {}
|
|
@@ -25,9 +25,9 @@ export declare const getRuntimeConfig: (config: MediaStoreDataClientConfig) => {
|
|
|
25
25
|
apiVersion: string;
|
|
26
26
|
urlParser: import("@smithy/types").UrlParser;
|
|
27
27
|
base64Decoder: import("@smithy/types").Decoder;
|
|
28
|
-
base64Encoder:
|
|
28
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
29
29
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
30
|
-
utf8Encoder:
|
|
30
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
31
31
|
disableHostPrefix: boolean;
|
|
32
32
|
serviceId: string;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
@@ -29,9 +29,9 @@ export declare const getRuntimeConfig: (config: MediaStoreDataClientConfig) => {
|
|
|
29
29
|
apiVersion: string;
|
|
30
30
|
urlParser: import("@smithy/types").UrlParser;
|
|
31
31
|
base64Decoder: import("@smithy/types").Decoder;
|
|
32
|
-
base64Encoder:
|
|
32
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
33
33
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
34
|
-
utf8Encoder:
|
|
34
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
35
35
|
disableHostPrefix: boolean;
|
|
36
36
|
serviceId: string;
|
|
37
37
|
logger: import("@smithy/types").Logger;
|
|
@@ -13,9 +13,9 @@ export declare const getRuntimeConfig: (config: MediaStoreDataClientConfig) => {
|
|
|
13
13
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
14
14
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
15
15
|
base64Decoder: import("@smithy/types").Decoder;
|
|
16
|
-
base64Encoder:
|
|
16
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
17
17
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
18
|
-
utf8Encoder:
|
|
18
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
19
19
|
disableHostPrefix: boolean;
|
|
20
20
|
serviceId: string;
|
|
21
21
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -2,7 +2,7 @@ import { MediaStoreDataClientConfig } from "./MediaStoreDataClient";
|
|
|
2
2
|
export declare const getRuntimeConfig: (config: MediaStoreDataClientConfig) => {
|
|
3
3
|
apiVersion: string;
|
|
4
4
|
base64Decoder: import("@smithy/types").Decoder;
|
|
5
|
-
base64Encoder:
|
|
5
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
6
6
|
disableHostPrefix: boolean;
|
|
7
7
|
endpointProvider: (
|
|
8
8
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
@@ -18,5 +18,5 @@ export declare const getRuntimeConfig: (config: MediaStoreDataClientConfig) => {
|
|
|
18
18
|
serviceId: string;
|
|
19
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
20
20
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
21
|
-
utf8Encoder:
|
|
21
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
22
22
|
};
|
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.535.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,48 +22,48 @@
|
|
|
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/core": "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-user-agent": "3.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
33
|
-
"@aws-sdk/types": "3.
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
37
|
-
"@smithy/config-resolver": "^2.
|
|
38
|
-
"@smithy/core": "^1.
|
|
39
|
-
"@smithy/fetch-http-handler": "^2.
|
|
40
|
-
"@smithy/hash-node": "^2.
|
|
41
|
-
"@smithy/invalid-dependency": "^2.
|
|
42
|
-
"@smithy/middleware-content-length": "^2.
|
|
43
|
-
"@smithy/middleware-endpoint": "^2.
|
|
44
|
-
"@smithy/middleware-retry": "^2.
|
|
45
|
-
"@smithy/middleware-serde": "^2.
|
|
46
|
-
"@smithy/middleware-stack": "^2.
|
|
47
|
-
"@smithy/node-config-provider": "^2.
|
|
48
|
-
"@smithy/node-http-handler": "^2.
|
|
49
|
-
"@smithy/protocol-http": "^3.
|
|
50
|
-
"@smithy/smithy-client": "^2.
|
|
51
|
-
"@smithy/types": "^2.
|
|
52
|
-
"@smithy/url-parser": "^2.
|
|
53
|
-
"@smithy/util-base64": "^2.
|
|
54
|
-
"@smithy/util-body-length-browser": "^2.
|
|
55
|
-
"@smithy/util-body-length-node": "^2.
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^2.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^2.
|
|
58
|
-
"@smithy/util-endpoints": "^1.
|
|
59
|
-
"@smithy/util-middleware": "^2.
|
|
60
|
-
"@smithy/util-retry": "^2.
|
|
61
|
-
"@smithy/util-stream": "^2.
|
|
62
|
-
"@smithy/util-utf8": "^2.
|
|
63
|
-
"tslib": "^2.
|
|
25
|
+
"@aws-sdk/client-sts": "3.535.0",
|
|
26
|
+
"@aws-sdk/core": "3.535.0",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.535.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.535.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.535.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.535.0",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.535.0",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "3.535.0",
|
|
33
|
+
"@aws-sdk/types": "3.535.0",
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.535.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "3.535.0",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.535.0",
|
|
37
|
+
"@smithy/config-resolver": "^2.2.0",
|
|
38
|
+
"@smithy/core": "^1.4.0",
|
|
39
|
+
"@smithy/fetch-http-handler": "^2.5.0",
|
|
40
|
+
"@smithy/hash-node": "^2.2.0",
|
|
41
|
+
"@smithy/invalid-dependency": "^2.2.0",
|
|
42
|
+
"@smithy/middleware-content-length": "^2.2.0",
|
|
43
|
+
"@smithy/middleware-endpoint": "^2.5.0",
|
|
44
|
+
"@smithy/middleware-retry": "^2.2.0",
|
|
45
|
+
"@smithy/middleware-serde": "^2.3.0",
|
|
46
|
+
"@smithy/middleware-stack": "^2.2.0",
|
|
47
|
+
"@smithy/node-config-provider": "^2.3.0",
|
|
48
|
+
"@smithy/node-http-handler": "^2.5.0",
|
|
49
|
+
"@smithy/protocol-http": "^3.3.0",
|
|
50
|
+
"@smithy/smithy-client": "^2.5.0",
|
|
51
|
+
"@smithy/types": "^2.12.0",
|
|
52
|
+
"@smithy/url-parser": "^2.2.0",
|
|
53
|
+
"@smithy/util-base64": "^2.3.0",
|
|
54
|
+
"@smithy/util-body-length-browser": "^2.2.0",
|
|
55
|
+
"@smithy/util-body-length-node": "^2.3.0",
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^2.2.0",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^2.3.0",
|
|
58
|
+
"@smithy/util-endpoints": "^1.2.0",
|
|
59
|
+
"@smithy/util-middleware": "^2.2.0",
|
|
60
|
+
"@smithy/util-retry": "^2.2.0",
|
|
61
|
+
"@smithy/util-stream": "^2.2.0",
|
|
62
|
+
"@smithy/util-utf8": "^2.3.0",
|
|
63
|
+
"tslib": "^2.6.2"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@smithy/service-client-documentation-generator": "^2.
|
|
66
|
+
"@smithy/service-client-documentation-generator": "^2.2.0",
|
|
67
67
|
"@tsconfig/node14": "1.0.3",
|
|
68
68
|
"@types/chai": "^4.2.11",
|
|
69
69
|
"@types/mocha": "^8.0.4",
|