@aws-sdk/client-mediapackage-vod 3.35.0 → 3.38.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 +48 -0
- package/dist-cjs/MediaPackageVod.js +0 -4
- package/dist-cjs/MediaPackageVodClient.js +0 -9
- package/dist-cjs/commands/ConfigureLogsCommand.js +0 -25
- package/dist-cjs/commands/CreateAssetCommand.js +0 -25
- package/dist-cjs/commands/CreatePackagingConfigurationCommand.js +0 -25
- package/dist-cjs/commands/CreatePackagingGroupCommand.js +0 -25
- package/dist-cjs/commands/DeleteAssetCommand.js +0 -25
- package/dist-cjs/commands/DeletePackagingConfigurationCommand.js +0 -25
- package/dist-cjs/commands/DeletePackagingGroupCommand.js +0 -25
- package/dist-cjs/commands/DescribeAssetCommand.js +0 -25
- package/dist-cjs/commands/DescribePackagingConfigurationCommand.js +0 -25
- package/dist-cjs/commands/DescribePackagingGroupCommand.js +0 -25
- package/dist-cjs/commands/ListAssetsCommand.js +0 -25
- package/dist-cjs/commands/ListPackagingConfigurationsCommand.js +0 -25
- package/dist-cjs/commands/ListPackagingGroupsCommand.js +0 -25
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/TagResourceCommand.js +0 -25
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdatePackagingGroupCommand.js +0 -25
- package/dist-cjs/commands/index.js +20 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -24
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -172
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListAssetsPaginator.js +0 -11
- package/dist-cjs/pagination/ListPackagingConfigurationsPaginator.js +0 -11
- package/dist-cjs/pagination/ListPackagingGroupsPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +7 -0
- package/dist-cjs/protocols/Aws_restJson1.js +3 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/MediaPackageVod.js +0 -1
- package/dist-es/MediaPackageVodClient.js +0 -1
- package/dist-es/commands/ConfigureLogsCommand.js +0 -1
- package/dist-es/commands/CreateAssetCommand.js +0 -1
- package/dist-es/commands/CreatePackagingConfigurationCommand.js +0 -1
- package/dist-es/commands/CreatePackagingGroupCommand.js +0 -1
- package/dist-es/commands/DeleteAssetCommand.js +0 -1
- package/dist-es/commands/DeletePackagingConfigurationCommand.js +0 -1
- package/dist-es/commands/DeletePackagingGroupCommand.js +0 -1
- package/dist-es/commands/DescribeAssetCommand.js +0 -1
- package/dist-es/commands/DescribePackagingConfigurationCommand.js +0 -1
- package/dist-es/commands/DescribePackagingGroupCommand.js +0 -1
- package/dist-es/commands/ListAssetsCommand.js +0 -1
- package/dist-es/commands/ListPackagingConfigurationsCommand.js +0 -1
- package/dist-es/commands/ListPackagingGroupsCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdatePackagingGroupCommand.js +0 -1
- package/dist-es/commands/index.js +17 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -24
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListAssetsPaginator.js +0 -1
- package/dist-es/pagination/ListPackagingConfigurationsPaginator.js +0 -1
- package/dist-es/pagination/ListPackagingGroupsPaginator.js +0 -1
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +4 -3
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +17 -0
- package/dist-types/index.d.ts +4 -23
- package/dist-types/models/models_0.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/MediaPackageVod.d.ts +18 -54
- package/dist-types/ts3.4/MediaPackageVodClient.d.ts +24 -89
- package/dist-types/ts3.4/commands/ConfigureLogsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreatePackagingConfigurationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreatePackagingGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeletePackagingConfigurationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeletePackagingGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeAssetCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribePackagingConfigurationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribePackagingGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListPackagingConfigurationsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListPackagingGroupsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdatePackagingGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +17 -0
- package/dist-types/ts3.4/index.d.ts +4 -23
- package/dist-types/ts3.4/models/models_0.d.ts +265 -810
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/MediaPackageVod.js.map +0 -1
- package/dist-cjs/MediaPackageVodClient.js.map +0 -1
- package/dist-cjs/commands/ConfigureLogsCommand.js.map +0 -1
- package/dist-cjs/commands/CreateAssetCommand.js.map +0 -1
- package/dist-cjs/commands/CreatePackagingConfigurationCommand.js.map +0 -1
- package/dist-cjs/commands/CreatePackagingGroupCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteAssetCommand.js.map +0 -1
- package/dist-cjs/commands/DeletePackagingConfigurationCommand.js.map +0 -1
- package/dist-cjs/commands/DeletePackagingGroupCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeAssetCommand.js.map +0 -1
- package/dist-cjs/commands/DescribePackagingConfigurationCommand.js.map +0 -1
- package/dist-cjs/commands/DescribePackagingGroupCommand.js.map +0 -1
- package/dist-cjs/commands/ListAssetsCommand.js.map +0 -1
- package/dist-cjs/commands/ListPackagingConfigurationsCommand.js.map +0 -1
- package/dist-cjs/commands/ListPackagingGroupsCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdatePackagingGroupCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListAssetsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListPackagingConfigurationsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListPackagingGroupsPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/MediaPackageVod.js.map +0 -1
- package/dist-es/MediaPackageVodClient.js.map +0 -1
- package/dist-es/commands/ConfigureLogsCommand.js.map +0 -1
- package/dist-es/commands/CreateAssetCommand.js.map +0 -1
- package/dist-es/commands/CreatePackagingConfigurationCommand.js.map +0 -1
- package/dist-es/commands/CreatePackagingGroupCommand.js.map +0 -1
- package/dist-es/commands/DeleteAssetCommand.js.map +0 -1
- package/dist-es/commands/DeletePackagingConfigurationCommand.js.map +0 -1
- package/dist-es/commands/DeletePackagingGroupCommand.js.map +0 -1
- package/dist-es/commands/DescribeAssetCommand.js.map +0 -1
- package/dist-es/commands/DescribePackagingConfigurationCommand.js.map +0 -1
- package/dist-es/commands/DescribePackagingGroupCommand.js.map +0 -1
- package/dist-es/commands/ListAssetsCommand.js.map +0 -1
- package/dist-es/commands/ListPackagingConfigurationsCommand.js.map +0 -1
- package/dist-es/commands/ListPackagingGroupsCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdatePackagingGroupCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListAssetsPaginator.js.map +0 -1
- package/dist-es/pagination/ListPackagingConfigurationsPaginator.js.map +0 -1
- package/dist-es/pagination/ListPackagingGroupsPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_restJson1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/MediaPackageVod.ts +0 -597
- package/src/MediaPackageVodClient.ts +0 -317
- package/src/commands/ConfigureLogsCommand.ts +0 -95
- package/src/commands/CreateAssetCommand.ts +0 -95
- package/src/commands/CreatePackagingConfigurationCommand.ts +0 -100
- package/src/commands/CreatePackagingGroupCommand.ts +0 -95
- package/src/commands/DeleteAssetCommand.ts +0 -95
- package/src/commands/DeletePackagingConfigurationCommand.ts +0 -100
- package/src/commands/DeletePackagingGroupCommand.ts +0 -95
- package/src/commands/DescribeAssetCommand.ts +0 -95
- package/src/commands/DescribePackagingConfigurationCommand.ts +0 -103
- package/src/commands/DescribePackagingGroupCommand.ts +0 -95
- package/src/commands/ListAssetsCommand.ts +0 -95
- package/src/commands/ListPackagingConfigurationsCommand.ts +0 -100
- package/src/commands/ListPackagingGroupsCommand.ts +0 -95
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/TagResourceCommand.ts +0 -95
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/commands/UpdatePackagingGroupCommand.ts +0 -95
- package/src/endpoints.ts +0 -57
- package/src/index.ts +0 -24
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -1680
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListAssetsPaginator.ts +0 -55
- package/src/pagination/ListPackagingConfigurationsPaginator.ts +0 -59
- package/src/pagination/ListPackagingGroupsPaginator.ts +0 -59
- package/src/protocols/Aws_restJson1.ts +0 -3087
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
package/src/models/models_0.ts
DELETED
|
@@ -1,1680 +0,0 @@
|
|
|
1
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
|
|
3
|
-
export enum __PeriodTriggersElement {
|
|
4
|
-
ADS = "ADS",
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
* A MediaPackage VOD Asset resource.
|
|
9
|
-
*/
|
|
10
|
-
export interface AssetShallow {
|
|
11
|
-
/**
|
|
12
|
-
* The ARN of the Asset.
|
|
13
|
-
*/
|
|
14
|
-
Arn?: string;
|
|
15
|
-
|
|
16
|
-
/**
|
|
17
|
-
* The time the Asset was initially submitted for Ingest.
|
|
18
|
-
*/
|
|
19
|
-
CreatedAt?: string;
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* The unique identifier for the Asset.
|
|
23
|
-
*/
|
|
24
|
-
Id?: string;
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* The ID of the PackagingGroup for the Asset.
|
|
28
|
-
*/
|
|
29
|
-
PackagingGroupId?: string;
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* The resource ID to include in SPEKE key requests.
|
|
33
|
-
*/
|
|
34
|
-
ResourceId?: string;
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* ARN of the source object in S3.
|
|
38
|
-
*/
|
|
39
|
-
SourceArn?: string;
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* The IAM role ARN used to access the source S3 bucket.
|
|
43
|
-
*/
|
|
44
|
-
SourceRoleArn?: string;
|
|
45
|
-
|
|
46
|
-
/**
|
|
47
|
-
* A collection of tags associated with a resource
|
|
48
|
-
*/
|
|
49
|
-
Tags?: { [key: string]: string };
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
export namespace AssetShallow {
|
|
53
|
-
/**
|
|
54
|
-
* @internal
|
|
55
|
-
*/
|
|
56
|
-
export const filterSensitiveLog = (obj: AssetShallow): any => ({
|
|
57
|
-
...obj,
|
|
58
|
-
});
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
export enum ManifestLayout {
|
|
62
|
-
COMPACT = "COMPACT",
|
|
63
|
-
FULL = "FULL",
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
export enum Profile {
|
|
67
|
-
HBBTV_1_5 = "HBBTV_1_5",
|
|
68
|
-
NONE = "NONE",
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
export enum StreamOrder {
|
|
72
|
-
ORIGINAL = "ORIGINAL",
|
|
73
|
-
VIDEO_BITRATE_ASCENDING = "VIDEO_BITRATE_ASCENDING",
|
|
74
|
-
VIDEO_BITRATE_DESCENDING = "VIDEO_BITRATE_DESCENDING",
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
/**
|
|
78
|
-
* A StreamSelection configuration.
|
|
79
|
-
*/
|
|
80
|
-
export interface StreamSelection {
|
|
81
|
-
/**
|
|
82
|
-
* The maximum video bitrate (bps) to include in output.
|
|
83
|
-
*/
|
|
84
|
-
MaxVideoBitsPerSecond?: number;
|
|
85
|
-
|
|
86
|
-
/**
|
|
87
|
-
* The minimum video bitrate (bps) to include in output.
|
|
88
|
-
*/
|
|
89
|
-
MinVideoBitsPerSecond?: number;
|
|
90
|
-
|
|
91
|
-
/**
|
|
92
|
-
* A directive that determines the order of streams in the output.
|
|
93
|
-
*/
|
|
94
|
-
StreamOrder?: StreamOrder | string;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
export namespace StreamSelection {
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
export const filterSensitiveLog = (obj: StreamSelection): any => ({
|
|
102
|
-
...obj,
|
|
103
|
-
});
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
/**
|
|
107
|
-
* A DASH manifest configuration.
|
|
108
|
-
*/
|
|
109
|
-
export interface DashManifest {
|
|
110
|
-
/**
|
|
111
|
-
* Determines the position of some tags in the Media Presentation Description (MPD). When set to FULL, elements like SegmentTemplate and ContentProtection are included in each Representation. When set to COMPACT, duplicate elements are combined and presented at the AdaptationSet level.
|
|
112
|
-
*/
|
|
113
|
-
ManifestLayout?: ManifestLayout | string;
|
|
114
|
-
|
|
115
|
-
/**
|
|
116
|
-
* An optional string to include in the name of the manifest.
|
|
117
|
-
*/
|
|
118
|
-
ManifestName?: string;
|
|
119
|
-
|
|
120
|
-
/**
|
|
121
|
-
* Minimum duration (in seconds) that a player will buffer media before starting the presentation.
|
|
122
|
-
*/
|
|
123
|
-
MinBufferTimeSeconds?: number;
|
|
124
|
-
|
|
125
|
-
/**
|
|
126
|
-
* The Dynamic Adaptive Streaming over HTTP (DASH) profile type. When set to "HBBTV_1_5", HbbTV 1.5 compliant output is enabled.
|
|
127
|
-
*/
|
|
128
|
-
Profile?: Profile | string;
|
|
129
|
-
|
|
130
|
-
/**
|
|
131
|
-
* A StreamSelection configuration.
|
|
132
|
-
*/
|
|
133
|
-
StreamSelection?: StreamSelection;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
export namespace DashManifest {
|
|
137
|
-
/**
|
|
138
|
-
* @internal
|
|
139
|
-
*/
|
|
140
|
-
export const filterSensitiveLog = (obj: DashManifest): any => ({
|
|
141
|
-
...obj,
|
|
142
|
-
});
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
/**
|
|
146
|
-
* The endpoint URL used to access an Asset using one PackagingConfiguration.
|
|
147
|
-
*/
|
|
148
|
-
export interface EgressEndpoint {
|
|
149
|
-
/**
|
|
150
|
-
* The ID of the PackagingConfiguration being applied to the Asset.
|
|
151
|
-
*/
|
|
152
|
-
PackagingConfigurationId?: string;
|
|
153
|
-
|
|
154
|
-
/**
|
|
155
|
-
* The current processing status of the asset used for the packaging configuration. The status can be either QUEUED, PROCESSING, PLAYABLE, or FAILED. Status information won't be available for most assets ingested before 2021-09-30.
|
|
156
|
-
*/
|
|
157
|
-
Status?: string;
|
|
158
|
-
|
|
159
|
-
/**
|
|
160
|
-
* The URL of the parent manifest for the repackaged Asset.
|
|
161
|
-
*/
|
|
162
|
-
Url?: string;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
export namespace EgressEndpoint {
|
|
166
|
-
/**
|
|
167
|
-
* @internal
|
|
168
|
-
*/
|
|
169
|
-
export const filterSensitiveLog = (obj: EgressEndpoint): any => ({
|
|
170
|
-
...obj,
|
|
171
|
-
});
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
export enum AdMarkers {
|
|
175
|
-
NONE = "NONE",
|
|
176
|
-
PASSTHROUGH = "PASSTHROUGH",
|
|
177
|
-
SCTE35_ENHANCED = "SCTE35_ENHANCED",
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
/**
|
|
181
|
-
* An HTTP Live Streaming (HLS) manifest configuration.
|
|
182
|
-
*/
|
|
183
|
-
export interface HlsManifest {
|
|
184
|
-
/**
|
|
185
|
-
* This setting controls how ad markers are included in the packaged OriginEndpoint.
|
|
186
|
-
* "NONE" will omit all SCTE-35 ad markers from the output.
|
|
187
|
-
* "PASSTHROUGH" causes the manifest to contain a copy of the SCTE-35 ad
|
|
188
|
-
* markers (comments) taken directly from the input HTTP Live Streaming (HLS) manifest.
|
|
189
|
-
* "SCTE35_ENHANCED" generates ad markers and blackout tags based on SCTE-35
|
|
190
|
-
* messages in the input source.
|
|
191
|
-
*/
|
|
192
|
-
AdMarkers?: AdMarkers | string;
|
|
193
|
-
|
|
194
|
-
/**
|
|
195
|
-
* When enabled, an I-Frame only stream will be included in the output.
|
|
196
|
-
*/
|
|
197
|
-
IncludeIframeOnlyStream?: boolean;
|
|
198
|
-
|
|
199
|
-
/**
|
|
200
|
-
* An optional string to include in the name of the manifest.
|
|
201
|
-
*/
|
|
202
|
-
ManifestName?: string;
|
|
203
|
-
|
|
204
|
-
/**
|
|
205
|
-
* The interval (in seconds) between each EXT-X-PROGRAM-DATE-TIME tag
|
|
206
|
-
* inserted into manifests. Additionally, when an interval is specified
|
|
207
|
-
* ID3Timed Metadata messages will be generated every 5 seconds using the
|
|
208
|
-
* ingest time of the content.
|
|
209
|
-
* If the interval is not specified, or set to 0, then
|
|
210
|
-
* no EXT-X-PROGRAM-DATE-TIME tags will be inserted into manifests and no
|
|
211
|
-
* ID3Timed Metadata messages will be generated. Note that irrespective
|
|
212
|
-
* of this parameter, if any ID3 Timed Metadata is found in HTTP Live Streaming (HLS) input,
|
|
213
|
-
* it will be passed through to HLS output.
|
|
214
|
-
*/
|
|
215
|
-
ProgramDateTimeIntervalSeconds?: number;
|
|
216
|
-
|
|
217
|
-
/**
|
|
218
|
-
* When enabled, the EXT-X-KEY tag will be repeated in output manifests.
|
|
219
|
-
*/
|
|
220
|
-
RepeatExtXKey?: boolean;
|
|
221
|
-
|
|
222
|
-
/**
|
|
223
|
-
* A StreamSelection configuration.
|
|
224
|
-
*/
|
|
225
|
-
StreamSelection?: StreamSelection;
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
export namespace HlsManifest {
|
|
229
|
-
/**
|
|
230
|
-
* @internal
|
|
231
|
-
*/
|
|
232
|
-
export const filterSensitiveLog = (obj: HlsManifest): any => ({
|
|
233
|
-
...obj,
|
|
234
|
-
});
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
/**
|
|
238
|
-
* A Microsoft Smooth Streaming (MSS) manifest configuration.
|
|
239
|
-
*/
|
|
240
|
-
export interface MssManifest {
|
|
241
|
-
/**
|
|
242
|
-
* An optional string to include in the name of the manifest.
|
|
243
|
-
*/
|
|
244
|
-
ManifestName?: string;
|
|
245
|
-
|
|
246
|
-
/**
|
|
247
|
-
* A StreamSelection configuration.
|
|
248
|
-
*/
|
|
249
|
-
StreamSelection?: StreamSelection;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
export namespace MssManifest {
|
|
253
|
-
/**
|
|
254
|
-
* @internal
|
|
255
|
-
*/
|
|
256
|
-
export const filterSensitiveLog = (obj: MssManifest): any => ({
|
|
257
|
-
...obj,
|
|
258
|
-
});
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
/**
|
|
262
|
-
* A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.
|
|
263
|
-
*/
|
|
264
|
-
export interface SpekeKeyProvider {
|
|
265
|
-
/**
|
|
266
|
-
* An Amazon Resource Name (ARN) of an IAM role that AWS Elemental
|
|
267
|
-
* MediaPackage will assume when accessing the key provider service.
|
|
268
|
-
*/
|
|
269
|
-
RoleArn: string | undefined;
|
|
270
|
-
|
|
271
|
-
/**
|
|
272
|
-
* The system IDs to include in key requests.
|
|
273
|
-
*/
|
|
274
|
-
SystemIds: string[] | undefined;
|
|
275
|
-
|
|
276
|
-
/**
|
|
277
|
-
* The URL of the external key provider service.
|
|
278
|
-
*/
|
|
279
|
-
Url: string | undefined;
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
export namespace SpekeKeyProvider {
|
|
283
|
-
/**
|
|
284
|
-
* @internal
|
|
285
|
-
*/
|
|
286
|
-
export const filterSensitiveLog = (obj: SpekeKeyProvider): any => ({
|
|
287
|
-
...obj,
|
|
288
|
-
});
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
/**
|
|
292
|
-
* A CMAF encryption configuration.
|
|
293
|
-
*/
|
|
294
|
-
export interface CmafEncryption {
|
|
295
|
-
/**
|
|
296
|
-
* An optional 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting blocks. If you don't specify a value, then MediaPackage creates the constant initialization vector (IV).
|
|
297
|
-
*/
|
|
298
|
-
ConstantInitializationVector?: string;
|
|
299
|
-
|
|
300
|
-
/**
|
|
301
|
-
* A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.
|
|
302
|
-
*/
|
|
303
|
-
SpekeKeyProvider: SpekeKeyProvider | undefined;
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
export namespace CmafEncryption {
|
|
307
|
-
/**
|
|
308
|
-
* @internal
|
|
309
|
-
*/
|
|
310
|
-
export const filterSensitiveLog = (obj: CmafEncryption): any => ({
|
|
311
|
-
...obj,
|
|
312
|
-
});
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
/**
|
|
316
|
-
* A CMAF packaging configuration.
|
|
317
|
-
*/
|
|
318
|
-
export interface CmafPackage {
|
|
319
|
-
/**
|
|
320
|
-
* A CMAF encryption configuration.
|
|
321
|
-
*/
|
|
322
|
-
Encryption?: CmafEncryption;
|
|
323
|
-
|
|
324
|
-
/**
|
|
325
|
-
* A list of HLS manifest configurations.
|
|
326
|
-
*/
|
|
327
|
-
HlsManifests: HlsManifest[] | undefined;
|
|
328
|
-
|
|
329
|
-
/**
|
|
330
|
-
* When includeEncoderConfigurationInSegments is set to true, MediaPackage places your encoder's Sequence Parameter Set (SPS), Picture Parameter Set (PPS), and Video Parameter Set (VPS) metadata in every video segment instead of in the init fragment. This lets you use different SPS/PPS/VPS settings for your assets during content playback.
|
|
331
|
-
*/
|
|
332
|
-
IncludeEncoderConfigurationInSegments?: boolean;
|
|
333
|
-
|
|
334
|
-
/**
|
|
335
|
-
* Duration (in seconds) of each fragment. Actual fragments will be
|
|
336
|
-
* rounded to the nearest multiple of the source fragment duration.
|
|
337
|
-
*/
|
|
338
|
-
SegmentDurationSeconds?: number;
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
export namespace CmafPackage {
|
|
342
|
-
/**
|
|
343
|
-
* @internal
|
|
344
|
-
*/
|
|
345
|
-
export const filterSensitiveLog = (obj: CmafPackage): any => ({
|
|
346
|
-
...obj,
|
|
347
|
-
});
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
/**
|
|
351
|
-
* A Dynamic Adaptive Streaming over HTTP (DASH) encryption configuration.
|
|
352
|
-
*/
|
|
353
|
-
export interface DashEncryption {
|
|
354
|
-
/**
|
|
355
|
-
* A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.
|
|
356
|
-
*/
|
|
357
|
-
SpekeKeyProvider: SpekeKeyProvider | undefined;
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
export namespace DashEncryption {
|
|
361
|
-
/**
|
|
362
|
-
* @internal
|
|
363
|
-
*/
|
|
364
|
-
export const filterSensitiveLog = (obj: DashEncryption): any => ({
|
|
365
|
-
...obj,
|
|
366
|
-
});
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
export enum SegmentTemplateFormat {
|
|
370
|
-
NUMBER_WITH_DURATION = "NUMBER_WITH_DURATION",
|
|
371
|
-
NUMBER_WITH_TIMELINE = "NUMBER_WITH_TIMELINE",
|
|
372
|
-
TIME_WITH_TIMELINE = "TIME_WITH_TIMELINE",
|
|
373
|
-
}
|
|
374
|
-
|
|
375
|
-
/**
|
|
376
|
-
* A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
|
|
377
|
-
*/
|
|
378
|
-
export interface DashPackage {
|
|
379
|
-
/**
|
|
380
|
-
* A list of DASH manifest configurations.
|
|
381
|
-
*/
|
|
382
|
-
DashManifests: DashManifest[] | undefined;
|
|
383
|
-
|
|
384
|
-
/**
|
|
385
|
-
* A Dynamic Adaptive Streaming over HTTP (DASH) encryption configuration.
|
|
386
|
-
*/
|
|
387
|
-
Encryption?: DashEncryption;
|
|
388
|
-
|
|
389
|
-
/**
|
|
390
|
-
* When includeEncoderConfigurationInSegments is set to true, MediaPackage places your encoder's Sequence Parameter Set (SPS), Picture Parameter Set (PPS), and Video Parameter Set (VPS) metadata in every video segment instead of in the init fragment. This lets you use different SPS/PPS/VPS settings for your assets during content playback.
|
|
391
|
-
*/
|
|
392
|
-
IncludeEncoderConfigurationInSegments?: boolean;
|
|
393
|
-
|
|
394
|
-
/**
|
|
395
|
-
* A list of triggers that controls when the outgoing Dynamic Adaptive Streaming over HTTP (DASH)
|
|
396
|
-
* Media Presentation Description (MPD) will be partitioned into multiple periods. If empty, the content will not
|
|
397
|
-
* be partitioned into more than one period. If the list contains "ADS", new periods will be created where
|
|
398
|
-
* the Asset contains SCTE-35 ad markers.
|
|
399
|
-
*/
|
|
400
|
-
PeriodTriggers?: (__PeriodTriggersElement | string)[];
|
|
401
|
-
|
|
402
|
-
/**
|
|
403
|
-
* Duration (in seconds) of each segment. Actual segments will be
|
|
404
|
-
* rounded to the nearest multiple of the source segment duration.
|
|
405
|
-
*/
|
|
406
|
-
SegmentDurationSeconds?: number;
|
|
407
|
-
|
|
408
|
-
/**
|
|
409
|
-
* Determines the type of SegmentTemplate included in the Media Presentation Description (MPD). When set to NUMBER_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Number$ media URLs. When set to TIME_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Time$ media URLs. When set to NUMBER_WITH_DURATION, only a duration is included in each SegmentTemplate, with $Number$ media URLs.
|
|
410
|
-
*/
|
|
411
|
-
SegmentTemplateFormat?: SegmentTemplateFormat | string;
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
export namespace DashPackage {
|
|
415
|
-
/**
|
|
416
|
-
* @internal
|
|
417
|
-
*/
|
|
418
|
-
export const filterSensitiveLog = (obj: DashPackage): any => ({
|
|
419
|
-
...obj,
|
|
420
|
-
});
|
|
421
|
-
}
|
|
422
|
-
|
|
423
|
-
export enum EncryptionMethod {
|
|
424
|
-
AES_128 = "AES_128",
|
|
425
|
-
SAMPLE_AES = "SAMPLE_AES",
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
/**
|
|
429
|
-
* An HTTP Live Streaming (HLS) encryption configuration.
|
|
430
|
-
*/
|
|
431
|
-
export interface HlsEncryption {
|
|
432
|
-
/**
|
|
433
|
-
* A constant initialization vector for encryption (optional).
|
|
434
|
-
* When not specified the initialization vector will be periodically rotated.
|
|
435
|
-
*/
|
|
436
|
-
ConstantInitializationVector?: string;
|
|
437
|
-
|
|
438
|
-
/**
|
|
439
|
-
* The encryption method to use.
|
|
440
|
-
*/
|
|
441
|
-
EncryptionMethod?: EncryptionMethod | string;
|
|
442
|
-
|
|
443
|
-
/**
|
|
444
|
-
* A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.
|
|
445
|
-
*/
|
|
446
|
-
SpekeKeyProvider: SpekeKeyProvider | undefined;
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
export namespace HlsEncryption {
|
|
450
|
-
/**
|
|
451
|
-
* @internal
|
|
452
|
-
*/
|
|
453
|
-
export const filterSensitiveLog = (obj: HlsEncryption): any => ({
|
|
454
|
-
...obj,
|
|
455
|
-
});
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
/**
|
|
459
|
-
* An HTTP Live Streaming (HLS) packaging configuration.
|
|
460
|
-
*/
|
|
461
|
-
export interface HlsPackage {
|
|
462
|
-
/**
|
|
463
|
-
* An HTTP Live Streaming (HLS) encryption configuration.
|
|
464
|
-
*/
|
|
465
|
-
Encryption?: HlsEncryption;
|
|
466
|
-
|
|
467
|
-
/**
|
|
468
|
-
* A list of HLS manifest configurations.
|
|
469
|
-
*/
|
|
470
|
-
HlsManifests: HlsManifest[] | undefined;
|
|
471
|
-
|
|
472
|
-
/**
|
|
473
|
-
* Duration (in seconds) of each fragment. Actual fragments will be
|
|
474
|
-
* rounded to the nearest multiple of the source fragment duration.
|
|
475
|
-
*/
|
|
476
|
-
SegmentDurationSeconds?: number;
|
|
477
|
-
|
|
478
|
-
/**
|
|
479
|
-
* When enabled, audio streams will be placed in rendition groups in the output.
|
|
480
|
-
*/
|
|
481
|
-
UseAudioRenditionGroup?: boolean;
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
export namespace HlsPackage {
|
|
485
|
-
/**
|
|
486
|
-
* @internal
|
|
487
|
-
*/
|
|
488
|
-
export const filterSensitiveLog = (obj: HlsPackage): any => ({
|
|
489
|
-
...obj,
|
|
490
|
-
});
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
/**
|
|
494
|
-
* A Microsoft Smooth Streaming (MSS) encryption configuration.
|
|
495
|
-
*/
|
|
496
|
-
export interface MssEncryption {
|
|
497
|
-
/**
|
|
498
|
-
* A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.
|
|
499
|
-
*/
|
|
500
|
-
SpekeKeyProvider: SpekeKeyProvider | undefined;
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
export namespace MssEncryption {
|
|
504
|
-
/**
|
|
505
|
-
* @internal
|
|
506
|
-
*/
|
|
507
|
-
export const filterSensitiveLog = (obj: MssEncryption): any => ({
|
|
508
|
-
...obj,
|
|
509
|
-
});
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
/**
|
|
513
|
-
* A Microsoft Smooth Streaming (MSS) PackagingConfiguration.
|
|
514
|
-
*/
|
|
515
|
-
export interface MssPackage {
|
|
516
|
-
/**
|
|
517
|
-
* A Microsoft Smooth Streaming (MSS) encryption configuration.
|
|
518
|
-
*/
|
|
519
|
-
Encryption?: MssEncryption;
|
|
520
|
-
|
|
521
|
-
/**
|
|
522
|
-
* A list of MSS manifest configurations.
|
|
523
|
-
*/
|
|
524
|
-
MssManifests: MssManifest[] | undefined;
|
|
525
|
-
|
|
526
|
-
/**
|
|
527
|
-
* The duration (in seconds) of each segment.
|
|
528
|
-
*/
|
|
529
|
-
SegmentDurationSeconds?: number;
|
|
530
|
-
}
|
|
531
|
-
|
|
532
|
-
export namespace MssPackage {
|
|
533
|
-
/**
|
|
534
|
-
* @internal
|
|
535
|
-
*/
|
|
536
|
-
export const filterSensitiveLog = (obj: MssPackage): any => ({
|
|
537
|
-
...obj,
|
|
538
|
-
});
|
|
539
|
-
}
|
|
540
|
-
|
|
541
|
-
/**
|
|
542
|
-
* A MediaPackage VOD PackagingConfiguration resource.
|
|
543
|
-
*/
|
|
544
|
-
export interface PackagingConfiguration {
|
|
545
|
-
/**
|
|
546
|
-
* The ARN of the PackagingConfiguration.
|
|
547
|
-
*/
|
|
548
|
-
Arn?: string;
|
|
549
|
-
|
|
550
|
-
/**
|
|
551
|
-
* A CMAF packaging configuration.
|
|
552
|
-
*/
|
|
553
|
-
CmafPackage?: CmafPackage;
|
|
554
|
-
|
|
555
|
-
/**
|
|
556
|
-
* A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
|
|
557
|
-
*/
|
|
558
|
-
DashPackage?: DashPackage;
|
|
559
|
-
|
|
560
|
-
/**
|
|
561
|
-
* An HTTP Live Streaming (HLS) packaging configuration.
|
|
562
|
-
*/
|
|
563
|
-
HlsPackage?: HlsPackage;
|
|
564
|
-
|
|
565
|
-
/**
|
|
566
|
-
* The ID of the PackagingConfiguration.
|
|
567
|
-
*/
|
|
568
|
-
Id?: string;
|
|
569
|
-
|
|
570
|
-
/**
|
|
571
|
-
* A Microsoft Smooth Streaming (MSS) PackagingConfiguration.
|
|
572
|
-
*/
|
|
573
|
-
MssPackage?: MssPackage;
|
|
574
|
-
|
|
575
|
-
/**
|
|
576
|
-
* The ID of a PackagingGroup.
|
|
577
|
-
*/
|
|
578
|
-
PackagingGroupId?: string;
|
|
579
|
-
|
|
580
|
-
/**
|
|
581
|
-
* A collection of tags associated with a resource
|
|
582
|
-
*/
|
|
583
|
-
Tags?: { [key: string]: string };
|
|
584
|
-
}
|
|
585
|
-
|
|
586
|
-
export namespace PackagingConfiguration {
|
|
587
|
-
/**
|
|
588
|
-
* @internal
|
|
589
|
-
*/
|
|
590
|
-
export const filterSensitiveLog = (obj: PackagingConfiguration): any => ({
|
|
591
|
-
...obj,
|
|
592
|
-
});
|
|
593
|
-
}
|
|
594
|
-
|
|
595
|
-
/**
|
|
596
|
-
* CDN Authorization credentials
|
|
597
|
-
*/
|
|
598
|
-
export interface Authorization {
|
|
599
|
-
/**
|
|
600
|
-
* The Amazon Resource Name (ARN) for the secret in AWS Secrets Manager that is used for CDN authorization.
|
|
601
|
-
*/
|
|
602
|
-
CdnIdentifierSecret: string | undefined;
|
|
603
|
-
|
|
604
|
-
/**
|
|
605
|
-
* The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage to communicate with AWS Secrets Manager.
|
|
606
|
-
*/
|
|
607
|
-
SecretsRoleArn: string | undefined;
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
export namespace Authorization {
|
|
611
|
-
/**
|
|
612
|
-
* @internal
|
|
613
|
-
*/
|
|
614
|
-
export const filterSensitiveLog = (obj: Authorization): any => ({
|
|
615
|
-
...obj,
|
|
616
|
-
});
|
|
617
|
-
}
|
|
618
|
-
|
|
619
|
-
/**
|
|
620
|
-
* Configure egress access logging.
|
|
621
|
-
*/
|
|
622
|
-
export interface EgressAccessLogs {
|
|
623
|
-
/**
|
|
624
|
-
* Customize the log group name.
|
|
625
|
-
*/
|
|
626
|
-
LogGroupName?: string;
|
|
627
|
-
}
|
|
628
|
-
|
|
629
|
-
export namespace EgressAccessLogs {
|
|
630
|
-
/**
|
|
631
|
-
* @internal
|
|
632
|
-
*/
|
|
633
|
-
export const filterSensitiveLog = (obj: EgressAccessLogs): any => ({
|
|
634
|
-
...obj,
|
|
635
|
-
});
|
|
636
|
-
}
|
|
637
|
-
|
|
638
|
-
/**
|
|
639
|
-
* A MediaPackage VOD PackagingGroup resource.
|
|
640
|
-
*/
|
|
641
|
-
export interface PackagingGroup {
|
|
642
|
-
/**
|
|
643
|
-
* The ARN of the PackagingGroup.
|
|
644
|
-
*/
|
|
645
|
-
Arn?: string;
|
|
646
|
-
|
|
647
|
-
/**
|
|
648
|
-
* CDN Authorization credentials
|
|
649
|
-
*/
|
|
650
|
-
Authorization?: Authorization;
|
|
651
|
-
|
|
652
|
-
/**
|
|
653
|
-
* The fully qualified domain name for Assets in the PackagingGroup.
|
|
654
|
-
*/
|
|
655
|
-
DomainName?: string;
|
|
656
|
-
|
|
657
|
-
/**
|
|
658
|
-
* Configure egress access logging.
|
|
659
|
-
*/
|
|
660
|
-
EgressAccessLogs?: EgressAccessLogs;
|
|
661
|
-
|
|
662
|
-
/**
|
|
663
|
-
* The ID of the PackagingGroup.
|
|
664
|
-
*/
|
|
665
|
-
Id?: string;
|
|
666
|
-
|
|
667
|
-
/**
|
|
668
|
-
* A collection of tags associated with a resource
|
|
669
|
-
*/
|
|
670
|
-
Tags?: { [key: string]: string };
|
|
671
|
-
}
|
|
672
|
-
|
|
673
|
-
export namespace PackagingGroup {
|
|
674
|
-
/**
|
|
675
|
-
* @internal
|
|
676
|
-
*/
|
|
677
|
-
export const filterSensitiveLog = (obj: PackagingGroup): any => ({
|
|
678
|
-
...obj,
|
|
679
|
-
});
|
|
680
|
-
}
|
|
681
|
-
|
|
682
|
-
/**
|
|
683
|
-
* The option to configure log subscription.
|
|
684
|
-
*/
|
|
685
|
-
export interface ConfigureLogsRequest {
|
|
686
|
-
/**
|
|
687
|
-
* Configure egress access logging.
|
|
688
|
-
*/
|
|
689
|
-
EgressAccessLogs?: EgressAccessLogs;
|
|
690
|
-
|
|
691
|
-
/**
|
|
692
|
-
* The ID of a MediaPackage VOD PackagingGroup resource.
|
|
693
|
-
*/
|
|
694
|
-
Id: string | undefined;
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
export namespace ConfigureLogsRequest {
|
|
698
|
-
/**
|
|
699
|
-
* @internal
|
|
700
|
-
*/
|
|
701
|
-
export const filterSensitiveLog = (obj: ConfigureLogsRequest): any => ({
|
|
702
|
-
...obj,
|
|
703
|
-
});
|
|
704
|
-
}
|
|
705
|
-
|
|
706
|
-
export interface ConfigureLogsResponse {
|
|
707
|
-
/**
|
|
708
|
-
* The ARN of the PackagingGroup.
|
|
709
|
-
*/
|
|
710
|
-
Arn?: string;
|
|
711
|
-
|
|
712
|
-
/**
|
|
713
|
-
* CDN Authorization credentials
|
|
714
|
-
*/
|
|
715
|
-
Authorization?: Authorization;
|
|
716
|
-
|
|
717
|
-
/**
|
|
718
|
-
* The fully qualified domain name for Assets in the PackagingGroup.
|
|
719
|
-
*/
|
|
720
|
-
DomainName?: string;
|
|
721
|
-
|
|
722
|
-
/**
|
|
723
|
-
* Configure egress access logging.
|
|
724
|
-
*/
|
|
725
|
-
EgressAccessLogs?: EgressAccessLogs;
|
|
726
|
-
|
|
727
|
-
/**
|
|
728
|
-
* The ID of the PackagingGroup.
|
|
729
|
-
*/
|
|
730
|
-
Id?: string;
|
|
731
|
-
|
|
732
|
-
/**
|
|
733
|
-
* A collection of tags associated with a resource
|
|
734
|
-
*/
|
|
735
|
-
Tags?: { [key: string]: string };
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
export namespace ConfigureLogsResponse {
|
|
739
|
-
/**
|
|
740
|
-
* @internal
|
|
741
|
-
*/
|
|
742
|
-
export const filterSensitiveLog = (obj: ConfigureLogsResponse): any => ({
|
|
743
|
-
...obj,
|
|
744
|
-
});
|
|
745
|
-
}
|
|
746
|
-
|
|
747
|
-
/**
|
|
748
|
-
* The client is not authorized to access the requested resource.
|
|
749
|
-
*/
|
|
750
|
-
export interface ForbiddenException extends __SmithyException, $MetadataBearer {
|
|
751
|
-
name: "ForbiddenException";
|
|
752
|
-
$fault: "client";
|
|
753
|
-
Message?: string;
|
|
754
|
-
}
|
|
755
|
-
|
|
756
|
-
export namespace ForbiddenException {
|
|
757
|
-
/**
|
|
758
|
-
* @internal
|
|
759
|
-
*/
|
|
760
|
-
export const filterSensitiveLog = (obj: ForbiddenException): any => ({
|
|
761
|
-
...obj,
|
|
762
|
-
});
|
|
763
|
-
}
|
|
764
|
-
|
|
765
|
-
/**
|
|
766
|
-
* An unexpected error occurred.
|
|
767
|
-
*/
|
|
768
|
-
export interface InternalServerErrorException extends __SmithyException, $MetadataBearer {
|
|
769
|
-
name: "InternalServerErrorException";
|
|
770
|
-
$fault: "server";
|
|
771
|
-
Message?: string;
|
|
772
|
-
}
|
|
773
|
-
|
|
774
|
-
export namespace InternalServerErrorException {
|
|
775
|
-
/**
|
|
776
|
-
* @internal
|
|
777
|
-
*/
|
|
778
|
-
export const filterSensitiveLog = (obj: InternalServerErrorException): any => ({
|
|
779
|
-
...obj,
|
|
780
|
-
});
|
|
781
|
-
}
|
|
782
|
-
|
|
783
|
-
/**
|
|
784
|
-
* The requested resource does not exist.
|
|
785
|
-
*/
|
|
786
|
-
export interface NotFoundException extends __SmithyException, $MetadataBearer {
|
|
787
|
-
name: "NotFoundException";
|
|
788
|
-
$fault: "client";
|
|
789
|
-
Message?: string;
|
|
790
|
-
}
|
|
791
|
-
|
|
792
|
-
export namespace NotFoundException {
|
|
793
|
-
/**
|
|
794
|
-
* @internal
|
|
795
|
-
*/
|
|
796
|
-
export const filterSensitiveLog = (obj: NotFoundException): any => ({
|
|
797
|
-
...obj,
|
|
798
|
-
});
|
|
799
|
-
}
|
|
800
|
-
|
|
801
|
-
/**
|
|
802
|
-
* An unexpected error occurred.
|
|
803
|
-
*/
|
|
804
|
-
export interface ServiceUnavailableException extends __SmithyException, $MetadataBearer {
|
|
805
|
-
name: "ServiceUnavailableException";
|
|
806
|
-
$fault: "server";
|
|
807
|
-
Message?: string;
|
|
808
|
-
}
|
|
809
|
-
|
|
810
|
-
export namespace ServiceUnavailableException {
|
|
811
|
-
/**
|
|
812
|
-
* @internal
|
|
813
|
-
*/
|
|
814
|
-
export const filterSensitiveLog = (obj: ServiceUnavailableException): any => ({
|
|
815
|
-
...obj,
|
|
816
|
-
});
|
|
817
|
-
}
|
|
818
|
-
|
|
819
|
-
/**
|
|
820
|
-
* The client has exceeded their resource or throttling limits.
|
|
821
|
-
*/
|
|
822
|
-
export interface TooManyRequestsException extends __SmithyException, $MetadataBearer {
|
|
823
|
-
name: "TooManyRequestsException";
|
|
824
|
-
$fault: "client";
|
|
825
|
-
Message?: string;
|
|
826
|
-
}
|
|
827
|
-
|
|
828
|
-
export namespace TooManyRequestsException {
|
|
829
|
-
/**
|
|
830
|
-
* @internal
|
|
831
|
-
*/
|
|
832
|
-
export const filterSensitiveLog = (obj: TooManyRequestsException): any => ({
|
|
833
|
-
...obj,
|
|
834
|
-
});
|
|
835
|
-
}
|
|
836
|
-
|
|
837
|
-
/**
|
|
838
|
-
* The parameters sent in the request are not valid.
|
|
839
|
-
*/
|
|
840
|
-
export interface UnprocessableEntityException extends __SmithyException, $MetadataBearer {
|
|
841
|
-
name: "UnprocessableEntityException";
|
|
842
|
-
$fault: "client";
|
|
843
|
-
Message?: string;
|
|
844
|
-
}
|
|
845
|
-
|
|
846
|
-
export namespace UnprocessableEntityException {
|
|
847
|
-
/**
|
|
848
|
-
* @internal
|
|
849
|
-
*/
|
|
850
|
-
export const filterSensitiveLog = (obj: UnprocessableEntityException): any => ({
|
|
851
|
-
...obj,
|
|
852
|
-
});
|
|
853
|
-
}
|
|
854
|
-
|
|
855
|
-
/**
|
|
856
|
-
* A new MediaPackage VOD Asset configuration.
|
|
857
|
-
*/
|
|
858
|
-
export interface CreateAssetRequest {
|
|
859
|
-
/**
|
|
860
|
-
* The unique identifier for the Asset.
|
|
861
|
-
*/
|
|
862
|
-
Id: string | undefined;
|
|
863
|
-
|
|
864
|
-
/**
|
|
865
|
-
* The ID of the PackagingGroup for the Asset.
|
|
866
|
-
*/
|
|
867
|
-
PackagingGroupId: string | undefined;
|
|
868
|
-
|
|
869
|
-
/**
|
|
870
|
-
* The resource ID to include in SPEKE key requests.
|
|
871
|
-
*/
|
|
872
|
-
ResourceId?: string;
|
|
873
|
-
|
|
874
|
-
/**
|
|
875
|
-
* ARN of the source object in S3.
|
|
876
|
-
*/
|
|
877
|
-
SourceArn: string | undefined;
|
|
878
|
-
|
|
879
|
-
/**
|
|
880
|
-
* The IAM role ARN used to access the source S3 bucket.
|
|
881
|
-
*/
|
|
882
|
-
SourceRoleArn: string | undefined;
|
|
883
|
-
|
|
884
|
-
/**
|
|
885
|
-
* A collection of tags associated with a resource
|
|
886
|
-
*/
|
|
887
|
-
Tags?: { [key: string]: string };
|
|
888
|
-
}
|
|
889
|
-
|
|
890
|
-
export namespace CreateAssetRequest {
|
|
891
|
-
/**
|
|
892
|
-
* @internal
|
|
893
|
-
*/
|
|
894
|
-
export const filterSensitiveLog = (obj: CreateAssetRequest): any => ({
|
|
895
|
-
...obj,
|
|
896
|
-
});
|
|
897
|
-
}
|
|
898
|
-
|
|
899
|
-
export interface CreateAssetResponse {
|
|
900
|
-
/**
|
|
901
|
-
* The ARN of the Asset.
|
|
902
|
-
*/
|
|
903
|
-
Arn?: string;
|
|
904
|
-
|
|
905
|
-
/**
|
|
906
|
-
* The time the Asset was initially submitted for Ingest.
|
|
907
|
-
*/
|
|
908
|
-
CreatedAt?: string;
|
|
909
|
-
|
|
910
|
-
/**
|
|
911
|
-
* The list of egress endpoints available for the Asset.
|
|
912
|
-
*/
|
|
913
|
-
EgressEndpoints?: EgressEndpoint[];
|
|
914
|
-
|
|
915
|
-
/**
|
|
916
|
-
* The unique identifier for the Asset.
|
|
917
|
-
*/
|
|
918
|
-
Id?: string;
|
|
919
|
-
|
|
920
|
-
/**
|
|
921
|
-
* The ID of the PackagingGroup for the Asset.
|
|
922
|
-
*/
|
|
923
|
-
PackagingGroupId?: string;
|
|
924
|
-
|
|
925
|
-
/**
|
|
926
|
-
* The resource ID to include in SPEKE key requests.
|
|
927
|
-
*/
|
|
928
|
-
ResourceId?: string;
|
|
929
|
-
|
|
930
|
-
/**
|
|
931
|
-
* ARN of the source object in S3.
|
|
932
|
-
*/
|
|
933
|
-
SourceArn?: string;
|
|
934
|
-
|
|
935
|
-
/**
|
|
936
|
-
* The IAM role_arn used to access the source S3 bucket.
|
|
937
|
-
*/
|
|
938
|
-
SourceRoleArn?: string;
|
|
939
|
-
|
|
940
|
-
/**
|
|
941
|
-
* A collection of tags associated with a resource
|
|
942
|
-
*/
|
|
943
|
-
Tags?: { [key: string]: string };
|
|
944
|
-
}
|
|
945
|
-
|
|
946
|
-
export namespace CreateAssetResponse {
|
|
947
|
-
/**
|
|
948
|
-
* @internal
|
|
949
|
-
*/
|
|
950
|
-
export const filterSensitiveLog = (obj: CreateAssetResponse): any => ({
|
|
951
|
-
...obj,
|
|
952
|
-
});
|
|
953
|
-
}
|
|
954
|
-
|
|
955
|
-
/**
|
|
956
|
-
* A new MediaPackage VOD PackagingConfiguration resource configuration.
|
|
957
|
-
*/
|
|
958
|
-
export interface CreatePackagingConfigurationRequest {
|
|
959
|
-
/**
|
|
960
|
-
* A CMAF packaging configuration.
|
|
961
|
-
*/
|
|
962
|
-
CmafPackage?: CmafPackage;
|
|
963
|
-
|
|
964
|
-
/**
|
|
965
|
-
* A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
|
|
966
|
-
*/
|
|
967
|
-
DashPackage?: DashPackage;
|
|
968
|
-
|
|
969
|
-
/**
|
|
970
|
-
* An HTTP Live Streaming (HLS) packaging configuration.
|
|
971
|
-
*/
|
|
972
|
-
HlsPackage?: HlsPackage;
|
|
973
|
-
|
|
974
|
-
/**
|
|
975
|
-
* The ID of the PackagingConfiguration.
|
|
976
|
-
*/
|
|
977
|
-
Id: string | undefined;
|
|
978
|
-
|
|
979
|
-
/**
|
|
980
|
-
* A Microsoft Smooth Streaming (MSS) PackagingConfiguration.
|
|
981
|
-
*/
|
|
982
|
-
MssPackage?: MssPackage;
|
|
983
|
-
|
|
984
|
-
/**
|
|
985
|
-
* The ID of a PackagingGroup.
|
|
986
|
-
*/
|
|
987
|
-
PackagingGroupId: string | undefined;
|
|
988
|
-
|
|
989
|
-
/**
|
|
990
|
-
* A collection of tags associated with a resource
|
|
991
|
-
*/
|
|
992
|
-
Tags?: { [key: string]: string };
|
|
993
|
-
}
|
|
994
|
-
|
|
995
|
-
export namespace CreatePackagingConfigurationRequest {
|
|
996
|
-
/**
|
|
997
|
-
* @internal
|
|
998
|
-
*/
|
|
999
|
-
export const filterSensitiveLog = (obj: CreatePackagingConfigurationRequest): any => ({
|
|
1000
|
-
...obj,
|
|
1001
|
-
});
|
|
1002
|
-
}
|
|
1003
|
-
|
|
1004
|
-
export interface CreatePackagingConfigurationResponse {
|
|
1005
|
-
/**
|
|
1006
|
-
* The ARN of the PackagingConfiguration.
|
|
1007
|
-
*/
|
|
1008
|
-
Arn?: string;
|
|
1009
|
-
|
|
1010
|
-
/**
|
|
1011
|
-
* A CMAF packaging configuration.
|
|
1012
|
-
*/
|
|
1013
|
-
CmafPackage?: CmafPackage;
|
|
1014
|
-
|
|
1015
|
-
/**
|
|
1016
|
-
* A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
|
|
1017
|
-
*/
|
|
1018
|
-
DashPackage?: DashPackage;
|
|
1019
|
-
|
|
1020
|
-
/**
|
|
1021
|
-
* An HTTP Live Streaming (HLS) packaging configuration.
|
|
1022
|
-
*/
|
|
1023
|
-
HlsPackage?: HlsPackage;
|
|
1024
|
-
|
|
1025
|
-
/**
|
|
1026
|
-
* The ID of the PackagingConfiguration.
|
|
1027
|
-
*/
|
|
1028
|
-
Id?: string;
|
|
1029
|
-
|
|
1030
|
-
/**
|
|
1031
|
-
* A Microsoft Smooth Streaming (MSS) PackagingConfiguration.
|
|
1032
|
-
*/
|
|
1033
|
-
MssPackage?: MssPackage;
|
|
1034
|
-
|
|
1035
|
-
/**
|
|
1036
|
-
* The ID of a PackagingGroup.
|
|
1037
|
-
*/
|
|
1038
|
-
PackagingGroupId?: string;
|
|
1039
|
-
|
|
1040
|
-
/**
|
|
1041
|
-
* A collection of tags associated with a resource
|
|
1042
|
-
*/
|
|
1043
|
-
Tags?: { [key: string]: string };
|
|
1044
|
-
}
|
|
1045
|
-
|
|
1046
|
-
export namespace CreatePackagingConfigurationResponse {
|
|
1047
|
-
/**
|
|
1048
|
-
* @internal
|
|
1049
|
-
*/
|
|
1050
|
-
export const filterSensitiveLog = (obj: CreatePackagingConfigurationResponse): any => ({
|
|
1051
|
-
...obj,
|
|
1052
|
-
});
|
|
1053
|
-
}
|
|
1054
|
-
|
|
1055
|
-
/**
|
|
1056
|
-
* A new MediaPackage VOD PackagingGroup resource configuration.
|
|
1057
|
-
*/
|
|
1058
|
-
export interface CreatePackagingGroupRequest {
|
|
1059
|
-
/**
|
|
1060
|
-
* CDN Authorization credentials
|
|
1061
|
-
*/
|
|
1062
|
-
Authorization?: Authorization;
|
|
1063
|
-
|
|
1064
|
-
/**
|
|
1065
|
-
* Configure egress access logging.
|
|
1066
|
-
*/
|
|
1067
|
-
EgressAccessLogs?: EgressAccessLogs;
|
|
1068
|
-
|
|
1069
|
-
/**
|
|
1070
|
-
* The ID of the PackagingGroup.
|
|
1071
|
-
*/
|
|
1072
|
-
Id: string | undefined;
|
|
1073
|
-
|
|
1074
|
-
/**
|
|
1075
|
-
* A collection of tags associated with a resource
|
|
1076
|
-
*/
|
|
1077
|
-
Tags?: { [key: string]: string };
|
|
1078
|
-
}
|
|
1079
|
-
|
|
1080
|
-
export namespace CreatePackagingGroupRequest {
|
|
1081
|
-
/**
|
|
1082
|
-
* @internal
|
|
1083
|
-
*/
|
|
1084
|
-
export const filterSensitiveLog = (obj: CreatePackagingGroupRequest): any => ({
|
|
1085
|
-
...obj,
|
|
1086
|
-
});
|
|
1087
|
-
}
|
|
1088
|
-
|
|
1089
|
-
export interface CreatePackagingGroupResponse {
|
|
1090
|
-
/**
|
|
1091
|
-
* The ARN of the PackagingGroup.
|
|
1092
|
-
*/
|
|
1093
|
-
Arn?: string;
|
|
1094
|
-
|
|
1095
|
-
/**
|
|
1096
|
-
* CDN Authorization credentials
|
|
1097
|
-
*/
|
|
1098
|
-
Authorization?: Authorization;
|
|
1099
|
-
|
|
1100
|
-
/**
|
|
1101
|
-
* The fully qualified domain name for Assets in the PackagingGroup.
|
|
1102
|
-
*/
|
|
1103
|
-
DomainName?: string;
|
|
1104
|
-
|
|
1105
|
-
/**
|
|
1106
|
-
* Configure egress access logging.
|
|
1107
|
-
*/
|
|
1108
|
-
EgressAccessLogs?: EgressAccessLogs;
|
|
1109
|
-
|
|
1110
|
-
/**
|
|
1111
|
-
* The ID of the PackagingGroup.
|
|
1112
|
-
*/
|
|
1113
|
-
Id?: string;
|
|
1114
|
-
|
|
1115
|
-
/**
|
|
1116
|
-
* A collection of tags associated with a resource
|
|
1117
|
-
*/
|
|
1118
|
-
Tags?: { [key: string]: string };
|
|
1119
|
-
}
|
|
1120
|
-
|
|
1121
|
-
export namespace CreatePackagingGroupResponse {
|
|
1122
|
-
/**
|
|
1123
|
-
* @internal
|
|
1124
|
-
*/
|
|
1125
|
-
export const filterSensitiveLog = (obj: CreatePackagingGroupResponse): any => ({
|
|
1126
|
-
...obj,
|
|
1127
|
-
});
|
|
1128
|
-
}
|
|
1129
|
-
|
|
1130
|
-
export interface DeleteAssetRequest {
|
|
1131
|
-
/**
|
|
1132
|
-
* The ID of the MediaPackage VOD Asset resource to delete.
|
|
1133
|
-
*/
|
|
1134
|
-
Id: string | undefined;
|
|
1135
|
-
}
|
|
1136
|
-
|
|
1137
|
-
export namespace DeleteAssetRequest {
|
|
1138
|
-
/**
|
|
1139
|
-
* @internal
|
|
1140
|
-
*/
|
|
1141
|
-
export const filterSensitiveLog = (obj: DeleteAssetRequest): any => ({
|
|
1142
|
-
...obj,
|
|
1143
|
-
});
|
|
1144
|
-
}
|
|
1145
|
-
|
|
1146
|
-
export interface DeleteAssetResponse {}
|
|
1147
|
-
|
|
1148
|
-
export namespace DeleteAssetResponse {
|
|
1149
|
-
/**
|
|
1150
|
-
* @internal
|
|
1151
|
-
*/
|
|
1152
|
-
export const filterSensitiveLog = (obj: DeleteAssetResponse): any => ({
|
|
1153
|
-
...obj,
|
|
1154
|
-
});
|
|
1155
|
-
}
|
|
1156
|
-
|
|
1157
|
-
export interface DeletePackagingConfigurationRequest {
|
|
1158
|
-
/**
|
|
1159
|
-
* The ID of the MediaPackage VOD PackagingConfiguration resource to delete.
|
|
1160
|
-
*/
|
|
1161
|
-
Id: string | undefined;
|
|
1162
|
-
}
|
|
1163
|
-
|
|
1164
|
-
export namespace DeletePackagingConfigurationRequest {
|
|
1165
|
-
/**
|
|
1166
|
-
* @internal
|
|
1167
|
-
*/
|
|
1168
|
-
export const filterSensitiveLog = (obj: DeletePackagingConfigurationRequest): any => ({
|
|
1169
|
-
...obj,
|
|
1170
|
-
});
|
|
1171
|
-
}
|
|
1172
|
-
|
|
1173
|
-
export interface DeletePackagingConfigurationResponse {}
|
|
1174
|
-
|
|
1175
|
-
export namespace DeletePackagingConfigurationResponse {
|
|
1176
|
-
/**
|
|
1177
|
-
* @internal
|
|
1178
|
-
*/
|
|
1179
|
-
export const filterSensitiveLog = (obj: DeletePackagingConfigurationResponse): any => ({
|
|
1180
|
-
...obj,
|
|
1181
|
-
});
|
|
1182
|
-
}
|
|
1183
|
-
|
|
1184
|
-
export interface DeletePackagingGroupRequest {
|
|
1185
|
-
/**
|
|
1186
|
-
* The ID of the MediaPackage VOD PackagingGroup resource to delete.
|
|
1187
|
-
*/
|
|
1188
|
-
Id: string | undefined;
|
|
1189
|
-
}
|
|
1190
|
-
|
|
1191
|
-
export namespace DeletePackagingGroupRequest {
|
|
1192
|
-
/**
|
|
1193
|
-
* @internal
|
|
1194
|
-
*/
|
|
1195
|
-
export const filterSensitiveLog = (obj: DeletePackagingGroupRequest): any => ({
|
|
1196
|
-
...obj,
|
|
1197
|
-
});
|
|
1198
|
-
}
|
|
1199
|
-
|
|
1200
|
-
export interface DeletePackagingGroupResponse {}
|
|
1201
|
-
|
|
1202
|
-
export namespace DeletePackagingGroupResponse {
|
|
1203
|
-
/**
|
|
1204
|
-
* @internal
|
|
1205
|
-
*/
|
|
1206
|
-
export const filterSensitiveLog = (obj: DeletePackagingGroupResponse): any => ({
|
|
1207
|
-
...obj,
|
|
1208
|
-
});
|
|
1209
|
-
}
|
|
1210
|
-
|
|
1211
|
-
export interface DescribeAssetRequest {
|
|
1212
|
-
/**
|
|
1213
|
-
* The ID of an MediaPackage VOD Asset resource.
|
|
1214
|
-
*/
|
|
1215
|
-
Id: string | undefined;
|
|
1216
|
-
}
|
|
1217
|
-
|
|
1218
|
-
export namespace DescribeAssetRequest {
|
|
1219
|
-
/**
|
|
1220
|
-
* @internal
|
|
1221
|
-
*/
|
|
1222
|
-
export const filterSensitiveLog = (obj: DescribeAssetRequest): any => ({
|
|
1223
|
-
...obj,
|
|
1224
|
-
});
|
|
1225
|
-
}
|
|
1226
|
-
|
|
1227
|
-
export interface DescribeAssetResponse {
|
|
1228
|
-
/**
|
|
1229
|
-
* The ARN of the Asset.
|
|
1230
|
-
*/
|
|
1231
|
-
Arn?: string;
|
|
1232
|
-
|
|
1233
|
-
/**
|
|
1234
|
-
* The time the Asset was initially submitted for Ingest.
|
|
1235
|
-
*/
|
|
1236
|
-
CreatedAt?: string;
|
|
1237
|
-
|
|
1238
|
-
/**
|
|
1239
|
-
* The list of egress endpoints available for the Asset.
|
|
1240
|
-
*/
|
|
1241
|
-
EgressEndpoints?: EgressEndpoint[];
|
|
1242
|
-
|
|
1243
|
-
/**
|
|
1244
|
-
* The unique identifier for the Asset.
|
|
1245
|
-
*/
|
|
1246
|
-
Id?: string;
|
|
1247
|
-
|
|
1248
|
-
/**
|
|
1249
|
-
* The ID of the PackagingGroup for the Asset.
|
|
1250
|
-
*/
|
|
1251
|
-
PackagingGroupId?: string;
|
|
1252
|
-
|
|
1253
|
-
/**
|
|
1254
|
-
* The resource ID to include in SPEKE key requests.
|
|
1255
|
-
*/
|
|
1256
|
-
ResourceId?: string;
|
|
1257
|
-
|
|
1258
|
-
/**
|
|
1259
|
-
* ARN of the source object in S3.
|
|
1260
|
-
*/
|
|
1261
|
-
SourceArn?: string;
|
|
1262
|
-
|
|
1263
|
-
/**
|
|
1264
|
-
* The IAM role_arn used to access the source S3 bucket.
|
|
1265
|
-
*/
|
|
1266
|
-
SourceRoleArn?: string;
|
|
1267
|
-
|
|
1268
|
-
/**
|
|
1269
|
-
* A collection of tags associated with a resource
|
|
1270
|
-
*/
|
|
1271
|
-
Tags?: { [key: string]: string };
|
|
1272
|
-
}
|
|
1273
|
-
|
|
1274
|
-
export namespace DescribeAssetResponse {
|
|
1275
|
-
/**
|
|
1276
|
-
* @internal
|
|
1277
|
-
*/
|
|
1278
|
-
export const filterSensitiveLog = (obj: DescribeAssetResponse): any => ({
|
|
1279
|
-
...obj,
|
|
1280
|
-
});
|
|
1281
|
-
}
|
|
1282
|
-
|
|
1283
|
-
export interface DescribePackagingConfigurationRequest {
|
|
1284
|
-
/**
|
|
1285
|
-
* The ID of a MediaPackage VOD PackagingConfiguration resource.
|
|
1286
|
-
*/
|
|
1287
|
-
Id: string | undefined;
|
|
1288
|
-
}
|
|
1289
|
-
|
|
1290
|
-
export namespace DescribePackagingConfigurationRequest {
|
|
1291
|
-
/**
|
|
1292
|
-
* @internal
|
|
1293
|
-
*/
|
|
1294
|
-
export const filterSensitiveLog = (obj: DescribePackagingConfigurationRequest): any => ({
|
|
1295
|
-
...obj,
|
|
1296
|
-
});
|
|
1297
|
-
}
|
|
1298
|
-
|
|
1299
|
-
export interface DescribePackagingConfigurationResponse {
|
|
1300
|
-
/**
|
|
1301
|
-
* The ARN of the PackagingConfiguration.
|
|
1302
|
-
*/
|
|
1303
|
-
Arn?: string;
|
|
1304
|
-
|
|
1305
|
-
/**
|
|
1306
|
-
* A CMAF packaging configuration.
|
|
1307
|
-
*/
|
|
1308
|
-
CmafPackage?: CmafPackage;
|
|
1309
|
-
|
|
1310
|
-
/**
|
|
1311
|
-
* A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
|
|
1312
|
-
*/
|
|
1313
|
-
DashPackage?: DashPackage;
|
|
1314
|
-
|
|
1315
|
-
/**
|
|
1316
|
-
* An HTTP Live Streaming (HLS) packaging configuration.
|
|
1317
|
-
*/
|
|
1318
|
-
HlsPackage?: HlsPackage;
|
|
1319
|
-
|
|
1320
|
-
/**
|
|
1321
|
-
* The ID of the PackagingConfiguration.
|
|
1322
|
-
*/
|
|
1323
|
-
Id?: string;
|
|
1324
|
-
|
|
1325
|
-
/**
|
|
1326
|
-
* A Microsoft Smooth Streaming (MSS) PackagingConfiguration.
|
|
1327
|
-
*/
|
|
1328
|
-
MssPackage?: MssPackage;
|
|
1329
|
-
|
|
1330
|
-
/**
|
|
1331
|
-
* The ID of a PackagingGroup.
|
|
1332
|
-
*/
|
|
1333
|
-
PackagingGroupId?: string;
|
|
1334
|
-
|
|
1335
|
-
/**
|
|
1336
|
-
* A collection of tags associated with a resource
|
|
1337
|
-
*/
|
|
1338
|
-
Tags?: { [key: string]: string };
|
|
1339
|
-
}
|
|
1340
|
-
|
|
1341
|
-
export namespace DescribePackagingConfigurationResponse {
|
|
1342
|
-
/**
|
|
1343
|
-
* @internal
|
|
1344
|
-
*/
|
|
1345
|
-
export const filterSensitiveLog = (obj: DescribePackagingConfigurationResponse): any => ({
|
|
1346
|
-
...obj,
|
|
1347
|
-
});
|
|
1348
|
-
}
|
|
1349
|
-
|
|
1350
|
-
export interface DescribePackagingGroupRequest {
|
|
1351
|
-
/**
|
|
1352
|
-
* The ID of a MediaPackage VOD PackagingGroup resource.
|
|
1353
|
-
*/
|
|
1354
|
-
Id: string | undefined;
|
|
1355
|
-
}
|
|
1356
|
-
|
|
1357
|
-
export namespace DescribePackagingGroupRequest {
|
|
1358
|
-
/**
|
|
1359
|
-
* @internal
|
|
1360
|
-
*/
|
|
1361
|
-
export const filterSensitiveLog = (obj: DescribePackagingGroupRequest): any => ({
|
|
1362
|
-
...obj,
|
|
1363
|
-
});
|
|
1364
|
-
}
|
|
1365
|
-
|
|
1366
|
-
export interface DescribePackagingGroupResponse {
|
|
1367
|
-
/**
|
|
1368
|
-
* The ARN of the PackagingGroup.
|
|
1369
|
-
*/
|
|
1370
|
-
Arn?: string;
|
|
1371
|
-
|
|
1372
|
-
/**
|
|
1373
|
-
* CDN Authorization credentials
|
|
1374
|
-
*/
|
|
1375
|
-
Authorization?: Authorization;
|
|
1376
|
-
|
|
1377
|
-
/**
|
|
1378
|
-
* The fully qualified domain name for Assets in the PackagingGroup.
|
|
1379
|
-
*/
|
|
1380
|
-
DomainName?: string;
|
|
1381
|
-
|
|
1382
|
-
/**
|
|
1383
|
-
* Configure egress access logging.
|
|
1384
|
-
*/
|
|
1385
|
-
EgressAccessLogs?: EgressAccessLogs;
|
|
1386
|
-
|
|
1387
|
-
/**
|
|
1388
|
-
* The ID of the PackagingGroup.
|
|
1389
|
-
*/
|
|
1390
|
-
Id?: string;
|
|
1391
|
-
|
|
1392
|
-
/**
|
|
1393
|
-
* A collection of tags associated with a resource
|
|
1394
|
-
*/
|
|
1395
|
-
Tags?: { [key: string]: string };
|
|
1396
|
-
}
|
|
1397
|
-
|
|
1398
|
-
export namespace DescribePackagingGroupResponse {
|
|
1399
|
-
/**
|
|
1400
|
-
* @internal
|
|
1401
|
-
*/
|
|
1402
|
-
export const filterSensitiveLog = (obj: DescribePackagingGroupResponse): any => ({
|
|
1403
|
-
...obj,
|
|
1404
|
-
});
|
|
1405
|
-
}
|
|
1406
|
-
|
|
1407
|
-
export interface ListAssetsRequest {
|
|
1408
|
-
/**
|
|
1409
|
-
* Upper bound on number of records to return.
|
|
1410
|
-
*/
|
|
1411
|
-
MaxResults?: number;
|
|
1412
|
-
|
|
1413
|
-
/**
|
|
1414
|
-
* A token used to resume pagination from the end of a previous request.
|
|
1415
|
-
*/
|
|
1416
|
-
NextToken?: string;
|
|
1417
|
-
|
|
1418
|
-
/**
|
|
1419
|
-
* Returns Assets associated with the specified PackagingGroup.
|
|
1420
|
-
*/
|
|
1421
|
-
PackagingGroupId?: string;
|
|
1422
|
-
}
|
|
1423
|
-
|
|
1424
|
-
export namespace ListAssetsRequest {
|
|
1425
|
-
/**
|
|
1426
|
-
* @internal
|
|
1427
|
-
*/
|
|
1428
|
-
export const filterSensitiveLog = (obj: ListAssetsRequest): any => ({
|
|
1429
|
-
...obj,
|
|
1430
|
-
});
|
|
1431
|
-
}
|
|
1432
|
-
|
|
1433
|
-
export interface ListAssetsResponse {
|
|
1434
|
-
/**
|
|
1435
|
-
* A list of MediaPackage VOD Asset resources.
|
|
1436
|
-
*/
|
|
1437
|
-
Assets?: AssetShallow[];
|
|
1438
|
-
|
|
1439
|
-
/**
|
|
1440
|
-
* A token that can be used to resume pagination from the end of the collection.
|
|
1441
|
-
*/
|
|
1442
|
-
NextToken?: string;
|
|
1443
|
-
}
|
|
1444
|
-
|
|
1445
|
-
export namespace ListAssetsResponse {
|
|
1446
|
-
/**
|
|
1447
|
-
* @internal
|
|
1448
|
-
*/
|
|
1449
|
-
export const filterSensitiveLog = (obj: ListAssetsResponse): any => ({
|
|
1450
|
-
...obj,
|
|
1451
|
-
});
|
|
1452
|
-
}
|
|
1453
|
-
|
|
1454
|
-
export interface ListPackagingConfigurationsRequest {
|
|
1455
|
-
/**
|
|
1456
|
-
* Upper bound on number of records to return.
|
|
1457
|
-
*/
|
|
1458
|
-
MaxResults?: number;
|
|
1459
|
-
|
|
1460
|
-
/**
|
|
1461
|
-
* A token used to resume pagination from the end of a previous request.
|
|
1462
|
-
*/
|
|
1463
|
-
NextToken?: string;
|
|
1464
|
-
|
|
1465
|
-
/**
|
|
1466
|
-
* Returns MediaPackage VOD PackagingConfigurations associated with the specified PackagingGroup.
|
|
1467
|
-
*/
|
|
1468
|
-
PackagingGroupId?: string;
|
|
1469
|
-
}
|
|
1470
|
-
|
|
1471
|
-
export namespace ListPackagingConfigurationsRequest {
|
|
1472
|
-
/**
|
|
1473
|
-
* @internal
|
|
1474
|
-
*/
|
|
1475
|
-
export const filterSensitiveLog = (obj: ListPackagingConfigurationsRequest): any => ({
|
|
1476
|
-
...obj,
|
|
1477
|
-
});
|
|
1478
|
-
}
|
|
1479
|
-
|
|
1480
|
-
export interface ListPackagingConfigurationsResponse {
|
|
1481
|
-
/**
|
|
1482
|
-
* A token that can be used to resume pagination from the end of the collection.
|
|
1483
|
-
*/
|
|
1484
|
-
NextToken?: string;
|
|
1485
|
-
|
|
1486
|
-
/**
|
|
1487
|
-
* A list of MediaPackage VOD PackagingConfiguration resources.
|
|
1488
|
-
*/
|
|
1489
|
-
PackagingConfigurations?: PackagingConfiguration[];
|
|
1490
|
-
}
|
|
1491
|
-
|
|
1492
|
-
export namespace ListPackagingConfigurationsResponse {
|
|
1493
|
-
/**
|
|
1494
|
-
* @internal
|
|
1495
|
-
*/
|
|
1496
|
-
export const filterSensitiveLog = (obj: ListPackagingConfigurationsResponse): any => ({
|
|
1497
|
-
...obj,
|
|
1498
|
-
});
|
|
1499
|
-
}
|
|
1500
|
-
|
|
1501
|
-
export interface ListPackagingGroupsRequest {
|
|
1502
|
-
/**
|
|
1503
|
-
* Upper bound on number of records to return.
|
|
1504
|
-
*/
|
|
1505
|
-
MaxResults?: number;
|
|
1506
|
-
|
|
1507
|
-
/**
|
|
1508
|
-
* A token used to resume pagination from the end of a previous request.
|
|
1509
|
-
*/
|
|
1510
|
-
NextToken?: string;
|
|
1511
|
-
}
|
|
1512
|
-
|
|
1513
|
-
export namespace ListPackagingGroupsRequest {
|
|
1514
|
-
/**
|
|
1515
|
-
* @internal
|
|
1516
|
-
*/
|
|
1517
|
-
export const filterSensitiveLog = (obj: ListPackagingGroupsRequest): any => ({
|
|
1518
|
-
...obj,
|
|
1519
|
-
});
|
|
1520
|
-
}
|
|
1521
|
-
|
|
1522
|
-
export interface ListPackagingGroupsResponse {
|
|
1523
|
-
/**
|
|
1524
|
-
* A token that can be used to resume pagination from the end of the collection.
|
|
1525
|
-
*/
|
|
1526
|
-
NextToken?: string;
|
|
1527
|
-
|
|
1528
|
-
/**
|
|
1529
|
-
* A list of MediaPackage VOD PackagingGroup resources.
|
|
1530
|
-
*/
|
|
1531
|
-
PackagingGroups?: PackagingGroup[];
|
|
1532
|
-
}
|
|
1533
|
-
|
|
1534
|
-
export namespace ListPackagingGroupsResponse {
|
|
1535
|
-
/**
|
|
1536
|
-
* @internal
|
|
1537
|
-
*/
|
|
1538
|
-
export const filterSensitiveLog = (obj: ListPackagingGroupsResponse): any => ({
|
|
1539
|
-
...obj,
|
|
1540
|
-
});
|
|
1541
|
-
}
|
|
1542
|
-
|
|
1543
|
-
export interface ListTagsForResourceRequest {
|
|
1544
|
-
/**
|
|
1545
|
-
* The Amazon Resource Name (ARN) for the resource. You can get this from the response to any request to the resource.
|
|
1546
|
-
*/
|
|
1547
|
-
ResourceArn: string | undefined;
|
|
1548
|
-
}
|
|
1549
|
-
|
|
1550
|
-
export namespace ListTagsForResourceRequest {
|
|
1551
|
-
/**
|
|
1552
|
-
* @internal
|
|
1553
|
-
*/
|
|
1554
|
-
export const filterSensitiveLog = (obj: ListTagsForResourceRequest): any => ({
|
|
1555
|
-
...obj,
|
|
1556
|
-
});
|
|
1557
|
-
}
|
|
1558
|
-
|
|
1559
|
-
export interface ListTagsForResourceResponse {
|
|
1560
|
-
/**
|
|
1561
|
-
* A collection of tags associated with a resource
|
|
1562
|
-
*/
|
|
1563
|
-
Tags?: { [key: string]: string };
|
|
1564
|
-
}
|
|
1565
|
-
|
|
1566
|
-
export namespace ListTagsForResourceResponse {
|
|
1567
|
-
/**
|
|
1568
|
-
* @internal
|
|
1569
|
-
*/
|
|
1570
|
-
export const filterSensitiveLog = (obj: ListTagsForResourceResponse): any => ({
|
|
1571
|
-
...obj,
|
|
1572
|
-
});
|
|
1573
|
-
}
|
|
1574
|
-
|
|
1575
|
-
export interface TagResourceRequest {
|
|
1576
|
-
/**
|
|
1577
|
-
* The Amazon Resource Name (ARN) for the resource. You can get this from the response to any request to the resource.
|
|
1578
|
-
*/
|
|
1579
|
-
ResourceArn: string | undefined;
|
|
1580
|
-
|
|
1581
|
-
/**
|
|
1582
|
-
* A collection of tags associated with a resource
|
|
1583
|
-
*/
|
|
1584
|
-
Tags: { [key: string]: string } | undefined;
|
|
1585
|
-
}
|
|
1586
|
-
|
|
1587
|
-
export namespace TagResourceRequest {
|
|
1588
|
-
/**
|
|
1589
|
-
* @internal
|
|
1590
|
-
*/
|
|
1591
|
-
export const filterSensitiveLog = (obj: TagResourceRequest): any => ({
|
|
1592
|
-
...obj,
|
|
1593
|
-
});
|
|
1594
|
-
}
|
|
1595
|
-
|
|
1596
|
-
export interface UntagResourceRequest {
|
|
1597
|
-
/**
|
|
1598
|
-
* The Amazon Resource Name (ARN) for the resource. You can get this from the response to any request to the resource.
|
|
1599
|
-
*/
|
|
1600
|
-
ResourceArn: string | undefined;
|
|
1601
|
-
|
|
1602
|
-
/**
|
|
1603
|
-
* A comma-separated list of the tag keys to remove from the resource.
|
|
1604
|
-
*/
|
|
1605
|
-
TagKeys: string[] | undefined;
|
|
1606
|
-
}
|
|
1607
|
-
|
|
1608
|
-
export namespace UntagResourceRequest {
|
|
1609
|
-
/**
|
|
1610
|
-
* @internal
|
|
1611
|
-
*/
|
|
1612
|
-
export const filterSensitiveLog = (obj: UntagResourceRequest): any => ({
|
|
1613
|
-
...obj,
|
|
1614
|
-
});
|
|
1615
|
-
}
|
|
1616
|
-
|
|
1617
|
-
/**
|
|
1618
|
-
* A MediaPackage VOD PackagingGroup resource configuration.
|
|
1619
|
-
*/
|
|
1620
|
-
export interface UpdatePackagingGroupRequest {
|
|
1621
|
-
/**
|
|
1622
|
-
* CDN Authorization credentials
|
|
1623
|
-
*/
|
|
1624
|
-
Authorization?: Authorization;
|
|
1625
|
-
|
|
1626
|
-
/**
|
|
1627
|
-
* The ID of a MediaPackage VOD PackagingGroup resource.
|
|
1628
|
-
*/
|
|
1629
|
-
Id: string | undefined;
|
|
1630
|
-
}
|
|
1631
|
-
|
|
1632
|
-
export namespace UpdatePackagingGroupRequest {
|
|
1633
|
-
/**
|
|
1634
|
-
* @internal
|
|
1635
|
-
*/
|
|
1636
|
-
export const filterSensitiveLog = (obj: UpdatePackagingGroupRequest): any => ({
|
|
1637
|
-
...obj,
|
|
1638
|
-
});
|
|
1639
|
-
}
|
|
1640
|
-
|
|
1641
|
-
export interface UpdatePackagingGroupResponse {
|
|
1642
|
-
/**
|
|
1643
|
-
* The ARN of the PackagingGroup.
|
|
1644
|
-
*/
|
|
1645
|
-
Arn?: string;
|
|
1646
|
-
|
|
1647
|
-
/**
|
|
1648
|
-
* CDN Authorization credentials
|
|
1649
|
-
*/
|
|
1650
|
-
Authorization?: Authorization;
|
|
1651
|
-
|
|
1652
|
-
/**
|
|
1653
|
-
* The fully qualified domain name for Assets in the PackagingGroup.
|
|
1654
|
-
*/
|
|
1655
|
-
DomainName?: string;
|
|
1656
|
-
|
|
1657
|
-
/**
|
|
1658
|
-
* Configure egress access logging.
|
|
1659
|
-
*/
|
|
1660
|
-
EgressAccessLogs?: EgressAccessLogs;
|
|
1661
|
-
|
|
1662
|
-
/**
|
|
1663
|
-
* The ID of the PackagingGroup.
|
|
1664
|
-
*/
|
|
1665
|
-
Id?: string;
|
|
1666
|
-
|
|
1667
|
-
/**
|
|
1668
|
-
* A collection of tags associated with a resource
|
|
1669
|
-
*/
|
|
1670
|
-
Tags?: { [key: string]: string };
|
|
1671
|
-
}
|
|
1672
|
-
|
|
1673
|
-
export namespace UpdatePackagingGroupResponse {
|
|
1674
|
-
/**
|
|
1675
|
-
* @internal
|
|
1676
|
-
*/
|
|
1677
|
-
export const filterSensitiveLog = (obj: UpdatePackagingGroupResponse): any => ({
|
|
1678
|
-
...obj,
|
|
1679
|
-
});
|
|
1680
|
-
}
|