@aws-sdk/client-mediastore 3.168.0 → 3.170.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/ts3.4/MediaStore.d.ts +382 -110
- package/dist-types/ts3.4/MediaStoreClient.d.ts +255 -94
- package/dist-types/ts3.4/commands/CreateContainerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteContainerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteContainerPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteCorsPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteMetricPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeContainerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetContainerPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetCorsPolicyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetMetricPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListContainersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutContainerPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutCorsPolicyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutMetricPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartAccessLoggingCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StopAccessLoggingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +21 -21
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/MediaStoreServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +647 -13
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListContainersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +257 -65
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,94 +1,255 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CreateContainerCommandInput,
|
|
47
|
+
CreateContainerCommandOutput,
|
|
48
|
+
} from "./commands/CreateContainerCommand";
|
|
49
|
+
import {
|
|
50
|
+
DeleteContainerCommandInput,
|
|
51
|
+
DeleteContainerCommandOutput,
|
|
52
|
+
} from "./commands/DeleteContainerCommand";
|
|
53
|
+
import {
|
|
54
|
+
DeleteContainerPolicyCommandInput,
|
|
55
|
+
DeleteContainerPolicyCommandOutput,
|
|
56
|
+
} from "./commands/DeleteContainerPolicyCommand";
|
|
57
|
+
import {
|
|
58
|
+
DeleteCorsPolicyCommandInput,
|
|
59
|
+
DeleteCorsPolicyCommandOutput,
|
|
60
|
+
} from "./commands/DeleteCorsPolicyCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeleteLifecyclePolicyCommandInput,
|
|
63
|
+
DeleteLifecyclePolicyCommandOutput,
|
|
64
|
+
} from "./commands/DeleteLifecyclePolicyCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteMetricPolicyCommandInput,
|
|
67
|
+
DeleteMetricPolicyCommandOutput,
|
|
68
|
+
} from "./commands/DeleteMetricPolicyCommand";
|
|
69
|
+
import {
|
|
70
|
+
DescribeContainerCommandInput,
|
|
71
|
+
DescribeContainerCommandOutput,
|
|
72
|
+
} from "./commands/DescribeContainerCommand";
|
|
73
|
+
import {
|
|
74
|
+
GetContainerPolicyCommandInput,
|
|
75
|
+
GetContainerPolicyCommandOutput,
|
|
76
|
+
} from "./commands/GetContainerPolicyCommand";
|
|
77
|
+
import {
|
|
78
|
+
GetCorsPolicyCommandInput,
|
|
79
|
+
GetCorsPolicyCommandOutput,
|
|
80
|
+
} from "./commands/GetCorsPolicyCommand";
|
|
81
|
+
import {
|
|
82
|
+
GetLifecyclePolicyCommandInput,
|
|
83
|
+
GetLifecyclePolicyCommandOutput,
|
|
84
|
+
} from "./commands/GetLifecyclePolicyCommand";
|
|
85
|
+
import {
|
|
86
|
+
GetMetricPolicyCommandInput,
|
|
87
|
+
GetMetricPolicyCommandOutput,
|
|
88
|
+
} from "./commands/GetMetricPolicyCommand";
|
|
89
|
+
import {
|
|
90
|
+
ListContainersCommandInput,
|
|
91
|
+
ListContainersCommandOutput,
|
|
92
|
+
} from "./commands/ListContainersCommand";
|
|
93
|
+
import {
|
|
94
|
+
ListTagsForResourceCommandInput,
|
|
95
|
+
ListTagsForResourceCommandOutput,
|
|
96
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
97
|
+
import {
|
|
98
|
+
PutContainerPolicyCommandInput,
|
|
99
|
+
PutContainerPolicyCommandOutput,
|
|
100
|
+
} from "./commands/PutContainerPolicyCommand";
|
|
101
|
+
import {
|
|
102
|
+
PutCorsPolicyCommandInput,
|
|
103
|
+
PutCorsPolicyCommandOutput,
|
|
104
|
+
} from "./commands/PutCorsPolicyCommand";
|
|
105
|
+
import {
|
|
106
|
+
PutLifecyclePolicyCommandInput,
|
|
107
|
+
PutLifecyclePolicyCommandOutput,
|
|
108
|
+
} from "./commands/PutLifecyclePolicyCommand";
|
|
109
|
+
import {
|
|
110
|
+
PutMetricPolicyCommandInput,
|
|
111
|
+
PutMetricPolicyCommandOutput,
|
|
112
|
+
} from "./commands/PutMetricPolicyCommand";
|
|
113
|
+
import {
|
|
114
|
+
StartAccessLoggingCommandInput,
|
|
115
|
+
StartAccessLoggingCommandOutput,
|
|
116
|
+
} from "./commands/StartAccessLoggingCommand";
|
|
117
|
+
import {
|
|
118
|
+
StopAccessLoggingCommandInput,
|
|
119
|
+
StopAccessLoggingCommandOutput,
|
|
120
|
+
} from "./commands/StopAccessLoggingCommand";
|
|
121
|
+
import {
|
|
122
|
+
TagResourceCommandInput,
|
|
123
|
+
TagResourceCommandOutput,
|
|
124
|
+
} from "./commands/TagResourceCommand";
|
|
125
|
+
import {
|
|
126
|
+
UntagResourceCommandInput,
|
|
127
|
+
UntagResourceCommandOutput,
|
|
128
|
+
} from "./commands/UntagResourceCommand";
|
|
129
|
+
export declare type ServiceInputTypes =
|
|
130
|
+
| CreateContainerCommandInput
|
|
131
|
+
| DeleteContainerCommandInput
|
|
132
|
+
| DeleteContainerPolicyCommandInput
|
|
133
|
+
| DeleteCorsPolicyCommandInput
|
|
134
|
+
| DeleteLifecyclePolicyCommandInput
|
|
135
|
+
| DeleteMetricPolicyCommandInput
|
|
136
|
+
| DescribeContainerCommandInput
|
|
137
|
+
| GetContainerPolicyCommandInput
|
|
138
|
+
| GetCorsPolicyCommandInput
|
|
139
|
+
| GetLifecyclePolicyCommandInput
|
|
140
|
+
| GetMetricPolicyCommandInput
|
|
141
|
+
| ListContainersCommandInput
|
|
142
|
+
| ListTagsForResourceCommandInput
|
|
143
|
+
| PutContainerPolicyCommandInput
|
|
144
|
+
| PutCorsPolicyCommandInput
|
|
145
|
+
| PutLifecyclePolicyCommandInput
|
|
146
|
+
| PutMetricPolicyCommandInput
|
|
147
|
+
| StartAccessLoggingCommandInput
|
|
148
|
+
| StopAccessLoggingCommandInput
|
|
149
|
+
| TagResourceCommandInput
|
|
150
|
+
| UntagResourceCommandInput;
|
|
151
|
+
export declare type ServiceOutputTypes =
|
|
152
|
+
| CreateContainerCommandOutput
|
|
153
|
+
| DeleteContainerCommandOutput
|
|
154
|
+
| DeleteContainerPolicyCommandOutput
|
|
155
|
+
| DeleteCorsPolicyCommandOutput
|
|
156
|
+
| DeleteLifecyclePolicyCommandOutput
|
|
157
|
+
| DeleteMetricPolicyCommandOutput
|
|
158
|
+
| DescribeContainerCommandOutput
|
|
159
|
+
| GetContainerPolicyCommandOutput
|
|
160
|
+
| GetCorsPolicyCommandOutput
|
|
161
|
+
| GetLifecyclePolicyCommandOutput
|
|
162
|
+
| GetMetricPolicyCommandOutput
|
|
163
|
+
| ListContainersCommandOutput
|
|
164
|
+
| ListTagsForResourceCommandOutput
|
|
165
|
+
| PutContainerPolicyCommandOutput
|
|
166
|
+
| PutCorsPolicyCommandOutput
|
|
167
|
+
| PutLifecyclePolicyCommandOutput
|
|
168
|
+
| PutMetricPolicyCommandOutput
|
|
169
|
+
| StartAccessLoggingCommandOutput
|
|
170
|
+
| StopAccessLoggingCommandOutput
|
|
171
|
+
| TagResourceCommandOutput
|
|
172
|
+
| UntagResourceCommandOutput;
|
|
173
|
+
export interface ClientDefaults
|
|
174
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
175
|
+
requestHandler?: __HttpHandler;
|
|
176
|
+
|
|
177
|
+
sha256?: __HashConstructor;
|
|
178
|
+
|
|
179
|
+
urlParser?: __UrlParser;
|
|
180
|
+
|
|
181
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
182
|
+
|
|
183
|
+
streamCollector?: __StreamCollector;
|
|
184
|
+
|
|
185
|
+
base64Decoder?: __Decoder;
|
|
186
|
+
|
|
187
|
+
base64Encoder?: __Encoder;
|
|
188
|
+
|
|
189
|
+
utf8Decoder?: __Decoder;
|
|
190
|
+
|
|
191
|
+
utf8Encoder?: __Encoder;
|
|
192
|
+
|
|
193
|
+
runtime?: string;
|
|
194
|
+
|
|
195
|
+
disableHostPrefix?: boolean;
|
|
196
|
+
|
|
197
|
+
maxAttempts?: number | __Provider<number>;
|
|
198
|
+
|
|
199
|
+
retryMode?: string | __Provider<string>;
|
|
200
|
+
|
|
201
|
+
logger?: __Logger;
|
|
202
|
+
|
|
203
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
204
|
+
|
|
205
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
206
|
+
|
|
207
|
+
serviceId?: string;
|
|
208
|
+
|
|
209
|
+
region?: string | __Provider<string>;
|
|
210
|
+
|
|
211
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
212
|
+
|
|
213
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
214
|
+
|
|
215
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
216
|
+
|
|
217
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
218
|
+
}
|
|
219
|
+
declare type MediaStoreClientConfigType = Partial<
|
|
220
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
221
|
+
> &
|
|
222
|
+
ClientDefaults &
|
|
223
|
+
RegionInputConfig &
|
|
224
|
+
EndpointsInputConfig &
|
|
225
|
+
RetryInputConfig &
|
|
226
|
+
HostHeaderInputConfig &
|
|
227
|
+
AwsAuthInputConfig &
|
|
228
|
+
UserAgentInputConfig;
|
|
229
|
+
|
|
230
|
+
export interface MediaStoreClientConfig extends MediaStoreClientConfigType {}
|
|
231
|
+
declare type MediaStoreClientResolvedConfigType =
|
|
232
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
233
|
+
Required<ClientDefaults> &
|
|
234
|
+
RegionResolvedConfig &
|
|
235
|
+
EndpointsResolvedConfig &
|
|
236
|
+
RetryResolvedConfig &
|
|
237
|
+
HostHeaderResolvedConfig &
|
|
238
|
+
AwsAuthResolvedConfig &
|
|
239
|
+
UserAgentResolvedConfig;
|
|
240
|
+
|
|
241
|
+
export interface MediaStoreClientResolvedConfig
|
|
242
|
+
extends MediaStoreClientResolvedConfigType {}
|
|
243
|
+
|
|
244
|
+
export declare class MediaStoreClient extends __Client<
|
|
245
|
+
__HttpHandlerOptions,
|
|
246
|
+
ServiceInputTypes,
|
|
247
|
+
ServiceOutputTypes,
|
|
248
|
+
MediaStoreClientResolvedConfig
|
|
249
|
+
> {
|
|
250
|
+
readonly config: MediaStoreClientResolvedConfig;
|
|
251
|
+
constructor(configuration: MediaStoreClientConfig);
|
|
252
|
+
|
|
253
|
+
destroy(): void;
|
|
254
|
+
}
|
|
255
|
+
export {};
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MediaStoreClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaStoreClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateContainerInput,
|
|
15
|
+
CreateContainerOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateContainerCommandInput extends CreateContainerInput {}
|
|
18
|
+
export interface CreateContainerCommandOutput
|
|
19
|
+
extends CreateContainerOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateContainerCommand extends $Command<
|
|
23
|
+
CreateContainerCommandInput,
|
|
24
|
+
CreateContainerCommandOutput,
|
|
25
|
+
MediaStoreClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateContainerCommandInput;
|
|
28
|
+
constructor(input: CreateContainerCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: MediaStoreClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateContainerCommandInput, CreateContainerCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MediaStoreClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaStoreClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteContainerInput,
|
|
15
|
+
DeleteContainerOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteContainerCommandInput extends DeleteContainerInput {}
|
|
18
|
+
export interface DeleteContainerCommandOutput
|
|
19
|
+
extends DeleteContainerOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteContainerCommand extends $Command<
|
|
23
|
+
DeleteContainerCommandInput,
|
|
24
|
+
DeleteContainerCommandOutput,
|
|
25
|
+
MediaStoreClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteContainerCommandInput;
|
|
28
|
+
constructor(input: DeleteContainerCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: MediaStoreClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteContainerCommandInput, DeleteContainerCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MediaStoreClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaStoreClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteContainerPolicyInput,
|
|
15
|
+
DeleteContainerPolicyOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteContainerPolicyCommandInput
|
|
18
|
+
extends DeleteContainerPolicyInput {}
|
|
19
|
+
export interface DeleteContainerPolicyCommandOutput
|
|
20
|
+
extends DeleteContainerPolicyOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteContainerPolicyCommand extends $Command<
|
|
24
|
+
DeleteContainerPolicyCommandInput,
|
|
25
|
+
DeleteContainerPolicyCommandOutput,
|
|
26
|
+
MediaStoreClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteContainerPolicyCommandInput;
|
|
29
|
+
constructor(input: DeleteContainerPolicyCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MediaStoreClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteContainerPolicyCommandInput,
|
|
37
|
+
DeleteContainerPolicyCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MediaStoreClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaStoreClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteCorsPolicyInput,
|
|
15
|
+
DeleteCorsPolicyOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteCorsPolicyCommandInput extends DeleteCorsPolicyInput {}
|
|
18
|
+
export interface DeleteCorsPolicyCommandOutput
|
|
19
|
+
extends DeleteCorsPolicyOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteCorsPolicyCommand extends $Command<
|
|
23
|
+
DeleteCorsPolicyCommandInput,
|
|
24
|
+
DeleteCorsPolicyCommandOutput,
|
|
25
|
+
MediaStoreClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteCorsPolicyCommandInput;
|
|
28
|
+
constructor(input: DeleteCorsPolicyCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: MediaStoreClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteCorsPolicyCommandInput, DeleteCorsPolicyCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MediaStoreClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaStoreClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteLifecyclePolicyInput,
|
|
15
|
+
DeleteLifecyclePolicyOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteLifecyclePolicyCommandInput
|
|
18
|
+
extends DeleteLifecyclePolicyInput {}
|
|
19
|
+
export interface DeleteLifecyclePolicyCommandOutput
|
|
20
|
+
extends DeleteLifecyclePolicyOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteLifecyclePolicyCommand extends $Command<
|
|
24
|
+
DeleteLifecyclePolicyCommandInput,
|
|
25
|
+
DeleteLifecyclePolicyCommandOutput,
|
|
26
|
+
MediaStoreClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteLifecyclePolicyCommandInput;
|
|
29
|
+
constructor(input: DeleteLifecyclePolicyCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MediaStoreClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteLifecyclePolicyCommandInput,
|
|
37
|
+
DeleteLifecyclePolicyCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|