@aws-sdk/client-mediapackage-vod 3.169.0 → 3.171.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/MediaPackageVod.d.ts +293 -90
- package/dist-types/ts3.4/MediaPackageVodClient.d.ts +207 -90
- package/dist-types/ts3.4/commands/ConfigureLogsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreatePackagingConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreatePackagingGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeletePackagingConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeletePackagingGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAssetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribePackagingConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribePackagingGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListPackagingConfigurationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPackagingGroupsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdatePackagingGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +17 -17
- 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/MediaPackageVodServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +494 -668
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAssetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPackagingConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPackagingGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +4 -4
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +209 -53
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/package.json +34 -34
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.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-mediapackage-vod
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-mediapackage-vod
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-mediapackage-vod
|
|
@@ -1,90 +1,293 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
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
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ConfigureLogsCommandInput,
|
|
4
|
+
ConfigureLogsCommandOutput,
|
|
5
|
+
} from "./commands/ConfigureLogsCommand";
|
|
6
|
+
import {
|
|
7
|
+
CreateAssetCommandInput,
|
|
8
|
+
CreateAssetCommandOutput,
|
|
9
|
+
} from "./commands/CreateAssetCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreatePackagingConfigurationCommandInput,
|
|
12
|
+
CreatePackagingConfigurationCommandOutput,
|
|
13
|
+
} from "./commands/CreatePackagingConfigurationCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreatePackagingGroupCommandInput,
|
|
16
|
+
CreatePackagingGroupCommandOutput,
|
|
17
|
+
} from "./commands/CreatePackagingGroupCommand";
|
|
18
|
+
import {
|
|
19
|
+
DeleteAssetCommandInput,
|
|
20
|
+
DeleteAssetCommandOutput,
|
|
21
|
+
} from "./commands/DeleteAssetCommand";
|
|
22
|
+
import {
|
|
23
|
+
DeletePackagingConfigurationCommandInput,
|
|
24
|
+
DeletePackagingConfigurationCommandOutput,
|
|
25
|
+
} from "./commands/DeletePackagingConfigurationCommand";
|
|
26
|
+
import {
|
|
27
|
+
DeletePackagingGroupCommandInput,
|
|
28
|
+
DeletePackagingGroupCommandOutput,
|
|
29
|
+
} from "./commands/DeletePackagingGroupCommand";
|
|
30
|
+
import {
|
|
31
|
+
DescribeAssetCommandInput,
|
|
32
|
+
DescribeAssetCommandOutput,
|
|
33
|
+
} from "./commands/DescribeAssetCommand";
|
|
34
|
+
import {
|
|
35
|
+
DescribePackagingConfigurationCommandInput,
|
|
36
|
+
DescribePackagingConfigurationCommandOutput,
|
|
37
|
+
} from "./commands/DescribePackagingConfigurationCommand";
|
|
38
|
+
import {
|
|
39
|
+
DescribePackagingGroupCommandInput,
|
|
40
|
+
DescribePackagingGroupCommandOutput,
|
|
41
|
+
} from "./commands/DescribePackagingGroupCommand";
|
|
42
|
+
import {
|
|
43
|
+
ListAssetsCommandInput,
|
|
44
|
+
ListAssetsCommandOutput,
|
|
45
|
+
} from "./commands/ListAssetsCommand";
|
|
46
|
+
import {
|
|
47
|
+
ListPackagingConfigurationsCommandInput,
|
|
48
|
+
ListPackagingConfigurationsCommandOutput,
|
|
49
|
+
} from "./commands/ListPackagingConfigurationsCommand";
|
|
50
|
+
import {
|
|
51
|
+
ListPackagingGroupsCommandInput,
|
|
52
|
+
ListPackagingGroupsCommandOutput,
|
|
53
|
+
} from "./commands/ListPackagingGroupsCommand";
|
|
54
|
+
import {
|
|
55
|
+
ListTagsForResourceCommandInput,
|
|
56
|
+
ListTagsForResourceCommandOutput,
|
|
57
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
58
|
+
import {
|
|
59
|
+
TagResourceCommandInput,
|
|
60
|
+
TagResourceCommandOutput,
|
|
61
|
+
} from "./commands/TagResourceCommand";
|
|
62
|
+
import {
|
|
63
|
+
UntagResourceCommandInput,
|
|
64
|
+
UntagResourceCommandOutput,
|
|
65
|
+
} from "./commands/UntagResourceCommand";
|
|
66
|
+
import {
|
|
67
|
+
UpdatePackagingGroupCommandInput,
|
|
68
|
+
UpdatePackagingGroupCommandOutput,
|
|
69
|
+
} from "./commands/UpdatePackagingGroupCommand";
|
|
70
|
+
import { MediaPackageVodClient } from "./MediaPackageVodClient";
|
|
71
|
+
export declare class MediaPackageVod extends MediaPackageVodClient {
|
|
72
|
+
configureLogs(
|
|
73
|
+
args: ConfigureLogsCommandInput,
|
|
74
|
+
options?: __HttpHandlerOptions
|
|
75
|
+
): Promise<ConfigureLogsCommandOutput>;
|
|
76
|
+
configureLogs(
|
|
77
|
+
args: ConfigureLogsCommandInput,
|
|
78
|
+
cb: (err: any, data?: ConfigureLogsCommandOutput) => void
|
|
79
|
+
): void;
|
|
80
|
+
configureLogs(
|
|
81
|
+
args: ConfigureLogsCommandInput,
|
|
82
|
+
options: __HttpHandlerOptions,
|
|
83
|
+
cb: (err: any, data?: ConfigureLogsCommandOutput) => void
|
|
84
|
+
): void;
|
|
85
|
+
createAsset(
|
|
86
|
+
args: CreateAssetCommandInput,
|
|
87
|
+
options?: __HttpHandlerOptions
|
|
88
|
+
): Promise<CreateAssetCommandOutput>;
|
|
89
|
+
createAsset(
|
|
90
|
+
args: CreateAssetCommandInput,
|
|
91
|
+
cb: (err: any, data?: CreateAssetCommandOutput) => void
|
|
92
|
+
): void;
|
|
93
|
+
createAsset(
|
|
94
|
+
args: CreateAssetCommandInput,
|
|
95
|
+
options: __HttpHandlerOptions,
|
|
96
|
+
cb: (err: any, data?: CreateAssetCommandOutput) => void
|
|
97
|
+
): void;
|
|
98
|
+
createPackagingConfiguration(
|
|
99
|
+
args: CreatePackagingConfigurationCommandInput,
|
|
100
|
+
options?: __HttpHandlerOptions
|
|
101
|
+
): Promise<CreatePackagingConfigurationCommandOutput>;
|
|
102
|
+
createPackagingConfiguration(
|
|
103
|
+
args: CreatePackagingConfigurationCommandInput,
|
|
104
|
+
cb: (err: any, data?: CreatePackagingConfigurationCommandOutput) => void
|
|
105
|
+
): void;
|
|
106
|
+
createPackagingConfiguration(
|
|
107
|
+
args: CreatePackagingConfigurationCommandInput,
|
|
108
|
+
options: __HttpHandlerOptions,
|
|
109
|
+
cb: (err: any, data?: CreatePackagingConfigurationCommandOutput) => void
|
|
110
|
+
): void;
|
|
111
|
+
createPackagingGroup(
|
|
112
|
+
args: CreatePackagingGroupCommandInput,
|
|
113
|
+
options?: __HttpHandlerOptions
|
|
114
|
+
): Promise<CreatePackagingGroupCommandOutput>;
|
|
115
|
+
createPackagingGroup(
|
|
116
|
+
args: CreatePackagingGroupCommandInput,
|
|
117
|
+
cb: (err: any, data?: CreatePackagingGroupCommandOutput) => void
|
|
118
|
+
): void;
|
|
119
|
+
createPackagingGroup(
|
|
120
|
+
args: CreatePackagingGroupCommandInput,
|
|
121
|
+
options: __HttpHandlerOptions,
|
|
122
|
+
cb: (err: any, data?: CreatePackagingGroupCommandOutput) => void
|
|
123
|
+
): void;
|
|
124
|
+
deleteAsset(
|
|
125
|
+
args: DeleteAssetCommandInput,
|
|
126
|
+
options?: __HttpHandlerOptions
|
|
127
|
+
): Promise<DeleteAssetCommandOutput>;
|
|
128
|
+
deleteAsset(
|
|
129
|
+
args: DeleteAssetCommandInput,
|
|
130
|
+
cb: (err: any, data?: DeleteAssetCommandOutput) => void
|
|
131
|
+
): void;
|
|
132
|
+
deleteAsset(
|
|
133
|
+
args: DeleteAssetCommandInput,
|
|
134
|
+
options: __HttpHandlerOptions,
|
|
135
|
+
cb: (err: any, data?: DeleteAssetCommandOutput) => void
|
|
136
|
+
): void;
|
|
137
|
+
deletePackagingConfiguration(
|
|
138
|
+
args: DeletePackagingConfigurationCommandInput,
|
|
139
|
+
options?: __HttpHandlerOptions
|
|
140
|
+
): Promise<DeletePackagingConfigurationCommandOutput>;
|
|
141
|
+
deletePackagingConfiguration(
|
|
142
|
+
args: DeletePackagingConfigurationCommandInput,
|
|
143
|
+
cb: (err: any, data?: DeletePackagingConfigurationCommandOutput) => void
|
|
144
|
+
): void;
|
|
145
|
+
deletePackagingConfiguration(
|
|
146
|
+
args: DeletePackagingConfigurationCommandInput,
|
|
147
|
+
options: __HttpHandlerOptions,
|
|
148
|
+
cb: (err: any, data?: DeletePackagingConfigurationCommandOutput) => void
|
|
149
|
+
): void;
|
|
150
|
+
deletePackagingGroup(
|
|
151
|
+
args: DeletePackagingGroupCommandInput,
|
|
152
|
+
options?: __HttpHandlerOptions
|
|
153
|
+
): Promise<DeletePackagingGroupCommandOutput>;
|
|
154
|
+
deletePackagingGroup(
|
|
155
|
+
args: DeletePackagingGroupCommandInput,
|
|
156
|
+
cb: (err: any, data?: DeletePackagingGroupCommandOutput) => void
|
|
157
|
+
): void;
|
|
158
|
+
deletePackagingGroup(
|
|
159
|
+
args: DeletePackagingGroupCommandInput,
|
|
160
|
+
options: __HttpHandlerOptions,
|
|
161
|
+
cb: (err: any, data?: DeletePackagingGroupCommandOutput) => void
|
|
162
|
+
): void;
|
|
163
|
+
describeAsset(
|
|
164
|
+
args: DescribeAssetCommandInput,
|
|
165
|
+
options?: __HttpHandlerOptions
|
|
166
|
+
): Promise<DescribeAssetCommandOutput>;
|
|
167
|
+
describeAsset(
|
|
168
|
+
args: DescribeAssetCommandInput,
|
|
169
|
+
cb: (err: any, data?: DescribeAssetCommandOutput) => void
|
|
170
|
+
): void;
|
|
171
|
+
describeAsset(
|
|
172
|
+
args: DescribeAssetCommandInput,
|
|
173
|
+
options: __HttpHandlerOptions,
|
|
174
|
+
cb: (err: any, data?: DescribeAssetCommandOutput) => void
|
|
175
|
+
): void;
|
|
176
|
+
describePackagingConfiguration(
|
|
177
|
+
args: DescribePackagingConfigurationCommandInput,
|
|
178
|
+
options?: __HttpHandlerOptions
|
|
179
|
+
): Promise<DescribePackagingConfigurationCommandOutput>;
|
|
180
|
+
describePackagingConfiguration(
|
|
181
|
+
args: DescribePackagingConfigurationCommandInput,
|
|
182
|
+
cb: (err: any, data?: DescribePackagingConfigurationCommandOutput) => void
|
|
183
|
+
): void;
|
|
184
|
+
describePackagingConfiguration(
|
|
185
|
+
args: DescribePackagingConfigurationCommandInput,
|
|
186
|
+
options: __HttpHandlerOptions,
|
|
187
|
+
cb: (err: any, data?: DescribePackagingConfigurationCommandOutput) => void
|
|
188
|
+
): void;
|
|
189
|
+
describePackagingGroup(
|
|
190
|
+
args: DescribePackagingGroupCommandInput,
|
|
191
|
+
options?: __HttpHandlerOptions
|
|
192
|
+
): Promise<DescribePackagingGroupCommandOutput>;
|
|
193
|
+
describePackagingGroup(
|
|
194
|
+
args: DescribePackagingGroupCommandInput,
|
|
195
|
+
cb: (err: any, data?: DescribePackagingGroupCommandOutput) => void
|
|
196
|
+
): void;
|
|
197
|
+
describePackagingGroup(
|
|
198
|
+
args: DescribePackagingGroupCommandInput,
|
|
199
|
+
options: __HttpHandlerOptions,
|
|
200
|
+
cb: (err: any, data?: DescribePackagingGroupCommandOutput) => void
|
|
201
|
+
): void;
|
|
202
|
+
listAssets(
|
|
203
|
+
args: ListAssetsCommandInput,
|
|
204
|
+
options?: __HttpHandlerOptions
|
|
205
|
+
): Promise<ListAssetsCommandOutput>;
|
|
206
|
+
listAssets(
|
|
207
|
+
args: ListAssetsCommandInput,
|
|
208
|
+
cb: (err: any, data?: ListAssetsCommandOutput) => void
|
|
209
|
+
): void;
|
|
210
|
+
listAssets(
|
|
211
|
+
args: ListAssetsCommandInput,
|
|
212
|
+
options: __HttpHandlerOptions,
|
|
213
|
+
cb: (err: any, data?: ListAssetsCommandOutput) => void
|
|
214
|
+
): void;
|
|
215
|
+
listPackagingConfigurations(
|
|
216
|
+
args: ListPackagingConfigurationsCommandInput,
|
|
217
|
+
options?: __HttpHandlerOptions
|
|
218
|
+
): Promise<ListPackagingConfigurationsCommandOutput>;
|
|
219
|
+
listPackagingConfigurations(
|
|
220
|
+
args: ListPackagingConfigurationsCommandInput,
|
|
221
|
+
cb: (err: any, data?: ListPackagingConfigurationsCommandOutput) => void
|
|
222
|
+
): void;
|
|
223
|
+
listPackagingConfigurations(
|
|
224
|
+
args: ListPackagingConfigurationsCommandInput,
|
|
225
|
+
options: __HttpHandlerOptions,
|
|
226
|
+
cb: (err: any, data?: ListPackagingConfigurationsCommandOutput) => void
|
|
227
|
+
): void;
|
|
228
|
+
listPackagingGroups(
|
|
229
|
+
args: ListPackagingGroupsCommandInput,
|
|
230
|
+
options?: __HttpHandlerOptions
|
|
231
|
+
): Promise<ListPackagingGroupsCommandOutput>;
|
|
232
|
+
listPackagingGroups(
|
|
233
|
+
args: ListPackagingGroupsCommandInput,
|
|
234
|
+
cb: (err: any, data?: ListPackagingGroupsCommandOutput) => void
|
|
235
|
+
): void;
|
|
236
|
+
listPackagingGroups(
|
|
237
|
+
args: ListPackagingGroupsCommandInput,
|
|
238
|
+
options: __HttpHandlerOptions,
|
|
239
|
+
cb: (err: any, data?: ListPackagingGroupsCommandOutput) => void
|
|
240
|
+
): void;
|
|
241
|
+
listTagsForResource(
|
|
242
|
+
args: ListTagsForResourceCommandInput,
|
|
243
|
+
options?: __HttpHandlerOptions
|
|
244
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
245
|
+
listTagsForResource(
|
|
246
|
+
args: ListTagsForResourceCommandInput,
|
|
247
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
248
|
+
): void;
|
|
249
|
+
listTagsForResource(
|
|
250
|
+
args: ListTagsForResourceCommandInput,
|
|
251
|
+
options: __HttpHandlerOptions,
|
|
252
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
253
|
+
): void;
|
|
254
|
+
tagResource(
|
|
255
|
+
args: TagResourceCommandInput,
|
|
256
|
+
options?: __HttpHandlerOptions
|
|
257
|
+
): Promise<TagResourceCommandOutput>;
|
|
258
|
+
tagResource(
|
|
259
|
+
args: TagResourceCommandInput,
|
|
260
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
261
|
+
): void;
|
|
262
|
+
tagResource(
|
|
263
|
+
args: TagResourceCommandInput,
|
|
264
|
+
options: __HttpHandlerOptions,
|
|
265
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
266
|
+
): void;
|
|
267
|
+
untagResource(
|
|
268
|
+
args: UntagResourceCommandInput,
|
|
269
|
+
options?: __HttpHandlerOptions
|
|
270
|
+
): Promise<UntagResourceCommandOutput>;
|
|
271
|
+
untagResource(
|
|
272
|
+
args: UntagResourceCommandInput,
|
|
273
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
274
|
+
): void;
|
|
275
|
+
untagResource(
|
|
276
|
+
args: UntagResourceCommandInput,
|
|
277
|
+
options: __HttpHandlerOptions,
|
|
278
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
279
|
+
): void;
|
|
280
|
+
updatePackagingGroup(
|
|
281
|
+
args: UpdatePackagingGroupCommandInput,
|
|
282
|
+
options?: __HttpHandlerOptions
|
|
283
|
+
): Promise<UpdatePackagingGroupCommandOutput>;
|
|
284
|
+
updatePackagingGroup(
|
|
285
|
+
args: UpdatePackagingGroupCommandInput,
|
|
286
|
+
cb: (err: any, data?: UpdatePackagingGroupCommandOutput) => void
|
|
287
|
+
): void;
|
|
288
|
+
updatePackagingGroup(
|
|
289
|
+
args: UpdatePackagingGroupCommandInput,
|
|
290
|
+
options: __HttpHandlerOptions,
|
|
291
|
+
cb: (err: any, data?: UpdatePackagingGroupCommandOutput) => void
|
|
292
|
+
): void;
|
|
293
|
+
}
|