cdk-docker-image-deployment 0.0.52 → 0.0.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +13 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +153 -80
  8. package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +107 -47
  9. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.examples.json +5 -0
  10. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +674 -643
  11. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.paginators.json +50 -50
  12. package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +140 -106
  13. package/node_modules/aws-sdk/apis/neptune-2014-10-31.paginators.json +6 -0
  14. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +286 -284
  15. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +0 -1
  16. package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +111 -1
  17. package/node_modules/aws-sdk/clients/iam.d.ts +1 -1
  18. package/node_modules/aws-sdk/clients/kafka.d.ts +97 -4
  19. package/node_modules/aws-sdk/clients/location.d.ts +8 -8
  20. package/node_modules/aws-sdk/clients/mediatailor.d.ts +256 -256
  21. package/node_modules/aws-sdk/clients/neptune.d.ts +25 -0
  22. package/node_modules/aws-sdk/clients/rds.d.ts +12 -3
  23. package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
  24. package/node_modules/aws-sdk/clients/workspaces.d.ts +11 -11
  25. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  26. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +10 -10
  27. package/node_modules/aws-sdk/dist/aws-sdk.js +290 -288
  28. package/node_modules/aws-sdk/dist/aws-sdk.min.js +7 -7
  29. package/node_modules/aws-sdk/lib/core.js +1 -1
  30. package/node_modules/aws-sdk/lib/model/api.js +1 -1
  31. package/node_modules/aws-sdk/package.json +1 -1
  32. package/package.json +4 -4
@@ -12,171 +12,171 @@ declare class MediaTailor extends Service {
12
12
  constructor(options?: MediaTailor.Types.ClientConfiguration)
13
13
  config: Config & MediaTailor.Types.ClientConfiguration;
14
14
  /**
15
- * Configures Amazon CloudWatch log settings for a playback configuration.
15
+ * Amazon CloudWatch log settings for a playback configuration.
16
16
  */
17
17
  configureLogsForPlaybackConfiguration(params: MediaTailor.Types.ConfigureLogsForPlaybackConfigurationRequest, callback?: (err: AWSError, data: MediaTailor.Types.ConfigureLogsForPlaybackConfigurationResponse) => void): Request<MediaTailor.Types.ConfigureLogsForPlaybackConfigurationResponse, AWSError>;
18
18
  /**
19
- * Configures Amazon CloudWatch log settings for a playback configuration.
19
+ * Amazon CloudWatch log settings for a playback configuration.
20
20
  */
21
21
  configureLogsForPlaybackConfiguration(callback?: (err: AWSError, data: MediaTailor.Types.ConfigureLogsForPlaybackConfigurationResponse) => void): Request<MediaTailor.Types.ConfigureLogsForPlaybackConfigurationResponse, AWSError>;
22
22
  /**
23
- * Creates a channel.
23
+ * Creates a channel. For information about MediaTailor channels, see Working with channels in the MediaTailor User Guide.
24
24
  */
25
25
  createChannel(params: MediaTailor.Types.CreateChannelRequest, callback?: (err: AWSError, data: MediaTailor.Types.CreateChannelResponse) => void): Request<MediaTailor.Types.CreateChannelResponse, AWSError>;
26
26
  /**
27
- * Creates a channel.
27
+ * Creates a channel. For information about MediaTailor channels, see Working with channels in the MediaTailor User Guide.
28
28
  */
29
29
  createChannel(callback?: (err: AWSError, data: MediaTailor.Types.CreateChannelResponse) => void): Request<MediaTailor.Types.CreateChannelResponse, AWSError>;
30
30
  /**
31
- * Creates name for a specific live source in a source location.
31
+ * The live source configuration.
32
32
  */
33
33
  createLiveSource(params: MediaTailor.Types.CreateLiveSourceRequest, callback?: (err: AWSError, data: MediaTailor.Types.CreateLiveSourceResponse) => void): Request<MediaTailor.Types.CreateLiveSourceResponse, AWSError>;
34
34
  /**
35
- * Creates name for a specific live source in a source location.
35
+ * The live source configuration.
36
36
  */
37
37
  createLiveSource(callback?: (err: AWSError, data: MediaTailor.Types.CreateLiveSourceResponse) => void): Request<MediaTailor.Types.CreateLiveSourceResponse, AWSError>;
38
38
  /**
39
- * Creates a new prefetch schedule for the specified playback configuration.
39
+ * Creates a prefetch schedule for a playback configuration. A prefetch schedule allows you to tell MediaTailor to fetch and prepare certain ads before an ad break happens. For more information about ad prefetching, see Using ad prefetching in the MediaTailor User Guide.
40
40
  */
41
41
  createPrefetchSchedule(params: MediaTailor.Types.CreatePrefetchScheduleRequest, callback?: (err: AWSError, data: MediaTailor.Types.CreatePrefetchScheduleResponse) => void): Request<MediaTailor.Types.CreatePrefetchScheduleResponse, AWSError>;
42
42
  /**
43
- * Creates a new prefetch schedule for the specified playback configuration.
43
+ * Creates a prefetch schedule for a playback configuration. A prefetch schedule allows you to tell MediaTailor to fetch and prepare certain ads before an ad break happens. For more information about ad prefetching, see Using ad prefetching in the MediaTailor User Guide.
44
44
  */
45
45
  createPrefetchSchedule(callback?: (err: AWSError, data: MediaTailor.Types.CreatePrefetchScheduleResponse) => void): Request<MediaTailor.Types.CreatePrefetchScheduleResponse, AWSError>;
46
46
  /**
47
- * Creates a program.
47
+ * Creates a program within a channel. For information about programs, see Working with programs in the MediaTailor User Guide.
48
48
  */
49
49
  createProgram(params: MediaTailor.Types.CreateProgramRequest, callback?: (err: AWSError, data: MediaTailor.Types.CreateProgramResponse) => void): Request<MediaTailor.Types.CreateProgramResponse, AWSError>;
50
50
  /**
51
- * Creates a program.
51
+ * Creates a program within a channel. For information about programs, see Working with programs in the MediaTailor User Guide.
52
52
  */
53
53
  createProgram(callback?: (err: AWSError, data: MediaTailor.Types.CreateProgramResponse) => void): Request<MediaTailor.Types.CreateProgramResponse, AWSError>;
54
54
  /**
55
- * Creates a source location on a specific channel.
55
+ * Creates a source location. A source location is a container for sources. For more information about source locations, see Working with source locations in the MediaTailor User Guide.
56
56
  */
57
57
  createSourceLocation(params: MediaTailor.Types.CreateSourceLocationRequest, callback?: (err: AWSError, data: MediaTailor.Types.CreateSourceLocationResponse) => void): Request<MediaTailor.Types.CreateSourceLocationResponse, AWSError>;
58
58
  /**
59
- * Creates a source location on a specific channel.
59
+ * Creates a source location. A source location is a container for sources. For more information about source locations, see Working with source locations in the MediaTailor User Guide.
60
60
  */
61
61
  createSourceLocation(callback?: (err: AWSError, data: MediaTailor.Types.CreateSourceLocationResponse) => void): Request<MediaTailor.Types.CreateSourceLocationResponse, AWSError>;
62
62
  /**
63
- * Creates name for a specific VOD source in a source location.
63
+ * The VOD source configuration parameters.
64
64
  */
65
65
  createVodSource(params: MediaTailor.Types.CreateVodSourceRequest, callback?: (err: AWSError, data: MediaTailor.Types.CreateVodSourceResponse) => void): Request<MediaTailor.Types.CreateVodSourceResponse, AWSError>;
66
66
  /**
67
- * Creates name for a specific VOD source in a source location.
67
+ * The VOD source configuration parameters.
68
68
  */
69
69
  createVodSource(callback?: (err: AWSError, data: MediaTailor.Types.CreateVodSourceResponse) => void): Request<MediaTailor.Types.CreateVodSourceResponse, AWSError>;
70
70
  /**
71
- * Deletes a channel. You must stop the channel before it can be deleted.
71
+ * Deletes a channel. For information about MediaTailor channels, see Working with channels in the MediaTailor User Guide.
72
72
  */
73
73
  deleteChannel(params: MediaTailor.Types.DeleteChannelRequest, callback?: (err: AWSError, data: MediaTailor.Types.DeleteChannelResponse) => void): Request<MediaTailor.Types.DeleteChannelResponse, AWSError>;
74
74
  /**
75
- * Deletes a channel. You must stop the channel before it can be deleted.
75
+ * Deletes a channel. For information about MediaTailor channels, see Working with channels in the MediaTailor User Guide.
76
76
  */
77
77
  deleteChannel(callback?: (err: AWSError, data: MediaTailor.Types.DeleteChannelResponse) => void): Request<MediaTailor.Types.DeleteChannelResponse, AWSError>;
78
78
  /**
79
- * Deletes a channel's IAM policy.
79
+ * The channel policy to delete.
80
80
  */
81
81
  deleteChannelPolicy(params: MediaTailor.Types.DeleteChannelPolicyRequest, callback?: (err: AWSError, data: MediaTailor.Types.DeleteChannelPolicyResponse) => void): Request<MediaTailor.Types.DeleteChannelPolicyResponse, AWSError>;
82
82
  /**
83
- * Deletes a channel's IAM policy.
83
+ * The channel policy to delete.
84
84
  */
85
85
  deleteChannelPolicy(callback?: (err: AWSError, data: MediaTailor.Types.DeleteChannelPolicyResponse) => void): Request<MediaTailor.Types.DeleteChannelPolicyResponse, AWSError>;
86
86
  /**
87
- * Deletes a specific live source in a specific source location.
87
+ * The live source to delete.
88
88
  */
89
89
  deleteLiveSource(params: MediaTailor.Types.DeleteLiveSourceRequest, callback?: (err: AWSError, data: MediaTailor.Types.DeleteLiveSourceResponse) => void): Request<MediaTailor.Types.DeleteLiveSourceResponse, AWSError>;
90
90
  /**
91
- * Deletes a specific live source in a specific source location.
91
+ * The live source to delete.
92
92
  */
93
93
  deleteLiveSource(callback?: (err: AWSError, data: MediaTailor.Types.DeleteLiveSourceResponse) => void): Request<MediaTailor.Types.DeleteLiveSourceResponse, AWSError>;
94
94
  /**
95
- * Deletes the playback configuration for the specified name.
95
+ * Deletes a playback configuration. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor.
96
96
  */
97
97
  deletePlaybackConfiguration(params: MediaTailor.Types.DeletePlaybackConfigurationRequest, callback?: (err: AWSError, data: MediaTailor.Types.DeletePlaybackConfigurationResponse) => void): Request<MediaTailor.Types.DeletePlaybackConfigurationResponse, AWSError>;
98
98
  /**
99
- * Deletes the playback configuration for the specified name.
99
+ * Deletes a playback configuration. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor.
100
100
  */
101
101
  deletePlaybackConfiguration(callback?: (err: AWSError, data: MediaTailor.Types.DeletePlaybackConfigurationResponse) => void): Request<MediaTailor.Types.DeletePlaybackConfigurationResponse, AWSError>;
102
102
  /**
103
- * Deletes a prefetch schedule for a specific playback configuration. If you call DeletePrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code.
103
+ * Deletes a prefetch schedule for a specific playback configuration. If you call DeletePrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code. For more information about ad prefetching, see Using ad prefetching in the MediaTailor User Guide.
104
104
  */
105
105
  deletePrefetchSchedule(params: MediaTailor.Types.DeletePrefetchScheduleRequest, callback?: (err: AWSError, data: MediaTailor.Types.DeletePrefetchScheduleResponse) => void): Request<MediaTailor.Types.DeletePrefetchScheduleResponse, AWSError>;
106
106
  /**
107
- * Deletes a prefetch schedule for a specific playback configuration. If you call DeletePrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code.
107
+ * Deletes a prefetch schedule for a specific playback configuration. If you call DeletePrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code. For more information about ad prefetching, see Using ad prefetching in the MediaTailor User Guide.
108
108
  */
109
109
  deletePrefetchSchedule(callback?: (err: AWSError, data: MediaTailor.Types.DeletePrefetchScheduleResponse) => void): Request<MediaTailor.Types.DeletePrefetchScheduleResponse, AWSError>;
110
110
  /**
111
- * Deletes a specific program on a specific channel.
111
+ * Deletes a program within a channel. For information about programs, see Working with programs in the MediaTailor User Guide.
112
112
  */
113
113
  deleteProgram(params: MediaTailor.Types.DeleteProgramRequest, callback?: (err: AWSError, data: MediaTailor.Types.DeleteProgramResponse) => void): Request<MediaTailor.Types.DeleteProgramResponse, AWSError>;
114
114
  /**
115
- * Deletes a specific program on a specific channel.
115
+ * Deletes a program within a channel. For information about programs, see Working with programs in the MediaTailor User Guide.
116
116
  */
117
117
  deleteProgram(callback?: (err: AWSError, data: MediaTailor.Types.DeleteProgramResponse) => void): Request<MediaTailor.Types.DeleteProgramResponse, AWSError>;
118
118
  /**
119
- * Deletes a source location on a specific channel.
119
+ * Deletes a source location. A source location is a container for sources. For more information about source locations, see Working with source locations in the MediaTailor User Guide.
120
120
  */
121
121
  deleteSourceLocation(params: MediaTailor.Types.DeleteSourceLocationRequest, callback?: (err: AWSError, data: MediaTailor.Types.DeleteSourceLocationResponse) => void): Request<MediaTailor.Types.DeleteSourceLocationResponse, AWSError>;
122
122
  /**
123
- * Deletes a source location on a specific channel.
123
+ * Deletes a source location. A source location is a container for sources. For more information about source locations, see Working with source locations in the MediaTailor User Guide.
124
124
  */
125
125
  deleteSourceLocation(callback?: (err: AWSError, data: MediaTailor.Types.DeleteSourceLocationResponse) => void): Request<MediaTailor.Types.DeleteSourceLocationResponse, AWSError>;
126
126
  /**
127
- * Deletes a specific VOD source in a specific source location.
127
+ * The video on demand (VOD) source to delete.
128
128
  */
129
129
  deleteVodSource(params: MediaTailor.Types.DeleteVodSourceRequest, callback?: (err: AWSError, data: MediaTailor.Types.DeleteVodSourceResponse) => void): Request<MediaTailor.Types.DeleteVodSourceResponse, AWSError>;
130
130
  /**
131
- * Deletes a specific VOD source in a specific source location.
131
+ * The video on demand (VOD) source to delete.
132
132
  */
133
133
  deleteVodSource(callback?: (err: AWSError, data: MediaTailor.Types.DeleteVodSourceResponse) => void): Request<MediaTailor.Types.DeleteVodSourceResponse, AWSError>;
134
134
  /**
135
- * Describes the properties of a specific channel.
135
+ * Describes a channel. For information about MediaTailor channels, see Working with channels in the MediaTailor User Guide.
136
136
  */
137
137
  describeChannel(params: MediaTailor.Types.DescribeChannelRequest, callback?: (err: AWSError, data: MediaTailor.Types.DescribeChannelResponse) => void): Request<MediaTailor.Types.DescribeChannelResponse, AWSError>;
138
138
  /**
139
- * Describes the properties of a specific channel.
139
+ * Describes a channel. For information about MediaTailor channels, see Working with channels in the MediaTailor User Guide.
140
140
  */
141
141
  describeChannel(callback?: (err: AWSError, data: MediaTailor.Types.DescribeChannelResponse) => void): Request<MediaTailor.Types.DescribeChannelResponse, AWSError>;
142
142
  /**
143
- * Provides details about a specific live source in a specific source location.
143
+ * The live source to describe.
144
144
  */
145
145
  describeLiveSource(params: MediaTailor.Types.DescribeLiveSourceRequest, callback?: (err: AWSError, data: MediaTailor.Types.DescribeLiveSourceResponse) => void): Request<MediaTailor.Types.DescribeLiveSourceResponse, AWSError>;
146
146
  /**
147
- * Provides details about a specific live source in a specific source location.
147
+ * The live source to describe.
148
148
  */
149
149
  describeLiveSource(callback?: (err: AWSError, data: MediaTailor.Types.DescribeLiveSourceResponse) => void): Request<MediaTailor.Types.DescribeLiveSourceResponse, AWSError>;
150
150
  /**
151
- * Retrieves the properties of the requested program.
151
+ * Describes a program within a channel. For information about programs, see Working with programs in the MediaTailor User Guide.
152
152
  */
153
153
  describeProgram(params: MediaTailor.Types.DescribeProgramRequest, callback?: (err: AWSError, data: MediaTailor.Types.DescribeProgramResponse) => void): Request<MediaTailor.Types.DescribeProgramResponse, AWSError>;
154
154
  /**
155
- * Retrieves the properties of the requested program.
155
+ * Describes a program within a channel. For information about programs, see Working with programs in the MediaTailor User Guide.
156
156
  */
157
157
  describeProgram(callback?: (err: AWSError, data: MediaTailor.Types.DescribeProgramResponse) => void): Request<MediaTailor.Types.DescribeProgramResponse, AWSError>;
158
158
  /**
159
- * Retrieves the properties of the requested source location.
159
+ * Describes a source location. A source location is a container for sources. For more information about source locations, see Working with source locations in the MediaTailor User Guide.
160
160
  */
161
161
  describeSourceLocation(params: MediaTailor.Types.DescribeSourceLocationRequest, callback?: (err: AWSError, data: MediaTailor.Types.DescribeSourceLocationResponse) => void): Request<MediaTailor.Types.DescribeSourceLocationResponse, AWSError>;
162
162
  /**
163
- * Retrieves the properties of the requested source location.
163
+ * Describes a source location. A source location is a container for sources. For more information about source locations, see Working with source locations in the MediaTailor User Guide.
164
164
  */
165
165
  describeSourceLocation(callback?: (err: AWSError, data: MediaTailor.Types.DescribeSourceLocationResponse) => void): Request<MediaTailor.Types.DescribeSourceLocationResponse, AWSError>;
166
166
  /**
167
- * Provides details about a specific VOD source in a specific source location.
167
+ * Provides details about a specific video on demand (VOD) source in a specific source location.
168
168
  */
169
169
  describeVodSource(params: MediaTailor.Types.DescribeVodSourceRequest, callback?: (err: AWSError, data: MediaTailor.Types.DescribeVodSourceResponse) => void): Request<MediaTailor.Types.DescribeVodSourceResponse, AWSError>;
170
170
  /**
171
- * Provides details about a specific VOD source in a specific source location.
171
+ * Provides details about a specific video on demand (VOD) source in a specific source location.
172
172
  */
173
173
  describeVodSource(callback?: (err: AWSError, data: MediaTailor.Types.DescribeVodSourceResponse) => void): Request<MediaTailor.Types.DescribeVodSourceResponse, AWSError>;
174
174
  /**
175
- * Retrieves information about a channel's IAM policy.
175
+ * Returns the channel's IAM policy. IAM policies are used to control access to your channel.
176
176
  */
177
177
  getChannelPolicy(params: MediaTailor.Types.GetChannelPolicyRequest, callback?: (err: AWSError, data: MediaTailor.Types.GetChannelPolicyResponse) => void): Request<MediaTailor.Types.GetChannelPolicyResponse, AWSError>;
178
178
  /**
179
- * Retrieves information about a channel's IAM policy.
179
+ * Returns the channel's IAM policy. IAM policies are used to control access to your channel.
180
180
  */
181
181
  getChannelPolicy(callback?: (err: AWSError, data: MediaTailor.Types.GetChannelPolicyResponse) => void): Request<MediaTailor.Types.GetChannelPolicyResponse, AWSError>;
182
182
  /**
@@ -188,170 +188,170 @@ declare class MediaTailor extends Service {
188
188
  */
189
189
  getChannelSchedule(callback?: (err: AWSError, data: MediaTailor.Types.GetChannelScheduleResponse) => void): Request<MediaTailor.Types.GetChannelScheduleResponse, AWSError>;
190
190
  /**
191
- * Returns the playback configuration for the specified name.
191
+ * Retrieves a playback configuration. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor.
192
192
  */
193
193
  getPlaybackConfiguration(params: MediaTailor.Types.GetPlaybackConfigurationRequest, callback?: (err: AWSError, data: MediaTailor.Types.GetPlaybackConfigurationResponse) => void): Request<MediaTailor.Types.GetPlaybackConfigurationResponse, AWSError>;
194
194
  /**
195
- * Returns the playback configuration for the specified name.
195
+ * Retrieves a playback configuration. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor.
196
196
  */
197
197
  getPlaybackConfiguration(callback?: (err: AWSError, data: MediaTailor.Types.GetPlaybackConfigurationResponse) => void): Request<MediaTailor.Types.GetPlaybackConfigurationResponse, AWSError>;
198
198
  /**
199
- * Returns information about the prefetch schedule for a specific playback configuration. If you call GetPrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code.
199
+ * Retrieves a prefetch schedule for a playback configuration. A prefetch schedule allows you to tell MediaTailor to fetch and prepare certain ads before an ad break happens. For more information about ad prefetching, see Using ad prefetching in the MediaTailor User Guide.
200
200
  */
201
201
  getPrefetchSchedule(params: MediaTailor.Types.GetPrefetchScheduleRequest, callback?: (err: AWSError, data: MediaTailor.Types.GetPrefetchScheduleResponse) => void): Request<MediaTailor.Types.GetPrefetchScheduleResponse, AWSError>;
202
202
  /**
203
- * Returns information about the prefetch schedule for a specific playback configuration. If you call GetPrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code.
203
+ * Retrieves a prefetch schedule for a playback configuration. A prefetch schedule allows you to tell MediaTailor to fetch and prepare certain ads before an ad break happens. For more information about ad prefetching, see Using ad prefetching in the MediaTailor User Guide.
204
204
  */
205
205
  getPrefetchSchedule(callback?: (err: AWSError, data: MediaTailor.Types.GetPrefetchScheduleResponse) => void): Request<MediaTailor.Types.GetPrefetchScheduleResponse, AWSError>;
206
206
  /**
207
- * Returns a list of alerts for the given resource.
207
+ * Lists the alerts that are associated with a MediaTailor channel assembly resource.
208
208
  */
209
209
  listAlerts(params: MediaTailor.Types.ListAlertsRequest, callback?: (err: AWSError, data: MediaTailor.Types.ListAlertsResponse) => void): Request<MediaTailor.Types.ListAlertsResponse, AWSError>;
210
210
  /**
211
- * Returns a list of alerts for the given resource.
211
+ * Lists the alerts that are associated with a MediaTailor channel assembly resource.
212
212
  */
213
213
  listAlerts(callback?: (err: AWSError, data: MediaTailor.Types.ListAlertsResponse) => void): Request<MediaTailor.Types.ListAlertsResponse, AWSError>;
214
214
  /**
215
- * Retrieves a list of channels that are associated with this account.
215
+ * Retrieves information about the channels that are associated with the current AWS account.
216
216
  */
217
217
  listChannels(params: MediaTailor.Types.ListChannelsRequest, callback?: (err: AWSError, data: MediaTailor.Types.ListChannelsResponse) => void): Request<MediaTailor.Types.ListChannelsResponse, AWSError>;
218
218
  /**
219
- * Retrieves a list of channels that are associated with this account.
219
+ * Retrieves information about the channels that are associated with the current AWS account.
220
220
  */
221
221
  listChannels(callback?: (err: AWSError, data: MediaTailor.Types.ListChannelsResponse) => void): Request<MediaTailor.Types.ListChannelsResponse, AWSError>;
222
222
  /**
223
- * lists all the live sources in a source location.
223
+ * Lists the live sources contained in a source location. A source represents a piece of content.
224
224
  */
225
225
  listLiveSources(params: MediaTailor.Types.ListLiveSourcesRequest, callback?: (err: AWSError, data: MediaTailor.Types.ListLiveSourcesResponse) => void): Request<MediaTailor.Types.ListLiveSourcesResponse, AWSError>;
226
226
  /**
227
- * lists all the live sources in a source location.
227
+ * Lists the live sources contained in a source location. A source represents a piece of content.
228
228
  */
229
229
  listLiveSources(callback?: (err: AWSError, data: MediaTailor.Types.ListLiveSourcesResponse) => void): Request<MediaTailor.Types.ListLiveSourcesResponse, AWSError>;
230
230
  /**
231
- * Returns a list of the playback configurations defined in AWS Elemental MediaTailor. You can specify a maximum number of configurations to return at a time. The default maximum is 50. Results are returned in pagefuls. If MediaTailor has more configurations than the specified maximum, it provides parameters in the response that you can use to retrieve the next pageful.
231
+ * Retrieves existing playback configurations. For information about MediaTailor configurations, see Working with Configurations in AWS Elemental MediaTailor.
232
232
  */
233
233
  listPlaybackConfigurations(params: MediaTailor.Types.ListPlaybackConfigurationsRequest, callback?: (err: AWSError, data: MediaTailor.Types.ListPlaybackConfigurationsResponse) => void): Request<MediaTailor.Types.ListPlaybackConfigurationsResponse, AWSError>;
234
234
  /**
235
- * Returns a list of the playback configurations defined in AWS Elemental MediaTailor. You can specify a maximum number of configurations to return at a time. The default maximum is 50. Results are returned in pagefuls. If MediaTailor has more configurations than the specified maximum, it provides parameters in the response that you can use to retrieve the next pageful.
235
+ * Retrieves existing playback configurations. For information about MediaTailor configurations, see Working with Configurations in AWS Elemental MediaTailor.
236
236
  */
237
237
  listPlaybackConfigurations(callback?: (err: AWSError, data: MediaTailor.Types.ListPlaybackConfigurationsResponse) => void): Request<MediaTailor.Types.ListPlaybackConfigurationsResponse, AWSError>;
238
238
  /**
239
- * Creates a new prefetch schedule.
239
+ * Lists the prefetch schedules for a playback configuration.
240
240
  */
241
241
  listPrefetchSchedules(params: MediaTailor.Types.ListPrefetchSchedulesRequest, callback?: (err: AWSError, data: MediaTailor.Types.ListPrefetchSchedulesResponse) => void): Request<MediaTailor.Types.ListPrefetchSchedulesResponse, AWSError>;
242
242
  /**
243
- * Creates a new prefetch schedule.
243
+ * Lists the prefetch schedules for a playback configuration.
244
244
  */
245
245
  listPrefetchSchedules(callback?: (err: AWSError, data: MediaTailor.Types.ListPrefetchSchedulesResponse) => void): Request<MediaTailor.Types.ListPrefetchSchedulesResponse, AWSError>;
246
246
  /**
247
- * Retrieves a list of source locations.
247
+ * Lists the source locations for a channel. A source location defines the host server URL, and contains a list of sources.
248
248
  */
249
249
  listSourceLocations(params: MediaTailor.Types.ListSourceLocationsRequest, callback?: (err: AWSError, data: MediaTailor.Types.ListSourceLocationsResponse) => void): Request<MediaTailor.Types.ListSourceLocationsResponse, AWSError>;
250
250
  /**
251
- * Retrieves a list of source locations.
251
+ * Lists the source locations for a channel. A source location defines the host server URL, and contains a list of sources.
252
252
  */
253
253
  listSourceLocations(callback?: (err: AWSError, data: MediaTailor.Types.ListSourceLocationsResponse) => void): Request<MediaTailor.Types.ListSourceLocationsResponse, AWSError>;
254
254
  /**
255
- * Returns a list of the tags assigned to the specified playback configuration resource.
255
+ * A list of tags that are associated with this resource. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
256
256
  */
257
257
  listTagsForResource(params: MediaTailor.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: MediaTailor.Types.ListTagsForResourceResponse) => void): Request<MediaTailor.Types.ListTagsForResourceResponse, AWSError>;
258
258
  /**
259
- * Returns a list of the tags assigned to the specified playback configuration resource.
259
+ * A list of tags that are associated with this resource. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
260
260
  */
261
261
  listTagsForResource(callback?: (err: AWSError, data: MediaTailor.Types.ListTagsForResourceResponse) => void): Request<MediaTailor.Types.ListTagsForResourceResponse, AWSError>;
262
262
  /**
263
- * Lists all the VOD sources in a source location.
263
+ * Lists the VOD sources contained in a source location. A source represents a piece of content.
264
264
  */
265
265
  listVodSources(params: MediaTailor.Types.ListVodSourcesRequest, callback?: (err: AWSError, data: MediaTailor.Types.ListVodSourcesResponse) => void): Request<MediaTailor.Types.ListVodSourcesResponse, AWSError>;
266
266
  /**
267
- * Lists all the VOD sources in a source location.
267
+ * Lists the VOD sources contained in a source location. A source represents a piece of content.
268
268
  */
269
269
  listVodSources(callback?: (err: AWSError, data: MediaTailor.Types.ListVodSourcesResponse) => void): Request<MediaTailor.Types.ListVodSourcesResponse, AWSError>;
270
270
  /**
271
- * Creates an IAM policy for the channel.
271
+ * Creates an IAM policy for the channel. IAM policies are used to control access to your channel.
272
272
  */
273
273
  putChannelPolicy(params: MediaTailor.Types.PutChannelPolicyRequest, callback?: (err: AWSError, data: MediaTailor.Types.PutChannelPolicyResponse) => void): Request<MediaTailor.Types.PutChannelPolicyResponse, AWSError>;
274
274
  /**
275
- * Creates an IAM policy for the channel.
275
+ * Creates an IAM policy for the channel. IAM policies are used to control access to your channel.
276
276
  */
277
277
  putChannelPolicy(callback?: (err: AWSError, data: MediaTailor.Types.PutChannelPolicyResponse) => void): Request<MediaTailor.Types.PutChannelPolicyResponse, AWSError>;
278
278
  /**
279
- * Adds a new playback configuration to AWS Elemental MediaTailor.
279
+ * Creates a playback configuration. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor.
280
280
  */
281
281
  putPlaybackConfiguration(params: MediaTailor.Types.PutPlaybackConfigurationRequest, callback?: (err: AWSError, data: MediaTailor.Types.PutPlaybackConfigurationResponse) => void): Request<MediaTailor.Types.PutPlaybackConfigurationResponse, AWSError>;
282
282
  /**
283
- * Adds a new playback configuration to AWS Elemental MediaTailor.
283
+ * Creates a playback configuration. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor.
284
284
  */
285
285
  putPlaybackConfiguration(callback?: (err: AWSError, data: MediaTailor.Types.PutPlaybackConfigurationResponse) => void): Request<MediaTailor.Types.PutPlaybackConfigurationResponse, AWSError>;
286
286
  /**
287
- * Starts a specific channel.
287
+ * Starts a channel. For information about MediaTailor channels, see Working with channels in the MediaTailor User Guide.
288
288
  */
289
289
  startChannel(params: MediaTailor.Types.StartChannelRequest, callback?: (err: AWSError, data: MediaTailor.Types.StartChannelResponse) => void): Request<MediaTailor.Types.StartChannelResponse, AWSError>;
290
290
  /**
291
- * Starts a specific channel.
291
+ * Starts a channel. For information about MediaTailor channels, see Working with channels in the MediaTailor User Guide.
292
292
  */
293
293
  startChannel(callback?: (err: AWSError, data: MediaTailor.Types.StartChannelResponse) => void): Request<MediaTailor.Types.StartChannelResponse, AWSError>;
294
294
  /**
295
- * Stops a specific channel.
295
+ * Stops a channel. For information about MediaTailor channels, see Working with channels in the MediaTailor User Guide.
296
296
  */
297
297
  stopChannel(params: MediaTailor.Types.StopChannelRequest, callback?: (err: AWSError, data: MediaTailor.Types.StopChannelResponse) => void): Request<MediaTailor.Types.StopChannelResponse, AWSError>;
298
298
  /**
299
- * Stops a specific channel.
299
+ * Stops a channel. For information about MediaTailor channels, see Working with channels in the MediaTailor User Guide.
300
300
  */
301
301
  stopChannel(callback?: (err: AWSError, data: MediaTailor.Types.StopChannelResponse) => void): Request<MediaTailor.Types.StopChannelResponse, AWSError>;
302
302
  /**
303
- * Adds tags to the specified playback configuration resource. You can specify one or more tags to add.
303
+ * The resource to tag. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
304
304
  */
305
305
  tagResource(params: MediaTailor.Types.TagResourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
306
306
  /**
307
- * Adds tags to the specified playback configuration resource. You can specify one or more tags to add.
307
+ * The resource to tag. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
308
308
  */
309
309
  tagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
310
310
  /**
311
- * Removes tags from the specified playback configuration resource. You can specify one or more tags to remove.
311
+ * The resource to untag.
312
312
  */
313
313
  untagResource(params: MediaTailor.Types.UntagResourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
314
314
  /**
315
- * Removes tags from the specified playback configuration resource. You can specify one or more tags to remove.
315
+ * The resource to untag.
316
316
  */
317
317
  untagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
318
318
  /**
319
- * Updates an existing channel.
319
+ * Updates a channel. For information about MediaTailor channels, see Working with channels in the MediaTailor User Guide.
320
320
  */
321
321
  updateChannel(params: MediaTailor.Types.UpdateChannelRequest, callback?: (err: AWSError, data: MediaTailor.Types.UpdateChannelResponse) => void): Request<MediaTailor.Types.UpdateChannelResponse, AWSError>;
322
322
  /**
323
- * Updates an existing channel.
323
+ * Updates a channel. For information about MediaTailor channels, see Working with channels in the MediaTailor User Guide.
324
324
  */
325
325
  updateChannel(callback?: (err: AWSError, data: MediaTailor.Types.UpdateChannelResponse) => void): Request<MediaTailor.Types.UpdateChannelResponse, AWSError>;
326
326
  /**
327
- * Updates a specific live source in a specific source location.
327
+ * Updates a live source's configuration.
328
328
  */
329
329
  updateLiveSource(params: MediaTailor.Types.UpdateLiveSourceRequest, callback?: (err: AWSError, data: MediaTailor.Types.UpdateLiveSourceResponse) => void): Request<MediaTailor.Types.UpdateLiveSourceResponse, AWSError>;
330
330
  /**
331
- * Updates a specific live source in a specific source location.
331
+ * Updates a live source's configuration.
332
332
  */
333
333
  updateLiveSource(callback?: (err: AWSError, data: MediaTailor.Types.UpdateLiveSourceResponse) => void): Request<MediaTailor.Types.UpdateLiveSourceResponse, AWSError>;
334
334
  /**
335
- * Updates a source location on a specific channel.
335
+ * Updates a source location. A source location is a container for sources. For more information about source locations, see Working with source locations in the MediaTailor User Guide.
336
336
  */
337
337
  updateSourceLocation(params: MediaTailor.Types.UpdateSourceLocationRequest, callback?: (err: AWSError, data: MediaTailor.Types.UpdateSourceLocationResponse) => void): Request<MediaTailor.Types.UpdateSourceLocationResponse, AWSError>;
338
338
  /**
339
- * Updates a source location on a specific channel.
339
+ * Updates a source location. A source location is a container for sources. For more information about source locations, see Working with source locations in the MediaTailor User Guide.
340
340
  */
341
341
  updateSourceLocation(callback?: (err: AWSError, data: MediaTailor.Types.UpdateSourceLocationResponse) => void): Request<MediaTailor.Types.UpdateSourceLocationResponse, AWSError>;
342
342
  /**
343
- * Updates a specific VOD source in a specific source location.
343
+ * Updates a VOD source's configuration.
344
344
  */
345
345
  updateVodSource(params: MediaTailor.Types.UpdateVodSourceRequest, callback?: (err: AWSError, data: MediaTailor.Types.UpdateVodSourceResponse) => void): Request<MediaTailor.Types.UpdateVodSourceResponse, AWSError>;
346
346
  /**
347
- * Updates a specific VOD source in a specific source location.
347
+ * Updates a VOD source's configuration.
348
348
  */
349
349
  updateVodSource(callback?: (err: AWSError, data: MediaTailor.Types.UpdateVodSourceResponse) => void): Request<MediaTailor.Types.UpdateVodSourceResponse, AWSError>;
350
350
  }
351
351
  declare namespace MediaTailor {
352
352
  export interface AccessConfiguration {
353
353
  /**
354
- * The type of authentication used to access content from HttpConfiguration::BaseUrl on your source location. Accepted value: S3_SIGV4. S3_SIGV4 - AWS Signature Version 4 authentication for Amazon S3 hosted virtual-style access. If your source location base URL is an Amazon S3 bucket, MediaTailor can use AWS Signature Version 4 (SigV4) authentication to access the bucket where your source content is stored. Your MediaTailor source location baseURL must follow the S3 virtual hosted-style request URL format. For example, https://bucket-name.s3.Region.amazonaws.com/key-name. Before you can use S3_SIGV4, you must meet these requirements: • You must allow MediaTailor to access your S3 bucket by granting mediatailor.amazonaws.com principal access in IAM. For information about configuring access in IAM, see Access management in the IAM User Guide. • The mediatailor.amazonaws.com service principal must have permissions to read all top level manifests referenced by the VodSource packaging configurations. • The caller of the API must have s3:GetObject IAM permissions to read all top level manifests referenced by your MediaTailor VodSource packaging configurations.
354
+ * The type of authentication used to access content from HttpConfiguration::BaseUrl on your source location. Accepted value: S3_SIGV4. S3_SIGV4 - AWS Signature Version 4 authentication for Amazon S3 hosted virtual-style access. If your source location base URL is an Amazon S3 bucket, MediaTailor can use AWS Signature Version 4 (SigV4) authentication to access the bucket where your source content is stored. Your MediaTailor source location baseURL must follow the S3 virtual hosted-style request URL format. For example, https://bucket-name.s3.Region.amazonaws.com/key-name. Before you can use S3_SIGV4, you must meet these requirements: • You must allow MediaTailor to access your S3 bucket by granting mediatailor.amazonaws.com principal access in IAM. For information about configuring access in IAM, see Access management in the IAM User Guide. • The mediatailor.amazonaws.com service principal must have permissions to read all top level manifests referenced by the VodSource packaging configurations. • The caller of the API must have s3:GetObject IAM permissions to read all top level manifests referenced by your MediaTailor VodSource packaging configurations.
355
355
  */
356
356
  AccessType?: AccessType;
357
357
  /**
@@ -362,7 +362,7 @@ declare namespace MediaTailor {
362
362
  export type AccessType = "S3_SIGV4"|"SECRETS_MANAGER_ACCESS_TOKEN"|string;
363
363
  export interface AdBreak {
364
364
  /**
365
- * The SCTE-35 ad insertion type. Accepted value: SPLICE_INSERT.
365
+ * The SCTE-35 ad insertion type. Accepted value: SPLICE_INSERT, TIME_SIGNAL.
366
366
  */
367
367
  MessageType?: MessageType;
368
368
  /**
@@ -438,7 +438,7 @@ declare namespace MediaTailor {
438
438
  }
439
439
  export interface CdnConfiguration {
440
440
  /**
441
- * A non-default content delivery network (CDN) to serve ad segments. By default, AWS Elemental MediaTailor uses Amazon CloudFront with default cache settings as its CDN for ad segments. To set up an alternate CDN, create a rule in your CDN for the origin ads.mediatailor.&amp;lt;region>.amazonaws.com. Then specify the rule's name in this AdSegmentUrlPrefix. When AWS Elemental MediaTailor serves a manifest, it reports your CDN as the source for ad segments.
441
+ * A non-default content delivery network (CDN) to serve ad segments. By default, AWS Elemental MediaTailor uses Amazon CloudFront with default cache settings as its CDN for ad segments. To set up an alternate CDN, create a rule in your CDN for the origin ads.mediatailor.&lt;region&gt;.amazonaws.com. Then specify the rule's name in this AdSegmentUrlPrefix. When AWS Elemental MediaTailor serves a manifest, it reports your CDN as the source for ad segments.
442
442
  */
443
443
  AdSegmentUrlPrefix?: __string;
444
444
  /**
@@ -476,11 +476,11 @@ declare namespace MediaTailor {
476
476
  */
477
477
  Outputs: ResponseOutputs;
478
478
  /**
479
- * The type of playback mode for this channel. LINEAR - Programs play back-to-back only once. LOOP - Programs play back-to-back in an endless loop. When the last program in the schedule plays, playback loops back to the first program in the schedule.
479
+ * The type of playback mode for this channel. LINEAR - Programs play back-to-back only once. LOOP - Programs play back-to-back in an endless loop. When the last program in the schedule plays, playback loops back to the first program in the schedule.
480
480
  */
481
481
  PlaybackMode: __string;
482
482
  /**
483
- * The tags to assign to the channel.
483
+ * The tags to assign to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
484
484
  */
485
485
  Tags?: __mapOf__string;
486
486
  /**
@@ -493,7 +493,7 @@ declare namespace MediaTailor {
493
493
  export type ConfigurationAliasesResponse = {[key: string]: __mapOf__string};
494
494
  export interface ConfigureLogsForPlaybackConfigurationRequest {
495
495
  /**
496
- * The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account. For example, if your playback configuration has 1000 sessions and percentEnabled is set to 60, MediaTailor sends logs for 600 of the sessions to CloudWatch Logs. MediaTailor decides at random which of the playback configuration sessions to send logs for. If you want to view logs for a specific session, you can use the debug log mode. Valid values: 0 - 100
496
+ * The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account. For example, if your playback configuration has 1000 sessions and percentEnabled is set to 60, MediaTailor sends logs for 600 of the sessions to CloudWatch Logs. MediaTailor decides at random which of the playback configuration sessions to send logs for. If you want to view logs for a specific session, you can use the debug log mode. Valid values: 0 - 100
497
497
  */
498
498
  PercentEnabled: __integer;
499
499
  /**
@@ -505,7 +505,7 @@ declare namespace MediaTailor {
505
505
  /**
506
506
  * The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account.
507
507
  */
508
- PercentEnabled?: __integer;
508
+ PercentEnabled: __integer;
509
509
  /**
510
510
  * The name of the playback configuration.
511
511
  */
@@ -513,7 +513,7 @@ declare namespace MediaTailor {
513
513
  }
514
514
  export interface CreateChannelRequest {
515
515
  /**
516
- * The identifier for the channel you are working on.
516
+ * The name of the channel.
517
517
  */
518
518
  ChannelName: __string;
519
519
  /**
@@ -525,11 +525,11 @@ declare namespace MediaTailor {
525
525
  */
526
526
  Outputs: RequestOutputs;
527
527
  /**
528
- * The type of playback mode to use for this channel. LINEAR - The programs in the schedule play once back-to-back in the schedule. LOOP - The programs in the schedule play back-to-back in an endless loop. When the last program in the schedule stops playing, playback loops back to the first program in the schedule.
528
+ * The type of playback mode to use for this channel. LINEAR - The programs in the schedule play once back-to-back in the schedule. LOOP - The programs in the schedule play back-to-back in an endless loop. When the last program in the schedule stops playing, playback loops back to the first program in the schedule.
529
529
  */
530
530
  PlaybackMode: PlaybackMode;
531
531
  /**
532
- * The tags to assign to the channel.
532
+ * The tags to assign to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
533
533
  */
534
534
  Tags?: __mapOf__string;
535
535
  /**
@@ -539,11 +539,11 @@ declare namespace MediaTailor {
539
539
  }
540
540
  export interface CreateChannelResponse {
541
541
  /**
542
- * The ARN of the channel.
542
+ * The Amazon Resource Name (ARN) to assign to the channel.
543
543
  */
544
544
  Arn?: __string;
545
545
  /**
546
- * The name of the channel.
546
+ * The name to assign to the channel.
547
547
  */
548
548
  ChannelName?: __string;
549
549
  /**
@@ -563,19 +563,19 @@ declare namespace MediaTailor {
563
563
  */
564
564
  LastModifiedTime?: __timestampUnix;
565
565
  /**
566
- * The channel's output properties.
566
+ * The output properties to assign to the channel.
567
567
  */
568
568
  Outputs?: ResponseOutputs;
569
569
  /**
570
- * The channel's playback mode.
570
+ * The playback mode to assign to the channel.
571
571
  */
572
572
  PlaybackMode?: __string;
573
573
  /**
574
- * The tags assigned to the channel.
574
+ * The tags to assign to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
575
575
  */
576
576
  Tags?: __mapOf__string;
577
577
  /**
578
- * The channel's tier.
578
+ * The tier of the channel.
579
579
  */
580
580
  Tier?: __string;
581
581
  }
@@ -585,45 +585,45 @@ declare namespace MediaTailor {
585
585
  */
586
586
  HttpPackageConfigurations: HttpPackageConfigurations;
587
587
  /**
588
- * The identifier for the live source you are working on.
588
+ * The name of the live source.
589
589
  */
590
590
  LiveSourceName: __string;
591
591
  /**
592
- * The identifier for the source location you are working on.
592
+ * The name of the source location.
593
593
  */
594
594
  SourceLocationName: __string;
595
595
  /**
596
- * The tags to assign to the live source.
596
+ * The tags to assign to the live source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
597
597
  */
598
598
  Tags?: __mapOf__string;
599
599
  }
600
600
  export interface CreateLiveSourceResponse {
601
601
  /**
602
- * The ARN of the live source.
602
+ * The ARN to assign to the live source.
603
603
  */
604
604
  Arn?: __string;
605
605
  /**
606
- * The timestamp that indicates when the live source was created.
606
+ * The time the live source was created.
607
607
  */
608
608
  CreationTime?: __timestampUnix;
609
609
  /**
610
- * The HTTP package configurations.
610
+ * A list of HTTP package configuration parameters for this live source.
611
611
  */
612
612
  HttpPackageConfigurations?: HttpPackageConfigurations;
613
613
  /**
614
- * The timestamp that indicates when the live source was modified.
614
+ * The time the live source was last modified.
615
615
  */
616
616
  LastModifiedTime?: __timestampUnix;
617
617
  /**
618
- * The name of the live source.
618
+ * The name to assign to the live source.
619
619
  */
620
620
  LiveSourceName?: __string;
621
621
  /**
622
- * The name of the source location associated with the VOD source.
622
+ * The name to assign to the source location of the live source.
623
623
  */
624
624
  SourceLocationName?: __string;
625
625
  /**
626
- * The tags assigned to the live source.
626
+ * The tags to assign to the live source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
627
627
  */
628
628
  Tags?: __mapOf__string;
629
629
  }
@@ -633,11 +633,11 @@ declare namespace MediaTailor {
633
633
  */
634
634
  Consumption: PrefetchConsumption;
635
635
  /**
636
- * The identifier for the playback configuration.
636
+ * The name to assign to the schedule request.
637
637
  */
638
638
  Name: __string;
639
639
  /**
640
- * The name of the playback configuration.
640
+ * The name to assign to the playback configuration.
641
641
  */
642
642
  PlaybackConfigurationName: __string;
643
643
  /**
@@ -651,27 +651,27 @@ declare namespace MediaTailor {
651
651
  }
652
652
  export interface CreatePrefetchScheduleResponse {
653
653
  /**
654
- * The Amazon Resource Name (ARN) of the prefetch schedule.
654
+ * The ARN to assign to the prefetch schedule.
655
655
  */
656
656
  Arn?: __string;
657
657
  /**
658
- * Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks. Ad consumption occurs within a span of time that you define, called a consumption window. You can designate which ad breaks that MediaTailor fills with prefetch ads by setting avail matching criteria.
658
+ * The configuration settings for MediaTailor's consumption of the prefetched ads from the ad decision server. Each consumption configuration contains an end time and an optional start time that define the consumption window. Prefetch schedules automatically expire no earlier than seven days after the end time.
659
659
  */
660
660
  Consumption?: PrefetchConsumption;
661
661
  /**
662
- * The name of the prefetch schedule. The name must be unique among all prefetch schedules that are associated with the specified playback configuration.
662
+ * The name to assign to the prefetch schedule.
663
663
  */
664
664
  Name?: __string;
665
665
  /**
666
- * The name of the playback configuration to create the prefetch schedule for.
666
+ * The name to assign to the playback configuration.
667
667
  */
668
668
  PlaybackConfigurationName?: __string;
669
669
  /**
670
- * A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).
670
+ * The configuration settings for retrieval of prefetched ads from the ad decision server. Only one set of prefetched ads will be retrieved and subsequently consumed for each ad break.
671
671
  */
672
672
  Retrieval?: PrefetchRetrieval;
673
673
  /**
674
- * An optional stream identifier that you can specify in order to prefetch for multiple streams that use the same playback configuration.
674
+ * An optional stream identifier that MediaTailor uses to prefetch ads for multiple streams that use the same playback configuration. If StreamId is specified, MediaTailor returns all of the prefetch schedules with an exact match on StreamId. If not specified, MediaTailor returns all of the prefetch schedules for the playback configuration, regardless of StreamId.
675
675
  */
676
676
  StreamId?: __string;
677
677
  }
@@ -681,7 +681,7 @@ declare namespace MediaTailor {
681
681
  */
682
682
  AdBreaks?: __listOfAdBreak;
683
683
  /**
684
- * The identifier for the channel you are working on.
684
+ * The name of the channel for this Program.
685
685
  */
686
686
  ChannelName: __string;
687
687
  /**
@@ -689,7 +689,7 @@ declare namespace MediaTailor {
689
689
  */
690
690
  LiveSourceName?: __string;
691
691
  /**
692
- * The identifier for the program you are working on.
692
+ * The name of the Program.
693
693
  */
694
694
  ProgramName: __string;
695
695
  /**
@@ -711,15 +711,15 @@ declare namespace MediaTailor {
711
711
  */
712
712
  AdBreaks?: __listOfAdBreak;
713
713
  /**
714
- * The ARN of the program.
714
+ * The ARN to assign to the program.
715
715
  */
716
716
  Arn?: __string;
717
717
  /**
718
- * The name of the channel that the program belongs to.
718
+ * The name to assign to the channel for this program.
719
719
  */
720
720
  ChannelName?: __string;
721
721
  /**
722
- * The timestamp of when the program was created.
722
+ * The time the program was created.
723
723
  */
724
724
  CreationTime?: __timestampUnix;
725
725
  /**
@@ -727,15 +727,15 @@ declare namespace MediaTailor {
727
727
  */
728
728
  LiveSourceName?: __string;
729
729
  /**
730
- * The name of the program.
730
+ * The name to assign to this program.
731
731
  */
732
732
  ProgramName?: __string;
733
733
  /**
734
- * The date and time that the program is scheduled to start in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2021-03-27T17:48:16.751Z represents March 27, 2021 at 17:48:16.751 UTC.
734
+ * The scheduled start time for this Program.
735
735
  */
736
736
  ScheduledStartTime?: __timestampUnix;
737
737
  /**
738
- * The source location name.
738
+ * The name to assign to the source location for this program.
739
739
  */
740
740
  SourceLocationName?: __string;
741
741
  /**
@@ -761,49 +761,49 @@ declare namespace MediaTailor {
761
761
  */
762
762
  SegmentDeliveryConfigurations?: __listOfSegmentDeliveryConfiguration;
763
763
  /**
764
- * The identifier for the source location you are working on.
764
+ * The name associated with the source location.
765
765
  */
766
766
  SourceLocationName: __string;
767
767
  /**
768
- * The tags to assign to the source location.
768
+ * The tags to assign to the source location. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
769
769
  */
770
770
  Tags?: __mapOf__string;
771
771
  }
772
772
  export interface CreateSourceLocationResponse {
773
773
  /**
774
- * The access configuration for the source location.
774
+ * Access configuration parameters. Configures the type of authentication used to access content from your source location.
775
775
  */
776
776
  AccessConfiguration?: AccessConfiguration;
777
777
  /**
778
- * The ARN of the source location.
778
+ * The ARN to assign to the source location.
779
779
  */
780
780
  Arn?: __string;
781
781
  /**
782
- * The timestamp that indicates when the source location was created.
782
+ * The time the source location was created.
783
783
  */
784
784
  CreationTime?: __timestampUnix;
785
785
  /**
786
- * The default segment delivery configuration settings.
786
+ * The optional configuration for the server that serves segments.
787
787
  */
788
788
  DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration;
789
789
  /**
790
- * The HTTP package configuration settings for the source location.
790
+ * The source's HTTP package configurations.
791
791
  */
792
792
  HttpConfiguration?: HttpConfiguration;
793
793
  /**
794
- * The timestamp that indicates when the source location was last modified.
794
+ * The time the source location was last modified.
795
795
  */
796
796
  LastModifiedTime?: __timestampUnix;
797
797
  /**
798
- * A list of the segment delivery configurations associated with this resource.
798
+ * The segment delivery configurations for the source location. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor.
799
799
  */
800
800
  SegmentDeliveryConfigurations?: __listOfSegmentDeliveryConfiguration;
801
801
  /**
802
- * The name of the source location.
802
+ * The name to assign to the source location.
803
803
  */
804
804
  SourceLocationName?: __string;
805
805
  /**
806
- * The tags assigned to the source location.
806
+ * The tags to assign to the source location. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
807
807
  */
808
808
  Tags?: __mapOf__string;
809
809
  }
@@ -813,45 +813,45 @@ declare namespace MediaTailor {
813
813
  */
814
814
  HttpPackageConfigurations: HttpPackageConfigurations;
815
815
  /**
816
- * The identifier for the source location you are working on.
816
+ * The name of the source location for this VOD source.
817
817
  */
818
818
  SourceLocationName: __string;
819
819
  /**
820
- * The tags to assign to the VOD source.
820
+ * The tags to assign to the VOD source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
821
821
  */
822
822
  Tags?: __mapOf__string;
823
823
  /**
824
- * The identifier for the VOD source you are working on.
824
+ * The name associated with the VOD source.&gt;
825
825
  */
826
826
  VodSourceName: __string;
827
827
  }
828
828
  export interface CreateVodSourceResponse {
829
829
  /**
830
- * The ARN of the VOD source.
830
+ * The ARN to assign to this VOD source.
831
831
  */
832
832
  Arn?: __string;
833
833
  /**
834
- * The timestamp that indicates when the VOD source was created.
834
+ * The time the VOD source was created.
835
835
  */
836
836
  CreationTime?: __timestampUnix;
837
837
  /**
838
- * The HTTP package configurations.
838
+ * A list of HTTP package configuration parameters for this VOD source.
839
839
  */
840
840
  HttpPackageConfigurations?: HttpPackageConfigurations;
841
841
  /**
842
- * The last modified time of the VOD source.
842
+ * The time the VOD source was last modified.
843
843
  */
844
844
  LastModifiedTime?: __timestampUnix;
845
845
  /**
846
- * The name of the source location associated with the VOD source.
846
+ * The name to assign to the source location for this VOD source.
847
847
  */
848
848
  SourceLocationName?: __string;
849
849
  /**
850
- * The tags assigned to the VOD source.
850
+ * The tags to assign to the VOD source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
851
851
  */
852
852
  Tags?: __mapOf__string;
853
853
  /**
854
- * The name of the VOD source.
854
+ * The name to assign to the VOD source.
855
855
  */
856
856
  VodSourceName?: __string;
857
857
  }
@@ -905,7 +905,7 @@ declare namespace MediaTailor {
905
905
  }
906
906
  export interface DeleteChannelPolicyRequest {
907
907
  /**
908
- * The identifier for the channel you are working on.
908
+ * The name of the channel associated with this channel policy.
909
909
  */
910
910
  ChannelName: __string;
911
911
  }
@@ -913,7 +913,7 @@ declare namespace MediaTailor {
913
913
  }
914
914
  export interface DeleteChannelRequest {
915
915
  /**
916
- * The identifier for the channel you are working on.
916
+ * The name of the channel.
917
917
  */
918
918
  ChannelName: __string;
919
919
  }
@@ -921,11 +921,11 @@ declare namespace MediaTailor {
921
921
  }
922
922
  export interface DeleteLiveSourceRequest {
923
923
  /**
924
- * The identifier for the live source you are working on.
924
+ * The name of the live source.
925
925
  */
926
926
  LiveSourceName: __string;
927
927
  /**
928
- * The identifier for the source location you are working on.
928
+ * The name of the source location associated with this Live Source.
929
929
  */
930
930
  SourceLocationName: __string;
931
931
  }
@@ -933,7 +933,7 @@ declare namespace MediaTailor {
933
933
  }
934
934
  export interface DeletePlaybackConfigurationRequest {
935
935
  /**
936
- * The identifier for the playback configuration.
936
+ * The name of the playback configuration.
937
937
  */
938
938
  Name: __string;
939
939
  }
@@ -941,11 +941,11 @@ declare namespace MediaTailor {
941
941
  }
942
942
  export interface DeletePrefetchScheduleRequest {
943
943
  /**
944
- * The identifier for the playback configuration.
944
+ * The name of the prefetch schedule. If the action is successful, the service sends back an HTTP 204 response with an empty HTTP body.
945
945
  */
946
946
  Name: __string;
947
947
  /**
948
- * The name of the playback configuration.
948
+ * The name of the playback configuration for this prefetch schedule.
949
949
  */
950
950
  PlaybackConfigurationName: __string;
951
951
  }
@@ -953,11 +953,11 @@ declare namespace MediaTailor {
953
953
  }
954
954
  export interface DeleteProgramRequest {
955
955
  /**
956
- * The identifier for the channel you are working on.
956
+ * The name of the channel.
957
957
  */
958
958
  ChannelName: __string;
959
959
  /**
960
- * The identifier for the program you are working on.
960
+ * The name of the program.
961
961
  */
962
962
  ProgramName: __string;
963
963
  }
@@ -965,7 +965,7 @@ declare namespace MediaTailor {
965
965
  }
966
966
  export interface DeleteSourceLocationRequest {
967
967
  /**
968
- * The identifier for the source location you are working on.
968
+ * The name of the source location.
969
969
  */
970
970
  SourceLocationName: __string;
971
971
  }
@@ -973,11 +973,11 @@ declare namespace MediaTailor {
973
973
  }
974
974
  export interface DeleteVodSourceRequest {
975
975
  /**
976
- * The identifier for the source location you are working on.
976
+ * The name of the source location associated with this VOD Source.
977
977
  */
978
978
  SourceLocationName: __string;
979
979
  /**
980
- * The identifier for the VOD source you are working on.
980
+ * The name of the VOD source.
981
981
  */
982
982
  VodSourceName: __string;
983
983
  }
@@ -985,7 +985,7 @@ declare namespace MediaTailor {
985
985
  }
986
986
  export interface DescribeChannelRequest {
987
987
  /**
988
- * The identifier for the channel you are working on.
988
+ * The name of the channel.
989
989
  */
990
990
  ChannelName: __string;
991
991
  }
@@ -1023,7 +1023,7 @@ declare namespace MediaTailor {
1023
1023
  */
1024
1024
  PlaybackMode?: __string;
1025
1025
  /**
1026
- * The tags assigned to the channel.
1026
+ * The tags assigned to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
1027
1027
  */
1028
1028
  Tags?: __mapOf__string;
1029
1029
  /**
@@ -1033,11 +1033,11 @@ declare namespace MediaTailor {
1033
1033
  }
1034
1034
  export interface DescribeLiveSourceRequest {
1035
1035
  /**
1036
- * The identifier for the live source you are working on.
1036
+ * The name of the live source.
1037
1037
  */
1038
1038
  LiveSourceName: __string;
1039
1039
  /**
1040
- * The identifier for the source location you are working on.
1040
+ * The name of the source location associated with this Live Source.
1041
1041
  */
1042
1042
  SourceLocationName: __string;
1043
1043
  }
@@ -1063,21 +1063,21 @@ declare namespace MediaTailor {
1063
1063
  */
1064
1064
  LiveSourceName?: __string;
1065
1065
  /**
1066
- * The name of the source location associated with the VOD source.
1066
+ * The name of the source location associated with the live source.
1067
1067
  */
1068
1068
  SourceLocationName?: __string;
1069
1069
  /**
1070
- * The tags assigned to the live source.
1070
+ * The tags assigned to the live source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
1071
1071
  */
1072
1072
  Tags?: __mapOf__string;
1073
1073
  }
1074
1074
  export interface DescribeProgramRequest {
1075
1075
  /**
1076
- * The identifier for the channel you are working on.
1076
+ * The name of the channel associated with this Program.
1077
1077
  */
1078
1078
  ChannelName: __string;
1079
1079
  /**
1080
- * The identifier for the program you are working on.
1080
+ * The name of the program.
1081
1081
  */
1082
1082
  ProgramName: __string;
1083
1083
  }
@@ -1121,7 +1121,7 @@ declare namespace MediaTailor {
1121
1121
  }
1122
1122
  export interface DescribeSourceLocationRequest {
1123
1123
  /**
1124
- * The identifier for the source location you are working on.
1124
+ * The name of the source location.
1125
1125
  */
1126
1126
  SourceLocationName: __string;
1127
1127
  }
@@ -1159,17 +1159,17 @@ declare namespace MediaTailor {
1159
1159
  */
1160
1160
  SourceLocationName?: __string;
1161
1161
  /**
1162
- * The tags assigned to the source location.
1162
+ * The tags assigned to the source location. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
1163
1163
  */
1164
1164
  Tags?: __mapOf__string;
1165
1165
  }
1166
1166
  export interface DescribeVodSourceRequest {
1167
1167
  /**
1168
- * The identifier for the source location you are working on.
1168
+ * The name of the source location associated with this VOD Source.
1169
1169
  */
1170
1170
  SourceLocationName: __string;
1171
1171
  /**
1172
- * The identifier for the VOD source you are working on.
1172
+ * The name of the VOD Source.
1173
1173
  */
1174
1174
  VodSourceName: __string;
1175
1175
  }
@@ -1195,7 +1195,7 @@ declare namespace MediaTailor {
1195
1195
  */
1196
1196
  SourceLocationName?: __string;
1197
1197
  /**
1198
- * The tags assigned to the VOD source.
1198
+ * The tags assigned to the VOD source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
1199
1199
  */
1200
1200
  Tags?: __mapOf__string;
1201
1201
  /**
@@ -1205,31 +1205,31 @@ declare namespace MediaTailor {
1205
1205
  }
1206
1206
  export interface GetChannelPolicyRequest {
1207
1207
  /**
1208
- * The identifier for the channel you are working on.
1208
+ * The name of the channel associated with this Channel Policy.
1209
1209
  */
1210
1210
  ChannelName: __string;
1211
1211
  }
1212
1212
  export interface GetChannelPolicyResponse {
1213
1213
  /**
1214
- * The IAM policy for the channel.
1214
+ * The IAM policy for the channel. IAM policies are used to control access to your channel.
1215
1215
  */
1216
1216
  Policy?: __string;
1217
1217
  }
1218
1218
  export interface GetChannelScheduleRequest {
1219
1219
  /**
1220
- * The identifier for the channel you are working on.
1220
+ * The name of the channel associated with this Channel Schedule.
1221
1221
  */
1222
1222
  ChannelName: __string;
1223
1223
  /**
1224
- * The schedule duration in minutes. The maximum duration is 4320 minutes (three days).
1224
+ * The duration in minutes of the channel schedule.
1225
1225
  */
1226
1226
  DurationMinutes?: __string;
1227
1227
  /**
1228
- * Upper bound on number of records to return. The maximum number of results is 100.
1228
+ * The maximum number of channel schedules that you want MediaTailor to return in response to the current request. If there are more than MaxResults channel schedules, use the value of NextToken in the response to get the next page of results.
1229
1229
  */
1230
1230
  MaxResults?: MaxResults;
1231
1231
  /**
1232
- * Pagination token from the GET list request. Use the token to fetch the next page of results.
1232
+ * (Optional) If the playback configuration has more than MaxResults channel schedules, use NextToken to get the second and subsequent pages of results. For the first GetChannelScheduleRequest request, omit this value. For the second and subsequent requests, get the value of NextToken from the previous response and specify that value for NextToken in the request. If the previous response didn't include a NextToken element, there are no more channel schedules to get.
1233
1233
  */
1234
1234
  NextToken?: __string;
1235
1235
  }
@@ -1239,7 +1239,7 @@ declare namespace MediaTailor {
1239
1239
  */
1240
1240
  Items?: __listOfScheduleEntry;
1241
1241
  /**
1242
- * Pagination token from the GET list request. Use the token to fetch the next page of results.
1242
+ * Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
1243
1243
  */
1244
1244
  NextToken?: __string;
1245
1245
  }
@@ -1315,7 +1315,7 @@ declare namespace MediaTailor {
1315
1315
  */
1316
1316
  SlateAdUrl?: __string;
1317
1317
  /**
1318
- * The tags assigned to the playback configuration.
1318
+ * The tags assigned to the playback configuration. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
1319
1319
  */
1320
1320
  Tags?: __mapOf__string;
1321
1321
  /**
@@ -1329,11 +1329,11 @@ declare namespace MediaTailor {
1329
1329
  }
1330
1330
  export interface GetPrefetchScheduleRequest {
1331
1331
  /**
1332
- * The identifier for the playback configuration.
1332
+ * The name of the prefetch schedule. The name must be unique among all prefetch schedules that are associated with the specified playback configuration.
1333
1333
  */
1334
1334
  Name: __string;
1335
1335
  /**
1336
- * The name of the playback configuration.
1336
+ * Returns information about the prefetch schedule for a specific playback configuration. If you call GetPrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code.
1337
1337
  */
1338
1338
  PlaybackConfigurationName: __string;
1339
1339
  }
@@ -1398,11 +1398,11 @@ declare namespace MediaTailor {
1398
1398
  export type HttpPackageConfigurations = HttpPackageConfiguration[];
1399
1399
  export interface ListAlertsRequest {
1400
1400
  /**
1401
- * Upper bound on number of records to return. The maximum number of results is 100.
1401
+ * The maximum number of alerts that you want MediaTailor to return in response to the current request. If there are more than MaxResults alerts, use the value of NextToken in the response to get the next page of results.
1402
1402
  */
1403
1403
  MaxResults?: MaxResults;
1404
1404
  /**
1405
- * Pagination token from the GET list request. Use the token to fetch the next page of results.
1405
+ * Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
1406
1406
  */
1407
1407
  NextToken?: __string;
1408
1408
  /**
@@ -1416,17 +1416,17 @@ declare namespace MediaTailor {
1416
1416
  */
1417
1417
  Items?: __listOfAlert;
1418
1418
  /**
1419
- * Pagination token from the list request. Use the token to fetch the next page of results.
1419
+ * Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
1420
1420
  */
1421
1421
  NextToken?: __string;
1422
1422
  }
1423
1423
  export interface ListChannelsRequest {
1424
1424
  /**
1425
- * Upper bound on number of records to return. The maximum number of results is 100.
1425
+ * The maximum number of channels that you want MediaTailor to return in response to the current request. If there are more than MaxResults channels, use the value of NextToken in the response to get the next page of results.
1426
1426
  */
1427
1427
  MaxResults?: MaxResults;
1428
1428
  /**
1429
- * Pagination token from the GET list request. Use the token to fetch the next page of results.
1429
+ * Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
1430
1430
  */
1431
1431
  NextToken?: __string;
1432
1432
  }
@@ -1442,15 +1442,15 @@ declare namespace MediaTailor {
1442
1442
  }
1443
1443
  export interface ListLiveSourcesRequest {
1444
1444
  /**
1445
- * Upper bound on number of records to return. The maximum number of results is 100.
1445
+ * The maximum number of live sources that you want MediaTailor to return in response to the current request. If there are more than MaxResults live sources, use the value of NextToken in the response to get the next page of results.
1446
1446
  */
1447
1447
  MaxResults?: MaxResults;
1448
1448
  /**
1449
- * Pagination token from the GET list request. Use the token to fetch the next page of results.
1449
+ * Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
1450
1450
  */
1451
1451
  NextToken?: __string;
1452
1452
  /**
1453
- * The identifier for the source location you are working on.
1453
+ * The name of the source location associated with this Live Sources list.
1454
1454
  */
1455
1455
  SourceLocationName: __string;
1456
1456
  }
@@ -1460,17 +1460,17 @@ declare namespace MediaTailor {
1460
1460
  */
1461
1461
  Items?: __listOfLiveSource;
1462
1462
  /**
1463
- * Pagination token from the list request. Use the token to fetch the next page of results.
1463
+ * Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
1464
1464
  */
1465
1465
  NextToken?: __string;
1466
1466
  }
1467
1467
  export interface ListPlaybackConfigurationsRequest {
1468
1468
  /**
1469
- * Maximum number of records to return.
1469
+ * The maximum number of playback configurations that you want MediaTailor to return in response to the current request. If there are more than MaxResults playback configurations, use the value of NextToken in the response to get the next page of results.
1470
1470
  */
1471
1471
  MaxResults?: MaxResults;
1472
1472
  /**
1473
- * Pagination token returned by the GET list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
1473
+ * Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
1474
1474
  */
1475
1475
  NextToken?: __string;
1476
1476
  }
@@ -1486,15 +1486,15 @@ declare namespace MediaTailor {
1486
1486
  }
1487
1487
  export interface ListPrefetchSchedulesRequest {
1488
1488
  /**
1489
- * The maximum number of prefetch schedules that you want MediaTailor to return in response to the current request. If the playback configuration has more than MaxResults prefetch schedules, use the value of NextToken in the response to get the next page of results.
1489
+ * The maximum number of prefetch schedules that you want MediaTailor to return in response to the current request. If there are more than MaxResults prefetch schedules, use the value of NextToken in the response to get the next page of results.
1490
1490
  */
1491
1491
  MaxResults?: __integerMin1Max100;
1492
1492
  /**
1493
- * (Optional) If the playback configuration has more than MaxResults prefetch schedules, use NextToken to get the second and subsequent pages of results. For the first ListPrefetchSchedulesRequest request, omit this value. For the second and subsequent requests, get the value of NextToken from the previous response and specify that value for NextToken in the request. If the previous response didn't include a NextToken element, there are no more prefetch schedules to get.
1493
+ * (Optional) If the playback configuration has more than MaxResults prefetch schedules, use NextToken to get the second and subsequent pages of results. For the first ListPrefetchSchedulesRequest request, omit this value. For the second and subsequent requests, get the value of NextToken from the previous response and specify that value for NextToken in the request. If the previous response didn't include a NextToken element, there are no more prefetch schedules to get.
1494
1494
  */
1495
1495
  NextToken?: __string;
1496
1496
  /**
1497
- * The name of the playback configuration.
1497
+ * Retrieves the prefetch schedule(s) for a specific playback configuration.
1498
1498
  */
1499
1499
  PlaybackConfigurationName: __string;
1500
1500
  /**
@@ -1508,17 +1508,17 @@ declare namespace MediaTailor {
1508
1508
  */
1509
1509
  Items?: __listOfPrefetchSchedule;
1510
1510
  /**
1511
- * The value that you will use forNextToken in the next ListPrefetchSchedulesRequest request.
1511
+ * Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
1512
1512
  */
1513
1513
  NextToken?: __string;
1514
1514
  }
1515
1515
  export interface ListSourceLocationsRequest {
1516
1516
  /**
1517
- * Upper bound on number of records to return. The maximum number of results is 100.
1517
+ * The maximum number of source locations that you want MediaTailor to return in response to the current request. If there are more than MaxResults source locations, use the value of NextToken in the response to get the next page of results.
1518
1518
  */
1519
1519
  MaxResults?: MaxResults;
1520
1520
  /**
1521
- * Pagination token from the GET list request. Use the token to fetch the next page of results.
1521
+ * Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
1522
1522
  */
1523
1523
  NextToken?: __string;
1524
1524
  }
@@ -1528,33 +1528,33 @@ declare namespace MediaTailor {
1528
1528
  */
1529
1529
  Items?: __listOfSourceLocation;
1530
1530
  /**
1531
- * Pagination token from the list request. Use the token to fetch the next page of results.
1531
+ * Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
1532
1532
  */
1533
1533
  NextToken?: __string;
1534
1534
  }
1535
1535
  export interface ListTagsForResourceRequest {
1536
1536
  /**
1537
- * The Amazon Resource Name (ARN) for the playback configuration. You can get this from the response to any playback configuration request.
1537
+ * The Amazon Resource Name (ARN) associated with this resource.
1538
1538
  */
1539
1539
  ResourceArn: __string;
1540
1540
  }
1541
1541
  export interface ListTagsForResourceResponse {
1542
1542
  /**
1543
- * A comma-separated list of tag key:value pairs.
1543
+ * The tags associated with this resource. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
1544
1544
  */
1545
1545
  Tags?: __mapOf__string;
1546
1546
  }
1547
1547
  export interface ListVodSourcesRequest {
1548
1548
  /**
1549
- * Upper bound on number of records to return. The maximum number of results is 100.
1549
+ * The maximum number of VOD sources that you want MediaTailor to return in response to the current request. If there are more than MaxResults VOD sources, use the value of NextToken in the response to get the next page of results.
1550
1550
  */
1551
1551
  MaxResults?: MaxResults;
1552
1552
  /**
1553
- * Pagination token from the GET list request. Use the token to fetch the next page of results.
1553
+ * Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
1554
1554
  */
1555
1555
  NextToken?: __string;
1556
1556
  /**
1557
- * The identifier for the source location you are working on.
1557
+ * The name of the source location associated with this VOD Source list.
1558
1558
  */
1559
1559
  SourceLocationName: __string;
1560
1560
  }
@@ -1564,7 +1564,7 @@ declare namespace MediaTailor {
1564
1564
  */
1565
1565
  Items?: __listOfVodSource;
1566
1566
  /**
1567
- * Pagination token from the list request. Use the token to fetch the next page of results.
1567
+ * Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
1568
1568
  */
1569
1569
  NextToken?: __string;
1570
1570
  }
@@ -1604,13 +1604,13 @@ declare namespace MediaTailor {
1604
1604
  */
1605
1605
  SourceLocationName: __string;
1606
1606
  /**
1607
- * The tags assigned to the live source.
1607
+ * The tags assigned to the live source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
1608
1608
  */
1609
1609
  Tags?: __mapOf__string;
1610
1610
  }
1611
1611
  export interface LogConfiguration {
1612
1612
  /**
1613
- * The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account. For example, if your playback configuration has 1000 sessions and percentEnabled is set to 60, MediaTailor sends logs for 600 of the sessions to CloudWatch Logs. MediaTailor decides at random which of the playback configuration sessions to send logs for. If you want to view logs for a specific session, you can use the debug log mode. Valid values: 0 - 100
1613
+ * The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account. For example, if your playback configuration has 1000 sessions and percentEnabled is set to 60, MediaTailor sends logs for 600 of the sessions to CloudWatch Logs. MediaTailor decides at random which of the playback configuration sessions to send logs for. If you want to view logs for a specific session, you can use the debug log mode. Valid values: 0 - 100
1614
1614
  */
1615
1615
  PercentEnabled: __integer;
1616
1616
  }
@@ -1691,7 +1691,7 @@ declare namespace MediaTailor {
1691
1691
  */
1692
1692
  SlateAdUrl?: __string;
1693
1693
  /**
1694
- * The tags to assign to the playback configuration.
1694
+ * The tags to assign to the playback configuration. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
1695
1695
  */
1696
1696
  Tags?: __mapOf__string;
1697
1697
  /**
@@ -1720,7 +1720,7 @@ declare namespace MediaTailor {
1720
1720
  }
1721
1721
  export interface PrefetchRetrieval {
1722
1722
  /**
1723
- * The dynamic variables to use for substitution during prefetch requests to the ad decision server (ADS). You intially configure dynamic variables for the ADS URL when you set up your playback configuration. When you specify DynamicVariables for prefetch retrieval, MediaTailor includes the dynamic variables in the request to the ADS.
1723
+ * The dynamic variables to use for substitution during prefetch requests to the ad decision server (ADS). You initially configure dynamic variables for the ADS URL when you set up your playback configuration. When you specify DynamicVariables for prefetch retrieval, MediaTailor includes the dynamic variables in the request to the ADS.
1724
1724
  */
1725
1725
  DynamicVariables?: __mapOf__string;
1726
1726
  /**
@@ -1760,7 +1760,7 @@ declare namespace MediaTailor {
1760
1760
  }
1761
1761
  export interface PutChannelPolicyRequest {
1762
1762
  /**
1763
- * The identifier for the channel you are working on.
1763
+ * The channel name associated with this Channel Policy.
1764
1764
  */
1765
1765
  ChannelName: __string;
1766
1766
  /**
@@ -1788,7 +1788,7 @@ declare namespace MediaTailor {
1788
1788
  */
1789
1789
  CdnConfiguration?: CdnConfiguration;
1790
1790
  /**
1791
- * The player parameters and aliases used as dynamic variables during session initialization. For more information, see Domain Variables.
1791
+ * The player parameters and aliases used as dynamic variables during session initialization. For more information, see Domain Variables.
1792
1792
  */
1793
1793
  ConfigurationAliases?: ConfigurationAliasesRequest;
1794
1794
  /**
@@ -1806,7 +1806,7 @@ declare namespace MediaTailor {
1806
1806
  /**
1807
1807
  * The identifier for the playback configuration.
1808
1808
  */
1809
- Name?: __string;
1809
+ Name: __string;
1810
1810
  /**
1811
1811
  * Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break. If the duration of underfilled ad time exceeds the personalization threshold, then the personalization of the ad break is abandoned and the underlying content is shown. This feature applies to ad replacement in live and VOD streams, rather than ad insertion, because it relies on an underlying content stream. For more information about ad break behavior, including ad replacement and insertion, see Ad Behavior in AWS Elemental MediaTailor.
1812
1812
  */
@@ -1816,7 +1816,7 @@ declare namespace MediaTailor {
1816
1816
  */
1817
1817
  SlateAdUrl?: __string;
1818
1818
  /**
1819
- * The tags to assign to the playback configuration.
1819
+ * The tags to assign to the playback configuration. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
1820
1820
  */
1821
1821
  Tags?: __mapOf__string;
1822
1822
  /**
@@ -1830,7 +1830,7 @@ declare namespace MediaTailor {
1830
1830
  }
1831
1831
  export interface PutPlaybackConfigurationResponse {
1832
1832
  /**
1833
- * The URL for the ad decision server (ADS). This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing, you can provide a static VAST URL. The maximum length is 25,000 characters.
1833
+ * The URL for the ad decision server (ADS). This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing you can provide a static VAST URL. The maximum length is 25,000 characters.
1834
1834
  */
1835
1835
  AdDecisionServerUrl?: __string;
1836
1836
  /**
@@ -1878,23 +1878,23 @@ declare namespace MediaTailor {
1878
1878
  */
1879
1879
  PersonalizationThresholdSeconds?: __integerMin1;
1880
1880
  /**
1881
- * The Amazon Resource Name (ARN) for the playback configuration.
1881
+ * The Amazon Resource Name (ARN) associated with the playback configuration.
1882
1882
  */
1883
1883
  PlaybackConfigurationArn?: __string;
1884
1884
  /**
1885
- * The URL that the player accesses to get a manifest from AWS Elemental MediaTailor. This session will use server-side reporting.
1885
+ * The playback endpoint prefix associated with the playback configuration.
1886
1886
  */
1887
1887
  PlaybackEndpointPrefix?: __string;
1888
1888
  /**
1889
- * The URL that the player uses to initialize a session that uses client-side reporting.
1889
+ * The session initialization endpoint prefix associated with the playback configuration.
1890
1890
  */
1891
1891
  SessionInitializationEndpointPrefix?: __string;
1892
1892
  /**
1893
- * The URL for a high-quality video asset to transcode and use to fill in time that's not used by ads. AWS Elemental MediaTailor shows the slate to fill in gaps in media content. Configuring the slate is optional for non-VPAID playback configurations. For VPAID, the slate is required because MediaTailor provides it in the slots designated for dynamic ad content. The slate must be a high-quality asset that contains both audio and video.
1893
+ * The URL for a high-quality video asset to transcode and use to fill in time that's not used by ads. AWS Elemental MediaTailor shows the slate to fill in gaps in media content. Configuring the slate is optional for non-VPAID configurations. For VPAID, the slate is required because MediaTailor provides it in the slots that are designated for dynamic ad content. The slate must be a high-quality asset that contains both audio and video.
1894
1894
  */
1895
1895
  SlateAdUrl?: __string;
1896
1896
  /**
1897
- * The tags assigned to the playback configuration.
1897
+ * The tags to assign to the playback configuration. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
1898
1898
  */
1899
1899
  Tags?: __mapOf__string;
1900
1900
  /**
@@ -2003,7 +2003,7 @@ declare namespace MediaTailor {
2003
2003
  */
2004
2004
  ScheduleAdBreaks?: __listOfScheduleAdBreak;
2005
2005
  /**
2006
- * The type of schedule entry. Valid values: PROGRAM or FILLER_SLATE.
2006
+ * The type of schedule entry.
2007
2007
  */
2008
2008
  ScheduleEntryType?: ScheduleEntryType;
2009
2009
  /**
@@ -2084,7 +2084,7 @@ declare namespace MediaTailor {
2084
2084
  */
2085
2085
  SourceLocationName: __string;
2086
2086
  /**
2087
- * The tags assigned to the source location.
2087
+ * The tags assigned to the source location. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
2088
2088
  */
2089
2089
  Tags?: __mapOf__string;
2090
2090
  }
@@ -2108,7 +2108,7 @@ declare namespace MediaTailor {
2108
2108
  }
2109
2109
  export interface StartChannelRequest {
2110
2110
  /**
2111
- * The identifier for the channel you are working on.
2111
+ * The name of the channel.
2112
2112
  */
2113
2113
  ChannelName: __string;
2114
2114
  }
@@ -2116,7 +2116,7 @@ declare namespace MediaTailor {
2116
2116
  }
2117
2117
  export interface StopChannelRequest {
2118
2118
  /**
2119
- * The identifier for the channel you are working on.
2119
+ * The name of the channel.
2120
2120
  */
2121
2121
  ChannelName: __string;
2122
2122
  }
@@ -2124,11 +2124,11 @@ declare namespace MediaTailor {
2124
2124
  }
2125
2125
  export interface TagResourceRequest {
2126
2126
  /**
2127
- * The Amazon Resource Name (ARN) for the playback configuration. You can get this from the response to any playback configuration request.
2127
+ * The Amazon Resource Name (ARN) associated with the resource.
2128
2128
  */
2129
2129
  ResourceArn: __string;
2130
2130
  /**
2131
- * A comma-separated list of tag key:value pairs.
2131
+ * The tags to assign to the resource. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
2132
2132
  */
2133
2133
  Tags: __mapOf__string;
2134
2134
  }
@@ -2151,24 +2151,24 @@ declare namespace MediaTailor {
2151
2151
  */
2152
2152
  ScheduledStartTimeMillis?: __long;
2153
2153
  /**
2154
- * Defines when the program plays in the schedule. You can set the value to ABSOLUTE or RELATIVE. ABSOLUTE - The program plays at a specific wall clock time. This setting can only be used for channels using the LINEAR PlaybackMode. Note the following considerations when using ABSOLUTE transitions: If the preceding program in the schedule has a duration that extends past the wall clock time, MediaTailor truncates the preceding program on a common segment boundary. If there are gaps in playback, MediaTailor plays the FillerSlate you configured for your linear channel. RELATIVE - The program is inserted into the schedule either before or after a program that you specify via RelativePosition.
2154
+ * Defines when the program plays in the schedule. You can set the value to ABSOLUTE or RELATIVE. ABSOLUTE - The program plays at a specific wall clock time. This setting can only be used for channels using the LINEAR PlaybackMode. Note the following considerations when using ABSOLUTE transitions: If the preceding program in the schedule has a duration that extends past the wall clock time, MediaTailor truncates the preceding program on a common segment boundary. If there are gaps in playback, MediaTailor plays the FillerSlate you configured for your linear channel. RELATIVE - The program is inserted into the schedule either before or after a program that you specify via RelativePosition.
2155
2155
  */
2156
2156
  Type: __string;
2157
2157
  }
2158
2158
  export type Type = "DASH"|"HLS"|string;
2159
2159
  export interface UntagResourceRequest {
2160
2160
  /**
2161
- * The Amazon Resource Name (ARN) for the playback configuration. You can get this from the response to any playback configuration request.
2161
+ * The Amazon Resource Name (ARN) of the resource to untag.
2162
2162
  */
2163
2163
  ResourceArn: __string;
2164
2164
  /**
2165
- * A comma-separated list of the tag keys to remove from the playback configuration.
2165
+ * The tag keys associated with the resource.
2166
2166
  */
2167
2167
  TagKeys: __listOf__string;
2168
2168
  }
2169
2169
  export interface UpdateChannelRequest {
2170
2170
  /**
2171
- * The identifier for the channel you are working on.
2171
+ * The name of the channel.
2172
2172
  */
2173
2173
  ChannelName: __string;
2174
2174
  /**
@@ -2182,7 +2182,7 @@ declare namespace MediaTailor {
2182
2182
  }
2183
2183
  export interface UpdateChannelResponse {
2184
2184
  /**
2185
- * The ARN of the channel.
2185
+ * The Amazon Resource Name (ARN) associated with the channel.
2186
2186
  */
2187
2187
  Arn?: __string;
2188
2188
  /**
@@ -2190,7 +2190,7 @@ declare namespace MediaTailor {
2190
2190
  */
2191
2191
  ChannelName?: __string;
2192
2192
  /**
2193
- * Indicates whether the channel is in a running state or not.
2193
+ * Returns the state whether the channel is running or not.
2194
2194
  */
2195
2195
  ChannelState?: ChannelState;
2196
2196
  /**
@@ -2198,11 +2198,11 @@ declare namespace MediaTailor {
2198
2198
  */
2199
2199
  CreationTime?: __timestampUnix;
2200
2200
  /**
2201
- * Contains information about the slate used to fill gaps between programs in the schedule.
2201
+ * The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses the LINEAR PlaybackMode. MediaTailor doesn't support filler slate for channels using the LOOP PlaybackMode.
2202
2202
  */
2203
2203
  FillerSlate?: SlateSource;
2204
2204
  /**
2205
- * The timestamp of when the channel was last modified.
2205
+ * The timestamp that indicates when the channel was last modified.
2206
2206
  */
2207
2207
  LastModifiedTime?: __timestampUnix;
2208
2208
  /**
@@ -2210,15 +2210,15 @@ declare namespace MediaTailor {
2210
2210
  */
2211
2211
  Outputs?: ResponseOutputs;
2212
2212
  /**
2213
- * The channel's playback mode.
2213
+ * The type of playback mode for this channel. LINEAR - Programs play back-to-back only once. LOOP - Programs play back-to-back in an endless loop. When the last program in the schedule plays, playback loops back to the first program in the schedule.
2214
2214
  */
2215
2215
  PlaybackMode?: __string;
2216
2216
  /**
2217
- * The tags assigned to the channel.
2217
+ * The tags to assign to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
2218
2218
  */
2219
2219
  Tags?: __mapOf__string;
2220
2220
  /**
2221
- * The channel's tier.
2221
+ * The tier associated with this Channel.
2222
2222
  */
2223
2223
  Tier?: __string;
2224
2224
  }
@@ -2228,17 +2228,17 @@ declare namespace MediaTailor {
2228
2228
  */
2229
2229
  HttpPackageConfigurations: HttpPackageConfigurations;
2230
2230
  /**
2231
- * The identifier for the live source you are working on.
2231
+ * The name of the live source.
2232
2232
  */
2233
2233
  LiveSourceName: __string;
2234
2234
  /**
2235
- * The identifier for the source location you are working on.
2235
+ * The name of the source location associated with this Live Source.
2236
2236
  */
2237
2237
  SourceLocationName: __string;
2238
2238
  }
2239
2239
  export interface UpdateLiveSourceResponse {
2240
2240
  /**
2241
- * The ARN of the live source.
2241
+ * The Amazon Resource Name (ARN) associated with this live source.
2242
2242
  */
2243
2243
  Arn?: __string;
2244
2244
  /**
@@ -2246,11 +2246,11 @@ declare namespace MediaTailor {
2246
2246
  */
2247
2247
  CreationTime?: __timestampUnix;
2248
2248
  /**
2249
- * The HTTP package configurations.
2249
+ * A list of HTTP package configurations for the live source on this account.
2250
2250
  */
2251
2251
  HttpPackageConfigurations?: HttpPackageConfigurations;
2252
2252
  /**
2253
- * The timestamp that indicates when the live source was modified.
2253
+ * The timestamp that indicates when the live source was last modified.
2254
2254
  */
2255
2255
  LastModifiedTime?: __timestampUnix;
2256
2256
  /**
@@ -2258,11 +2258,11 @@ declare namespace MediaTailor {
2258
2258
  */
2259
2259
  LiveSourceName?: __string;
2260
2260
  /**
2261
- * The name of the source location associated with the VOD source.
2261
+ * The name of the source location associated with the live source.
2262
2262
  */
2263
2263
  SourceLocationName?: __string;
2264
2264
  /**
2265
- * The tags assigned to the live source.
2265
+ * The tags to assign to the live source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
2266
2266
  */
2267
2267
  Tags?: __mapOf__string;
2268
2268
  }
@@ -2284,17 +2284,17 @@ declare namespace MediaTailor {
2284
2284
  */
2285
2285
  SegmentDeliveryConfigurations?: __listOfSegmentDeliveryConfiguration;
2286
2286
  /**
2287
- * The identifier for the source location you are working on.
2287
+ * The name of the source location.
2288
2288
  */
2289
2289
  SourceLocationName: __string;
2290
2290
  }
2291
2291
  export interface UpdateSourceLocationResponse {
2292
2292
  /**
2293
- * The access configuration for the source location.
2293
+ * Access configuration parameters. Configures the type of authentication used to access content from your source location.
2294
2294
  */
2295
2295
  AccessConfiguration?: AccessConfiguration;
2296
2296
  /**
2297
- * The ARN of the source location.
2297
+ * The Amazon Resource Name (ARN) associated with the source location.
2298
2298
  */
2299
2299
  Arn?: __string;
2300
2300
  /**
@@ -2302,11 +2302,11 @@ declare namespace MediaTailor {
2302
2302
  */
2303
2303
  CreationTime?: __timestampUnix;
2304
2304
  /**
2305
- * The default segment delivery configuration settings.
2305
+ * The optional configuration for the host server that serves segments.
2306
2306
  */
2307
2307
  DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration;
2308
2308
  /**
2309
- * The HTTP package configuration settings for the source location.
2309
+ * The HTTP configuration for the source location.
2310
2310
  */
2311
2311
  HttpConfiguration?: HttpConfiguration;
2312
2312
  /**
@@ -2314,7 +2314,7 @@ declare namespace MediaTailor {
2314
2314
  */
2315
2315
  LastModifiedTime?: __timestampUnix;
2316
2316
  /**
2317
- * A list of the segment delivery configurations associated with this resource.
2317
+ * The segment delivery configurations for the source location. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor.
2318
2318
  */
2319
2319
  SegmentDeliveryConfigurations?: __listOfSegmentDeliveryConfiguration;
2320
2320
  /**
@@ -2322,7 +2322,7 @@ declare namespace MediaTailor {
2322
2322
  */
2323
2323
  SourceLocationName?: __string;
2324
2324
  /**
2325
- * The tags assigned to the source location.
2325
+ * The tags to assign to the source location. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
2326
2326
  */
2327
2327
  Tags?: __mapOf__string;
2328
2328
  }
@@ -2332,17 +2332,17 @@ declare namespace MediaTailor {
2332
2332
  */
2333
2333
  HttpPackageConfigurations: HttpPackageConfigurations;
2334
2334
  /**
2335
- * The identifier for the source location you are working on.
2335
+ * The name of the source location associated with this VOD Source.
2336
2336
  */
2337
2337
  SourceLocationName: __string;
2338
2338
  /**
2339
- * The identifier for the VOD source you are working on.
2339
+ * The name of the VOD source.
2340
2340
  */
2341
2341
  VodSourceName: __string;
2342
2342
  }
2343
2343
  export interface UpdateVodSourceResponse {
2344
2344
  /**
2345
- * The ARN of the VOD source.
2345
+ * The Amazon Resource Name (ARN) associated with the VOD source.
2346
2346
  */
2347
2347
  Arn?: __string;
2348
2348
  /**
@@ -2350,11 +2350,11 @@ declare namespace MediaTailor {
2350
2350
  */
2351
2351
  CreationTime?: __timestampUnix;
2352
2352
  /**
2353
- * The HTTP package configurations.
2353
+ * A list of HTTP package configurations for the VOD source on this account.
2354
2354
  */
2355
2355
  HttpPackageConfigurations?: HttpPackageConfigurations;
2356
2356
  /**
2357
- * The last modified time of the VOD source.
2357
+ * The timestamp that indicates when the VOD source was last modified.
2358
2358
  */
2359
2359
  LastModifiedTime?: __timestampUnix;
2360
2360
  /**
@@ -2362,7 +2362,7 @@ declare namespace MediaTailor {
2362
2362
  */
2363
2363
  SourceLocationName?: __string;
2364
2364
  /**
2365
- * The tags assigned to the VOD source.
2365
+ * The tags to assign to the VOD source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
2366
2366
  */
2367
2367
  Tags?: __mapOf__string;
2368
2368
  /**
@@ -2392,7 +2392,7 @@ declare namespace MediaTailor {
2392
2392
  */
2393
2393
  SourceLocationName: __string;
2394
2394
  /**
2395
- * The tags assigned to the VOD source.
2395
+ * The tags assigned to the VOD source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
2396
2396
  */
2397
2397
  Tags?: __mapOf__string;
2398
2398
  /**