@aws-sdk/client-mediapackage 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/MediaPackage.js +0 -4
- package/dist-cjs/MediaPackageClient.js +0 -9
- package/dist-cjs/commands/ConfigureLogsCommand.js +0 -25
- package/dist-cjs/commands/CreateChannelCommand.js +0 -25
- package/dist-cjs/commands/CreateHarvestJobCommand.js +0 -25
- package/dist-cjs/commands/CreateOriginEndpointCommand.js +0 -25
- package/dist-cjs/commands/DeleteChannelCommand.js +0 -25
- package/dist-cjs/commands/DeleteOriginEndpointCommand.js +0 -25
- package/dist-cjs/commands/DescribeChannelCommand.js +0 -25
- package/dist-cjs/commands/DescribeHarvestJobCommand.js +0 -25
- package/dist-cjs/commands/DescribeOriginEndpointCommand.js +0 -25
- package/dist-cjs/commands/ListChannelsCommand.js +0 -25
- package/dist-cjs/commands/ListHarvestJobsCommand.js +0 -25
- package/dist-cjs/commands/ListOriginEndpointsCommand.js +0 -25
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -8
- package/dist-cjs/commands/RotateChannelCredentialsCommand.js +0 -27
- package/dist-cjs/commands/RotateIngestEndpointCredentialsCommand.js +0 -25
- package/dist-cjs/commands/TagResourceCommand.js +0 -8
- package/dist-cjs/commands/UntagResourceCommand.js +0 -8
- package/dist-cjs/commands/UpdateChannelCommand.js +0 -25
- package/dist-cjs/commands/UpdateOriginEndpointCommand.js +0 -25
- package/dist-cjs/commands/index.js +22 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -26
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -196
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListChannelsPaginator.js +0 -11
- package/dist-cjs/pagination/ListHarvestJobsPaginator.js +0 -11
- package/dist-cjs/pagination/ListOriginEndpointsPaginator.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/MediaPackage.js +0 -1
- package/dist-es/MediaPackageClient.js +0 -1
- package/dist-es/commands/ConfigureLogsCommand.js +0 -1
- package/dist-es/commands/CreateChannelCommand.js +0 -1
- package/dist-es/commands/CreateHarvestJobCommand.js +0 -1
- package/dist-es/commands/CreateOriginEndpointCommand.js +0 -1
- package/dist-es/commands/DeleteChannelCommand.js +0 -1
- package/dist-es/commands/DeleteOriginEndpointCommand.js +0 -1
- package/dist-es/commands/DescribeChannelCommand.js +0 -1
- package/dist-es/commands/DescribeHarvestJobCommand.js +0 -1
- package/dist-es/commands/DescribeOriginEndpointCommand.js +0 -1
- package/dist-es/commands/ListChannelsCommand.js +0 -1
- package/dist-es/commands/ListHarvestJobsCommand.js +0 -1
- package/dist-es/commands/ListOriginEndpointsCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/RotateChannelCredentialsCommand.js +0 -1
- package/dist-es/commands/RotateIngestEndpointCredentialsCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateChannelCommand.js +0 -1
- package/dist-es/commands/UpdateOriginEndpointCommand.js +0 -1
- package/dist-es/commands/index.js +19 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -26
- 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/ListChannelsPaginator.js +0 -1
- package/dist-es/pagination/ListHarvestJobsPaginator.js +0 -1
- package/dist-es/pagination/ListOriginEndpointsPaginator.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 +19 -0
- package/dist-types/index.d.ts +4 -25
- package/dist-types/models/models_0.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/MediaPackage.d.ts +17 -53
- package/dist-types/ts3.4/MediaPackageClient.d.ts +24 -89
- package/dist-types/ts3.4/commands/ConfigureLogsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateHarvestJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateOriginEndpointCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteOriginEndpointCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeHarvestJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeOriginEndpointCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListHarvestJobsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListOriginEndpointsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/RotateChannelCredentialsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/RotateIngestEndpointCredentialsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateOriginEndpointCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +19 -0
- package/dist-types/ts3.4/index.d.ts +4 -25
- package/dist-types/ts3.4/models/models_0.d.ts +396 -1325
- 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/MediaPackage.js.map +0 -1
- package/dist-cjs/MediaPackageClient.js.map +0 -1
- package/dist-cjs/commands/ConfigureLogsCommand.js.map +0 -1
- package/dist-cjs/commands/CreateChannelCommand.js.map +0 -1
- package/dist-cjs/commands/CreateHarvestJobCommand.js.map +0 -1
- package/dist-cjs/commands/CreateOriginEndpointCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteChannelCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteOriginEndpointCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeChannelCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeHarvestJobCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeOriginEndpointCommand.js.map +0 -1
- package/dist-cjs/commands/ListChannelsCommand.js.map +0 -1
- package/dist-cjs/commands/ListHarvestJobsCommand.js.map +0 -1
- package/dist-cjs/commands/ListOriginEndpointsCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/RotateChannelCredentialsCommand.js.map +0 -1
- package/dist-cjs/commands/RotateIngestEndpointCredentialsCommand.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/UpdateChannelCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateOriginEndpointCommand.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/ListChannelsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListHarvestJobsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListOriginEndpointsPaginator.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/MediaPackage.js.map +0 -1
- package/dist-es/MediaPackageClient.js.map +0 -1
- package/dist-es/commands/ConfigureLogsCommand.js.map +0 -1
- package/dist-es/commands/CreateChannelCommand.js.map +0 -1
- package/dist-es/commands/CreateHarvestJobCommand.js.map +0 -1
- package/dist-es/commands/CreateOriginEndpointCommand.js.map +0 -1
- package/dist-es/commands/DeleteChannelCommand.js.map +0 -1
- package/dist-es/commands/DeleteOriginEndpointCommand.js.map +0 -1
- package/dist-es/commands/DescribeChannelCommand.js.map +0 -1
- package/dist-es/commands/DescribeHarvestJobCommand.js.map +0 -1
- package/dist-es/commands/DescribeOriginEndpointCommand.js.map +0 -1
- package/dist-es/commands/ListChannelsCommand.js.map +0 -1
- package/dist-es/commands/ListHarvestJobsCommand.js.map +0 -1
- package/dist-es/commands/ListOriginEndpointsCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/RotateChannelCredentialsCommand.js.map +0 -1
- package/dist-es/commands/RotateIngestEndpointCredentialsCommand.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/UpdateChannelCommand.js.map +0 -1
- package/dist-es/commands/UpdateOriginEndpointCommand.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/ListChannelsPaginator.js.map +0 -1
- package/dist-es/pagination/ListHarvestJobsPaginator.js.map +0 -1
- package/dist-es/pagination/ListOriginEndpointsPaginator.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/MediaPackage.ts +0 -691
- package/src/MediaPackageClient.ts +0 -317
- package/src/commands/ConfigureLogsCommand.ts +0 -95
- package/src/commands/CreateChannelCommand.ts +0 -95
- package/src/commands/CreateHarvestJobCommand.ts +0 -95
- package/src/commands/CreateOriginEndpointCommand.ts +0 -95
- package/src/commands/DeleteChannelCommand.ts +0 -95
- package/src/commands/DeleteOriginEndpointCommand.ts +0 -95
- package/src/commands/DescribeChannelCommand.ts +0 -95
- package/src/commands/DescribeHarvestJobCommand.ts +0 -95
- package/src/commands/DescribeOriginEndpointCommand.ts +0 -95
- package/src/commands/ListChannelsCommand.ts +0 -95
- package/src/commands/ListHarvestJobsCommand.ts +0 -95
- package/src/commands/ListOriginEndpointsCommand.ts +0 -95
- package/src/commands/ListTagsForResourceCommand.ts +0 -78
- package/src/commands/RotateChannelCredentialsCommand.ts +0 -97
- package/src/commands/RotateIngestEndpointCredentialsCommand.ts +0 -103
- package/src/commands/TagResourceCommand.ts +0 -78
- package/src/commands/UntagResourceCommand.ts +0 -78
- package/src/commands/UpdateChannelCommand.ts +0 -95
- package/src/commands/UpdateOriginEndpointCommand.ts +0 -95
- package/src/endpoints.ts +0 -57
- package/src/index.ts +0 -26
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -2553
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListChannelsPaginator.ts +0 -59
- package/src/pagination/ListHarvestJobsPaginator.ts +0 -59
- package/src/pagination/ListOriginEndpointsPaginator.ts +0 -59
- package/src/protocols/Aws_restJson1.ts +0 -3669
- 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
|
@@ -12,140 +12,82 @@ export declare enum __AdTriggersElement {
|
|
|
12
12
|
export declare enum __PeriodTriggersElement {
|
|
13
13
|
ADS = "ADS"
|
|
14
14
|
}
|
|
15
|
-
|
|
16
|
-
* Configure egress access logging.
|
|
17
|
-
*/
|
|
15
|
+
|
|
18
16
|
export interface EgressAccessLogs {
|
|
19
|
-
|
|
20
|
-
* Customize the log group name.
|
|
21
|
-
*/
|
|
17
|
+
|
|
22
18
|
LogGroupName?: string;
|
|
23
19
|
}
|
|
24
20
|
export declare namespace EgressAccessLogs {
|
|
25
|
-
|
|
26
|
-
* @internal
|
|
27
|
-
*/
|
|
21
|
+
|
|
28
22
|
const filterSensitiveLog: (obj: EgressAccessLogs) => any;
|
|
29
23
|
}
|
|
30
|
-
|
|
31
|
-
* An endpoint for ingesting source content for a Channel.
|
|
32
|
-
*/
|
|
24
|
+
|
|
33
25
|
export interface IngestEndpoint {
|
|
34
|
-
|
|
35
|
-
* The system generated unique identifier for the IngestEndpoint
|
|
36
|
-
*/
|
|
26
|
+
|
|
37
27
|
Id?: string;
|
|
38
|
-
|
|
39
|
-
* The system generated password for ingest authentication.
|
|
40
|
-
*/
|
|
28
|
+
|
|
41
29
|
Password?: string;
|
|
42
|
-
|
|
43
|
-
* The ingest URL to which the source stream should be sent.
|
|
44
|
-
*/
|
|
30
|
+
|
|
45
31
|
Url?: string;
|
|
46
|
-
|
|
47
|
-
* The system generated username for ingest authentication.
|
|
48
|
-
*/
|
|
32
|
+
|
|
49
33
|
Username?: string;
|
|
50
34
|
}
|
|
51
35
|
export declare namespace IngestEndpoint {
|
|
52
|
-
|
|
53
|
-
* @internal
|
|
54
|
-
*/
|
|
36
|
+
|
|
55
37
|
const filterSensitiveLog: (obj: IngestEndpoint) => any;
|
|
56
38
|
}
|
|
57
|
-
|
|
58
|
-
* An HTTP Live Streaming (HLS) ingest resource configuration.
|
|
59
|
-
*/
|
|
39
|
+
|
|
60
40
|
export interface HlsIngest {
|
|
61
|
-
|
|
62
|
-
* A list of endpoints to which the source stream should be sent.
|
|
63
|
-
*/
|
|
41
|
+
|
|
64
42
|
IngestEndpoints?: IngestEndpoint[];
|
|
65
43
|
}
|
|
66
44
|
export declare namespace HlsIngest {
|
|
67
|
-
|
|
68
|
-
* @internal
|
|
69
|
-
*/
|
|
45
|
+
|
|
70
46
|
const filterSensitiveLog: (obj: HlsIngest) => any;
|
|
71
47
|
}
|
|
72
|
-
|
|
73
|
-
* Configure ingress access logging.
|
|
74
|
-
*/
|
|
48
|
+
|
|
75
49
|
export interface IngressAccessLogs {
|
|
76
|
-
|
|
77
|
-
* Customize the log group name.
|
|
78
|
-
*/
|
|
50
|
+
|
|
79
51
|
LogGroupName?: string;
|
|
80
52
|
}
|
|
81
53
|
export declare namespace IngressAccessLogs {
|
|
82
|
-
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
54
|
+
|
|
85
55
|
const filterSensitiveLog: (obj: IngressAccessLogs) => any;
|
|
86
56
|
}
|
|
87
|
-
|
|
88
|
-
* A Channel resource configuration.
|
|
89
|
-
*/
|
|
57
|
+
|
|
90
58
|
export interface Channel {
|
|
91
|
-
|
|
92
|
-
* The Amazon Resource Name (ARN) assigned to the Channel.
|
|
93
|
-
*/
|
|
59
|
+
|
|
94
60
|
Arn?: string;
|
|
95
|
-
|
|
96
|
-
* A short text description of the Channel.
|
|
97
|
-
*/
|
|
61
|
+
|
|
98
62
|
Description?: string;
|
|
99
|
-
|
|
100
|
-
* Configure egress access logging.
|
|
101
|
-
*/
|
|
63
|
+
|
|
102
64
|
EgressAccessLogs?: EgressAccessLogs;
|
|
103
|
-
|
|
104
|
-
* An HTTP Live Streaming (HLS) ingest resource configuration.
|
|
105
|
-
*/
|
|
65
|
+
|
|
106
66
|
HlsIngest?: HlsIngest;
|
|
107
|
-
|
|
108
|
-
* The ID of the Channel.
|
|
109
|
-
*/
|
|
67
|
+
|
|
110
68
|
Id?: string;
|
|
111
|
-
|
|
112
|
-
* Configure ingress access logging.
|
|
113
|
-
*/
|
|
69
|
+
|
|
114
70
|
IngressAccessLogs?: IngressAccessLogs;
|
|
115
|
-
|
|
116
|
-
* A collection of tags associated with a resource
|
|
117
|
-
*/
|
|
71
|
+
|
|
118
72
|
Tags?: {
|
|
119
73
|
[key: string]: string;
|
|
120
74
|
};
|
|
121
75
|
}
|
|
122
76
|
export declare namespace Channel {
|
|
123
|
-
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
77
|
+
|
|
126
78
|
const filterSensitiveLog: (obj: Channel) => any;
|
|
127
79
|
}
|
|
128
|
-
|
|
129
|
-
* Configuration parameters for where in an S3 bucket to place the harvested content
|
|
130
|
-
*/
|
|
80
|
+
|
|
131
81
|
export interface S3Destination {
|
|
132
|
-
|
|
133
|
-
* The name of an S3 bucket within which harvested content will be exported
|
|
134
|
-
*/
|
|
82
|
+
|
|
135
83
|
BucketName: string | undefined;
|
|
136
|
-
|
|
137
|
-
* The key in the specified S3 bucket where the harvested top-level manifest will be placed.
|
|
138
|
-
*/
|
|
84
|
+
|
|
139
85
|
ManifestKey: string | undefined;
|
|
140
|
-
|
|
141
|
-
* The IAM role used to write to the specified S3 bucket
|
|
142
|
-
*/
|
|
86
|
+
|
|
143
87
|
RoleArn: string | undefined;
|
|
144
88
|
}
|
|
145
89
|
export declare namespace S3Destination {
|
|
146
|
-
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
90
|
+
|
|
149
91
|
const filterSensitiveLog: (obj: S3Destination) => any;
|
|
150
92
|
}
|
|
151
93
|
export declare enum Status {
|
|
@@ -153,55 +95,29 @@ export declare enum Status {
|
|
|
153
95
|
IN_PROGRESS = "IN_PROGRESS",
|
|
154
96
|
SUCCEEDED = "SUCCEEDED"
|
|
155
97
|
}
|
|
156
|
-
|
|
157
|
-
* A HarvestJob resource configuration
|
|
158
|
-
*/
|
|
98
|
+
|
|
159
99
|
export interface HarvestJob {
|
|
160
|
-
|
|
161
|
-
* The Amazon Resource Name (ARN) assigned to the HarvestJob.
|
|
162
|
-
*/
|
|
100
|
+
|
|
163
101
|
Arn?: string;
|
|
164
|
-
|
|
165
|
-
* The ID of the Channel that the HarvestJob will harvest from.
|
|
166
|
-
*/
|
|
102
|
+
|
|
167
103
|
ChannelId?: string;
|
|
168
|
-
|
|
169
|
-
* The time the HarvestJob was submitted
|
|
170
|
-
*/
|
|
104
|
+
|
|
171
105
|
CreatedAt?: string;
|
|
172
|
-
|
|
173
|
-
* The end of the time-window which will be harvested.
|
|
174
|
-
*/
|
|
106
|
+
|
|
175
107
|
EndTime?: string;
|
|
176
|
-
|
|
177
|
-
* The ID of the HarvestJob. The ID must be unique within the region
|
|
178
|
-
* and it cannot be changed after the HarvestJob is submitted.
|
|
179
|
-
*/
|
|
108
|
+
|
|
180
109
|
Id?: string;
|
|
181
|
-
|
|
182
|
-
* The ID of the OriginEndpoint that the HarvestJob will harvest from.
|
|
183
|
-
* This cannot be changed after the HarvestJob is submitted.
|
|
184
|
-
*/
|
|
110
|
+
|
|
185
111
|
OriginEndpointId?: string;
|
|
186
|
-
|
|
187
|
-
* Configuration parameters for where in an S3 bucket to place the harvested content
|
|
188
|
-
*/
|
|
112
|
+
|
|
189
113
|
S3Destination?: S3Destination;
|
|
190
|
-
|
|
191
|
-
* The start of the time-window which will be harvested.
|
|
192
|
-
*/
|
|
114
|
+
|
|
193
115
|
StartTime?: string;
|
|
194
|
-
|
|
195
|
-
* The current status of the HarvestJob. Consider setting up a CloudWatch Event to listen for
|
|
196
|
-
* HarvestJobs as they succeed or fail. In the event of failure, the CloudWatch Event will
|
|
197
|
-
* include an explanation of why the HarvestJob failed.
|
|
198
|
-
*/
|
|
116
|
+
|
|
199
117
|
Status?: Status | string;
|
|
200
118
|
}
|
|
201
119
|
export declare namespace HarvestJob {
|
|
202
|
-
|
|
203
|
-
* @internal
|
|
204
|
-
*/
|
|
120
|
+
|
|
205
121
|
const filterSensitiveLog: (obj: HarvestJob) => any;
|
|
206
122
|
}
|
|
207
123
|
export declare enum AdMarkers {
|
|
@@ -215,65 +131,27 @@ export declare enum PlaylistType {
|
|
|
215
131
|
NONE = "NONE",
|
|
216
132
|
VOD = "VOD"
|
|
217
133
|
}
|
|
218
|
-
|
|
219
|
-
* A HTTP Live Streaming (HLS) manifest configuration.
|
|
220
|
-
*/
|
|
134
|
+
|
|
221
135
|
export interface HlsManifest {
|
|
222
|
-
|
|
223
|
-
* This setting controls how ad markers are included in the packaged OriginEndpoint.
|
|
224
|
-
* "NONE" will omit all SCTE-35 ad markers from the output.
|
|
225
|
-
* "PASSTHROUGH" causes the manifest to contain a copy of the SCTE-35 ad
|
|
226
|
-
* markers (comments) taken directly from the input HTTP Live Streaming (HLS) manifest.
|
|
227
|
-
* "SCTE35_ENHANCED" generates ad markers and blackout tags based on SCTE-35
|
|
228
|
-
* messages in the input source.
|
|
229
|
-
* "DATERANGE" inserts EXT-X-DATERANGE tags to signal ad and program transition events
|
|
230
|
-
* in HLS and CMAF manifests. For this option, you must set a programDateTimeIntervalSeconds value
|
|
231
|
-
* that is greater than 0.
|
|
232
|
-
*/
|
|
136
|
+
|
|
233
137
|
AdMarkers?: AdMarkers | string;
|
|
234
|
-
|
|
235
|
-
* The ID of the manifest. The ID must be unique within the OriginEndpoint and it cannot be changed after it is created.
|
|
236
|
-
*/
|
|
138
|
+
|
|
237
139
|
Id: string | undefined;
|
|
238
|
-
|
|
239
|
-
* When enabled, an I-Frame only stream will be included in the output.
|
|
240
|
-
*/
|
|
140
|
+
|
|
241
141
|
IncludeIframeOnlyStream?: boolean;
|
|
242
|
-
|
|
243
|
-
* An optional short string appended to the end of the OriginEndpoint URL. If not specified, defaults to the manifestName for the OriginEndpoint.
|
|
244
|
-
*/
|
|
142
|
+
|
|
245
143
|
ManifestName?: string;
|
|
246
|
-
|
|
247
|
-
* The HTTP Live Streaming (HLS) playlist type.
|
|
248
|
-
* When either "EVENT" or "VOD" is specified, a corresponding EXT-X-PLAYLIST-TYPE
|
|
249
|
-
* entry will be included in the media playlist.
|
|
250
|
-
*/
|
|
144
|
+
|
|
251
145
|
PlaylistType?: PlaylistType | string;
|
|
252
|
-
|
|
253
|
-
* Time window (in seconds) contained in each parent manifest.
|
|
254
|
-
*/
|
|
146
|
+
|
|
255
147
|
PlaylistWindowSeconds?: number;
|
|
256
|
-
|
|
257
|
-
* The interval (in seconds) between each EXT-X-PROGRAM-DATE-TIME tag
|
|
258
|
-
* inserted into manifests. Additionally, when an interval is specified
|
|
259
|
-
* ID3Timed Metadata messages will be generated every 5 seconds using the
|
|
260
|
-
* ingest time of the content.
|
|
261
|
-
* If the interval is not specified, or set to 0, then
|
|
262
|
-
* no EXT-X-PROGRAM-DATE-TIME tags will be inserted into manifests and no
|
|
263
|
-
* ID3Timed Metadata messages will be generated. Note that irrespective
|
|
264
|
-
* of this parameter, if any ID3 Timed Metadata is found in HTTP Live Streaming (HLS) input,
|
|
265
|
-
* it will be passed through to HLS output.
|
|
266
|
-
*/
|
|
148
|
+
|
|
267
149
|
ProgramDateTimeIntervalSeconds?: number;
|
|
268
|
-
|
|
269
|
-
* The URL of the packaged OriginEndpoint for consumption.
|
|
270
|
-
*/
|
|
150
|
+
|
|
271
151
|
Url?: string;
|
|
272
152
|
}
|
|
273
153
|
export declare namespace HlsManifest {
|
|
274
|
-
|
|
275
|
-
* @internal
|
|
276
|
-
*/
|
|
154
|
+
|
|
277
155
|
const filterSensitiveLog: (obj: HlsManifest) => any;
|
|
278
156
|
}
|
|
279
157
|
export declare enum AdsOnDeliveryRestrictions {
|
|
@@ -282,97 +160,40 @@ export declare enum AdsOnDeliveryRestrictions {
|
|
|
282
160
|
RESTRICTED = "RESTRICTED",
|
|
283
161
|
UNRESTRICTED = "UNRESTRICTED"
|
|
284
162
|
}
|
|
285
|
-
|
|
286
|
-
* A HTTP Live Streaming (HLS) manifest configuration.
|
|
287
|
-
*/
|
|
163
|
+
|
|
288
164
|
export interface HlsManifestCreateOrUpdateParameters {
|
|
289
|
-
|
|
290
|
-
* This setting controls how ad markers are included in the packaged OriginEndpoint.
|
|
291
|
-
* "NONE" will omit all SCTE-35 ad markers from the output.
|
|
292
|
-
* "PASSTHROUGH" causes the manifest to contain a copy of the SCTE-35 ad
|
|
293
|
-
* markers (comments) taken directly from the input HTTP Live Streaming (HLS) manifest.
|
|
294
|
-
* "SCTE35_ENHANCED" generates ad markers and blackout tags based on SCTE-35
|
|
295
|
-
* messages in the input source.
|
|
296
|
-
* "DATERANGE" inserts EXT-X-DATERANGE tags to signal ad and program transition events
|
|
297
|
-
* in HLS and CMAF manifests. For this option, you must set a programDateTimeIntervalSeconds value
|
|
298
|
-
* that is greater than 0.
|
|
299
|
-
*/
|
|
165
|
+
|
|
300
166
|
AdMarkers?: AdMarkers | string;
|
|
301
|
-
|
|
302
|
-
* A list of SCTE-35 message types that are treated as ad markers in the output. If empty, no
|
|
303
|
-
* ad markers are output. Specify multiple items to create ad markers for all of the included
|
|
304
|
-
* message types.
|
|
305
|
-
*/
|
|
167
|
+
|
|
306
168
|
AdTriggers?: (__AdTriggersElement | string)[];
|
|
307
|
-
|
|
308
|
-
* This setting allows the delivery restriction flags on SCTE-35 segmentation descriptors to
|
|
309
|
-
* determine whether a message signals an ad. Choosing "NONE" means no SCTE-35 messages become
|
|
310
|
-
* ads. Choosing "RESTRICTED" means SCTE-35 messages of the types specified in AdTriggers that
|
|
311
|
-
* contain delivery restrictions will be treated as ads. Choosing "UNRESTRICTED" means SCTE-35
|
|
312
|
-
* messages of the types specified in AdTriggers that do not contain delivery restrictions will
|
|
313
|
-
* be treated as ads. Choosing "BOTH" means all SCTE-35 messages of the types specified in
|
|
314
|
-
* AdTriggers will be treated as ads. Note that Splice Insert messages do not have these flags
|
|
315
|
-
* and are always treated as ads if specified in AdTriggers.
|
|
316
|
-
*/
|
|
169
|
+
|
|
317
170
|
AdsOnDeliveryRestrictions?: AdsOnDeliveryRestrictions | string;
|
|
318
|
-
|
|
319
|
-
* The ID of the manifest. The ID must be unique within the OriginEndpoint and it cannot be changed after it is created.
|
|
320
|
-
*/
|
|
171
|
+
|
|
321
172
|
Id: string | undefined;
|
|
322
|
-
|
|
323
|
-
* When enabled, an I-Frame only stream will be included in the output.
|
|
324
|
-
*/
|
|
173
|
+
|
|
325
174
|
IncludeIframeOnlyStream?: boolean;
|
|
326
|
-
|
|
327
|
-
* An optional short string appended to the end of the OriginEndpoint URL. If not specified, defaults to the manifestName for the OriginEndpoint.
|
|
328
|
-
*/
|
|
175
|
+
|
|
329
176
|
ManifestName?: string;
|
|
330
|
-
|
|
331
|
-
* The HTTP Live Streaming (HLS) playlist type.
|
|
332
|
-
* When either "EVENT" or "VOD" is specified, a corresponding EXT-X-PLAYLIST-TYPE
|
|
333
|
-
* entry will be included in the media playlist.
|
|
334
|
-
*/
|
|
177
|
+
|
|
335
178
|
PlaylistType?: PlaylistType | string;
|
|
336
|
-
|
|
337
|
-
* Time window (in seconds) contained in each parent manifest.
|
|
338
|
-
*/
|
|
179
|
+
|
|
339
180
|
PlaylistWindowSeconds?: number;
|
|
340
|
-
|
|
341
|
-
* The interval (in seconds) between each EXT-X-PROGRAM-DATE-TIME tag
|
|
342
|
-
* inserted into manifests. Additionally, when an interval is specified
|
|
343
|
-
* ID3Timed Metadata messages will be generated every 5 seconds using the
|
|
344
|
-
* ingest time of the content.
|
|
345
|
-
* If the interval is not specified, or set to 0, then
|
|
346
|
-
* no EXT-X-PROGRAM-DATE-TIME tags will be inserted into manifests and no
|
|
347
|
-
* ID3Timed Metadata messages will be generated. Note that irrespective
|
|
348
|
-
* of this parameter, if any ID3 Timed Metadata is found in HTTP Live Streaming (HLS) input,
|
|
349
|
-
* it will be passed through to HLS output.
|
|
350
|
-
*/
|
|
181
|
+
|
|
351
182
|
ProgramDateTimeIntervalSeconds?: number;
|
|
352
183
|
}
|
|
353
184
|
export declare namespace HlsManifestCreateOrUpdateParameters {
|
|
354
|
-
|
|
355
|
-
* @internal
|
|
356
|
-
*/
|
|
185
|
+
|
|
357
186
|
const filterSensitiveLog: (obj: HlsManifestCreateOrUpdateParameters) => any;
|
|
358
187
|
}
|
|
359
|
-
|
|
360
|
-
* CDN Authorization credentials
|
|
361
|
-
*/
|
|
188
|
+
|
|
362
189
|
export interface Authorization {
|
|
363
|
-
|
|
364
|
-
* The Amazon Resource Name (ARN) for the secret in Secrets Manager that your Content Distribution Network (CDN) uses for authorization to access your endpoint.
|
|
365
|
-
*/
|
|
190
|
+
|
|
366
191
|
CdnIdentifierSecret: string | undefined;
|
|
367
|
-
|
|
368
|
-
* The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage to communicate with AWS Secrets Manager.
|
|
369
|
-
*/
|
|
192
|
+
|
|
370
193
|
SecretsRoleArn: string | undefined;
|
|
371
194
|
}
|
|
372
195
|
export declare namespace Authorization {
|
|
373
|
-
|
|
374
|
-
* @internal
|
|
375
|
-
*/
|
|
196
|
+
|
|
376
197
|
const filterSensitiveLog: (obj: Authorization) => any;
|
|
377
198
|
}
|
|
378
199
|
export declare enum PresetSpeke20Audio {
|
|
@@ -381,94 +202,47 @@ export declare enum PresetSpeke20Audio {
|
|
|
381
202
|
export declare enum PresetSpeke20Video {
|
|
382
203
|
PRESET_VIDEO_1 = "PRESET-VIDEO-1"
|
|
383
204
|
}
|
|
384
|
-
|
|
385
|
-
* Use encryptionContractConfiguration to configure one or more content encryption keys for your endpoints that use SPEKE 2.0.
|
|
386
|
-
* The encryption contract defines which content keys are used to encrypt the audio and video tracks in your stream.
|
|
387
|
-
* To configure the encryption contract, specify which audio and video encryption presets to use.
|
|
388
|
-
* Note the following considerations when using encryptionContractConfiguration:
|
|
389
|
-
* encryptionContractConfiguration can be used for DASH or CMAF endpoints that use SPEKE 2.0. SPEKE 2.0 relies on the CPIX 2.3 specification.
|
|
390
|
-
* You must disable key rotation for this endpoint by setting keyRotationIntervalSeconds to 0.
|
|
391
|
-
*/
|
|
205
|
+
|
|
392
206
|
export interface EncryptionContractConfiguration {
|
|
393
|
-
|
|
394
|
-
* A collection of audio encryption presets.
|
|
395
|
-
*/
|
|
207
|
+
|
|
396
208
|
PresetSpeke20Audio: PresetSpeke20Audio | string | undefined;
|
|
397
|
-
|
|
398
|
-
* A collection of video encryption presets.
|
|
399
|
-
*/
|
|
209
|
+
|
|
400
210
|
PresetSpeke20Video: PresetSpeke20Video | string | undefined;
|
|
401
211
|
}
|
|
402
212
|
export declare namespace EncryptionContractConfiguration {
|
|
403
|
-
|
|
404
|
-
* @internal
|
|
405
|
-
*/
|
|
213
|
+
|
|
406
214
|
const filterSensitiveLog: (obj: EncryptionContractConfiguration) => any;
|
|
407
215
|
}
|
|
408
|
-
|
|
409
|
-
* A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.
|
|
410
|
-
*/
|
|
216
|
+
|
|
411
217
|
export interface SpekeKeyProvider {
|
|
412
|
-
|
|
413
|
-
* An Amazon Resource Name (ARN) of a Certificate Manager certificate
|
|
414
|
-
* that MediaPackage will use for enforcing secure end-to-end data
|
|
415
|
-
* transfer with the key provider service.
|
|
416
|
-
*/
|
|
218
|
+
|
|
417
219
|
CertificateArn?: string;
|
|
418
|
-
|
|
419
|
-
* Use encryptionContractConfiguration to configure one or more content encryption keys for your endpoints that use SPEKE 2.0.
|
|
420
|
-
* The encryption contract defines which content keys are used to encrypt the audio and video tracks in your stream.
|
|
421
|
-
* To configure the encryption contract, specify which audio and video encryption presets to use.
|
|
422
|
-
* Note the following considerations when using encryptionContractConfiguration:
|
|
423
|
-
* encryptionContractConfiguration can be used for DASH or CMAF endpoints that use SPEKE 2.0. SPEKE 2.0 relies on the CPIX 2.3 specification.
|
|
424
|
-
* You must disable key rotation for this endpoint by setting keyRotationIntervalSeconds to 0.
|
|
425
|
-
*/
|
|
220
|
+
|
|
426
221
|
EncryptionContractConfiguration?: EncryptionContractConfiguration;
|
|
427
|
-
|
|
428
|
-
* The resource ID to include in key requests.
|
|
429
|
-
*/
|
|
222
|
+
|
|
430
223
|
ResourceId: string | undefined;
|
|
431
|
-
|
|
432
|
-
* An Amazon Resource Name (ARN) of an IAM role that AWS Elemental
|
|
433
|
-
* MediaPackage will assume when accessing the key provider service.
|
|
434
|
-
*/
|
|
224
|
+
|
|
435
225
|
RoleArn: string | undefined;
|
|
436
|
-
|
|
437
|
-
* The system IDs to include in key requests.
|
|
438
|
-
*/
|
|
226
|
+
|
|
439
227
|
SystemIds: string[] | undefined;
|
|
440
|
-
|
|
441
|
-
* The URL of the external key provider service.
|
|
442
|
-
*/
|
|
228
|
+
|
|
443
229
|
Url: string | undefined;
|
|
444
230
|
}
|
|
445
231
|
export declare namespace SpekeKeyProvider {
|
|
446
|
-
|
|
447
|
-
* @internal
|
|
448
|
-
*/
|
|
232
|
+
|
|
449
233
|
const filterSensitiveLog: (obj: SpekeKeyProvider) => any;
|
|
450
234
|
}
|
|
451
|
-
|
|
452
|
-
* A Common Media Application Format (CMAF) encryption configuration.
|
|
453
|
-
*/
|
|
235
|
+
|
|
454
236
|
export interface CmafEncryption {
|
|
455
|
-
|
|
456
|
-
* 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).
|
|
457
|
-
*/
|
|
237
|
+
|
|
458
238
|
ConstantInitializationVector?: string;
|
|
459
|
-
|
|
460
|
-
* Time (in seconds) between each encryption key rotation.
|
|
461
|
-
*/
|
|
239
|
+
|
|
462
240
|
KeyRotationIntervalSeconds?: number;
|
|
463
|
-
|
|
464
|
-
* A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.
|
|
465
|
-
*/
|
|
241
|
+
|
|
466
242
|
SpekeKeyProvider: SpekeKeyProvider | undefined;
|
|
467
243
|
}
|
|
468
244
|
export declare namespace CmafEncryption {
|
|
469
|
-
|
|
470
|
-
* @internal
|
|
471
|
-
*/
|
|
245
|
+
|
|
472
246
|
const filterSensitiveLog: (obj: CmafEncryption) => any;
|
|
473
247
|
}
|
|
474
248
|
export declare enum StreamOrder {
|
|
@@ -476,78 +250,45 @@ export declare enum StreamOrder {
|
|
|
476
250
|
VIDEO_BITRATE_ASCENDING = "VIDEO_BITRATE_ASCENDING",
|
|
477
251
|
VIDEO_BITRATE_DESCENDING = "VIDEO_BITRATE_DESCENDING"
|
|
478
252
|
}
|
|
479
|
-
|
|
480
|
-
* A StreamSelection configuration.
|
|
481
|
-
*/
|
|
253
|
+
|
|
482
254
|
export interface StreamSelection {
|
|
483
|
-
|
|
484
|
-
* The maximum video bitrate (bps) to include in output.
|
|
485
|
-
*/
|
|
255
|
+
|
|
486
256
|
MaxVideoBitsPerSecond?: number;
|
|
487
|
-
|
|
488
|
-
* The minimum video bitrate (bps) to include in output.
|
|
489
|
-
*/
|
|
257
|
+
|
|
490
258
|
MinVideoBitsPerSecond?: number;
|
|
491
|
-
|
|
492
|
-
* A directive that determines the order of streams in the output.
|
|
493
|
-
*/
|
|
259
|
+
|
|
494
260
|
StreamOrder?: StreamOrder | string;
|
|
495
261
|
}
|
|
496
262
|
export declare namespace StreamSelection {
|
|
497
|
-
|
|
498
|
-
* @internal
|
|
499
|
-
*/
|
|
263
|
+
|
|
500
264
|
const filterSensitiveLog: (obj: StreamSelection) => any;
|
|
501
265
|
}
|
|
502
|
-
|
|
503
|
-
* A Common Media Application Format (CMAF) packaging configuration.
|
|
504
|
-
*/
|
|
266
|
+
|
|
505
267
|
export interface CmafPackage {
|
|
506
|
-
|
|
507
|
-
* A Common Media Application Format (CMAF) encryption configuration.
|
|
508
|
-
*/
|
|
268
|
+
|
|
509
269
|
Encryption?: CmafEncryption;
|
|
510
|
-
|
|
511
|
-
* A list of HLS manifest configurations
|
|
512
|
-
*/
|
|
270
|
+
|
|
513
271
|
HlsManifests?: HlsManifest[];
|
|
514
|
-
|
|
515
|
-
* Duration (in seconds) of each segment. Actual segments will be
|
|
516
|
-
* rounded to the nearest multiple of the source segment duration.
|
|
517
|
-
*/
|
|
272
|
+
|
|
518
273
|
SegmentDurationSeconds?: number;
|
|
519
|
-
|
|
520
|
-
* An optional custom string that is prepended to the name of each segment. If not specified, it defaults to the ChannelId.
|
|
521
|
-
*/
|
|
274
|
+
|
|
522
275
|
SegmentPrefix?: string;
|
|
523
|
-
|
|
524
|
-
* A StreamSelection configuration.
|
|
525
|
-
*/
|
|
276
|
+
|
|
526
277
|
StreamSelection?: StreamSelection;
|
|
527
278
|
}
|
|
528
279
|
export declare namespace CmafPackage {
|
|
529
|
-
|
|
530
|
-
* @internal
|
|
531
|
-
*/
|
|
280
|
+
|
|
532
281
|
const filterSensitiveLog: (obj: CmafPackage) => any;
|
|
533
282
|
}
|
|
534
|
-
|
|
535
|
-
* A Dynamic Adaptive Streaming over HTTP (DASH) encryption configuration.
|
|
536
|
-
*/
|
|
283
|
+
|
|
537
284
|
export interface DashEncryption {
|
|
538
|
-
|
|
539
|
-
* Time (in seconds) between each encryption key rotation.
|
|
540
|
-
*/
|
|
285
|
+
|
|
541
286
|
KeyRotationIntervalSeconds?: number;
|
|
542
|
-
|
|
543
|
-
* A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.
|
|
544
|
-
*/
|
|
287
|
+
|
|
545
288
|
SpekeKeyProvider: SpekeKeyProvider | undefined;
|
|
546
289
|
}
|
|
547
290
|
export declare namespace DashEncryption {
|
|
548
|
-
|
|
549
|
-
* @internal
|
|
550
|
-
*/
|
|
291
|
+
|
|
551
292
|
const filterSensitiveLog: (obj: DashEncryption) => any;
|
|
552
293
|
}
|
|
553
294
|
export declare enum ManifestLayout {
|
|
@@ -568,1166 +309,640 @@ export declare enum UtcTiming {
|
|
|
568
309
|
HTTP_ISO = "HTTP-ISO",
|
|
569
310
|
NONE = "NONE"
|
|
570
311
|
}
|
|
571
|
-
|
|
572
|
-
* A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
|
|
573
|
-
*/
|
|
312
|
+
|
|
574
313
|
export interface DashPackage {
|
|
575
|
-
|
|
576
|
-
* A list of SCTE-35 message types that are treated as ad markers in the output. If empty, no
|
|
577
|
-
* ad markers are output. Specify multiple items to create ad markers for all of the included
|
|
578
|
-
* message types.
|
|
579
|
-
*/
|
|
314
|
+
|
|
580
315
|
AdTriggers?: (__AdTriggersElement | string)[];
|
|
581
|
-
|
|
582
|
-
* This setting allows the delivery restriction flags on SCTE-35 segmentation descriptors to
|
|
583
|
-
* determine whether a message signals an ad. Choosing "NONE" means no SCTE-35 messages become
|
|
584
|
-
* ads. Choosing "RESTRICTED" means SCTE-35 messages of the types specified in AdTriggers that
|
|
585
|
-
* contain delivery restrictions will be treated as ads. Choosing "UNRESTRICTED" means SCTE-35
|
|
586
|
-
* messages of the types specified in AdTriggers that do not contain delivery restrictions will
|
|
587
|
-
* be treated as ads. Choosing "BOTH" means all SCTE-35 messages of the types specified in
|
|
588
|
-
* AdTriggers will be treated as ads. Note that Splice Insert messages do not have these flags
|
|
589
|
-
* and are always treated as ads if specified in AdTriggers.
|
|
590
|
-
*/
|
|
316
|
+
|
|
591
317
|
AdsOnDeliveryRestrictions?: AdsOnDeliveryRestrictions | string;
|
|
592
|
-
|
|
593
|
-
* A Dynamic Adaptive Streaming over HTTP (DASH) encryption configuration.
|
|
594
|
-
*/
|
|
318
|
+
|
|
595
319
|
Encryption?: DashEncryption;
|
|
596
|
-
|
|
597
|
-
* 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.
|
|
598
|
-
*/
|
|
320
|
+
|
|
599
321
|
ManifestLayout?: ManifestLayout | string;
|
|
600
|
-
|
|
601
|
-
* Time window (in seconds) contained in each manifest.
|
|
602
|
-
*/
|
|
322
|
+
|
|
603
323
|
ManifestWindowSeconds?: number;
|
|
604
|
-
|
|
605
|
-
* Minimum duration (in seconds) that a player will buffer media before starting the presentation.
|
|
606
|
-
*/
|
|
324
|
+
|
|
607
325
|
MinBufferTimeSeconds?: number;
|
|
608
|
-
|
|
609
|
-
* Minimum duration (in seconds) between potential changes to the Dynamic Adaptive Streaming over HTTP (DASH) Media Presentation Description (MPD).
|
|
610
|
-
*/
|
|
326
|
+
|
|
611
327
|
MinUpdatePeriodSeconds?: number;
|
|
612
|
-
|
|
613
|
-
* A list of triggers that controls when the outgoing Dynamic Adaptive Streaming over HTTP (DASH)
|
|
614
|
-
* Media Presentation Description (MPD) will be partitioned into multiple periods. If empty, the content will not
|
|
615
|
-
* be partitioned into more than one period. If the list contains "ADS", new periods will be created where
|
|
616
|
-
* the Channel source contains SCTE-35 ad markers.
|
|
617
|
-
*/
|
|
328
|
+
|
|
618
329
|
PeriodTriggers?: (__PeriodTriggersElement | string)[];
|
|
619
|
-
|
|
620
|
-
* The Dynamic Adaptive Streaming over HTTP (DASH) profile type. When set to "HBBTV_1_5", HbbTV 1.5 compliant output is enabled.
|
|
621
|
-
*/
|
|
330
|
+
|
|
622
331
|
Profile?: Profile | string;
|
|
623
|
-
|
|
624
|
-
* Duration (in seconds) of each segment. Actual segments will be
|
|
625
|
-
* rounded to the nearest multiple of the source segment duration.
|
|
626
|
-
*/
|
|
332
|
+
|
|
627
333
|
SegmentDurationSeconds?: number;
|
|
628
|
-
|
|
629
|
-
* 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.
|
|
630
|
-
*/
|
|
334
|
+
|
|
631
335
|
SegmentTemplateFormat?: SegmentTemplateFormat | string;
|
|
632
|
-
|
|
633
|
-
* A StreamSelection configuration.
|
|
634
|
-
*/
|
|
336
|
+
|
|
635
337
|
StreamSelection?: StreamSelection;
|
|
636
|
-
|
|
637
|
-
* Duration (in seconds) to delay live content before presentation.
|
|
638
|
-
*/
|
|
338
|
+
|
|
639
339
|
SuggestedPresentationDelaySeconds?: number;
|
|
640
|
-
|
|
641
|
-
* Determines the type of UTCTiming included in the Media Presentation Description (MPD)
|
|
642
|
-
*/
|
|
340
|
+
|
|
643
341
|
UtcTiming?: UtcTiming | string;
|
|
644
|
-
|
|
645
|
-
* Specifies the value attribute of the UTCTiming field when utcTiming is set to HTTP-ISO or HTTP-HEAD
|
|
646
|
-
*/
|
|
342
|
+
|
|
647
343
|
UtcTimingUri?: string;
|
|
648
344
|
}
|
|
649
345
|
export declare namespace DashPackage {
|
|
650
|
-
|
|
651
|
-
* @internal
|
|
652
|
-
*/
|
|
346
|
+
|
|
653
347
|
const filterSensitiveLog: (obj: DashPackage) => any;
|
|
654
348
|
}
|
|
655
349
|
export declare enum EncryptionMethod {
|
|
656
350
|
AES_128 = "AES_128",
|
|
657
351
|
SAMPLE_AES = "SAMPLE_AES"
|
|
658
352
|
}
|
|
659
|
-
|
|
660
|
-
* An HTTP Live Streaming (HLS) encryption configuration.
|
|
661
|
-
*/
|
|
353
|
+
|
|
662
354
|
export interface HlsEncryption {
|
|
663
|
-
|
|
664
|
-
* A constant initialization vector for encryption (optional).
|
|
665
|
-
* When not specified the initialization vector will be periodically rotated.
|
|
666
|
-
*/
|
|
355
|
+
|
|
667
356
|
ConstantInitializationVector?: string;
|
|
668
|
-
|
|
669
|
-
* The encryption method to use.
|
|
670
|
-
*/
|
|
357
|
+
|
|
671
358
|
EncryptionMethod?: EncryptionMethod | string;
|
|
672
|
-
|
|
673
|
-
* Interval (in seconds) between each encryption key rotation.
|
|
674
|
-
*/
|
|
359
|
+
|
|
675
360
|
KeyRotationIntervalSeconds?: number;
|
|
676
|
-
|
|
677
|
-
* When enabled, the EXT-X-KEY tag will be repeated in output manifests.
|
|
678
|
-
*/
|
|
361
|
+
|
|
679
362
|
RepeatExtXKey?: boolean;
|
|
680
|
-
|
|
681
|
-
* A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.
|
|
682
|
-
*/
|
|
363
|
+
|
|
683
364
|
SpekeKeyProvider: SpekeKeyProvider | undefined;
|
|
684
365
|
}
|
|
685
366
|
export declare namespace HlsEncryption {
|
|
686
|
-
|
|
687
|
-
* @internal
|
|
688
|
-
*/
|
|
367
|
+
|
|
689
368
|
const filterSensitiveLog: (obj: HlsEncryption) => any;
|
|
690
369
|
}
|
|
691
|
-
|
|
692
|
-
* An HTTP Live Streaming (HLS) packaging configuration.
|
|
693
|
-
*/
|
|
370
|
+
|
|
694
371
|
export interface HlsPackage {
|
|
695
|
-
|
|
696
|
-
* This setting controls how ad markers are included in the packaged OriginEndpoint.
|
|
697
|
-
* "NONE" will omit all SCTE-35 ad markers from the output.
|
|
698
|
-
* "PASSTHROUGH" causes the manifest to contain a copy of the SCTE-35 ad
|
|
699
|
-
* markers (comments) taken directly from the input HTTP Live Streaming (HLS) manifest.
|
|
700
|
-
* "SCTE35_ENHANCED" generates ad markers and blackout tags based on SCTE-35
|
|
701
|
-
* messages in the input source.
|
|
702
|
-
* "DATERANGE" inserts EXT-X-DATERANGE tags to signal ad and program transition events
|
|
703
|
-
* in HLS and CMAF manifests. For this option, you must set a programDateTimeIntervalSeconds value
|
|
704
|
-
* that is greater than 0.
|
|
705
|
-
*/
|
|
372
|
+
|
|
706
373
|
AdMarkers?: AdMarkers | string;
|
|
707
|
-
|
|
708
|
-
* A list of SCTE-35 message types that are treated as ad markers in the output. If empty, no
|
|
709
|
-
* ad markers are output. Specify multiple items to create ad markers for all of the included
|
|
710
|
-
* message types.
|
|
711
|
-
*/
|
|
374
|
+
|
|
712
375
|
AdTriggers?: (__AdTriggersElement | string)[];
|
|
713
|
-
|
|
714
|
-
* This setting allows the delivery restriction flags on SCTE-35 segmentation descriptors to
|
|
715
|
-
* determine whether a message signals an ad. Choosing "NONE" means no SCTE-35 messages become
|
|
716
|
-
* ads. Choosing "RESTRICTED" means SCTE-35 messages of the types specified in AdTriggers that
|
|
717
|
-
* contain delivery restrictions will be treated as ads. Choosing "UNRESTRICTED" means SCTE-35
|
|
718
|
-
* messages of the types specified in AdTriggers that do not contain delivery restrictions will
|
|
719
|
-
* be treated as ads. Choosing "BOTH" means all SCTE-35 messages of the types specified in
|
|
720
|
-
* AdTriggers will be treated as ads. Note that Splice Insert messages do not have these flags
|
|
721
|
-
* and are always treated as ads if specified in AdTriggers.
|
|
722
|
-
*/
|
|
376
|
+
|
|
723
377
|
AdsOnDeliveryRestrictions?: AdsOnDeliveryRestrictions | string;
|
|
724
|
-
|
|
725
|
-
* An HTTP Live Streaming (HLS) encryption configuration.
|
|
726
|
-
*/
|
|
378
|
+
|
|
727
379
|
Encryption?: HlsEncryption;
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
380
|
+
|
|
381
|
+
IncludeDvbSubtitles?: boolean;
|
|
382
|
+
|
|
731
383
|
IncludeIframeOnlyStream?: boolean;
|
|
732
|
-
|
|
733
|
-
* The HTTP Live Streaming (HLS) playlist type.
|
|
734
|
-
* When either "EVENT" or "VOD" is specified, a corresponding EXT-X-PLAYLIST-TYPE
|
|
735
|
-
* entry will be included in the media playlist.
|
|
736
|
-
*/
|
|
384
|
+
|
|
737
385
|
PlaylistType?: PlaylistType | string;
|
|
738
|
-
|
|
739
|
-
* Time window (in seconds) contained in each parent manifest.
|
|
740
|
-
*/
|
|
386
|
+
|
|
741
387
|
PlaylistWindowSeconds?: number;
|
|
742
|
-
|
|
743
|
-
* The interval (in seconds) between each EXT-X-PROGRAM-DATE-TIME tag
|
|
744
|
-
* inserted into manifests. Additionally, when an interval is specified
|
|
745
|
-
* ID3Timed Metadata messages will be generated every 5 seconds using the
|
|
746
|
-
* ingest time of the content.
|
|
747
|
-
* If the interval is not specified, or set to 0, then
|
|
748
|
-
* no EXT-X-PROGRAM-DATE-TIME tags will be inserted into manifests and no
|
|
749
|
-
* ID3Timed Metadata messages will be generated. Note that irrespective
|
|
750
|
-
* of this parameter, if any ID3 Timed Metadata is found in HTTP Live Streaming (HLS) input,
|
|
751
|
-
* it will be passed through to HLS output.
|
|
752
|
-
*/
|
|
388
|
+
|
|
753
389
|
ProgramDateTimeIntervalSeconds?: number;
|
|
754
|
-
|
|
755
|
-
* Duration (in seconds) of each fragment. Actual fragments will be
|
|
756
|
-
* rounded to the nearest multiple of the source fragment duration.
|
|
757
|
-
*/
|
|
390
|
+
|
|
758
391
|
SegmentDurationSeconds?: number;
|
|
759
|
-
|
|
760
|
-
* A StreamSelection configuration.
|
|
761
|
-
*/
|
|
392
|
+
|
|
762
393
|
StreamSelection?: StreamSelection;
|
|
763
|
-
|
|
764
|
-
* When enabled, audio streams will be placed in rendition groups in the output.
|
|
765
|
-
*/
|
|
394
|
+
|
|
766
395
|
UseAudioRenditionGroup?: boolean;
|
|
767
396
|
}
|
|
768
397
|
export declare namespace HlsPackage {
|
|
769
|
-
|
|
770
|
-
* @internal
|
|
771
|
-
*/
|
|
398
|
+
|
|
772
399
|
const filterSensitiveLog: (obj: HlsPackage) => any;
|
|
773
400
|
}
|
|
774
|
-
|
|
775
|
-
* A Microsoft Smooth Streaming (MSS) encryption configuration.
|
|
776
|
-
*/
|
|
401
|
+
|
|
777
402
|
export interface MssEncryption {
|
|
778
|
-
|
|
779
|
-
* A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.
|
|
780
|
-
*/
|
|
403
|
+
|
|
781
404
|
SpekeKeyProvider: SpekeKeyProvider | undefined;
|
|
782
405
|
}
|
|
783
406
|
export declare namespace MssEncryption {
|
|
784
|
-
|
|
785
|
-
* @internal
|
|
786
|
-
*/
|
|
407
|
+
|
|
787
408
|
const filterSensitiveLog: (obj: MssEncryption) => any;
|
|
788
409
|
}
|
|
789
|
-
|
|
790
|
-
* A Microsoft Smooth Streaming (MSS) packaging configuration.
|
|
791
|
-
*/
|
|
410
|
+
|
|
792
411
|
export interface MssPackage {
|
|
793
|
-
|
|
794
|
-
* A Microsoft Smooth Streaming (MSS) encryption configuration.
|
|
795
|
-
*/
|
|
412
|
+
|
|
796
413
|
Encryption?: MssEncryption;
|
|
797
|
-
|
|
798
|
-
* The time window (in seconds) contained in each manifest.
|
|
799
|
-
*/
|
|
414
|
+
|
|
800
415
|
ManifestWindowSeconds?: number;
|
|
801
|
-
|
|
802
|
-
* The duration (in seconds) of each segment.
|
|
803
|
-
*/
|
|
416
|
+
|
|
804
417
|
SegmentDurationSeconds?: number;
|
|
805
|
-
|
|
806
|
-
* A StreamSelection configuration.
|
|
807
|
-
*/
|
|
418
|
+
|
|
808
419
|
StreamSelection?: StreamSelection;
|
|
809
420
|
}
|
|
810
421
|
export declare namespace MssPackage {
|
|
811
|
-
|
|
812
|
-
* @internal
|
|
813
|
-
*/
|
|
422
|
+
|
|
814
423
|
const filterSensitiveLog: (obj: MssPackage) => any;
|
|
815
424
|
}
|
|
816
425
|
export declare enum Origination {
|
|
817
426
|
ALLOW = "ALLOW",
|
|
818
427
|
DENY = "DENY"
|
|
819
428
|
}
|
|
820
|
-
|
|
821
|
-
* An OriginEndpoint resource configuration.
|
|
822
|
-
*/
|
|
429
|
+
|
|
823
430
|
export interface OriginEndpoint {
|
|
824
|
-
|
|
825
|
-
* The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
|
|
826
|
-
*/
|
|
431
|
+
|
|
827
432
|
Arn?: string;
|
|
828
|
-
|
|
829
|
-
* CDN Authorization credentials
|
|
830
|
-
*/
|
|
433
|
+
|
|
831
434
|
Authorization?: Authorization;
|
|
832
|
-
|
|
833
|
-
* The ID of the Channel the OriginEndpoint is associated with.
|
|
834
|
-
*/
|
|
435
|
+
|
|
835
436
|
ChannelId?: string;
|
|
836
|
-
|
|
837
|
-
* A Common Media Application Format (CMAF) packaging configuration.
|
|
838
|
-
*/
|
|
437
|
+
|
|
839
438
|
CmafPackage?: CmafPackage;
|
|
840
|
-
|
|
841
|
-
* A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
|
|
842
|
-
*/
|
|
439
|
+
|
|
843
440
|
DashPackage?: DashPackage;
|
|
844
|
-
|
|
845
|
-
* A short text description of the OriginEndpoint.
|
|
846
|
-
*/
|
|
441
|
+
|
|
847
442
|
Description?: string;
|
|
848
|
-
|
|
849
|
-
* An HTTP Live Streaming (HLS) packaging configuration.
|
|
850
|
-
*/
|
|
443
|
+
|
|
851
444
|
HlsPackage?: HlsPackage;
|
|
852
|
-
|
|
853
|
-
* The ID of the OriginEndpoint.
|
|
854
|
-
*/
|
|
445
|
+
|
|
855
446
|
Id?: string;
|
|
856
|
-
|
|
857
|
-
* A short string appended to the end of the OriginEndpoint URL.
|
|
858
|
-
*/
|
|
447
|
+
|
|
859
448
|
ManifestName?: string;
|
|
860
|
-
|
|
861
|
-
* A Microsoft Smooth Streaming (MSS) packaging configuration.
|
|
862
|
-
*/
|
|
449
|
+
|
|
863
450
|
MssPackage?: MssPackage;
|
|
864
|
-
|
|
865
|
-
* Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint
|
|
866
|
-
* may by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be
|
|
867
|
-
* requested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination
|
|
868
|
-
*/
|
|
451
|
+
|
|
869
452
|
Origination?: Origination | string;
|
|
870
|
-
|
|
871
|
-
* Maximum duration (seconds) of content to retain for startover playback.
|
|
872
|
-
* If not specified, startover playback will be disabled for the OriginEndpoint.
|
|
873
|
-
*/
|
|
453
|
+
|
|
874
454
|
StartoverWindowSeconds?: number;
|
|
875
|
-
|
|
876
|
-
* A collection of tags associated with a resource
|
|
877
|
-
*/
|
|
455
|
+
|
|
878
456
|
Tags?: {
|
|
879
457
|
[key: string]: string;
|
|
880
458
|
};
|
|
881
|
-
|
|
882
|
-
* Amount of delay (seconds) to enforce on the playback of live content.
|
|
883
|
-
* If not specified, there will be no time delay in effect for the OriginEndpoint.
|
|
884
|
-
*/
|
|
459
|
+
|
|
885
460
|
TimeDelaySeconds?: number;
|
|
886
|
-
|
|
887
|
-
* The URL of the packaged OriginEndpoint for consumption.
|
|
888
|
-
*/
|
|
461
|
+
|
|
889
462
|
Url?: string;
|
|
890
|
-
|
|
891
|
-
* A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
|
|
892
|
-
*/
|
|
463
|
+
|
|
893
464
|
Whitelist?: string[];
|
|
894
465
|
}
|
|
895
466
|
export declare namespace OriginEndpoint {
|
|
896
|
-
|
|
897
|
-
* @internal
|
|
898
|
-
*/
|
|
467
|
+
|
|
899
468
|
const filterSensitiveLog: (obj: OriginEndpoint) => any;
|
|
900
469
|
}
|
|
901
|
-
|
|
902
|
-
* A Common Media Application Format (CMAF) packaging configuration.
|
|
903
|
-
*/
|
|
470
|
+
|
|
904
471
|
export interface CmafPackageCreateOrUpdateParameters {
|
|
905
|
-
|
|
906
|
-
* A Common Media Application Format (CMAF) encryption configuration.
|
|
907
|
-
*/
|
|
472
|
+
|
|
908
473
|
Encryption?: CmafEncryption;
|
|
909
|
-
|
|
910
|
-
* A list of HLS manifest configurations
|
|
911
|
-
*/
|
|
474
|
+
|
|
912
475
|
HlsManifests?: HlsManifestCreateOrUpdateParameters[];
|
|
913
|
-
|
|
914
|
-
* Duration (in seconds) of each segment. Actual segments will be
|
|
915
|
-
* rounded to the nearest multiple of the source segment duration.
|
|
916
|
-
*/
|
|
476
|
+
|
|
917
477
|
SegmentDurationSeconds?: number;
|
|
918
|
-
|
|
919
|
-
* An optional custom string that is prepended to the name of each segment. If not specified, it defaults to the ChannelId.
|
|
920
|
-
*/
|
|
478
|
+
|
|
921
479
|
SegmentPrefix?: string;
|
|
922
|
-
|
|
923
|
-
* A StreamSelection configuration.
|
|
924
|
-
*/
|
|
480
|
+
|
|
925
481
|
StreamSelection?: StreamSelection;
|
|
926
482
|
}
|
|
927
483
|
export declare namespace CmafPackageCreateOrUpdateParameters {
|
|
928
|
-
|
|
929
|
-
* @internal
|
|
930
|
-
*/
|
|
484
|
+
|
|
931
485
|
const filterSensitiveLog: (obj: CmafPackageCreateOrUpdateParameters) => any;
|
|
932
486
|
}
|
|
933
|
-
|
|
934
|
-
* the option to configure log subscription.
|
|
935
|
-
*/
|
|
487
|
+
|
|
936
488
|
export interface ConfigureLogsRequest {
|
|
937
|
-
|
|
938
|
-
* Configure egress access logging.
|
|
939
|
-
*/
|
|
489
|
+
|
|
940
490
|
EgressAccessLogs?: EgressAccessLogs;
|
|
941
|
-
|
|
942
|
-
* The ID of the channel to log subscription.
|
|
943
|
-
*/
|
|
491
|
+
|
|
944
492
|
Id: string | undefined;
|
|
945
|
-
|
|
946
|
-
* Configure ingress access logging.
|
|
947
|
-
*/
|
|
493
|
+
|
|
948
494
|
IngressAccessLogs?: IngressAccessLogs;
|
|
949
495
|
}
|
|
950
496
|
export declare namespace ConfigureLogsRequest {
|
|
951
|
-
|
|
952
|
-
* @internal
|
|
953
|
-
*/
|
|
497
|
+
|
|
954
498
|
const filterSensitiveLog: (obj: ConfigureLogsRequest) => any;
|
|
955
499
|
}
|
|
956
500
|
export interface ConfigureLogsResponse {
|
|
957
|
-
|
|
958
|
-
* The Amazon Resource Name (ARN) assigned to the Channel.
|
|
959
|
-
*/
|
|
501
|
+
|
|
960
502
|
Arn?: string;
|
|
961
|
-
|
|
962
|
-
* A short text description of the Channel.
|
|
963
|
-
*/
|
|
503
|
+
|
|
964
504
|
Description?: string;
|
|
965
|
-
|
|
966
|
-
* Configure egress access logging.
|
|
967
|
-
*/
|
|
505
|
+
|
|
968
506
|
EgressAccessLogs?: EgressAccessLogs;
|
|
969
|
-
|
|
970
|
-
* An HTTP Live Streaming (HLS) ingest resource configuration.
|
|
971
|
-
*/
|
|
507
|
+
|
|
972
508
|
HlsIngest?: HlsIngest;
|
|
973
|
-
|
|
974
|
-
* The ID of the Channel.
|
|
975
|
-
*/
|
|
509
|
+
|
|
976
510
|
Id?: string;
|
|
977
|
-
|
|
978
|
-
* Configure ingress access logging.
|
|
979
|
-
*/
|
|
511
|
+
|
|
980
512
|
IngressAccessLogs?: IngressAccessLogs;
|
|
981
|
-
|
|
982
|
-
* A collection of tags associated with a resource
|
|
983
|
-
*/
|
|
513
|
+
|
|
984
514
|
Tags?: {
|
|
985
515
|
[key: string]: string;
|
|
986
516
|
};
|
|
987
517
|
}
|
|
988
518
|
export declare namespace ConfigureLogsResponse {
|
|
989
|
-
|
|
990
|
-
* @internal
|
|
991
|
-
*/
|
|
519
|
+
|
|
992
520
|
const filterSensitiveLog: (obj: ConfigureLogsResponse) => any;
|
|
993
521
|
}
|
|
994
|
-
|
|
995
|
-
* The client is not authorized to access the requested resource.
|
|
996
|
-
*/
|
|
522
|
+
|
|
997
523
|
export interface ForbiddenException extends __SmithyException, $MetadataBearer {
|
|
998
524
|
name: "ForbiddenException";
|
|
999
525
|
$fault: "client";
|
|
1000
526
|
Message?: string;
|
|
1001
527
|
}
|
|
1002
528
|
export declare namespace ForbiddenException {
|
|
1003
|
-
|
|
1004
|
-
* @internal
|
|
1005
|
-
*/
|
|
529
|
+
|
|
1006
530
|
const filterSensitiveLog: (obj: ForbiddenException) => any;
|
|
1007
531
|
}
|
|
1008
|
-
|
|
1009
|
-
* An unexpected error occurred.
|
|
1010
|
-
*/
|
|
532
|
+
|
|
1011
533
|
export interface InternalServerErrorException extends __SmithyException, $MetadataBearer {
|
|
1012
534
|
name: "InternalServerErrorException";
|
|
1013
535
|
$fault: "server";
|
|
1014
536
|
Message?: string;
|
|
1015
537
|
}
|
|
1016
538
|
export declare namespace InternalServerErrorException {
|
|
1017
|
-
|
|
1018
|
-
* @internal
|
|
1019
|
-
*/
|
|
539
|
+
|
|
1020
540
|
const filterSensitiveLog: (obj: InternalServerErrorException) => any;
|
|
1021
541
|
}
|
|
1022
|
-
|
|
1023
|
-
* The requested resource does not exist.
|
|
1024
|
-
*/
|
|
542
|
+
|
|
1025
543
|
export interface NotFoundException extends __SmithyException, $MetadataBearer {
|
|
1026
544
|
name: "NotFoundException";
|
|
1027
545
|
$fault: "client";
|
|
1028
546
|
Message?: string;
|
|
1029
547
|
}
|
|
1030
548
|
export declare namespace NotFoundException {
|
|
1031
|
-
|
|
1032
|
-
* @internal
|
|
1033
|
-
*/
|
|
549
|
+
|
|
1034
550
|
const filterSensitiveLog: (obj: NotFoundException) => any;
|
|
1035
551
|
}
|
|
1036
|
-
|
|
1037
|
-
* An unexpected error occurred.
|
|
1038
|
-
*/
|
|
552
|
+
|
|
1039
553
|
export interface ServiceUnavailableException extends __SmithyException, $MetadataBearer {
|
|
1040
554
|
name: "ServiceUnavailableException";
|
|
1041
555
|
$fault: "server";
|
|
1042
556
|
Message?: string;
|
|
1043
557
|
}
|
|
1044
558
|
export declare namespace ServiceUnavailableException {
|
|
1045
|
-
|
|
1046
|
-
* @internal
|
|
1047
|
-
*/
|
|
559
|
+
|
|
1048
560
|
const filterSensitiveLog: (obj: ServiceUnavailableException) => any;
|
|
1049
561
|
}
|
|
1050
|
-
|
|
1051
|
-
* The client has exceeded their resource or throttling limits.
|
|
1052
|
-
*/
|
|
562
|
+
|
|
1053
563
|
export interface TooManyRequestsException extends __SmithyException, $MetadataBearer {
|
|
1054
564
|
name: "TooManyRequestsException";
|
|
1055
565
|
$fault: "client";
|
|
1056
566
|
Message?: string;
|
|
1057
567
|
}
|
|
1058
568
|
export declare namespace TooManyRequestsException {
|
|
1059
|
-
|
|
1060
|
-
* @internal
|
|
1061
|
-
*/
|
|
569
|
+
|
|
1062
570
|
const filterSensitiveLog: (obj: TooManyRequestsException) => any;
|
|
1063
571
|
}
|
|
1064
|
-
|
|
1065
|
-
* The parameters sent in the request are not valid.
|
|
1066
|
-
*/
|
|
572
|
+
|
|
1067
573
|
export interface UnprocessableEntityException extends __SmithyException, $MetadataBearer {
|
|
1068
574
|
name: "UnprocessableEntityException";
|
|
1069
575
|
$fault: "client";
|
|
1070
576
|
Message?: string;
|
|
1071
577
|
}
|
|
1072
578
|
export declare namespace UnprocessableEntityException {
|
|
1073
|
-
|
|
1074
|
-
* @internal
|
|
1075
|
-
*/
|
|
579
|
+
|
|
1076
580
|
const filterSensitiveLog: (obj: UnprocessableEntityException) => any;
|
|
1077
581
|
}
|
|
1078
|
-
|
|
1079
|
-
* A new Channel configuration.
|
|
1080
|
-
*/
|
|
582
|
+
|
|
1081
583
|
export interface CreateChannelRequest {
|
|
1082
|
-
|
|
1083
|
-
* A short text description of the Channel.
|
|
1084
|
-
*/
|
|
584
|
+
|
|
1085
585
|
Description?: string;
|
|
1086
|
-
|
|
1087
|
-
* The ID of the Channel. The ID must be unique within the region and it
|
|
1088
|
-
* cannot be changed after a Channel is created.
|
|
1089
|
-
*/
|
|
586
|
+
|
|
1090
587
|
Id: string | undefined;
|
|
1091
|
-
|
|
1092
|
-
* A collection of tags associated with a resource
|
|
1093
|
-
*/
|
|
588
|
+
|
|
1094
589
|
Tags?: {
|
|
1095
590
|
[key: string]: string;
|
|
1096
591
|
};
|
|
1097
592
|
}
|
|
1098
593
|
export declare namespace CreateChannelRequest {
|
|
1099
|
-
|
|
1100
|
-
* @internal
|
|
1101
|
-
*/
|
|
594
|
+
|
|
1102
595
|
const filterSensitiveLog: (obj: CreateChannelRequest) => any;
|
|
1103
596
|
}
|
|
1104
597
|
export interface CreateChannelResponse {
|
|
1105
|
-
|
|
1106
|
-
* The Amazon Resource Name (ARN) assigned to the Channel.
|
|
1107
|
-
*/
|
|
598
|
+
|
|
1108
599
|
Arn?: string;
|
|
1109
|
-
|
|
1110
|
-
* A short text description of the Channel.
|
|
1111
|
-
*/
|
|
600
|
+
|
|
1112
601
|
Description?: string;
|
|
1113
|
-
|
|
1114
|
-
* Configure egress access logging.
|
|
1115
|
-
*/
|
|
602
|
+
|
|
1116
603
|
EgressAccessLogs?: EgressAccessLogs;
|
|
1117
|
-
|
|
1118
|
-
* An HTTP Live Streaming (HLS) ingest resource configuration.
|
|
1119
|
-
*/
|
|
604
|
+
|
|
1120
605
|
HlsIngest?: HlsIngest;
|
|
1121
|
-
|
|
1122
|
-
* The ID of the Channel.
|
|
1123
|
-
*/
|
|
606
|
+
|
|
1124
607
|
Id?: string;
|
|
1125
|
-
|
|
1126
|
-
* Configure ingress access logging.
|
|
1127
|
-
*/
|
|
608
|
+
|
|
1128
609
|
IngressAccessLogs?: IngressAccessLogs;
|
|
1129
|
-
|
|
1130
|
-
* A collection of tags associated with a resource
|
|
1131
|
-
*/
|
|
610
|
+
|
|
1132
611
|
Tags?: {
|
|
1133
612
|
[key: string]: string;
|
|
1134
613
|
};
|
|
1135
614
|
}
|
|
1136
615
|
export declare namespace CreateChannelResponse {
|
|
1137
|
-
|
|
1138
|
-
* @internal
|
|
1139
|
-
*/
|
|
616
|
+
|
|
1140
617
|
const filterSensitiveLog: (obj: CreateChannelResponse) => any;
|
|
1141
618
|
}
|
|
1142
|
-
|
|
1143
|
-
* Configuration parameters used to create a new HarvestJob.
|
|
1144
|
-
*/
|
|
619
|
+
|
|
1145
620
|
export interface CreateHarvestJobRequest {
|
|
1146
|
-
|
|
1147
|
-
* The end of the time-window which will be harvested
|
|
1148
|
-
*/
|
|
621
|
+
|
|
1149
622
|
EndTime: string | undefined;
|
|
1150
|
-
|
|
1151
|
-
* The ID of the HarvestJob. The ID must be unique within the region
|
|
1152
|
-
* and it cannot be changed after the HarvestJob is submitted
|
|
1153
|
-
*/
|
|
623
|
+
|
|
1154
624
|
Id: string | undefined;
|
|
1155
|
-
|
|
1156
|
-
* The ID of the OriginEndpoint that the HarvestJob will harvest from.
|
|
1157
|
-
* This cannot be changed after the HarvestJob is submitted.
|
|
1158
|
-
*/
|
|
625
|
+
|
|
1159
626
|
OriginEndpointId: string | undefined;
|
|
1160
|
-
|
|
1161
|
-
* Configuration parameters for where in an S3 bucket to place the harvested content
|
|
1162
|
-
*/
|
|
627
|
+
|
|
1163
628
|
S3Destination: S3Destination | undefined;
|
|
1164
|
-
|
|
1165
|
-
* The start of the time-window which will be harvested
|
|
1166
|
-
*/
|
|
629
|
+
|
|
1167
630
|
StartTime: string | undefined;
|
|
1168
631
|
}
|
|
1169
632
|
export declare namespace CreateHarvestJobRequest {
|
|
1170
|
-
|
|
1171
|
-
* @internal
|
|
1172
|
-
*/
|
|
633
|
+
|
|
1173
634
|
const filterSensitiveLog: (obj: CreateHarvestJobRequest) => any;
|
|
1174
635
|
}
|
|
1175
636
|
export interface CreateHarvestJobResponse {
|
|
1176
|
-
|
|
1177
|
-
* The Amazon Resource Name (ARN) assigned to the HarvestJob.
|
|
1178
|
-
*/
|
|
637
|
+
|
|
1179
638
|
Arn?: string;
|
|
1180
|
-
|
|
1181
|
-
* The ID of the Channel that the HarvestJob will harvest from.
|
|
1182
|
-
*/
|
|
639
|
+
|
|
1183
640
|
ChannelId?: string;
|
|
1184
|
-
|
|
1185
|
-
* The time the HarvestJob was submitted
|
|
1186
|
-
*/
|
|
641
|
+
|
|
1187
642
|
CreatedAt?: string;
|
|
1188
|
-
|
|
1189
|
-
* The end of the time-window which will be harvested.
|
|
1190
|
-
*/
|
|
643
|
+
|
|
1191
644
|
EndTime?: string;
|
|
1192
|
-
|
|
1193
|
-
* The ID of the HarvestJob. The ID must be unique within the region
|
|
1194
|
-
* and it cannot be changed after the HarvestJob is submitted.
|
|
1195
|
-
*/
|
|
645
|
+
|
|
1196
646
|
Id?: string;
|
|
1197
|
-
|
|
1198
|
-
* The ID of the OriginEndpoint that the HarvestJob will harvest from.
|
|
1199
|
-
* This cannot be changed after the HarvestJob is submitted.
|
|
1200
|
-
*/
|
|
647
|
+
|
|
1201
648
|
OriginEndpointId?: string;
|
|
1202
|
-
|
|
1203
|
-
* Configuration parameters for where in an S3 bucket to place the harvested content
|
|
1204
|
-
*/
|
|
649
|
+
|
|
1205
650
|
S3Destination?: S3Destination;
|
|
1206
|
-
|
|
1207
|
-
* The start of the time-window which will be harvested.
|
|
1208
|
-
*/
|
|
651
|
+
|
|
1209
652
|
StartTime?: string;
|
|
1210
|
-
|
|
1211
|
-
* The current status of the HarvestJob. Consider setting up a CloudWatch Event to listen for
|
|
1212
|
-
* HarvestJobs as they succeed or fail. In the event of failure, the CloudWatch Event will
|
|
1213
|
-
* include an explanation of why the HarvestJob failed.
|
|
1214
|
-
*/
|
|
653
|
+
|
|
1215
654
|
Status?: Status | string;
|
|
1216
655
|
}
|
|
1217
656
|
export declare namespace CreateHarvestJobResponse {
|
|
1218
|
-
|
|
1219
|
-
* @internal
|
|
1220
|
-
*/
|
|
657
|
+
|
|
1221
658
|
const filterSensitiveLog: (obj: CreateHarvestJobResponse) => any;
|
|
1222
659
|
}
|
|
1223
|
-
|
|
1224
|
-
* Configuration parameters used to create a new OriginEndpoint.
|
|
1225
|
-
*/
|
|
660
|
+
|
|
1226
661
|
export interface CreateOriginEndpointRequest {
|
|
1227
|
-
|
|
1228
|
-
* CDN Authorization credentials
|
|
1229
|
-
*/
|
|
662
|
+
|
|
1230
663
|
Authorization?: Authorization;
|
|
1231
|
-
|
|
1232
|
-
* The ID of the Channel that the OriginEndpoint will be associated with.
|
|
1233
|
-
* This cannot be changed after the OriginEndpoint is created.
|
|
1234
|
-
*/
|
|
664
|
+
|
|
1235
665
|
ChannelId: string | undefined;
|
|
1236
|
-
|
|
1237
|
-
* A Common Media Application Format (CMAF) packaging configuration.
|
|
1238
|
-
*/
|
|
666
|
+
|
|
1239
667
|
CmafPackage?: CmafPackageCreateOrUpdateParameters;
|
|
1240
|
-
|
|
1241
|
-
* A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
|
|
1242
|
-
*/
|
|
668
|
+
|
|
1243
669
|
DashPackage?: DashPackage;
|
|
1244
|
-
|
|
1245
|
-
* A short text description of the OriginEndpoint.
|
|
1246
|
-
*/
|
|
670
|
+
|
|
1247
671
|
Description?: string;
|
|
1248
|
-
|
|
1249
|
-
* An HTTP Live Streaming (HLS) packaging configuration.
|
|
1250
|
-
*/
|
|
672
|
+
|
|
1251
673
|
HlsPackage?: HlsPackage;
|
|
1252
|
-
|
|
1253
|
-
* The ID of the OriginEndpoint. The ID must be unique within the region
|
|
1254
|
-
* and it cannot be changed after the OriginEndpoint is created.
|
|
1255
|
-
*/
|
|
674
|
+
|
|
1256
675
|
Id: string | undefined;
|
|
1257
|
-
|
|
1258
|
-
* A short string that will be used as the filename of the OriginEndpoint URL (defaults to "index").
|
|
1259
|
-
*/
|
|
676
|
+
|
|
1260
677
|
ManifestName?: string;
|
|
1261
|
-
|
|
1262
|
-
* A Microsoft Smooth Streaming (MSS) packaging configuration.
|
|
1263
|
-
*/
|
|
678
|
+
|
|
1264
679
|
MssPackage?: MssPackage;
|
|
1265
|
-
|
|
1266
|
-
* Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint
|
|
1267
|
-
* may by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be
|
|
1268
|
-
* requested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination
|
|
1269
|
-
*/
|
|
680
|
+
|
|
1270
681
|
Origination?: Origination | string;
|
|
1271
|
-
|
|
1272
|
-
* Maximum duration (seconds) of content to retain for startover playback.
|
|
1273
|
-
* If not specified, startover playback will be disabled for the OriginEndpoint.
|
|
1274
|
-
*/
|
|
682
|
+
|
|
1275
683
|
StartoverWindowSeconds?: number;
|
|
1276
|
-
|
|
1277
|
-
* A collection of tags associated with a resource
|
|
1278
|
-
*/
|
|
684
|
+
|
|
1279
685
|
Tags?: {
|
|
1280
686
|
[key: string]: string;
|
|
1281
687
|
};
|
|
1282
|
-
|
|
1283
|
-
* Amount of delay (seconds) to enforce on the playback of live content.
|
|
1284
|
-
* If not specified, there will be no time delay in effect for the OriginEndpoint.
|
|
1285
|
-
*/
|
|
688
|
+
|
|
1286
689
|
TimeDelaySeconds?: number;
|
|
1287
|
-
|
|
1288
|
-
* A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
|
|
1289
|
-
*/
|
|
690
|
+
|
|
1290
691
|
Whitelist?: string[];
|
|
1291
692
|
}
|
|
1292
693
|
export declare namespace CreateOriginEndpointRequest {
|
|
1293
|
-
|
|
1294
|
-
* @internal
|
|
1295
|
-
*/
|
|
694
|
+
|
|
1296
695
|
const filterSensitiveLog: (obj: CreateOriginEndpointRequest) => any;
|
|
1297
696
|
}
|
|
1298
697
|
export interface CreateOriginEndpointResponse {
|
|
1299
|
-
|
|
1300
|
-
* The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
|
|
1301
|
-
*/
|
|
698
|
+
|
|
1302
699
|
Arn?: string;
|
|
1303
|
-
|
|
1304
|
-
* CDN Authorization credentials
|
|
1305
|
-
*/
|
|
700
|
+
|
|
1306
701
|
Authorization?: Authorization;
|
|
1307
|
-
|
|
1308
|
-
* The ID of the Channel the OriginEndpoint is associated with.
|
|
1309
|
-
*/
|
|
702
|
+
|
|
1310
703
|
ChannelId?: string;
|
|
1311
|
-
|
|
1312
|
-
* A Common Media Application Format (CMAF) packaging configuration.
|
|
1313
|
-
*/
|
|
704
|
+
|
|
1314
705
|
CmafPackage?: CmafPackage;
|
|
1315
|
-
|
|
1316
|
-
* A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
|
|
1317
|
-
*/
|
|
706
|
+
|
|
1318
707
|
DashPackage?: DashPackage;
|
|
1319
|
-
|
|
1320
|
-
* A short text description of the OriginEndpoint.
|
|
1321
|
-
*/
|
|
708
|
+
|
|
1322
709
|
Description?: string;
|
|
1323
|
-
|
|
1324
|
-
* An HTTP Live Streaming (HLS) packaging configuration.
|
|
1325
|
-
*/
|
|
710
|
+
|
|
1326
711
|
HlsPackage?: HlsPackage;
|
|
1327
|
-
|
|
1328
|
-
* The ID of the OriginEndpoint.
|
|
1329
|
-
*/
|
|
712
|
+
|
|
1330
713
|
Id?: string;
|
|
1331
|
-
|
|
1332
|
-
* A short string appended to the end of the OriginEndpoint URL.
|
|
1333
|
-
*/
|
|
714
|
+
|
|
1334
715
|
ManifestName?: string;
|
|
1335
|
-
|
|
1336
|
-
* A Microsoft Smooth Streaming (MSS) packaging configuration.
|
|
1337
|
-
*/
|
|
716
|
+
|
|
1338
717
|
MssPackage?: MssPackage;
|
|
1339
|
-
|
|
1340
|
-
* Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint
|
|
1341
|
-
* may by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be
|
|
1342
|
-
* requested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination
|
|
1343
|
-
*/
|
|
718
|
+
|
|
1344
719
|
Origination?: Origination | string;
|
|
1345
|
-
|
|
1346
|
-
* Maximum duration (seconds) of content to retain for startover playback.
|
|
1347
|
-
* If not specified, startover playback will be disabled for the OriginEndpoint.
|
|
1348
|
-
*/
|
|
720
|
+
|
|
1349
721
|
StartoverWindowSeconds?: number;
|
|
1350
|
-
|
|
1351
|
-
* A collection of tags associated with a resource
|
|
1352
|
-
*/
|
|
722
|
+
|
|
1353
723
|
Tags?: {
|
|
1354
724
|
[key: string]: string;
|
|
1355
725
|
};
|
|
1356
|
-
|
|
1357
|
-
* Amount of delay (seconds) to enforce on the playback of live content.
|
|
1358
|
-
* If not specified, there will be no time delay in effect for the OriginEndpoint.
|
|
1359
|
-
*/
|
|
726
|
+
|
|
1360
727
|
TimeDelaySeconds?: number;
|
|
1361
|
-
|
|
1362
|
-
* The URL of the packaged OriginEndpoint for consumption.
|
|
1363
|
-
*/
|
|
728
|
+
|
|
1364
729
|
Url?: string;
|
|
1365
|
-
|
|
1366
|
-
* A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
|
|
1367
|
-
*/
|
|
730
|
+
|
|
1368
731
|
Whitelist?: string[];
|
|
1369
732
|
}
|
|
1370
733
|
export declare namespace CreateOriginEndpointResponse {
|
|
1371
|
-
|
|
1372
|
-
* @internal
|
|
1373
|
-
*/
|
|
734
|
+
|
|
1374
735
|
const filterSensitiveLog: (obj: CreateOriginEndpointResponse) => any;
|
|
1375
736
|
}
|
|
1376
737
|
export interface DeleteChannelRequest {
|
|
1377
|
-
|
|
1378
|
-
* The ID of the Channel to delete.
|
|
1379
|
-
*/
|
|
738
|
+
|
|
1380
739
|
Id: string | undefined;
|
|
1381
740
|
}
|
|
1382
741
|
export declare namespace DeleteChannelRequest {
|
|
1383
|
-
|
|
1384
|
-
* @internal
|
|
1385
|
-
*/
|
|
742
|
+
|
|
1386
743
|
const filterSensitiveLog: (obj: DeleteChannelRequest) => any;
|
|
1387
744
|
}
|
|
1388
745
|
export interface DeleteChannelResponse {
|
|
1389
746
|
}
|
|
1390
747
|
export declare namespace DeleteChannelResponse {
|
|
1391
|
-
|
|
1392
|
-
* @internal
|
|
1393
|
-
*/
|
|
748
|
+
|
|
1394
749
|
const filterSensitiveLog: (obj: DeleteChannelResponse) => any;
|
|
1395
750
|
}
|
|
1396
751
|
export interface DeleteOriginEndpointRequest {
|
|
1397
|
-
|
|
1398
|
-
* The ID of the OriginEndpoint to delete.
|
|
1399
|
-
*/
|
|
752
|
+
|
|
1400
753
|
Id: string | undefined;
|
|
1401
754
|
}
|
|
1402
755
|
export declare namespace DeleteOriginEndpointRequest {
|
|
1403
|
-
|
|
1404
|
-
* @internal
|
|
1405
|
-
*/
|
|
756
|
+
|
|
1406
757
|
const filterSensitiveLog: (obj: DeleteOriginEndpointRequest) => any;
|
|
1407
758
|
}
|
|
1408
759
|
export interface DeleteOriginEndpointResponse {
|
|
1409
760
|
}
|
|
1410
761
|
export declare namespace DeleteOriginEndpointResponse {
|
|
1411
|
-
|
|
1412
|
-
* @internal
|
|
1413
|
-
*/
|
|
762
|
+
|
|
1414
763
|
const filterSensitiveLog: (obj: DeleteOriginEndpointResponse) => any;
|
|
1415
764
|
}
|
|
1416
765
|
export interface DescribeChannelRequest {
|
|
1417
|
-
|
|
1418
|
-
* The ID of a Channel.
|
|
1419
|
-
*/
|
|
766
|
+
|
|
1420
767
|
Id: string | undefined;
|
|
1421
768
|
}
|
|
1422
769
|
export declare namespace DescribeChannelRequest {
|
|
1423
|
-
|
|
1424
|
-
* @internal
|
|
1425
|
-
*/
|
|
770
|
+
|
|
1426
771
|
const filterSensitiveLog: (obj: DescribeChannelRequest) => any;
|
|
1427
772
|
}
|
|
1428
773
|
export interface DescribeChannelResponse {
|
|
1429
|
-
|
|
1430
|
-
* The Amazon Resource Name (ARN) assigned to the Channel.
|
|
1431
|
-
*/
|
|
774
|
+
|
|
1432
775
|
Arn?: string;
|
|
1433
|
-
|
|
1434
|
-
* A short text description of the Channel.
|
|
1435
|
-
*/
|
|
776
|
+
|
|
1436
777
|
Description?: string;
|
|
1437
|
-
|
|
1438
|
-
* Configure egress access logging.
|
|
1439
|
-
*/
|
|
778
|
+
|
|
1440
779
|
EgressAccessLogs?: EgressAccessLogs;
|
|
1441
|
-
|
|
1442
|
-
* An HTTP Live Streaming (HLS) ingest resource configuration.
|
|
1443
|
-
*/
|
|
780
|
+
|
|
1444
781
|
HlsIngest?: HlsIngest;
|
|
1445
|
-
|
|
1446
|
-
* The ID of the Channel.
|
|
1447
|
-
*/
|
|
782
|
+
|
|
1448
783
|
Id?: string;
|
|
1449
|
-
|
|
1450
|
-
* Configure ingress access logging.
|
|
1451
|
-
*/
|
|
784
|
+
|
|
1452
785
|
IngressAccessLogs?: IngressAccessLogs;
|
|
1453
|
-
|
|
1454
|
-
* A collection of tags associated with a resource
|
|
1455
|
-
*/
|
|
786
|
+
|
|
1456
787
|
Tags?: {
|
|
1457
788
|
[key: string]: string;
|
|
1458
789
|
};
|
|
1459
790
|
}
|
|
1460
791
|
export declare namespace DescribeChannelResponse {
|
|
1461
|
-
|
|
1462
|
-
* @internal
|
|
1463
|
-
*/
|
|
792
|
+
|
|
1464
793
|
const filterSensitiveLog: (obj: DescribeChannelResponse) => any;
|
|
1465
794
|
}
|
|
1466
795
|
export interface DescribeHarvestJobRequest {
|
|
1467
|
-
|
|
1468
|
-
* The ID of the HarvestJob.
|
|
1469
|
-
*/
|
|
796
|
+
|
|
1470
797
|
Id: string | undefined;
|
|
1471
798
|
}
|
|
1472
799
|
export declare namespace DescribeHarvestJobRequest {
|
|
1473
|
-
|
|
1474
|
-
* @internal
|
|
1475
|
-
*/
|
|
800
|
+
|
|
1476
801
|
const filterSensitiveLog: (obj: DescribeHarvestJobRequest) => any;
|
|
1477
802
|
}
|
|
1478
803
|
export interface DescribeHarvestJobResponse {
|
|
1479
|
-
|
|
1480
|
-
* The Amazon Resource Name (ARN) assigned to the HarvestJob.
|
|
1481
|
-
*/
|
|
804
|
+
|
|
1482
805
|
Arn?: string;
|
|
1483
|
-
|
|
1484
|
-
* The ID of the Channel that the HarvestJob will harvest from.
|
|
1485
|
-
*/
|
|
806
|
+
|
|
1486
807
|
ChannelId?: string;
|
|
1487
|
-
|
|
1488
|
-
* The time the HarvestJob was submitted
|
|
1489
|
-
*/
|
|
808
|
+
|
|
1490
809
|
CreatedAt?: string;
|
|
1491
|
-
|
|
1492
|
-
* The end of the time-window which will be harvested.
|
|
1493
|
-
*/
|
|
810
|
+
|
|
1494
811
|
EndTime?: string;
|
|
1495
|
-
|
|
1496
|
-
* The ID of the HarvestJob. The ID must be unique within the region
|
|
1497
|
-
* and it cannot be changed after the HarvestJob is submitted.
|
|
1498
|
-
*/
|
|
812
|
+
|
|
1499
813
|
Id?: string;
|
|
1500
|
-
|
|
1501
|
-
* The ID of the OriginEndpoint that the HarvestJob will harvest from.
|
|
1502
|
-
* This cannot be changed after the HarvestJob is submitted.
|
|
1503
|
-
*/
|
|
814
|
+
|
|
1504
815
|
OriginEndpointId?: string;
|
|
1505
|
-
|
|
1506
|
-
* Configuration parameters for where in an S3 bucket to place the harvested content
|
|
1507
|
-
*/
|
|
816
|
+
|
|
1508
817
|
S3Destination?: S3Destination;
|
|
1509
|
-
|
|
1510
|
-
* The start of the time-window which will be harvested.
|
|
1511
|
-
*/
|
|
818
|
+
|
|
1512
819
|
StartTime?: string;
|
|
1513
|
-
|
|
1514
|
-
* The current status of the HarvestJob. Consider setting up a CloudWatch Event to listen for
|
|
1515
|
-
* HarvestJobs as they succeed or fail. In the event of failure, the CloudWatch Event will
|
|
1516
|
-
* include an explanation of why the HarvestJob failed.
|
|
1517
|
-
*/
|
|
820
|
+
|
|
1518
821
|
Status?: Status | string;
|
|
1519
822
|
}
|
|
1520
823
|
export declare namespace DescribeHarvestJobResponse {
|
|
1521
|
-
|
|
1522
|
-
* @internal
|
|
1523
|
-
*/
|
|
824
|
+
|
|
1524
825
|
const filterSensitiveLog: (obj: DescribeHarvestJobResponse) => any;
|
|
1525
826
|
}
|
|
1526
827
|
export interface DescribeOriginEndpointRequest {
|
|
1527
|
-
|
|
1528
|
-
* The ID of the OriginEndpoint.
|
|
1529
|
-
*/
|
|
828
|
+
|
|
1530
829
|
Id: string | undefined;
|
|
1531
830
|
}
|
|
1532
831
|
export declare namespace DescribeOriginEndpointRequest {
|
|
1533
|
-
|
|
1534
|
-
* @internal
|
|
1535
|
-
*/
|
|
832
|
+
|
|
1536
833
|
const filterSensitiveLog: (obj: DescribeOriginEndpointRequest) => any;
|
|
1537
834
|
}
|
|
1538
835
|
export interface DescribeOriginEndpointResponse {
|
|
1539
|
-
|
|
1540
|
-
* The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
|
|
1541
|
-
*/
|
|
836
|
+
|
|
1542
837
|
Arn?: string;
|
|
1543
|
-
|
|
1544
|
-
* CDN Authorization credentials
|
|
1545
|
-
*/
|
|
838
|
+
|
|
1546
839
|
Authorization?: Authorization;
|
|
1547
|
-
|
|
1548
|
-
* The ID of the Channel the OriginEndpoint is associated with.
|
|
1549
|
-
*/
|
|
840
|
+
|
|
1550
841
|
ChannelId?: string;
|
|
1551
|
-
|
|
1552
|
-
* A Common Media Application Format (CMAF) packaging configuration.
|
|
1553
|
-
*/
|
|
842
|
+
|
|
1554
843
|
CmafPackage?: CmafPackage;
|
|
1555
|
-
|
|
1556
|
-
* A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
|
|
1557
|
-
*/
|
|
844
|
+
|
|
1558
845
|
DashPackage?: DashPackage;
|
|
1559
|
-
|
|
1560
|
-
* A short text description of the OriginEndpoint.
|
|
1561
|
-
*/
|
|
846
|
+
|
|
1562
847
|
Description?: string;
|
|
1563
|
-
|
|
1564
|
-
* An HTTP Live Streaming (HLS) packaging configuration.
|
|
1565
|
-
*/
|
|
848
|
+
|
|
1566
849
|
HlsPackage?: HlsPackage;
|
|
1567
|
-
|
|
1568
|
-
* The ID of the OriginEndpoint.
|
|
1569
|
-
*/
|
|
850
|
+
|
|
1570
851
|
Id?: string;
|
|
1571
|
-
|
|
1572
|
-
* A short string appended to the end of the OriginEndpoint URL.
|
|
1573
|
-
*/
|
|
852
|
+
|
|
1574
853
|
ManifestName?: string;
|
|
1575
|
-
|
|
1576
|
-
* A Microsoft Smooth Streaming (MSS) packaging configuration.
|
|
1577
|
-
*/
|
|
854
|
+
|
|
1578
855
|
MssPackage?: MssPackage;
|
|
1579
|
-
|
|
1580
|
-
* Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint
|
|
1581
|
-
* may by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be
|
|
1582
|
-
* requested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination
|
|
1583
|
-
*/
|
|
856
|
+
|
|
1584
857
|
Origination?: Origination | string;
|
|
1585
|
-
|
|
1586
|
-
* Maximum duration (seconds) of content to retain for startover playback.
|
|
1587
|
-
* If not specified, startover playback will be disabled for the OriginEndpoint.
|
|
1588
|
-
*/
|
|
858
|
+
|
|
1589
859
|
StartoverWindowSeconds?: number;
|
|
1590
|
-
|
|
1591
|
-
* A collection of tags associated with a resource
|
|
1592
|
-
*/
|
|
860
|
+
|
|
1593
861
|
Tags?: {
|
|
1594
862
|
[key: string]: string;
|
|
1595
863
|
};
|
|
1596
|
-
|
|
1597
|
-
* Amount of delay (seconds) to enforce on the playback of live content.
|
|
1598
|
-
* If not specified, there will be no time delay in effect for the OriginEndpoint.
|
|
1599
|
-
*/
|
|
864
|
+
|
|
1600
865
|
TimeDelaySeconds?: number;
|
|
1601
|
-
|
|
1602
|
-
* The URL of the packaged OriginEndpoint for consumption.
|
|
1603
|
-
*/
|
|
866
|
+
|
|
1604
867
|
Url?: string;
|
|
1605
|
-
|
|
1606
|
-
* A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
|
|
1607
|
-
*/
|
|
868
|
+
|
|
1608
869
|
Whitelist?: string[];
|
|
1609
870
|
}
|
|
1610
871
|
export declare namespace DescribeOriginEndpointResponse {
|
|
1611
|
-
|
|
1612
|
-
* @internal
|
|
1613
|
-
*/
|
|
872
|
+
|
|
1614
873
|
const filterSensitiveLog: (obj: DescribeOriginEndpointResponse) => any;
|
|
1615
874
|
}
|
|
1616
875
|
export interface ListChannelsRequest {
|
|
1617
|
-
|
|
1618
|
-
* Upper bound on number of records to return.
|
|
1619
|
-
*/
|
|
876
|
+
|
|
1620
877
|
MaxResults?: number;
|
|
1621
|
-
|
|
1622
|
-
* A token used to resume pagination from the end of a previous request.
|
|
1623
|
-
*/
|
|
878
|
+
|
|
1624
879
|
NextToken?: string;
|
|
1625
880
|
}
|
|
1626
881
|
export declare namespace ListChannelsRequest {
|
|
1627
|
-
|
|
1628
|
-
* @internal
|
|
1629
|
-
*/
|
|
882
|
+
|
|
1630
883
|
const filterSensitiveLog: (obj: ListChannelsRequest) => any;
|
|
1631
884
|
}
|
|
1632
885
|
export interface ListChannelsResponse {
|
|
1633
|
-
|
|
1634
|
-
* A list of Channel records.
|
|
1635
|
-
*/
|
|
886
|
+
|
|
1636
887
|
Channels?: Channel[];
|
|
1637
|
-
|
|
1638
|
-
* A token that can be used to resume pagination from the end of the collection.
|
|
1639
|
-
*/
|
|
888
|
+
|
|
1640
889
|
NextToken?: string;
|
|
1641
890
|
}
|
|
1642
891
|
export declare namespace ListChannelsResponse {
|
|
1643
|
-
|
|
1644
|
-
* @internal
|
|
1645
|
-
*/
|
|
892
|
+
|
|
1646
893
|
const filterSensitiveLog: (obj: ListChannelsResponse) => any;
|
|
1647
894
|
}
|
|
1648
895
|
export interface ListHarvestJobsRequest {
|
|
1649
|
-
|
|
1650
|
-
* When specified, the request will return only HarvestJobs associated with the given Channel ID.
|
|
1651
|
-
*/
|
|
896
|
+
|
|
1652
897
|
IncludeChannelId?: string;
|
|
1653
|
-
|
|
1654
|
-
* When specified, the request will return only HarvestJobs in the given status.
|
|
1655
|
-
*/
|
|
898
|
+
|
|
1656
899
|
IncludeStatus?: string;
|
|
1657
|
-
|
|
1658
|
-
* The upper bound on the number of records to return.
|
|
1659
|
-
*/
|
|
900
|
+
|
|
1660
901
|
MaxResults?: number;
|
|
1661
|
-
|
|
1662
|
-
* A token used to resume pagination from the end of a previous request.
|
|
1663
|
-
*/
|
|
902
|
+
|
|
1664
903
|
NextToken?: string;
|
|
1665
904
|
}
|
|
1666
905
|
export declare namespace ListHarvestJobsRequest {
|
|
1667
|
-
|
|
1668
|
-
* @internal
|
|
1669
|
-
*/
|
|
906
|
+
|
|
1670
907
|
const filterSensitiveLog: (obj: ListHarvestJobsRequest) => any;
|
|
1671
908
|
}
|
|
1672
909
|
export interface ListHarvestJobsResponse {
|
|
1673
|
-
|
|
1674
|
-
* A list of HarvestJob records.
|
|
1675
|
-
*/
|
|
910
|
+
|
|
1676
911
|
HarvestJobs?: HarvestJob[];
|
|
1677
|
-
|
|
1678
|
-
* A token that can be used to resume pagination from the end of the collection.
|
|
1679
|
-
*/
|
|
912
|
+
|
|
1680
913
|
NextToken?: string;
|
|
1681
914
|
}
|
|
1682
915
|
export declare namespace ListHarvestJobsResponse {
|
|
1683
|
-
|
|
1684
|
-
* @internal
|
|
1685
|
-
*/
|
|
916
|
+
|
|
1686
917
|
const filterSensitiveLog: (obj: ListHarvestJobsResponse) => any;
|
|
1687
918
|
}
|
|
1688
919
|
export interface ListOriginEndpointsRequest {
|
|
1689
|
-
|
|
1690
|
-
* When specified, the request will return only OriginEndpoints associated with the given Channel ID.
|
|
1691
|
-
*/
|
|
920
|
+
|
|
1692
921
|
ChannelId?: string;
|
|
1693
|
-
|
|
1694
|
-
* The upper bound on the number of records to return.
|
|
1695
|
-
*/
|
|
922
|
+
|
|
1696
923
|
MaxResults?: number;
|
|
1697
|
-
|
|
1698
|
-
* A token used to resume pagination from the end of a previous request.
|
|
1699
|
-
*/
|
|
924
|
+
|
|
1700
925
|
NextToken?: string;
|
|
1701
926
|
}
|
|
1702
927
|
export declare namespace ListOriginEndpointsRequest {
|
|
1703
|
-
|
|
1704
|
-
* @internal
|
|
1705
|
-
*/
|
|
928
|
+
|
|
1706
929
|
const filterSensitiveLog: (obj: ListOriginEndpointsRequest) => any;
|
|
1707
930
|
}
|
|
1708
931
|
export interface ListOriginEndpointsResponse {
|
|
1709
|
-
|
|
1710
|
-
* A token that can be used to resume pagination from the end of the collection.
|
|
1711
|
-
*/
|
|
932
|
+
|
|
1712
933
|
NextToken?: string;
|
|
1713
|
-
|
|
1714
|
-
* A list of OriginEndpoint records.
|
|
1715
|
-
*/
|
|
934
|
+
|
|
1716
935
|
OriginEndpoints?: OriginEndpoint[];
|
|
1717
936
|
}
|
|
1718
937
|
export declare namespace ListOriginEndpointsResponse {
|
|
1719
|
-
|
|
1720
|
-
* @internal
|
|
1721
|
-
*/
|
|
938
|
+
|
|
1722
939
|
const filterSensitiveLog: (obj: ListOriginEndpointsResponse) => any;
|
|
1723
940
|
}
|
|
1724
941
|
export interface ListTagsForResourceRequest {
|
|
1725
942
|
ResourceArn: string | undefined;
|
|
1726
943
|
}
|
|
1727
944
|
export declare namespace ListTagsForResourceRequest {
|
|
1728
|
-
|
|
1729
|
-
* @internal
|
|
1730
|
-
*/
|
|
945
|
+
|
|
1731
946
|
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1732
947
|
}
|
|
1733
948
|
export interface ListTagsForResourceResponse {
|
|
@@ -1736,113 +951,69 @@ export interface ListTagsForResourceResponse {
|
|
|
1736
951
|
};
|
|
1737
952
|
}
|
|
1738
953
|
export declare namespace ListTagsForResourceResponse {
|
|
1739
|
-
|
|
1740
|
-
* @internal
|
|
1741
|
-
*/
|
|
954
|
+
|
|
1742
955
|
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1743
956
|
}
|
|
1744
957
|
export interface RotateChannelCredentialsRequest {
|
|
1745
|
-
|
|
1746
|
-
* The ID of the channel to update.
|
|
1747
|
-
*/
|
|
958
|
+
|
|
1748
959
|
Id: string | undefined;
|
|
1749
960
|
}
|
|
1750
961
|
export declare namespace RotateChannelCredentialsRequest {
|
|
1751
|
-
|
|
1752
|
-
* @internal
|
|
1753
|
-
*/
|
|
962
|
+
|
|
1754
963
|
const filterSensitiveLog: (obj: RotateChannelCredentialsRequest) => any;
|
|
1755
964
|
}
|
|
1756
965
|
export interface RotateChannelCredentialsResponse {
|
|
1757
|
-
|
|
1758
|
-
* The Amazon Resource Name (ARN) assigned to the Channel.
|
|
1759
|
-
*/
|
|
966
|
+
|
|
1760
967
|
Arn?: string;
|
|
1761
|
-
|
|
1762
|
-
* A short text description of the Channel.
|
|
1763
|
-
*/
|
|
968
|
+
|
|
1764
969
|
Description?: string;
|
|
1765
|
-
|
|
1766
|
-
* Configure egress access logging.
|
|
1767
|
-
*/
|
|
970
|
+
|
|
1768
971
|
EgressAccessLogs?: EgressAccessLogs;
|
|
1769
|
-
|
|
1770
|
-
* An HTTP Live Streaming (HLS) ingest resource configuration.
|
|
1771
|
-
*/
|
|
972
|
+
|
|
1772
973
|
HlsIngest?: HlsIngest;
|
|
1773
|
-
|
|
1774
|
-
* The ID of the Channel.
|
|
1775
|
-
*/
|
|
974
|
+
|
|
1776
975
|
Id?: string;
|
|
1777
|
-
|
|
1778
|
-
* Configure ingress access logging.
|
|
1779
|
-
*/
|
|
976
|
+
|
|
1780
977
|
IngressAccessLogs?: IngressAccessLogs;
|
|
1781
|
-
|
|
1782
|
-
* A collection of tags associated with a resource
|
|
1783
|
-
*/
|
|
978
|
+
|
|
1784
979
|
Tags?: {
|
|
1785
980
|
[key: string]: string;
|
|
1786
981
|
};
|
|
1787
982
|
}
|
|
1788
983
|
export declare namespace RotateChannelCredentialsResponse {
|
|
1789
|
-
|
|
1790
|
-
* @internal
|
|
1791
|
-
*/
|
|
984
|
+
|
|
1792
985
|
const filterSensitiveLog: (obj: RotateChannelCredentialsResponse) => any;
|
|
1793
986
|
}
|
|
1794
987
|
export interface RotateIngestEndpointCredentialsRequest {
|
|
1795
|
-
|
|
1796
|
-
* The ID of the channel the IngestEndpoint is on.
|
|
1797
|
-
*/
|
|
988
|
+
|
|
1798
989
|
Id: string | undefined;
|
|
1799
|
-
|
|
1800
|
-
* The id of the IngestEndpoint whose credentials should be rotated
|
|
1801
|
-
*/
|
|
990
|
+
|
|
1802
991
|
IngestEndpointId: string | undefined;
|
|
1803
992
|
}
|
|
1804
993
|
export declare namespace RotateIngestEndpointCredentialsRequest {
|
|
1805
|
-
|
|
1806
|
-
* @internal
|
|
1807
|
-
*/
|
|
994
|
+
|
|
1808
995
|
const filterSensitiveLog: (obj: RotateIngestEndpointCredentialsRequest) => any;
|
|
1809
996
|
}
|
|
1810
997
|
export interface RotateIngestEndpointCredentialsResponse {
|
|
1811
|
-
|
|
1812
|
-
* The Amazon Resource Name (ARN) assigned to the Channel.
|
|
1813
|
-
*/
|
|
998
|
+
|
|
1814
999
|
Arn?: string;
|
|
1815
|
-
|
|
1816
|
-
* A short text description of the Channel.
|
|
1817
|
-
*/
|
|
1000
|
+
|
|
1818
1001
|
Description?: string;
|
|
1819
|
-
|
|
1820
|
-
* Configure egress access logging.
|
|
1821
|
-
*/
|
|
1002
|
+
|
|
1822
1003
|
EgressAccessLogs?: EgressAccessLogs;
|
|
1823
|
-
|
|
1824
|
-
* An HTTP Live Streaming (HLS) ingest resource configuration.
|
|
1825
|
-
*/
|
|
1004
|
+
|
|
1826
1005
|
HlsIngest?: HlsIngest;
|
|
1827
|
-
|
|
1828
|
-
* The ID of the Channel.
|
|
1829
|
-
*/
|
|
1006
|
+
|
|
1830
1007
|
Id?: string;
|
|
1831
|
-
|
|
1832
|
-
* Configure ingress access logging.
|
|
1833
|
-
*/
|
|
1008
|
+
|
|
1834
1009
|
IngressAccessLogs?: IngressAccessLogs;
|
|
1835
|
-
|
|
1836
|
-
* A collection of tags associated with a resource
|
|
1837
|
-
*/
|
|
1010
|
+
|
|
1838
1011
|
Tags?: {
|
|
1839
1012
|
[key: string]: string;
|
|
1840
1013
|
};
|
|
1841
1014
|
}
|
|
1842
1015
|
export declare namespace RotateIngestEndpointCredentialsResponse {
|
|
1843
|
-
|
|
1844
|
-
* @internal
|
|
1845
|
-
*/
|
|
1016
|
+
|
|
1846
1017
|
const filterSensitiveLog: (obj: RotateIngestEndpointCredentialsResponse) => any;
|
|
1847
1018
|
}
|
|
1848
1019
|
export interface TagResourceRequest {
|
|
@@ -1852,219 +1023,119 @@ export interface TagResourceRequest {
|
|
|
1852
1023
|
} | undefined;
|
|
1853
1024
|
}
|
|
1854
1025
|
export declare namespace TagResourceRequest {
|
|
1855
|
-
|
|
1856
|
-
* @internal
|
|
1857
|
-
*/
|
|
1026
|
+
|
|
1858
1027
|
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1859
1028
|
}
|
|
1860
1029
|
export interface UntagResourceRequest {
|
|
1861
1030
|
ResourceArn: string | undefined;
|
|
1862
|
-
|
|
1863
|
-
* The key(s) of tag to be deleted
|
|
1864
|
-
*/
|
|
1031
|
+
|
|
1865
1032
|
TagKeys: string[] | undefined;
|
|
1866
1033
|
}
|
|
1867
1034
|
export declare namespace UntagResourceRequest {
|
|
1868
|
-
|
|
1869
|
-
* @internal
|
|
1870
|
-
*/
|
|
1035
|
+
|
|
1871
1036
|
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1872
1037
|
}
|
|
1873
|
-
|
|
1874
|
-
* Configuration parameters used to update the Channel.
|
|
1875
|
-
*/
|
|
1038
|
+
|
|
1876
1039
|
export interface UpdateChannelRequest {
|
|
1877
|
-
|
|
1878
|
-
* A short text description of the Channel.
|
|
1879
|
-
*/
|
|
1040
|
+
|
|
1880
1041
|
Description?: string;
|
|
1881
|
-
|
|
1882
|
-
* The ID of the Channel to update.
|
|
1883
|
-
*/
|
|
1042
|
+
|
|
1884
1043
|
Id: string | undefined;
|
|
1885
1044
|
}
|
|
1886
1045
|
export declare namespace UpdateChannelRequest {
|
|
1887
|
-
|
|
1888
|
-
* @internal
|
|
1889
|
-
*/
|
|
1046
|
+
|
|
1890
1047
|
const filterSensitiveLog: (obj: UpdateChannelRequest) => any;
|
|
1891
1048
|
}
|
|
1892
1049
|
export interface UpdateChannelResponse {
|
|
1893
|
-
|
|
1894
|
-
* The Amazon Resource Name (ARN) assigned to the Channel.
|
|
1895
|
-
*/
|
|
1050
|
+
|
|
1896
1051
|
Arn?: string;
|
|
1897
|
-
|
|
1898
|
-
* A short text description of the Channel.
|
|
1899
|
-
*/
|
|
1052
|
+
|
|
1900
1053
|
Description?: string;
|
|
1901
|
-
|
|
1902
|
-
* Configure egress access logging.
|
|
1903
|
-
*/
|
|
1054
|
+
|
|
1904
1055
|
EgressAccessLogs?: EgressAccessLogs;
|
|
1905
|
-
|
|
1906
|
-
* An HTTP Live Streaming (HLS) ingest resource configuration.
|
|
1907
|
-
*/
|
|
1056
|
+
|
|
1908
1057
|
HlsIngest?: HlsIngest;
|
|
1909
|
-
|
|
1910
|
-
* The ID of the Channel.
|
|
1911
|
-
*/
|
|
1058
|
+
|
|
1912
1059
|
Id?: string;
|
|
1913
|
-
|
|
1914
|
-
* Configure ingress access logging.
|
|
1915
|
-
*/
|
|
1060
|
+
|
|
1916
1061
|
IngressAccessLogs?: IngressAccessLogs;
|
|
1917
|
-
|
|
1918
|
-
* A collection of tags associated with a resource
|
|
1919
|
-
*/
|
|
1062
|
+
|
|
1920
1063
|
Tags?: {
|
|
1921
1064
|
[key: string]: string;
|
|
1922
1065
|
};
|
|
1923
1066
|
}
|
|
1924
1067
|
export declare namespace UpdateChannelResponse {
|
|
1925
|
-
|
|
1926
|
-
* @internal
|
|
1927
|
-
*/
|
|
1068
|
+
|
|
1928
1069
|
const filterSensitiveLog: (obj: UpdateChannelResponse) => any;
|
|
1929
1070
|
}
|
|
1930
|
-
|
|
1931
|
-
* Configuration parameters used to update an existing OriginEndpoint.
|
|
1932
|
-
*/
|
|
1071
|
+
|
|
1933
1072
|
export interface UpdateOriginEndpointRequest {
|
|
1934
|
-
|
|
1935
|
-
* CDN Authorization credentials
|
|
1936
|
-
*/
|
|
1073
|
+
|
|
1937
1074
|
Authorization?: Authorization;
|
|
1938
|
-
|
|
1939
|
-
* A Common Media Application Format (CMAF) packaging configuration.
|
|
1940
|
-
*/
|
|
1075
|
+
|
|
1941
1076
|
CmafPackage?: CmafPackageCreateOrUpdateParameters;
|
|
1942
|
-
|
|
1943
|
-
* A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
|
|
1944
|
-
*/
|
|
1077
|
+
|
|
1945
1078
|
DashPackage?: DashPackage;
|
|
1946
|
-
|
|
1947
|
-
* A short text description of the OriginEndpoint.
|
|
1948
|
-
*/
|
|
1079
|
+
|
|
1949
1080
|
Description?: string;
|
|
1950
|
-
|
|
1951
|
-
* An HTTP Live Streaming (HLS) packaging configuration.
|
|
1952
|
-
*/
|
|
1081
|
+
|
|
1953
1082
|
HlsPackage?: HlsPackage;
|
|
1954
|
-
|
|
1955
|
-
* The ID of the OriginEndpoint to update.
|
|
1956
|
-
*/
|
|
1083
|
+
|
|
1957
1084
|
Id: string | undefined;
|
|
1958
|
-
|
|
1959
|
-
* A short string that will be appended to the end of the Endpoint URL.
|
|
1960
|
-
*/
|
|
1085
|
+
|
|
1961
1086
|
ManifestName?: string;
|
|
1962
|
-
|
|
1963
|
-
* A Microsoft Smooth Streaming (MSS) packaging configuration.
|
|
1964
|
-
*/
|
|
1087
|
+
|
|
1965
1088
|
MssPackage?: MssPackage;
|
|
1966
|
-
|
|
1967
|
-
* Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint
|
|
1968
|
-
* may by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be
|
|
1969
|
-
* requested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination
|
|
1970
|
-
*/
|
|
1089
|
+
|
|
1971
1090
|
Origination?: Origination | string;
|
|
1972
|
-
|
|
1973
|
-
* Maximum duration (in seconds) of content to retain for startover playback.
|
|
1974
|
-
* If not specified, startover playback will be disabled for the OriginEndpoint.
|
|
1975
|
-
*/
|
|
1091
|
+
|
|
1976
1092
|
StartoverWindowSeconds?: number;
|
|
1977
|
-
|
|
1978
|
-
* Amount of delay (in seconds) to enforce on the playback of live content.
|
|
1979
|
-
* If not specified, there will be no time delay in effect for the OriginEndpoint.
|
|
1980
|
-
*/
|
|
1093
|
+
|
|
1981
1094
|
TimeDelaySeconds?: number;
|
|
1982
|
-
|
|
1983
|
-
* A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
|
|
1984
|
-
*/
|
|
1095
|
+
|
|
1985
1096
|
Whitelist?: string[];
|
|
1986
1097
|
}
|
|
1987
1098
|
export declare namespace UpdateOriginEndpointRequest {
|
|
1988
|
-
|
|
1989
|
-
* @internal
|
|
1990
|
-
*/
|
|
1099
|
+
|
|
1991
1100
|
const filterSensitiveLog: (obj: UpdateOriginEndpointRequest) => any;
|
|
1992
1101
|
}
|
|
1993
1102
|
export interface UpdateOriginEndpointResponse {
|
|
1994
|
-
|
|
1995
|
-
* The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
|
|
1996
|
-
*/
|
|
1103
|
+
|
|
1997
1104
|
Arn?: string;
|
|
1998
|
-
|
|
1999
|
-
* CDN Authorization credentials
|
|
2000
|
-
*/
|
|
1105
|
+
|
|
2001
1106
|
Authorization?: Authorization;
|
|
2002
|
-
|
|
2003
|
-
* The ID of the Channel the OriginEndpoint is associated with.
|
|
2004
|
-
*/
|
|
1107
|
+
|
|
2005
1108
|
ChannelId?: string;
|
|
2006
|
-
|
|
2007
|
-
* A Common Media Application Format (CMAF) packaging configuration.
|
|
2008
|
-
*/
|
|
1109
|
+
|
|
2009
1110
|
CmafPackage?: CmafPackage;
|
|
2010
|
-
|
|
2011
|
-
* A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
|
|
2012
|
-
*/
|
|
1111
|
+
|
|
2013
1112
|
DashPackage?: DashPackage;
|
|
2014
|
-
|
|
2015
|
-
* A short text description of the OriginEndpoint.
|
|
2016
|
-
*/
|
|
1113
|
+
|
|
2017
1114
|
Description?: string;
|
|
2018
|
-
|
|
2019
|
-
* An HTTP Live Streaming (HLS) packaging configuration.
|
|
2020
|
-
*/
|
|
1115
|
+
|
|
2021
1116
|
HlsPackage?: HlsPackage;
|
|
2022
|
-
|
|
2023
|
-
* The ID of the OriginEndpoint.
|
|
2024
|
-
*/
|
|
1117
|
+
|
|
2025
1118
|
Id?: string;
|
|
2026
|
-
|
|
2027
|
-
* A short string appended to the end of the OriginEndpoint URL.
|
|
2028
|
-
*/
|
|
1119
|
+
|
|
2029
1120
|
ManifestName?: string;
|
|
2030
|
-
|
|
2031
|
-
* A Microsoft Smooth Streaming (MSS) packaging configuration.
|
|
2032
|
-
*/
|
|
1121
|
+
|
|
2033
1122
|
MssPackage?: MssPackage;
|
|
2034
|
-
|
|
2035
|
-
* Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint
|
|
2036
|
-
* may by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be
|
|
2037
|
-
* requested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination
|
|
2038
|
-
*/
|
|
1123
|
+
|
|
2039
1124
|
Origination?: Origination | string;
|
|
2040
|
-
|
|
2041
|
-
* Maximum duration (seconds) of content to retain for startover playback.
|
|
2042
|
-
* If not specified, startover playback will be disabled for the OriginEndpoint.
|
|
2043
|
-
*/
|
|
1125
|
+
|
|
2044
1126
|
StartoverWindowSeconds?: number;
|
|
2045
|
-
|
|
2046
|
-
* A collection of tags associated with a resource
|
|
2047
|
-
*/
|
|
1127
|
+
|
|
2048
1128
|
Tags?: {
|
|
2049
1129
|
[key: string]: string;
|
|
2050
1130
|
};
|
|
2051
|
-
|
|
2052
|
-
* Amount of delay (seconds) to enforce on the playback of live content.
|
|
2053
|
-
* If not specified, there will be no time delay in effect for the OriginEndpoint.
|
|
2054
|
-
*/
|
|
1131
|
+
|
|
2055
1132
|
TimeDelaySeconds?: number;
|
|
2056
|
-
|
|
2057
|
-
* The URL of the packaged OriginEndpoint for consumption.
|
|
2058
|
-
*/
|
|
1133
|
+
|
|
2059
1134
|
Url?: string;
|
|
2060
|
-
|
|
2061
|
-
* A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
|
|
2062
|
-
*/
|
|
1135
|
+
|
|
2063
1136
|
Whitelist?: string[];
|
|
2064
1137
|
}
|
|
2065
1138
|
export declare namespace UpdateOriginEndpointResponse {
|
|
2066
|
-
|
|
2067
|
-
* @internal
|
|
2068
|
-
*/
|
|
1139
|
+
|
|
2069
1140
|
const filterSensitiveLog: (obj: UpdateOriginEndpointResponse) => any;
|
|
2070
1141
|
}
|