@aws-sdk/client-mediapackage-vod 3.169.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.
Files changed (37) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/MediaPackageVod.d.ts +310 -90
  3. package/dist-types/ts3.4/MediaPackageVodClient.d.ts +232 -90
  4. package/dist-types/ts3.4/commands/ConfigureLogsCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/CreatePackagingConfigurationCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreatePackagingGroupCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/DeletePackagingConfigurationCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/DeletePackagingGroupCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DescribeAssetCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DescribePackagingConfigurationCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DescribePackagingGroupCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/ListPackagingConfigurationsCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/ListPackagingGroupsCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  18. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/UpdatePackagingGroupCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/index.d.ts +17 -17
  22. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  23. package/dist-types/ts3.4/index.d.ts +6 -6
  24. package/dist-types/ts3.4/models/MediaPackageVodServiceException.d.ts +8 -6
  25. package/dist-types/ts3.4/models/index.d.ts +1 -1
  26. package/dist-types/ts3.4/models/models_0.d.ts +711 -668
  27. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  28. package/dist-types/ts3.4/pagination/ListAssetsPaginator.d.ts +11 -4
  29. package/dist-types/ts3.4/pagination/ListPackagingConfigurationsPaginator.d.ts +11 -4
  30. package/dist-types/ts3.4/pagination/ListPackagingGroupsPaginator.d.ts +11 -4
  31. package/dist-types/ts3.4/pagination/index.d.ts +4 -4
  32. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +209 -53
  33. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  34. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  35. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  36. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  37. package/package.json +34 -34
@@ -1,90 +1,232 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { ConfigureLogsCommandInput, ConfigureLogsCommandOutput } from "./commands/ConfigureLogsCommand";
10
- import { CreateAssetCommandInput, CreateAssetCommandOutput } from "./commands/CreateAssetCommand";
11
- import { CreatePackagingConfigurationCommandInput, CreatePackagingConfigurationCommandOutput } from "./commands/CreatePackagingConfigurationCommand";
12
- import { CreatePackagingGroupCommandInput, CreatePackagingGroupCommandOutput } from "./commands/CreatePackagingGroupCommand";
13
- import { DeleteAssetCommandInput, DeleteAssetCommandOutput } from "./commands/DeleteAssetCommand";
14
- import { DeletePackagingConfigurationCommandInput, DeletePackagingConfigurationCommandOutput } from "./commands/DeletePackagingConfigurationCommand";
15
- import { DeletePackagingGroupCommandInput, DeletePackagingGroupCommandOutput } from "./commands/DeletePackagingGroupCommand";
16
- import { DescribeAssetCommandInput, DescribeAssetCommandOutput } from "./commands/DescribeAssetCommand";
17
- import { DescribePackagingConfigurationCommandInput, DescribePackagingConfigurationCommandOutput } from "./commands/DescribePackagingConfigurationCommand";
18
- import { DescribePackagingGroupCommandInput, DescribePackagingGroupCommandOutput } from "./commands/DescribePackagingGroupCommand";
19
- import { ListAssetsCommandInput, ListAssetsCommandOutput } from "./commands/ListAssetsCommand";
20
- import { ListPackagingConfigurationsCommandInput, ListPackagingConfigurationsCommandOutput } from "./commands/ListPackagingConfigurationsCommand";
21
- import { ListPackagingGroupsCommandInput, ListPackagingGroupsCommandOutput } from "./commands/ListPackagingGroupsCommand";
22
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
23
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
24
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
25
- import { UpdatePackagingGroupCommandInput, UpdatePackagingGroupCommandOutput } from "./commands/UpdatePackagingGroupCommand";
26
- export declare type ServiceInputTypes = ConfigureLogsCommandInput | CreateAssetCommandInput | CreatePackagingConfigurationCommandInput | CreatePackagingGroupCommandInput | DeleteAssetCommandInput | DeletePackagingConfigurationCommandInput | DeletePackagingGroupCommandInput | DescribeAssetCommandInput | DescribePackagingConfigurationCommandInput | DescribePackagingGroupCommandInput | ListAssetsCommandInput | ListPackagingConfigurationsCommandInput | ListPackagingGroupsCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdatePackagingGroupCommandInput;
27
- export declare type ServiceOutputTypes = ConfigureLogsCommandOutput | CreateAssetCommandOutput | CreatePackagingConfigurationCommandOutput | CreatePackagingGroupCommandOutput | DeleteAssetCommandOutput | DeletePackagingConfigurationCommandOutput | DeletePackagingGroupCommandOutput | DescribeAssetCommandOutput | DescribePackagingConfigurationCommandOutput | DescribePackagingGroupCommandOutput | ListAssetsCommandOutput | ListPackagingConfigurationsCommandOutput | ListPackagingGroupsCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdatePackagingGroupCommandOutput;
28
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
29
-
30
- requestHandler?: __HttpHandler;
31
-
32
- sha256?: __HashConstructor;
33
-
34
- urlParser?: __UrlParser;
35
-
36
- bodyLengthChecker?: __BodyLengthCalculator;
37
-
38
- streamCollector?: __StreamCollector;
39
-
40
- base64Decoder?: __Decoder;
41
-
42
- base64Encoder?: __Encoder;
43
-
44
- utf8Decoder?: __Decoder;
45
-
46
- utf8Encoder?: __Encoder;
47
-
48
- runtime?: string;
49
-
50
- disableHostPrefix?: boolean;
51
-
52
- maxAttempts?: number | __Provider<number>;
53
-
54
- retryMode?: string | __Provider<string>;
55
-
56
- logger?: __Logger;
57
-
58
- useDualstackEndpoint?: boolean | __Provider<boolean>;
59
-
60
- useFipsEndpoint?: boolean | __Provider<boolean>;
61
-
62
- serviceId?: string;
63
-
64
- region?: string | __Provider<string>;
65
-
66
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
67
-
68
- regionInfoProvider?: RegionInfoProvider;
69
-
70
- defaultUserAgentProvider?: Provider<__UserAgent>;
71
-
72
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
73
- }
74
- declare type MediaPackageVodClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
75
-
76
- export interface MediaPackageVodClientConfig extends MediaPackageVodClientConfigType {
77
- }
78
- declare type MediaPackageVodClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
79
-
80
- export interface MediaPackageVodClientResolvedConfig extends MediaPackageVodClientResolvedConfigType {
81
- }
82
-
83
- export declare class MediaPackageVodClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, MediaPackageVodClientResolvedConfig> {
84
-
85
- readonly config: MediaPackageVodClientResolvedConfig;
86
- constructor(configuration: MediaPackageVodClientConfig);
87
-
88
- destroy(): void;
89
- }
90
- export {};
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
+ ConfigureLogsCommandInput,
47
+ ConfigureLogsCommandOutput,
48
+ } from "./commands/ConfigureLogsCommand";
49
+ import {
50
+ CreateAssetCommandInput,
51
+ CreateAssetCommandOutput,
52
+ } from "./commands/CreateAssetCommand";
53
+ import {
54
+ CreatePackagingConfigurationCommandInput,
55
+ CreatePackagingConfigurationCommandOutput,
56
+ } from "./commands/CreatePackagingConfigurationCommand";
57
+ import {
58
+ CreatePackagingGroupCommandInput,
59
+ CreatePackagingGroupCommandOutput,
60
+ } from "./commands/CreatePackagingGroupCommand";
61
+ import {
62
+ DeleteAssetCommandInput,
63
+ DeleteAssetCommandOutput,
64
+ } from "./commands/DeleteAssetCommand";
65
+ import {
66
+ DeletePackagingConfigurationCommandInput,
67
+ DeletePackagingConfigurationCommandOutput,
68
+ } from "./commands/DeletePackagingConfigurationCommand";
69
+ import {
70
+ DeletePackagingGroupCommandInput,
71
+ DeletePackagingGroupCommandOutput,
72
+ } from "./commands/DeletePackagingGroupCommand";
73
+ import {
74
+ DescribeAssetCommandInput,
75
+ DescribeAssetCommandOutput,
76
+ } from "./commands/DescribeAssetCommand";
77
+ import {
78
+ DescribePackagingConfigurationCommandInput,
79
+ DescribePackagingConfigurationCommandOutput,
80
+ } from "./commands/DescribePackagingConfigurationCommand";
81
+ import {
82
+ DescribePackagingGroupCommandInput,
83
+ DescribePackagingGroupCommandOutput,
84
+ } from "./commands/DescribePackagingGroupCommand";
85
+ import {
86
+ ListAssetsCommandInput,
87
+ ListAssetsCommandOutput,
88
+ } from "./commands/ListAssetsCommand";
89
+ import {
90
+ ListPackagingConfigurationsCommandInput,
91
+ ListPackagingConfigurationsCommandOutput,
92
+ } from "./commands/ListPackagingConfigurationsCommand";
93
+ import {
94
+ ListPackagingGroupsCommandInput,
95
+ ListPackagingGroupsCommandOutput,
96
+ } from "./commands/ListPackagingGroupsCommand";
97
+ import {
98
+ ListTagsForResourceCommandInput,
99
+ ListTagsForResourceCommandOutput,
100
+ } from "./commands/ListTagsForResourceCommand";
101
+ import {
102
+ TagResourceCommandInput,
103
+ TagResourceCommandOutput,
104
+ } from "./commands/TagResourceCommand";
105
+ import {
106
+ UntagResourceCommandInput,
107
+ UntagResourceCommandOutput,
108
+ } from "./commands/UntagResourceCommand";
109
+ import {
110
+ UpdatePackagingGroupCommandInput,
111
+ UpdatePackagingGroupCommandOutput,
112
+ } from "./commands/UpdatePackagingGroupCommand";
113
+ export declare type ServiceInputTypes =
114
+ | ConfigureLogsCommandInput
115
+ | CreateAssetCommandInput
116
+ | CreatePackagingConfigurationCommandInput
117
+ | CreatePackagingGroupCommandInput
118
+ | DeleteAssetCommandInput
119
+ | DeletePackagingConfigurationCommandInput
120
+ | DeletePackagingGroupCommandInput
121
+ | DescribeAssetCommandInput
122
+ | DescribePackagingConfigurationCommandInput
123
+ | DescribePackagingGroupCommandInput
124
+ | ListAssetsCommandInput
125
+ | ListPackagingConfigurationsCommandInput
126
+ | ListPackagingGroupsCommandInput
127
+ | ListTagsForResourceCommandInput
128
+ | TagResourceCommandInput
129
+ | UntagResourceCommandInput
130
+ | UpdatePackagingGroupCommandInput;
131
+ export declare type ServiceOutputTypes =
132
+ | ConfigureLogsCommandOutput
133
+ | CreateAssetCommandOutput
134
+ | CreatePackagingConfigurationCommandOutput
135
+ | CreatePackagingGroupCommandOutput
136
+ | DeleteAssetCommandOutput
137
+ | DeletePackagingConfigurationCommandOutput
138
+ | DeletePackagingGroupCommandOutput
139
+ | DescribeAssetCommandOutput
140
+ | DescribePackagingConfigurationCommandOutput
141
+ | DescribePackagingGroupCommandOutput
142
+ | ListAssetsCommandOutput
143
+ | ListPackagingConfigurationsCommandOutput
144
+ | ListPackagingGroupsCommandOutput
145
+ | ListTagsForResourceCommandOutput
146
+ | TagResourceCommandOutput
147
+ | UntagResourceCommandOutput
148
+ | UpdatePackagingGroupCommandOutput;
149
+ export interface ClientDefaults
150
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
151
+ requestHandler?: __HttpHandler;
152
+
153
+ sha256?: __HashConstructor;
154
+
155
+ urlParser?: __UrlParser;
156
+
157
+ bodyLengthChecker?: __BodyLengthCalculator;
158
+
159
+ streamCollector?: __StreamCollector;
160
+
161
+ base64Decoder?: __Decoder;
162
+
163
+ base64Encoder?: __Encoder;
164
+
165
+ utf8Decoder?: __Decoder;
166
+
167
+ utf8Encoder?: __Encoder;
168
+
169
+ runtime?: string;
170
+
171
+ disableHostPrefix?: boolean;
172
+
173
+ maxAttempts?: number | __Provider<number>;
174
+
175
+ retryMode?: string | __Provider<string>;
176
+
177
+ logger?: __Logger;
178
+
179
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
180
+
181
+ useFipsEndpoint?: boolean | __Provider<boolean>;
182
+
183
+ serviceId?: string;
184
+
185
+ region?: string | __Provider<string>;
186
+
187
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
188
+
189
+ regionInfoProvider?: RegionInfoProvider;
190
+
191
+ defaultUserAgentProvider?: Provider<__UserAgent>;
192
+
193
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
194
+ }
195
+ declare type MediaPackageVodClientConfigType = Partial<
196
+ __SmithyConfiguration<__HttpHandlerOptions>
197
+ > &
198
+ ClientDefaults &
199
+ RegionInputConfig &
200
+ EndpointsInputConfig &
201
+ RetryInputConfig &
202
+ HostHeaderInputConfig &
203
+ AwsAuthInputConfig &
204
+ UserAgentInputConfig;
205
+
206
+ export interface MediaPackageVodClientConfig
207
+ extends MediaPackageVodClientConfigType {}
208
+ declare type MediaPackageVodClientResolvedConfigType =
209
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
210
+ Required<ClientDefaults> &
211
+ RegionResolvedConfig &
212
+ EndpointsResolvedConfig &
213
+ RetryResolvedConfig &
214
+ HostHeaderResolvedConfig &
215
+ AwsAuthResolvedConfig &
216
+ UserAgentResolvedConfig;
217
+
218
+ export interface MediaPackageVodClientResolvedConfig
219
+ extends MediaPackageVodClientResolvedConfigType {}
220
+
221
+ export declare class MediaPackageVodClient extends __Client<
222
+ __HttpHandlerOptions,
223
+ ServiceInputTypes,
224
+ ServiceOutputTypes,
225
+ MediaPackageVodClientResolvedConfig
226
+ > {
227
+ readonly config: MediaPackageVodClientResolvedConfig;
228
+ constructor(configuration: MediaPackageVodClientConfig);
229
+
230
+ destroy(): void;
231
+ }
232
+ export {};
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageVodClient";
4
- import { ConfigureLogsRequest, ConfigureLogsResponse } from "../models/models_0";
5
- export interface ConfigureLogsCommandInput extends ConfigureLogsRequest {
6
- }
7
- export interface ConfigureLogsCommandOutput extends ConfigureLogsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ConfigureLogsCommand extends $Command<ConfigureLogsCommandInput, ConfigureLogsCommandOutput, MediaPackageVodClientResolvedConfig> {
11
- readonly input: ConfigureLogsCommandInput;
12
- constructor(input: ConfigureLogsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageVodClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ConfigureLogsCommandInput, ConfigureLogsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ MediaPackageVodClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaPackageVodClient";
13
+ import {
14
+ ConfigureLogsRequest,
15
+ ConfigureLogsResponse,
16
+ } from "../models/models_0";
17
+ export interface ConfigureLogsCommandInput extends ConfigureLogsRequest {}
18
+ export interface ConfigureLogsCommandOutput
19
+ extends ConfigureLogsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ConfigureLogsCommand extends $Command<
23
+ ConfigureLogsCommandInput,
24
+ ConfigureLogsCommandOutput,
25
+ MediaPackageVodClientResolvedConfig
26
+ > {
27
+ readonly input: ConfigureLogsCommandInput;
28
+ constructor(input: ConfigureLogsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: MediaPackageVodClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ConfigureLogsCommandInput, ConfigureLogsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageVodClient";
4
- import { CreateAssetRequest, CreateAssetResponse } from "../models/models_0";
5
- export interface CreateAssetCommandInput extends CreateAssetRequest {
6
- }
7
- export interface CreateAssetCommandOutput extends CreateAssetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateAssetCommand extends $Command<CreateAssetCommandInput, CreateAssetCommandOutput, MediaPackageVodClientResolvedConfig> {
11
- readonly input: CreateAssetCommandInput;
12
- constructor(input: CreateAssetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageVodClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAssetCommandInput, CreateAssetCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ MediaPackageVodClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaPackageVodClient";
13
+ import { CreateAssetRequest, CreateAssetResponse } from "../models/models_0";
14
+ export interface CreateAssetCommandInput extends CreateAssetRequest {}
15
+ export interface CreateAssetCommandOutput
16
+ extends CreateAssetResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CreateAssetCommand extends $Command<
20
+ CreateAssetCommandInput,
21
+ CreateAssetCommandOutput,
22
+ MediaPackageVodClientResolvedConfig
23
+ > {
24
+ readonly input: CreateAssetCommandInput;
25
+ constructor(input: CreateAssetCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: MediaPackageVodClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateAssetCommandInput, CreateAssetCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageVodClient";
4
- import { CreatePackagingConfigurationRequest, CreatePackagingConfigurationResponse } from "../models/models_0";
5
- export interface CreatePackagingConfigurationCommandInput extends CreatePackagingConfigurationRequest {
6
- }
7
- export interface CreatePackagingConfigurationCommandOutput extends CreatePackagingConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreatePackagingConfigurationCommand extends $Command<CreatePackagingConfigurationCommandInput, CreatePackagingConfigurationCommandOutput, MediaPackageVodClientResolvedConfig> {
11
- readonly input: CreatePackagingConfigurationCommandInput;
12
- constructor(input: CreatePackagingConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageVodClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePackagingConfigurationCommandInput, CreatePackagingConfigurationCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ MediaPackageVodClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaPackageVodClient";
13
+ import {
14
+ CreatePackagingConfigurationRequest,
15
+ CreatePackagingConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface CreatePackagingConfigurationCommandInput
18
+ extends CreatePackagingConfigurationRequest {}
19
+ export interface CreatePackagingConfigurationCommandOutput
20
+ extends CreatePackagingConfigurationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreatePackagingConfigurationCommand extends $Command<
24
+ CreatePackagingConfigurationCommandInput,
25
+ CreatePackagingConfigurationCommandOutput,
26
+ MediaPackageVodClientResolvedConfig
27
+ > {
28
+ readonly input: CreatePackagingConfigurationCommandInput;
29
+ constructor(input: CreatePackagingConfigurationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: MediaPackageVodClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreatePackagingConfigurationCommandInput,
37
+ CreatePackagingConfigurationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageVodClient";
4
- import { CreatePackagingGroupRequest, CreatePackagingGroupResponse } from "../models/models_0";
5
- export interface CreatePackagingGroupCommandInput extends CreatePackagingGroupRequest {
6
- }
7
- export interface CreatePackagingGroupCommandOutput extends CreatePackagingGroupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreatePackagingGroupCommand extends $Command<CreatePackagingGroupCommandInput, CreatePackagingGroupCommandOutput, MediaPackageVodClientResolvedConfig> {
11
- readonly input: CreatePackagingGroupCommandInput;
12
- constructor(input: CreatePackagingGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageVodClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePackagingGroupCommandInput, CreatePackagingGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ MediaPackageVodClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaPackageVodClient";
13
+ import {
14
+ CreatePackagingGroupRequest,
15
+ CreatePackagingGroupResponse,
16
+ } from "../models/models_0";
17
+ export interface CreatePackagingGroupCommandInput
18
+ extends CreatePackagingGroupRequest {}
19
+ export interface CreatePackagingGroupCommandOutput
20
+ extends CreatePackagingGroupResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreatePackagingGroupCommand extends $Command<
24
+ CreatePackagingGroupCommandInput,
25
+ CreatePackagingGroupCommandOutput,
26
+ MediaPackageVodClientResolvedConfig
27
+ > {
28
+ readonly input: CreatePackagingGroupCommandInput;
29
+ constructor(input: CreatePackagingGroupCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: MediaPackageVodClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreatePackagingGroupCommandInput,
37
+ CreatePackagingGroupCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageVodClient";
4
- import { DeleteAssetRequest, DeleteAssetResponse } from "../models/models_0";
5
- export interface DeleteAssetCommandInput extends DeleteAssetRequest {
6
- }
7
- export interface DeleteAssetCommandOutput extends DeleteAssetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteAssetCommand extends $Command<DeleteAssetCommandInput, DeleteAssetCommandOutput, MediaPackageVodClientResolvedConfig> {
11
- readonly input: DeleteAssetCommandInput;
12
- constructor(input: DeleteAssetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageVodClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAssetCommandInput, DeleteAssetCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ MediaPackageVodClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaPackageVodClient";
13
+ import { DeleteAssetRequest, DeleteAssetResponse } from "../models/models_0";
14
+ export interface DeleteAssetCommandInput extends DeleteAssetRequest {}
15
+ export interface DeleteAssetCommandOutput
16
+ extends DeleteAssetResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class DeleteAssetCommand extends $Command<
20
+ DeleteAssetCommandInput,
21
+ DeleteAssetCommandOutput,
22
+ MediaPackageVodClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteAssetCommandInput;
25
+ constructor(input: DeleteAssetCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: MediaPackageVodClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DeleteAssetCommandInput, DeleteAssetCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }