@aws-sdk/client-mediapackage-vod 3.1086.0 → 3.1088.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-cjs/index.js +1 -1
- package/dist-types/ts3.4/MediaPackageVod.d.ts +59 -73
- package/dist-types/ts3.4/MediaPackageVodClient.d.ts +10 -32
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/ConfigureLogsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreatePackagingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreatePackagingGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeletePackagingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeletePackagingGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeAssetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribePackagingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribePackagingGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListPackagingConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListPackagingGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdatePackagingGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +5 -10
- package/dist-types/ts3.4/models/errors.d.ts +4 -12
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListAssetsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
package/dist-cjs/index.js
CHANGED
|
@@ -7,10 +7,7 @@ import {
|
|
|
7
7
|
ConfigureLogsCommandInput,
|
|
8
8
|
ConfigureLogsCommandOutput,
|
|
9
9
|
} from "./commands/ConfigureLogsCommand";
|
|
10
|
-
import {
|
|
11
|
-
CreateAssetCommandInput,
|
|
12
|
-
CreateAssetCommandOutput,
|
|
13
|
-
} from "./commands/CreateAssetCommand";
|
|
10
|
+
import { CreateAssetCommandInput, CreateAssetCommandOutput } from "./commands/CreateAssetCommand";
|
|
14
11
|
import {
|
|
15
12
|
CreatePackagingConfigurationCommandInput,
|
|
16
13
|
CreatePackagingConfigurationCommandOutput,
|
|
@@ -19,10 +16,7 @@ import {
|
|
|
19
16
|
CreatePackagingGroupCommandInput,
|
|
20
17
|
CreatePackagingGroupCommandOutput,
|
|
21
18
|
} from "./commands/CreatePackagingGroupCommand";
|
|
22
|
-
import {
|
|
23
|
-
DeleteAssetCommandInput,
|
|
24
|
-
DeleteAssetCommandOutput,
|
|
25
|
-
} from "./commands/DeleteAssetCommand";
|
|
19
|
+
import { DeleteAssetCommandInput, DeleteAssetCommandOutput } from "./commands/DeleteAssetCommand";
|
|
26
20
|
import {
|
|
27
21
|
DeletePackagingConfigurationCommandInput,
|
|
28
22
|
DeletePackagingConfigurationCommandOutput,
|
|
@@ -43,10 +37,7 @@ import {
|
|
|
43
37
|
DescribePackagingGroupCommandInput,
|
|
44
38
|
DescribePackagingGroupCommandOutput,
|
|
45
39
|
} from "./commands/DescribePackagingGroupCommand";
|
|
46
|
-
import {
|
|
47
|
-
ListAssetsCommandInput,
|
|
48
|
-
ListAssetsCommandOutput,
|
|
49
|
-
} from "./commands/ListAssetsCommand";
|
|
40
|
+
import { ListAssetsCommandInput, ListAssetsCommandOutput } from "./commands/ListAssetsCommand";
|
|
50
41
|
import {
|
|
51
42
|
ListPackagingConfigurationsCommandInput,
|
|
52
43
|
ListPackagingConfigurationsCommandOutput,
|
|
@@ -59,10 +50,7 @@ import {
|
|
|
59
50
|
ListTagsForResourceCommandInput,
|
|
60
51
|
ListTagsForResourceCommandOutput,
|
|
61
52
|
} from "./commands/ListTagsForResourceCommand";
|
|
62
|
-
import {
|
|
63
|
-
TagResourceCommandInput,
|
|
64
|
-
TagResourceCommandOutput,
|
|
65
|
-
} from "./commands/TagResourceCommand";
|
|
53
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
66
54
|
import {
|
|
67
55
|
UntagResourceCommandInput,
|
|
68
56
|
UntagResourceCommandOutput,
|
|
@@ -75,250 +63,248 @@ import { MediaPackageVodClient } from "./MediaPackageVodClient";
|
|
|
75
63
|
export interface MediaPackageVod {
|
|
76
64
|
configureLogs(
|
|
77
65
|
args: ConfigureLogsCommandInput,
|
|
78
|
-
options?: __HttpHandlerOptions
|
|
66
|
+
options?: __HttpHandlerOptions,
|
|
79
67
|
): Promise<ConfigureLogsCommandOutput>;
|
|
80
68
|
configureLogs(
|
|
81
69
|
args: ConfigureLogsCommandInput,
|
|
82
|
-
cb: (err: any, data?: ConfigureLogsCommandOutput) => void
|
|
70
|
+
cb: (err: any, data?: ConfigureLogsCommandOutput) => void,
|
|
83
71
|
): void;
|
|
84
72
|
configureLogs(
|
|
85
73
|
args: ConfigureLogsCommandInput,
|
|
86
74
|
options: __HttpHandlerOptions,
|
|
87
|
-
cb: (err: any, data?: ConfigureLogsCommandOutput) => void
|
|
75
|
+
cb: (err: any, data?: ConfigureLogsCommandOutput) => void,
|
|
88
76
|
): void;
|
|
89
77
|
createAsset(
|
|
90
78
|
args: CreateAssetCommandInput,
|
|
91
|
-
options?: __HttpHandlerOptions
|
|
79
|
+
options?: __HttpHandlerOptions,
|
|
92
80
|
): Promise<CreateAssetCommandOutput>;
|
|
93
81
|
createAsset(
|
|
94
82
|
args: CreateAssetCommandInput,
|
|
95
|
-
cb: (err: any, data?: CreateAssetCommandOutput) => void
|
|
83
|
+
cb: (err: any, data?: CreateAssetCommandOutput) => void,
|
|
96
84
|
): void;
|
|
97
85
|
createAsset(
|
|
98
86
|
args: CreateAssetCommandInput,
|
|
99
87
|
options: __HttpHandlerOptions,
|
|
100
|
-
cb: (err: any, data?: CreateAssetCommandOutput) => void
|
|
88
|
+
cb: (err: any, data?: CreateAssetCommandOutput) => void,
|
|
101
89
|
): void;
|
|
102
90
|
createPackagingConfiguration(
|
|
103
91
|
args: CreatePackagingConfigurationCommandInput,
|
|
104
|
-
options?: __HttpHandlerOptions
|
|
92
|
+
options?: __HttpHandlerOptions,
|
|
105
93
|
): Promise<CreatePackagingConfigurationCommandOutput>;
|
|
106
94
|
createPackagingConfiguration(
|
|
107
95
|
args: CreatePackagingConfigurationCommandInput,
|
|
108
|
-
cb: (err: any, data?: CreatePackagingConfigurationCommandOutput) => void
|
|
96
|
+
cb: (err: any, data?: CreatePackagingConfigurationCommandOutput) => void,
|
|
109
97
|
): void;
|
|
110
98
|
createPackagingConfiguration(
|
|
111
99
|
args: CreatePackagingConfigurationCommandInput,
|
|
112
100
|
options: __HttpHandlerOptions,
|
|
113
|
-
cb: (err: any, data?: CreatePackagingConfigurationCommandOutput) => void
|
|
101
|
+
cb: (err: any, data?: CreatePackagingConfigurationCommandOutput) => void,
|
|
114
102
|
): void;
|
|
115
103
|
createPackagingGroup(
|
|
116
104
|
args: CreatePackagingGroupCommandInput,
|
|
117
|
-
options?: __HttpHandlerOptions
|
|
105
|
+
options?: __HttpHandlerOptions,
|
|
118
106
|
): Promise<CreatePackagingGroupCommandOutput>;
|
|
119
107
|
createPackagingGroup(
|
|
120
108
|
args: CreatePackagingGroupCommandInput,
|
|
121
|
-
cb: (err: any, data?: CreatePackagingGroupCommandOutput) => void
|
|
109
|
+
cb: (err: any, data?: CreatePackagingGroupCommandOutput) => void,
|
|
122
110
|
): void;
|
|
123
111
|
createPackagingGroup(
|
|
124
112
|
args: CreatePackagingGroupCommandInput,
|
|
125
113
|
options: __HttpHandlerOptions,
|
|
126
|
-
cb: (err: any, data?: CreatePackagingGroupCommandOutput) => void
|
|
114
|
+
cb: (err: any, data?: CreatePackagingGroupCommandOutput) => void,
|
|
127
115
|
): void;
|
|
128
116
|
deleteAsset(
|
|
129
117
|
args: DeleteAssetCommandInput,
|
|
130
|
-
options?: __HttpHandlerOptions
|
|
118
|
+
options?: __HttpHandlerOptions,
|
|
131
119
|
): Promise<DeleteAssetCommandOutput>;
|
|
132
120
|
deleteAsset(
|
|
133
121
|
args: DeleteAssetCommandInput,
|
|
134
|
-
cb: (err: any, data?: DeleteAssetCommandOutput) => void
|
|
122
|
+
cb: (err: any, data?: DeleteAssetCommandOutput) => void,
|
|
135
123
|
): void;
|
|
136
124
|
deleteAsset(
|
|
137
125
|
args: DeleteAssetCommandInput,
|
|
138
126
|
options: __HttpHandlerOptions,
|
|
139
|
-
cb: (err: any, data?: DeleteAssetCommandOutput) => void
|
|
127
|
+
cb: (err: any, data?: DeleteAssetCommandOutput) => void,
|
|
140
128
|
): void;
|
|
141
129
|
deletePackagingConfiguration(
|
|
142
130
|
args: DeletePackagingConfigurationCommandInput,
|
|
143
|
-
options?: __HttpHandlerOptions
|
|
131
|
+
options?: __HttpHandlerOptions,
|
|
144
132
|
): Promise<DeletePackagingConfigurationCommandOutput>;
|
|
145
133
|
deletePackagingConfiguration(
|
|
146
134
|
args: DeletePackagingConfigurationCommandInput,
|
|
147
|
-
cb: (err: any, data?: DeletePackagingConfigurationCommandOutput) => void
|
|
135
|
+
cb: (err: any, data?: DeletePackagingConfigurationCommandOutput) => void,
|
|
148
136
|
): void;
|
|
149
137
|
deletePackagingConfiguration(
|
|
150
138
|
args: DeletePackagingConfigurationCommandInput,
|
|
151
139
|
options: __HttpHandlerOptions,
|
|
152
|
-
cb: (err: any, data?: DeletePackagingConfigurationCommandOutput) => void
|
|
140
|
+
cb: (err: any, data?: DeletePackagingConfigurationCommandOutput) => void,
|
|
153
141
|
): void;
|
|
154
142
|
deletePackagingGroup(
|
|
155
143
|
args: DeletePackagingGroupCommandInput,
|
|
156
|
-
options?: __HttpHandlerOptions
|
|
144
|
+
options?: __HttpHandlerOptions,
|
|
157
145
|
): Promise<DeletePackagingGroupCommandOutput>;
|
|
158
146
|
deletePackagingGroup(
|
|
159
147
|
args: DeletePackagingGroupCommandInput,
|
|
160
|
-
cb: (err: any, data?: DeletePackagingGroupCommandOutput) => void
|
|
148
|
+
cb: (err: any, data?: DeletePackagingGroupCommandOutput) => void,
|
|
161
149
|
): void;
|
|
162
150
|
deletePackagingGroup(
|
|
163
151
|
args: DeletePackagingGroupCommandInput,
|
|
164
152
|
options: __HttpHandlerOptions,
|
|
165
|
-
cb: (err: any, data?: DeletePackagingGroupCommandOutput) => void
|
|
153
|
+
cb: (err: any, data?: DeletePackagingGroupCommandOutput) => void,
|
|
166
154
|
): void;
|
|
167
155
|
describeAsset(
|
|
168
156
|
args: DescribeAssetCommandInput,
|
|
169
|
-
options?: __HttpHandlerOptions
|
|
157
|
+
options?: __HttpHandlerOptions,
|
|
170
158
|
): Promise<DescribeAssetCommandOutput>;
|
|
171
159
|
describeAsset(
|
|
172
160
|
args: DescribeAssetCommandInput,
|
|
173
|
-
cb: (err: any, data?: DescribeAssetCommandOutput) => void
|
|
161
|
+
cb: (err: any, data?: DescribeAssetCommandOutput) => void,
|
|
174
162
|
): void;
|
|
175
163
|
describeAsset(
|
|
176
164
|
args: DescribeAssetCommandInput,
|
|
177
165
|
options: __HttpHandlerOptions,
|
|
178
|
-
cb: (err: any, data?: DescribeAssetCommandOutput) => void
|
|
166
|
+
cb: (err: any, data?: DescribeAssetCommandOutput) => void,
|
|
179
167
|
): void;
|
|
180
168
|
describePackagingConfiguration(
|
|
181
169
|
args: DescribePackagingConfigurationCommandInput,
|
|
182
|
-
options?: __HttpHandlerOptions
|
|
170
|
+
options?: __HttpHandlerOptions,
|
|
183
171
|
): Promise<DescribePackagingConfigurationCommandOutput>;
|
|
184
172
|
describePackagingConfiguration(
|
|
185
173
|
args: DescribePackagingConfigurationCommandInput,
|
|
186
|
-
cb: (err: any, data?: DescribePackagingConfigurationCommandOutput) => void
|
|
174
|
+
cb: (err: any, data?: DescribePackagingConfigurationCommandOutput) => void,
|
|
187
175
|
): void;
|
|
188
176
|
describePackagingConfiguration(
|
|
189
177
|
args: DescribePackagingConfigurationCommandInput,
|
|
190
178
|
options: __HttpHandlerOptions,
|
|
191
|
-
cb: (err: any, data?: DescribePackagingConfigurationCommandOutput) => void
|
|
179
|
+
cb: (err: any, data?: DescribePackagingConfigurationCommandOutput) => void,
|
|
192
180
|
): void;
|
|
193
181
|
describePackagingGroup(
|
|
194
182
|
args: DescribePackagingGroupCommandInput,
|
|
195
|
-
options?: __HttpHandlerOptions
|
|
183
|
+
options?: __HttpHandlerOptions,
|
|
196
184
|
): Promise<DescribePackagingGroupCommandOutput>;
|
|
197
185
|
describePackagingGroup(
|
|
198
186
|
args: DescribePackagingGroupCommandInput,
|
|
199
|
-
cb: (err: any, data?: DescribePackagingGroupCommandOutput) => void
|
|
187
|
+
cb: (err: any, data?: DescribePackagingGroupCommandOutput) => void,
|
|
200
188
|
): void;
|
|
201
189
|
describePackagingGroup(
|
|
202
190
|
args: DescribePackagingGroupCommandInput,
|
|
203
191
|
options: __HttpHandlerOptions,
|
|
204
|
-
cb: (err: any, data?: DescribePackagingGroupCommandOutput) => void
|
|
192
|
+
cb: (err: any, data?: DescribePackagingGroupCommandOutput) => void,
|
|
205
193
|
): void;
|
|
206
194
|
listAssets(): Promise<ListAssetsCommandOutput>;
|
|
207
195
|
listAssets(
|
|
208
196
|
args: ListAssetsCommandInput,
|
|
209
|
-
options?: __HttpHandlerOptions
|
|
197
|
+
options?: __HttpHandlerOptions,
|
|
210
198
|
): Promise<ListAssetsCommandOutput>;
|
|
211
199
|
listAssets(
|
|
212
200
|
args: ListAssetsCommandInput,
|
|
213
|
-
cb: (err: any, data?: ListAssetsCommandOutput) => void
|
|
201
|
+
cb: (err: any, data?: ListAssetsCommandOutput) => void,
|
|
214
202
|
): void;
|
|
215
203
|
listAssets(
|
|
216
204
|
args: ListAssetsCommandInput,
|
|
217
205
|
options: __HttpHandlerOptions,
|
|
218
|
-
cb: (err: any, data?: ListAssetsCommandOutput) => void
|
|
206
|
+
cb: (err: any, data?: ListAssetsCommandOutput) => void,
|
|
219
207
|
): void;
|
|
220
208
|
listPackagingConfigurations(): Promise<ListPackagingConfigurationsCommandOutput>;
|
|
221
209
|
listPackagingConfigurations(
|
|
222
210
|
args: ListPackagingConfigurationsCommandInput,
|
|
223
|
-
options?: __HttpHandlerOptions
|
|
211
|
+
options?: __HttpHandlerOptions,
|
|
224
212
|
): Promise<ListPackagingConfigurationsCommandOutput>;
|
|
225
213
|
listPackagingConfigurations(
|
|
226
214
|
args: ListPackagingConfigurationsCommandInput,
|
|
227
|
-
cb: (err: any, data?: ListPackagingConfigurationsCommandOutput) => void
|
|
215
|
+
cb: (err: any, data?: ListPackagingConfigurationsCommandOutput) => void,
|
|
228
216
|
): void;
|
|
229
217
|
listPackagingConfigurations(
|
|
230
218
|
args: ListPackagingConfigurationsCommandInput,
|
|
231
219
|
options: __HttpHandlerOptions,
|
|
232
|
-
cb: (err: any, data?: ListPackagingConfigurationsCommandOutput) => void
|
|
220
|
+
cb: (err: any, data?: ListPackagingConfigurationsCommandOutput) => void,
|
|
233
221
|
): void;
|
|
234
222
|
listPackagingGroups(): Promise<ListPackagingGroupsCommandOutput>;
|
|
235
223
|
listPackagingGroups(
|
|
236
224
|
args: ListPackagingGroupsCommandInput,
|
|
237
|
-
options?: __HttpHandlerOptions
|
|
225
|
+
options?: __HttpHandlerOptions,
|
|
238
226
|
): Promise<ListPackagingGroupsCommandOutput>;
|
|
239
227
|
listPackagingGroups(
|
|
240
228
|
args: ListPackagingGroupsCommandInput,
|
|
241
|
-
cb: (err: any, data?: ListPackagingGroupsCommandOutput) => void
|
|
229
|
+
cb: (err: any, data?: ListPackagingGroupsCommandOutput) => void,
|
|
242
230
|
): void;
|
|
243
231
|
listPackagingGroups(
|
|
244
232
|
args: ListPackagingGroupsCommandInput,
|
|
245
233
|
options: __HttpHandlerOptions,
|
|
246
|
-
cb: (err: any, data?: ListPackagingGroupsCommandOutput) => void
|
|
234
|
+
cb: (err: any, data?: ListPackagingGroupsCommandOutput) => void,
|
|
247
235
|
): void;
|
|
248
236
|
listTagsForResource(
|
|
249
237
|
args: ListTagsForResourceCommandInput,
|
|
250
|
-
options?: __HttpHandlerOptions
|
|
238
|
+
options?: __HttpHandlerOptions,
|
|
251
239
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
252
240
|
listTagsForResource(
|
|
253
241
|
args: ListTagsForResourceCommandInput,
|
|
254
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
242
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
255
243
|
): void;
|
|
256
244
|
listTagsForResource(
|
|
257
245
|
args: ListTagsForResourceCommandInput,
|
|
258
246
|
options: __HttpHandlerOptions,
|
|
259
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
247
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
260
248
|
): void;
|
|
261
249
|
tagResource(
|
|
262
250
|
args: TagResourceCommandInput,
|
|
263
|
-
options?: __HttpHandlerOptions
|
|
251
|
+
options?: __HttpHandlerOptions,
|
|
264
252
|
): Promise<TagResourceCommandOutput>;
|
|
265
253
|
tagResource(
|
|
266
254
|
args: TagResourceCommandInput,
|
|
267
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
255
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
268
256
|
): void;
|
|
269
257
|
tagResource(
|
|
270
258
|
args: TagResourceCommandInput,
|
|
271
259
|
options: __HttpHandlerOptions,
|
|
272
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
260
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
273
261
|
): void;
|
|
274
262
|
untagResource(
|
|
275
263
|
args: UntagResourceCommandInput,
|
|
276
|
-
options?: __HttpHandlerOptions
|
|
264
|
+
options?: __HttpHandlerOptions,
|
|
277
265
|
): Promise<UntagResourceCommandOutput>;
|
|
278
266
|
untagResource(
|
|
279
267
|
args: UntagResourceCommandInput,
|
|
280
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
268
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
281
269
|
): void;
|
|
282
270
|
untagResource(
|
|
283
271
|
args: UntagResourceCommandInput,
|
|
284
272
|
options: __HttpHandlerOptions,
|
|
285
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
273
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
286
274
|
): void;
|
|
287
275
|
updatePackagingGroup(
|
|
288
276
|
args: UpdatePackagingGroupCommandInput,
|
|
289
|
-
options?: __HttpHandlerOptions
|
|
277
|
+
options?: __HttpHandlerOptions,
|
|
290
278
|
): Promise<UpdatePackagingGroupCommandOutput>;
|
|
291
279
|
updatePackagingGroup(
|
|
292
280
|
args: UpdatePackagingGroupCommandInput,
|
|
293
|
-
cb: (err: any, data?: UpdatePackagingGroupCommandOutput) => void
|
|
281
|
+
cb: (err: any, data?: UpdatePackagingGroupCommandOutput) => void,
|
|
294
282
|
): void;
|
|
295
283
|
updatePackagingGroup(
|
|
296
284
|
args: UpdatePackagingGroupCommandInput,
|
|
297
285
|
options: __HttpHandlerOptions,
|
|
298
|
-
cb: (err: any, data?: UpdatePackagingGroupCommandOutput) => void
|
|
286
|
+
cb: (err: any, data?: UpdatePackagingGroupCommandOutput) => void,
|
|
299
287
|
): void;
|
|
300
288
|
paginateListAssets(
|
|
301
289
|
args?: ListAssetsCommandInput,
|
|
302
290
|
paginationConfig?: Pick<
|
|
303
291
|
PaginationConfiguration,
|
|
304
292
|
Exclude<keyof PaginationConfiguration, "client">
|
|
305
|
-
|
|
293
|
+
>,
|
|
306
294
|
): Paginator<ListAssetsCommandOutput>;
|
|
307
295
|
paginateListPackagingConfigurations(
|
|
308
296
|
args?: ListPackagingConfigurationsCommandInput,
|
|
309
297
|
paginationConfig?: Pick<
|
|
310
298
|
PaginationConfiguration,
|
|
311
299
|
Exclude<keyof PaginationConfiguration, "client">
|
|
312
|
-
|
|
300
|
+
>,
|
|
313
301
|
): Paginator<ListPackagingConfigurationsCommandOutput>;
|
|
314
302
|
paginateListPackagingGroups(
|
|
315
303
|
args?: ListPackagingGroupsCommandInput,
|
|
316
304
|
paginationConfig?: Pick<
|
|
317
305
|
PaginationConfiguration,
|
|
318
306
|
Exclude<keyof PaginationConfiguration, "client">
|
|
319
|
-
|
|
307
|
+
>,
|
|
320
308
|
): Paginator<ListPackagingGroupsCommandOutput>;
|
|
321
309
|
}
|
|
322
|
-
export declare class MediaPackageVod
|
|
323
|
-
extends MediaPackageVodClient
|
|
324
|
-
implements MediaPackageVod {}
|
|
310
|
+
export declare class MediaPackageVod extends MediaPackageVodClient implements MediaPackageVod {}
|
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -40,10 +37,7 @@ import {
|
|
|
40
37
|
ConfigureLogsCommandInput,
|
|
41
38
|
ConfigureLogsCommandOutput,
|
|
42
39
|
} from "./commands/ConfigureLogsCommand";
|
|
43
|
-
import {
|
|
44
|
-
CreateAssetCommandInput,
|
|
45
|
-
CreateAssetCommandOutput,
|
|
46
|
-
} from "./commands/CreateAssetCommand";
|
|
40
|
+
import { CreateAssetCommandInput, CreateAssetCommandOutput } from "./commands/CreateAssetCommand";
|
|
47
41
|
import {
|
|
48
42
|
CreatePackagingConfigurationCommandInput,
|
|
49
43
|
CreatePackagingConfigurationCommandOutput,
|
|
@@ -52,10 +46,7 @@ import {
|
|
|
52
46
|
CreatePackagingGroupCommandInput,
|
|
53
47
|
CreatePackagingGroupCommandOutput,
|
|
54
48
|
} from "./commands/CreatePackagingGroupCommand";
|
|
55
|
-
import {
|
|
56
|
-
DeleteAssetCommandInput,
|
|
57
|
-
DeleteAssetCommandOutput,
|
|
58
|
-
} from "./commands/DeleteAssetCommand";
|
|
49
|
+
import { DeleteAssetCommandInput, DeleteAssetCommandOutput } from "./commands/DeleteAssetCommand";
|
|
59
50
|
import {
|
|
60
51
|
DeletePackagingConfigurationCommandInput,
|
|
61
52
|
DeletePackagingConfigurationCommandOutput,
|
|
@@ -76,10 +67,7 @@ import {
|
|
|
76
67
|
DescribePackagingGroupCommandInput,
|
|
77
68
|
DescribePackagingGroupCommandOutput,
|
|
78
69
|
} from "./commands/DescribePackagingGroupCommand";
|
|
79
|
-
import {
|
|
80
|
-
ListAssetsCommandInput,
|
|
81
|
-
ListAssetsCommandOutput,
|
|
82
|
-
} from "./commands/ListAssetsCommand";
|
|
70
|
+
import { ListAssetsCommandInput, ListAssetsCommandOutput } from "./commands/ListAssetsCommand";
|
|
83
71
|
import {
|
|
84
72
|
ListPackagingConfigurationsCommandInput,
|
|
85
73
|
ListPackagingConfigurationsCommandOutput,
|
|
@@ -92,10 +80,7 @@ import {
|
|
|
92
80
|
ListTagsForResourceCommandInput,
|
|
93
81
|
ListTagsForResourceCommandOutput,
|
|
94
82
|
} from "./commands/ListTagsForResourceCommand";
|
|
95
|
-
import {
|
|
96
|
-
TagResourceCommandInput,
|
|
97
|
-
TagResourceCommandOutput,
|
|
98
|
-
} from "./commands/TagResourceCommand";
|
|
83
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
99
84
|
import {
|
|
100
85
|
UntagResourceCommandInput,
|
|
101
86
|
UntagResourceCommandOutput,
|
|
@@ -147,8 +132,7 @@ export type ServiceOutputTypes =
|
|
|
147
132
|
| TagResourceCommandOutput
|
|
148
133
|
| UntagResourceCommandOutput
|
|
149
134
|
| UpdatePackagingGroupCommandOutput;
|
|
150
|
-
export interface ClientDefaults
|
|
151
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
135
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
152
136
|
requestHandler?: __HttpHandlerUserInput;
|
|
153
137
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
154
138
|
urlParser?: __UrlParser;
|
|
@@ -173,9 +157,7 @@ export interface ClientDefaults
|
|
|
173
157
|
extensions?: RuntimeExtension[];
|
|
174
158
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
175
159
|
}
|
|
176
|
-
export type MediaPackageVodClientConfigType = Partial<
|
|
177
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
178
|
-
> &
|
|
160
|
+
export type MediaPackageVodClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
179
161
|
ClientDefaults &
|
|
180
162
|
UserAgentInputConfig &
|
|
181
163
|
RetryInputConfig &
|
|
@@ -184,8 +166,7 @@ export type MediaPackageVodClientConfigType = Partial<
|
|
|
184
166
|
EndpointInputConfig<EndpointParameters> &
|
|
185
167
|
HttpAuthSchemeInputConfig &
|
|
186
168
|
ClientInputEndpointParameters;
|
|
187
|
-
export interface MediaPackageVodClientConfig
|
|
188
|
-
extends MediaPackageVodClientConfigType {}
|
|
169
|
+
export interface MediaPackageVodClientConfig extends MediaPackageVodClientConfigType {}
|
|
189
170
|
export type MediaPackageVodClientResolvedConfigType =
|
|
190
171
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
191
172
|
Required<ClientDefaults> &
|
|
@@ -197,8 +178,7 @@ export type MediaPackageVodClientResolvedConfigType =
|
|
|
197
178
|
EndpointResolvedConfig<EndpointParameters> &
|
|
198
179
|
HttpAuthSchemeResolvedConfig &
|
|
199
180
|
ClientResolvedEndpointParameters;
|
|
200
|
-
export interface MediaPackageVodClientResolvedConfig
|
|
201
|
-
extends MediaPackageVodClientResolvedConfigType {}
|
|
181
|
+
export interface MediaPackageVodClientResolvedConfig extends MediaPackageVodClientResolvedConfigType {}
|
|
202
182
|
export declare class MediaPackageVodClient extends __Client<
|
|
203
183
|
__HttpHandlerOptions,
|
|
204
184
|
ServiceInputTypes,
|
|
@@ -206,8 +186,6 @@ export declare class MediaPackageVodClient extends __Client<
|
|
|
206
186
|
MediaPackageVodClientResolvedConfig
|
|
207
187
|
> {
|
|
208
188
|
readonly config: MediaPackageVodClientResolvedConfig;
|
|
209
|
-
constructor(
|
|
210
|
-
...[configuration]: __CheckOptionalClientConfig<MediaPackageVodClientConfig>
|
|
211
|
-
);
|
|
189
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<MediaPackageVodClientConfig>);
|
|
212
190
|
destroy(): void;
|
|
213
191
|
}
|
|
@@ -7,17 +7,10 @@ import { MediaPackageVodHttpAuthSchemeProvider } from "./httpAuthSchemeProvider"
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: MediaPackageVodHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: MediaPackageVodHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): MediaPackageVodHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { MediaPackageVodClientResolvedConfig } from "../MediaPackageVodClient";
|
|
15
|
-
export interface MediaPackageVodHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface MediaPackageVodHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface MediaPackageVodHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface MediaPackageVodHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
MediaPackageVodClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
MediaPackageVodHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultMediaPackageVodHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: MediaPackageVodClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<MediaPackageVodHttpAuthSchemeParameters>;
|
|
31
|
-
export interface MediaPackageVodHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<MediaPackageVodHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface MediaPackageVodHttpAuthSchemeProvider extends HttpAuthSchemeProvider<MediaPackageVodHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultMediaPackageVodHttpAuthSchemeProvider: MediaPackageVodHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: MediaPackageVodHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: MediaPackageVodHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -4,22 +4,21 @@ import {
|
|
|
4
4
|
ServiceInputTypes,
|
|
5
5
|
ServiceOutputTypes,
|
|
6
6
|
} from "./MediaPackageVodClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
7
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
8
|
added: EndpointParameterInstructions,
|
|
12
9
|
plugins: (
|
|
13
10
|
CommandCtor: any,
|
|
14
11
|
clientStack: any,
|
|
15
12
|
config: any,
|
|
16
|
-
options: any
|
|
13
|
+
options: any,
|
|
17
14
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
15
|
op: string,
|
|
19
16
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
17
|
+
smithyContext?: Record<string, unknown>,
|
|
21
18
|
) => {
|
|
22
|
-
new (
|
|
19
|
+
new (
|
|
20
|
+
input: I,
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
22
|
I,
|
|
24
23
|
O,
|
|
25
24
|
MediaPackageVodClientResolvedConfig,
|
|
@@ -38,9 +37,4 @@ export declare const command: <
|
|
|
38
37
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
38
|
};
|
|
40
39
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
40
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ConfigureLogsRequest,
|
|
4
|
-
ConfigureLogsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ConfigureLogsRequest, ConfigureLogsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ConfigureLogsCommandInput extends ConfigureLogsRequest {}
|
|
8
|
-
export interface ConfigureLogsCommandOutput
|
|
9
|
-
extends ConfigureLogsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ConfigureLogsCommandOutput extends ConfigureLogsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ConfigureLogsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ConfigureLogsCommandInput
|
|
8
|
+
input: ConfigureLogsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ConfigureLogsCommandInput,
|
|
16
11
|
ConfigureLogsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ConfigureLogsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ConfigureLogsCommandInput
|
|
17
|
+
input: ConfigureLogsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ConfigureLogsCommandInput,
|
|
25
20
|
ConfigureLogsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateAssetRequest, CreateAssetResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateAssetCommandInput extends CreateAssetRequest {}
|
|
5
|
-
export interface CreateAssetCommandOutput
|
|
6
|
-
extends CreateAssetResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateAssetCommandOutput extends CreateAssetResponse, __MetadataBearer {}
|
|
8
6
|
declare const CreateAssetCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateAssetCommandInput
|
|
8
|
+
input: CreateAssetCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateAssetCommandInput,
|
|
13
11
|
CreateAssetCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateAssetCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateAssetCommandInput
|
|
17
|
+
input: CreateAssetCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateAssetCommandInput,
|
|
22
20
|
CreateAssetCommandOutput,
|