@aws-sdk/client-mediastore 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- 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/ts3.4/MediaStore.d.ts +0 -21
- package/dist-types/ts3.4/MediaStoreClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateContainerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteContainerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteContainerPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCorsPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteMetricPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeContainerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContainerPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCorsPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMetricPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListContainersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutContainerPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutCorsPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutMetricPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartAccessLoggingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopAccessLoggingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/MediaStoreServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +334 -685
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-mediastore
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-mediastore
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-mediastore
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: MediaStoreClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: MediaStoreClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: MediaStoreClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -84,7 +84,6 @@ import {
|
|
|
84
84
|
UntagResourceCommandOutput,
|
|
85
85
|
} from "./commands/UntagResourceCommand";
|
|
86
86
|
import { MediaStoreClient } from "./MediaStoreClient";
|
|
87
|
-
|
|
88
87
|
export declare class MediaStore extends MediaStoreClient {
|
|
89
88
|
createContainer(
|
|
90
89
|
args: CreateContainerCommandInput,
|
|
@@ -99,7 +98,6 @@ export declare class MediaStore extends MediaStoreClient {
|
|
|
99
98
|
options: __HttpHandlerOptions,
|
|
100
99
|
cb: (err: any, data?: CreateContainerCommandOutput) => void
|
|
101
100
|
): void;
|
|
102
|
-
|
|
103
101
|
deleteContainer(
|
|
104
102
|
args: DeleteContainerCommandInput,
|
|
105
103
|
options?: __HttpHandlerOptions
|
|
@@ -113,7 +111,6 @@ export declare class MediaStore extends MediaStoreClient {
|
|
|
113
111
|
options: __HttpHandlerOptions,
|
|
114
112
|
cb: (err: any, data?: DeleteContainerCommandOutput) => void
|
|
115
113
|
): void;
|
|
116
|
-
|
|
117
114
|
deleteContainerPolicy(
|
|
118
115
|
args: DeleteContainerPolicyCommandInput,
|
|
119
116
|
options?: __HttpHandlerOptions
|
|
@@ -127,7 +124,6 @@ export declare class MediaStore extends MediaStoreClient {
|
|
|
127
124
|
options: __HttpHandlerOptions,
|
|
128
125
|
cb: (err: any, data?: DeleteContainerPolicyCommandOutput) => void
|
|
129
126
|
): void;
|
|
130
|
-
|
|
131
127
|
deleteCorsPolicy(
|
|
132
128
|
args: DeleteCorsPolicyCommandInput,
|
|
133
129
|
options?: __HttpHandlerOptions
|
|
@@ -141,7 +137,6 @@ export declare class MediaStore extends MediaStoreClient {
|
|
|
141
137
|
options: __HttpHandlerOptions,
|
|
142
138
|
cb: (err: any, data?: DeleteCorsPolicyCommandOutput) => void
|
|
143
139
|
): void;
|
|
144
|
-
|
|
145
140
|
deleteLifecyclePolicy(
|
|
146
141
|
args: DeleteLifecyclePolicyCommandInput,
|
|
147
142
|
options?: __HttpHandlerOptions
|
|
@@ -155,7 +150,6 @@ export declare class MediaStore extends MediaStoreClient {
|
|
|
155
150
|
options: __HttpHandlerOptions,
|
|
156
151
|
cb: (err: any, data?: DeleteLifecyclePolicyCommandOutput) => void
|
|
157
152
|
): void;
|
|
158
|
-
|
|
159
153
|
deleteMetricPolicy(
|
|
160
154
|
args: DeleteMetricPolicyCommandInput,
|
|
161
155
|
options?: __HttpHandlerOptions
|
|
@@ -169,7 +163,6 @@ export declare class MediaStore extends MediaStoreClient {
|
|
|
169
163
|
options: __HttpHandlerOptions,
|
|
170
164
|
cb: (err: any, data?: DeleteMetricPolicyCommandOutput) => void
|
|
171
165
|
): void;
|
|
172
|
-
|
|
173
166
|
describeContainer(
|
|
174
167
|
args: DescribeContainerCommandInput,
|
|
175
168
|
options?: __HttpHandlerOptions
|
|
@@ -183,7 +176,6 @@ export declare class MediaStore extends MediaStoreClient {
|
|
|
183
176
|
options: __HttpHandlerOptions,
|
|
184
177
|
cb: (err: any, data?: DescribeContainerCommandOutput) => void
|
|
185
178
|
): void;
|
|
186
|
-
|
|
187
179
|
getContainerPolicy(
|
|
188
180
|
args: GetContainerPolicyCommandInput,
|
|
189
181
|
options?: __HttpHandlerOptions
|
|
@@ -197,7 +189,6 @@ export declare class MediaStore extends MediaStoreClient {
|
|
|
197
189
|
options: __HttpHandlerOptions,
|
|
198
190
|
cb: (err: any, data?: GetContainerPolicyCommandOutput) => void
|
|
199
191
|
): void;
|
|
200
|
-
|
|
201
192
|
getCorsPolicy(
|
|
202
193
|
args: GetCorsPolicyCommandInput,
|
|
203
194
|
options?: __HttpHandlerOptions
|
|
@@ -211,7 +202,6 @@ export declare class MediaStore extends MediaStoreClient {
|
|
|
211
202
|
options: __HttpHandlerOptions,
|
|
212
203
|
cb: (err: any, data?: GetCorsPolicyCommandOutput) => void
|
|
213
204
|
): void;
|
|
214
|
-
|
|
215
205
|
getLifecyclePolicy(
|
|
216
206
|
args: GetLifecyclePolicyCommandInput,
|
|
217
207
|
options?: __HttpHandlerOptions
|
|
@@ -225,7 +215,6 @@ export declare class MediaStore extends MediaStoreClient {
|
|
|
225
215
|
options: __HttpHandlerOptions,
|
|
226
216
|
cb: (err: any, data?: GetLifecyclePolicyCommandOutput) => void
|
|
227
217
|
): void;
|
|
228
|
-
|
|
229
218
|
getMetricPolicy(
|
|
230
219
|
args: GetMetricPolicyCommandInput,
|
|
231
220
|
options?: __HttpHandlerOptions
|
|
@@ -239,7 +228,6 @@ export declare class MediaStore extends MediaStoreClient {
|
|
|
239
228
|
options: __HttpHandlerOptions,
|
|
240
229
|
cb: (err: any, data?: GetMetricPolicyCommandOutput) => void
|
|
241
230
|
): void;
|
|
242
|
-
|
|
243
231
|
listContainers(
|
|
244
232
|
args: ListContainersCommandInput,
|
|
245
233
|
options?: __HttpHandlerOptions
|
|
@@ -253,7 +241,6 @@ export declare class MediaStore extends MediaStoreClient {
|
|
|
253
241
|
options: __HttpHandlerOptions,
|
|
254
242
|
cb: (err: any, data?: ListContainersCommandOutput) => void
|
|
255
243
|
): void;
|
|
256
|
-
|
|
257
244
|
listTagsForResource(
|
|
258
245
|
args: ListTagsForResourceCommandInput,
|
|
259
246
|
options?: __HttpHandlerOptions
|
|
@@ -267,7 +254,6 @@ export declare class MediaStore extends MediaStoreClient {
|
|
|
267
254
|
options: __HttpHandlerOptions,
|
|
268
255
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
269
256
|
): void;
|
|
270
|
-
|
|
271
257
|
putContainerPolicy(
|
|
272
258
|
args: PutContainerPolicyCommandInput,
|
|
273
259
|
options?: __HttpHandlerOptions
|
|
@@ -281,7 +267,6 @@ export declare class MediaStore extends MediaStoreClient {
|
|
|
281
267
|
options: __HttpHandlerOptions,
|
|
282
268
|
cb: (err: any, data?: PutContainerPolicyCommandOutput) => void
|
|
283
269
|
): void;
|
|
284
|
-
|
|
285
270
|
putCorsPolicy(
|
|
286
271
|
args: PutCorsPolicyCommandInput,
|
|
287
272
|
options?: __HttpHandlerOptions
|
|
@@ -295,7 +280,6 @@ export declare class MediaStore extends MediaStoreClient {
|
|
|
295
280
|
options: __HttpHandlerOptions,
|
|
296
281
|
cb: (err: any, data?: PutCorsPolicyCommandOutput) => void
|
|
297
282
|
): void;
|
|
298
|
-
|
|
299
283
|
putLifecyclePolicy(
|
|
300
284
|
args: PutLifecyclePolicyCommandInput,
|
|
301
285
|
options?: __HttpHandlerOptions
|
|
@@ -309,7 +293,6 @@ export declare class MediaStore extends MediaStoreClient {
|
|
|
309
293
|
options: __HttpHandlerOptions,
|
|
310
294
|
cb: (err: any, data?: PutLifecyclePolicyCommandOutput) => void
|
|
311
295
|
): void;
|
|
312
|
-
|
|
313
296
|
putMetricPolicy(
|
|
314
297
|
args: PutMetricPolicyCommandInput,
|
|
315
298
|
options?: __HttpHandlerOptions
|
|
@@ -323,7 +306,6 @@ export declare class MediaStore extends MediaStoreClient {
|
|
|
323
306
|
options: __HttpHandlerOptions,
|
|
324
307
|
cb: (err: any, data?: PutMetricPolicyCommandOutput) => void
|
|
325
308
|
): void;
|
|
326
|
-
|
|
327
309
|
startAccessLogging(
|
|
328
310
|
args: StartAccessLoggingCommandInput,
|
|
329
311
|
options?: __HttpHandlerOptions
|
|
@@ -337,7 +319,6 @@ export declare class MediaStore extends MediaStoreClient {
|
|
|
337
319
|
options: __HttpHandlerOptions,
|
|
338
320
|
cb: (err: any, data?: StartAccessLoggingCommandOutput) => void
|
|
339
321
|
): void;
|
|
340
|
-
|
|
341
322
|
stopAccessLogging(
|
|
342
323
|
args: StopAccessLoggingCommandInput,
|
|
343
324
|
options?: __HttpHandlerOptions
|
|
@@ -351,7 +332,6 @@ export declare class MediaStore extends MediaStoreClient {
|
|
|
351
332
|
options: __HttpHandlerOptions,
|
|
352
333
|
cb: (err: any, data?: StopAccessLoggingCommandOutput) => void
|
|
353
334
|
): void;
|
|
354
|
-
|
|
355
335
|
tagResource(
|
|
356
336
|
args: TagResourceCommandInput,
|
|
357
337
|
options?: __HttpHandlerOptions
|
|
@@ -365,7 +345,6 @@ export declare class MediaStore extends MediaStoreClient {
|
|
|
365
345
|
options: __HttpHandlerOptions,
|
|
366
346
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
367
347
|
): void;
|
|
368
|
-
|
|
369
348
|
untagResource(
|
|
370
349
|
args: UntagResourceCommandInput,
|
|
371
350
|
options?: __HttpHandlerOptions
|
|
@@ -173,47 +173,26 @@ export declare type ServiceOutputTypes =
|
|
|
173
173
|
export interface ClientDefaults
|
|
174
174
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
175
175
|
requestHandler?: __HttpHandler;
|
|
176
|
-
|
|
177
176
|
sha256?: __HashConstructor;
|
|
178
|
-
|
|
179
177
|
urlParser?: __UrlParser;
|
|
180
|
-
|
|
181
178
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
182
|
-
|
|
183
179
|
streamCollector?: __StreamCollector;
|
|
184
|
-
|
|
185
180
|
base64Decoder?: __Decoder;
|
|
186
|
-
|
|
187
181
|
base64Encoder?: __Encoder;
|
|
188
|
-
|
|
189
182
|
utf8Decoder?: __Decoder;
|
|
190
|
-
|
|
191
183
|
utf8Encoder?: __Encoder;
|
|
192
|
-
|
|
193
184
|
runtime?: string;
|
|
194
|
-
|
|
195
185
|
disableHostPrefix?: boolean;
|
|
196
|
-
|
|
197
186
|
maxAttempts?: number | __Provider<number>;
|
|
198
|
-
|
|
199
187
|
retryMode?: string | __Provider<string>;
|
|
200
|
-
|
|
201
188
|
logger?: __Logger;
|
|
202
|
-
|
|
203
189
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
204
|
-
|
|
205
190
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
206
|
-
|
|
207
191
|
serviceId?: string;
|
|
208
|
-
|
|
209
192
|
region?: string | __Provider<string>;
|
|
210
|
-
|
|
211
193
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
212
|
-
|
|
213
194
|
regionInfoProvider?: RegionInfoProvider;
|
|
214
|
-
|
|
215
195
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
216
|
-
|
|
217
196
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
218
197
|
}
|
|
219
198
|
declare type MediaStoreClientConfigType = Partial<
|
|
@@ -226,7 +205,6 @@ declare type MediaStoreClientConfigType = Partial<
|
|
|
226
205
|
HostHeaderInputConfig &
|
|
227
206
|
AwsAuthInputConfig &
|
|
228
207
|
UserAgentInputConfig;
|
|
229
|
-
|
|
230
208
|
export interface MediaStoreClientConfig extends MediaStoreClientConfigType {}
|
|
231
209
|
declare type MediaStoreClientResolvedConfigType =
|
|
232
210
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -237,10 +215,8 @@ declare type MediaStoreClientResolvedConfigType =
|
|
|
237
215
|
HostHeaderResolvedConfig &
|
|
238
216
|
AwsAuthResolvedConfig &
|
|
239
217
|
UserAgentResolvedConfig;
|
|
240
|
-
|
|
241
218
|
export interface MediaStoreClientResolvedConfig
|
|
242
219
|
extends MediaStoreClientResolvedConfigType {}
|
|
243
|
-
|
|
244
220
|
export declare class MediaStoreClient extends __Client<
|
|
245
221
|
__HttpHandlerOptions,
|
|
246
222
|
ServiceInputTypes,
|
|
@@ -249,7 +225,6 @@ export declare class MediaStoreClient extends __Client<
|
|
|
249
225
|
> {
|
|
250
226
|
readonly config: MediaStoreClientResolvedConfig;
|
|
251
227
|
constructor(configuration: MediaStoreClientConfig);
|
|
252
|
-
|
|
253
228
|
destroy(): void;
|
|
254
229
|
}
|
|
255
230
|
export {};
|
|
@@ -18,7 +18,6 @@ export interface CreateContainerCommandInput extends CreateContainerInput {}
|
|
|
18
18
|
export interface CreateContainerCommandOutput
|
|
19
19
|
extends CreateContainerOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateContainerCommand extends $Command<
|
|
23
22
|
CreateContainerCommandInput,
|
|
24
23
|
CreateContainerCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateContainerCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateContainerCommandInput;
|
|
28
27
|
constructor(input: CreateContainerCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MediaStoreClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteContainerCommandInput extends DeleteContainerInput {}
|
|
|
18
18
|
export interface DeleteContainerCommandOutput
|
|
19
19
|
extends DeleteContainerOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteContainerCommand extends $Command<
|
|
23
22
|
DeleteContainerCommandInput,
|
|
24
23
|
DeleteContainerCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteContainerCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteContainerCommandInput;
|
|
28
27
|
constructor(input: DeleteContainerCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MediaStoreClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteContainerPolicyCommandInput
|
|
|
19
19
|
export interface DeleteContainerPolicyCommandOutput
|
|
20
20
|
extends DeleteContainerPolicyOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteContainerPolicyCommand extends $Command<
|
|
24
23
|
DeleteContainerPolicyCommandInput,
|
|
25
24
|
DeleteContainerPolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteContainerPolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteContainerPolicyCommandInput;
|
|
29
28
|
constructor(input: DeleteContainerPolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaStoreClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteCorsPolicyCommandInput extends DeleteCorsPolicyInput {}
|
|
|
18
18
|
export interface DeleteCorsPolicyCommandOutput
|
|
19
19
|
extends DeleteCorsPolicyOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteCorsPolicyCommand extends $Command<
|
|
23
22
|
DeleteCorsPolicyCommandInput,
|
|
24
23
|
DeleteCorsPolicyCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteCorsPolicyCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteCorsPolicyCommandInput;
|
|
28
27
|
constructor(input: DeleteCorsPolicyCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MediaStoreClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteLifecyclePolicyCommandInput
|
|
|
19
19
|
export interface DeleteLifecyclePolicyCommandOutput
|
|
20
20
|
extends DeleteLifecyclePolicyOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteLifecyclePolicyCommand extends $Command<
|
|
24
23
|
DeleteLifecyclePolicyCommandInput,
|
|
25
24
|
DeleteLifecyclePolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteLifecyclePolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteLifecyclePolicyCommandInput;
|
|
29
28
|
constructor(input: DeleteLifecyclePolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaStoreClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteMetricPolicyCommandInput
|
|
|
19
19
|
export interface DeleteMetricPolicyCommandOutput
|
|
20
20
|
extends DeleteMetricPolicyOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteMetricPolicyCommand extends $Command<
|
|
24
23
|
DeleteMetricPolicyCommandInput,
|
|
25
24
|
DeleteMetricPolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteMetricPolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteMetricPolicyCommandInput;
|
|
29
28
|
constructor(input: DeleteMetricPolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaStoreClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeContainerCommandInput extends DescribeContainerInput {}
|
|
|
18
18
|
export interface DescribeContainerCommandOutput
|
|
19
19
|
extends DescribeContainerOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeContainerCommand extends $Command<
|
|
23
22
|
DescribeContainerCommandInput,
|
|
24
23
|
DescribeContainerCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeContainerCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeContainerCommandInput;
|
|
28
27
|
constructor(input: DescribeContainerCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MediaStoreClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetContainerPolicyCommandInput
|
|
|
19
19
|
export interface GetContainerPolicyCommandOutput
|
|
20
20
|
extends GetContainerPolicyOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetContainerPolicyCommand extends $Command<
|
|
24
23
|
GetContainerPolicyCommandInput,
|
|
25
24
|
GetContainerPolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetContainerPolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetContainerPolicyCommandInput;
|
|
29
28
|
constructor(input: GetContainerPolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaStoreClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetCorsPolicyCommandInput extends GetCorsPolicyInput {}
|
|
|
15
15
|
export interface GetCorsPolicyCommandOutput
|
|
16
16
|
extends GetCorsPolicyOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetCorsPolicyCommand extends $Command<
|
|
20
19
|
GetCorsPolicyCommandInput,
|
|
21
20
|
GetCorsPolicyCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetCorsPolicyCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetCorsPolicyCommandInput;
|
|
25
24
|
constructor(input: GetCorsPolicyCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaStoreClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetLifecyclePolicyCommandInput
|
|
|
19
19
|
export interface GetLifecyclePolicyCommandOutput
|
|
20
20
|
extends GetLifecyclePolicyOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetLifecyclePolicyCommand extends $Command<
|
|
24
23
|
GetLifecyclePolicyCommandInput,
|
|
25
24
|
GetLifecyclePolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetLifecyclePolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetLifecyclePolicyCommandInput;
|
|
29
28
|
constructor(input: GetLifecyclePolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaStoreClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetMetricPolicyCommandInput extends GetMetricPolicyInput {}
|
|
|
18
18
|
export interface GetMetricPolicyCommandOutput
|
|
19
19
|
extends GetMetricPolicyOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetMetricPolicyCommand extends $Command<
|
|
23
22
|
GetMetricPolicyCommandInput,
|
|
24
23
|
GetMetricPolicyCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetMetricPolicyCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetMetricPolicyCommandInput;
|
|
28
27
|
constructor(input: GetMetricPolicyCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MediaStoreClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListContainersCommandInput extends ListContainersInput {}
|
|
|
15
15
|
export interface ListContainersCommandOutput
|
|
16
16
|
extends ListContainersOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListContainersCommand extends $Command<
|
|
20
19
|
ListContainersCommandInput,
|
|
21
20
|
ListContainersCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListContainersCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListContainersCommandInput;
|
|
25
24
|
constructor(input: ListContainersCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaStoreClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaStoreClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutContainerPolicyCommandInput
|
|
|
19
19
|
export interface PutContainerPolicyCommandOutput
|
|
20
20
|
extends PutContainerPolicyOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutContainerPolicyCommand extends $Command<
|
|
24
23
|
PutContainerPolicyCommandInput,
|
|
25
24
|
PutContainerPolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutContainerPolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutContainerPolicyCommandInput;
|
|
29
28
|
constructor(input: PutContainerPolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaStoreClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface PutCorsPolicyCommandInput extends PutCorsPolicyInput {}
|
|
|
15
15
|
export interface PutCorsPolicyCommandOutput
|
|
16
16
|
extends PutCorsPolicyOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class PutCorsPolicyCommand extends $Command<
|
|
20
19
|
PutCorsPolicyCommandInput,
|
|
21
20
|
PutCorsPolicyCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class PutCorsPolicyCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: PutCorsPolicyCommandInput;
|
|
25
24
|
constructor(input: PutCorsPolicyCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaStoreClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutLifecyclePolicyCommandInput
|
|
|
19
19
|
export interface PutLifecyclePolicyCommandOutput
|
|
20
20
|
extends PutLifecyclePolicyOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutLifecyclePolicyCommand extends $Command<
|
|
24
23
|
PutLifecyclePolicyCommandInput,
|
|
25
24
|
PutLifecyclePolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutLifecyclePolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutLifecyclePolicyCommandInput;
|
|
29
28
|
constructor(input: PutLifecyclePolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaStoreClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface PutMetricPolicyCommandInput extends PutMetricPolicyInput {}
|
|
|
18
18
|
export interface PutMetricPolicyCommandOutput
|
|
19
19
|
extends PutMetricPolicyOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class PutMetricPolicyCommand extends $Command<
|
|
23
22
|
PutMetricPolicyCommandInput,
|
|
24
23
|
PutMetricPolicyCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class PutMetricPolicyCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: PutMetricPolicyCommandInput;
|
|
28
27
|
constructor(input: PutMetricPolicyCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MediaStoreClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface StartAccessLoggingCommandInput
|
|
|
19
19
|
export interface StartAccessLoggingCommandOutput
|
|
20
20
|
extends StartAccessLoggingOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StartAccessLoggingCommand extends $Command<
|
|
24
23
|
StartAccessLoggingCommandInput,
|
|
25
24
|
StartAccessLoggingCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StartAccessLoggingCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StartAccessLoggingCommandInput;
|
|
29
28
|
constructor(input: StartAccessLoggingCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaStoreClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface StopAccessLoggingCommandInput extends StopAccessLoggingInput {}
|
|
|
18
18
|
export interface StopAccessLoggingCommandOutput
|
|
19
19
|
extends StopAccessLoggingOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class StopAccessLoggingCommand extends $Command<
|
|
23
22
|
StopAccessLoggingCommandInput,
|
|
24
23
|
StopAccessLoggingCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class StopAccessLoggingCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: StopAccessLoggingCommandInput;
|
|
28
27
|
constructor(input: StopAccessLoggingCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MediaStoreClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceInput {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaStoreClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
|
15
15
|
export interface UntagResourceCommandOutput
|
|
16
16
|
extends UntagResourceOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UntagResourceCommand extends $Command<
|
|
20
19
|
UntagResourceCommandInput,
|
|
21
20
|
UntagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UntagResourceCommandInput;
|
|
25
24
|
constructor(input: UntagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaStoreClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class MediaStoreServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|