@@ -72,7 +72,8 @@ public class GetDataEndpointRequest extends AmazonWebServiceRequest implements S
7272 * <p>
7373 * <b>Constraints:</b><br/>
7474 * <b>Allowed Values: </b>PUT_MEDIA, GET_MEDIA, LIST_FRAGMENTS,
75- * GET_MEDIA_FOR_FRAGMENT_LIST, GET_HLS_STREAMING_SESSION_URL
75+ * GET_MEDIA_FOR_FRAGMENT_LIST, GET_HLS_STREAMING_SESSION_URL,
76+ * GET_DASH_STREAMING_SESSION_URL
7677 */
7778 private String aPIName ;
7879
@@ -224,7 +225,8 @@ public GetDataEndpointRequest withStreamARN(String streamARN) {
224225 * <p>
225226 * <b>Constraints:</b><br/>
226227 * <b>Allowed Values: </b>PUT_MEDIA, GET_MEDIA, LIST_FRAGMENTS,
227- * GET_MEDIA_FOR_FRAGMENT_LIST, GET_HLS_STREAMING_SESSION_URL
228+ * GET_MEDIA_FOR_FRAGMENT_LIST, GET_HLS_STREAMING_SESSION_URL,
229+ * GET_DASH_STREAMING_SESSION_URL
228230 *
229231 * @return <p>
230232 * The name of the API action for which to get an endpoint.
@@ -242,7 +244,8 @@ public String getAPIName() {
242244 * <p>
243245 * <b>Constraints:</b><br/>
244246 * <b>Allowed Values: </b>PUT_MEDIA, GET_MEDIA, LIST_FRAGMENTS,
245- * GET_MEDIA_FOR_FRAGMENT_LIST, GET_HLS_STREAMING_SESSION_URL
247+ * GET_MEDIA_FOR_FRAGMENT_LIST, GET_HLS_STREAMING_SESSION_URL,
248+ * GET_DASH_STREAMING_SESSION_URL
246249 *
247250 * @param aPIName <p>
248251 * The name of the API action for which to get an endpoint.
@@ -263,7 +266,8 @@ public void setAPIName(String aPIName) {
263266 * <p>
264267 * <b>Constraints:</b><br/>
265268 * <b>Allowed Values: </b>PUT_MEDIA, GET_MEDIA, LIST_FRAGMENTS,
266- * GET_MEDIA_FOR_FRAGMENT_LIST, GET_HLS_STREAMING_SESSION_URL
269+ * GET_MEDIA_FOR_FRAGMENT_LIST, GET_HLS_STREAMING_SESSION_URL,
270+ * GET_DASH_STREAMING_SESSION_URL
267271 *
268272 * @param aPIName <p>
269273 * The name of the API action for which to get an endpoint.
@@ -284,7 +288,8 @@ public GetDataEndpointRequest withAPIName(String aPIName) {
284288 * <p>
285289 * <b>Constraints:</b><br/>
286290 * <b>Allowed Values: </b>PUT_MEDIA, GET_MEDIA, LIST_FRAGMENTS,
287- * GET_MEDIA_FOR_FRAGMENT_LIST, GET_HLS_STREAMING_SESSION_URL
291+ * GET_MEDIA_FOR_FRAGMENT_LIST, GET_HLS_STREAMING_SESSION_URL,
292+ * GET_DASH_STREAMING_SESSION_URL
288293 *
289294 * @param aPIName <p>
290295 * The name of the API action for which to get an endpoint.
@@ -305,7 +310,8 @@ public void setAPIName(APIName aPIName) {
305310 * <p>
306311 * <b>Constraints:</b><br/>
307312 * <b>Allowed Values: </b>PUT_MEDIA, GET_MEDIA, LIST_FRAGMENTS,
308- * GET_MEDIA_FOR_FRAGMENT_LIST, GET_HLS_STREAMING_SESSION_URL
313+ * GET_MEDIA_FOR_FRAGMENT_LIST, GET_HLS_STREAMING_SESSION_URL,
314+ * GET_DASH_STREAMING_SESSION_URL
309315 *
310316 * @param aPIName <p>
311317 * The name of the API action for which to get an endpoint.
0 commit comments